1 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
3 * gst-libs/gst/rtp/Makefile.am:
4 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
6 2007-03-23 Michael Smith <msmith@fluendo.com>
8 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9 (gst_video_rate_reset), (gst_video_rate_chain):
10 If videorate changes caps, we can no longer use the old buffer
11 (which may have a different size, incompatible with our caps).
12 So don't do that; just duplicate the new frame more times.
14 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
16 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17 Remove playbin's override of the set_clock vmethod. It's irrelevant
18 after Wim's commit on the 19th.
20 2007-03-22 Wim Taymans <wim@fluendo.com>
22 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
23 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
24 * ext/gnomevfs/gstgnomevfssrc.h:
25 Don't cache file sizes. Fixes #341078.
27 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
29 * gst/playback/gstplaybin.c: (add_sink):
30 Use GST_PTR_FORMAT to log caps.
32 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
34 Patch by: Young-Ho Cha <ganadist at chollian net>
36 * gst/subparse/samiparse.c: (handle_start_font):
37 Special-case some more colour names that pango doesn't handle by
38 default. Fixes #420578.
40 2007-03-20 Michael Smith <msmith@fluendo.com>
42 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
43 If we get a zero-sized input buffer, don't pass it to libvorbis, as
44 that marks EOS internally. After that, libvorbis will buffer all
45 input data, and encode none of it, eventually leading to memory
48 2007-03-19 Wim Taymans <wim@fluendo.com>
50 * gst/playback/gstdecodebin.c: (remove_fakesink):
51 Don't post STATE_DIRTY anymore.
53 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
54 (gst_play_bin_change_state):
55 Remove stream_time reset in seek handling, core does that now.
56 Disable clocking for live pipelines by forcing a NULL clock to the
57 complete pipeline, core is too smart now for our previous hack.
58 We can always autoplug in PAUSED now.
60 2007-03-17 David Schleef <ds@schleef.org>
62 * REQUIREMENTS: Update this file, change the formatting to make
63 it more consistent, plus more machine readable.
65 2007-03-16 Michael Smith <msmith@fluendo.com>
67 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
68 (strip_width_64), (append_with_other_format):
69 Previous fix was too simplistic, and broke the tests. Use a better
70 approach; only strip 64 from widths for integer audio.
72 2007-03-16 Michael Smith <msmith@fluendo.com>
74 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
75 (gst_audio_convert_transform_caps):
76 We don't support 64 bit integer audio, so don't try to claim we can.
77 Stops us producing caps don't match our template caps.
80 2007-03-15 Michael Smith <msmith@fluendo.com>
82 * gst/audioresample/gstaudioresample.c:
83 (audioresample_check_discont), (audioresample_transform):
84 Don't trigger discontinuities for very small imperfections; a filter
85 flush will sound bad, and many plugins have rounding errors leading
88 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
90 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
91 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
92 Add min-ptime property to RTP base audio payloader. Patch by
93 olivier.crete@collabora.co.uk.
96 Indentation/whitespace/documentation fixes.
98 2007-03-14 Julien MOUTTE <julien@moutte.net>
100 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
101 (audioresample_transform_size), (audioresample_do_output),
102 (audioresample_transform), (audioresample_pushthrough): Handle
103 discontinuous streams.
104 * gst/audioresample/gstaudioresample.h:
105 * tests/check/elements/audioresample.c:
106 (test_discont_stream_instance), (GST_START_TEST),
107 (audioresample_suite): Add a test for discontinuous streams.
108 * win32/common/config.h: Updated.
110 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
125 Update translations from translation project.
127 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
129 * gst/audioresample/debug.h:
130 * gst/audioresample/resample.c: (resample_init):
131 Since I really am not interested in a debug line for each sample
132 being processed, move the library's debugging to its own category,
135 2007-03-13 Michael Smith <msmith@fluendo.com>
137 * ext/theora/theoradec.c: (theora_handle_type_packet):
138 Since the plugin doesn't support anything other than 4:2:0 right
139 now, post an error and fail if we get something else. Won't matter
140 until libtheora supports the other pixel formats, but hopefully
143 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
145 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
146 Use gst_guint64_to_gdouble for conversion.
148 Add new files to the win32 MANIFEST.
149 * win32/common/libgstaudio.def:
150 * win32/common/libgstpbutils.def:
151 Add new exported functions.
152 * win32/vs6/gst_plugins_base.dsw:
153 * win32/vs6/libgstdecodebin.dsp:
154 * win32/vs6/libgstplaybin.dsp:
155 Change the link to libgstpbutils.lib.
156 * win32/vs6/libgstdecodebin2.dsp:
157 Add a new project for decodebin2.
158 * win32/vs6/libgstpbutils.dsp:
159 Add a new project for pbutils.
161 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
163 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
164 Also accept partial dates with only year and month,
165 like 1999-12-00 (fixes #410396 even more).
167 * tests/check/libs/tag.c: (GST_START_TEST):
168 Add unit test for the above.
170 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
172 * tests/check/elements/subparse.c: (GST_START_TEST),
174 Add unit test for MPL2 subtitle format (#413799).
176 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
178 Patch by: Kamil Pawlowski <kamilpe gmail com>
180 * gst/subparse/Makefile.am:
181 * gst/subparse/gstsubparse.c:
182 (gst_sub_parse_data_format_autodetect),
183 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
184 (gst_subparse_type_find):
185 * gst/subparse/gstsubparse.h:
186 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
187 * gst/subparse/mpl2parse.h:
188 Add support for MPL2 subtitle format (#413799).
190 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
193 We require core CVS for the new buffer metadata copy functions.
195 2007-03-09 Wim Taymans <wim@fluendo.com>
197 * gst-libs/gst/tag/gstid3tag.c:
198 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
201 Patch by: Alex Lancaster <alexl at users sourceforge net>
203 2007-03-09 Wim Taymans <wim@fluendo.com>
205 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
206 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
207 Improve adapter usage and comments.
209 2007-03-09 Wim Taymans <wim@fluendo.com>
211 * ext/pango/gsttextrender.c: (gst_text_render_chain):
212 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
213 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
214 Use new metadata copy function.
216 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
217 (gst_ffmpegcsp_transform):
218 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
219 Basetransform copied the metadata for us.
221 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
223 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
224 (gst_text_overlay_video_event):
225 Some more logging. Only accept newsegment events in TIME format and
226 send a WARNING message if they are not in TIME format.
228 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
229 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
230 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
231 * gst/subparse/gstsubparse.h:
232 No need to allocate GstSegment structure dynamically, just put it
233 into the instance structure; ignore newsegment events in BYTE
234 format and in particular don't let it overwrite our saved TIME
235 segment from the last seek.
237 2007-03-09 Michael Smith <msmith@fluendo.com>
239 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
240 Replace AC3 typefinder with one that isn't terrible, and actually
243 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
245 * gst/audioconvert/gstaudioconvert.c:
246 (gst_audio_convert_transform):
247 fix error category and translatable string
250 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
252 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
253 * pkgconfig/gstreamer-plugins-base.pc.in:
254 Fix up utils => pbutils here too.
256 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
258 * gst/subparse/gstsubparse.c: (handle_buffer):
259 Break out of loop in chain function as soon as possible if we get
260 a non-OK flow return.
262 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
264 * tests/check/elements/alsa.c: (GST_START_TEST):
265 Unref the mixer if the state change fails too (if the
266 alsa devices are inaccessible, for example)
268 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
270 * tests/check/Makefile.am:
271 Don't test libvisual elements in the states check, because libvisual
272 seems to leak internally.
274 Re-enable the alsa and states tests now that there's new suppressions
277 * tests/check/elements/alsa.c: (GST_START_TEST):
278 Don't leak the alsamixer we instantiated.
280 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
282 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
283 (gst_ximagesink_change_state), (gst_ximagesink_reset),
284 (gst_ximagesink_finalize):
285 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
286 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
287 Move some cleanup stuff from the state change handler into a _reset()
288 function that can be called from _finalize(). This ensures that things
289 get freed even if (for some reason) the NULL->READY state transition
290 fails in the parent class.
291 Even if a parent state change fails, process our downward state change
292 logic instead of bailing out early.
293 Free the correct xcontext pointer in ximagesink's xcontext_clear.
295 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
297 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
300 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
301 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
302 Use pango_font_description_set_family_static instead of
303 pango_font_description_set_family to save a string copy (it was
304 leaking due to the strdup anyway)
306 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
307 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
308 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
309 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
310 Chain up in finalize.
312 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
314 * gst-libs/gst/interfaces/mixertrack.c:
315 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
316 (gst_mixer_track_set_property):
317 API: add "untranslated-label" property which should be set by
318 implementations at construct time (#414645).
320 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
321 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
322 Set "untranslated-label" when constructing mixer track objects.
324 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
325 Unit test to check the above.
327 2007-03-07 Wim Taymans <wim@fluendo.com>
329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
330 Fix confusing debug message.
332 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
334 * gst-plugins-base.doap:
335 update doap file with new version
337 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
342 === release 0.10.12 ===
344 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
347 releasing 0.10.12, "Zombie Horde"
349 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
352 Bump version to 0.10.11.4 pre-release
354 2007-03-06 Wim Taymans <wim@fluendo.com>
356 * gst-libs/gst/audio/gstbaseaudiosink.c:
357 (gst_base_audio_sink_async_play):
358 Fix regression that made GStreamer skip the first samples of audio.
361 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
364 Bump version to 0.10.11.3 pre-release
366 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
369 Update paths for the rename from utils to pbutils to fix the build.
371 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
373 * gst-libs/gst/pbutils/Makefile.am:
374 Change directory to install headers in from gst/utils to gst/pbutils
377 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
380 * docs/libs/gst-plugins-base-libs-docs.sgml:
381 * docs/libs/gst-plugins-base-libs-sections.txt:
382 * gst-libs/gst/Makefile.am:
383 * gst-libs/gst/interfaces/mixer.c:
384 * gst-libs/gst/pbutils/Makefile.am:
385 * gst-libs/gst/pbutils/descriptions.c:
386 (gst_pb_utils_get_source_description),
387 (gst_pb_utils_get_sink_description),
388 (gst_pb_utils_get_decoder_description),
389 (gst_pb_utils_get_encoder_description),
390 (gst_pb_utils_get_element_description),
391 (gst_pb_utils_add_codec_description_to_tag_list),
392 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
393 * gst-libs/gst/pbutils/descriptions.h:
394 * gst-libs/gst/pbutils/install-plugins.c:
395 * gst-libs/gst/pbutils/install-plugins.h:
396 * gst-libs/gst/pbutils/missing-plugins.c:
397 (gst_missing_uri_source_message_new),
398 (gst_missing_uri_sink_message_new),
399 (gst_missing_element_message_new),
400 (gst_missing_decoder_message_new),
401 (gst_missing_encoder_message_new),
402 (gst_missing_plugin_message_get_description):
403 * gst-libs/gst/pbutils/missing-plugins.h:
404 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
405 * gst-libs/gst/pbutils/pbutils.h:
406 * gst-libs/gst/utils/Makefile.am:
407 * gst-libs/gst/utils/base-utils.c:
408 * gst-libs/gst/utils/base-utils.h:
409 * gst-libs/gst/utils/descriptions.c:
410 * gst-libs/gst/utils/descriptions.h:
411 * gst-libs/gst/utils/install-plugins.c:
412 * gst-libs/gst/utils/install-plugins.h:
413 * gst-libs/gst/utils/missing-plugins.c:
414 * gst-libs/gst/utils/missing-plugins.h:
415 * gst-plugins-base.spec.in:
416 * gst/playback/Makefile.am:
417 * gst/playback/gstdecodebin.c:
418 * gst/playback/gstdecodebin2.c:
419 * gst/playback/gstplaybasebin.c: (setup_subtitle),
420 (gen_source_element):
421 * gst/playback/gstplaybin.c: (plugin_init):
422 * tests/check/Makefile.am:
423 * tests/check/libs/pbutils.c: (GST_START_TEST),
424 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
425 * tests/check/libs/utils.c:
426 rename utils to pbutils
428 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
430 * docs/plugins/Makefile.am:
431 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
432 * docs/plugins/gst-plugins-base-plugins-sections.txt:
433 * docs/plugins/inspect/plugin-decodebin2.xml:
434 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
435 Add documentation for decodebin2 that indicates that the API
438 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
441 Update to 0.10.11.2 (0.10.12 pre-release)
443 2007-03-01 Wim Taymans <wim@fluendo.com>
445 * gst-libs/gst/audio/gstbaseaudiosink.c:
446 (gst_base_audio_sink_async_play):
447 base time is irrelevant here.
449 2007-03-01 Wim Taymans <wim@fluendo.com>
451 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
452 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
455 * gst-libs/gst/audio/gstbaseaudiosink.c:
456 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
457 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
458 Improve latency and clock slaving calculations.
459 Improve slave clock calibration.
461 * gst-libs/gst/audio/gstringbuffer.c:
462 (gst_ring_buffer_commit_full):
463 When we are asked to render N sample to 0 bytes, return N.
465 2007-03-01 Wim Taymans <wim@fluendo.com>
467 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
468 (gst_alsasink_write), (gst_alsasink_reset):
469 * ext/alsa/gstalsasink.h:
470 Remove unused dispose function.
471 Rename lock to not interfere with alsasrc lock.
473 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
474 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
475 (gst_alsasrc_read), (gst_alsasrc_reset):
476 * ext/alsa/gstalsasrc.h:
477 Implement finalize function.
478 Use lock to protect alsa access.
482 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
485 Convert to new AG_GST style.
487 2007-02-28 Wim Taymans <wim@fluendo.com>
489 Patch by: Ed Catmur <ed at catmur dot co dot uk>
491 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
492 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
493 Fix race condition when rapidly switching visualisations in playbin.
496 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
498 * tests/check/Makefile.am:
499 Include local stuff before system installed things in LDFLAGS and
502 2007-02-28 Wim Taymans <wim@fluendo.com>
504 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
507 2007-02-28 Wim Taymans <wim@fluendo.com>
509 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
510 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
511 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
512 Fix duration and timestamping, taking latency into account.
513 Implement latency query.
515 2007-02-28 Wim Taymans <wim@fluendo.com>
517 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
518 (gst_audio_clock_new):
521 * gst-libs/gst/audio/gstbaseaudiosink.c:
522 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
523 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
524 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
525 (gst_base_audio_src_create):
526 Improve latency query code.
527 Use proper clock names.
529 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
531 * tests/check/generic/states.c: (GST_START_TEST):
532 Copy the states.c test from core again
533 * tests/check/Makefile.am:
534 ignore cdio and cdparanoiasrc
536 2007-02-28 Stefan Kost <ensonic@users.sf.net>
538 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
539 (double_hq), (audio_convert_get_func_index), (check_default),
540 (audio_convert_prepare_context), (audio_convert_convert):
541 Also make valgrind happy and avoid copying data in some cases.
543 2007-02-28 Stefan Kost <ensonic@users.sf.net>
545 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
546 (double_hq), (audio_convert_get_func_index),
547 (audio_convert_prepare_context), (audio_convert_convert):
548 * gst/audioconvert/gstaudioconvert.c:
549 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
550 (gst_audio_convert_transform_caps):
551 * tests/check/elements/audioconvert.c: (GST_START_TEST),
552 (audioconvert_suite):
553 Don't run inplace if that overwrites source data as we go. Add more
554 tests. Fixes #339837 even more.
556 2007-02-27 Julien MOUTTE <julien@moutte.net>
558 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
559 (msg_segment_done): Fix various seeking bugs (Slider was not
560 updating when doing a non flushing seek, Reverse playback
561 on segment seek was wrong).
563 2007-02-26 Wim Taymans <wim@fluendo.com>
565 * tests/examples/seek/seek.c: (stop_seek):
566 When we stop scrubbing, don't leave the pipeline PLAYING when we
567 requested a PAUSED state.
569 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
571 Patch by: René Stadler <mail at renestadler de>
573 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
574 Parse date strings in vorbis comments that have an invalid (zero)
575 month or day (#410396).
577 * tests/check/libs/tag.c: (GST_START_TEST):
578 Test case for the above.
580 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
582 Patch by: Loïc Minier <lool+gnome at via ecp fr>
585 * ext/alsa/Makefile.am:
586 * gst/audiotestsrc/Makefile.am:
587 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
589 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
591 * gst/playback/gstplaybin.c:
592 Improve docs: point out that the application needs to assist playbin
595 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
597 * gst-libs/gst/utils/install-plugins.c:
598 * gst-libs/gst/utils/missing-plugins.c:
599 * tests/check/libs/utils.c: (missing_msg_check_getters):
600 Change GStreamer marker prefix in detail string from 'gstreamer.net'
601 to just 'gstreamer'. Document the caps string component of the
602 decoder/encoder detail a bit better, since not everyone will be
603 familiar with the GStreamer media type/caps system (but they better
604 enjoy nested itemized lists).
606 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
608 * gst-libs/gst/netbuffer/gstnetbuffer.c:
609 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
610 Fix copying of GstNetBuffer (would crash before, or at least lead to
611 invalid memory access, #410772), for now by copying the GstBuffer copy
612 code from the core over here so we can copy the GstBuffer fields on a
613 provided buffer instance (of type GstNetBuffer in this case). Would be
614 better to fix this with some support by the core though (and in the long
615 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
617 * tests/check/Makefile.am:
618 Enable unit test for GstNetBuffer.
620 2007-02-22 Andy Wingo <wingo@pobox.com>
622 * gst-libs/gst/audio/gstbaseaudiosink.c
623 (gst_base_audio_sink_init): Disable pull-mode activation until we
624 figure out how to make audio sinks go to PLAYING.
626 2007-02-22 Stefan Kost <ensonic@users.sf.net>
628 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
629 (double_hq), (audio_convert_get_func_index),
630 (audio_convert_prepare_context), (audio_convert_convert):
631 * gst/audioconvert/audioconvert.h:
632 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
633 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
634 * gst/audioconvert/gstchannelmix.h:
635 * tests/check/elements/audioconvert.c: (GST_START_TEST):
636 Add float as an intermediate format, as well as float mixing. Enable
637 test that was failing before. Fixes #339837
639 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
641 * tests/examples/seek/seek.c: (do_seek):
642 Undo the previous commit: -1 as a stop time implies that the stop
643 time is the end of file, clearing any previously configured segment.
645 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
647 * tests/examples/seek/seek.c: (do_seek):
648 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
650 2007-02-21 Stefan Kost <ensonic@users.sf.net>
652 * gst/volume/gstvolume.c: (volume_process_int16),
653 (volume_process_int16_clamp), (volume_set_caps):
654 Unbreak volume, value remains gint.
656 2007-02-21 Stefan Kost <ensonic@users.sf.net>
658 * gst/volume/gstvolume.c: (volume_choose_func),
659 (volume_update_real_volume), (gst_volume_set_volume),
660 (gst_volume_init), (volume_process_double), (volume_process_float),
661 (volume_process_int16), (volume_process_int16_clamp),
662 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
663 * gst/volume/gstvolume.h:
664 Extend float audio support (double) and some int->uint cleanups.
666 2007-02-20 Edward Hervey <edward@fluendo.com>
668 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
669 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
670 (sort_end_pads), (gst_decode_group_expose),
671 (gst_decode_group_hide):
672 Don't free groups from the streaming threads. Just put them aside and
673 free them in dispose.
675 2007-02-20 Edward Hervey <edward@fluendo.com>
677 * gst/playback/gstdecodebin2.c: (connect_element),
678 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
679 (sort_end_pads), (gst_decode_group_expose):
680 Handle dynamic pads within groups.
681 Sort pads before exposing them in order to make playbin happy.
682 There still is a race with the multiqueue filling up. This should be
686 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
688 * gst-libs/gst/utils/base-utils.c:
689 * gst-libs/gst/utils/descriptions.c:
690 * gst-libs/gst/utils/install-plugins.c:
691 * gst-libs/gst/utils/missing-plugins.c:
692 Some more docs (and descriptions for two subtitle formats).
694 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
696 * gst-libs/gst/audio/audio.c:
699 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
701 Patch by: Yves Lefebvre <ivanohe abacom com>
703 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
704 Don't leak caps. Fixes #408278.
706 2007-02-15 Stefan Kost <ensonic@users.sf.net>
708 * ext/cdparanoia/gstcdparanoiasrc.h:
709 * ext/ogg/gstoggdemux.h:
710 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
711 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
712 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
713 * gst-libs/gst/audio/audio.h:
714 * gst-libs/gst/audio/gstaudiofilter.h:
715 * gst-libs/gst/interfaces/videoorientation.h:
716 * gst/adder/gstadder.h:
717 More docs coverage and some ChangeLog surgery (add missing names)
719 2007-02-15 Wim Taymans <wim@fluendo.com>
721 * sys/ximage/ximagesink.c:
722 (gst_ximagesink_calculate_pixel_aspect_ratio):
723 * sys/xvimage/xvimagesink.c:
724 (gst_xvimagesink_calculate_pixel_aspect_ratio):
725 Small constifications.
727 2007-02-15 Wim Taymans <wim@fluendo.com>
729 * gst-libs/gst/audio/gstbaseaudiosink.c:
730 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
731 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
732 (gst_base_audio_sink_async_play),
733 (gst_base_audio_sink_change_state):
734 Answer latency query.
735 Use configured latency when syncing.
738 * gst-libs/gst/audio/gstbaseaudiosrc.c:
739 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
740 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
741 Fix possible memleak.
742 Implement latency query.
745 2007-02-15 Wim Taymans <wim@fluendo.com>
747 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
748 Ignore errors in reset, these are not fatal. They also grab the element
749 lock which is already taking when this function is called. Fixes
752 2007-02-13 Stefan Kost <ensonic@users.sf.net>
755 Remove 'tests/examples/xerror/Makefile' from output files again.
757 2007-02-13 Stefan Kost <ensonic@users.sf.net>
760 * docs/plugins/Makefile.am:
761 Also crossref against gst-plugins-base-libs.
763 2007-02-12 Stefan Kost <ensonic@users.sf.net>
766 * docs/libs/Makefile.am:
767 * docs/plugins/Makefile.am:
768 Add crossreferences to glib/gobject/gstream docs.
770 * gst-libs/gst/audio/audio.h:
773 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
774 Add own debug category.
776 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
778 Patch by: René Stadler <mail at renestadler de>
780 * gst-libs/gst/tag/gstvorbistag.c:
781 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
784 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
786 * gst/playback/gstplaybasebin.c: (setup_source):
787 When we have external subtitles and wait for the subtitle decodebin
788 to get up and running, we set up a (sync) bus handler for the
789 subtitle decodebin, so we can stop waiting when it posts an error
790 message. However, we should do that before we set the subtitle
791 decodebin's state to playing, otherwise things are racy and we might
792 miss error messages posted before we had a chance to set up the bus.
793 This should finally fix totem hanging on .txt pseudo-subtitle files.
795 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
797 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
798 Use gst_gdouble_to_guint64 for conversions.
799 * win32/common/config.h.in:
800 Add a define for GST_INSTALL_PLUGINS_HELPER
801 * win32/common/libgstaudio.def:
802 * win32/common/libgstcdda.def:
803 * win32/common/libgstnetbuffer.def:
804 * win32/common/libgstrtp.def:
805 * win32/common/libgutils.def:
806 Add new exported functions.
807 * win32/vs6/gst_plugins_base.dsw:
808 * win32/vs6/libgstdecodebin.dsp:
809 * win32/vs6/libgstnetbuffer.dsp:
810 * win32/vs6/libgstplaybin.dsp:
811 * win32/vs6/libgstrtp.dsp:
812 * win32/vs6/libgstvorbis.dsp:
813 * win32/vs6/libgstcdda.dsp:
814 * win32/vs6/libgstgdp.dsp:
815 * win32/vs6/libgstutils.dsp:
816 Update and add new project files.
818 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
820 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
821 (subrip_remove_unhandled_tags), (parse_subrip):
822 For SubRip (.srt) subtitles, ignore all markup tags we don't
823 handle (like font tags, for example).
825 * tests/check/elements/subparse.c:
828 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
830 * gst/playback/gstdecodebin.c: (add_fakesink),
831 (gst_decode_bin_change_state):
832 * gst/playback/gstdecodebin2.c: (add_fakesink),
833 (gst_decode_bin_change_state):
834 Don't error out if there is no fakesink in the NULL to READY state
835 change, since when decodebin is re-used, we're only adding the
836 fakesink element in READY to PAUSED.
838 * tests/check/elements/decodebin.c:
839 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
841 Minimal unit test to make sure we can use the same decodebin
842 instance twice (at least with audiotestsrc input).
844 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
846 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
847 Try to get devic-name from device string first, and from handle only
848 as fallback (seems to yield better results and is more robust
849 against buggy probing code on the application side).
851 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
853 Based on patch by: Julien Puydt <julien.puydt at laposte net>
855 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
856 (gst_alsa_find_device_name):
857 * ext/alsa/gstalsa.h:
858 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
859 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
860 Improve device-name detection a bit, especially in the case where
861 the device is not actually open (#405020, #405024). Move common code
862 into gstalsa.c instead of duplicating it.
864 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
866 * gst/audioconvert/gstaudioconvert.c:
867 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
869 2007-02-06 Julien MOUTTE <julien@moutte.net>
871 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
872 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
873 (gst_xvimagesink_interface_supported),
874 (gst_xvimagesink_probe_get_properties),
875 (gst_xvimagesink_probe_probe_property),
876 (gst_xvimagesink_probe_needs_probe),
877 (gst_xvimagesink_probe_get_values),
878 (gst_xvimagesink_property_probe_interface_init),
879 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
880 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
881 (gst_xvimagesink_get_type):
882 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
883 for XVAdaptors so that one can choose the adaptor to use with
884 gstreamer-properties.
886 2007-02-06 Stefan Kost <ensonic@users.sf.net>
888 * gst/audioconvert/gstaudioconvert.c:
889 Also mention that a conversion from double to float is suboptimal still.
891 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
893 * gst-libs/gst/audio/gstaudiofilter.c:
894 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
895 Clear our formats structure and free the caps contained in it when
898 2007-02-05 Andy Wingo <wingo@pobox.com>
900 * gst-libs/gst/audio/gstbaseaudiosink.c
901 (gst_base_audio_sink_callback): Update basesink->offset so that we
902 pull monotonically increasing offsets instead of, um, seeking back
903 to 0 each time. Fixes alsasrc ! alsasink!
905 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
907 * gst/videoscale/gstvideoscale.c:
908 A width and height of 1 makes us crash, so increase minimum size to
909 2x2 pixels until someone feels like fixing this (#404512).
911 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
913 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
914 Add small test to make sure request pads are cleaned up properly
915 even if oggmux never changes state out of NULL.
917 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
919 * tests/check/libs/utils.c: (GST_START_TEST):
920 Fix unit test. Turns out things work much better when you
921 NULL-terminate string arrays. Should make p5 build bot happy again.
923 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
925 * gst-libs/gst/audio/Makefile.am:
926 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
927 (gst_audio_filter_template_base_init),
928 (gst_audio_filter_template_class_init),
929 (gst_audio_filter_template_init),
930 (gst_audio_filter_template_set_property),
931 (gst_audio_filter_template_get_property),
932 (gst_audio_filter_template_setup),
933 (gst_audio_filter_template_filter),
934 (gst_audio_filter_template_filter_inplace), (plugin_init):
935 Oops, forgot to commit fixed-up example.
937 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
939 * docs/libs/gst-plugins-base-libs-sections.txt:
940 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
941 (gst_audio_filter_class_init), (gst_audio_filter_init),
942 (gst_audio_filter_set_caps),
943 (gst_audio_filter_class_add_pad_templates):
944 * gst-libs/gst/audio/gstaudiofilter.h:
945 Port GstAudioFilter to 0.10. This change technically breaks
946 API and ABI (and thus also every library developer's heart),
947 but seems justifiable on the grounds that the base class was
948 completely unusable before (ie. would crash immediately when
949 actually used). Fixes #403963 (and eventually also #403572).
950 Also document all of this a bit.
952 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
954 * gst-libs/gst/utils/install-plugins.c:
955 (gst_install_plugins_spawn_child):
956 * tests/check/libs/utils.c:
957 (test_base_utils_install_plugins_do_callout):
958 Lowering log level to see why things fail on the p5 build bot;
959 fix some typos in unit test messages.
961 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
963 * tests/check/libs/utils.c:
964 (test_base_utils_install_plugins_do_callout):
965 Don't hard-code temp directory for test helper; use GLib functions
966 to write out file and do error checking etc.
968 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
970 * gst-libs/gst/utils/Makefile.am:
971 * gst-libs/gst/utils/base-utils.h:
972 * gst-libs/gst/utils/install-plugins.c:
973 (gst_install_plugins_context_set_xid),
974 (gst_install_plugins_context_new),
975 (gst_install_plugins_context_free),
976 (gst_install_plugins_get_helper),
977 (gst_install_plugins_spawn_child),
978 (gst_install_plugins_return_from_status),
979 (gst_install_plugins_installer_exited),
980 (gst_install_plugins_async), (gst_install_plugins_sync),
981 (gst_install_plugins_return_get_name),
982 (gst_install_plugins_installation_in_progress):
983 * gst-libs/gst/utils/install-plugins.h:
984 API: add API for applications to initiate installation of missing
985 plugins, ie. gst_install_plugins_async() primarily.
986 Based on libgimme-codec by Ryan Lortie.
989 Add --with-install-plugins-helper configure option so distros can specify
990 the path of the helper script or program to call when plugin installation
991 is requested (distros: please do any argument munging in this helper
992 script instead of patching GStreamer to pass arguments differently
993 to another program directly).
995 * docs/libs/gst-plugins-base-libs-docs.sgml:
996 * docs/libs/gst-plugins-base-libs-sections.txt:
997 Build and document new API.
999 * tests/check/libs/utils.c: (result_cb),
1000 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1001 (libgstbaseutils_suite):
1002 Some simple checks for the new API.
1004 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1006 * tests/check/elements/audioconvert.c: (test_float_conversion):
1007 Add small test for 32bit float <=> 64bit float conversion (works
1008 only one way so far, 32=>64 produces structured noise).
1010 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1012 * gst/audioconvert/gstaudioconvert.c:
1013 (set_structure_widths_32_and_64), (make_lossless_changes):
1014 We don't support floats with a width of 40, 48 or 56 bits.
1016 2007-02-02 Stefan Kost <ensonic@users.sf.net>
1018 * gst/audioconvert/audioconvert.c: (float), (double),
1019 (audio_convert_get_func_index):
1020 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1021 (make_lossless_changes):
1022 Support for 64-bit float audio in audioconvert (#339837)
1024 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
1026 Patch by: Holger Wansing <linux wansing-online de>
1030 Add German translation (#352069).
1032 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1034 reviewed by: Wim Taymans <wim@fluendo.com>
1036 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1037 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1038 Use newly added GstCollectPads API to free the allocated resources in
1039 the GstOggPad structures (#402393).
1041 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1043 * gst/playback/gstplaybin.c: (gen_vis_element):
1044 Add audioresample+audioconvert in front of the visualisation
1045 element, so that elements like libvisual 0.4 that don't support all
1046 samplerates can work.
1050 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1052 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1053 (gst_play_base_bin_get_streaminfo_value_array):
1054 Take some locks and make a copy of the streaminfo value array we
1055 maintain while holding the lock, so that the application can
1056 retrieve the stream-info as a value array in a thread-safe way.
1058 2007-01-30 Wim Taymans <wim@fluendo.com>
1060 * gst/audioconvert/gstaudioconvert.c:
1061 Don't fail on 0 sized buffers. Fixes #396835.
1063 2007-01-29 David Schleef <ds@schleef.org>
1065 * gst/typefind/gsttypefindfunctions.c:
1066 Detect BBCD as video/x-dirac, so we can play raw dirac
1069 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1071 * ext/theora/theoraenc.c: (theora_enc_chain):
1072 Check return value of theora_encode_header(), or we might try to
1073 allocate a random number of bytes. theora_encode_header() can fail
1074 if libtheora has been compiled with encoding support disabled.
1077 2007-01-29 Wim Taymans <wim@fluendo.com>
1079 * tests/check/gst/.cvsignore:
1080 Do as buildbot says.
1082 2007-01-29 Wim Taymans <wim@fluendo.com>
1084 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1085 Fix strides in libvisual. Gst uses X strides.
1086 Inspired by: <ed at catmur dot co dot uk> and
1087 <tim at centricular dot net>
1090 2007-01-27 Wim Taymans <wim@fluendo.com>
1092 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1093 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1094 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1095 (gst_ogg_demux_perform_seek),
1096 (gst_ogg_demux_bisect_forward_serialno),
1097 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1098 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1099 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1100 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1101 * ext/ogg/gstoggdemux.h:
1102 Properly propagate streaming errors when we are scanning the file for
1103 chains so that we don't crash when shut down. Might fix some crashers
1104 when quickly switching oggs in RB such as #332503 and #378436.
1106 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1108 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1109 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1112 2007-01-25 Wim Taymans <wim@fluendo.com>
1114 * gst/playback/gstplaybasebin.c: (remove_source):
1115 Don't try to disconnect a signal from a finalized object.
1117 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1119 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1120 Cast lock macro parameters to make sure we're actually accessing the
1121 lock member at the right class level. Free list itself in _dispose()
1122 as well and NULL it in case dispose gets called multiple times.
1124 2007-01-25 Edward Hervey <edward@fluendo.com>
1126 * gst/playback/gstdecodebin2.c:
1127 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1128 Free GstDecodeGroups no longer used.
1129 (gst_decode_group_expose):
1130 Don't unlock too many times !
1131 (deactivate_free_recursive):
1132 Free iterator once we're done with it.
1133 Fix for recursively deactivating elements (stop at ghostpads).
1135 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1137 * gst/playback/gstplaybin.c: (handoff):
1138 Fix up caps on the frame buffer before we save it and potentially
1139 make it accessible to other threads via g_object_get; also use
1140 gst_buffer_replace() instead of gst_mini_object_replace().
1142 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1144 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1145 Make getting the current frame thread-safe.
1147 2007-01-25 Edward Hervey <edward@fluendo.com>
1149 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1150 (gst_decode_group_new), (gst_decode_group_free):
1151 Set queues to bigger sizes to cope with HD contents.
1152 Fix some mutex freeing and add comment about MT safe methods.
1154 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1156 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1157 (gst_text_overlay_text_event):
1158 Don't unnecessarily ref (and then leak) upstream events if the text
1159 pad is not linked. Fixes #399948.
1161 * tests/check/gst-plugins-base.supp:
1162 Add suppression for pango on edgy/x86 for textoverlay test.
1164 2007-01-24 Wim Taymans <wim@fluendo.com>
1166 * gst-libs/gst/rtp/gstrtpbuffer.h:
1167 Add some more fixed payloads.
1169 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1171 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1172 Error out properly if we get an error from libogg while reading the
1173 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1175 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1177 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1180 * tests/check/elements/playbin.c:
1181 (test_sink_usage_video_only_stream),
1182 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1183 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1184 (test_missing_suburisource_handler),
1185 (test_missing_primary_decoder), (playbin_suite):
1186 Run all tests once with decodebin and once with decodebin2.
1187 One test does not pass yet with decodebin2.
1189 2007-01-23 Edward Hervey <edward@fluendo.com>
1191 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1192 Fix the cases where oggmux doesn't properly figure out that all
1193 sinkpads have gone EOS, and therefore doesn't push out the remaining
1194 buffers and the final EOS event.
1197 2007-01-23 Julien MOUTTE <julien@moutte.net>
1199 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1200 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1201 Don't lock on navigation event push, just on keysym to string.
1202 Fixes #397673 again.
1204 2007-01-22 Edward Hervey <edward@fluendo.com>
1206 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1207 (get_current_group), (group_demuxer_event_probe),
1208 (gst_decode_group_expose), (deactivate_free_recursive),
1209 (gst_decode_group_free):
1211 Don't forget to emit 'no-more-pads' once a group is exposed.
1212 Cleanup elements from a DecodeGroup once we remove it.
1213 Protect call to gst_decode_group_expose() with the decodebin lock.
1215 2007-01-22 Julien MOUTTE <julien@moutte.net>
1217 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1218 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1219 Looking at Xorg code i can't figure out if that XKeysymToString
1220 function is thread sensible or not. Lock it just in case as
1221 recommended by Radek Doulik <rodo at ximian dot com>.
1223 2007-01-22 Julien MOUTTE <julien@moutte.net>
1225 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1226 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1227 Lock that X Call as well. Fixes #397673.
1229 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1231 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1232 Don't go into an endless loop if the file starts with 00 00 01 2X,
1233 like quicktime redirect files might. Fixes #396042.
1235 * tests/check/Makefile.am:
1236 * tests/check/gst/.cvsignore:
1237 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1238 (typefindfunctions_suite):
1239 Add unit test for the above.
1241 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1243 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1244 On second thought, use "depth" field rather than "bpp" field.
1246 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1248 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1249 Camtasia caps apparently need a bpp field (#398875).
1251 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1253 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1254 (gen_source_element), (gst_play_base_bin_change_state):
1255 Attempt at a better error message in case we don't have the required
1256 URI handler installed; post missing-plugin message also when we're
1257 missing an URI handler for the subtitle URI; clean up properly also
1258 when an error occurs and we never made it to PAUSED state.
1260 * tests/check/elements/playbin.c: (GST_START_TEST),
1262 Check that we're also getting a missing-plugin messsage for a
1263 missing subtitle URI handler (and clean up properly).
1265 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1267 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1268 Plug a few reference leaks.
1270 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1272 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1273 Lower probability a bit if the marker isn't right at the start,
1274 to decrease the chance of false positives.
1276 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1278 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1279 Small mpeg2 system stream typefinding improvement: make typefinder
1280 probe a bit into the stream instead of just looking for a marker
1281 at the beginning. Fixes #397810.
1283 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1285 * gst/audioconvert/gstchannelmix.c:
1286 Remove compatibility cruft for prehistoric GLib versions.
1288 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1290 * gst/playback/Makefile.am:
1291 * gst/playback/gstdecodebin.c: (close_pad_link):
1292 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1293 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1294 (gst_play_base_bin_handle_message_func), (unknown_type):
1295 Let decodebin be the element to post missing-plugin messages for
1296 missing decoders (rather than playbin); make playbin implement
1297 GstBin::handle_message so we can suppress missing-plugin messages
1298 for types we're not handling on purpose (don't want to bring up an
1299 installer in those cases).
1301 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1303 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1304 * gst-libs/gst/tag/gstvorbistag.c:
1305 (gst_tag_list_to_vorbiscomment_buffer):
1306 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1307 Fix potentially unaligned access (#397207).
1309 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1311 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1312 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1313 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1315 Allow to toggle looping while it plays. Fix callback prototype. Clean
1316 up code a bit more. Add copyright header.
1318 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1320 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1321 Red and blue mask was swapped (spotted by Dan Williams).
1323 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1325 * gst-libs/gst/tag/gstid3tag.c:
1326 * gst-libs/gst/tag/gstvorbistag.c:
1327 Use new beats-per-minute tag from core.
1329 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1332 Add new files with translatable strings, so they actually make it
1333 into the template file one day.
1335 2007-01-12 Andy Wingo <wingo@pobox.com>
1337 * gst-libs/gst/audio/gstbaseaudiosink.c
1338 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1339 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1340 stuff, as the base class handles this now. Actually tell the ring
1342 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1343 How did this work before? Maybe I'm not as awesome a programmer as
1346 * gst-libs/gst/audio/gstbaseaudiosrc.c
1347 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1350 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1352 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1353 Remove more fields so that the application can better blacklist
1354 formats that have been tried before.
1356 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1358 * gst-libs/gst/audio/mixerutils.h:
1359 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1360 used when compiling with c++ compilers as well.
1362 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1364 * gst/typefind/gsttypefindfunctions.c:
1367 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1369 * gst/playback/gstplaybin.c: (post_missing_element_message),
1370 (gen_video_element), (gen_text_element), (gen_audio_element),
1372 Post missing-plugin messages also when we error out because
1373 converters, textoverlay or auto*sinks are missing (#161922).
1375 2007-01-10 Wim Taymans <wim@fluendo.com>
1377 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1378 (is_demuxer_element), (new_caps):
1379 * gst/playback/gstplaybasebin.c: (source_new_pad):
1380 Fix the case where we try to ref a NULL element when we delay a link
1381 because of unfixed caps.
1382 Set the state of autoplugged decodebins to PAUSED.
1383 RTSP now works in playbin, we can remove it from the blacklist.
1385 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1387 * gst/playback/Makefile.am:
1388 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1389 (unknown_type), (setup_subtitle), (gen_source_element):
1390 * gst/playback/gstplaybin.c: (plugin_init):
1391 Post missing-plugin messages on the bus for missing sources and
1392 missing decoders/demuxers/depayloaders; fix error code used when
1393 we're missing an URI handler source; for media types that we are not
1394 handling on purpose at the moment, don't print "don't know how to
1395 handle xyz" messages to the terminal or post missing-plugin
1396 messages on the bus.
1398 * tests/check/elements/playbin.c: (create_playbin),
1399 (GST_START_TEST), (gst_codec_src_uri_get_type),
1400 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1401 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1402 (gst_codec_src_init_type), (gst_codec_src_base_init),
1403 (gst_codec_src_create), (gst_codec_src_class_init),
1404 (gst_codec_src_init), (plugin_init), (playbin_suite):
1405 Add some tests for the missing-plugin stuff.
1407 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1410 * gst-libs/gst/Makefile.am:
1411 * gst-libs/gst/utils/Makefile.am:
1412 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1413 * gst-libs/gst/utils/base-utils.h:
1414 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1415 (find_format_info), (caps_are_rtp_caps),
1416 (gst_base_utils_get_source_description),
1417 (gst_base_utils_get_sink_description),
1418 (gst_base_utils_get_decoder_description),
1419 (gst_base_utils_get_encoder_description),
1420 (gst_base_utils_get_element_description),
1421 (gst_base_utils_add_codec_description_to_tag_list),
1422 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1423 * gst-libs/gst/utils/descriptions.h:
1424 * gst-libs/gst/utils/missing-plugins.c:
1425 (missing_structure_get_type), (copy_and_clean_caps),
1426 (gst_missing_uri_source_message_new),
1427 (gst_missing_uri_sink_message_new),
1428 (gst_missing_element_message_new),
1429 (gst_missing_decoder_message_new),
1430 (gst_missing_encoder_message_new),
1431 (missing_structure_get_string_detail),
1432 (missing_structure_get_caps_detail),
1433 (gst_missing_plugin_message_get_installer_detail),
1434 (gst_missing_plugin_message_get_description),
1435 (gst_is_missing_plugin_message):
1436 * gst-libs/gst/utils/missing-plugins.h:
1437 API: add new libgstbaseutils library with functions
1438 - to create and parse missing-plugins messages
1439 - that provide (translated) descriptions for caps/decoders/sources/etc.
1442 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1443 * pkgconfig/gstreamer-plugins-base.pc.in:
1446 * docs/libs/gst-plugins-base-libs-docs.sgml:
1447 * docs/libs/gst-plugins-base-libs-sections.txt:
1448 Generate docs for new lib and API.
1450 * tests/check/Makefile.am:
1451 * tests/check/libs/.cvsignore:
1452 * tests/check/libs/utils.c: (missing_msg_check_getters),
1453 (GST_START_TEST), (libgstbaseutils_suite):
1454 Add some basic unit tests.
1456 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1458 * ext/ogg/Makefile.am:
1459 Dist gstoggdemux.h to fix 'make distcheck'.
1461 * sys/v4l/Makefile.am:
1462 Fix 'make distcheck' even more.
1464 2007-01-09 Wim Taymans <wim@fluendo.com>
1466 * docs/plugins/Makefile.am:
1467 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1468 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1469 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1470 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1471 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1472 (gst_ogg_demux_perform_seek):
1473 * ext/ogg/gstoggdemux.h:
1475 Add some more comments.
1478 2007-01-09 Wim Taymans <wim@fluendo.com>
1480 * ext/theora/theoradec.c:
1481 * ext/vorbis/vorbisdec.c:
1482 * gst-libs/gst/audio/gstringbuffer.c:
1483 (gst_ring_buffer_commit_full):
1484 * gst-libs/gst/audio/gstringbuffer.h:
1485 * gst-libs/gst/rtp/gstrtpbuffer.c:
1486 * gst-libs/gst/tag/gstvorbistag.c:
1487 Small documentation updates/fixes
1489 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1492 Require core CVS HEAD for Andy's basesrc/sink API additions.
1494 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1496 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1498 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1500 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1501 on flac.sf.net (there appear to be other versions of the first
1502 ogg page in the wild) (#391365).
1504 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1507 Check if localtime_r() is available.
1509 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1510 If localtime_r() is not available, fall back to localtime(). Should
1511 fix build on MingW (#393310).
1513 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1515 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1516 * gst/subparse/gstsubparse.h:
1517 Remove spurious 1000 subtrahend when calculating the timestamp from
1518 the frame number and the frame rate . Also, use the frames/second
1519 value specified in the first line of the file, if one is specified
1520 there. Should fix #357503.
1522 * tests/check/elements/subparse.c: (do_test),
1523 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1525 Add some basic unit tests for the microdvd subtitle format.
1527 2007-01-07 Julien MOUTTE <julien@moutte.net>
1529 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1530 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1531 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1532 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1533 (gst_xvimagesink_set_xwindow_id),
1534 (gst_xvimagesink_set_event_handling),
1535 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1536 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1537 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1539 Add an adaptor property to select a specific XV adaptor.
1540 * sys/xvimage/xvimagesink.h:
1542 2007-01-07 Julien MOUTTE <julien@moutte.net>
1544 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1545 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1546 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1547 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1548 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1549 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1550 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1551 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1552 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1553 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1554 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1555 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1556 Use flow_lock much more to protect every access to xwindow.
1557 Try to catch erros while creating images in case some drivers are
1558 just generating an XError when the requested image is too big.
1559 Should fix : #354698, #384008, #384060.
1560 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1561 Implement some stress testing of setting window xid.
1563 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1565 * win32/common/libgsaudio.def:
1566 Add new exported function.
1567 * win32/common/libgstogg.dsp:
1568 Add gstoggaviparse.c to the build.
1569 * win32/common/libgstvideoscale.dsp:
1570 Add vs_4tap.c to the build.
1571 * win32/common/libgstvorbis.dsp:
1572 Add vorbistag.c to the build.
1574 2007-01-06 Andy Wingo <wingo@pobox.com>
1576 * gst-libs/gst/audio/gstbaseaudiosink.c
1577 (gst_base_audio_sink_class_init)
1578 (gst_base_audio_sink_init):
1579 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1580 to baseaudiosink, and tell basesink that we can work in pull mode.
1581 This way the ring buffer thread drives the pipeline directly, if
1582 pull mode is possible. There is some lingering nastiness regarding
1584 (gst_base_audio_sink_callback): Implement the callback to pull
1585 data. This interface is a bit light, though -- it should get a
1586 GstFlowReturn return value at least.
1588 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1590 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1591 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1592 * gst/playback/gstdecodebin2.c:
1593 (gst_decode_group_check_if_blocked):
1594 Printf format and missing argument fixes.
1596 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1598 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1599 (gst_ogm_parse_change_state):
1600 Activate pads before adding them to the element.
1602 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1604 * tests/examples/seek/scrubby.c: (main):
1605 * tests/examples/seek/seek.c: (main):
1606 Call g_thread_init() first thing in main() (see #391278).
1608 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1610 * tests/check/Makefile.am:
1611 * tests/check/libs/.cvsignore:
1612 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1614 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1615 for the time being, since it's broken, see #393099.
1617 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1619 * tests/check/Makefile.am:
1620 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1622 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1625 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1626 so that GST_BASE_CFLAGS can go inbetween them, making sure
1627 we use uninstalled gst-libs headers
1628 * docs/libs/Makefile.am:
1629 * ext/alsa/Makefile.am:
1630 * ext/cdparanoia/Makefile.am:
1631 * ext/gnomevfs/Makefile.am:
1632 * ext/libvisual/Makefile.am:
1633 * ext/ogg/Makefile.am:
1634 * ext/theora/Makefile.am:
1635 * ext/vorbis/Makefile.am:
1636 * gst-libs/gst/audio/Makefile.am:
1637 * gst-libs/gst/cdda/Makefile.am:
1638 * gst-libs/gst/interfaces/Makefile.am:
1639 * gst-libs/gst/riff/Makefile.am:
1640 * gst-libs/gst/rtp/Makefile.am:
1641 * gst-libs/gst/tag/Makefile.am:
1642 * gst/adder/Makefile.am:
1643 * gst/audioconvert/Makefile.am:
1644 * gst/audiorate/Makefile.am:
1645 * gst/audioresample/Makefile.am:
1646 * gst/playback/Makefile.am:
1647 * gst/tcp/Makefile.am:
1648 * gst/videoscale/Makefile.am:
1649 * gst/volume/Makefile.am:
1650 * sys/ximage/Makefile.am:
1651 * sys/xvimage/Makefile.am:
1652 * tests/icles/Makefile.am:
1655 2007-01-04 Julien MOUTTE <julien@moutte.net>
1657 * gst-libs/gst/interfaces/xoverlay.c:
1658 (gst_x_overlay_handle_events):
1659 * gst-libs/gst/interfaces/xoverlay.h:
1660 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1661 (gst_ximagesink_set_xwindow_id),
1662 (gst_ximagesink_set_event_handling),
1663 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1664 (gst_ximagesink_get_property), (gst_ximagesink_init),
1665 (gst_ximagesink_class_init):
1666 * sys/ximage/ximagesink.h:
1667 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1668 (gst_xvimagesink_set_xwindow_id),
1669 (gst_xvimagesink_set_event_handling),
1670 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1671 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1672 (gst_xvimagesink_class_init):
1673 * sys/xvimage/xvimagesink.h:
1674 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1675 Add a method to the XOverlay interface to allow disabling of
1676 event handling in x[v]imagesink elements. This will let X events
1677 propagate to parent windows which can be usefull in some cases.
1678 Be carefull that the application is then responsible of pushing
1679 navigation events and expose events to the video sink.
1682 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1684 * gst-libs/gst/tag/gstvorbistag.c:
1685 * tests/check/libs/tag.c: (GST_START_TEST):
1686 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1689 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1693 * docs/design/Makefile.am:
1696 2006-12-27 Julien MOUTTE <julien@moutte.net>
1698 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1699 typo. Fixes: #390063.
1701 2006-12-27 Julien MOUTTE <julien@moutte.net>
1703 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1706 * win32/common/config.h: Updated.
1708 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1710 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1711 (setup_gdpdepay_streamheader):
1712 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1713 (setup_gdppay_streamheader):
1714 Fix the dp tests, but activating the pads for the streamheader tests
1715 too and cleaning up conditionaly
1717 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1719 * gst/ffmpegcolorspace/avcodec.h:
1720 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1721 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1722 (gst_ffmpegcsp_avpicture_fill):
1723 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1724 (img_get_alpha_info):
1725 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1726 other end of the word. Fixes: #387073.
1728 Add some inconsequential branch hints in a couple of places.
1730 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1732 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1733 (gst_ffmpeg_caps_to_smpfmt):
1734 The "signed" field in raw audio caps is of boolean type, trying to
1735 extract the value with _get_int() will fail (fix to keep in sync with
1736 the copy in gst-ffmpeg)
1738 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1740 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1741 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1742 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1744 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1745 * tests/check/elements/subparse.c: (teardown_subparse):
1746 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1747 * tests/check/elements/videorate.c: (cleanup_videorate):
1748 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1749 * tests/check/elements/volume.c: (cleanup_volume):
1750 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1751 (cleanup_vorbisdec):
1752 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1753 (cleanup_vorbistag):
1754 consistent pad (de)activation
1756 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1758 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1759 Forgot to register the extensions.
1761 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1763 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1765 Add typefinder for VIVO files (my christmas present to the 90s).
1767 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1769 * gst/playback/gstdecodebin.c: (type_found):
1770 Special-case the text/plain media type: we only want to recognise it
1771 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1772 parser, but not if the entire stream is of text/plain type. If the
1773 entire stream is text/plain, we should just error out.
1775 This fixes playback of audio files with lyrics in totem. Totem can't
1776 distinguish between text files and subtitle files and passes any
1777 .txt file with the same basename as the main file to playbin as
1778 suburi, and playbin will then throw a 'subtitle found, but no video
1779 stream' error, which isn't entirely helpful. See #380342.
1781 Also, with this change we'll show a slightly more correct error
1782 message in case totem passes a playlist file to us (although a
1783 custom error message wording instead of the default text would
1784 probably not be a bad idea either).
1786 Same problem also needs to be fixed for playbin+decodebin2.
1788 * tests/check/Makefile.am:
1789 * tests/check/elements/decodebin.c: (src_handoff_cb),
1790 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1792 Add simple unit test for decodebin for the above.
1794 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1796 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1797 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1798 Refuse to change state to READY when we failed to create any of the
1799 required elements in our instance init function.
1801 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1803 * docs/libs/gst-plugins-base-libs-sections.txt:
1804 Small docs fixes/updates.
1806 * gst-libs/gst/video/gstvideosink.h:
1807 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1808 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1809 removed from the base sink API between 0.9.6 and 0.9.7).
1810 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1811 accessor macros, so we don't do a runtime GObject type check every
1814 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1817 * gst-plugins-base.doap:
1818 * gst-plugins-base.spec.in:
1821 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1823 Patch by: Jens Granseuer <jensgr at gmx net>
1825 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1826 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1827 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1828 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1829 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1830 Declare variables at the beginning of a block. Fixes #383195.
1832 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1835 Bump version nano - back to CVS.
1838 === release 0.10.11 ===
1840 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1843 releasing 0.10.11, "Dumb things"
1845 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1847 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1848 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1849 Handle the case where an element has multiple pads with
1850 unfixed caps as well as still possibly producing more dynamic
1851 pads by storing each case as a distinct entry in the dynamic list.
1854 2006-12-04 Wim Taymans <wim@fluendo.com>
1856 * gst/playback/gstdecodebin.c: (close_pad_link):
1857 Fix #382223, add more dynamic caps handling.
1859 2006-12-04 Wim Taymans <wim@fluendo.com>
1861 reviewed by: <delete if not using a buddy>
1863 * gst-libs/gst/audio/gstringbuffer.h:
1864 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1865 (gst_netaddress_set_ip4_interface),
1866 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1867 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1868 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1869 (gst_netaddress_get_ttl):
1870 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1871 * gst/playback/gstdecodebin.c: (close_pad_link):
1872 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1873 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1874 * win32/common/config.h:
1876 2006-12-01 Michael Smith <msmith@fluendo.com>
1878 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1879 Delete bad debug code.
1882 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1884 * gst/videoscale/vs_4tap.c:
1886 * win32/common/config.h:
1887 * win32/vs8/libgstvideoscale.vcproj:
1888 Fix compilation on win32 under VS8
1889 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1890 Partially fixes #381175
1892 2006-11-30 Michael Smith <msmith@fluendo.com>
1894 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1896 It would be very bad if, after a discont buffer, we thought every
1897 single following buffer was also discont. So, add to the test to
1898 ensure that this isn't the case.
1900 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1901 ... it was the case. So fix it.
1903 2006-11-28 Wim Taymans <wim@fluendo.com>
1905 * gst/playback/gstplaybasebin.c: (check_queue_event):
1908 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1909 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1910 padtemplate caps. Refixes #357577.
1912 2006-11-28 Wim Taymans <wim@fluendo.com>
1914 * gst/playback/gstplaybasebin.c: (check_queue_event),
1915 (queue_threshold_reached), (queue_out_of_data),
1916 (gen_preroll_element):
1917 Add event probe to see when EOS is in a queue and we can disable the
1918 underrun signals. Fixes #357577.
1920 2006-11-28 Edward Hervey <edward@fluendo.com>
1922 * gst/playback/Makefile.am:
1923 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1924 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1925 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1926 (gst_decode_bin_init), (gst_decode_bin_dispose),
1927 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1928 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1929 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1930 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1931 (connect_element), (expose_pad), (type_found),
1932 (pad_added_group_cb), (pad_removed_group_cb),
1933 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1934 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1935 (are_raw_caps), (multi_queue_overrun_cb),
1936 (multi_queue_underrun_cb), (gst_decode_group_new),
1937 (get_current_group), (group_demuxer_event_probe),
1938 (gst_decode_group_control_demuxer_pad),
1939 (gst_decode_group_control_source_pad),
1940 (gst_decode_group_check_if_blocked),
1941 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1942 (gst_decode_group_hide), (gst_decode_group_free),
1943 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1944 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1945 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1947 New decodebin2 element.
1949 * gst/playback/gstplay-marshal.list:
1950 Added marshallers for new signals in decodebin2
1951 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1952 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1955 2006-11-28 Wim Taymans <wim@fluendo.com>
1957 * gst/playback/gstplaybasebin.c: (setup_source),
1958 (gst_play_base_bin_change_state):
1959 Disable rtsp:// uris for the release, it's not good enough yet.
1962 2006-11-26 Wim Taymans <wim@fluendo.com>
1964 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1965 (theora_dec_push_forward), (theora_dec_push_reverse),
1966 (theora_handle_data_packet), (theora_dec_decode_buffer),
1967 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1968 (theora_dec_chain_forward), (theora_dec_chain):
1969 Implement reverse playback.
1971 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1972 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1973 (vorbis_dec_chain_forward):
1974 Clear buffers used for reverse playback in _reset.
1975 No need to set the eos flag, we clip samples using the segment.
1977 2006-11-24 Wim Taymans <wim@fluendo.com>
1979 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1980 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1981 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1982 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1984 Handle continued pages in reverse mode.
1986 2006-11-24 Wim Taymans <wim@fluendo.com>
1988 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1989 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1990 (vorbis_dec_flush_decode):
1992 Don't try to add invalid timestamps.
1993 Clipping will unref the buffer.
1995 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1997 * gst/adder/gstadder.h:
1998 * gst/audiotestsrc/gstaudiotestsrc.h:
1999 remove obsolete _factory_init protos
2001 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2004 Fix spacing in debug message.
2006 2006-11-23 Wim Taymans <wim@fluendo.com>
2008 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2009 (gst_ogg_demux_chain):
2010 Don't just ignore return values from _pad_push().
2011 Small debug improvements.
2013 2006-11-23 Michael Smith <msmith@fluendo.com>
2015 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2016 If our incoming buffer is marked as DISCONT, then increment the page
2017 number (so that the discontinuity is marked in the final ogg
2018 bitstream) and flush the previous page.
2020 2006-11-22 Michael Smith <msmith@fluendo.com>
2022 * ext/theora/gsttheoraenc.h:
2023 * ext/theora/theoraenc.c: (gst_theora_enc_init),
2024 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2025 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2026 (theora_enc_chain), (theora_enc_change_state):
2027 Mark discontinuities of > 3/4 of a frame, reinit encoder.
2029 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2030 (GST_START_TEST), (theoraenc_suite):
2031 Enable discontinuity test, fix it.
2033 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2035 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2036 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2037 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2038 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2039 (gst_text_overlay_change_state):
2040 * ext/pango/gsttextoverlay.h:
2041 Some textoverlay fixes: for one, in the video chain function,
2042 actually wait for a text buffer to come in if there is none at the
2043 moment and there should be one; also, deal more gracefully with
2044 incoming buffers that do not have a timestamp or duration; discard
2045 text buffer when not needed any longer. Fixes #341681.
2047 * tests/check/Makefile.am:
2048 * tests/check/elements/.cvsignore:
2049 * tests/check/elements/textoverlay.c:
2050 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2051 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2052 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2053 (test_video_waits_for_text_send_text_newsegment_thread),
2054 (test_video_waits_for_text_shutdown_element),
2055 (test_render_continuity_push_video_buffers_thread),
2056 (textoverlay_suite):
2057 Add some unit tests for textoverlay.
2059 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2061 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2062 Avoid integer underflow when the found probability for mp3 is
2063 smaller than the 'penalty' we subtract if there's not a clean
2064 mp3 header sync at offset 0.
2066 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2068 * docs/libs/gst-plugins-base-libs-sections.txt:
2069 Add some new symbols to the docs
2071 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2073 * tests/check/Makefile.am:
2074 * tests/check/elements/ffmpegcolorspace.c:
2075 (ffmpegcolorspace_suite):
2076 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2077 (for now not for valgrinding though, since it takes too long).
2079 2006-11-20 Wim Taymans <wim@fluendo.com>
2081 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2082 (gst_ffmpeg_pixfmt_to_caps):
2083 Fix RGBA32 caps. Fixes #357038.
2085 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2087 * gst-libs/gst/interfaces/mixertrack.h:
2088 Add FIXME so we can add some padding here in 0.11
2090 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2092 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2093 Fix GstBaseRTPAudioPayload structure so the whole GObject
2094 inheritance business actually works (parent class instance structure
2095 must always come first in the derived class instance structure).
2097 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2099 * gst/videotestsrc/Makefile.am:
2100 * tests/check/Makefile.am:
2101 Make sure our checks and the videotestsrc plugin link against the
2102 local uninstalled gst libs and not any installed gst libs that
2103 might happen to exist as well.
2105 * tests/check/elements/adder.c: (message_received),
2106 (test_event_message_received), (test_play_twice_message_received):
2107 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2108 Fix compiler warnings when compiling against core with disabled
2111 2006-11-16 Michael Smith <msmith@fluendo.com>
2113 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2114 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2115 Fix audiorate, so that it accurately sets offsets and timestamps.
2116 Doesn't change the fundamental algorithmic decisions; so should be
2119 * tests/check/Makefile.am:
2120 Enable audiorate test now that it passes.
2122 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2124 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2125 clear xv when going to NULL, remove // commented non-existant proto
2127 * tests/examples/seek/seek.c: (main):
2128 add missing tooltip description for scrub and play_scrub
2130 2006-11-14 David Schleef <ds@schleef.org>
2133 Bump liboil requirement to 0.3.8.
2134 * gst-libs/gst/riff/riff-media.c:
2136 * gst/videoscale/vs_image.h:
2137 * gst/videoscale/vs_scanline.h:
2138 Use liboil's stdint.h.
2139 * gst/videotestsrc/videotestsrc.c:
2140 Remove liboil related ifdef's, since they aren't needed now, and
2141 won't work with future versions.
2143 2006-11-14 David Schleef <ds@schleef.org>
2145 * gst/videoscale/Makefile.am:
2146 * gst/videoscale/gstvideoscale.c:
2147 * gst/videoscale/gstvideoscale.h:
2148 * gst/videoscale/vs_4tap.c:
2149 * gst/videoscale/vs_4tap.h:
2150 * gst/videoscale/vs_image.c:
2151 * gst/videoscale/vs_image.h:
2152 * gst/videoscale/vs_scanline.c:
2153 * gst/videoscale/vs_scanline.h:
2154 Add a 4-tap image scaler. Theoretically looks much prettier.
2155 The tap calculation could use some improvement.
2157 2006-11-14 Wim Taymans <wim@fluendo.com>
2159 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2161 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2162 (gst_riff_parse_strf_iavs):
2163 * gst/subparse/gstsubparse.c: (convert_encoding):
2164 * gst/tcp/gstmultifdsink.c:
2165 (gst_multi_fd_sink_handle_client_write):
2166 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2167 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2168 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2169 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2170 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2171 (gst_ximagesink_ximage_new):
2172 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2173 Various gsize and gssize printf fixes. Fixes #372507.
2175 2006-11-13 Wim Taymans <wim@fluendo.com>
2177 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2178 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2179 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2180 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2181 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2182 * ext/vorbis/vorbisdec.h:
2183 First stab at vorbis reverse playback.
2185 2006-11-13 Wim Taymans <wim@fluendo.com>
2187 * gst-libs/gst/audio/gstbaseaudiosink.c:
2188 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2189 * gst-libs/gst/audio/gstbaseaudiosink.h:
2190 Make the clock sync code more accurate wrt resampling and playback
2193 * gst-libs/gst/audio/gstringbuffer.c:
2194 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2195 * gst-libs/gst/audio/gstringbuffer.h:
2196 Use better algorithm to interpolate sample rates.
2198 2006-11-13 Michael Smith <msmith@fluendo.com>
2200 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2201 Improve a debug line slightly.
2203 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2204 Call gst_riff_init() in plugin_init, to avoid getting errors from
2205 the debug system (unrelated changes to another plugin made this turn
2208 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2210 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2212 * win32/common/libgsttag.def:
2213 Add missing symbol (#366492).
2215 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2217 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2218 Don't unref a NULL pad.
2220 2006-11-09 Wim Taymans <wim@fluendo.com>
2222 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2223 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2224 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2225 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2226 (gst_ogg_demux_loop):
2227 Implement first stab at reverse playback.
2229 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2231 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2232 (gst_riff_create_video_template_caps):
2233 add h263/h264 variants to the caps, Fixes #363118
2235 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2237 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2238 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2239 Use g_strerror instead of strerror so we get UTF-8.
2241 2006-11-03 David Schleef <ds@schleef.org>
2243 * ext/ogg/gstoggdemux.c:
2244 * ext/ogg/gstoggmux.c:
2245 Add/remove KW-DIRAC header here, since it is ogg-specific.
2247 2006-11-03 Michael Smith <msmith@fluendo.com>
2249 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2250 Recognise more mpeg4 elementary video streams.
2252 2006-11-02 Edward Hervey <edward@fluendo.com>
2254 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2255 Lower the probability of mp3 typefinding functions if we don't find a
2256 valid mp3 header at the start of the file.
2259 2006-11-02 Wim Taymans <wim@fluendo.com>
2261 * ext/theora/gsttheoradec.h:
2262 * ext/theora/theoradec.c: (gst_theora_dec_init),
2263 (theora_dec_sink_event), (theora_dec_chain_forward),
2264 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2266 Document and partially implement an algorithm for doing reverse playback
2269 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2271 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2273 * win32/common/config.h:
2274 * win32/common/interfaces-enumtypes.c:
2275 * win32/common/libgsttag.def:
2276 * win32/vs8/gst-plugins-base.sln:
2277 * win32/vs8/libgstaudioresample.vcproj:
2278 * win32/vs8/libgstinterfaces.vcproj:
2279 * win32/vs8/libgstogg.vcproj:
2280 * win32/vs8/libgstriff.vcproj:
2281 * win32/vs8/libgsttag.vcproj:
2282 * win32/vs8/libgsttheora.vcproj:
2283 * win32/vs8/libgstvideoscale.vcproj:
2284 * win32/vs8/libgstvorbis.vcproj:
2285 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2286 to libgsttag.def; add missing dependencies for some vs8 projects;
2287 re-arrange placement of .def files in vs8 projects (#366334).
2289 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2292 Remove unused variable.
2294 * ext/ogg/gstoggdemux.c:
2295 Fix Wim's surname in plugin description.
2297 2006-10-31 Wim Taymans <wim@fluendo.com>
2299 * gst-plugins-base.spec.in:
2300 spec new .h file. Fixes #368310.
2302 2006-10-31 Michael Smith <msmith@fluendo.com>
2304 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2305 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2306 (gst_multi_fd_sink_get_stats),
2307 (gst_multi_fd_sink_remove_client_link),
2308 (gst_multi_fd_sink_queue_buffer),
2309 (gst_multi_fd_sink_handle_clients):
2310 * gst/tcp/gstmultifdsink.h:
2311 Make using the remove or clear signals threadsafe.
2312 Make calling get-stats with an invalid fd not segfault.
2315 2006-10-31 Wim Taymans <wim@fluendo.com>
2317 * gst-libs/gst/rtp/Makefile.am:
2318 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2319 (gst_base_rtp_audio_payload_init):
2320 Fix and activate base audio payloader.
2322 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2324 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2326 Add typefinder for QuickTime Image Files (see #366156).
2328 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2330 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2331 Another typo fix (#366212).
2333 2006-10-27 Wim Taymans <wim@fluendo.com>
2335 * gst/volume/gstvolume.c: (volume_transform_ip):
2336 Use stream time to synchronize volume property instead of rather random
2337 timestamps. This is needed when gnonlin does its time shifting.
2339 2006-10-27 Wim Taymans <wim@fluendo.com>
2341 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2343 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2344 Remove the pad from the element in release_pad. Fixes #364812.
2346 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2348 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2350 Explicitly create our custom buffer classes at a thread-safe
2351 location as well, since g_type_class_ref() doesn't seem to be
2352 entirely thread-safe either (#365501; also see #349410).
2354 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2356 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2357 (gst_riff_parse_info):
2358 If strings in INFO chunk are not UTF-8, do something similar to
2359 what we do for ID3v1 tags: check a number of environment variables
2360 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2361 character sets to try, otherwise try the current locale and/or fall
2362 back on ISO-8859-1. Fixes #360552.
2364 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2366 * gst/videotestsrc/gstvideotestsrc.c:
2367 (gst_video_test_src_pattern_get_type),
2368 (gst_video_test_src_set_pattern):
2369 * gst/videotestsrc/gstvideotestsrc.h:
2370 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2371 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2372 (gst_video_test_src_checkers8):
2373 * gst/videotestsrc/videotestsrc.h:
2374 Add a bunch of exciting new checkers patterns.
2376 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2378 * gst/subparse/Makefile.am:
2379 * gst/subparse/gstsubparse.c:
2380 (gst_sub_parse_data_format_autodetect),
2381 (gst_sub_parse_format_autodetect), (handle_buffer),
2382 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2383 * gst/subparse/gstsubparse.h:
2384 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2386 * gst/subparse/tmplayerparse.h:
2387 Add support for TMPlayer-type subtitles (#362845).
2389 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2390 (GST_START_TEST), (subparse_suite):
2391 Add some basic unit tests for the above.
2393 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2395 * tests/check/elements/audiorate.c: (test_injector_base_init),
2396 (test_injector_class_init), (test_injector_chain),
2397 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2398 (GST_START_TEST), (audiorate_suite):
2399 More tests for audiorate: inject buffers to check behaviour when
2402 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2404 * tests/check/Makefile.am:
2405 * tests/check/elements/.cvsignore:
2406 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2407 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2408 Add some basic unit tests for audiorate. Disabled at the moment
2409 since it doesn't pass yet (see bug #363119).
2411 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2413 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2414 (parse_subrip), (handle_buffer):
2415 Add missing closing tags for markup and fix broken markup,
2416 otherwise pango won't render anything (fixes #357531). Also,
2417 make sure the text we send out is always NUL-terminated
2418 (better safe than sorry etc.).
2420 * tests/check/elements/subparse.c: (test_srt_do_test),
2422 Some more tests for .srt incl. tests for the above stuff.
2424 2006-10-20 Julien MOUTTE <julien@moutte.net>
2426 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2427 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2428 Patch by: Stefan Kost <ensonic@users.sf.net>
2429 Try to redraw borders only when needed. Apparently this consumes
2430 resources on small devices... :-O (#363607)
2432 2006-10-20 Michael Smith <msmith@fluendo.com>
2434 * gst/tcp/gstmultifdsink.c:
2435 (gst_multi_fd_sink_client_queue_buffer):
2436 If caps change, then update the client's idea of the caps so that we
2437 don't end up re-sending streamheaders for every single buffer after
2440 2006-10-20 Michael Smith <msmith@fluendo.com>
2442 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2443 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2444 Set caps on pushed buffers; fix up refcounting of caps objects.
2446 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2448 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2450 Typefind mmsh header data packet to application/x-mmsh (#362625).
2452 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2454 * tests/check/Makefile.am:
2455 * tests/check/elements/.cvsignore:
2456 * tests/check/elements/subparse.c: (buffer_from_static_string),
2457 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2458 (GST_START_TEST), (subparse_suite):
2459 Add very simple unit test for subparse.
2461 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2463 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2465 Strip trailing newlines from subtitle text output.
2467 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2469 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2470 (gst_sub_parse_change_state):
2471 Fix memleak; clear subparse->textbuf n state change function.
2473 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2475 * gst/subparse/gstsubparse.c:
2476 (gst_sub_parse_data_format_autodetect):
2477 Don't require subrip (.srt) files to start with a chunk number of 1.
2479 2006-10-18 Wim Taymans <wim@fluendo.com>
2481 * gst-libs/gst/audio/gstbaseaudiosink.c:
2482 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2483 * gst-libs/gst/audio/gstbaseaudiosink.h:
2484 Extract rate from the NEWSEGMENT event.
2485 Use commit_full to also take rate adjustment into account when writing
2486 samples to the ringbuffer.
2488 * gst-libs/gst/audio/gstringbuffer.c:
2489 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2490 (gst_ring_buffer_read):
2491 * gst-libs/gst/audio/gstringbuffer.h:
2492 Added _commit_full() to also take rate into account.
2493 Use simple interpolation algorithm to resample audio.
2494 API: gst_ring_buffer_commit_full()
2496 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2497 * tests/examples/seek/seek.c: (segment_done):
2498 Don't try to seek with 0.0 rate, just pause instead.
2499 Remove bogus debug line.
2501 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2503 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2505 Catch async errors when starting up the subtitle bin, so we can
2506 stop waiting and continue with the main film instead of hanging
2507 forever. Fixes #339366.
2509 * tests/check/elements/playbin.c: (playbin_suite):
2510 Enable unit test for the above.
2512 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2514 * tests/check/Makefile.am:
2515 * tests/check/elements/.cvsignore:
2516 * tests/check/elements/playbin.c: (GST_START_TEST),
2517 (gst_red_video_src_uri_get_type),
2518 (gst_red_video_src_uri_get_protocols),
2519 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2520 (gst_red_video_src_uri_handler_init),
2521 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2522 (gst_red_video_src_create), (gst_red_video_src_class_init),
2523 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2524 Some small and basic unit tests for playbin; not very useful yet,
2525 but at least a start.
2527 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2529 * gst/playback/gstplaybin.c: (setup_sinks):
2530 The old pad activation spiel.
2532 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2534 * gst/playback/gstplaybasebin.c: (setup_source):
2535 Don't hang forever if the subbin already fails to start up in
2536 the state change to PAUSED (#339366).
2538 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2540 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2541 (gst_tuner_set_channel), (gst_tuner_get_channel),
2542 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2543 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2544 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2545 (gst_tuner_find_channel_by_name):
2546 Fix some function guards, add some more function guards.
2548 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2550 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2551 (remove_element_chain):
2552 Don't return a pad from get_our_ghost_pad unless it is actually the
2554 Change a cast in remove_element_chain slightly.
2556 2006-10-13 Julien MOUTTE <julien@moutte.net>
2558 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2559 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2560 Segment seeking needs to use the rate and set stop to -1.
2562 2006-10-13 Wim Taymans <wim@fluendo.com>
2564 * gst-libs/gst/audio/gstbaseaudiosink.c:
2565 (gst_base_audio_sink_setcaps):
2566 Don't crash when ringbuffer is not yet created.
2567 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2570 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2571 * gst/playback/gststreamselector.c:
2572 (gst_stream_selector_request_new_pad):
2573 Activate pads befre adding them to running elements.
2575 2006-10-13 Julien MOUTTE <julien@moutte.net>
2577 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2578 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2579 updater when we start grabing the slider. Don't wait for the
2580 pipeline to be PAUSED.
2582 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2584 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2585 (gst_mixer_set_volume), (gst_mixer_get_volume),
2586 (gst_mixer_set_mute), (gst_mixer_set_option),
2587 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2588 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2589 (gst_mixer_option_changed):
2590 Guard mixer interface functions against bogus arguments.
2592 2006-10-12 Julien MOUTTE <julien@moutte.net>
2594 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2595 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2596 (msg_state_changed), (main): Use state-changed messages to trigger
2597 start/stop of scale update timer. Indeed the scale slider was
2598 jumping here and there because the update timer was activated
2599 before seek completed. This fixes instant applying of rate changes
2600 by pressing the spinbutton like a crazy man !
2602 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2604 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2606 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2607 (gst_basertppayload_finalize):
2608 Fix two small memory leaks (#361456).
2610 2006-10-10 Julien MOUTTE <julien@moutte.net>
2612 * tests/examples/seek/seek.c: (do_seek),
2613 (rate_spinbutton_changed_cb): When changing spinbutton we try
2614 to change the rate on the fly.
2616 2006-10-10 Wim Taymans <wim@fluendo.com>
2618 * gst-libs/gst/riff/riff-ids.h:
2619 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2620 (gst_riff_create_audio_template_caps):
2623 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2625 Patch by: Josep Torre Valles <josep@fluendo.com>
2627 * ext/gnomevfs/gstgnomevfssink.c:
2628 * ext/gnomevfs/gstgnomevfssrc.c:
2629 Fix URI interface implementation return type.
2630 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2631 Fix what looks like a copy/paste issue when assigning values.
2632 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2633 (gst_audio_filter_template_get_type):
2634 Cast to prevent Forte warnings.
2635 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2636 Fix URI interface implementation return type.
2637 gst_pad_query_position requires a signed integer pointer as
2638 3rd parameter, GstClockTime is unsigned.
2639 * gst/audioconvert/audioconvert.c:
2640 Fix integer overflow when treated as signed.
2641 * gst/audioresample/resample.c: (resample_add_input_data):
2642 Cast to prevent warnings on Forte.
2643 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2644 Fix integer overflow when treated as signed.
2645 * gst/ffmpegcolorspace/imgconvert_template.h:
2646 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2647 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2648 (cleanup_decodebin):
2649 Who initialises a guint to -1!
2650 Cast function pointers to prevent warnings on Forte.
2651 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2652 (queue_threshold_reached):
2653 Cast function pointers correctly to prevent warnings on Forte.
2654 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2655 Cast function pointers correctly to prevent warnings on Forte.
2656 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2657 Obvious change to unsigned, 0xEF > max signed char.
2658 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2659 GstClockTime is unsigned, initialise correctly.
2660 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2661 Cast so pointer arithemetic doesn't cause warnings on Forte.
2662 * gst/videorate/gstvideorate.c:
2663 Use correct return value.
2664 * tests/examples/seek/scrubby.c:
2665 GstClockTime is unsigned, initialise correctly.
2667 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2669 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2671 * gst/typefind/gsttypefindfunctions.c:
2672 Recognise XML files and XML-like files shorter than 256 bytes as
2673 well (fixes #359237).
2675 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2677 Patch by: Renato Filho <renato.filho@indt.org.br>
2679 * gst/typefind/gsttypefindfunctions.c:
2680 Added typefind functions to video/x-nuv media.
2682 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2684 * gst-libs/gst/interfaces/xoverlay.c:
2685 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2686 Some more guards against invalid input.
2688 2006-10-07 Julien MOUTTE <julien@moutte.net>
2690 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2692 * tests/examples/seek/seek.c: (do_seek),
2693 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2694 seek example to experiment with rates != 1.0 (reverse playback !)
2696 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2698 * gst-libs/gst/interfaces/xoverlay.c:
2699 Unref message in doc-example (spotted by Robert McQueen)
2701 2006-10-06 Wim Taymans <wim@fluendo.com>
2703 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2704 (mpeg1_parse_header), (mpeg1_sys_type_find):
2707 2006-10-06 Wim Taymans <wim@fluendo.com>
2709 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2711 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2712 Activate dynamic pads before adding them to the element.
2714 2006-10-06 Michael Smith <msmith@fluendo.com>
2716 * gst-libs/gst/floatcast/floatcast.h:
2717 Fix obviously-bogus macros; use the correct types.
2719 2006-10-06 Wim Taymans <wim@fluendo.com>
2721 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2722 (gst_base_rtp_depayload_change_state):
2723 Also call parent state change function to activate pads.
2725 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2726 (mpeg1_parse_header), (mpeg1_sys_type_find):
2727 Add some more debug info in mpeg typefinding.
2729 2006-10-06 Michael Smith <msmith@fluendo.com>
2731 * ext/theora/theoradec.c: (theora_dec_chain):
2732 Zero byte theora packets are valid and well-defined; don't warn on
2735 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2737 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2738 (gst_multi_fd_sink_get_stats), (find_limits),
2739 (gst_multi_fd_sink_queue_buffer):
2740 API: add dropped_buffers to the get-stats GValueArray
2742 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2744 * ext/alsa/gstalsadeviceprobe.c:
2745 (gst_alsa_device_property_probe_get_values):
2746 * ext/alsa/gstalsasink.c: (set_hwparams):
2747 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2748 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2749 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2750 (gst_ogg_mux_process_best_pad):
2751 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2752 (gst_ogg_parse_chain):
2753 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2754 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2755 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2756 (gst_vorbis_enc_buffer_check_discontinuous):
2757 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2758 * gst-libs/gst/audio/gstbaseaudiosink.c:
2759 (gst_base_audio_sink_render):
2760 * gst-libs/gst/cdda/gstcddabasesrc.c:
2761 (gst_cdda_base_src_handle_track_seek):
2762 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2763 (gst_base_rtp_depayload_push_full):
2764 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2765 * gst/audioresample/resample.c: (resample_input_pushthrough):
2766 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2767 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2768 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2769 (wavpack_type_find):
2770 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2771 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2772 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2773 * tests/check/elements/volume.c: (GST_START_TEST):
2774 Printf format fixes.
2776 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2778 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2779 Fix a simple mistake (see the docs)
2782 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2784 * docs/plugins/Makefile.am:
2785 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2786 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2787 * docs/plugins/gst-plugins-base-plugins.args:
2788 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2789 * docs/plugins/inspect/plugin-adder.xml:
2790 * docs/plugins/inspect/plugin-alsa.xml:
2791 * docs/plugins/inspect/plugin-audioconvert.xml:
2792 * docs/plugins/inspect/plugin-audiorate.xml:
2793 * docs/plugins/inspect/plugin-audioresample.xml:
2794 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2795 * docs/plugins/inspect/plugin-cdparanoia.xml:
2796 * docs/plugins/inspect/plugin-decodebin.xml:
2797 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2798 * docs/plugins/inspect/plugin-gdp.xml:
2799 * docs/plugins/inspect/plugin-gnomevfs.xml:
2800 * docs/plugins/inspect/plugin-libvisual.xml:
2801 * docs/plugins/inspect/plugin-ogg.xml:
2802 * docs/plugins/inspect/plugin-pango.xml:
2803 * docs/plugins/inspect/plugin-playbin.xml:
2804 * docs/plugins/inspect/plugin-subparse.xml:
2805 * docs/plugins/inspect/plugin-tcp.xml:
2806 * docs/plugins/inspect/plugin-theora.xml:
2807 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2808 * docs/plugins/inspect/plugin-video4linux.xml:
2809 * docs/plugins/inspect/plugin-videorate.xml:
2810 * docs/plugins/inspect/plugin-videoscale.xml:
2811 * docs/plugins/inspect/plugin-videotestsrc.xml:
2812 * docs/plugins/inspect/plugin-volume.xml:
2813 * docs/plugins/inspect/plugin-vorbis.xml:
2814 * docs/plugins/inspect/plugin-ximagesink.xml:
2815 * docs/plugins/inspect/plugin-xvimagesink.xml:
2816 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2818 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2820 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2822 * ext/vorbis/Makefile.am:
2823 * ext/vorbis/vorbis.c: (plugin_init):
2824 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2825 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2826 * ext/vorbis/vorbisparse.h:
2827 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2828 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2829 (gst_vorbis_tag_parse_packet):
2830 * ext/vorbis/vorbistag.h:
2831 Add new vorbistag element which derives from vorbisparse
2832 and is essentially the same as well, only that it implements
2833 the GstTagSetter interface and can modify the stream's
2834 vorbiscomment on the fly (#335635).
2836 * tests/check/Makefile.am:
2837 * tests/check/elements/.cvsignore:
2838 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2839 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2840 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2841 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2842 Add unit test for new vorbistag element.
2844 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2846 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2847 (vorbis_parse_push_headers), (vorbis_parse_chain):
2848 Set BOS flag in packet structure to fix 'jump depends
2849 on unitialized value' errors in valgrind; various minor
2852 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2854 * gst/playback/gstdecodebin.c: (close_pad_link):
2855 Fix typo in a debug statement.
2857 * gst/playback/gstplaybasebin.c: (probe_triggered),
2858 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2859 (gen_source_element), (source_new_pad), (analyse_source),
2861 When handling no_more_pads in new_decoded_pad, make sure to treat
2862 subtitle pads correctly. Fixes playback with subtitle files.
2864 Move a recurring message to LOG level.
2866 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2867 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2868 which ends up as -1 when cast to an int. Make the logic handle the
2869 max value as an unsigned mask and only change the colorkey when it's
2870 a value we recognise.
2872 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2874 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2875 Removed empty * between paragraphs
2877 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2879 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2880 * gst-libs/gst/rtp/README:
2881 Moved some documentation into .c file
2883 2006-09-29 Wim Taymans <wim@fluendo.com>
2885 * gst/playback/gstdecodebin.c: (no_more_pads):
2888 2006-09-29 Wim Taymans <wim@fluendo.com>
2890 * gst/playback/gstdecodebin.c: (new_caps):
2893 * gst/playback/gstplaybin.c:
2896 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2898 * tests/check/Makefile.am:
2899 Re-enable cddabasesrc test to see if it works again
2902 2006-09-29 Wim Taymans <wim@fluendo.com>
2904 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2905 (gen_source_element):
2906 Handle invalid URIs a bit more gracefully.
2908 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2910 * tests/check/pipelines/oggmux.c:
2911 Remove obsolete comment.
2913 2006-09-29 Michael Smith <msmith@fluendo.com>
2915 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2916 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2917 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2918 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2919 (gst_ogg_mux_collected):
2920 Commit patch from James "Doc" Livingston, adds proper EOS handling
2921 in oggmux. GStreamer can, for the first time ever, create a valid
2924 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2926 Reenable tests now that they pass.
2928 2006-09-29 Wim Taymans <wim@fluendo.com>
2930 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2931 Stop reading commands when EOF (we read 0) as well.
2933 2006-09-28 Wim Taymans <wim@fluendo.com>
2935 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2936 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2937 (find_dynamic), (unlinked), (close_link):
2938 Implement delayed caps linking needed for element with a lot of
2939 different caps on the src pads that get fixed at runtime.
2940 Improve management of dynamic elements.
2942 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2943 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2944 (gen_preroll_element), (remove_groups), (unknown_type),
2945 (add_element_stream), (no_more_pads_full), (no_more_pads),
2946 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2947 (new_decoded_pad), (setup_subtitle), (array_has_value),
2948 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2949 (analyse_source), (remove_decoders), (make_decoder),
2950 (remove_source), (setup_source), (finish_source), (prepare_output),
2951 (gst_play_base_bin_change_state):
2952 * gst/playback/gstplaybasebin.h:
2953 Use more _CAST instead of full type checking casts.
2954 Small cleanups, plug some leaks.
2955 Handle dynamic sources.
2956 Add some helper functions to create lists of strings used for
2957 blacklisting and other stuff.
2958 Refactor some code dealing with analysing the source.
2959 Re-enable sources without pads (like cd:// or other selfcontained
2962 2006-09-28 Wim Taymans <wim@fluendo.com>
2964 * gst-libs/gst/audio/gstbaseaudiosink.c:
2965 (gst_base_audio_sink_render):
2966 When we have a timestamp, we can still perform clipping.
2967 When we have no clock, we must play the sample ASAP.
2969 2006-09-28 Wim Taymans <wim@fluendo.com>
2971 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2972 Set caps on outgoing buffers.
2974 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2975 (gst_video_rate_event), (gst_video_rate_chain):
2976 * gst/videorate/gstvideorate.h:
2977 Fix videorate some more. Fixes #357977
2979 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2981 * tests/check/elements/adder.c: (adder_suite):
2982 Don't set timeout to 6 seconds when we're running
2983 in valgrind ... (and how is 6 seconds longer than
2984 the default anyway?)
2986 2006-09-28 Wim Taymans <wim@fluendo.com>
2988 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2989 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2990 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2991 Keep sink and src segment to keep track of time and support more
2993 Fix bogus next_offset and run_time calculation, don't understand how
2994 this could have worked before. Fixes #357976.
2995 Remove some unneeded vars.
2997 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2999 * gst/playback/gstplaybin.c: (remove_sinks):
3000 Only remove visualisation from visbin if there is a visbin (or:
3001 don't throw warnings when closing totem without playing a file).
3003 2006-09-27 Wim Taymans <wim@fluendo.com>
3005 * gst-libs/gst/audio/gstbaseaudiosink.c:
3006 (gst_base_audio_sink_render):
3007 Add some more info in a WARNING.
3009 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3010 (gst_base_audio_src_create):
3011 Handle PAUSE in create function, use new -core addition to
3012 wait for playing. Fixes pausing and resuming capture from an
3015 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3016 (gst_ring_buffer_read):
3018 Caller supports interrupted reads now.
3020 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3022 * tests/check/Makefile.am:
3023 Another attempt to make the gen64 buildbot happy.
3025 2006-09-27 Stefan Kost <ensonic@users.sf.net>
3027 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3029 * ext/libvisual/visual.c: (gst_visual_clear_actors),
3030 (gst_visual_chain), (gst_visual_change_state):
3031 Libvisual plugin was not passing audio data to libvisual 0.4.0
3032 correctly. Fixes #357800
3034 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3036 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3037 Add timeout to _get_state() so we see which pipeline it is
3038 that causes trouble on the gen64 build bot.
3040 2006-09-27 Wim Taymans <wim@fluendo.com>
3042 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3043 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3044 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3045 (gst_base_rtp_depayload_set_gst_timestamp):
3046 the source pad always uses fixed caps.
3048 2006-09-27 Wim Taymans <wim@fluendo.com>
3050 * docs/libs/gst-plugins-base-libs-docs.sgml:
3051 * docs/libs/gst-plugins-base-libs-sections.txt:
3052 * gst-libs/gst/audio/gstaudioclock.c:
3053 * gst-libs/gst/audio/gstaudioclock.h:
3054 * gst-libs/gst/audio/gstaudiosink.c:
3055 * gst-libs/gst/audio/gstaudiosink.h:
3056 * gst-libs/gst/audio/gstaudiosrc.c:
3057 * gst-libs/gst/audio/gstbaseaudiosink.c:
3058 (gst_base_audio_sink_render):
3059 * gst-libs/gst/audio/gstbaseaudiosink.h:
3060 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3061 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3062 * gst-libs/gst/audio/gstringbuffer.h:
3063 Added docs for the audio libs.
3065 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3067 * tests/check/Makefile.am:
3068 Temporarily disable test that fails on the bots for unknown reasons.
3070 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3072 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3073 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3074 Moved AudioCodecType into priv
3075 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3077 2006-09-25 Wim Taymans <wim@fluendo.com>
3079 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3080 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3081 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3083 Cleanups and small leak fixes.
3084 Added Depayloaders to valid list of autopluggable elements.
3086 2006-09-25 Wim Taymans <wim@fluendo.com>
3088 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3089 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3090 (gen_video_element), (gen_text_element), (gen_audio_element),
3091 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3092 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3093 Detect NO_PREROLL state change returns and disable clock distribution to
3094 the sinks so that sync is disabled.
3095 Avoid some type checking and do simple casts instead.
3096 Small cleanups, fix some FIXMEs.
3097 Be more robust when linking user specified elements, catch an report
3098 errors. Fixes #357404.
3099 Fix some leaks in the error paths.
3101 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3104 ChangeLog surgery for missing bug-number
3106 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3108 Patch by: Peter Kjellerstedt <pkj at axis com>
3110 * gst/playback/test.c:
3111 Fix compilation with uClibc and -Werror (#357591).
3113 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3115 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3116 Parse dates that are followed by a time as well (#357532).
3118 * tests/check/libs/tag.c: (test_vorbis_tags):
3119 Add unit test for this.
3121 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3123 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3124 (gst_audio_convert_transform_caps):
3125 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3126 * gst/videotestsrc/videotestsrc.h:
3127 A few array const-ifications.
3129 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3131 * tests/check/Makefile.am:
3132 See if this makes the build bots happy.
3134 * tests/check/libs/cddabasesrc.c:
3137 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3139 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3141 * gst/subparse/samiparse.c: (handle_start_font),
3142 (fix_invalid_entities):
3143 More case-insensitivity for certain tags; recognise entities with
3144 decimal codes as special entities as well (#357330).
3146 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3148 * gst-libs/gst/Makefile.am:
3149 Need to build tag directory before cdda.
3151 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3153 * docs/libs/gst-plugins-base-libs-sections.txt:
3154 * gst-libs/gst/cdda/Makefile.am:
3155 * gst-libs/gst/cdda/gstcddabasesrc.c:
3156 (gst_cdda_base_src_base_init):
3157 * gst-libs/gst/cdda/gstcddabasesrc.h:
3158 * gst-libs/gst/tag/tag.h:
3159 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3160 (gst_tag_register_musicbrainz_tags):
3161 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3162 depend on libgsttag. This is required so we can extract/read tags like
3163 DISCID without depending on libgstcddabasesrc (which used to register
3166 * gst-libs/gst/tag/gstvorbistag.c:
3167 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3168 tags (also see #347848).
3170 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3171 Log vorbis comments we are actually writing. Const-ify array.
3173 2006-09-23 Wim Taymans <wim@fluendo.com>
3175 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3176 Improve buffering a bit by avoiding a deadlock because we cannot assume
3177 the underrun is always called.
3179 2006-09-23 Wim Taymans <wim@fluendo.com>
3181 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3183 * gst-libs/gst/riff/riff-ids.h:
3184 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3185 (gst_riff_create_audio_template_caps):
3186 Added MPEG-4 AAC and id and caps. Fixes #357289
3187 Added WMA9 Lossless id.
3189 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3191 * ext/gnomevfs/gstgnomevfssrc.c:
3192 Fix misleading docs addition.
3194 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3195 Get rid of compiler warning the right way.
3197 2006-09-22 Wim Taymans <wim@fluendo.com>
3199 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3200 (gst_base_rtp_depayload_finalize),
3201 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3202 (gst_base_rtp_depayload_push_full),
3203 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3204 (gst_base_rtp_depayload_process),
3205 (gst_base_rtp_depayload_set_gst_timestamp),
3206 (gst_base_rtp_depayload_queue_release):
3207 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3210 Refactored the process method and added methods to push from the process
3212 Use _scale functions.
3213 API: gst_base_rtp_depayload_push_ts
3214 API: gst_base_rtp_depayload_push
3216 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3217 timestamps are uint.
3219 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3221 * gst-libs/gst/interfaces/xoverlay.c:
3222 Remove unused statement from doc example.
3224 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3226 * gst-libs/gst/interfaces/videoorientation.c:
3227 (gst_video_orientation_iface_init),
3228 (gst_video_orientation_get_hflip),
3229 (gst_video_orientation_get_vflip),
3230 (gst_video_orientation_get_hcenter),
3231 (gst_video_orientation_get_vcenter),
3232 (gst_video_orientation_set_hflip),
3233 (gst_video_orientation_set_vflip),
3234 (gst_video_orientation_set_hcenter),
3235 (gst_video_orientation_set_vcenter):
3236 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3239 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3241 * tests/check/Makefile.am:
3242 * tests/check/elements/.cvsignore:
3243 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3244 (create_rgb_conversions), (rgb_conversion_free),
3245 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3246 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3247 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3248 but disable for now since it doesn't pass (something wrong with
3251 2006-09-21 Wim Taymans <wim@fluendo.com>
3253 * gst/playback/gstplaybasebin.c: (group_commit),
3254 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3255 (queue_out_of_data), (gen_preroll_element),
3256 (preroll_remove_overrun), (probe_triggered):
3257 Refactor handling of overrun detection.
3258 Separate handling of group completion and deadlock detection when doing
3259 network buffering. This should fix some deadlocks that were not detected
3260 because the group was completed.
3261 Add more comments, improve debugging.
3263 2006-09-21 Wim Taymans <wim@fluendo.com>
3265 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3266 * tests/check/libs/audio.c:
3267 Some more compilation fixes.
3269 2006-09-21 Wim Taymans <wim@fluendo.com>
3271 * gst-libs/gst/audio/gstringbuffer.c:
3272 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3273 (gst_ring_buffer_read):
3274 Early morning compilation fix.
3276 2006-09-20 Wim Taymans <wim@fluendo.com>
3278 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3279 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3280 * tests/check/elements/videorate.c: (GST_START_TEST):
3281 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3282 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3285 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3287 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3288 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3289 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3290 Handcrafted merge to help CVS understanding what I changed and what
3293 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3295 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3296 (gst_xvimagesink_get_times):
3297 change colorkey behaviour back according to #354773 comment 6/7
3299 2006-09-19 Michael Smith <msmith@fluendo.com>
3301 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3302 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3303 (gst_multi_fd_sink_recover_client),
3304 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3305 (gst_multi_fd_sink_get_property):
3306 * gst/tcp/gstmultifdsink.h:
3307 Implement stubbed out properties unit-type, units-soft-max,
3308 units-max, to allow specifying maximum sizes in units other than
3312 2006-09-19 Wim Taymans <wim@fluendo.com>
3314 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3315 (gst_riff_create_audio_template_caps):
3316 Reorder the audio formats a bit for clarity.
3317 Detect and create caps for MSGSM and MSN (WAV49).
3320 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3321 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3322 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3323 Small cleanups, move error handling out of normal flow for clarity.
3325 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3327 * docs/libs/gst-plugins-base-libs-docs.sgml:
3328 * docs/libs/gst-plugins-base-libs.types:
3329 * gst-libs/gst/interfaces/Makefile.am:
3330 * gst-libs/gst/interfaces/videoorientation.c:
3331 (gst_video_orientation_get_type),
3332 (gst_video_orientation_iface_init),
3333 (gst_video_orientation_get_hflip),
3334 (gst_video_orientation_get_vflip),
3335 (gst_video_orientation_get_hcenter),
3336 (gst_video_orientation_get_vcenter),
3337 (gst_video_orientation_set_hflip),
3338 (gst_video_orientation_set_vflip),
3339 (gst_video_orientation_set_hcenter),
3340 (gst_video_orientation_set_vcenter):
3341 * gst-libs/gst/interfaces/videoorientation.h:
3342 API: Add new interface to control video orientation (fixes #354908)
3344 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3346 * gst/videotestsrc/gstvideotestsrc.c:
3347 Use G_UNLIKELY in _create and log one more detail.
3349 (gst_video_test_src_get_times), (gst_video_test_src_create):
3350 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3351 Use gst_util_uint64_scale_int in _get_times().
3353 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3356 Give better warning message (add object and detail).
3358 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3360 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3361 (gst_xvimagesink_get_times):
3362 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3363 #354773), use gst_util_uint64_scale_int in _get_times()
3365 2006-09-18 Michael Smith <msmith@fluendo.com>
3367 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3368 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3369 always true, leading to dropping all timestamps.
3371 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3373 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3374 (gst_visual_chain), (gst_visual_change_state):
3375 update to work also with libvisual 0.4 API, fix double unref (#355914)
3377 * tools/gst-launch-ext.1.in:
3378 * tools/gst-visualise.1.in:
3379 remove references to old man-pages
3381 * tests/examples/seek/seek.c: (main):
3382 add real meadi-buttons, add tool-tips for the seek-options, arrange
3383 seek options in a table
3385 2006-09-18 Michael Smith <msmith@fluendo.com>
3387 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3388 (gst_ogg_mux_push_buffer):
3389 Don't generate out-of-order timestamps from oggmux, instead clamp
3390 output timestamps to be >= the previously output ts.
3393 2006-09-18 Michael Smith <msmith@fluendo.com>
3395 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3396 (gst_multi_fd_sink_class_init):
3397 Updates, fixes, and typo corrections for multifdsink. No functional
3400 2006-09-17 Michael Smith <msmith@fluendo.com>
3402 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3403 Don't crash on truncated files - check that we got an 8 byte buffer
3404 before trying to memcmp it.
3406 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3408 * gst/playback/gstplaybasebin.c: (get_active_source):
3409 Make stream-switching appear instant to the application
3410 (ie. make sure that a g_object_get on 'current-foo' returns
3411 the stream previously set with g_object_set(). Totem needs
3412 this to update stream-related meta-info (like audio-codec)
3413 correctly when switching streams.
3415 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3417 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3418 (gst_alsa_mixer_ensure_track_list):
3419 Try harder to guess which mixer track is the master mixer
3420 track (instead of just taking the first one that has a pvolume).
3423 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3425 reviewed by: <delete if not using a buddy>
3427 * gst-libs/gst/audio/audio.h:
3428 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3430 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3432 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3433 (gst_audio_convert_transform_caps):
3434 Get structure-name just once.
3436 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3438 * tests/check/elements/audioresample.c: (GST_START_TEST):
3439 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3440 * tests/check/elements/volume.c: (GST_START_TEST):
3441 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3442 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3443 (test_pipeline), (GST_START_TEST):
3444 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3445 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3446 Fix big batch of compiler warnings.
3448 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3450 * ext/gnomevfs/gstgnomevfssrc.c:
3451 Add docs about icydemux usage in connection with gnomevfssrc
3453 * ext/libvisual/visual.c:
3454 * ext/ogg/gstoggaviparse.c:
3455 * ext/ogg/gstoggdemux.c:
3456 * ext/ogg/gstoggmux.c:
3457 * ext/ogg/gstoggparse.c:
3458 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3459 * gst-libs/gst/audio/gstaudiosink.c:
3460 * gst-libs/gst/audio/gstaudiosrc.c:
3461 * gst/audiorate/gstaudiorate.c:
3462 More G_OBJECT macro fixing.
3464 * gst/audiotestsrc/gstaudiotestsrc.h:
3465 Fix wrong info in header due to copy & paste
3467 2006-09-15 Wim Taymans <wim@fluendo.com>
3469 * gst-libs/gst/audio/gstbaseaudiosink.c:
3470 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3471 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3472 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3473 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3474 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3475 Do the delay calculation in the source/sink base classes as this is
3476 specific for the capture/playback mode.
3477 Try to fixate a bit better, like round depth up to a multiple of 8
3479 Handle underruns correctly by marking DISCONT on buffers and adjusting
3480 timestamps to handle the gap.
3481 Set offset/offset_end correctly on buffers.
3483 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3484 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3485 (gst_ring_buffer_read):
3486 Remove resync and underrun recovery from the ringbuffer.
3487 Fix ringbuffer read code on under/overrun.
3489 2006-09-15 Wim Taymans <wim@fluendo.com>
3491 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3492 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3493 (queue_threshold_reached), (gst_play_base_bin_set_property),
3494 (gst_play_base_bin_get_property):
3495 * gst/playback/gstplaybasebin.h:
3496 Don't use a 0 low watermark when buffering, it is catching starvation
3497 way too late. Instead, use a 3 second queue with 30 and 95
3498 percent low/high watermarks.
3499 Added queue-min-threshold property to configure low watermark.
3500 Use new _buffering message API.
3501 Make queue_threshold variable big enough to store a uint64 time value.
3502 API: playbin::queue-min-threshold property.
3504 2006-09-15 Wim Taymans <wim@fluendo.com>
3507 We require 0.10.10.1 now because of _wait_preroll().
3509 * gst-libs/gst/audio/gstbaseaudiosink.c:
3510 (gst_base_audio_sink_render):
3511 Use gst_base_sink_wait_preroll().
3513 2006-09-15 Wim Taymans <wim@fluendo.com>
3515 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3516 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3517 Use DEBUG_OBJECT more.
3519 === release 0.10.10 ===
3521 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3523 patch by: Michael Smith <msmith at fluendo dot com>
3525 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3526 (gst_multi_fd_sink_client_queue_buffer),
3527 (gst_multi_fd_sink_new_client):
3528 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3529 (multifdsink_suite):
3530 Fix implementation of sync-method 'next-keyframe'
3533 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3535 patch by: Wim Taymans <wim at fluendo dot com>
3537 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3538 This patch removes the RANDOM flag that was incorrectly introduced with
3539 revision 1.91. Fixes #354590
3541 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3543 * tests/check/Makefile.am:
3544 Random variation in Makefile line to see if it makes the
3545 gen64-base-full bot any happier.
3547 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3549 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3550 Disable test that fails at the moment (killed after timeout).
3552 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3554 Patch by: James Livingston <doclivingston at gmail.com>
3556 * tests/check/Makefile.am:
3557 * tests/check/pipelines/.cvsignore:
3558 * tests/check/pipelines/oggmux.c: (get_page_codec),
3559 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3560 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3561 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3562 (test_theora_vorbis), (oggmux_suite):
3563 Add simple unit test for oggmux from #337026 with checking for the
3564 EOS flags disabled for the time being.
3566 2006-09-04 Wim Taymans <wim@fluendo.com>
3568 patch by: Alessandro Dessina <alessandro nnva org>
3570 * ext/ogg/gstoggmux.c:
3571 Add cmml caps to oggmux. Fixes #353912
3573 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3575 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3576 Returning a return value often helps. In this case, we
3577 don't need the return value anyway, so just get rid of it.
3578 Should make build bots much happier.
3580 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3582 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3583 (paint_get_structure), (gst_video_test_src_get_size),
3584 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3585 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3586 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3587 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3588 * gst/videotestsrc/videotestsrc.h:
3589 Add support for AYUV and the various RGBA formats. Initialise
3590 fields of paintinfo structs allocated on the stack.
3592 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3593 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3594 (check_rgb_buf), (videotestsrc_suite):
3595 Add unit tests for videotestsrc's RGB output.
3597 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3599 * gst/videotestsrc/gstvideotestsrc.c:
3600 (gst_video_test_src_pattern_get_type),
3601 (gst_video_test_src_set_pattern):
3602 * gst/videotestsrc/gstvideotestsrc.h:
3603 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3604 (gst_video_test_src_black), (gst_video_test_src_white),
3605 (gst_video_test_src_red), (gst_video_test_src_green),
3606 (gst_video_test_src_blue):
3607 * gst/videotestsrc/videotestsrc.h:
3608 Add more uni-colour patterns ("white", "red", "green", and "blue").
3610 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3612 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3613 Fix stride for YVYU, should be word-aligned (#353658).
3615 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3617 * gst/adder/gstadder.c: (gst_adder_src_event):
3620 2006-08-31 Edward Hervey <edward@fluendo.com>
3622 * gst/adder/gstadder.c: (forward_event_func),
3623 (gst_adder_src_event), (gst_adder_collected),
3624 (gst_adder_change_state):
3625 * gst/adder/gstadder.h:
3626 Remember the start position asked in the incoming seeks, so we can
3627 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3628 of assuming it will always be 0).
3630 2006-08-31 Edward Hervey <edward@fluendo.com>
3632 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3633 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3634 (gst_ogg_demux_loop):
3635 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3637 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3639 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3640 (gst_ffmpegcsp_get_unit_size):
3641 Return FALSE instead of returning a random false unit
3642 size when the format isn't known/supported (even if
3643 this shouldn't happen under normal circumstances).
3645 2006-08-29 Wim Taymans <wim@fluendo.com>
3647 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3649 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3650 (gst_gnome_vfs_src_start):
3651 Try harder to get the size from a uri by using _info_uri() when
3652 _info_from_handle() does not give us enough info.
3653 Also follow symlinks when getting the size.
3654 Partially Fixes #332864.
3656 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3658 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3660 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3661 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3662 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3663 (gst_alsa_mixer_set_record):
3664 * ext/alsa/gstalsamixertrack.c:
3665 (gst_alsa_mixer_track_update_alsa_capabilities),
3666 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3667 (gst_alsa_mixer_track_update):
3668 * ext/alsa/gstalsamixertrack.h:
3669 Improve and fix mixer track handling, in particular better handling
3670 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3671 separate track objects for tracks that have both capture and playback
3672 volume (and label them differently as well so they're not mistakenly
3673 assumed to be duplicates); classify mixer tracks that only affect
3674 the audible volume of something (rather than the capture volume)
3675 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3676 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3677 (following the meaning documented in the mixer interface header
3678 file); add support for alsa's exclusive cswitch groups; update/sync
3679 state/flags better if mixer settings are changed by another
3680 application. Fixes #336075.
3682 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3684 * gst/playback/gstplaybin.c:
3685 Improve docs: add section about BUFFERING messages sent by playbin.
3687 2006-08-29 Michael Smith <msmith@fluendo.com>
3689 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3690 (gst_vorbis_enc_buffer_check_discontinuous),
3691 (gst_vorbis_enc_chain):
3692 Ignore explicit DISCONT marked on buffers (which is often spurious,
3693 particularly when using multiple segments), in favour of solely
3694 using the timestamps/durations.
3696 2006-08-29 Edward Hervey <edward@fluendo.com>
3698 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3699 Don't rely on incoming buffers offset anymore, since it is completely
3700 broken when using multiple segments.
3701 Instead convert the incoming buffers timestamp to running time, and
3702 then convert that value to the offsets.
3703 Also inform GstSegment of the last outputted stop position, which is
3704 needed if we received several segments with an unknown stop value.
3706 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3708 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3709 fix buffer unreffing on a header push failure
3711 2006-08-28 Wim Taymans <wim@fluendo.com>
3713 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3714 (gst_audio_rate_chain):
3715 Make the metadata of the buffer writable before changing its
3718 2006-08-28 Wim Taymans <wim@fluendo.com>
3720 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3721 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3722 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3723 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3724 Fix audiorate some more.
3725 Reset and resync counters on flush and READY.
3726 Handle the DISCONT flag correctly.
3727 Use GstSegment to track position.
3728 Fail when not negotiated.
3731 2006-08-25 Michael Smith <msmith@fluendo.com>
3733 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3735 Remove accidently included debug line.
3737 2006-08-25 Wim Taymans <wim@fluendo.com>
3739 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3741 If a buffer is received with no caps, make the buffer metadata
3742 writable and set the caps, making sure that we don't screw up the
3745 2006-08-25 Michael Smith <msmith@fluendo.com>
3747 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3748 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3749 Fix memory leaks and misleading debug messages, add a couple of
3752 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3753 (gst_multi_fd_sink_render):
3754 Do not use gst_buffer_make_writable() in a basesink render method,
3755 as it may incorrectly unref the buffer. Instead, use convoluted
3756 dance to avoid copying the buffer except when we need to.
3758 2006-08-25 Michael Smith <msmith@fluendo.com>
3760 * ext/vorbis/vorbisenc.c:
3761 (gst_vorbis_enc_buffer_check_discontinuous):
3762 Allow very small discontinuities in the timestamps. These we can't
3763 do anything useful with anyway (because vorbis's timestamps have
3764 only sample granularity), and are commonly produced by elements with
3765 minor bugs. Allow up to 1/2 a sample out.
3768 2006-08-24 Wim Taymans <wim@fluendo.com>
3770 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3771 (play_scrub_toggle_cb), (main):
3772 Add a checkbox to enable play scrubbing. Makes it possible to disable
3775 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3777 * tests/check/elements/.cvsignore:
3780 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3782 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3783 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3784 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3785 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3786 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3787 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3788 (gst_ogm_text_parse_strip_trailing_zeroes),
3789 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3790 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3791 Refactor ogm parse, do better input checking, misc. clean-ups.
3792 Cache incoming events and push them once the source pad has
3793 been created. Don't pass unterminated strings to sscanf().
3794 Strip trailing zeroes from subtitle text output, since they
3795 are not valid UTF-8. Don't push vorbiscomment packets on
3796 the subtitle text pad. Output perfect streams if possible.
3798 2006-08-23 Wim Taymans <wim@fluendo.com>
3800 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3801 Waits for tasks to settle down so that we clean up correctly for
3804 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3806 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3807 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3808 actually return return value in taglists_are_equal.
3810 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3812 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3813 Fix crash due to broken bitstream parsing on x86-64: can't make
3814 any assumptions about sizeof(struct) due to alignment/packing
3815 differences on different architectures. Fixes #351790.
3817 2006-08-22 Wim Taymans <wim@fluendo.com>
3819 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3820 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3821 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3822 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3823 (gst_riff_parse_info):
3824 Protect public functions against bad input.
3828 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3830 * gst-libs/gst/riff/riff-ids.h:
3831 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3832 Add voxware audio IDs (even if we can't play it) (#351795).
3834 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3836 * gst-libs/gst/riff/riff-media.c:
3837 (gst_riff_create_video_template_caps),
3838 (gst_riff_create_audio_template_caps),
3839 (gst_riff_create_iavs_template_caps):
3840 Const-ify some arrays and use G_N_ELEMENTS instead
3841 of wasting oodles of RAM on terminator bits.
3843 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3845 * gst-libs/gst/tag/gstvorbistag.c:
3846 (gst_tag_list_to_vorbiscomment_buffer):
3847 * tests/check/libs/tag.c: (GST_START_TEST):
3848 And the same for _to_vorbiscomment_buffer(): allow
3849 id_data_len == 0 for speex.
3851 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3854 * docs/plugins/Makefile.am:
3855 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3856 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3857 * docs/plugins/inspect/plugin-gdp.xml:
3858 * gst/gdp/Makefile.am:
3859 * tests/check/Makefile.am:
3860 Move GDP plugin to -base from -bad. Closes #347783.
3862 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3864 * gst-libs/gst/tag/gstvorbistag.c:
3865 (gst_tag_list_from_vorbiscomment_buffer):
3866 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3867 Also add some checks to make sure we don't memcmp() beyond the end of
3868 vorbiscomment buffer if the ID to check for is larger than the buffer.
3870 * tests/check/libs/tag.c: (GST_START_TEST):
3871 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3873 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3875 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3876 (gst_vorbis_enc_set_metadata):
3877 Use vorbis comment utility functions from libgsttag
3878 instead of re-inventing the wheel (partially fixes #347091).
3880 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3882 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3883 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3886 2006-08-21 Wim Taymans <wim@fluendo.com>
3888 * docs/libs/Makefile.am:
3889 * docs/libs/gst-plugins-base-libs-sections.txt:
3890 * docs/libs/gst-plugins-base-libs.types:
3891 Don't try to GObject scan the netbuffer as it's not a GObject.
3894 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3895 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3896 Document GstNetBuffer.
3898 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3900 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3901 (audioconvert_suite):
3902 Add testcase for caps-size-explosion
3904 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3906 * gst/audioconvert/gstaudioconvert.c:
3907 (gst_audio_convert_get_unit_size), (set_structure_widths):
3908 Lower debug, use g_assert in _get_unit_size
3910 * gst/audioresample/gstaudioresample.c:
3911 (audioresample_get_unit_size):
3912 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3913 (gst_ffmpegcsp_get_unit_size):
3914 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3915 use g_assert in _get_unit_size
3917 2006-08-18 Wim Taymans <wim@fluendo.com>
3919 * docs/libs/gst-plugins-base-libs-sections.txt:
3920 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3921 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3922 (gst_rtp_buffer_get_payload_buffer):
3923 * gst-libs/gst/rtp/gstrtpbuffer.h:
3924 Document GstRTPBuffer.
3925 Added function to efficiently strip payload headers.
3926 API: gst_rtp_buffer_get_payload_subbuffer()
3928 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3930 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3931 (gst_tag_to_vorbis_comments):
3932 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3933 tags and deserialise them properly as well (#347091).
3934 Add some more gtk-doc blurbs and also some g_return_if_fail().
3936 * tests/check/libs/tag.c: (GST_START_TEST),
3937 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3940 2006-08-17 Wim Taymans <wim@fluendo.com>
3942 * ext/ogg/Makefile.am:
3943 * ext/ogg/gstogg.c: (plugin_init):
3944 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3945 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3946 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3947 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3948 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3949 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3950 Added ogg-in-avi parser element. Fixes #140139.
3952 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3953 Fixed a bug in oggdemux debug code.
3955 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3956 (gst_riff_create_audio_template_caps):
3957 Recognise Ogg in the AVI extensible wave format.
3959 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3961 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3962 Make buffer durations add up (duration should be next_ts-ts for
3963 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3966 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3967 (test_buffer_timestamps), (cddabasesrc_suite):
3968 Add unit test for the above.
3970 * tests/check/Makefile.am:
3971 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3972 to see what happens.
3974 2006-08-16 Wim Taymans <wim@fluendo.com>
3976 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3977 (gst_alsasink_open):
3978 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3980 Avoid setting and using a NULL device name.
3981 Print more info when we fail to open a device.
3983 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3985 * docs/libs/gst-plugins-base-libs-sections.txt:
3986 * gst-libs/gst/tag/tag.h:
3987 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3988 API: add gst_tag_parse_extended_comment() (#351426).
3990 * tests/check/Makefile.am:
3991 * tests/check/libs/.cvsignore:
3992 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3993 Add unit test for gst_tag_parse_extended_comment().
3995 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3997 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4001 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4003 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4004 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4005 * docs/plugins/gst-plugins-base-plugins.args:
4006 * gst/playback/gstplaybin.c:
4009 * docs/plugins/inspect/plugin-adder.xml:
4010 * docs/plugins/inspect/plugin-alsa.xml:
4011 * docs/plugins/inspect/plugin-audioconvert.xml:
4012 * docs/plugins/inspect/plugin-audiorate.xml:
4013 * docs/plugins/inspect/plugin-audioresample.xml:
4014 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4015 * docs/plugins/inspect/plugin-cdparanoia.xml:
4016 * docs/plugins/inspect/plugin-decodebin.xml:
4017 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4018 * docs/plugins/inspect/plugin-gnomevfs.xml:
4019 * docs/plugins/inspect/plugin-ogg.xml:
4020 * docs/plugins/inspect/plugin-pango.xml:
4021 * docs/plugins/inspect/plugin-playbin.xml:
4022 * docs/plugins/inspect/plugin-subparse.xml:
4023 * docs/plugins/inspect/plugin-tcp.xml:
4024 * docs/plugins/inspect/plugin-theora.xml:
4025 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4026 * docs/plugins/inspect/plugin-video4linux.xml:
4027 * docs/plugins/inspect/plugin-videorate.xml:
4028 * docs/plugins/inspect/plugin-videoscale.xml:
4029 * docs/plugins/inspect/plugin-videotestsrc.xml:
4030 * docs/plugins/inspect/plugin-volume.xml:
4031 * docs/plugins/inspect/plugin-vorbis.xml:
4032 * docs/plugins/inspect/plugin-ximagesink.xml:
4033 * docs/plugins/inspect/plugin-xvimagesink.xml:
4034 Update to CVS version.
4036 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4038 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4039 (gst_play_bin_set_property), (gst_play_bin_get_property),
4040 (value_list_append_structure_list),
4041 (gst_play_bin_handle_redirect_message),
4042 (gst_play_bin_handle_message):
4043 API: GstPlayBin::connection-speed
4044 Add "connection-speed" property; re-order redirect messages with
4045 multiple redirect locations depending on the minimum bitrate if
4046 that information is available and a connection speed is set
4049 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4051 * gst/playback/gstplaybin.c:
4052 Update max volume to the same value that the volume element uses.
4054 2006-08-14 Wim Taymans <wim@fluendo.com>
4056 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4059 2006-08-14 Wim Taymans <wim@fluendo.com>
4061 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4062 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4063 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4064 Add some more debug info.
4065 Don't crash when a seek failed.
4066 Actually return the result of the seek instead of TRUE.
4067 Ignore multiple BOS pages with the same serial so that we don't create
4068 the same stream multiple times.
4069 Post an error when we fail to do the initial seek.
4071 2006-08-13 Wim Taymans <wim@fluendo.com>
4073 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4074 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4077 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4078 (gst_alsa_mixer_new):
4079 Remove hack that always set the device to hw:0*.
4080 Properly find the card name for whatever device was configured.
4081 Do some better debugging.
4084 * ext/alsa/gstalsamixerelement.c:
4085 (gst_alsa_mixer_element_set_property),
4086 (gst_alsa_mixer_element_change_state):
4088 Handle setting of a NULL device name better.
4090 2006-08-11 Wim Taymans <wim@fluendo.com>
4092 * gst/adder/gstadder.c:
4093 Don't clip float values. Fixes #350900.
4095 2006-08-11 Andy Wingo <wingo@pobox.com>
4097 * gst/tcp/gsttcp.c: Really fix the build?
4099 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4102 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4104 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4105 Float caps shouldn't have a "signed" field.
4107 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4109 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4110 Implement SEEKING query in its most basic form, so that we can
4111 at least check if we're seekable or not (#350655).
4113 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4115 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4116 The checks here are not even close to anything that would
4117 justify MAXIMUM probability, lowering to POSSIBLE until someone
4118 fixes the checks (case at hand: quicktime redirection files
4119 might start with 00 00 01 XX and pass the checks here just
4122 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4124 Patch by: Sjoerd Simons <sjoerd at luon net>
4126 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4127 Better detection for multipart/x-mixed-replace: accept leading
4128 whitespaces before the boundary marker as well (as our very own
4129 multipartmux used to produce) (#349068).
4131 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4133 Patch by: Young-Ho Cha <ganadist at chollian net>
4135 * gst-libs/gst/riff/riff-ids.h:
4136 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4137 (gst_riff_create_audio_template_caps):
4138 Detect DTS audio streams (#350157).
4140 2006-08-05 Andy Wingo <wingo@pobox.com>
4142 * ext/theora/gsttheoraparse.h:
4143 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4144 (theora_parse_dispose, theora_parse_set_property)
4145 (theora_parse_get_property, theora_parse_munge_granulepos)
4146 (theora_parse_push_buffer, theora_parse_change_state):
4147 API: GstTheoraParse::synchronization-points
4148 Add a property 'synchronization-points' to fix badly synchronized oggs.
4150 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4152 * tests/check/Makefile.am:
4153 * tests/check/libs/.cvsignore:
4154 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4155 (fixed_caps_have_channel_positions), (GST_START_TEST),
4156 (audio_suite), (main):
4157 Add a few tests for the channel position stuff in libgstaudio.
4159 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4161 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4162 (gst_alsa_detect_channels):
4163 * ext/alsa/gstalsasink.c:
4164 Add support for cards that (only) do more than 8 channels,
4165 like the Delta 44 (#345188).
4167 * gst-libs/gst/audio/multichannel.c:
4168 (gst_audio_check_channel_positions):
4169 * gst-libs/gst/audio/multichannel.h:
4170 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4171 unspecified channel position and cannot be combined with any
4172 of the other audio channel positions; adjust position layout
4173 checks accordingly (#345188).
4175 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4177 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4178 Recognise ancient RealAudio files (see #349779).
4180 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4182 Patch by: Jens Granseuer <jensgr at gmx net>
4184 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4185 Add typefinder for Interplay's MVE format (#348973).
4187 2006-08-02 Wim Taymans <wim@fluendo.com>
4189 Patch by: Marcel Moreaux <marcelm at luon dot net>
4191 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4192 (gst_base_rtp_depayload_add_to_queue):
4193 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4194 Handle RTP sequence number rollover.
4195 Disable jitterbuffer by default.
4197 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4199 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4200 (audioresample_set_caps):
4201 Don't leak references to the incoming caps. Clean them up when
4204 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4205 (gst_video_scale_finalize):
4206 Don't leak our temporary pixel buffer.
4208 * tests/check/Makefile.am:
4209 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4210 (GST_START_TEST), (simple_launch_lines_suite):
4212 Fix leaks and re-enable the test for valgrind checking.
4214 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4216 Patch by: Sjoerd Simons <sjoerd at luon net>
4218 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4220 Add typefind function for multipart/x-mixed-replace (#348916).
4222 2006-07-28 Wim Taymans <wim@fluendo.com>
4224 * gst/adder/gstadder.c: (gst_adder_setcaps),
4225 (gst_adder_query_duration):
4226 Fix leak in duration query.
4227 Reflow some docs and notes.
4229 2006-07-28 Michael Smith <msmith@fluendo.com>
4231 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4233 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4236 2006-07-28 Michael Smith <msmith@fluendo.com>
4238 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4239 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4240 (gst_vorbis_enc_push_buffer),
4241 (gst_vorbis_enc_buffer_check_discontinuous),
4242 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4243 * ext/vorbis/vorbisenc.h:
4244 Handle discontinuities in the input vorbis stream correctly,
4245 so that the output is properly timestamped (and has good granulepos
4246 values). Needs some oggmux fixes too.
4248 2006-07-27 Wim Taymans <wim@fluendo.com>
4250 patch by: Kai Vehmanen <kv2004 eca cx>
4252 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4253 (gst_base_rtp_depayload_chain),
4254 (gst_base_rtp_depayload_handle_sink_event),
4255 (gst_base_rtp_depayload_change_state):
4256 Don't send multiple newsegments with different formats.
4259 2006-07-26 Wim Taymans <wim@fluendo.com>
4261 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4262 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4263 Make seeking in ogg more accurate again by doing the more correct
4264 granuletime to stream time conversion.
4266 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4268 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4269 (gst_multi_fd_sink_new_client):
4270 debug a little more understandably
4271 do not use goto as a substitute for break, especially if
4272 break is also being used
4274 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4276 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4277 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4278 Remove GLib-2.6 compatibility cruft.
4280 2006-07-24 Wim Taymans <wim@fluendo.com>
4282 * gst-libs/gst/audio/gstbaseaudiosink.c:
4283 (gst_base_audio_sink_render):
4284 Don't try to align a sample to an unknown value.
4286 2006-07-24 Wim Taymans <wim@fluendo.com>
4288 * gst-libs/gst/audio/gstbaseaudiosink.c:
4289 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4290 When the audio clock is slaved to another clock, never try to align
4291 samples but trust the rate interpolation algorithm.
4293 2006-07-24 Wim Taymans <wim@fluendo.com>
4295 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4296 Don't try to calculate silence samples, base class does this much
4299 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4300 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4301 (gst_ring_buffer_acquire):
4302 Calculate silence samples correctly.
4304 * gst-libs/gst/audio/gstringbuffer.h:
4307 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4309 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4310 Limit search for the first markup tag to the first few kB of
4311 the file. If we don't find one there, it's highly unlikely that
4312 this is an XML(-ish) file.
4314 2006-07-21 Andy Wingo <wingo@pobox.com>
4316 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4317 test to the one in vorbisenc. Also commented out.
4319 * tests/check/pipelines/vorbisenc.c:
4320 (test_discontinuity): New test, commented out until Mike lands
4321 some elite vorbisenc patches.
4323 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4324 Bufferstraw was actually factored out of these tests. Now we share
4327 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4328 for bufferstraw addition to gstcheck.
4330 2006-07-21 Wim Taymans <wim@fluendo.com>
4332 * ext/theora/theoradec.c: (clip_buffer):
4335 2006-07-21 Wim Taymans <wim@fluendo.com>
4337 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4338 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4339 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4341 Avoid type casting when we can.
4343 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4346 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4348 * ext/alsa/gstalsamixerelement.c:
4349 (gst_alsa_mixer_element_change_state):
4350 Make state change fail if the specified device can't be opened
4353 2006-07-20 Wim Taymans <wim@fluendo.com>
4355 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4356 (cb_newpad), (main):
4357 Example of a small audio/video player using decodebin.
4359 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4361 * gst-libs/gst/riff/riff-ids.h:
4364 2006-07-19 Wim Taymans <wim@fluendo.com>
4366 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4367 (gst_base_rtp_depayload_chain),
4368 (gst_base_rtp_depayload_change_state):
4369 Don't assert when not negotiated but post a meaningfull
4370 error message. Fixes #347918.
4372 * gst-libs/gst/rtp/gstbasertppayload.c:
4373 Add comment about better default MTU size.
4375 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4376 Small cleanups, start docs.
4378 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4380 Patch by: Martin Szulecki
4382 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4383 If "device-name" is requested and the device is not
4384 open, try to temporarily open it to obtain this
4385 information (#342494).
4387 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4389 * gst-libs/gst/tag/gstid3tag.c:
4390 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4392 * gst-libs/gst/tag/gsttageditingprivate.h:
4393 * gst-libs/gst/tag/gstvorbistag.c:
4394 Some more random const-ifications.
4396 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4398 * gst-libs/gst/riff/riff-ids.h:
4399 * gst-libs/gst/riff/riff-media.c:
4400 (gst_riff_create_video_template_caps):
4401 Add more FOURCCs (sort list to make stuff easier to find),
4402 add comment what those 16 bytes in struct _gst_riff_strh according to
4405 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4407 * gst-libs/gst/audio/multichannel.c:
4408 (gst_audio_check_channel_positions),
4409 (gst_audio_fixate_channel_positions):
4410 Const-ify two arrays.
4412 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4414 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4415 Fix typo, so that alsasink also advertises 8 channels
4416 if that's supported (tags: can, worms, open, alsa, ph34r).
4418 2006-07-17 Wim Taymans <wim@fluendo.com>
4420 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4421 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4422 *sigh*, when is the compiler going to warn when the comments
4423 are out-of-sync with the code.. Refix case of busted theora
4424 headers with 0 granule pos.
4426 2006-07-14 Wim Taymans <wim@fluendo.com>
4428 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4429 (gst_base_rtp_depayload_wait),
4430 (gst_base_rtp_depayload_change_state),
4431 (gst_base_rtp_depayload_set_property),
4432 (gst_base_rtp_depayload_get_property):
4433 Fix 99% cpu load by waiting for absolute times on the
4434 clock. Fixes #347300.
4436 2006-07-14 Andy Wingo <wingo@pobox.com>
4438 * ext/theora/gsttheoraparse.h:
4439 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4440 (theora_parse_push_headers, theora_parse_clear_queue)
4441 (theora_parse_drain_queue_prematurely, )
4442 (theora_parse_sink_event, theora_parse_change_state): Queue events
4443 until we initialized our state, like in vorbisparse.
4445 * ext/vorbis/vorbisparse.h:
4446 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4447 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4448 (vorbis_parse_drain_queue_prematurely, )
4449 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4450 until we have initialized our state. Fixes seeking after an
4453 2006-07-14 Andy Wingo <wingo@pobox.com>
4455 Patch by: Iain Holmes <iaingnome@gmail.com>
4457 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4459 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4462 Bump nano back to CVS
4464 === release 0.10.9 ===
4466 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4469 releasing 0.10.9, "I walk the line"
4471 2006-07-14 Michael Smith <msmith@fluendo.com>
4473 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4474 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4475 (commonly happens when running this test under valgrind) when trying
4476 to remove the buffer probe.
4478 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4480 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4481 Fix missing g_unlock from the previous commit
4483 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4485 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4486 (gst_ximagesink_change_state):
4487 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4488 (gst_xvimagesink_change_state):
4489 Implement a locking order to ensure we always take the object lock
4490 before the x_lock and never vice-versa.
4492 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4494 * gst/playback/gstdecodebin.c: (find_compatibles):
4495 Fix a caps leak when linking (#347304)
4497 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4498 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4499 (gst_ximagesink_change_state):
4500 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4501 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4502 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4503 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4504 Don't leak shared memory resources. Use the object lock to protect
4505 against the xcontext disappearing while returning a buffer from the
4508 2006-07-12 Edward Hervey <edward@fluendo.com>
4510 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4511 (vorbis_handle_comment_packet):
4512 gst_tag_list_merge() returns a new object. Take that into account when
4513 using it. This avoids memleak.
4514 Revert previous commit which is not needed.
4516 2006-07-12 Edward Hervey <edward@fluendo.com>
4518 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4519 Reset the decoder in finalize so that all fields get cleared.
4521 2006-07-12 Wim Taymans <wim@fluendo.com>
4523 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4524 (gst_base_audio_src_set_clock),
4525 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4526 Don't try to post an error message when setting the clock fails
4527 as this can happen when adding an element to a bin which will then
4528 deadlock. Fixes #347296.
4530 2006-07-12 Edward Hervey <edward@fluendo.com>
4532 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4533 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4534 (vorbis_handle_type_packet):
4535 Post tag messages on the bus even if we're not initialized.
4536 If we're not initialized, we still postpone the event pushing of tags.
4538 2006-07-12 Wim Taymans <wim@fluendo.com>
4540 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4541 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4542 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4543 Revert last two changes that broke the freeze.
4545 2006-07-12 Wim Taymans <wim@fluendo.com>
4547 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4548 basesink calculates silence sample correctly for us.
4550 2006-07-12 Wim Taymans <wim@fluendo.com>
4552 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4553 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4554 Calculate correct silence samples so we don't fill our ringbuffer
4557 2006-07-12 Edward Hervey <edward@fluendo.com>
4559 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4560 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4561 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4562 * ext/vorbis/vorbisdec.h:
4563 Delay sending events (newsegment, tags) until the decoder is properly
4567 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4569 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4570 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4571 Patch from #347221 adding a test for audioconvert
4574 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4576 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4577 (gst_ssa_parse_parse_line):
4578 Don't include the terminating NUL in the buffer size,
4579 it's only there for extra paranoia (would add random
4580 '*' characters at the end of each subtitle since the
4581 terminator itself is not valid UTF-8 technically).
4582 Also fix indenting after boilerplate macro.
4584 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4586 * gst/playback/gstdecodebin.c: (close_pad_link):
4587 Also emit 'unknown-type' signal (which should really be
4588 called unhandled-type) if we found potential decoders/demuxers
4589 in the registry but none of them worked in the end (as in the
4590 case where the plugins don't exist any longer but are still
4591 listed in the registry). Fixes #329798.
4593 2006-07-08 Andy Wingo <wingo@pobox.com>
4595 * theoraparse.c (theora_parse_push_buffer)
4596 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4597 Add some more debugging. Fix granulepos reconstruction in the face
4600 2006-07-06 Wim Taymans <wim@fluendo.com>
4602 * gst-libs/gst/audio/gstbaseaudiosink.c:
4603 (gst_base_audio_sink_class_init),
4604 (gst_base_audio_sink_provide_clock):
4605 Use gobject_class instead of G_OBJECT_CLASS (klass)
4607 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4608 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4609 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4610 (gst_base_audio_src_get_time),
4611 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4612 (gst_base_audio_src_create_ringbuffer):
4613 Fix latency and buffer-time constants and properties ala basesink.
4614 Implement pull based scheduling. Fixes #346527.
4615 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4617 Refuse slaving to another clock instead of silently not working.
4618 Only provide a clock when we are actually able to do so.
4619 Various small cleanups and compiler hints.
4621 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4623 Patch by: Lutz Mueller <lutz at topfrose de>
4625 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4627 Add typefinding for text/html (#346581).
4629 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4631 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4632 (xml_check_first_element), (xml_type_find), (smil_type_find):
4633 Fix SMIL typefinding, make xml_check_first_element() more
4636 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4638 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4639 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4640 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4641 * gst/playback/gstplaybasebin.h:
4642 Protect list of elements with a subtitle-encoding property and
4643 the subtitle encoding member itself with a lock of their own
4644 instead of using the object lock. This prevents a dead-lock in
4645 the element-remove callback in some circumstances when shutting
4648 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4650 * win32/common/libgsttag.def:
4651 Export some new functions.
4652 * win32/vs6/libgstogg.dsp:
4653 Add a link to libgsttag-0.10.lib.
4655 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4657 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4658 Some const-ification.
4660 2006-07-04 Wim Taymans <wim@fluendo.com>
4662 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4663 Improve checking if we are dealing with a stream. Added some
4664 more uris that need buffering.
4666 2006-07-03 Edward Hervey <edward@fluendo.com>
4668 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4669 Remove unused variable.
4671 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4676 add GCOV_LIBS to GST_LIBS
4678 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4680 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4682 * ext/alsa/gstalsasrc.c:
4683 Add 32 bps to template caps and increase channels range
4684 from [1,2] to [1,MAX]. See #346326.
4686 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4688 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4689 Recognise 'WMVA' video codec fourcc (#345879).
4691 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4693 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4694 Fixed nasty memory leak
4696 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4698 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4699 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4702 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4704 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4705 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4706 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4707 Protect remove_fakesink using a mutex, so that we don't try and
4708 remove the fakesink simultaneously from multiple threads.
4710 When going from READY to PAUSED, restore the fakesink, so that
4711 it is there when decodebin gets reused.
4713 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4715 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4716 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4717 * gst-libs/gst/rtp/gstbasertppayload.c:
4718 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4719 * gst/tcp/gstmultifdsink.c:
4720 * gst/tcp/gsttcpclientsink.c:
4721 * gst/tcp/gsttcpclientsrc.c:
4722 * gst/tcp/gsttcpserversink.c:
4723 * gst/tcp/gsttcpserversrc.c:
4724 * gst/videorate/gstvideorate.c:
4725 * gst/videotestsrc/gstvideotestsrc.c:
4726 * sys/v4l/gstv4ljpegsrc.c:
4727 * sys/v4l/gstv4lmjpegsink.c:
4728 * sys/v4l/gstv4lsrc.c:
4729 * tests/examples/seek/scrubby.c:
4730 * tests/examples/seek/seek.c:
4731 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4733 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4735 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4736 Second field in GEnumValue shouldn't be a description,
4737 but a stringified version of the enum value.
4739 2006-06-22 Wim Taymans <wim@fluendo.com>
4741 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4742 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4743 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4744 Avoid type checking in buffer casts.
4745 Avoid caps copy in buffer_alloc when we can.
4746 Use pad_peer_accept.
4748 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4750 * gst-libs/gst/tag/tag.h:
4751 Oops, make that 'Since: 0.10.9'.
4753 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4755 * docs/libs/gst-plugins-base-libs-sections.txt:
4756 * gst-libs/gst/tag/tag.h:
4757 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4758 (gst_tag_image_type_get_type):
4759 API: add GstTagImageType enum to describe images contained
4760 in image tags (#345641).
4762 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4764 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4765 Fix warnings with gst-inspect: "buffers-min" property
4766 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4767 typo in property description.
4769 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4771 Patch by: Cody Russell <bratsche at gnome org>
4773 * gst/audioresample/gstaudioresample.c:
4774 (gst_audioresample_class_init):
4775 * gst/playback/gststreamselector.c:
4776 (gst_stream_selector_class_init):
4777 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4778 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4779 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4780 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4781 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4782 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4783 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4784 * gst/videotestsrc/gstvideotestsrc.c:
4785 (gst_video_test_src_class_init):
4786 * gst/volume/gstvolume.c: (gst_volume_class_init):
4787 Avoid unnecessary class cast check in class_init
4788 functions (#337747).
4790 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4792 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4793 (gst_text_overlay_video_chain):
4794 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4795 and doesn't validate its input either (and neither did
4796 textoverlay it seems). Let's do that then and fix #345206.
4798 2006-06-19 Wim Taymans <wim@fluendo.com>
4800 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4801 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4802 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4803 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4804 (find_syncframe), (find_limits), (assign_value),
4805 (count_burst_unit), (gst_multi_fd_sink_new_client),
4806 (gst_multi_fd_sink_handle_client_write),
4807 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4808 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4809 (gst_multi_fd_sink_change_state):
4810 * gst/tcp/gstmultifdsink.h:
4811 Added shiny new burst-on-connect methods.
4812 Add properties to control the minimal amount of data queued.
4814 API: bytes-min property
4815 API: time-min property
4816 API: buffers-min property
4817 API: burst-unit property
4818 API: burst-value property
4819 API: add-full signal
4821 * gst/tcp/gsttcp-marshal.list:
4822 Added new marshaller code for the new signal.
4824 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4825 (multifdsink_suite):
4826 Added testcases for new burst methods.
4828 2006-06-19 Edward Hervey <edward@fluendo.com>
4830 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4831 Implement clipping for accurate seeking.
4834 2006-06-19 Wim Taymans <wim@fluendo.com>
4836 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4838 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4839 (gst_video_scale_transform):
4840 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4842 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4845 Fix --disable-external (can't set conditionals conditionally,
4848 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4850 * tests/check/elements/audioresample.c: (test_reuse),
4851 (audioresample_suite):
4852 Add test case for bug #342789 fixed below.
4854 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4856 * gst/audioresample/gstaudioresample.c:
4857 (gst_audioresample_class_init), (gst_audioresample_init),
4858 (audioresample_start), (audioresample_stop),
4859 (gst_audioresample_set_property), (gst_audioresample_get_property):
4860 Implement GstBaseTransform::start and ::stop so that audioresample
4861 can clear its internal state properly and be reused instead of
4862 causing non-negotiated errors with playbin under some circumstances
4865 * tests/check/elements/audioresample.c: (setup_audioresample),
4866 (cleanup_audioresample):
4867 Need to set element state here so that ::start and ::stop are
4870 2006-06-16 Wim Taymans <wim@fluendo.com>
4872 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4874 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4875 Parse extra data better, apparently it's right behind
4876 the normal strf header size. Fixes #343500.
4878 2006-06-16 Wim Taymans <wim@fluendo.com>
4880 * ext/alsa/gstalsasink.c: (set_hwparams):
4881 If we fail to set the buffer_time and period_time alsa
4882 parameters, post a warning and leave alsa select a
4883 default instead of failing. Fixes #342085
4885 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4887 * docs/libs/gst-plugins-base-libs-sections.txt:
4888 * gst-libs/gst/cdda/gstcddabasesrc.h:
4889 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4890 out in the header file and shouldn't be listed in the docs.
4892 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4893 Must dereference pointer to fourcc in the debug statement.
4895 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4897 * docs/libs/Makefile.am:
4898 * docs/libs/gst-plugins-base-libs-docs.sgml:
4899 * docs/libs/gst-plugins-base-libs-sections.txt:
4900 * docs/libs/gst-plugins-base-libs.types:
4901 add remaining symbols into correct setions
4903 * gst-libs/gst/audio/gstringbuffer.c:
4906 * gst-libs/gst/audio/gstringbuffer.h:
4907 comment out not yet implemented function
4910 * gst-libs/gst/floatcast/floatcast.h:
4911 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4912 add short descriptions
4915 * gst-libs/gst/interfaces/propertyprobe.c:
4916 fix return value docs
4918 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4919 simplify debug logging
4921 * gst-libs/gst/riff/riff-read.h:
4922 sync function prototype and docs
4924 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4925 remove left over symbol
4927 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4932 Use GST_PLUGIN_DOCS macro in configure.ac, add
4933 --enable-plugin-docs default to autogen.sh and use
4934 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4936 2006-06-15 Wim Taymans <wim@fluendo.com>
4938 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4939 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4940 (gst_ogg_demux_loop):
4941 Combine GstFlowReturn from the source pads to give a
4942 meaningfull result to the upstream peer or to stop the
4943 processing task in case of errors.
4945 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4947 * gst/playback/gststreaminfo.c: (cb_probe):
4948 Try GST_TAG_CODEC as fallback when extracting the
4949 codec name; more debug info.
4951 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4953 * ext/ogg/Makefile.am:
4954 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4955 Extract language tags from ogm subtitle streams, so that
4956 the subtitle menu choices are labelled correctly in
4957 Totem (fixes #344708).
4959 2006-06-14 Wim Taymans <wim@fluendo.com>
4961 Patch by: Alessandro Decina <alessandro at nnva dot org>
4963 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4964 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4965 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4966 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4967 Fix various leaks. Fixes #343699.
4968 Add x-smoke mime type.
4970 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4972 * gst-libs/gst/riff/riff-ids.h:
4973 Add IDs for 'bext' chunks (see #343837).
4975 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4977 Patch by: Young-Ho Cha <ganadist at chollian net>
4979 * gst/subparse/samiparse.c: (sami_context_pop_state),
4980 (handle_start_font), (end_sami_element):
4981 Honour font face tags in SAMI subtitles (#344503).
4983 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4986 add missing files containing translatable strings
4988 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4990 * docs/libs/tmpl/.cvsignore:
4991 we don't want those *.sgml files in CVS either
4993 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4995 * docs/libs/.cvsignore:
4996 * tests/check/elements/.cvsignore:
4997 * tests/check/libs/.cvsignore:
5000 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5002 * docs/libs/Makefile.am:
5003 also commiting the changed Makefile.am (added more libs to the
5006 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5008 * docs/libs/gst-plugins-base-libs-docs.sgml:
5009 * docs/libs/gst-plugins-base-libs-sections.txt:
5010 * docs/libs/gst-plugins-base-libs.types:
5011 first batch of reordering things, add index & hierarchy
5013 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
5016 use GST_PKG_CHECK_MODULES, cleans up output
5018 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5020 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5021 Add support for burn:// URIs (#343385); const-ify things a bit,
5022 use G_N_ELEMENTS instead of hard-coded array size.
5024 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5026 Patch by: Young-Ho Cha <ganadist at chollian net>
5028 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5029 Fix up broken entities before passing them to libxml *sigh*.
5032 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5037 === release 0.10.8 ===
5039 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5042 releasing 0.10.8, "Moar gij ziet mij nie"
5044 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5061 * win32/common/config.h:
5064 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5066 * docs/libs/tmpl/gstaudio.sgml:
5067 * docs/libs/tmpl/gstcolorbalance.sgml:
5068 * docs/libs/tmpl/gstmixer.sgml:
5069 * docs/libs/tmpl/gstringbuffer.sgml:
5070 * docs/libs/tmpl/gsttuner.sgml:
5071 * docs/libs/tmpl/gstxoverlay.sgml:
5072 * gst-libs/gst/audio/audio.c:
5073 * gst-libs/gst/audio/gstringbuffer.c:
5074 * gst-libs/gst/interfaces/colorbalance.c:
5075 * gst-libs/gst/interfaces/mixer.c:
5076 * gst-libs/gst/interfaces/tuner.c:
5077 * gst-libs/gst/interfaces/xoverlay.c:
5078 move last template doc snippets to source code and delete them
5080 2006-06-06 Michael Smith <msmith@fluendo.com>
5082 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5083 (theora_parse_drain_queue):
5084 Mark DELTA_UNIT on non-keyframes.
5086 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5088 * gst-libs/gst/audio/gstbaseaudiosink.c:
5089 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5090 * gst-libs/gst/audio/gstbaseaudiosink.h:
5091 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5092 (gst_ring_buffer_samples_done):
5093 * gst-libs/gst/audio/gstringbuffer.h:
5094 Document better the fact that latency_time and buffer_time are values
5095 stored in microseconds, and not the usual GStreamer nanoseconds.
5096 Change the variables (compatibly) that store them from GstClockTime
5097 to guint64 to make it more clear that they're not storing clock times.
5098 Also, remove the bogus property description that says the user can
5099 specify -1 to get the default value, since that's never been the case.
5101 When computing the default segment size for the ring buffer, make it
5102 an integer number of samples.
5104 When the sub-class indicates a delay greater than the number of
5105 samples we've written return 0 from the audio sink get_time method.
5107 2006-06-02 Michael Smith <msmith@fluendo.com>
5109 * tests/check/elements/audioconvert.c: (set_channel_positions),
5110 (get_float_mc_caps), (get_int_mc_caps):
5111 * tests/check/elements/audioresample.c:
5112 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5113 * tests/check/elements/videorate.c:
5114 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5115 * tests/check/elements/volume.c:
5116 * tests/check/elements/vorbisdec.c:
5117 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5118 Don't busy-wait in tests; this was causing test timeouts very
5119 frequently when running under valgrind.
5121 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5124 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5125 (gst_multi_fd_sink_remove_client_link),
5126 (gst_multi_fd_sink_client_queue_caps),
5127 (gst_multi_fd_sink_client_queue_buffer),
5128 (gst_multi_fd_sink_handle_client_write),
5129 (gst_multi_fd_sink_render):
5130 * gst/tcp/gstmultifdsink.h:
5131 make multifdsink properly deal with streamheader:
5132 - streamheader is taken from caps
5133 - buffers marked with IN_CAPS are not sent
5134 - streamheaders are sent, on connection, from the caps of the
5135 buffer where the client gets positioned to
5136 - further streamheader changes are done every time the client
5137 will receive a buffer with different caps
5138 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5139 (gst_multifdsink_create_streamheader):
5142 2006-06-02 Michael Smith <msmith@fluendo.com>
5144 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5145 Reinstate limit on channel count. Vorbis does not define the meaning
5146 of > 6 channels, so they're just independent channels. Gstreamer
5147 currently has no mechanism to represent N independent channels.
5149 2006-06-02 Michael Smith <msmith@fluendo.com>
5151 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5152 Don't arbitrarily restrict channel counts and rate in vorbis.
5153 In terms of effects likely on real-world files, this fixes 96kHz
5156 2006-06-02 Michael Smith <msmith@fluendo.com>
5158 * gst/audioconvert/audioconvert.c: (float):
5159 More correct float->int conversion.
5161 2006-06-02 Michael Smith <msmith@fluendo.com>
5163 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5164 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5165 value. Fixes g-critical on trying to play back ogg containing
5168 2006-06-02 Wim Taymans <wim@fluendo.com>
5170 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5172 * gst/playback/gstplaybasebin.h:
5173 Make the subtitle detection work from any thread so we don't
5174 deadlock. Fixes #343397.
5176 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5178 * gst/volume/Makefile.am:
5179 Seriously, it's not *that* hard to get compilation right. Even
5180 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5182 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5184 * gst/volume/gstvolume.c: (volume_choose_func),
5185 (volume_update_real_volume), (gst_volume_class_init),
5186 (gst_volume_init), (volume_process_float), (volume_process_int16),
5187 (volume_process_int16_clamp), (volume_set_caps),
5188 (volume_transform_ip), (plugin_init):
5189 * gst/volume/gstvolume.h:
5190 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5191 another property desc., remove unused param from process function
5193 * tests/check/elements/volume.c: (volume_suite):
5194 reactivate the passthrough test
5196 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5198 * ext/alsa/gstalsamixerelement.h:
5199 * ext/alsa/gstalsamixeroptions.h:
5200 * ext/alsa/gstalsamixertrack.h:
5201 * ext/gnomevfs/gstgnomevfssink.h:
5202 * ext/gnomevfs/gstgnomevfssrc.h:
5203 * ext/theora/gsttheoradec.h:
5204 * ext/theora/gsttheoraenc.h:
5205 * ext/theora/gsttheoraparse.h:
5206 * ext/vorbis/vorbisparse.h:
5207 * gst-libs/gst/audio/gstaudioclock.h:
5208 * gst-libs/gst/audio/gstaudiofilter.h:
5209 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5210 * gst/audioconvert/gstaudioconvert.h:
5211 * gst/audioresample/gstaudioresample.h:
5212 * gst/audiotestsrc/gstaudiotestsrc.h:
5213 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5214 * gst/playback/gststreamselector.h:
5215 * gst/tcp/gstmultifdsink.h:
5216 * gst/tcp/gsttcpclientsink.h:
5217 * gst/tcp/gsttcpclientsrc.h:
5218 * gst/tcp/gsttcpserversink.h:
5219 * gst/tcp/gsttcpserversrc.h:
5220 * gst/videorate/gstvideorate.h:
5221 * gst/videoscale/gstvideoscale.h:
5222 * gst/videotestsrc/gstvideotestsrc.h:
5223 * gst/volume/gstvolume.h:
5224 * sys/v4l/gstv4ljpegsrc.h:
5225 * sys/v4l/gstv4lmjpegsink.h:
5226 * sys/v4l/gstv4lmjpegsrc.h:
5227 * sys/v4l/gstv4lsrc.h:
5228 * sys/ximage/ximagesink.h:
5229 * sys/xvimage/xvimagesink.h:
5230 * tests/old/testsuite/alsa/sinesrc.h:
5231 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5233 2006-05-31 Wim Taymans <wim@fluendo.com>
5235 * ext/libvisual/visual.c: (gst_visual_reset),
5236 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5237 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5239 Use running time before doing QoS.
5242 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5244 * docs/libs/Makefile.am:
5245 set a magic variable to indicate we know the docs are incomplete
5247 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5249 * win32/common/libgstvideo.def:
5250 export gst_video_calculate_display_ratio
5251 * win32/vs6/libgstvideoscale.dsp:
5252 add link to libgstvideo-0.10.lib
5254 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5256 * gst/playback/gstplaybasebin.c: (gen_source_element):
5257 Throw a more comprehensible error for rtsp:// URIs (rather
5258 than erroring out with a negotiation error later on) until
5259 we fix playbin to handle rtspsrc etc.
5261 2006-05-30 Wim Taymans <wim@fluendo.com>
5263 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5264 (gst_text_overlay_text_event):
5267 2006-05-30 Wim Taymans <wim@fluendo.com>
5269 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5270 (gst_adder_request_new_pad), (gst_adder_release_pad):
5271 * gst/adder/gstadder.h:
5272 Implement release_request_pad.
5273 Make padcounter atomic.
5275 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5276 Added check for release_pad in adder.
5278 2006-05-30 Wim Taymans <wim@fluendo.com>
5280 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5283 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5285 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5286 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5287 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5288 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5289 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5290 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5291 (gst_ogg_demux_bisect_forward_serialno),
5292 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5293 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5295 clean up printf formats for granulepos and serialno
5297 2006-05-30 Michael Smith <msmith@fluendo.com>
5299 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5300 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5301 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5302 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5303 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5304 * ext/vorbis/vorbisenc.h:
5305 Multi-channel caps negotiation, so we can do proper multichannel
5306 vorbis encoding, negotiated through audioconvert.
5308 2006-05-30 Wim Taymans <wim@fluendo.com>
5310 * tests/check/elements/adder.c: (test_event_message_received),
5311 (test_play_twice_message_received), (GST_START_TEST),
5313 Added check to show that #339935 is fixed with ongoing
5314 adder and collectpads fixes.
5316 2006-05-29 Wim Taymans <wim@fluendo.com>
5318 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5319 Don't leak pad name.
5321 2006-05-29 Wim Taymans <wim@fluendo.com>
5323 * gst/adder/gstadder.c: (gst_adder_query_duration),
5324 (forward_event_func), (forward_event), (gst_adder_src_event):
5326 Make query/seeking code threadsafe.
5328 * tests/check/Makefile.am:
5329 * tests/check/elements/adder.c: (test_event_message_received),
5330 (GST_START_TEST), (test_play_twice_message_received):
5331 Fix adder test case.
5333 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5335 Patch by: Young-Ho Cha <ganadist at chollian net>
5337 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5338 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5339 (set_encoding_element), (decodebin_element_added_cb),
5340 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5341 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5342 * gst/playback/gstplaybasebin.h:
5343 Add 'subtitle-encoding' property to playbin, so applications can
5344 force a subtitle encoding for non-UTF8 subtitles (#342268).
5346 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5347 (gst_sub_parse_set_property):
5348 Rename recently-added 'encoding' property to 'subtitle-encoding'
5349 (so it can be proxied by playbin/decodebin in a generic way
5350 with less danger of false positives).
5352 2006-05-29 Michael Smith <msmith@fluendo.com>
5354 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5355 (append_with_other_format), (set_structure_widths),
5356 (gst_audio_convert_transform_caps):
5357 Patch from #341562: give more specific audio caps in get_caps, so
5358 that basetransform can make better decisions on what caps to
5361 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5363 * tests/check/elements/volume.c:
5364 make it compile again
5366 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5368 * tests/check/elements/volume.c: (volume_suite):
5369 disable test until #343196 gets resolved
5371 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5373 * gst/adder/gstadder.c: (gst_adder_get_type):
5374 Make it easier to copy&paste
5376 * gst/volume/Makefile.am:
5377 * gst/volume/gstvolume.c: (volume_update_real_volume),
5378 (gst_volume_set_volume), (gst_volume_set_mute),
5379 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5380 (volume_transform_ip), (volume_update_mute),
5381 (volume_update_volume):
5382 * gst/volume/gstvolume.h:
5383 Add own debug category, move duplicate code to helper function, fix
5384 property texts, add more comments and prepare ffor liboil-goodness
5386 * tests/check/Makefile.am:
5387 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5388 add test for mute and passtrough case, be a bit more verbose to track
5391 * tests/check/generic/states.c: (GST_START_TEST):
5392 catch elements that fail to instantiate
5394 2006-05-28 Edward Hervey <edward@fluendo.com>
5396 * tests/check/pipelines/simple-launch-lines.c:
5397 * tests/check/pipelines/theoraenc.c:
5398 * tests/check/pipelines/vorbisenc.c:
5399 Comment out tests using parse_launch() if core was built without
5400 parsing capabilities.
5402 2006-05-27 Edward Hervey <edward@fluendo.com>
5404 * tests/check/Makefile.am:
5405 Extra bonus points for whoever explains to ensonic that you are meant
5406 to test unit tests thoroughly before commiting them, especially if
5407 you know it's going to break.
5408 De-activated element/adder tests.
5410 2006-05-27 Edward Hervey <edward@fluendo.com>
5412 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5413 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5414 Marking caps conversion issues as GST_WARNING is way too verbose,
5415 Moving them to GST_LOG.
5417 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5420 Replace current README (containing the release notes from
5421 some 0.9.x version) with a proper README taken from the core.
5423 2006-05-26 Wim Taymans <wim@fluendo.com>
5425 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5426 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5427 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5428 (vorbis_dec_change_state):
5431 Clip output samples to segment boundaries.
5433 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5435 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5436 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5437 Improve the errors produced on bad output, including some human
5438 readable description strings.
5439 Handle the (theoretical for ximagesink) case where the XServer
5440 has a different idea about the size required for a particular
5441 frame and gives us too small a memory allocation.
5443 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5445 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5446 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5447 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5448 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5449 Improve the errors produced on bad output, including some human
5450 readable description strings.
5451 Handle RGB Xv formats properly by transforming them into our
5452 big-endian caps description.
5453 Use gst_caps_truncate to ensure that we never try and choose a
5454 non-fixed caps in buffer_alloc.
5455 Handle the case where the XServer has a different idea about the size
5456 required for a particular frame and gives us too small a memory
5458 Use -1 to indicate 'no image format', because 0 is a valid XServer
5459 image format number.
5460 Put RGB Xv formats at the end of the caps, so that we always prefer
5462 Iterate the available Xv Encodings to determine the maximum width and
5463 height, and then return that in our caps.
5464 (Closes #315312, #337544)
5466 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5468 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5469 When there is only one unfinished pad and it receives an event that
5470 doesn't match our requirements, we need to set alldone=FALSE so that
5471 the fakesink is not removed yet.
5473 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5475 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5476 Use gst_type_find_helper_for_buffer() to find the type
5477 of stream from the first packet.
5480 Bump requirements to core CVS (needed for vorbis
5481 typefinding to work).
5483 2006-05-24 Edward Hervey <edward@fluendo.com>
5485 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5486 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5487 contain. Else they play perfectly fine with qtdemux.
5489 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5491 * ext/theora/theoradec.c:
5492 * ext/theora/theoraenc.c:
5493 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5494 * gst/audiorate/gstaudiorate.c:
5495 make more debug catagories static
5497 * tests/check/Makefile.am:
5498 * tests/check/elements/adder.c: (message_received),
5499 (test_event_message_received), (GST_START_TEST),
5500 (test_play_twice_message_received), (adder_suite):
5501 added test case for using element twice, extra bonus points for anyone
5502 who can make these test run reliably
5504 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5506 * ext/theora/theoradec.c: (theora_dec_chain):
5507 Make work with time-stamped input buffers that do not
5508 have a granulepos in BUFFER_OFFSET_END (like theora
5509 buffers coming from matroskademux). Fixes #342448.
5511 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5513 Patch by: Peter Kjellerstedt <pkj at axis com>
5515 * gst/tcp/Makefile.am:
5516 fdstresstest doesn't need Gtk+, fix compilation if
5517 gtk is not available (#342566).
5519 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5521 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5523 Removed redundant floor()
5525 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5527 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5528 On second thought, just skip JUNK chunks automatically, so
5529 the caller doesn't have to handle this. Fixes #342345.
5530 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5533 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5535 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5536 Don't bail out on JUNK chunks with a size of 0 (would try to
5537 pull_range 0 bytes before, which sources don't like too much).
5540 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5542 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5543 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5544 Use the gstutil scaling function to preserve 64 bits while calculating
5545 output width and height from the display-aspect-ratio. (A continuation
5548 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5550 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5551 (gst_xvimagesink_buffer_alloc):
5552 * sys/xvimage/xvimagesink.h:
5553 When performing buffer allocations, remember the caps and image format
5554 we return so that if the same caps are asked for next time we can
5555 return them immediately without doing any caps intersections.
5557 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5559 * gst-libs/gst/rtp/README:
5560 Some new documentation
5561 * gst-libs/gst/rtp/gstrtpbuffer.h:
5562 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5563 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5564 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5565 New RTP audio base payloader class. Supports frame or sample based
5566 codecs. Not enabled in Makefile.am until approved.
5568 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5570 * tests/check/elements/alsa.c: (test_device_property_probe):
5571 Fix test case: don't try to free NULL GValueArray when there
5574 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5576 * tests/check/Makefile.am:
5577 * tests/check/elements/alsa.c: (test_device_property_probe),
5578 (alsa_suite), (main):
5579 Add simple test that runs a device property probe on alsasrc,
5580 alsasink and alsamixer. Disable valgrind check for now (too
5581 many leaks in libasound, and valgrind ignored my suppressions
5584 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5586 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5587 (gst_alsa_device_property_probe_probe_property),
5588 (gst_alsa_device_property_probe_needs_probe),
5589 (gst_alsa_device_property_probe_get_values),
5590 (gst_alsa_type_add_device_property_probe_interface):
5591 * ext/alsa/gstalsadeviceprobe.h:
5592 * ext/alsa/gstalsamixerelement.c:
5593 (gst_alsa_mixer_element_init_interfaces):
5594 * ext/alsa/gstalsamixerelement.h:
5595 Clean up and simplify alsa device probing. Make it actually work
5596 for multiple classes. Don't cache results any longer.
5598 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5599 (gst_alsasink_init):
5600 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5601 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5602 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5603 Make alsasink and alsasrc implement the GstPropertyProbe interface
5604 for device probing (#342181).
5605 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5607 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5609 * gst/subparse/samiparse.c: (handle_start_font):
5610 Don't ignore return value of strtol (++compiler_happiness).
5612 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5614 Patch by: Young-Ho Cha <ganadist chollian net>
5616 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5617 (gst_sub_parse_class_init), (gst_sub_parse_init),
5618 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5620 * gst/subparse/gstsubparse.h:
5621 Add 'encoding' property (#341681).
5623 * gst/subparse/samiparse.c: (characters_sami):
5624 Output is pango markup, so we need to escape text
5625 between tags (#342143).
5627 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5629 * gst-libs/gst/audio/multichannel.c:
5630 (gst_audio_check_channel_positions):
5631 It's okay to have caps with channels=1 and a channel position
5632 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5633 (deinterleavers might want to keep the position in the caps,
5634 so that they can be re-interleaved again properly later).
5635 Leave check for unexpected 2-channel layouts intact for now.
5637 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5639 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5640 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5641 basesrc can do its job correctly.
5643 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5645 * ext/alsa/Makefile.am:
5646 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5647 (gst_alsa_detect_formats), (get_channel_free_structure),
5648 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5649 (gst_alsa_probe_supported_formats):
5650 * ext/alsa/gstalsa.h:
5651 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5652 Refactor and improve caps probing code: probe signedness
5653 when we probe the supported formats/widths; set endianness
5654 to the one we actually probed for (ie. cpu endianness).
5656 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5657 (gst_alsasrc_close):
5658 * ext/alsa/gstalsasrc.h:
5659 Implement caps probing for alsasrc.
5661 2006-05-15 Wim Taymans <wim@fluendo.com>
5663 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5664 (theora_dec_src_query), (theora_dec_src_event),
5665 (theora_dec_sink_event), (theora_handle_comment_packet),
5666 (theora_handle_data_packet), (theora_dec_change_state):
5667 Cleanups, add some G_LIKELY.
5668 Use segment helpers instead of our own wrong code.
5669 Clear queued buffers on seek and READY.
5671 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5672 (vorbis_dec_convert), (vorbis_dec_src_query),
5673 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5674 (vorbis_handle_comment_packet), (vorbis_dec_push),
5675 (vorbis_handle_data_packet), (vorbis_dec_chain),
5676 (vorbis_dec_change_state):
5677 * ext/vorbis/vorbisdec.h:
5678 Remove old useless packetno variable.
5679 Do position query properly.
5681 Do cleanup of queued buffers in new helper function
5684 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5686 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5687 Query supported sample rates. Fixes #341732.
5689 2006-05-15 Julien MOUTTE <julien@moutte.net>
5691 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5692 (gst_decode_bin_change_state): Make decodebin reusable
5693 when going from PAUSE_TO_READY and then back to PAUSED.
5696 2006-05-15 Wim Taymans <wim@fluendo.com>
5698 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5699 (vorbis_dec_convert), (vorbis_dec_src_query),
5700 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5701 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5702 (vorbis_dec_clean_queued), (vorbis_dec_push),
5703 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5704 Cleanups. Use refcounting and DEBUG_OBJECT.
5705 Reset segment on flush, use code methods instead of our
5707 Fix potential memleak.
5709 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5711 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5712 (gst_alsasink_init):
5713 * ext/alsa/gstalsasink.h:
5714 Don't leak allocated snd_output_t structure if there's
5715 more than one alsasink instance at a time (#341873).
5716 Also fix GObject macros in header file.
5718 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5720 * gst/subparse/gstsubparse.c:
5721 (gst_sub_parse_data_format_autodetect):
5722 Don't use libxml functions in the typefinding code.
5724 2006-05-15 Wim Taymans <wim@fluendo.com>
5726 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5727 Fix seeking performance in the case where a non-header
5728 packet has a 0 granulepos (busted theora case).
5730 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5731 the first place, you limelight stealer you)
5733 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5735 * gst/subparse/gstsubparse.c:
5736 (gst_sub_parse_data_format_autodetect):
5737 Improve SAMI typefinding: handle case where there are
5738 whitespaces or newlines in front of the first <SAMI>
5741 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5744 Build video4linux plugin even if there's no XVIDEO, just
5745 without implementing the GstXOverlay interface (#334002).
5747 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5750 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5752 Add tentative support for libvisual-0.4 (#336881).
5754 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5756 Patch by: Young-Ho Cha <ganadist at chollian net>
5758 * gst/subparse/samiparse.c: (handle_start_font):
5759 Need to map "silver" colour explicitly (#169936).
5761 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5763 Patch by: Young-Ho Cha <ganadist at chollian net>
5765 * gst/subparse/Makefile.am:
5766 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5767 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5768 (gst_sub_parse_format_autodetect), (feed_textbuf),
5769 (gst_subparse_type_find), (plugin_init):
5770 * gst/subparse/gstsubparse.h:
5771 * gst/subparse/samiparse.c:
5772 * gst/subparse/samiparse.h:
5773 Add support for SAMI subtitles (#169936).
5775 2006-05-14 Michael Smith <msmith@fluendo.com>
5777 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5778 Fix #341696: crash when mixing L+R+C to mono or stereo.
5779 * tests/check/Makefile.am:
5780 * tests/check/elements/audioconvert.c: (set_channel_positions),
5781 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5782 (audioconvert_suite):
5783 Add test for the above, including some generic framework bits for
5784 testing multichannel things.
5786 === release 0.10.7 ===
5788 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5791 releasing 0.10.7, "Leave the gun"
5793 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5795 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5799 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5801 * docs/libs/gst-plugins-base-libs-docs.sgml:
5802 * docs/libs/gst-plugins-base-libs-sections.txt:
5803 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5804 * gst-libs/gst/video/video.h:
5805 * gst/videoscale/Makefile.am:
5806 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5807 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5808 * tests/check/Makefile.am:
5809 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5811 Fix integer overflow problem with pixel-aspect-ratio calculations
5812 in videoscale and xvimagesink (#341542)
5814 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5816 * gst-libs/gst/tag/gstid3tag.c:
5817 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5819 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5822 update win32 files listing
5824 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5826 patch by: Sjoerd Simons (sjoerd@luon.net)
5828 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5829 (group_create), (group_destroy), (add_stream),
5830 (gst_play_base_bin_get_property),
5831 (gst_play_base_bin_get_streaminfo_value_array):
5832 * gst/playback/gstplaybasebin.h:
5833 API: GstPlayBaseBin::stream-info-value-array property
5834 use a more bindings-friendly way of exposing streaminfo
5835 using a GValueArray. Tested in ipython.
5838 2006-05-11 Wim Taymans <wim@fluendo.com>
5840 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5841 (queue_underrun_cb), (queue_filled_cb):
5842 Also catch queue underruns but don't do anything yet.
5843 Refactor and comment queue enlarging code a bit.
5845 * gst/playback/gstplaybasebin.c: (queue_overrun),
5846 (queue_threshold_reached), (queue_out_of_data),
5847 (gen_preroll_element):
5848 If a queue over/underruns check that we don't create nasty
5849 deadlocks when the min-threshold is not reached but the
5850 max-bytes is. In those cases disable max-bytes when we
5851 know that the queue is fed timed data.
5854 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5856 * gst/playback/gstplaybin.c: (gen_audio_element):
5857 Make playbin automatically plug an 'audioresample'
5858 element before the audio sink as well. This solves
5859 problems with sinks that only accept a very specific
5860 sample rate, like esdsink (e.g. #340379).
5862 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5864 * gst/playback/gstplaybasebin.c: (gen_source_element):
5865 Make http sources send special headers so that we receive
5866 icecast metadata if the http stream is an icecast stream
5867 (otherwise the server will just ignore them). This also
5868 means that from now on users will need the 'icydemux'
5869 element from gst-plugins-good installed if they want to
5870 listen to icecast radio streams. (#341432, #333657).
5872 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5874 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5875 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5876 remove stupid example from docs - it should come with a simple
5879 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5880 (fail_if_can_read), (GST_START_TEST),
5881 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5882 add a test for changing streamheader which exposes a bug in
5885 2006-05-11 Michael Smith <msmith@fluendo.com>
5887 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5888 (gst_gnome_vfs_src_received_headers_callback):
5889 * ext/gnomevfs/gstgnomevfssrc.h:
5890 Don't set icy-caps unless we have a sane interval value. Move
5891 interval to a local variable; we never use it outside this function.
5893 2006-05-11 Wim Taymans <wim@fluendo.com>
5895 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5896 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5897 Register special buffer types along with the objects so
5898 that they are not registered at runtime from N different
5899 streaming threads since they are not threadsafe.
5901 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5903 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5904 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5905 add two more tests, one doing streamheader
5907 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5909 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5910 clean up the bufqueue when shutting down
5911 * tests/check/Makefile.am:
5912 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5913 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5915 add a test for the leak that was just fixed
5917 2006-05-10 Wim Taymans <wim@fluendo.com>
5919 * gst/adder/gstadder.c: (gst_adder_setcaps),
5920 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5921 (gst_adder_src_event), (gst_adder_sink_event),
5922 (gst_adder_class_init), (gst_adder_finalize),
5923 (gst_adder_request_new_pad), (gst_adder_collected):
5924 * gst/adder/gstadder.h:
5925 Updated some docs. Added comments and FIXMEs all over the place.
5926 Improve debugging info.
5927 Fix leak on finalize by not calling the parent.
5928 Implement duration query.
5929 Make event forwarding threadsafe.
5930 Correctly send NEWSEGMENT at start and after flush.
5931 Handle EOS correctly.
5932 Post error when not negotiated.
5934 * tests/check/elements/adder.c: (GST_START_TEST):
5935 Added FIXME in the test.
5937 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5939 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5940 (gst_text_overlay_halign_get_type),
5941 (gst_text_overlay_wrap_mode_get_type):
5942 * ext/theora/theoradec.c: (theora_handle_type_packet),
5943 (theora_handle_data_packet):
5944 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5945 (theora_enc_sink_setcaps), (theora_enc_chain):
5946 * gst-libs/gst/cdda/gstcddabasesrc.c:
5947 (gst_cdda_base_src_mode_get_type):
5948 * gst/audiotestsrc/gstaudiotestsrc.c:
5949 (gst_audiostestsrc_wave_get_type):
5950 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5951 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5952 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5953 (gst_sync_method_get_type), (gst_unit_type_get_type),
5954 (gst_client_status_get_type):
5955 * gst/videoscale/gstvideoscale.c:
5956 (gst_video_scale_method_get_type):
5957 * gst/videotestsrc/gstvideotestsrc.c:
5958 (gst_video_test_src_pattern_get_type):
5959 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5960 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5961 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5962 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5963 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5964 (paint_setup_RGB565), (paint_setup_xRGB1555):
5965 Const-ify GEnumValue and GFlagsValue arrays. Use
5966 GST_ROUND_UP_* macros instead of home-made ones.
5968 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5971 Require core CVS for the new newsegment stuff.
5973 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5975 Patch by: Sjoerd Simons <sjoerd at luon net>
5977 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5978 Register nick for enum value (#341160).
5980 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5982 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5984 backout typefind patch #340375
5986 * tests/check/elements/adder.c: (message_received),
5987 (GST_START_TEST), (adder_suite):
5988 redo, signal-handling of test
5990 2006-05-09 Wim Taymans <wim@fluendo.com>
5992 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5993 (gst_adder_collected):
5994 * gst/adder/gstadder.h:
5995 Remove bogus segment merging and forwarding, we don't
5996 care about timestamps anyway and we just produce a
5998 Also create a nice NEWSEGMENT event when we start.
5999 Use _scale_int some more.
6001 2006-05-09 Edward Hervey <edward@fluendo.com>
6003 * tests/icles/stress-xoverlay.c:
6004 Fix if core was built without parsing support.
6006 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6008 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6009 Add SEDG (Samsung MPEG-4) fourcc.
6011 2006-05-09 Edward Hervey <edward@fluendo.com>
6013 * tests/icles/stress-xoverlay.c:
6014 * tests/examples/volume/volume.c:
6015 Fix if core was built without parsing support.
6017 * tests/examples/seek/seek.c:
6018 Disable the parse_launch example if core was built without parsing
6021 2006-05-08 Edward Hervey <edward@fluendo.com>
6023 * autogen.sh: (CONFIGURE_DEF_OPT):
6024 libtoolize on Darwin/MacOSX is called glibtoolize
6026 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6028 * tests/check/Makefile.am:
6029 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6030 Disable the adder test, until the build-slaves posses the kindness to
6031 either like it or to give valid reason for not doing so
6033 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6035 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6037 Shuffle NULL state change around and raise timeout more
6039 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6041 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6042 (mp4_type_find), (plugin_init):
6043 Add typefind to distinguish between "audio/x-m4a" and new type
6044 "video/mp4". Fixes #340375
6046 * tests/check/elements/adder.c: (adder_suite):
6047 Raise timeout to make buildbot happy
6049 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6051 * gst/adder/gstadder.c: (gst_adder_sink_event),
6052 (gst_adder_request_new_pad), (gst_adder_change_state):
6053 * gst/adder/gstadder.h:
6054 * tests/check/Makefile.am:
6055 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6056 (adder_suite), (main):
6057 Add sink-event handling to adder. It tries to merge incomming
6058 newsegment-events. Added test to check if segment_done is comming
6059 through. Fixes #340060
6061 2006-05-05 Andy Wingo <wingo@pobox.com>
6063 * ext/theora/theoraparse.c (gst_theora_parse_init)
6064 (theora_parse_src_convert, theora_parse_src_query):
6065 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6066 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6067 query functions on the source pads of the theora and vorbis parse
6068 elements. Fixes position querying when doing a remux.
6070 2006-05-05 Michael Smith <msmith@fluendo.com>
6072 * ext/theora/theoraparse.c: (parse_granulepos),
6073 (theora_parse_drain_queue_prematurely),
6074 (theora_parse_queue_buffer), (theora_parse_sink_event):
6076 Fix invalid granulepos outputs when starting with a non-keyframe.
6078 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6080 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6081 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6082 Rearrange MPEG system stream detection, fixing some memleaks in the
6084 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6085 they clean up their data correctly.
6086 Remove unused ogganx caps and move the 'is_annodex' check to inside
6087 the 'is_ogg' if statement.
6089 2006-05-05 Wim Taymans <wim@fluendo.com>
6091 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6092 Properly remove ghostpads. Fixes #340392
6094 2006-05-04 David Schleef <ds@schleef.org>
6096 * gst/typefind/gsttypefindfunctions.c:
6098 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6100 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6101 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6103 When typefinding an MP3 in push-based mode, don't penalise the
6104 probability down to 74% when we found 5 valid frames just because we
6105 can't peek the end of the file.
6107 Make the probability for detecting MPEG Transport Streams based on the
6108 number of sequential headers we successfully detected.
6110 2006-05-03 Wim Taymans <wim@fluendo.com>
6112 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6113 (vorbis_dec_push), (vorbis_dec_chain):
6114 Still produce an error when we receive an empty packet.
6116 2006-05-03 Wim Taymans <wim@fluendo.com>
6118 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6119 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6120 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6121 Mark buffers with DISCONT after seek and after activating new
6124 * ext/theora/gsttheoradec.h:
6125 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6126 (theora_get_query_types), (theora_dec_sink_event),
6127 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6128 (theora_dec_change_state):
6130 Detect and mark DISCONT buffers.
6132 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6133 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6134 (vorbis_dec_change_state):
6135 * ext/vorbis/vorbisdec.h:
6137 Detect and mark DISCONT buffers.
6138 Don't crash on 0 sized buffers.
6140 2006-05-03 Wim Taymans <wim@fluendo.com>
6142 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6143 (volume_transform_ip):
6144 Increase "volume" property to 10.0. Fixes #340369.
6145 Set the process function to NULL when capsnego fails so that
6146 we properly error out.
6148 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6150 * gst/playback/gstplaybin.c: (add_sink):
6151 * gst/playback/test.c: (main):
6152 * gst/playback/test5.c: (dump_element_stats):
6153 * gst/playback/test6.c: (main):
6154 free caps using gst_caps_unref, don't leak caps-strings
6156 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6158 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6160 Refine musepack typefinding a bit. Return MAXIMUM
6161 probability when we detect stream version 7 to make
6162 sure the mpeg audio typefinder doesn't trump us.
6164 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6166 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6167 Protect against unexpected NULL strf_data buffer.
6169 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6171 * tests/check/elements/audioconvert.c: (verify_convert),
6173 interpret the out[] buffer in the order the bytes are actually
6174 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6175 Other tests should use BYTE_ORDER since the array is filled in
6178 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6180 * tests/check/elements/audioconvert.c: (verify_convert),
6182 when a test fails, give an indication of which it is
6184 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6186 * gst-libs/gst/cdda/gstcddabasesrc.c:
6187 compile fix; strtol() needs <stdlib.h>
6189 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6191 * ext/alsa/gstalsamixerelement.c:
6192 * ext/alsa/gstalsasrc.c:
6193 * ext/cdparanoia/gstcdparanoiasrc.c:
6194 * ext/gnomevfs/gstgnomevfssink.c:
6195 * ext/gnomevfs/gstgnomevfssrc.c:
6196 * ext/ogg/gstoggdemux.c:
6197 * ext/ogg/gstoggmux.c:
6198 * ext/ogg/gstoggparse.c:
6199 * ext/ogg/gstogmparse.c:
6200 * ext/pango/gstclockoverlay.c:
6201 * ext/pango/gsttextoverlay.c:
6202 * ext/pango/gsttextrender.c:
6203 * ext/pango/gsttimeoverlay.c:
6204 * ext/theora/theoradec.c:
6205 * ext/theora/theoraenc.c:
6206 * ext/vorbis/vorbisdec.c:
6207 * ext/vorbis/vorbisenc.c:
6208 * gst-libs/gst/audio/gstaudiofilter.c:
6209 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6210 * gst/audioconvert/gstaudioconvert.c:
6211 * gst/audiorate/gstaudiorate.c:
6212 * gst/audioresample/gstaudioresample.c:
6213 * gst/audiotestsrc/gstaudiotestsrc.c:
6214 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6215 * gst/playback/gstdecodebin.c:
6216 * gst/playback/gstplaybin.c:
6217 * gst/playback/gststreamselector.c:
6218 * gst/subparse/gstsubparse.c:
6219 * gst/tcp/gstmultifdsink.c:
6220 * gst/tcp/gsttcpclientsink.c:
6221 * gst/tcp/gsttcpclientsrc.c:
6222 * gst/tcp/gsttcpserversink.c:
6223 * gst/tcp/gsttcpserversrc.c:
6224 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6225 * gst/videorate/gstvideorate.c:
6226 * gst/videoscale/gstvideoscale.c:
6227 * gst/videotestsrc/gstvideotestsrc.c:
6228 * gst/volume/gstvolume.c:
6229 * sys/v4l/gstv4ljpegsrc.c:
6230 * sys/v4l/gstv4lmjpegsink.c:
6231 * sys/v4l/gstv4lmjpegsrc.c:
6232 * sys/v4l/gstv4lsrc.c:
6233 * sys/ximage/ximagesink.c:
6234 * sys/xvimage/xvimagesink.c:
6235 * tests/check/libs/cddabasesrc.c:
6236 make GstElementDetails const
6238 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6240 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6242 send events from src-pad to all sink-pads fixes #338657
6244 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6246 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6247 (alsasink_parse_spec):
6248 query width capabilities from alsa, fixes #338919
6250 2006-04-28 Wim Taymans <wim@fluendo.com>
6252 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6253 (gst_multi_fd_sink_remove_client_link):
6254 * gst/tcp/gstmultifdsink.h:
6255 Fix race condition in multifdsink that can lead to spurious
6256 duplicate clients. this patch adds a new signal that is fired when
6257 multifdsink has removed all references to the fd.
6259 Updated documentation.
6260 API: client-fd-removed signal added
6262 2006-04-28 Michael Smith <msmith@fluendo.com>
6264 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6265 When asking g_value_array_new to prealloc elements, we may as well
6266 ask for the right number of elements.
6268 2006-04-28 Wim Taymans <wim@fluendo.com>
6270 * gst-libs/gst/audio/gstbaseaudiosink.c:
6271 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6272 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6273 patch to make timestamp checking more tollerant to rounding
6274 errors given that real discontinuities are to be marked on
6275 buffers. Fixes some asf files and #338778.
6276 Also avoid some crashers when we receive an event in the
6279 2006-04-28 Michael Smith <msmith@fluendo.com>
6281 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6282 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6283 (gst_gnome_vfs_src_get_property),
6284 (gst_gnome_vfs_src_send_additional_headers_callback),
6285 (gst_gnome_vfs_src_received_headers_callback),
6286 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6287 (gst_gnome_vfs_src_stop):
6288 * ext/gnomevfs/gstgnomevfssrc.h:
6289 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6290 proper shared support within icydemux.
6292 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6294 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6295 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6297 fix a leak when no caps negotiated
6298 fix counting of input frames
6299 * tests/check/elements/.cvsignore:
6300 * tests/check/elements/videorate.c: (assert_videorate_stats),
6301 (GST_START_TEST), (videorate_suite):
6304 2006-04-28 Wim Taymans <wim@fluendo.com>
6306 * gst-libs/gst/audio/gstringbuffer.c:
6307 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6308 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6309 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6310 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6311 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6312 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6313 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6314 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6315 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6316 Check arguments passed to public functions instead of
6319 2006-04-28 Wim Taymans <wim@fluendo.com>
6321 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6322 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6323 GstBaseAudioSrc must be live or it does not work.
6325 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6326 Don't set live to TRUE as this is the default in the parentclass.
6328 2006-04-28 Wim Taymans <wim@fluendo.com>
6330 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6331 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6332 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6333 fixation cases better. Fixes #338991
6335 2006-04-28 Wim Taymans <wim@fluendo.com>
6337 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6338 Handle 0/1 framerate correctly Fixes #331901.
6340 2006-04-28 Wim Taymans <wim@fluendo.com>
6342 * tests/check/elements/audioconvert.c: (get_float_caps),
6343 (GST_START_TEST), (audioconvert_suite):
6344 Added check for correct clipping when doing float samples
6347 2006-04-28 Wim Taymans <wim@fluendo.com>
6349 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6350 (gst_video_rate_chain):
6351 Print more debugging info.
6353 2006-04-28 Wim Taymans <wim@fluendo.com>
6355 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6356 (resample_set_state_from_caps):
6357 Add support for other formats audioresample can handle such as
6358 32 bits in and float and 64 bits float. Fixes #301759
6360 2006-04-28 Wim Taymans <wim@fluendo.com>
6362 * gst/audioconvert/audioconvert.c: (float):
6363 correctly clip float samples > 1.0. Fixes #338718
6365 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6367 Patch by: Young-Ho Cha <ganadist at chollian net>
6369 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6370 (gst_text_overlay_render_text):
6371 Don't strip newlines from the text. Also, center lines
6372 within multi-line paragraphs (#339405).
6374 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6376 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6377 Fix wavpack typefinding to work in more cases (don't peek
6378 for chunks of multiple hundred kBs at once, but process
6379 things step-by-step in smaller units). Fixes #339786.
6381 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6386 === release 0.10.6 ===
6388 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6391 releasing 0.10.6, "Chao"
6393 2006-04-26 David Schleef <ds@schleef.org>
6395 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6398 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6401 * win32/common/config.h:
6404 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6406 patch by: Wim Taymans
6408 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6409 (gst_ogg_demux_perform_seek):
6410 make sure correct newsegments are sent, so that the decoder
6411 and the demuxer agree on timestamps. Fixes playback of a lot
6412 of Ogg files that do not start from 0. Fixes #339833.
6414 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6416 Patch by: Edward Hervey <edward@fluendo.com>
6418 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6419 * tests/check/Makefile.am:
6420 * tests/check/elements/videorate.c: (assert_videorate_stats),
6421 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6422 (videorate_suite), (main):
6423 Fix an infinite loop if frames are passed in with wrongly ordered
6424 timestamps. Fixes #339013.
6426 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6428 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6430 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6431 fix typefinding on some ISO files. Fixes #339212.
6433 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6435 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6437 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6438 add another H264 fourcc. Fixes #339047.
6440 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6442 Patch by: Jan Schmidt
6444 * gst/playback/gststreamselector.c:
6445 (gst_stream_selector_bufferalloc):
6446 Restore old StreamSelector behaviour.
6449 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6452 * win32/common/config.h:
6455 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6457 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6459 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6460 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6461 Fix some memory leaks: on finalize, free buffers left in the queue
6462 before destroying the queue; in _push(), unref rtp_buf even if
6463 the process vfunc returned a NULL buffer as output buffer (#337548);
6464 demote some recuring debug messages to LOG level.
6466 2006-04-11 Wim Taymans <wim@fluendo.com>
6468 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6469 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6470 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6471 (gst_ogg_demux_loop):
6473 Respect segment stop when emiting EOS or SEGMENT_DONE.
6476 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6478 * gst/playback/gststreamselector.c:
6479 (gst_stream_selector_get_property):
6480 Don't leak pad name.
6482 2006-04-10 Michael Smith <msmith@fluendo.com>
6484 * tests/check/Makefile.am:
6485 * tests/check/gst-plugins-base.supp:
6486 Suppress an old libtheora bug (fixed in more recent versions), so
6487 that FC4 buildslaves can pass.
6489 2006-04-10 Wim Taymans <wim@fluendo.com>
6491 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6492 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6493 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6494 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6495 (gst_ogg_demux_loop):
6497 Remember what error we got when finding chains, if we
6498 were shutdown, that would not be an error.
6500 2006-04-10 Wim Taymans <wim@fluendo.com>
6502 * gst-libs/gst/audio/gstbaseaudiosink.c:
6503 (gst_base_audio_sink_event):
6504 Starting the ringbuffer when we did not acquire it can cause
6505 a deadlock, is pointless and causes nasty things for
6507 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6509 2006-04-10 Wim Taymans <wim@fluendo.com>
6511 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6512 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6513 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6514 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6515 (gst_ogg_demux_deactivate_current_chain),
6516 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6517 (gst_ogg_demux_bisect_forward_serialno),
6518 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6519 Add some more debugging.
6521 2006-04-10 Wim Taymans <wim@fluendo.com>
6523 * ext/theora/theoradec.c: (theora_dec_src_event),
6524 (theora_handle_data_packet):
6525 Some more debug info.
6527 * tests/examples/seek/seek.c: (start_seek), (main):
6528 Print element messages too.
6530 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6532 * gst/audioresample/debug.h:
6533 replace debug macros with variable number of parameters
6534 by a simple alias to gstreamer standard debug macros
6535 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6536 supported by MSVC 6.0 and 7.1)
6537 * gst/audioresample/resample.h:
6538 define M_PI and rint for WIN32
6539 * win32/common/libgstaudio.def:
6540 * win32/common/libgstriff.def:
6541 * win32/common/libgsttag.def:
6542 * win32/common/libgstvideo.def:
6543 add new exported functions
6545 update project files
6547 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6549 * ext/alsa/gstalsamixeroptions.c:
6550 (gst_alsa_mixer_options_class_init):
6551 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6552 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6553 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6554 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6555 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6556 * gst-libs/gst/audio/gstaudiofilter.c:
6557 (gst_audio_filter_class_init):
6558 * gst-libs/gst/audio/gstaudiosink.c:
6559 (gst_audioringbuffer_class_init):
6560 * gst-libs/gst/audio/gstaudiosrc.c:
6561 (gst_audioringbuffer_class_init):
6562 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6563 * gst-libs/gst/interfaces/colorbalancechannel.c:
6564 (gst_color_balance_channel_class_init):
6565 * gst-libs/gst/interfaces/mixeroptions.c:
6566 (gst_mixer_options_class_init):
6567 * gst-libs/gst/interfaces/mixertrack.c:
6568 (gst_mixer_track_class_init):
6569 * gst-libs/gst/interfaces/tunerchannel.c:
6570 (gst_tuner_channel_class_init):
6571 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6572 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6573 (gst_netbuffer_class_init):
6574 * gst-libs/gst/rtp/gstbasertppayload.c:
6575 (gst_basertppayload_class_init):
6576 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6577 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6578 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6579 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6580 * gst/playback/gststreamselector.c:
6581 (gst_stream_selector_class_init):
6582 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6583 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6584 * sys/v4l/gstv4lcolorbalance.c:
6585 (gst_v4l_color_balance_channel_class_init):
6586 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6587 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6588 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6589 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6590 (gst_v4l_tuner_norm_class_init):
6591 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6592 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6593 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6594 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6596 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6598 * ext/pango/gsttextrender.h:
6599 * gst-libs/gst/audio/gstaudiosink.h:
6600 * gst-libs/gst/audio/gstaudiosrc.h:
6601 * gst-libs/gst/audio/gstbaseaudiosink.h:
6602 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6603 * gst-libs/gst/audio/gstringbuffer.h:
6604 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6605 * gst-libs/gst/rtp/gstbasertppayload.h:
6606 * gst-libs/gst/video/gstvideofilter.h:
6607 * gst-libs/gst/video/gstvideosink.h:
6608 * gst/playback/gstplaybasebin.h:
6609 * gst/tcp/gstmultifdsink.h:
6610 * sys/v4l/gstv4lelement.h:
6611 Fix broken GObject macros
6613 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6615 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6616 More debug to trace why my USB headset is not working with gst
6618 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6620 * gst/playback/gstplaybasebin.c: (group_destroy):
6621 Clean up our group elements properly in the case where it never
6622 got committed - it still got added unconditionally to the bin.
6624 2006-04-07 Wim Taymans <wim@fluendo.com>
6626 * ext/theora/theoradec.c: (theora_dec_sink_event),
6627 (theora_handle_data_packet), (theora_dec_chain):
6628 Unref unhandled events.
6629 Protect against empty buffers.
6630 Perform QoS on running time.
6632 2006-04-07 Michael Smith <msmith@fluendo.com>
6634 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6635 (gst_vorbis_enc_chain):
6636 Remove leaks from vorbisenc.
6637 Mostly minor changes, the only significant one is that now the
6638 buffers we set as 'streamheader' on the caps are copies of the
6639 original buffers, to avoid circular refcounting problems.
6641 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6643 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6644 Don't remove our mute-probe if someone else already did so.
6645 Don't set a 2nd one if there is already one pending on the pad.
6647 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6649 When a seek fails, ensure that playbin is still set back to playing.
6651 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6652 (mpeg_ts_type_find), (plugin_init):
6653 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6655 2006-04-06 Andy Wingo <wingo@pobox.com>
6657 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6658 (gst_video_rate_init): Caps-related parameters should not be reset
6659 by a flush -- move their inits to the instance init function.
6660 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6661 is not OK, just return the result.
6663 * gst/audiotestsrc/gstaudiotestsrc.c
6664 (gst_audio_test_src_class_init)
6665 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6666 broken by Stefan's commit on 24 March.
6668 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6669 buffers being pushed out. Fixes oggmux ! multifdsink.
6671 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6673 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6674 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6675 * ext/vorbis/vorbisdec.h:
6676 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6677 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6678 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6679 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6680 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6681 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6682 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6683 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6684 (gst_vorbis_enc_buffer_from_packet),
6685 (gst_vorbis_enc_buffer_from_header_packet),
6686 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6687 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6688 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6689 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6690 (gst_vorbis_enc_change_state):
6691 * ext/vorbis/vorbisenc.h:
6692 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6693 vorbisenc adhere to the official nomenclature; use boilerplate
6696 2006-04-04 Andy Wingo <wingo@pobox.com>
6698 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6699 Whoops, fix bug introduced. Bad hacker!
6701 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6702 Properly handle the case where you get EOS before any buffers are
6703 received. Use gst_buffer_make_metadata_writable where appropriate.
6705 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6706 is often negative -- make it signed so as not to wrap around.
6707 Fixes segfaults introduced on 9 March.
6709 2006-04-03 Wim Taymans <wim@fluendo.com>
6711 * ext/theora/gsttheoradec.h:
6712 * ext/theora/theoradec.c: (theora_dec_src_event):
6713 Don't try to store a gdouble in a gboolean.
6716 2006-04-03 Michael Smith <msmith@fluendo.com>
6718 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6720 Make it suck slightly less by writing out the final page.
6721 Still can't encode a vorbis-in-ogg file correctly, though.
6723 2006-04-03 Andy Wingo <wingo@pobox.com>
6725 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6728 * ext/theora/theora.c (plugin_init): Register theoraparse.
6730 * ext/theora/gsttheoraparse.h:
6731 * ext/theora/theoraparse.c: New files implementing a theora
6732 parser. Now we can properly remux ogg/theora+vorbis, yay.
6734 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6736 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6738 * gst/audiotestsrc/gstaudiotestsrc.c:
6739 Fixed the sample pipeline (see #323798)
6741 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6744 * win32/common/config.h:
6745 * win32/common/config.h.in:
6746 use AS_VERSION and AS_NANO
6749 2006-03-31 Andy Wingo <wingo@pobox.com>
6751 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6752 uninitialized variable return that would happen.
6754 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6755 uninitialized variable return that would never happen.
6757 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6758 (vorbis_parse_sink_event): Add an event function to flush our
6759 state on a seek, and to drain buffers on a premature EOS.
6760 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6761 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6762 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6763 (vorbis_parse_drain_queue): Queue up buffers until we can set
6764 their timestamps and granulepos values.
6766 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6767 and keep track of data needed for deriving granulepos and
6768 timestamps for buffers.
6770 2006-03-29 Wim Taymans <wim@fluendo.com>
6772 Patch by: j^ <j at bootlab dot org>
6774 * ext/alsa/gstalsamixerelement.c:
6775 (gst_alsa_mixer_element_class_init):
6776 * ext/alsa/gstalsasink.c:
6777 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6778 * ext/ogg/gstoggdemux.c:
6779 * ext/ogg/gstoggmux.c:
6780 * ext/ogg/gstoggparse.c:
6781 * ext/pango/gstclockoverlay.c:
6782 * ext/pango/gsttextoverlay.c:
6783 * ext/pango/gsttextrender.c:
6784 * ext/pango/gsttimeoverlay.c:
6785 * ext/theora/theoradec.c:
6786 * ext/theora/theoraenc.c:
6787 * ext/vorbis/vorbisdec.c:
6788 * ext/vorbis/vorbisenc.c:
6789 * gst/audioconvert/gstaudioconvert.c:
6790 * gst/subparse/gstsubparse.c:
6791 * gst/tcp/gstmultifdsink.c:
6792 * gst/tcp/gsttcpclientsink.c:
6793 * gst/tcp/gsttcpclientsrc.c:
6794 * gst/tcp/gsttcpserversink.c:
6795 * gst/tcp/gsttcpserversrc.c:
6796 better/unified long descriptions
6799 2006-03-29 Wim Taymans <wim@fluendo.com>
6801 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6803 Don't let double and triple clicks mess up our state.
6805 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6807 * gst/playback/gstplaybin.c: (gen_video_element),
6808 (gen_text_element), (gen_audio_element), (gen_vis_element):
6809 Error out gracefully when we can't create any of the usual
6810 conversion elements for some reason. Also, don't try to
6811 create an audioscale (sic) element that's not used anyway.
6813 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6815 * gst/playback/gstplaybasebin.c: (setup_source):
6816 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6817 element for a particular protocol, that's confusing for users.
6818 Instead, post a RESOURCE_FAILED error, so that our own error
6819 message is actually shown in totem etc. (#336303).
6821 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6823 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6825 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6826 (gst_gnome_vfs_src_get_icy_metadata):
6827 Fix some minor memory leaks (#336194).
6829 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6831 * ext/gnomevfs/gstgnomevfs.c:
6832 (gst_gnome_vfs_location_to_uri_string):
6833 * ext/gnomevfs/gstgnomevfs.h:
6834 * ext/gnomevfs/gstgnomevfssink.c:
6835 (gst_gnome_vfs_sink_set_property):
6836 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6837 Make gnomevfssink accept filenames as well as URIs for the
6838 "location" property, just like gnomevfssrc does (and
6839 filesrc/filesink do) (#336190).
6841 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6843 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6844 set to NULL before unreffing, fixes a valgrind leak.
6845 Why was this not triggering the error that an object needs to
6846 be NULL before unreffing ?
6847 * win32/common/config.h:
6850 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6852 * gst/subparse/gstsubparse.c: (convert_encoding),
6853 (gst_sub_parse_change_state):
6854 * gst/subparse/gstsubparse.h:
6855 Text subtitle files may or may not be UTF-8. If it's not, we
6856 don't really want to see '?' characters in place of non-ASCII
6857 characters like accented characters. So let's assume the input
6858 is UTF-8 until we come across text that is clearly not. If it's
6859 not UTF-8, we don't really know what it is, so try the following:
6860 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6861 is set; if not, check (b) if the current locale encoding is
6862 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6863 the current locale encoding is UTF-8 and the environment variable
6864 was not set to any particular encoding. Not perfect, but better
6865 than nothing (and better than before, I think) (fixes #172848).
6867 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6870 update core requirement to 0.10.4.1 because of async_playback
6871 vmethod on GstBaseSink
6873 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6875 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6876 * gst/adder/gstadder.c: (gst_adder_init):
6877 use DEBUG_FUNCPTR for collectpads
6879 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6881 * docs/plugins/Makefile.am:
6882 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6883 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6884 * ext/cdparanoia/gstcdparanoiasrc.c:
6885 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6886 (gst_gnome_vfs_sink_class_init):
6887 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6888 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6889 * ext/ogg/gstoggmux.c:
6890 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6891 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6892 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6893 * ext/pango/gsttextoverlay.c:
6894 * ext/pango/gsttextrender.c:
6895 * ext/theora/theoradec.c:
6896 * ext/theora/theoraenc.c:
6897 * ext/vorbis/vorbisdec.c:
6898 * ext/vorbis/vorbisenc.c:
6899 * gst-libs/gst/audio/gstaudiofilter.c:
6900 (gst_audio_filter_base_init):
6901 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6902 (gst_audio_filter_template_base_init):
6903 * gst/adder/gstadder.c: (gst_adder_get_type):
6904 * gst/adder/gstadder.h:
6905 * gst/audioconvert/gstaudioconvert.c:
6906 * gst/audiotestsrc/gstaudiotestsrc.c:
6907 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6908 (gst_audio_test_src_create):
6909 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6910 * gst/playback/gstdecodebin.c:
6911 * gst/playback/gstplaybin.c:
6912 * gst/playback/gststreamselector.c:
6913 (gst_stream_selector_base_init):
6914 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6915 * gst/volume/gstvolume.c:
6916 * sys/v4l/gstv4lmjpegsink.c:
6917 * sys/v4l/gstv4lmjpegsrc.c:
6918 * tests/check/libs/cddabasesrc.c:
6919 * tests/old/examples/gob/gst-identity2.gob:
6920 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6921 define GstElementDetails at the top
6923 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6925 * win32/common/libgstinterfaces.def:
6926 Add a lot of export functions for gst-python
6927 * win32/vs6/libgstinterfaces.dsp:
6928 Add a missing include folder in the project configuration
6930 2006-03-23 Wim Taymans <wim@fluendo.com>
6932 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6933 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6934 (gst_base_audio_src_change_state):
6935 Fix audio sources, forgot to make the ringbuffer
6938 2006-03-23 Wim Taymans <wim@fluendo.com>
6940 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6941 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6942 (gst_base_audio_src_change_state):
6943 unparent instead of unref the ringbuffer.
6945 2006-03-23 Wim Taymans <wim@fluendo.com>
6947 * gst-libs/gst/audio/gstbaseaudiosink.c:
6948 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6949 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6950 Implement new async_play vmethod to start slaving and allow
6951 playback start in case of async PLAY state changes.
6953 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6954 Enable QoS with new method in base class.
6956 2006-03-23 Wim Taymans <wim@fluendo.com>
6958 Patch by: Julien MOUTTE <julien at moutte dot net>
6960 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6961 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6962 Partially handle 0 framerate, only EOS after the first frame
6965 2006-03-23 Wim Taymans <wim@fluendo.com>
6967 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6969 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6970 (gst_riff_create_video_template_caps):
6971 * gst/ffmpegcolorspace/avcodec.h:
6972 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6973 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6974 (gst_ffmpegcsp_avpicture_fill):
6975 * gst/ffmpegcolorspace/imgconvert.c:
6976 Patch for support of YVU9 AVI files (#334822)
6978 2006-03-22 Edward Hervey <edward@fluendo.com>
6980 * docs/design/design-decodebin.txt:
6981 Added design document for new decodebin
6982 (Target Caps): text/x-pango-markup is also a default target caps.
6984 2006-03-22 Wim Taymans <wim@fluendo.com>
6986 * gst-libs/gst/audio/gstbaseaudiosink.c:
6987 (gst_base_audio_sink_dispose):
6988 Since we _parent the ringbuffer, we also need to
6989 _unparent instead of a plain _unref.
6991 2006-03-22 Wim Taymans <wim@fluendo.com>
6993 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6994 (stop_seek), (scrub_toggle_cb), (main):
6997 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6999 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7000 (gst_ogg_parse_chain):
7001 Fix very inefficient usage of linked lists (#335365).
7003 2006-03-21 Edward Hervey <edward@fluendo.com>
7005 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7006 * gst/playback/gstplaybin.c: (handoff):
7007 * gst/playback/gststreamselector.c:
7008 (gst_stream_selector_set_property):
7009 gcc 4.1 unreferenced pointer fixes.
7010 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7011 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7012 gst_buffer_ref() now takes a GstBuffer*.
7014 2006-03-20 Julien MOUTTE <julien@moutte.net>
7016 * sys/xvimage/xvimagesink.c:
7017 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7020 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
7022 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7023 (id3v1_type_find), (apetag_type_find), (plugin_init):
7024 Can't do tag preferences via probability, as tags would then
7025 lose against types that are recognised with MAXIMUM probability
7026 (like .wav); so let all tag typefinders return MAXIMUM themselves
7027 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7028 that we can prefer APE to ID3v1 (fixes #335028).
7030 2006-03-17 Wim Taymans <wim@fluendo.com>
7032 * gst-libs/gst/audio/gstbaseaudiosink.c:
7033 (gst_base_audio_sink_change_state):
7034 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7035 (gst_ring_buffer_may_start):
7036 * gst-libs/gst/audio/gstringbuffer.h:
7037 Only start playback if we are playing.
7040 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7042 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7043 * win32/common/config.h:
7044 Revert accidental commits to these files.
7046 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7048 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7050 * tests/Makefile.am:
7051 Don't try to build tests in tests/icles if we
7052 don't have X (#323852)
7054 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7056 * gst-libs/gst/tag/gstid3tag.c:
7057 Add TXXX frame identifiers for replaygain stuff as used
7058 by some taggers (see #323721).
7060 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7062 * gst/playback/gststreamselector.c:
7063 (gst_stream_selector_set_property),
7064 (gst_stream_selector_bufferalloc):
7065 Preserve the existing buggy streamselector behaviour by performing
7066 a fallback buffer allocation when downstream isn't linked yet.
7067 This should really be fixed in playbin by blocking pads until it's
7069 Also, use gst_pad_alloc_buffer instead of
7070 gst_pad_alloc_buffer_and_set.
7072 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7074 * gst-libs/gst/tag/gstid3tag.c:
7075 Don't crash on unknown ID3v2 TXXX frames.
7077 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7079 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7080 Chain up to the parent finalize method.
7081 Add 32-bit sample size to the template caps.
7083 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7084 (gst_riff_create_video_template_caps):
7085 Add the fourcc that the VMWare codec uses.
7087 * gst/playback/gststreamselector.c:
7088 (gst_stream_selector_set_property),
7089 (gst_stream_selector_bufferalloc),
7090 (gst_stream_selector_request_new_pad):
7091 For the active pad, forward buffer-alloc requests, otherwise
7092 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7093 having to memcpy every frame when used by playbin.
7095 * gst/tcp/gstmultifdsink.c:
7096 (gst_multi_fd_sink_handle_client_write):
7097 Get negotiated caps from the sink pad, rather than the sink
7100 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7102 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7104 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7105 Don't forget to set src->callbacks_pushed to FALSE again when
7106 popping them, otherwise re-activation in a different mode won't
7109 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7111 Patch by: Sebastien Moutte <sebastien moutte net>
7113 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7114 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7115 (gst_ffmpeg_smpfmt_to_caps):
7116 Replace __VA_ARGS__ caps creation macros with varargs functions.
7117 Makes things compile on MSVC (#320765), looks nicer, and we can
7118 tell the compiler to check for the NULL terminator.
7120 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7122 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7124 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7125 Make sure the buffer we copy into is really always big
7126 enough, this time for real (#333488).
7128 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7130 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7131 Add support for 24bpp DIB (#305279).
7133 2006-03-14 Wim Taymans <wim@fluendo.com>
7135 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7136 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7137 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7138 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7139 (gst_video_scale_init), (gst_video_scale_src_event):
7140 Re-enable QoS after the release.
7141 Rework videoscale to use the base class src_event handler.
7143 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7148 === release 0.10.5 ===
7150 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7153 releasing 0.10.5, "Net"
7155 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7157 * docs/plugins/Makefile.am:
7158 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7160 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7162 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7163 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7164 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7165 Add cdparanoiasrc to docs.
7167 * gst-libs/gst/cdda/gstcddabasesrc.c:
7168 More GstCddaBaseSrc docs.
7170 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7172 * docs/libs/gst-plugins-base-libs-sections.txt:
7173 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7174 * gst-libs/gst/tag/tag.h:
7175 API: libgsttag: new method gst_tag_from_id3_user_tag().
7177 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7179 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7180 NULL-terminate array of mpeg4 video file extensions.
7181 Fixes crash on PPC (#334226).
7183 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7185 * ext/gnomevfs/gstgnomevfssrc.c:
7186 (gst_gnome_vfs_src_check_get_range):
7187 gnome_vfs_uri_is_local() alone is not a good indicator
7188 whether we can operate in pull-mode with a specific URI,
7189 as it returns FALSE for file:// URIs that point to an
7190 NFS-mounted path. Be more conservative here: whitelist
7191 local files, blacklist http URIs and use the old
7192 mechanism for anything else (fixes #334216).
7194 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7199 === release 0.10.4 ===
7201 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7204 releasing 0.10.4, "Power"
7206 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7208 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7209 Disable max-lateness by setting it to -1 for now, so that
7210 we can bed QoS stuff in thoroughly between now and the next
7213 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7215 Patch by: Fabrizio Gennari
7217 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7218 Make sure we don't read beyond the palette buffer in case of
7219 broken or manipulated files (#333488)
7221 2006-03-10 Edward Hervey <edward@fluendo.com>
7223 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7224 Fix for variable not initialized.
7226 2006-03-09 Wim Taymans <wim@fluendo.com>
7228 * ext/libvisual/visual.c: (gst_visual_get_type),
7229 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7233 * ext/theora/gsttheoradec.h:
7234 * ext/theora/theoradec.c: (gst_theora_dec_init),
7235 (gst_theora_dec_reset), (_theora_granule_time),
7236 (theora_dec_src_convert), (theora_dec_sink_convert),
7237 (theora_dec_src_query), (theora_dec_src_event),
7238 (theora_dec_sink_event), (theora_handle_comment_packet),
7239 (theora_handle_header_packet), (theora_dec_push),
7240 (theora_handle_data_packet), (theora_dec_chain),
7241 (theora_dec_change_state):
7244 2006-03-09 Wim Taymans <wim@fluendo.com>
7246 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7247 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7250 2006-03-09 Wim Taymans <wim@fluendo.com>
7252 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7253 Don't try to activate NULL chains.
7255 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7257 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7258 Fix invalid memory access to region before peek'd data (#332964).
7260 2006-03-09 Wim Taymans <wim@fluendo.com>
7262 Patch by: Christophe Fergeau
7264 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7265 * ext/pango/gsttextrender.c: (gst_text_render_init):
7266 * gst/adder/gstadder.c: (gst_adder_init):
7267 Don't leak padtemplates, closes #333510.
7269 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7271 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7272 Fix invalid memory access: make sure string passed to
7273 regexec() is NUL-termianted.
7275 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7277 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7279 Refactor mpeg/audio typefinding to make it more maintainable
7280 and easier to fine-tune. Make probing into middle of the file
7281 work properly (fixes #333900, also see #152688).
7283 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7285 * gst/typefind/gsttypefindfunctions.c:
7286 (utf8_type_find_have_valid_utf8_at_offset):
7287 Remove part from previous commit that was bogus:
7288 g_utf8_validate() does in fact not accept embedded
7289 zeroes, so we don't need to check for those (thanks
7290 to Mike for the hint).
7292 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7294 * gst/typefind/gsttypefindfunctions.c:
7295 (utf8_type_find_count_embedded_zeroes),
7296 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7297 Make plain/text typefinder more conservative: firstly, check
7298 for embedded zeroes, which are perfectly valid UTF-8 characters,
7299 but also a fairly good sign that something is not a plain text
7300 file; secondly, probe into the middle of the file if possible.
7301 If we can't probe into the middle, limit the probability value
7302 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7304 2006-03-08 Michael Smith <msmith@fluendo.com>
7306 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7307 Make typefind function name for mpeg4 video unique.
7309 2006-03-08 Wim Taymans <wim@fluendo.com>
7311 * ext/libvisual/visual.c: (gst_visual_init),
7312 (gst_visual_clear_actors), (gst_visual_dispose),
7313 (gst_visual_reset), (gst_visual_src_setcaps),
7314 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7315 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7316 (gst_visual_chain), (gst_visual_change_state):
7317 Cleanups, post nice errors.
7318 Handle sink and src events.
7319 Implement simple QoS.
7321 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7322 Use new basesink methods to configure max-lateness.
7325 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7326 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7327 Debug statement cleanups.
7329 * gst/volume/gstvolume.c: (gst_volume_class_init):
7332 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7334 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7335 (gst_text_overlay_init), (gst_text_overlay_set_property),
7336 (gst_text_overlay_get_property):
7337 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7338 as string type properties, but mark them deprecated. Add
7339 'halignment' and 'valignment' properties that use enums
7342 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7344 Patch by: Fabrizio Gennari
7346 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7347 Allow palettes with less than 256 colours in AVI files
7350 2006-03-07 Julien MOUTTE <julien@moutte.net>
7352 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7353 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7354 pad. We were releasing the queued text buffer when we should keep
7355 it until video pad gets EOS or discard the text buffer because it's
7356 too old. That was eating the last subtitle buffer. Add some more
7359 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7361 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7362 (gst_text_overlay_video_chain):
7363 Fix invalid memory access (we can't access a buffer after it's been
7364 pushed downstream without taking a reference); fix memory leak (if
7365 there's no text to render, bail out before allocating stuff).
7367 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7369 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7370 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7371 * ext/pango/gsttextoverlay.h:
7372 If input is plain text, escape it before passing it to
7373 pango_layout_set_markup().
7375 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7377 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7378 Don't ignore flow return from gst_pad_push().
7380 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7382 Patch by: Fabrizio Gennari
7384 * ext/libvisual/visual.c: (gst_visual_getcaps),
7385 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7386 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7387 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7388 (gst_vorbisenc_convert_sink):
7389 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7390 (gst_audio_duration_from_pad_buffer):
7391 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7392 (gst_audio_filter_chain):
7393 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7394 (gst_base_rtp_depayload_setcaps):
7395 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7396 (gst_video_get_size):
7397 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7398 Don't leak references returned by gst_pad_get_parent()
7401 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7403 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7404 change location param details
7405 * gst/volume/gstvolume.c: (plugin_init):
7406 correct plugin description
7408 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7410 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7411 (gst_gnome_vfs_src_check_get_range):
7412 Override GstBaseSrc::check_get_range() in order to avoid opening
7413 the resource just to check whether we can operate in pull-mode or
7414 not - we can predict that pretty well from the URI alone. Should
7415 fix problems with last.fm (#331690). (Requires latest core CVS).
7417 2006-03-06 Wim Taymans <wim@fluendo.com>
7419 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7420 (gst_video_sink_class_init):
7421 Throw away frames that are later than 20 ms.
7423 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7425 Patch by: Fabrizio Gennari
7427 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7428 Set depth on WMA caps (#333545)
7430 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7432 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7433 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7434 put Theora BOS pages before others. This hardcodes
7435 the Ogg/Theora I profile, but hey.
7437 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7440 updated with some examples
7441 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7442 (granulepos_add), (theora_buffer_from_packet):
7443 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7444 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7445 (gst_vorbisenc_chain):
7446 implement strategy from ext/ogg/README
7447 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7448 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7449 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7450 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7451 Fix muxer so that oggz-validate is happy with all streams;
7452 except for no eos mark, and the BOS page ordering
7453 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7454 (check_buffer_granulepos):
7455 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7456 update tests to check for OFFSET being set as requested
7457 fixed type of granulepos, it's not a ClockTime
7459 2006-03-05 Julien MOUTTE <julien@moutte.net>
7461 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7462 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7463 Check that the xvimage we are creating has a correct size
7464 before returning it. (#314897)
7466 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7468 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7469 Give id3 and ape tag typefinders a rank slightly higher
7470 than PRIMARY to ensure they're always run before any of
7471 the other typefinders (in particular wav and mp3) (#324186).
7473 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7475 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7476 Add support for '3IVD' fourcc (#333403).
7478 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7481 Bump requirements to GStreamer CVS for the new error enum.
7483 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7484 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7485 space left on the device (fixes #333352).
7487 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7490 add a project file for libgstvolume
7491 update the workspace
7493 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7495 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7496 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7498 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7499 Set IN_CAPS on header buffers
7501 2006-03-02 Wim Taymans <wim@fluendo.com>
7503 * docs/plugins/Makefile.am:
7504 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7505 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7506 Add audioresample to docs.
7508 * gst/audioconvert/gstaudioconvert.c:
7511 * gst/audioresample/gstaudioresample.c:
7512 (gst_audioresample_base_init), (gst_audioresample_class_init),
7513 (gst_audioresample_init), (gst_audioresample_dispose),
7514 (audioresample_get_unit_size), (audioresample_transform_caps),
7515 (resample_set_state_from_caps), (audioresample_transform_size),
7516 (audioresample_set_caps), (audioresample_event),
7517 (audioresample_do_output), (audioresample_transform),
7518 (audioresample_pushthrough), (gst_audioresample_set_property),
7519 (gst_audioresample_get_property), (plugin_init):
7520 * gst/audioresample/gstaudioresample.h:
7522 Small code cleanups.
7524 2006-03-02 Wim Taymans <wim@fluendo.com>
7526 * docs/plugins/Makefile.am:
7527 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7528 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7529 Added videoscale to docs.
7531 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7532 (gst_video_rate_swap_prev), (gst_video_rate_event),
7533 (gst_video_rate_chain):
7536 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7537 (gst_video_scale_init), (gst_video_scale_prepare_size),
7538 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7539 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7540 * gst/videoscale/gstvideoscale.h:
7541 Added docs, examples.
7543 Post errors instead of g_warning.
7545 2006-03-02 Wim Taymans <wim@fluendo.com>
7547 * docs/libs/gst-plugins-base-libs-docs.sgml:
7548 * docs/libs/gst-plugins-base-libs-sections.txt:
7549 * docs/libs/gst-plugins-base-libs.types:
7550 * docs/plugins/Makefile.am:
7551 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7552 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7553 Added some more docs to libs and plugins.
7555 * gst-libs/gst/audio/gstringbuffer.c:
7556 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7557 * gst-libs/gst/audio/gstringbuffer.h:
7558 Document ringbuffer some more.
7560 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7561 (gst_video_rate_setcaps), (gst_video_rate_reset),
7562 (gst_video_rate_init), (gst_video_rate_flush_prev),
7563 (gst_video_rate_swap_prev), (gst_video_rate_event),
7564 (gst_video_rate_chain), (gst_video_rate_change_state):
7565 * gst/videorate/gstvideorate.h:
7566 Fix videorate to use segments.
7567 Make it work with 0/1 framerates (closes #331903)
7568 Handle EOS correctly.
7571 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7573 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7574 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7575 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7576 In state change function, first chain up to parent class,
7577 then handle downwards state change stuff. Remove some
7578 commented out cruft from 0.8 code.
7580 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7582 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7583 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7584 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7585 (gst_ogm_parse_chain):
7586 Don't remove/re-add source pad if the new caps are the same as
7587 the old caps anyway (#333042). When removing source pad, don't
7588 unref it afterwards - we didn't ref it when adding. Sprinkle some
7589 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7590 after using gst_pad_get_parent(). Return downstream flow return
7591 value in chain function.
7593 2006-03-02 Wim Taymans <wim@fluendo.com>
7595 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7596 * docs/plugins/gst-plugins-base-plugins.args:
7597 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7598 * docs/plugins/gst-plugins-base-plugins.interfaces:
7599 * docs/plugins/gst-plugins-base-plugins.signals:
7600 Fix hierarchy, added some more elements to the docs.
7602 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7603 (gst_ffmpegcsp_get_type):
7604 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7605 Fix docs for ffmpegcolorspace.
7607 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7609 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7610 (apetag_type_find), (ape_type_find), (plugin_init):
7611 Some typefinding fine-tuning:
7612 - rank ID3/APE tags in order of preference via probabilities, so that
7613 ID3v2 > APEv2 > APEv1 > ID3v1.
7614 - three or four bytes don't really justify MAXIMUM probability,
7615 change those to 'very likely' (musepack and monkeysaudio).
7617 2006-03-01 Wim Taymans <wim@fluendo.com>
7619 * docs/plugins/Makefile.am:
7620 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7621 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7622 * ext/alsa/gstalsamixer.c:
7623 * ext/alsa/gstalsamixer.h:
7624 * ext/alsa/gstalsamixerelement.c:
7625 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7626 * ext/alsa/gstalsamixerelement.h:
7627 * ext/alsa/gstalsasink.c:
7628 * ext/alsa/gstalsasink.h:
7629 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7631 * ext/alsa/gstalsasrc.h:
7633 Small code cleanups.
7635 2006-03-01 Wim Taymans <wim@fluendo.com>
7637 * ext/theora/Makefile.am:
7638 Dist new header too,
7640 2006-03-01 Wim Taymans <wim@fluendo.com>
7642 * docs/plugins/Makefile.am:
7643 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7644 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7645 * ext/gnomevfs/gstgnomevfssink.h:
7646 * ext/gnomevfs/gstgnomevfssrc.h:
7647 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7648 * ext/vorbis/vorbisdec.h:
7649 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7650 * ext/vorbis/vorbisenc.h:
7651 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7652 (vorbis_parse_chain), (vorbis_parse_change_state):
7653 * ext/vorbis/vorbisparse.h:
7654 * gst/audioconvert/gstaudioconvert.h:
7655 * gst/tcp/gsttcpserversink.h:
7656 * gst/videotestsrc/gstvideotestsrc.c:
7657 * gst/videotestsrc/gstvideotestsrc.h:
7658 * gst/volume/gstvolume.c:
7659 * gst/volume/gstvolume.h:
7661 Added docs for vorbisdec and vorbisparse.
7664 2006-03-01 Wim Taymans <wim@fluendo.com>
7666 * docs/plugins/Makefile.am:
7667 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7668 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7669 * ext/pango/gstclockoverlay.h:
7670 * ext/pango/gsttextoverlay.h:
7671 * ext/pango/gsttextrender.h:
7672 * ext/pango/gsttimeoverlay.h:
7673 * ext/theora/gsttheoradec.h:
7674 * ext/theora/gsttheoraenc.h:
7675 * ext/theora/theoradec.c:
7676 * ext/theora/theoraenc.c:
7677 * gst/audioconvert/gstaudioconvert.h:
7678 * gst/audiotestsrc/gstaudiotestsrc.h:
7679 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7680 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7681 * gst/tcp/gstmultifdsink.h:
7682 Updated/added documentation.
7684 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7685 (gst_text_overlay_halign_get_type),
7686 (gst_text_overlay_wrap_mode_get_type),
7687 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7688 (gst_text_overlay_init), (gst_text_overlay_set_property),
7689 (gst_text_overlay_get_property):
7690 Fix up properties to be enums instead of string to make bindings,
7691 introspection and automatic GUI creation possible.
7692 Add getters for the properties.
7694 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7696 * gst/audiotestsrc/gstaudiotestsrc.c:
7697 added defines of M_PI and M_PI_2
7698 * gst/ffmpegcolorspace/avcodec.h:
7699 removed #include "stdint.h" for win32 as _stdint.h is
7700 autogenerated to win32/common
7701 * win32/common/libgstaudio.def:
7702 * win32/common/libgsttag.def:
7705 some project files bugs corrected
7707 project files are reset to the default vs7 configuration
7708 (they link to msvcr71.dll using default optimizations)
7710 2006-02-28 Wim Taymans <wim@fluendo.com>
7712 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7715 2006-02-28 Edward Hervey <edward@fluendo.com>
7717 * ext/alsa/gstalsasrc.c:
7718 Set proper class on the ElementDetails:
7719 Source/Audio instead of Src/Audio/
7721 2006-02-28 Edward Hervey <edward@fluendo.com>
7723 * gst/videoscale/vs_scanline.c:
7724 (vs_scanline_resample_nearest_RGBA):
7725 Revert optimization in videoscale. It should go in liboil and have
7726 an appropriate liboil function.
7728 2006-02-28 Wim Taymans <wim@fluendo.com>
7730 * gst-libs/gst/audio/gstbaseaudiosink.c:
7731 (gst_base_audio_sink_provide_clock):
7732 Don't try to provide a clock in the NULL state.
7734 2006-02-28 Wim Taymans <wim@fluendo.com>
7736 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7737 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7738 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7739 (gst_ogg_demux_deactivate_current_chain),
7740 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7741 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7742 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7743 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7744 Use GstSegment infrastructure to remove duplicated code
7745 and handle more seek cases correctly.
7747 2006-02-28 Wim Taymans <wim@fluendo.com>
7749 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7750 (gst_ffmpegcsp_transform):
7751 Don't ignore return code from ffmpeg convert function.
7753 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7754 Split out some long statements to ease debugging.
7756 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7758 * ext/libvisual/visual.c: (gst_visual_init),
7759 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7760 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7761 being able to renegotiate the size. Instead, use the negotiation
7762 algorithm from the goom plugin to pick an initial output caps.
7764 Also, allow theoretical libvisual plugins that might support non-GL
7765 output even if they also do GL.
7767 2006-02-26 Julien MOUTTE <julien@moutte.net>
7769 * ext/libvisual/visual.c: (gst_visual_init),
7770 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7771 (plugin_init): Load only non GL plugins. Fix some memleaks and
7772 possible negotiation issues.
7774 2006-02-25 Julien MOUTTE <julien@moutte.net>
7776 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7778 2006-02-24 Michael Smith <msmith@fluendo.com>
7780 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7781 (cmml_type_find), (plugin_init):
7782 Fix CMML type find function to not require a specific minor version
7785 Add an MPEG4 video elementary stream typefind function.
7787 2006-02-04 Michael Smith <msmith@fluendo.com>
7789 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7790 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7791 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7792 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7793 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7794 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7795 Annodex support in ogg demuxer. Doesn't do very much without the
7796 other annodex patches (to come).
7798 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7800 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7802 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7803 Pick up palette for MS video v1 (#327028)
7805 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7807 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7808 (gst_ffmpegcsp_caps_remove_format_info),
7809 (gst_ffmpegcsp_get_unit_size):
7810 The 'palette_data' field from incoming RGB caps shouldn't be
7811 proxied on outgoing YUV caps; also, restrict unit size
7812 adjustment in case of paletted data only to the unit that
7813 actually has a palette. Fixes #330711.
7815 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7817 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7818 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7819 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7820 (gst_ffmpegcsp_get_unit_size):
7821 Plug some memory leaks.
7823 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7825 * sys/ximage/Makefile.am:
7826 * sys/xvimage/Makefile.am:
7827 Add some _CFLAGS and _LIBS that seem to be missing
7828 and/or required for Cygwin (see #317048).
7830 2006-02-22 Wim Taymans <wim@fluendo.com>
7832 * ext/alsa/gstalsasrc.c:
7833 Fix description as pointed out by caugier.
7835 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7837 Reviewed by : Edward Hervey <edward@fluendo.com>
7839 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7841 Better 3gp typefinding (#331526).
7843 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7845 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7846 Don't send EOS event here, the base class will send one for us.
7848 * gst/playback/gstplaybasebin.c: (prepare_output):
7849 Subpictures without video stream aren't allowed either.
7851 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7852 Fix debug statement copy'n'paste-o.
7854 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7856 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7857 Fix issues with mixer keeping state when muting/unmuting
7858 and when changing the volume whilst muted (see #331763
7861 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7863 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7864 (parse_subrip), (gst_sub_parse_format_autodetect):
7865 Set right caps given that we send escaped text. Also,
7866 honour <i></i>, <b></b> and <u></u> markers that can be found
7867 in .srt files (fixes #310202).
7869 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7871 * gst-libs/gst/audio/mixerutils.c:
7872 (element_factory_rank_compare_func):
7873 Make order in which elements are tried more determinable.
7875 2006-02-20 Julien MOUTTE <julien@moutte.net>
7877 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7878 (remove_element_chain), (cleanup_decodebin),
7879 (gst_decode_bin_change_state): Make decodebin reusable by
7880 fixing remove_element_chain first and then introduce a
7881 cleaner in state change to ->NULL. (Closes #331678)
7883 2006-02-19 Wim Taymans <wim@fluendo.com>
7885 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7886 use 0666 mask when creating files so umask gets applied
7887 correctly. Fixes #331295.
7889 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7891 * gst/subparse/Makefile.am:
7892 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7893 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7894 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7895 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7896 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7897 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7898 * gst/subparse/gstssaparse.h:
7899 * gst/subparse/gstsubparse.c: (plugin_init):
7900 Add very basic parser for SSA subtitle streams (as often
7901 found in matroska files).
7903 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7905 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7906 That should be text/x-pango-markup, not text/x-pango-layout.
7908 2006-02-19 Julien MOUTTE <julien@moutte.net>
7910 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7913 2006-02-19 Julien MOUTTE <julien@moutte.net>
7915 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7916 (gst_text_overlay_finalize), (gst_text_overlay_init),
7917 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7918 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7919 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7920 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7921 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7922 Fix state change deadlock.
7924 2006-02-19 Julien MOUTTE <julien@moutte.net>
7926 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7927 (gst_text_overlay_finalize), (gst_text_overlay_init),
7928 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7929 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7930 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7931 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7932 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7933 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7934 and subtitles files.
7936 2006-02-19 Julien MOUTTE <julien@moutte.net>
7938 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7939 should be considered as raw.
7941 2006-02-19 Julien MOUTTE <julien@moutte.net>
7943 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7945 * gst/playback/gststreaminfo.h: Introduce language informations.
7947 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7949 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7950 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7951 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7952 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7953 Set shared memory segments to be deleted as soon as we have attached,
7954 that way they get cleaned up automatically if we crash.
7956 2006-02-18 Julien MOUTTE <julien@moutte.net>
7958 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7959 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7960 functions are called with lock held.
7962 2006-02-18 Julien MOUTTE <julien@moutte.net>
7964 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7965 (gst_text_overlay_finalize), (gst_text_overlay_init),
7966 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7967 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7968 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7969 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7970 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7971 (gst_text_overlay_change_state): Refactoring of textoverlay
7972 without collectpads. This now supports sparse subtitles coming
7973 from a demuxer instead of a sub file. Seeking is still broken
7974 though. Need to discuss with wtay some more on how to handle
7976 * ext/pango/gsttextoverlay.h:
7977 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7978 subtitles coming from the demuxer.
7980 2006-02-17 Wim Taymans <wim@fluendo.com>
7982 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7983 (gst_vorbisenc_convert_sink):
7984 Use some more scaling functions.
7986 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7988 * ext/cdparanoia/gstcdparanoiasrc.c:
7989 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7990 (gst_cd_paranoia_paranoia_callback),
7991 (gst_cd_paranoia_src_signal_is_being_watched),
7992 (gst_cd_paranoia_src_read_sector):
7993 * ext/cdparanoia/gstcdparanoiasrc.h:
7994 Add back 'transport-error' and 'uncorrected-error' signals and
7995 make them actually be fired when bad stuff happens (#319340).
7997 2006-02-17 Wim Taymans <wim@fluendo.com>
7999 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8000 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8001 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8002 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8003 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8004 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8005 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8006 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8007 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8008 (gst_ring_buffer_clear):
8010 Added some G_LIKELY.
8012 2006-02-17 Wim Taymans <wim@fluendo.com>
8014 * gst-libs/gst/audio/TODO:
8017 * gst-libs/gst/audio/gstbaseaudiosink.c:
8018 (gst_base_audio_sink_get_offset):
8019 When trying to play samples ASAP and we don't have a
8020 previous sample, try to play at position 0 instead of
8021 an invalid position.
8023 2006-02-17 Wim Taymans <wim@fluendo.com>
8025 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8026 (gst_alsasink_reset):
8027 Also release lock when we get an error in _reset();
8028 fix an error message.
8030 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8032 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8033 (gst_alsasink_init), (get_channel_free_structure),
8034 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8035 (gst_alsasink_close):
8036 * ext/alsa/gstalsasink.h:
8037 Add support for more than 2 channels (#326720).
8039 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8041 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8042 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8043 with 4 or 6 channels, assume a default channel layout to make things
8044 work (not sure there's anything else we can do in those cases).
8046 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8048 * gst-libs/gst/audio/multichannel.c:
8051 * gst-libs/gst/riff/Makefile.am:
8052 * gst-libs/gst/riff/riff-ids.h:
8053 * gst-libs/gst/riff/riff-media.c:
8054 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8055 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8056 channels and a channel layout map.
8058 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8060 Reviewed by Edward Hervey <edward@fluendo.com>
8062 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8063 C-level optimization of the RGBA nearest neighbour function.
8064 Eventually this might end up in liboil with vectorized versions.
8066 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8068 * gst-libs/gst/audio/multichannel.c:
8069 (gst_audio_get_channel_positions):
8070 When we have more than 2 channels, but no channel layout is
8071 specified in the caps, return some default channel layout
8072 to the caller and warn about about a possibly buggy element
8073 (could be buggy filtercaps as well of course) (#317038).
8075 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8077 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8078 Add gst-libs/gst/cdda to list of lib search paths.
8080 2006-02-15 Andy Wingo <wingo@pobox.com>
8082 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8083 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8084 to the Lord Jesus that I do not have to touch the ogg muxer ever
8087 2006-02-15 Edward Hervey <edward@fluendo.com>
8089 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8090 quicktime movie files can also contain 'uuid' atoms.
8092 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8094 * gst/audioconvert/plugin.c: (plugin_init):
8095 Register the GstAudioChannelPosition enum type with the type
8096 system in the plugin_init function, so that it is known before
8097 any element actually makes use of multi-channel stuff. This is
8098 required for example if one wants to be able to deserialise/use
8099 a caps string with channel positions before any pipeline has
8100 been setup and started, like with gst-launch.
8102 2006-02-14 Wim Taymans <wim@fluendo.com>
8104 * gst-libs/gst/audio/gstringbuffer.c:
8105 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8106 (gst_ring_buffer_samples_done), (wait_segment),
8107 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8108 Add some compiler G_(UN_)LIKELY help.
8109 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8110 make sure they can exit their functions. Should fix #330748
8112 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8117 * win32/common/_stdint.h:
8118 Windows does not have long long; copy the generated _stdint.h
8119 * win32/common/interfaces-enumtypes.c:
8120 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8121 (gst_mixer_track_flags_get_type),
8122 (gst_tuner_channel_flags_get_type):
8123 * win32/common/multichannel-enumtypes.c:
8124 (gst_audio_channel_position_get_type):
8127 2006-02-13 Wim Taymans <wim@fluendo.com>
8129 * gst-libs/gst/audio/gstbaseaudiosink.c:
8130 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8131 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8132 Always sync on first sample we receive when starting.
8134 2006-02-13 Wim Taymans <wim@fluendo.com>
8136 * gst/playback/gstplaybin.c: (gen_vis_element):
8137 Update vis bin docs.
8138 Move queue after tee so we don't queue video buffers but
8139 audio samples instead. Fixes problems where the video queue
8140 is filled and the audio queue empty.
8142 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8144 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8145 No need to push an EOS event here, GstBaseSrc will do that for us
8146 when we return FLOW_UNEXPECTED.
8148 2006-02-12 Wim Taymans <wim@fluendo.com>
8150 * gst-libs/gst/audio/gstbaseaudiosink.c:
8151 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8152 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8153 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8154 Use scale functions when possible.
8156 Free clockid when after waiting for EOS.
8157 Use G_(UN_)LIKLY when it makes sense.
8158 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8160 2006-02-12 Edward Hervey <edward@fluendo.com>
8162 * gst/playback/gstplaybasebin.c: (prepare_output):
8163 Remove stray semi-colon (fixes #330888).
8165 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8167 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8169 Fix up the XShm call testing so that we catch errors, and don't
8170 cause new ones by attempting to detach from a segment we failed
8171 to attach to. Fixes #312439.
8173 2006-02-10 Edward Hervey <edward@fluendo.com>
8175 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8176 Added flv file typefind (video/x-flv).
8178 2006-02-10 Edward Hervey <edward@fluendo.com>
8180 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8181 (gst_riff_create_video_template_caps):
8182 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8183 Also added the caps to the default set of riff video caps.
8185 2006-02-09 Andy Wingo <wingo@pobox.com>
8187 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8188 time and the end time of the last packet in the page.
8189 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8190 on the pages in our queue, set the duration as well. Reflow a
8192 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8193 Fixes bad muxing order.
8195 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8197 * gst-libs/gst/rtp/gstbasertppayload.c:
8198 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8199 update seqnum before setting it on the packet; this makes sure
8200 that the timestamp and seqnum properties match after pushing
8203 2006-02-09 Andy Wingo <wingo@pobox.com>
8205 * gst-libs/gst/audio/gstringbuffer.c
8206 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8207 overflow after 13.5 hours of recording. Kapow!
8209 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8210 the buffer size -- we don't care about underrun/overrun reporting
8211 right now, just need to return a useful value.
8213 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8218 === release 0.10.3 ===
8220 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8223 releasing 0.10.3, "Under Pressure"
8225 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8228 Drat. Bump libtool version number for new API.
8229 Prelease 0.10.2.3 (of 0.10.3)
8231 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8234 * win32/common/config.h:
8235 0.10.2.2 prerelease (of 0.10.3).
8237 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8239 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8240 Revert Andy's newsegment change pending a more correct
8243 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8245 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8246 (qt_type_find), (plugin_init):
8247 detect more files as 3gp
8248 group and reorder the iso file formats
8250 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8252 * ext/vorbis/vorbis.c: (plugin_init):
8253 Register musicbrainz tags, so apps don't have to.
8255 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8257 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8258 (gst_tag_to_vorbis_tag):
8259 Make sure we called gst_tag_register_musicbrainz_tags()
8260 before possibly mapping a vorbiscomment string from/to a
8263 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8265 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8266 In case we can't find the required number of consecutive
8267 mpeg audio frames to positively identify an MPEG audio
8268 stream, check if there's at least a valid mpeg audio
8269 frame right at offset 0 and if so suggest mpeg/audio
8270 caps with a very low probability (#153004).
8272 2006-02-07 Andy Wingo <wingo@pobox.com>
8274 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8275 a TIME segment if we get timestamped buffers. Requires recent
8276 fixes in core to work properly.
8278 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8280 * gst/playback/gstplaybasebin.c: (prepare_output):
8281 Don't print the URI as part of the error message, it
8282 makes error dialogs look rather ugly, especially if
8283 the URI is very long or has characters in it that
8286 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8288 * gst/playback/gstplaybasebin.c: (prepare_output):
8289 Error out if we have only text or subtitles, but nothing
8290 else. Also error out if we have subtitles but no video
8293 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8295 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8296 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8297 Post an error message on the bus when we encounter an
8298 error, which will hopefully be more meaningful than the
8299 'Internal Flow Error' message users get to see if we
8300 just return GST_FLOW_ERROR.
8302 2006-02-07 Andy Wingo <wingo@pobox.com>
8304 * configure.ac (GST_MAJORMINOR): Update core version req to
8305 0.10.2.2, for the collectpads API addition (#330244).
8307 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8309 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8310 Return FALSE from plugin_init() when GnomeVFS can't
8311 be initialised for some reason (#328423).
8313 2006-02-06 Julien MOUTTE <julien@moutte.net>
8315 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8316 Stick to seeking theory until i find the bug.
8317 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8319 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8321 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8322 (theora_enc_finalize), (theora_enc_sink_setcaps),
8323 (theora_set_header_on_caps), (theora_enc_chain),
8324 (theora_enc_change_state):
8325 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8326 Make theoraenc and the tests leak free. Like, really.
8328 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8330 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8331 (theora_enc_finalize), (theora_enc_sink_setcaps):
8332 Add a finalize method to ensure we clean up state even if
8333 someone omitted the state change back to NULL.
8335 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8336 (gst_vorbisenc_chain):
8337 Free some more leaked bits.
8339 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8341 Wait for state changes to happen if they're ASYNC.
8343 This ought to teach those fancy pants buildbots a lesson.
8345 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8347 * gst-libs/gst/tag/gstid3tag.c:
8348 Add mapping for ID3 International Standard Recording Code
8351 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8353 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8354 Don't leak tag names.
8356 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8358 * docs/libs/gst-plugins-base-libs-docs.sgml:
8359 * docs/libs/gst-plugins-base-libs-sections.txt:
8360 * gst-libs/gst/tag/gstid3tag.c:
8361 * gst-libs/gst/tag/gstvorbistag.c:
8362 * gst-libs/gst/tag/tags.c:
8363 Split libgsttag docs into multiple sections.
8365 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8367 * docs/libs/Makefile.am:
8368 * docs/libs/gst-plugins-base-libs-docs.sgml:
8369 * docs/libs/gst-plugins-base-libs-sections.txt:
8370 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8371 * gst-libs/gst/tag/gstvorbistag.c:
8372 * gst-libs/gst/tag/tag.h:
8373 * gst-libs/gst/tag/tags.c:
8374 Add libgsttag to the docs.
8376 2006-02-05 Julien MOUTTE <julien@moutte.net>
8378 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8379 (gst_text_overlay_init), (gst_text_overlay_src_event),
8380 (gst_text_overlay_collected): Fix clockoverlay.
8382 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8384 * docs/libs/compiling.sgml:
8385 Fix typo: it's pkg-config, not pkg-gconfig
8387 * docs/libs/gst-plugins-base-libs-docs.sgml:
8388 * docs/libs/gst-plugins-base-libs-sections.txt:
8389 * docs/libs/tmpl/gstgconf.sgml:
8390 There is no libgstgconf in 0.10, remove it
8393 2006-02-05 Julien MOUTTE <julien@moutte.net>
8395 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8396 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8397 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8398 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8399 (gst_sub_parse_class_init), (gst_sub_parse_init),
8400 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8401 (parse_mpsub), (parser_state_init), (handle_buffer),
8402 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8403 * gst/subparse/gstsubparse.h: Introduce seeking code.
8405 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8407 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8408 Add comment about LANGUAGE tag inconsistency (we want
8409 ISO-639-1, but extract three-letter identifiers?)
8412 Add two translatable files.
8414 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8416 * gst-libs/gst/tag/Makefile.am:
8417 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8418 * gst-libs/gst/tag/tag.h:
8419 * gst-libs/gst/tag/tags.c:
8420 (gst_tag_register_musicbrainz_tags_internal),
8421 (gst_tag_register_musicbrainz_tags):
8422 Forward-port some tags stuff from the 0.8 branch. This is
8423 mostly the addition of musicbrainz tags and their mapping
8424 to vorbistags, and a vorbistag mapping of the language tag.
8426 2006-02-05 Julien MOUTTE <julien@moutte.net>
8428 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8431 2006-02-04 David Schleef <ds@schleef.org>
8433 * ext/ogg/gstoggmux.c:
8434 * gst/typefind/gsttypefindfunctions.c:
8435 Add Dirac typefinding and add dirac format to oggmux.
8437 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8439 * gst/playback/gstdecodebin.c: (try_to_link_1):
8440 Don't put essential function call into
8441 g_return_*() macro, otherwise it'll all be
8442 replaced by NOOPs when compiling with
8443 G_DISABLE_CHECKS defined.
8445 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8447 * ext/ogg/gstoggdemux.c:
8448 * ext/ogg/gstoggparse.c:
8449 * gst/tcp/gsttcpserversink.c:
8450 * sys/v4l/v4lsrc_calls.c:
8451 * sys/v4l/v4lsrc_calls.h:
8452 Just make it compile with --disable-gst-debug.
8454 2006-02-03 Wim Taymans <wim@fluendo.com>
8456 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8457 (gst_alsasink_class_init), (gst_alsasink_init),
8458 (gst_alsasink_write), (gst_alsasink_reset):
8459 * ext/alsa/gstalsasink.h:
8460 Add lock to protect alsa calls.
8461 Implement reset to flush samples ASAP, does not work
8464 2006-02-02 Wim Taymans <wim@fluendo.com>
8466 * gst-libs/gst/audio/gstbaseaudiosink.c:
8467 (gst_base_audio_sink_provide_clock):
8468 Ugh.. getting late I guess...
8470 2006-02-02 Wim Taymans <wim@fluendo.com>
8472 * gst-libs/gst/audio/gstbaseaudiosink.c:
8473 (gst_base_audio_sink_provide_clock),
8474 (gst_base_audio_sink_set_property),
8475 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8476 Don't try to provide a clock when we are not negotiated since
8477 we might not be able to make it run.
8479 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8481 * gst/playback/gstdecodebin.c: (try_to_link_1):
8482 Unlinking two source pads is ... hard.
8484 2006-02-02 Wim Taymans <wim@fluendo.com>
8486 * gst-libs/gst/audio/TODO:
8489 * gst-libs/gst/audio/gstbaseaudiosink.c:
8490 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8491 On EOS, wait till the last sample is played before posting EOS.
8493 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8495 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8496 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8497 setting queue_delay to zero. Also avoid thread being started if
8498 queue_delay is zero.
8500 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8502 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8503 Make test work again by connecting fakesinks to each decoded pad,
8504 which makes the pipeline wait until each fakesink has a buffer
8505 queued before going to PAUSED state. At that point we know the
8506 decodebin pads are negotiated.
8508 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8510 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8511 (gst_cdda_base_src_handle_event):
8512 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8513 Pass unhandled queries to the parent class's query function.
8515 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8517 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8518 (gst_ogg_pad_src_query):
8519 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8520 * ext/theora/theoradec.c: (theora_dec_src_query),
8521 (theora_dec_sink_query):
8522 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8523 (vorbis_dec_sink_query):
8524 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8525 (gst_vorbisenc_sink_query):
8526 * gst/adder/gstadder.c: (gst_adder_query):
8527 Pass unhandled queries upstream instead of just
8528 dropping them (#326447). Also, fix supported
8529 query types list for some elements.
8531 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8533 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8534 (paris_type_find), (ilbc_type_find), (plugin_init):
8535 Fix typefinding for audio/x-au, audio/x-paris and
8536 audio/iLBC-sh. We cannot use the START_WITH macros
8537 here, because there can only be one typefind factory
8538 with the same name (caps), so the second one would
8539 replace the first one and the first one would never
8540 be called when doing typefinding (see #161712).
8543 2006-01-31 Wim Taymans <wim@fluendo.com>
8545 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8546 (vorbis_handle_header_packet), (vorbis_dec_push),
8547 (vorbis_handle_data_packet):
8548 Use scale_int when we can, add some more scaling.
8549 Check packettype before parsing it.
8551 2006-01-31 Wim Taymans <wim@fluendo.com>
8553 * ext/theora/theoradec.c: (_theora_granule_time),
8554 (theora_dec_src_convert), (theora_dec_sink_convert):
8555 Call right _scale functions.
8556 Use parameter instead of some other random value.
8558 2006-01-31 Wim Taymans <wim@fluendo.com>
8560 * ext/theora/theoradec.c: (_theora_granule_frame),
8561 (_theora_granule_time), (_inc_granulepos),
8562 (theora_dec_src_convert), (theora_dec_sink_convert),
8563 (theora_handle_type_packet), (theora_handle_data_packet),
8565 Use higher precision timestamps calculation.
8566 Convert some other conversions to _scale.
8568 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8570 * gst/audiotestsrc/gstaudiotestsrc.c:
8571 (gst_audio_test_src_create_sine_table), (plugin_init):
8572 * gst/volume/gstvolume.c: (plugin_init):
8573 initialize gst_controller before using
8575 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8577 * tests/check/pipelines/theoraenc.c:
8578 * tests/check/pipelines/vorbisenc.c:
8579 Define constant using G_GINT64_CONSTANT to avoid errors when
8580 passing it around - otherwise it gets truncated to 32 bits.
8582 Fixes failing tests.
8584 2006-01-31 Andy Wingo <wingo@pobox.com>
8586 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8587 caps being set doesn't have a framerate value. Basically a stopgap
8590 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8591 technically correct enough to put into core though.
8592 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8593 DURATION. Fixes theoraenc ! oggmux.
8595 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8596 fraction, not double.
8598 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8601 add vs7 project files created by Sergey Scobich
8603 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8606 add vs8 project files created by Sergey Scobich
8608 2006-01-30 Andy Wingo <wingo@pobox.com>
8610 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8611 timestamp + duration, not just timestamp -- ogg pages should be
8612 ordered by stop time. Necessary fix given the change in vorbis
8615 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8616 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8617 (granulepos_add): New function, handles the messiness of adjusting
8619 (theora_buffer_from_packet):
8621 (theora_enc_sink_event): Use granulepos_add, not +.
8623 * tests/check/pipelines/theoraenc.c
8624 (check_buffer_granulepos_from_starttime): Just check the frame
8625 count, not the actual granulepos -- we can't dictate to the
8626 encoder when it should be placing keyframes.
8628 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8630 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8631 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8632 play an http:// stream from a server that's not serving
8634 2006-01-30 Andy Wingo <wingo@pobox.com>
8636 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8637 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8638 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8641 * ext/theora/gsttheoraenc.h:
8642 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8643 although theoraenc was timestamping correctly. Added handling of
8644 streams that start with nonzero timestamps.
8646 * tests/check/Makefile.am:
8647 * tests/check/pipelines/theoraenc.c: New file, basically does same
8650 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8652 2006-01-30 Wim Taymans <wim@fluendo.com>
8654 * gst-libs/gst/audio/gstaudiosink.c:
8655 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8656 (gst_audioringbuffer_pause):
8657 Implement pause that does not wait for completion.
8659 * gst-libs/gst/audio/gstbaseaudiosink.c:
8660 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8661 Don't drop buffers when going to PAUSED but perform preroll on
8662 remaining samples now that core base class supports this.
8664 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8665 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8666 (gst_ring_buffer_commit):
8667 Pause should not signal waiters.
8668 Implement return value of _commit correctly.
8670 2006-01-30 Andy Wingo <wingo@pobox.com>
8672 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8674 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8675 updated to timestamp from the first sample, not the last.
8676 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8677 special care of granulepos and timestamp for header packets.
8678 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8679 when the first buffer has a nonzero timestamp.
8681 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8682 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8683 case when the first audio buffer we get has a nonzero timestamp.
8684 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8685 properly timestamp vorbis buffers with the time of the first
8686 sample, not the last.
8688 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8689 vorbis_granule_time_copy -- now it takes the granule/subgranule
8690 offset into account.
8692 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8693 timestamps, durations, and granulepos on buffers produced by
8696 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8698 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8699 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8700 Patch from Eric Jonas to support conversions to/from UYVY
8703 2006-01-30 Julien MOUTTE <julien@moutte.net>
8705 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8706 (setup_subtitle), (setup_source), (set_active_source):
8707 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8708 (gen_text_element), (gen_audio_element), (gen_vis_element),
8709 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8711 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8713 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8714 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8715 use gst_guint64_to_gdouble to be compliant with vs6
8716 * gst/playback/gstdecodebin.c: (try_to_link_1)
8717 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8718 use G_GINT64_CONSTANT for int64 constants
8719 * win32/common/libgstinterfaces.def:
8720 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8722 update and add new project files
8724 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8728 * win32/common/interfaces-enumtypes.c:
8729 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8730 (gst_mixer_track_flags_get_type),
8731 (gst_tuner_channel_flags_get_type):
8732 * win32/common/interfaces-enumtypes.h:
8733 * win32/common/multichannel-enumtypes.c:
8734 (gst_audio_channel_position_get_type):
8735 * win32/common/multichannel-enumtypes.h:
8736 add a win32-update rule like in core, and copy over enumtypes files
8738 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8741 * win32/common/config.h:
8742 * win32/common/config.h.in:
8743 add config files just like in core
8745 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8747 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8748 Make gcc-4.1 happy (part of #327357).
8750 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8752 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8753 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8754 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8755 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8756 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8757 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8758 Update all error messages. All of them should either use
8759 the default translated message, or actually provide a
8760 translatable string.
8761 Make the string for channel count problems meaningful.
8763 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8765 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8766 check for and throw RESOURCE_BUSY
8768 2006-01-27 David Schleef <ds@schleef.org>
8770 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8771 checked in this change -- it requires liboil features not
8772 in 0.3.6. Revert parts.
8774 2006-01-27 David Schleef <ds@schleef.org>
8777 * configure.ac: update liboil requirement to 0.3.6
8778 * gst/videoscale/Makefile.am:
8779 * gst/videoscale/vs_scanline.c: liboilify
8781 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8783 * ext/libvisual/visual.c: (get_buffer):
8784 When pad_alloc returns a GstFlowReturn other
8785 than GST_FLOW_OK, make sure it is passed upstream.
8787 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8789 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8790 (gst_alsasink_class_init):
8791 Free the device name string.
8793 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8794 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8795 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8796 Don't remove a pad from the collectpads structure until it
8797 is released - it's a request pad, and may receive data again
8798 if the element gets moved back to PLAYING state.
8800 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8801 Ensure we turn on double buffering on the Xv port, and
8802 set the colour key to something dark and mysterious that
8805 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8807 * ext/alsa/gstalsaplugin.c: (plugin_init):
8808 * ext/cdparanoia/gstcdparanoiasrc.c:
8809 (gst_cd_paranoia_src_base_init), (plugin_init):
8810 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8811 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8812 - a library should not call setlocale. see "Libraries" node in
8814 - make sure all plugins that use translation do bindtextdomain
8815 to point to the localedir
8816 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8817 (setup_sinks), (plugin_init):
8818 all this, and check for NULL when creating sinks
8820 2006-01-27 Julien MOUTTE <julien@moutte.net>
8822 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8823 (plugin_init): Make typefinding of subtitles work again.
8825 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8827 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8828 (mp3_type_frame_length_from_header), (mp3_type_find),
8829 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8831 Backport a bunch of typefinding fixes from the 0.8 branch.
8832 Also, improve wavpack typefinding: if we can't peek the
8833 entire wavpack block, try to parse the bits we can get and
8834 see if we find what we're looking for in those.
8836 2006-01-26 Julien MOUTTE <julien@moutte.net>
8838 * sys/ximage/ximagesink.c:
8839 (gst_ximagesink_calculate_pixel_aspect_ratio):
8840 * sys/xvimage/xvimagesink.c:
8841 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8842 more cases of pixel aspect ratio.
8844 2006-01-26 Edward Hervey <edward@fluendo.com>
8846 * gst/playback/gstdecodebin.c: (pad_probe):
8847 Also consider the flush-start and tag events as unblockers
8850 2006-01-26 Julien MOUTTE <julien@moutte.net>
8852 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8853 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8854 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8855 On the fly visualisation switch, works disabling, enabling as
8856 well but it won't be able to enable vis in a playbin that was
8857 created with no visualisation.
8859 2006-01-25 Wim Taymans <wim@fluendo.com>
8861 * gst-libs/gst/audio/gstbaseaudiosink.c:
8862 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8863 Undo previous commit that returned WRONG_STATE sooner, it breaks
8866 2006-01-25 Wim Taymans <wim@fluendo.com>
8868 * gst-libs/gst/audio/gstbaseaudiosink.c:
8869 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8870 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8872 Post error when caps cannot be parsed.
8873 Resync on discontinuity in the stream.
8874 Clip samples to segment boundaries.
8875 return WRONG_STATE sooner when we are flushing.
8877 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8878 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8879 Make audiosrc operate in TIME.
8880 Set TIMESTAMP and DURATION on buffers.
8882 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8884 * tests/examples/seek/seek.c: (main):
8885 Output tag messages as well.
8887 2006-01-23 Edward Hervey <edward@fluendo.com>
8889 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8890 (free_pad_probes), (remove_fakesink), (pad_probe),
8891 (close_pad_link), (gst_decode_bin_change_state):
8892 Replace GstPadBlockCallback with pad probes that detect
8893 first buffer AND eos before removing fakesink.
8894 Fixes hang with demuxers doing EOS while pre-rolling.
8897 2006-01-23 Andy Wingo <wingo@pobox.com>
8899 * ext/alsa/gstalsasink.c:
8900 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8901 (gst_base_rtp_depayload_setcaps),
8902 (gst_base_rtp_depayload_add_to_queue),
8903 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8905 Patch by: Jens Granseuer <jensgr at gmx dot net>
8907 2006-01-22 Julien MOUTTE <julien@moutte.net>
8909 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8910 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8911 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8912 frames. We might get a frame destroyed after changing state to
8913 NULL, adding a safety check on xcontext.
8915 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8917 * gst-libs/gst/interfaces/xoverlay.c:
8918 Fix prepare-xwindow-id code example in the docs - we need to
8919 ignore all messages that aren't element messages as well.
8921 2006-01-21 Julien MOUTTE <julien@moutte.net>
8923 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8924 I think one day i'll completely undestand how caps negotiation
8925 is supposed to work. This refactoring handles buffer_alloc
8926 called with caps we can't handle. We definitely don't want a
8927 set_caps with those caps, so we define and allocate a buffer
8928 we would like to receive.
8930 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8932 * gst/playback/gstplaybasebin.c: (setup_source):
8933 Free iterator when done.
8935 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8937 * gst-libs/gst/audio/gstbaseaudiosink.c:
8938 (gst_base_audio_sink_render):
8939 Fix playback of non-synchronised streams by assuming a rate
8940 of 1.0 instead of a random one.
8942 Makes this work again:
8944 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8945 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8946 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8947 audioresample ! alsasink
8949 === release 0.10.2 ===
8951 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8954 releasing 0.10.2, "Then the devil is six"
8956 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8958 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8959 * gst/playback/gststreamselector.c:
8960 (gst_stream_selector_set_property):
8961 Comment out broken code that connects to the state-changed signal.
8962 At this point, changing current stream selection is broken, but
8963 stuff like gst-launch playbin current-audio=1 works and filters
8964 to the chosen stream.
8966 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8968 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8969 Fix #327216 (null dereference in vorbisdec)
8971 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8973 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8974 Post taglist actually on bus instead of just freeing it
8975 (fixes #327114 and totem bug #327080).
8977 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8978 Use gst_element_found_tags_for_pad(), so that the tags
8979 are sent downstream as an event as well.
8981 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8983 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8984 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8985 (gst_ximagesink_buffer_alloc):
8986 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8987 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8988 (gst_xvimagesink_buffer_alloc):
8989 move all regularly occurring messages to GST_LOG level
8990 add some more object logs
8992 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8994 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8995 fix a silly segfault
8997 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8999 * docs/libs/gst-plugins-base-libs-docs.sgml:
9000 * docs/libs/gst-plugins-base-libs-sections.txt:
9001 * gst-libs/gst/audio/mixerutils.c:
9002 * gst-libs/gst/audio/mixerutils.h:
9003 Add docs for mixerutils stuff.
9005 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
9007 * gst/playback/gstplaybasebin.c: (setup_source):
9008 Fix playback for sources that emit raw audio or
9009 raw video streams (e.g.: cd audio sources) (#325984).
9011 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
9013 * gst-libs/gst/audio/mixerutils.c:
9014 (gst_audio_mixer_filter_do_filter):
9015 actually save the element we create
9017 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
9019 * gst-libs/gst/cdda/gstcddabasesrc.c:
9020 (gst_cdda_base_src_handle_track_seek):
9021 No need to post a tag message on the bus when seeking
9022 within the same track, only post it when the current
9025 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9027 * gst/playback/gstplaybasebin.c: (group_destroy),
9028 (probe_triggered), (new_decoded_pad), (mute_group_type),
9029 (set_active_source):
9030 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9031 * gst/playback/gststreamselector.c:
9032 (gst_stream_selector_base_init),
9033 (gst_stream_selector_set_property),
9034 (gst_stream_selector_request_new_pad):
9035 Reenable stream selection. These mechanisms need a complete overhaul
9036 in the face of 0.8->0.10 changes though.
9038 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9040 * ext/ogg/gstoggdemux.c:
9041 Change the pad template to src_%d to match the pads that
9042 are created from it. decodebin needs this information in order
9043 to decide that oggdemux is capable of producing multiple pads
9044 (and hence needs queues inserted).
9046 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9047 (gst_ogg_mux_collected):
9048 Make debug output more useful by using GST_PTR_FORMAT.
9050 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9052 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9054 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9055 Set depth and width for alaw/mulaw (fixes #326601).
9057 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9059 * tests/icles/Makefile.am:
9060 don't build the tests if we don't have the libs
9062 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9064 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9065 (gst_cd_paranoia_paranoia_callback):
9066 Don't try to free NULL pointers.
9068 2006-01-10 Edward Hervey <edward@fluendo.com>
9070 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9071 (gst_audio_rate_change_state), (plugin_init):
9072 Add debugging category.
9074 Add case for incoming buffers without valid offset/offset_end.
9076 2006-01-10 Michael Smith <msmith@fluendo.com>
9078 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9079 Don't leak GCond in audio sources.
9081 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9083 * gst/playback/gstplaybin.c: (gen_audio_element):
9084 Don't leak an autoaudiosink/alsasink when we generate
9085 a new audio element. (old code, I guess)
9087 2006-01-10 Michael Smith <msmith@fluendo.com>
9089 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9090 Support float audio in audiorate.
9091 Use width rather than depth for selecting sample width.
9093 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9095 * gst/videotestsrc/videotestsrc.h:
9096 Use GLib types here (that way we don't have to include the
9097 generated _stdint.h header, which makes life easier for win32
9098 folks that don't use autotools for the build) (#325990, patch
9099 by: Sergey Scobich).
9101 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9103 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9104 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9105 (gst_ring_buffer_pause), (wait_segment):
9106 * gst-libs/gst/audio/gstringbuffer.h:
9107 Name (private) union, makes Forte compiler happy (this time
9108 for real) (#324900).
9110 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9112 * gst-libs/gst/audio/Makefile.am:
9113 Link against libgstinterfaces, needed for mixer
9114 and property probe stuff.
9116 2006-01-09 Edward Hervey <edward@fluendo.com>
9118 * gst-libs/gst/Makefile.am:
9120 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9122 * gst-libs/gst/audio/Makefile.am:
9123 * gst-libs/gst/audio/mixerutils.c:
9124 (gst_audio_mixer_filter_do_filter),
9125 (gst_audio_mixer_filter_check_element),
9126 (gst_audio_mixer_filter_probe_feature),
9127 (element_factory_rank_compare_func),
9128 (gst_audio_default_registry_mixer_filter):
9129 * gst-libs/gst/audio/mixerutils.h:
9130 Add gst_audio_default_registry_mixer_filter() utility
9133 2006-01-03 Michael Smith <msmith@fluendo.com>
9135 * gst/audioresample/resample.h:
9136 As before, but for o_buf
9138 2006-01-03 Michael Smith <msmith@fluendo.com>
9140 * gst/audioresample/resample.h:
9141 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9142 since we do arithmetic on it.
9144 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9146 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9147 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9148 (gst_ring_buffer_pause), (wait_segment):
9149 * gst-libs/gst/audio/gstringbuffer.h:
9150 Sun's Forte compiler doesn't seem to like anonymous structs,
9151 so use same setup as in GstBaseSrc (fixes #324900).
9153 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9156 * gst/volume/Makefile.am:
9157 * gst/volume/demo.c:
9158 move old example to tests/examples/volume/volune.c
9159 * tests/examples/Makefile.am:
9160 * tests/examples/seek/seek.c: (main):
9161 change window-close event from "delete-event" to "destroy"
9162 * tests/examples/volume/Makefile.am:
9163 * tests/examples/volume/volume.c: (value_changed_callback),
9164 (setup_gui), (message_received), (eos_message_received), (main):
9165 fix event handling and bus usage
9167 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9169 * gst/audiotestsrc/gstaudiotestsrc.c:
9170 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9171 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9172 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9173 (gst_audio_test_src_create_square),
9174 (gst_audio_test_src_create_saw),
9175 (gst_audio_test_src_create_triangle),
9176 (gst_audio_test_src_create_silence),
9177 (gst_audio_test_src_create_white_noise),
9178 (gst_audio_test_src_create_pink_noise),
9179 (gst_audio_test_src_init_sine_table),
9180 (gst_audio_test_src_create_sine_table),
9181 (gst_audio_test_src_change_wave),
9182 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9183 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9184 * gst/audiotestsrc/gstaudiotestsrc.h:
9185 update to basesrc changes, implement segmented seeking and eos
9186 handling, add a 'sine-tab' waveform for performance critical playback
9188 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9191 ... and this time the other modified file that I missed last time.
9193 2005-12-29 Michael Smith <msmith@fluendo.com>
9195 * gst/playback/gstdecodebin.c: (new_pad):
9196 Fix non-C89 variable declaration not at the start of a block. Should
9197 help some compilers.
9199 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9201 * tests/check/Makefile.am:
9202 And now fix 'make distcheck' (builddir != srcdir)
9204 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9207 * ext/cdparanoia/Makefile.am:
9208 * ext/cdparanoia/gstcdparanoia.c:
9209 * ext/cdparanoia/gstcdparanoia.h:
9210 * ext/cdparanoia/gstcdparanoiasrc.c:
9211 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9212 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9213 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9214 (gst_cd_paranoia_paranoia_callback),
9215 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9216 (gst_cd_paranoia_src_set_property),
9217 (gst_cd_paranoia_src_get_property), (plugin_init):
9218 * ext/cdparanoia/gstcdparanoiasrc.h:
9219 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9220 plugin again (there are still fixes required to playbin to make
9221 cdda:// uris work there).
9223 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9225 * tests/check/Makefile.am:
9226 Fix test case compilation.
9228 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9230 * gst-libs/gst/cdda/gstcddabasesrc.c:
9231 (gst_cdda_base_src_update_duration),
9232 (gst_cdda_base_src_calculate_cddb_id):
9233 An integer is not a string. Fix access to uninitialised variable.
9235 * tests/check/Makefile.am:
9236 Add cddabasesrc unit test; also actually enable the vorbis test.
9238 * tests/check/generic/states.c:
9239 Blacklist new cd audio elements as well.
9241 * tests/check/libs/cddabasesrc.c:
9242 Unit test for GstCddaBaseSrc (discid calculation mostly).
9244 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9246 * docs/libs/Makefile.am:
9247 * docs/libs/gst-plugins-base-libs-docs.sgml:
9248 * docs/libs/gst-plugins-base-libs-sections.txt:
9249 * docs/libs/gst-plugins-base-libs.types:
9250 Add docs for libgstcdda/GstCddaBaseSrc.
9252 * gst-libs/gst/interfaces/mixertrack.h:
9253 Do one struct member per line with a semicolon at the end, that way
9254 even gtk-doc might parse it without complaining.
9256 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9259 * gst-libs/gst/Makefile.am:
9260 * gst-libs/gst/cdda/Makefile.am:
9261 * gst-libs/gst/cdda/base64.c:
9262 * gst-libs/gst/cdda/base64.h:
9263 * gst-libs/gst/cdda/gstcddabasesrc.c:
9264 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9265 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9266 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9267 (gst_cdda_base_src_get_property),
9268 (gst_cdda_base_src_get_track_from_sector),
9269 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9270 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9271 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9272 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9273 (gst_cdda_base_src_uri_get_protocols),
9274 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9275 (gst_cdda_base_src_uri_handler_init),
9276 (gst_cdda_base_src_setup_interfaces),
9277 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9278 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9279 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9280 (gst_cdda_base_src_add_tags),
9281 (gst_cdda_base_src_add_index_associations),
9282 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9283 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9284 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9285 (gst_cdda_base_src_create):
9286 * gst-libs/gst/cdda/gstcddabasesrc.h:
9287 * gst-libs/gst/cdda/sha1.c:
9288 * gst-libs/gst/cdda/sha1.h:
9289 Add new libgstcdda with GstCddaBaseSrc class.
9291 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9293 * ext/gnomevfs/gstgnomevfssink.h:
9294 Use GstBaseSinkClass as parent_class member for class struct, not
9297 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9299 Patch by: Michael Benes
9301 * gst/videotestsrc/gstvideotestsrc.c:
9302 (gst_video_test_src_class_init), (gst_video_test_src_start):
9303 Add start method to reset running time and number of frames sent
9304 when starting up (fixes #324696)
9306 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9308 * docs/plugins/Makefile.am:
9309 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9310 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9311 * docs/plugins/gst-plugins-base-plugins.args:
9312 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9313 * docs/plugins/gst-plugins-base-plugins.signals:
9314 Add docs stuff for gnomevfssrc and gnomevfssink.
9316 * ext/gnomevfs/gstgnomevfssrc.c:
9317 Fix example pipeline in gtk-doc blurb.
9319 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9321 * ext/gnomevfs/Makefile.am:
9322 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9323 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9324 (gst_gnome_vfs_handle_get_type), (plugin_init):
9325 * ext/gnomevfs/gstgnomevfs.h:
9326 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9327 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9328 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9329 (gst_gnome_vfs_sink_set_property),
9330 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9331 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9332 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9333 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9334 (gst_gnome_vfs_sink_uri_get_type),
9335 (gst_gnome_vfs_sink_uri_get_protocols),
9336 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9337 (gst_gnome_vfs_sink_uri_handler_init):
9338 * ext/gnomevfs/gstgnomevfssink.h:
9339 Port gnomevfssink; add gtk-doc blurb.
9341 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9342 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9343 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9344 (gst_gnome_vfs_src_uri_get_type),
9345 (gst_gnome_vfs_src_uri_get_protocols),
9346 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9347 (gst_gnome_vfs_src_uri_handler_init),
9348 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9349 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9350 (gst_gnome_vfs_src_send_additional_headers_callback),
9351 (gst_gnome_vfs_src_received_headers_callback),
9352 (gst_gnome_vfs_src_push_callbacks),
9353 (gst_gnome_vfs_src_pop_callbacks),
9354 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9355 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9356 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9357 * ext/gnomevfs/gstgnomevfssrc.h:
9358 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9359 file; add gtk-doc blurb with example pipelines.
9361 === release 0.10.1 ===
9363 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9366 releasing 0.10.1, "Dobro Dedek"
9368 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9370 * gst/typefind/gsttypefindfunctions.c:
9371 iLBC30 and iLBC20 added to typefind.
9373 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9375 * gst-libs/gst/audio/gstbaseaudiosink.c:
9376 (gst_base_audio_sink_class_init):
9377 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9378 (gst_base_audio_src_class_init):
9379 update strings, values are in microseconds
9380 change the default sink buffer time to something that is smaller
9381 (to help software volume mixing have a slightly lower delay) but
9382 still be acceptable on Wim's laptop
9384 2005-12-20 Edward Hervey <edward@fluendo.com>
9386 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9387 Made a quack, forgot to add DUCK to the riff video template.
9389 2005-12-19 Edward Hervey <edward@fluendo.com>
9391 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9392 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9393 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9394 (gst_ogm_parse_chain):
9395 Make sure pads are initialized correctly.
9396 * gst-libs/gst/riff/riff-ids.h:
9397 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9398 (gst_riff_create_video_template_caps):
9399 Add a whole bunch of FOURCC <=> MimeType.
9400 Extend the riff video pad template to support the newly added fourcc.
9402 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9404 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9405 (gst_ogg_demux_activate_chain):
9406 Extra debug output when activating/deactivating chains.
9408 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9409 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9411 Remove a queue from our list when it becomes unlinked.
9412 Don't add queues to elements in class 'Demux' if they
9413 can only produce one pad
9415 2005-12-18 Julien MOUTTE <julien@moutte.net>
9417 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9418 (gst_video_sink_get_type): Add a debug category.
9420 2005-12-17 Philippe Khalaf <burger@speedy.org>
9422 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9423 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9424 Handle downstream newsegment by sending our own newsegment before the
9425 next buffer to be released. (#323900)
9427 2005-12-17 Philippe Khalaf <burger@speedy.org>
9429 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9430 (gst_base_rtp_depayload_set_gst_timestamp):
9431 add queue delay to new segment as well (as opposed to just the first
9432 buffer). (bug #322347)
9434 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9436 * ext/libvisual/visual.c: (make_valid_name):
9437 change some char* into char[]
9438 * gst/audiotestsrc/gstaudiotestsrc.c:
9439 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9440 (gst_audio_test_src_create):
9441 * gst/audiotestsrc/gstaudiotestsrc.h:
9442 prepare to handle EOS and SEGMENT_DONE
9444 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9446 * tests/check/generic/states.c: (GST_START_TEST):
9447 Blacklist cdparanoia element in state test.
9449 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9451 Patch by: Benjamin Pineau
9454 * gst/tcp/gsttcpclientsink.c:
9455 * gst/tcp/gsttcpserversink.c:
9456 * gst/tcp/gsttcpserversrc.c:
9457 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9459 2005-12-15 Michael Smith <msmith@fluendo.com>
9461 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9462 (gst_video_rate_chain):
9463 Fix timestamping for videorate when the first buffer it sees has a
9464 non-zero timestamp. Fix some misleading debug output.
9466 2005-12-15 Michael Smith <msmith@fluendo.com>
9468 * gst/audioresample/gstaudioresample.c:
9469 Don't leak all input buffers to audioresample.
9471 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9473 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9474 Don't operate on empty text buffers. Strip newlines and
9475 tabs only from the end of the text, but leave them intact
9476 in the middle. Fix typo in gtk-doc description.
9478 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9480 * gst/playback/gstplaybasebin.c:
9481 * gst/playback/gstplaybin.c: (handoff):
9482 Make sure the video frame buffer we return to apps via the
9483 "frame" property always has caps set on it. Modify
9484 _gst_gvalue_set_object() macro to handle NULL objects
9487 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9489 * gst/audiotestsrc/gstaudiotestsrc.c:
9490 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9491 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9492 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9493 (gst_audio_test_src_create):
9494 * gst/audiotestsrc/gstaudiotestsrc.h:
9495 Adjust to some recent api changes and add wtays new cool seeking
9498 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9500 * ext/alsa/Makefile.am:
9501 * ext/alsa/gstalsadeviceprobe.c:
9502 * ext/alsa/gstalsadeviceprobe.h:
9503 Helper functions to add device probing via the GstPropertyProbe
9504 interface to a class.
9506 * ext/alsa/gstalsamixer.h:
9507 Comment out GST_ALSA_MIXER, it returns a struct that's not
9510 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9511 Add some debug info.
9513 * ext/alsa/gstalsamixerelement.c:
9514 (gst_alsa_mixer_element_interface_supported),
9515 (gst_implements_interface_init),
9516 (gst_alsa_mixer_element_init_interfaces),
9517 (gst_alsa_mixer_element_class_init),
9518 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9519 (gst_alsa_mixer_element_set_property),
9520 (gst_alsa_mixer_element_get_property),
9521 (gst_alsa_mixer_element_change_state):
9522 * ext/alsa/gstalsamixerelement.h:
9523 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9524 for device handling (gnome-volume-control will need that).
9526 2005-12-12 Christian Schaller <uraeus@gnome.org>
9528 * ext/Makefile.am: fix cdparanoia entry
9529 * gst-plugins-base.spec.in: add cdparanoia
9531 2005-12-12 Michael Smith <msmith@fluendo.com>
9533 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9534 Use the correct function to free list of typefind factories.
9536 2005-12-12 Wim Taymans <wim@fluendo.com>
9538 * gst/videotestsrc/gstvideotestsrc.c:
9539 (gst_video_test_src_class_init), (gst_video_test_src_init),
9540 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9541 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9542 (gst_video_test_src_create):
9543 * gst/videotestsrc/gstvideotestsrc.h:
9544 Implement seeking in videotestsrc.
9547 2005-12-12 Wim Taymans <wim@fluendo.com>
9549 * ext/cdparanoia/Makefile.am:
9550 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9551 (gst_paranoia_endian_get_type), (_do_init),
9552 (cdparanoia_class_init), (cdparanoia_init),
9553 (cdparanoia_set_property), (cdparanoia_get_property),
9554 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9555 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9556 (cdparanoia_convert), (cdparanoia_get_query_types),
9557 (cdparanoia_query), (cdparanoia_set_index),
9558 (cdparanoia_uri_set_uri):
9559 * ext/cdparanoia/gstcdparanoia.h:
9560 Partially ported cdparanoia now that basesrc can support a
9563 2005-12-12 Wim Taymans <wim@fluendo.com>
9565 * tests/examples/seek/scrubby.c: (main):
9566 Set higher priority for bus events so they don't get reordered with
9569 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9570 (flush_toggle_cb), (main):
9571 Added checkbox to disable flushing seeks.
9572 Disable scrubbing when doing non flushing seeks.
9574 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9576 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9577 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9578 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9579 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9580 Implement some sort of event handling that doesn't rely on
9581 g_return_if_fail; make sure we always push the last chunk of an
9582 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9583 state change function; remove some old cruft. Seeking is still
9584 rather unlikely to work though.
9589 2005-12-11 Julien MOUTTE <julien@moutte.net>
9591 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9592 Fixed a leak of the current image reference when cleaning up.
9593 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9595 2005-12-09 Michael Smith <msmith@fluendo.com>
9597 * tools/Makefile.am:
9598 * tools/gst-launch-ext-m.m:
9599 Remove gst-launch-ext. It doesn't work, and is no longer
9600 particularly useful.
9602 2005-12-08 Luca Ognibene <luogni@tin.it>
9604 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9605 don't pass random values to ogmparse convert function.
9606 Make seeking possible in the exile1.ogm file.
9608 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9610 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9611 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9612 Work around refcount problem with g_value_set_object() that occur
9613 if the core has been compiled against GLib-2.6 (g_value_set_object()
9614 will only g_object_ref() the element, but the caller will
9615 gst_object_unref() it and bad things will happen due to the way
9616 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9617 totem for people on FC4 using Thomas's 0.10 RPMs.
9619 2005-12-07 Edward Hervey <edward@fluendo.com>
9621 Time to welcome ogm to 0.10 :)
9623 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9624 (gst_ogg_pad_typefind):
9625 Oggdemux can now properly typefind elements with dynamic pads.
9626 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9627 Properly set caps on src pad, and set caps on outgoing buffers.
9629 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9631 * ext/alsa/gstalsamixer.h:
9632 * ext/alsa/gstalsamixerelement.h:
9633 * ext/alsa/gstalsamixeroptions.h:
9634 * ext/alsa/gstalsamixertrack.h:
9635 * ext/alsa/gstalsasink.c:
9636 * ext/alsa/gstalsasink.h:
9637 * ext/alsa/gstalsasrc.c:
9638 * ext/alsa/gstalsasrc.h:
9639 * ext/cdparanoia/gstcdparanoia.h:
9640 * ext/gnomevfs/gstgnomevfsuri.h:
9641 * ext/ogg/gstoggdemux.c:
9642 * ext/ogg/gstoggmux.c:
9643 * ext/pango/gsttextoverlay.h:
9644 * ext/theora/theoradec.c:
9645 * ext/theora/theoraenc.c:
9646 * ext/vorbis/vorbisdec.h:
9647 * ext/vorbis/vorbisenc.c:
9648 * ext/vorbis/vorbisenc.h:
9649 * ext/vorbis/vorbisparse.h:
9650 * gst-libs/gst/audio/gstaudioclock.h:
9651 * gst-libs/gst/audio/gstaudiosink.c:
9652 * gst-libs/gst/audio/gstaudiosink.h:
9653 * gst-libs/gst/audio/gstaudiosrc.c:
9654 * gst-libs/gst/audio/gstaudiosrc.h:
9655 * gst-libs/gst/audio/gstbaseaudiosink.c:
9656 * gst-libs/gst/audio/gstbaseaudiosink.h:
9657 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9658 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9659 * gst-libs/gst/audio/gstringbuffer.h:
9660 * gst-libs/gst/audio/multichannel.h:
9661 * gst-libs/gst/floatcast/floatcast.h:
9662 * gst-libs/gst/interfaces/colorbalance.c:
9663 * gst-libs/gst/interfaces/colorbalance.h:
9664 * gst-libs/gst/interfaces/colorbalancechannel.h:
9665 * gst-libs/gst/interfaces/mixer.h:
9666 * gst-libs/gst/interfaces/mixeroptions.h:
9667 * gst-libs/gst/interfaces/mixertrack.h:
9668 * gst-libs/gst/interfaces/navigation.h:
9669 * gst-libs/gst/interfaces/propertyprobe.h:
9670 * gst-libs/gst/interfaces/tuner.h:
9671 * gst-libs/gst/interfaces/tunerchannel.h:
9672 * gst-libs/gst/interfaces/tunernorm.h:
9673 * gst-libs/gst/interfaces/xoverlay.h:
9674 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9675 * gst-libs/gst/riff/riff-ids.h:
9676 * gst-libs/gst/riff/riff-media.h:
9677 * gst-libs/gst/riff/riff-read.h:
9678 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9679 * gst-libs/gst/rtp/gstbasertppayload.c:
9680 * gst-libs/gst/rtp/gstbasertppayload.h:
9681 * gst-libs/gst/rtp/gstrtpbuffer.c:
9682 * gst-libs/gst/rtp/gstrtpbuffer.h:
9683 * gst-libs/gst/tag/gsttageditingprivate.h:
9684 * gst-libs/gst/tag/gstvorbistag.c:
9685 (gst_tag_list_from_vorbiscomment_buffer):
9686 * gst-libs/gst/tag/tag.h:
9687 * gst-libs/gst/video/video.h:
9688 * gst/adder/gstadder.c:
9689 * gst/adder/gstadder.h:
9690 * gst/audioconvert/audioconvert.c:
9691 * gst/audioconvert/audioconvert.h:
9692 * gst/audioconvert/gstaudioconvert.c:
9693 * gst/audioconvert/gstchannelmix.c:
9694 * gst/audioconvert/gstchannelmix.h:
9695 * gst/audiorate/gstaudiorate.c:
9696 * gst/audioresample/buffer.h:
9697 * gst/audioresample/functable.h:
9698 * gst/audioresample/gstaudioresample.c:
9699 * gst/audioresample/resample.h:
9700 * gst/ffmpegcolorspace/avcodec.h:
9701 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9702 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9703 * gst/ffmpegcolorspace/imgconvert.c:
9704 * gst/ffmpegcolorspace/imgconvert_template.h:
9705 * gst/playback/gstdecodebin.c:
9706 * gst/playback/gstplaybasebin.h:
9707 * gst/playback/gstplaybin.c:
9708 * gst/playback/gststreaminfo.h:
9709 * gst/tcp/gstfdset.c:
9710 * gst/tcp/gstfdset.h:
9711 * gst/tcp/gstmultifdsink.c:
9712 * gst/tcp/gstmultifdsink.h:
9714 * gst/tcp/gsttcpclientsrc.c:
9715 * gst/tcp/gsttcpclientsrc.h:
9716 * gst/tcp/gsttcpplugin.h:
9717 * gst/tcp/gsttcpserversink.c:
9718 * gst/tcp/gsttcpserversrc.c:
9719 * gst/typefind/gsttypefindfunctions.c:
9720 * gst/videorate/gstvideorate.c:
9721 * gst/videotestsrc/gstvideotestsrc.h:
9722 * gst/videotestsrc/videotestsrc.h:
9723 * sys/v4l/gstv4lcolorbalance.h:
9724 * sys/v4l/gstv4ltuner.h:
9725 * sys/v4l/gstv4lxoverlay.h:
9726 * sys/v4l/v4l_calls.h:
9727 * sys/v4l/videodev_mjpeg.h:
9728 * tests/check/elements/audioconvert.c:
9729 * tests/check/elements/audioresample.c:
9730 * tests/check/elements/audiotestsrc.c:
9731 * tests/check/elements/videotestsrc.c:
9732 * tests/check/elements/volume.c:
9733 * tests/examples/seek/scrubby.c:
9734 * tests/examples/seek/seek.c:
9737 === release 0.10.0 ===
9739 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9742 releasing 0.10.0, "Mont-d'or"
9744 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9746 * tests/examples/seek/Makefile.am:
9747 Build fix for when gtk is not available.
9749 2005-12-05 Andy Wingo <wingo@pobox.com>
9751 * ext/libvisual/visual.c: (get_buffer):
9752 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9753 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9754 * ext/theora/theoradec.c: (theora_handle_data_packet):
9755 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9757 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9758 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9759 Update for alloc_buffer changes.
9761 2005-12-05 Andy Wingo <wingo@pobox.com>
9763 patch by: Kai Vehmanen <kv2004 eca cx>
9765 * gst-libs/gst/rtp/gstbasertpdepayload.c
9766 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9768 2005-12-04 Andy Wingo <wingo@pobox.com>
9770 patch by: Sebastien Cote <sebas642 yahoo ca>
9772 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9775 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9777 * docs/plugins/Makefile.am:
9778 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9779 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9780 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9781 * ext/pango/gstclockoverlay.c:
9782 * ext/pango/gsttextoverlay.c:
9783 * ext/pango/gsttextrender.c:
9784 * ext/pango/gsttimeoverlay.c:
9785 Add gtk-doc blurbs to pango elements.
9787 2005-12-02 Wim Taymans <wim@fluendo.com>
9789 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9790 * gst/audioresample/buffer.h:
9791 * gst/audioresample/gstaudioresample.c:
9792 * gst/audioresample/gstaudioresample.h:
9793 * gst/audioresample/resample.c: (resample_input_flush),
9794 (resample_input_pushthrough), (resample_input_eos),
9795 (resample_get_output_size_for_input),
9796 (resample_get_input_size_for_output), (resample_get_output_size),
9797 (resample_get_output_data):
9798 * gst/audioresample/resample.h:
9799 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9800 Fix audioresample, seek torture, new segments, reverse negotiation
9803 2005-12-02 Wim Taymans <wim@fluendo.com>
9805 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9808 2005-12-02 Wim Taymans <wim@fluendo.com>
9810 * gst/audioconvert/gstaudioconvert.c:
9811 (gst_audio_convert_transform):
9814 === release 0.9.7 ===
9816 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9819 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9821 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9827 add win32 MANIFEST file
9828 do something to the hungarian translation
9830 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9833 Add $(PANGO_DIR) to SUBDIRS
9835 * ext/pango/gstclockoverlay.c:
9836 * ext/pango/gsttimeoverlay.c:
9837 Fix and improve element descriptions.
9839 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9841 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9842 * docs/plugins/inspect/plugin-libvisual.xml:
9843 * docs/plugins/inspect/plugin-pango.xml:
9844 add pango plugin to docs
9846 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9852 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9855 * tests/Makefile.am:
9856 * tests/icles/.cvsignore:
9857 * tests/icles/Makefile.am:
9858 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9859 (close_display), (resize_window), (move_window), (create_window),
9860 (terminate_playback), (pause_playback), (start_playback), (main):
9861 add stress test for xoverlay from Julien
9863 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9865 * docs/libs/tmpl/gstcolorbalance.sgml:
9866 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9867 * gst-libs/gst/rtp/gstbasertppayload.c:
9868 * gst-libs/gst/rtp/gstrtpbuffer.c:
9869 * gst-libs/gst/rtp/gstrtpbuffer.h:
9870 Do burger's rename for rtp payloaders and depayloaders
9872 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9875 add Visual Studio 6 build files
9877 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9879 * docs/libs/gst-plugins-base-libs-docs.sgml:
9880 * docs/libs/gst-plugins-base-libs-sections.txt:
9881 * docs/libs/tmpl/gstaudio.sgml:
9882 * docs/libs/tmpl/gstringbuffer.sgml:
9883 * gst-libs/gst/interfaces/xoverlay.c:
9884 * gst-libs/gst/video/gstvideofilter.c:
9885 * gst-libs/gst/video/gstvideosink.c:
9886 update documentation
9888 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9890 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9891 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9892 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9893 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9894 (gst_multi_fd_sink_get_stats),
9895 (gst_multi_fd_sink_remove_client_link),
9896 (gst_multi_fd_sink_handle_client_read),
9897 (gst_multi_fd_sink_client_queue_data),
9898 (gst_multi_fd_sink_client_queue_caps),
9899 (gst_multi_fd_sink_client_queue_buffer),
9900 (gst_multi_fd_sink_new_client),
9901 (gst_multi_fd_sink_handle_client_write),
9902 (gst_multi_fd_sink_recover_client),
9903 (gst_multi_fd_sink_queue_buffer),
9904 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9905 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9906 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9907 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9908 * gst/tcp/gstmultifdsink.h:
9909 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9910 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9911 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9912 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9913 (gst_tcp_client_sink_set_property),
9914 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9915 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9916 * gst/tcp/gsttcpclientsink.h:
9917 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9918 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9919 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9920 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9921 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9922 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9923 * gst/tcp/gsttcpclientsrc.h:
9924 * gst/tcp/gsttcpplugin.c: (plugin_init):
9925 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9926 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9927 (gst_tcp_server_sink_finalize),
9928 (gst_tcp_server_sink_handle_server_read),
9929 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9930 (gst_tcp_server_sink_set_property),
9931 (gst_tcp_server_sink_get_property),
9932 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9933 * gst/tcp/gsttcpserversink.h:
9934 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9935 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9936 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9937 (gst_tcp_server_src_set_property),
9938 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9939 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9940 * gst/tcp/gsttcpserversrc.h:
9943 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9945 * docs/plugins/Makefile.am:
9946 * docs/plugins/gst-plugins-base-plugins.args:
9947 * docs/plugins/inspect/plugin-libvisual.xml:
9948 * gst/audioconvert/plugin.h:
9949 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9950 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9951 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9952 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9953 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9955 * gst/audiotestsrc/gstaudiotestsrc.c:
9956 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9957 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9958 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9959 (gst_audio_test_src_get_query_types),
9960 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9961 (gst_audio_test_src_create_square),
9962 (gst_audio_test_src_create_saw),
9963 (gst_audio_test_src_create_triangle),
9964 (gst_audio_test_src_create_silence),
9965 (gst_audio_test_src_create_white_noise),
9966 (gst_audio_test_src_init_pink_noise),
9967 (gst_audio_test_src_generate_pink_noise_value),
9968 (gst_audio_test_src_create_pink_noise),
9969 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9970 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9971 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9973 * gst/audiotestsrc/gstaudiotestsrc.h:
9974 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9975 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9976 (gst_sub_parse_init), (gst_sub_parse_formats),
9977 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9978 (convert_encoding), (get_next_line),
9979 (gst_sub_parse_data_format_autodetect),
9980 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9981 (gst_sub_parse_loop), (gst_sub_parse_chain),
9982 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9984 * gst/subparse/gstsubparse.h:
9985 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9986 (gst_video_rate_base_init), (gst_video_rate_class_init),
9987 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9988 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9989 (gst_video_rate_init), (gst_video_rate_event),
9990 (gst_video_rate_chain), (gst_video_rate_set_property),
9991 (gst_video_rate_get_property), (gst_video_rate_change_state),
9993 * gst/videoscale/gstvideoscale.c:
9994 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9995 (gst_video_scale_src_template_factory),
9996 (gst_video_scale_sink_template_factory),
9997 (gst_video_scale_get_type), (gst_video_scale_base_init),
9998 (gst_video_scale_class_init), (gst_video_scale_init),
9999 (gst_video_scale_set_property), (gst_video_scale_get_property),
10000 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10001 (gst_video_scale_prepare_size), (parse_caps),
10002 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10003 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10004 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10006 * gst/videoscale/gstvideoscale.h:
10007 * gst/videotestsrc/gstvideotestsrc.c:
10008 (gst_video_test_src_pattern_get_type),
10009 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10010 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10011 (gst_video_test_src_set_pattern),
10012 (gst_video_test_src_set_property),
10013 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10014 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10015 (gst_video_test_src_event), (gst_video_test_src_get_times),
10016 (gst_video_test_src_create), (plugin_init):
10017 * gst/videotestsrc/gstvideotestsrc.h:
10018 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10019 (gst_video_test_src_smpte), (gst_video_test_src_snow),
10020 (gst_video_test_src_black):
10021 * gst/videotestsrc/videotestsrc.h:
10023 clean up docs a little
10025 2005-11-30 Wim Taymans <wim@fluendo.com>
10027 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10028 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10029 (gst_basertppayload_event), (gst_basertppayload_push),
10030 (gst_basertppayload_change_state):
10031 * gst-libs/gst/rtp/gstbasertppayload.h:
10034 2005-11-30 Julien MOUTTE <julien@moutte.net>
10036 * docs/libs/gst-plugins-base-libs-docs.sgml:
10037 * docs/libs/gst-plugins-base-libs-sections.txt:
10038 * gst-libs/gst/video/gstvideofilter.c:
10039 * gst-libs/gst/video/gstvideosink.c:
10040 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10042 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10062 * scripts/autoplugins.sh:
10065 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10069 * examples/Makefile.am:
10070 * examples/capsfilter/Makefile.am:
10071 * examples/capsfilter/capsfilter1.c:
10072 * examples/gob/Makefile.am:
10073 * examples/gob/gst-identity2.gob:
10074 * examples/indexing/.cvsignore:
10075 * examples/indexing/Makefile.am:
10076 * examples/indexing/indexmpeg.c:
10077 * examples/seeking/.cvsignore:
10078 * examples/seeking/Makefile.am:
10079 * examples/seeking/cdparanoia.c:
10080 * examples/seeking/cdplayer.c:
10081 * examples/seeking/chained.c:
10082 * examples/seeking/scrubby.c:
10083 * examples/seeking/seek.c:
10084 * examples/stats/Makefile.am:
10085 * examples/stats/mp2ogg.c:
10086 * examples/switch/.cvsignore:
10087 * examples/switch/Makefile.am:
10088 * examples/switch/switcher.c:
10089 * tests/Makefile.am:
10090 * tests/check/generic/.cvsignore:
10091 * tests/check/pipelines/.cvsignore:
10092 * tests/examples/Makefile.am:
10093 * tests/examples/seek/Makefile.am:
10094 reorganize stuff under tests/
10096 2005-11-30 Edward Hervey <edward@fluendo.com>
10098 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10099 Go away you stupid GstStaticPadTemplate memleak.
10101 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10103 * gst-libs/gst/net/Makefile.am:
10104 * gst-libs/gst/net/README:
10105 * gst-libs/gst/net/gstnetbuffer.c:
10106 * gst-libs/gst/net/gstnetbuffer.h:
10107 this was moved to "netbuffer"
10109 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10111 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10112 (gst_video_filter_class_init), (gst_video_filter_init):
10113 * gst-libs/gst/video/gstvideofilter.h:
10114 borgify name to bring in line with other classes
10116 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10118 * gst/audioscale/.cvsignore:
10119 * gst/audioscale/Makefile.am:
10120 * gst/audioscale/README:
10121 * gst/audioscale/audioscale.vcproj:
10122 * gst/audioscale/dtof.c:
10123 * gst/audioscale/dtos.c:
10124 * gst/audioscale/functable.c:
10125 * gst/audioscale/gstaudioscale.c:
10126 * gst/audioscale/gstaudioscale.h:
10127 * gst/audioscale/private.h:
10128 * gst/audioscale/resample.c:
10129 * gst/audioscale/resample.h:
10130 * gst/audioscale/test.c:
10133 2005-11-30 Edward Hervey <edward@fluendo.com>
10135 * gst-libs/gst/netbuffer/Makefile.am:
10136 really, really tired
10138 2005-11-30 Edward Hervey <edward@fluendo.com>
10140 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10141 Update for new GstTypeFindFactory _register()
10143 2005-11-30 Edward Hervey <edward@fluendo.com>
10145 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10146 Let's not override libgstnet from core for no reason...
10147 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10148 Ok, maybe not so quick next time.
10150 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10153 * gst-libs/gst/Makefile.am:
10154 moved gst-libs/gst/net to netbuffer through CVS surgery
10155 remove old directory
10156 updating build to accomodate
10159 2005-11-29 Andy Wingo <wingo@pobox.com>
10161 * pkgconfig/gstreamer-plugins-base.pc.in:
10162 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10163 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10166 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10168 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10169 3rd time's the charm. Correct ref-counting for discarded buffers.
10171 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10173 * gst/playback/gststreamselector.c:
10174 (gst_stream_selector_class_init),
10175 (gst_stream_selector_set_property),
10176 (gst_stream_selector_get_property),
10177 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10180 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10182 * gst/subparse/gstsubparse.c: (feed_textbuf):
10183 Don't access already unref'ed buffer.
10185 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10187 * gst/playback/gststreamselector.c:
10188 (gst_stream_selector_class_init), (gst_stream_selector_init),
10189 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10190 (gst_stream_selector_get_property),
10191 (gst_stream_selector_get_linked_pad),
10192 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10193 * gst/playback/gststreamselector.h:
10194 Add the active-pad property for playbin to use shortly. Ignore buffers
10195 from any other pad, returning GST_FLOW_NOT_LINKED
10197 2005-11-29 Julien MOUTTE <julien@moutte.net>
10199 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10200 patch from bug #322704 (Alessandro Decina).
10202 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10204 * gst-libs/gst/audio/Makefile.am:
10205 folded audiofilter into the audio library
10207 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10209 * gst/videoscale/gstvideoscale.h:
10210 * gst/videoscale/gstvideoscale.c:
10211 remove unimplemented scale methods
10213 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10215 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10218 2005-11-28 Julien MOUTTE <julien@moutte.net>
10220 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10221 (gst_ximagesink_setcaps):
10222 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10223 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10224 happens (only visible on ximagesink but bug is in xv too) set_caps was
10225 destroying the internal x[v]image used to memcpy non locally alloced
10226 buffers so that it got renewed on next _chain. The issue is that
10227 _expose will try to put that image as it reffed it in _put.
10228 Using gst_buffer_unref instead of destroy fixes it !
10230 2005-11-28 Edward Hervey <edward@fluendo.com>
10232 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10233 (try_to_link_1), (queue_filled_cb):
10234 Better use of the queues. Start with a small size queue and only increase
10235 the size of the queues when the other queues are empty.
10237 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10239 * gst-libs/gst/video/Makefile.am:
10240 compile in copied-over videofilter into the video library
10241 * gst-libs/gst/video/videosink.h:
10242 rename the header to gstvideosink.h since it's a base GstObject class
10243 * sys/ximage/ximagesink.h:
10244 * sys/xvimage/xvimagesink.h:
10247 2005-11-28 Wim Taymans <wim@fluendo.com>
10249 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10250 * gst/playback/gstplaybasebin.h:
10251 Prepare to handle errors betters.
10253 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10254 Set sinks to PAUSED first before adding and linking them so that
10255 we don't interrupt dataflow.
10257 2005-11-28 Wim Taymans <wim@fluendo.com>
10259 * gst-libs/gst/audio/TODO:
10262 * gst-libs/gst/audio/gstaudiosink.c:
10263 (gst_audioringbuffer_open_device),
10264 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10265 (gst_audioringbuffer_release):
10268 * gst-libs/gst/audio/gstbaseaudiosink.c:
10269 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10270 (gst_base_audio_sink_change_state):
10271 Slave to the master clock when going to PLAYING and unslave when
10274 * gst-libs/gst/audio/gstringbuffer.c:
10275 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10276 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10277 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10278 (gst_ring_buffer_clear_all), (wait_segment),
10279 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10280 (gst_ring_buffer_advance):
10281 * gst-libs/gst/audio/gstringbuffer.h:
10282 Add some docs and cleanups.
10284 2005-11-28 Julien MOUTTE <julien@moutte.net>
10286 * sys/xvimage/xvimagesink.c:
10287 (gst_xvimagesink_navigation_send_event): Fix navigation events
10288 coordinates translation with pixel aspect ratios.
10290 2005-11-28 Julien MOUTTE <julien@moutte.net>
10292 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10293 Use calculated video geometry from _setcaps instead of buffer
10294 caps to respect pixel aspect ratio. (fixes #322388)
10296 2005-11-28 Julien MOUTTE <julien@moutte.net>
10298 * docs/libs/tmpl/gstcolorbalance.sgml:
10299 * docs/libs/tmpl/gstmixer.sgml:
10300 * docs/libs/tmpl/gstxoverlay.sgml:
10301 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10304 2005-11-28 Julien MOUTTE <julien@moutte.net>
10306 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10307 Refuse to create an XvImage if we can't find the format.
10309 2005-11-28 Edward Hervey <edward@fluendo.com>
10311 * gst-libs/gst/riff/riff-media.c:
10312 (gst_riff_create_audio_template_caps):
10313 Add ATRAC3 to the list of riff-possible audio caps.
10314 I know we still don't have a plugin for atrac3, but it's saner to output
10315 that than a cryptic mimetype.
10317 2005-11-27 Edward Hervey <edward@fluendo.com>
10319 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10320 Don't try to create a zero-sized subbuffer.
10322 2005-11-27 Julien MOUTTE <julien@moutte.net>
10324 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10325 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10326 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10327 (gst_ximagesink_expose): Fixed a tricky race.
10328 * sys/ximage/ximagesink.h:
10329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10330 (gst_xvimagesink_expose): Fixed a tricky race.
10331 * sys/xvimage/xvimagesink.h:
10333 2005-11-27 Edward Hervey <edward@fluendo.com>
10335 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10336 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10337 Remove unused properties, and add queues between demuxers and decoders
10338 so that a lot more files can preroll properly.
10340 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10342 * gst-libs/gst/net/Makefile.am:
10343 * gst-libs/gst/rtp/Makefile.am:
10344 * gst-libs/gst/tag/Makefile.am:
10345 remove silly include
10346 * gst/tags/Makefile.am:
10347 * gst/tags/gsttagediting.c:
10348 * gst/tags/gsttageditingprivate.h:
10349 * gst/tags/tagedit.vcproj:
10350 remove directory, is as good as empty
10352 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10355 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10356 * gst-libs/Makefile.am:
10357 * gst-libs/gst/audio/Makefile.am:
10358 * gst-libs/gst/interfaces/Makefile.am:
10359 * gst-libs/gst/net/Makefile.am:
10360 * gst-libs/gst/riff/Makefile.am:
10361 * gst-libs/gst/rtp/Makefile.am:
10362 * gst-libs/gst/tag/Makefile.am:
10363 * gst-libs/gst/video/Makefile.am:
10366 2005-11-27 Julien MOUTTE <julien@moutte.net>
10368 * docs/libs/tmpl/gstcolorbalance.sgml:
10369 * docs/libs/tmpl/gstmixer.sgml:
10370 * docs/libs/tmpl/gstxoverlay.sgml:
10371 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10372 * sys/ximage/ximagesink.h:
10373 * sys/xvimage/xvimagesink.h: More and more documentation.
10375 2005-11-26 Julien MOUTTE <julien@moutte.net>
10377 * docs/libs/gst-plugins-base-libs-docs.sgml:
10378 * docs/libs/gst-plugins-base-libs-sections.txt:
10379 * docs/libs/tmpl/gstcolorbalance.sgml:
10380 * docs/libs/tmpl/gstmixer.sgml:
10381 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10384 2005-11-26 Julien MOUTTE <julien@moutte.net>
10386 * docs/plugins/Makefile.am:
10387 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10388 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10389 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10391 2005-11-26 Julien MOUTTE <julien@moutte.net>
10393 * docs/plugins/Makefile.am:
10394 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10395 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10396 * docs/plugins/inspect/plugin-adder.xml:
10397 * docs/plugins/inspect/plugin-alsa.xml:
10398 * docs/plugins/inspect/plugin-audioconvert.xml:
10399 * docs/plugins/inspect/plugin-audiorate.xml:
10400 * docs/plugins/inspect/plugin-audioresample.xml:
10401 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10402 * docs/plugins/inspect/plugin-decodebin.xml:
10403 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10404 * docs/plugins/inspect/plugin-gnomevfs.xml:
10405 * docs/plugins/inspect/plugin-ogg.xml:
10406 * docs/plugins/inspect/plugin-playbin.xml:
10407 * docs/plugins/inspect/plugin-subparse.xml:
10408 * docs/plugins/inspect/plugin-tcp.xml:
10409 * docs/plugins/inspect/plugin-theora.xml:
10410 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10411 * docs/plugins/inspect/plugin-video4linux.xml:
10412 * docs/plugins/inspect/plugin-videorate.xml:
10413 * docs/plugins/inspect/plugin-videoscale.xml:
10414 * docs/plugins/inspect/plugin-videotestsrc.xml:
10415 * docs/plugins/inspect/plugin-volume.xml:
10416 * docs/plugins/inspect/plugin-vorbis.xml:
10417 * docs/plugins/inspect/plugin-ximagesink.xml:
10418 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10419 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10421 2005-11-26 Edward Hervey <edward@fluendo.com>
10423 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10424 Properly return GstFlowReturn from gst_pad_push in chain functions.
10426 2005-11-25 Michael Smith <msmith@fluendo.com>
10428 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10429 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10430 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10431 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10432 Handle various conditions better when we don't understand a stream.
10433 Removes a heap of CRITICALs on ogg streams containing unknown data.
10435 2005-11-24 Andy Wingo <wingo@pobox.com>
10437 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10440 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10442 * configure.ac: back to HEAD
10444 === release 0.9.6 ===
10446 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10449 releasing 0.9.6, "White Eight"
10451 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10453 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10454 * docs/plugins/inspect/plugin-sine.xml:
10455 remove sinesrc some more
10457 2005-11-23 Wim Taymans <wim@fluendo.com>
10459 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10460 If we are reading too slowly, jump forward in the ringbuffer
10461 instead of blocking.
10463 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10465 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10466 (gst_visual_chain):
10467 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10468 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10469 (gst_videorate_chain):
10470 * gst/videotestsrc/gstvideotestsrc.c:
10471 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10472 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10473 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10474 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10475 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10476 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10477 Updates for API changes
10479 2005-11-23 Wim Taymans <wim@fluendo.com>
10481 * gst-libs/gst/audio/gstbaseaudiosink.c:
10482 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10483 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10484 Fix for calibration API change.
10486 2005-11-23 Michael Smith <msmith@fluendo.com>
10488 * gst-libs/gst/audio/multichannel.c:
10489 (gst_audio_get_channel_positions),
10490 (gst_audio_set_channel_positions),
10491 (gst_audio_set_structure_channel_positions_list),
10492 (gst_audio_fixate_channel_positions):
10493 Use gst_value_array_*() functions on value arrays, not
10494 gst_value_list_*().
10496 2005-11-23 Edward Hervey <edward@fluendo.com>
10499 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10502 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10504 * check/Makefile.am:
10505 * check/elements/videotestsrc.c: (setup_videotestsrc),
10506 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10508 add a test for videotestsrc
10510 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10512 * gst/sine/.cvsignore:
10513 * gst/sine/Makefile.am:
10514 * gst/sine/gstsinesrc.c:
10515 * gst/sine/gstsinesrc.h:
10516 * gst/sine/sinesrc.vcproj:
10517 and remove sinesrc from the repository. Closes #321446
10519 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10522 * gst-plugins-base.spec.in:
10523 remove sinesrc from the build
10525 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10527 * check/Makefile.am:
10528 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10529 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10531 add a test for audiotestsrc, testing all waves. Even seems
10532 leak-free at first glance, nice job Stefan
10534 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10550 Translation string updates
10552 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10553 (gst_v4lsrc_set_caps):
10554 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10555 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10556 * sys/v4l/v4lsrc_calls.h:
10557 Improve v4lsrc, by making it work again.
10559 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10561 * ext/libvisual/visual.c: (gst_visual_chain):
10562 Fix the fps calculations.
10564 * gst/ffmpegcolorspace/avcodec.h:
10565 Move structure element for clarity
10567 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10568 * gst-libs/gst/interfaces/tunernorm.h:
10569 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10570 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10571 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10572 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10573 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10574 (gst_v4lmjpegsrc_getcaps):
10575 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10576 (gst_v4lsrc_set_caps):
10577 * sys/v4l/gstv4lsrc.h:
10578 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10579 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10580 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10581 * sys/v4l/v4lsrc_calls.h:
10582 Fractional framerates...
10584 2005-11-22 Wim Taymans <wim@fluendo.com>
10586 * gst-libs/gst/audio/gstbaseaudiosink.c:
10587 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10588 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10589 And we provide a clock by default, of course...
10591 2005-11-22 Wim Taymans <wim@fluendo.com>
10593 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10594 This clock can be slaved to a master clock now.
10596 * gst-libs/gst/audio/gstbaseaudiosink.c:
10597 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10598 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10599 (gst_base_audio_sink_set_clock),
10600 (gst_base_audio_sink_set_property),
10601 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10602 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10603 * gst-libs/gst/audio/gstbaseaudiosink.h:
10604 Handle slaving the internal clock to the clock selected in the
10606 Add property to make the basesink not provide a clock.
10608 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10609 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10610 (gst_base_rtp_depayload_wait):
10611 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10612 We can use the clock in GstElement, no need to store it ourselves.
10614 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10616 * docs/libs/tmpl/gstaudio.sgml:
10618 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10619 (gst_paranoia_endian_get_type):
10620 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10621 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10622 * gst/audiotestsrc/gstaudiotestsrc.c:
10623 (gst_audiostestsrc_wave_get_type):
10624 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10625 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10626 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10627 (gst_sync_method_get_type), (gst_unit_type_get_type),
10628 (gst_client_status_get_type), (gst_multifdsink_class_init),
10629 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10630 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10631 (gst_multifdsink_get_property):
10632 * gst/tcp/gstmultifdsink.h:
10633 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10634 * gst/videotestsrc/gstvideotestsrc.c:
10635 (gst_videotestsrc_pattern_get_type):
10636 remove deprecated properties
10637 fix up enums to correctly have short lowercase dashed nicks
10639 2005-11-22 Michael Smith <msmith@fluendo.com>
10641 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10642 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10645 2005-11-22 Michael Smith <msmith@fluendo.com>
10647 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10648 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10649 Use utility method for scaling clocktime for fractional framerates.
10651 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10653 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10654 (gst_visual_chain):
10655 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10656 * ext/theora/theoradec.c: (theora_handle_type_packet):
10657 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10658 (theora_enc_chain):
10659 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10660 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10661 * gst-libs/gst/video/video.h:
10662 * gst/ffmpegcolorspace/avcodec.h:
10663 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10664 (gst_ffmpeg_caps_to_pixfmt):
10665 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10666 (gst_ffmpegcsp_set_caps):
10667 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10668 (gst_videorate_setcaps), (gst_videorate_blank_data),
10669 (gst_videorate_chain):
10670 * gst/videotestsrc/gstvideotestsrc.c:
10671 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10672 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10673 (gst_videotestsrc_event), (gst_videotestsrc_create):
10674 * gst/videotestsrc/gstvideotestsrc.h:
10675 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10676 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10677 (gst_ximagesink_get_times), (gst_ximagesink_init):
10678 * sys/ximage/ximagesink.h:
10679 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10680 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10681 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10682 * sys/xvimage/xvimagesink.h:
10683 Convert elements to use fractions for their framerate.
10684 V4L elements to come later tonight.
10686 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10688 * gst-libs/gst/audio/audio.c:
10689 * gst-libs/gst/audio/audio.h:
10690 remove some deprecated functions
10692 2005-11-22 Andy Wingo <wingo@pobox.com>
10694 * Update for gst_tag_setter API changes.
10696 2005-11-22 Andy Wingo <wingo@pobox.com>
10698 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10699 (gst_ogg_demux_perform_seek):
10700 * ext/theora/theoradec.c (theora_dec_sink_event):
10701 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10704 2005-11-22 Wim Taymans <wim@fluendo.com>
10706 * examples/seeking/seek.c: (main):
10707 Give higher priority to bus signals than the gtk events
10708 to fix a race condition in the segment looping.
10710 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10712 * ext/theora/Makefile.am:
10713 * ext/vorbis/Makefile.am:
10714 * gst-libs/gst/tag/Makefile.am:
10715 * gst-plugins-base.spec.in:
10716 Rename libgsttagedit to libgsttag (#322117).
10718 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10720 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10721 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10722 Call gst_x_overlay_prepare_xwindow_id() to give applications
10723 a final chance to set their own xwindow id before the video
10724 sink creates its own window.
10726 2005-11-22 Julien MOUTTE <julien@moutte.net>
10728 * sys/xvimage/xvimagesink.c:
10729 (gst_xvimagesink_navigation_send_event): Handle navigation
10730 events correcly with borders if applicable.
10732 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10734 Patch by: Luca Ognibene
10736 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10737 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10738 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10739 (gst_ffmpegcsp_caps_remove_format_info):
10740 * gst/ffmpegcolorspace/imgconvert.c:
10741 * gst/ffmpegcolorspace/imgconvert_template.h:
10742 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10743 #318353); use gst_structure_has_name().
10745 2005-11-22 Julien MOUTTE <julien@moutte.net>
10747 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10748 (gst_ximagesink_class_init): Add debug macros on functions.
10749 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10750 (gst_xvimagesink_xwindow_draw_borders),
10751 (gst_xvimagesink_xvimage_put),
10752 (gst_xvimagesink_xwindow_update_geometry),
10753 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10754 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10755 (gst_xvimagesink_xcontext_clear),
10756 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10757 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10758 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10759 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10760 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10761 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10762 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10763 expose while being PAUSED, out of data flow navigation events, etc..
10765 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10767 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10768 * gst-libs/gst/audio/audio.h:
10769 fix prototype - wondering why the test worked regardless
10771 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10773 * check/Makefile.am:
10774 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10775 * gst-libs/gst/audio/audio.h:
10776 add a method that returns a proper GstClockTime
10778 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10780 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10781 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10782 * gst-libs/gst/interfaces/xoverlay.h:
10783 Remove everything having to do with the desired size; add
10784 gst_x_overlay_prepare_xwindow_id() function; remove the
10785 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10786 post a message on the bus instead (#321816).
10788 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10789 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10790 (gst_xvimagesink_xoverlay_init):
10791 Remove desired size stuff (#321816).
10793 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10795 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10796 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10797 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10798 Terminate vararg functions with NULL instead of 0 to
10801 2005-11-21 Andy Wingo <wingo@pobox.com>
10803 patch by: Sebastien Cote <sebas642@yahoo.ca>
10805 * gst-libs/gst/rtp/gstrtpbuffer.h:
10806 * gst-libs/gst/rtp/gstrtpbuffer.c
10807 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10809 2005-11-21 Andy Wingo <wingo@pobox.com>
10811 * gst/playback/gstplaybin.c (gen_audio_element)
10812 (gen_video_element): Use the new MISSING_PLUGIN core error
10813 category. Closes #320060.
10815 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10816 * gst/videorate/gstvideorate.c (gst_videorate_event):
10817 * ext/theora/theoradec.c (theora_dec_sink_event):
10818 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10821 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10822 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10823 stream lock changes.
10825 2005-11-21 Wim Taymans <wim@fluendo.com>
10827 * gst-libs/gst/audio/gstbaseaudiosink.c:
10828 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10829 (gst_base_audio_sink_provide_clock),
10830 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10831 (gst_base_audio_sink_change_state):
10832 * gst/audioresample/gstaudioresample.c:
10833 Segment update fix.
10835 2005-11-21 Andy Wingo <wingo@pobox.com>
10838 * *.c: Ran scripts/update-macros. Oh yes.
10840 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10842 * sys/ximage/Makefile.am:
10843 * sys/ximage/ximage.c:
10844 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10845 remove your old libgstximage.* manually if necessary).
10847 2005-11-21 Michael Smith <msmith@fluendo.com>
10849 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10850 Minimal fix for bug #320200: set the min/max bitrate in the correct
10851 units. A better fix would be to upgrade to the RATEMANAGE2
10852 interface, rather than using the deprecated interface used here, but
10853 that would require an update in our libvorbis dependency (to 1.1),
10854 which is probably undesirable.
10856 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10858 * ext/libvisual/visual.c: (get_buffer):
10859 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10860 (gst_base_audio_src_fixate):
10861 * gst/audioconvert/gstaudioconvert.c:
10862 (gst_audio_convert_fixate_caps):
10863 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10864 * gst/audiotestsrc/gstaudiotestsrc.c:
10865 (gst_audiotestsrc_src_fixate):
10866 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10867 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10868 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10869 * gst/videotestsrc/gstvideotestsrc.c:
10870 (gst_videotestsrc_src_fixate):
10871 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10872 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10873 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10877 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10879 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10880 (gst_riff_create_iavs_caps):
10881 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10882 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10883 (gst_riff_parse_info):
10884 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10885 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10886 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10887 Fixes for GST_FOURCC_FORMAT API change.
10889 2005-11-21 Andy Wingo <wingo@pobox.com>
10891 patch by: Alessandro Dessina <alessandro nnva org>
10893 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10894 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10895 (gst_ogg_parse_chain):
10896 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10897 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10898 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10899 gst_value_list calls on arrays. Fixes #321962.
10901 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10903 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10904 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10905 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10906 * gst/adder/gstadder.c: (gst_adder_init),
10907 (gst_adder_request_new_pad), (gst_adder_collected),
10908 (gst_adder_change_state):
10909 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10912 2005-11-21 Michael Smith <msmith@fluendo.com>
10914 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10915 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10916 Properly handle pad_push return values.
10918 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10920 * gst-libs/gst/tag/Makefile.am:
10921 * gst-libs/gst/tag/gstvorbistag.c:
10922 (gst_tag_list_to_vorbiscomment_buffer):
10923 Remove obsolete vorbistag element and debug category.
10925 * gst/playback/gstplaybasebin.c: (check_queue):
10926 Don't divide by 0 when queue-threshold is 0.
10928 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10929 Don't modify an existing pixel-aspect-ratio if we fail to read
10932 2005-11-20 Wim Taymans <wim@fluendo.com>
10934 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10935 (gst_vorbisenc_push_packet):
10936 GST_PAD_IS_USABLE is gone, use the return value of
10937 the push or pad_alloc_buffer instead.
10939 2005-11-18 Julien MOUTTE <julien@moutte.net>
10941 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10942 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10943 (gst_ximagesink_ximage_destroy),
10944 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10945 (gst_ximagesink_xwindow_new),
10946 (gst_ximagesink_xwindow_update_geometry),
10947 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10948 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10949 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10950 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10951 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10952 (gst_ximagesink_navigation_send_event),
10953 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10954 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10955 (gst_ximagesink_finalize), (gst_ximagesink_init),
10956 (gst_ximagesink_class_init):
10957 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10958 This new version brings correct software scaling, non flickering
10959 window while resizing, pixel aspect ratio handling, usage of
10960 hardware buffer pools, out of data flow event thread for
10961 navigation and handling of expose events even when being PAUSED,
10962 a new property to keep video aspect ratio when resizing, etc...
10964 2005-11-18 Julien MOUTTE <julien@moutte.net>
10966 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10967 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10970 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10972 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10973 Unsetting IS_SINK flag from the fakesink, so decodebin
10974 never behaves as a sink.
10976 2005-11-17 Wim Taymans <wim@fluendo.com>
10978 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10979 (gst_base_audio_src_change_state):
10980 Fix the audiosrc base class again, we did not unflush.
10982 2005-11-17 Julien MOUTTE <julien@moutte.net>
10984 * examples/seeking/seek.c: (make_dv_pipeline),
10985 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10986 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10987 to ogg/vorbis/theora pipeline.
10989 2005-11-17 Wim Taymans <wim@fluendo.com>
10991 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10992 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10993 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10994 Fix EOS on multiple streams.
10997 2005-11-16 Wim Taymans <wim@fluendo.com>
10999 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11000 (gst_ogg_demux_perform_seek):
11001 Segment done must include stream time.
11003 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11004 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11005 (gst_ogg_mux_change_state):
11006 Fix ogg muxer again.
11008 2005-11-16 Wim Taymans <wim@fluendo.com>
11010 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11013 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11015 * ext/libvisual/visual.c: (gst_visual_init):
11016 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11017 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11018 (gst_ogg_parse_chain):
11019 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11020 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11021 * ext/theora/theoradec.c: (gst_theora_dec_init):
11022 * ext/theora/theoraenc.c: (gst_theora_enc_init):
11023 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11024 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11025 * gst/adder/gstadder.c: (gst_adder_class_init),
11026 (gst_adder_dispose):
11027 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11028 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11029 * gst/videorate/gstvideorate.c: (gst_videorate_init):
11030 Fix a whole set of pad template leaks
11032 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11034 * check/generic/states.c: (GST_START_TEST):
11035 fix the test so that it only checks for elements that are part of
11038 2005-11-16 Michael Smith <msmith@fluendo.com>
11040 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11041 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11042 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11043 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11044 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11045 (gst_ogg_mux_change_state):
11046 Fix leaking collectpads.
11048 2005-11-16 Edward Hervey <edward@fluendo.com>
11050 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11051 (gst_videorate_event), (gst_videorate_chain):
11052 Handle segment seeks
11054 2005-11-16 Wim Taymans <wim@fluendo.com>
11056 * gst-libs/gst/audio/gstbaseaudiosink.c:
11057 (gst_base_audio_sink_provide_clock),
11058 (gst_base_audio_sink_change_state):
11059 Set ringbuffer to non-flushing when going to PAUSED, set to
11060 flushing again when going to READY.
11062 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11063 (gst_ring_buffer_stop):
11064 Start in flushing mode by default.
11065 Don't set flushing in the _stop method, let the app call
11068 2005-11-16 Julien MOUTTE <julien@moutte.net>
11070 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11071 * gst-libs/gst/video/videosink.h: Add helper function needed
11074 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11076 * gst/videoscale/gstvideoscale.c:
11077 (gst_videoscale_handle_src_event):
11078 Don't leak reference to pad parent.
11080 2005-11-16 Wim Taymans <wim@fluendo.com>
11082 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11083 Set ringbuffer to flushing when stopping so that we don't
11084 block on wait_segment anymore and livelock.
11086 2005-11-16 Wim Taymans <wim@fluendo.com>
11088 * examples/seeking/seek.c: (send_event), (do_seek),
11089 (loop_toggle_cb), (segment_done), (main):
11090 Added looping checkbox.
11092 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11094 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11095 (gst_ogg_demux_init):
11096 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11097 (gst_vorbis_dec_init):
11098 revert unrefs, they don't pass make check
11100 2005-11-15 Johan Dahlin <johan@gnome.org>
11102 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11103 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11104 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11105 (gst_vorbis_dec_init):
11106 Fix pad template leaks.
11108 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11111 Make state change function thread safe.
11113 2005-11-15 Edward Hervey <edward@fluendo.com>
11115 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11116 (gst_ogg_demux_class_init):
11117 Implement GstElement::send_event, so we can send seek events
11120 2005-11-14 Julien MOUTTE <julien@moutte.net>
11122 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11123 Discovered how to take away flickering while resizing the
11124 window. Please don't put that in ximagesink, refactoring in
11127 2005-11-14 Michael Smith <msmith@fluendo.com>
11129 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11130 (gst_multifdsink_render):
11131 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11133 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11135 * gst/playback/gstplaybin.c: (gen_audio_element):
11136 Use autoaudiosink, it tends to be more widely available than
11139 2005-11-14 Andy Wingo <wingo@pobox.com>
11141 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11142 as well if it is available. Fixes #316442.
11144 2005-11-14 Michael Smith <msmith@fluendo.com>
11146 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11147 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11148 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11149 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11150 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11151 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11152 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11153 (gst_vorbisenc_change_state):
11154 Fix a small memory leak in vorbisenc.
11155 Fix large memory leaks in oggmux, also fix lots of state change
11158 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11160 * gst/videotestsrc/gstvideotestsrc.c:
11161 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11162 (gst_videotestsrc_src_fixate):
11163 move fixation to a fixate function
11164 remove negotiate function, basesrc's is good enough
11165 fixes a bug for check when using the element alone
11167 2005-11-13 Edward Hervey <edward@fluendo.com>
11169 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11170 (key_toggle_cb), (main):
11171 Added checkboxes for adding/removing the accurate and key_unit seek
11174 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11176 * configure.ac: back to HEAD
11178 === release 0.9.5 ===
11180 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11183 releasing 0.9.5, "No No Kia"
11185 2005-11-11 Edward Hervey <edward@fluendo.com>
11187 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11188 Added parse-launch syntax seeking mode for the seeking example.
11189 This should help stress-test even more cases.
11190 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11192 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11194 * sys/xvimage/xvimagesink.c:
11195 (gst_xvimagesink_navigation_send_event):
11196 Check whether peer pad exists before sending navigation events
11199 2005-11-11 Michael Smith <msmith@fluendo.com>
11201 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11202 (gst_vorbisenc_buffer_from_packet):
11203 * ext/vorbis/vorbisenc.h:
11204 Set duration on encoded buffers. This allows oggmux's
11205 max_page_delay parameter to actually work.
11207 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11209 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11210 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11211 (gst_ffmpegcsp_avpicture_fill):
11212 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11213 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11214 Make palettes work again (see #132341). Use our own macros
11217 2005-11-10 Andy Wingo <wingo@pobox.com>
11219 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11222 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11224 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11225 (gst_ffmpegcsp_transform_caps):
11226 Prefer passthrough in transform_caps
11228 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11230 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11231 check for ALSA errors properly, instead of relying on ALSA's
11232 error strings to serve to the user.
11234 2005-11-10 Wim Taymans <wim@fluendo.com>
11236 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11237 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11238 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11239 Modernise the seek code.
11241 2005-11-10 Michael Smith <msmith@fluendo.com>
11243 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11244 (setup_substreams), (set_active_source):
11245 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11246 trying to go to NULL if we failed to read a file.
11248 2005-11-10 Wim Taymans <wim@fluendo.com>
11250 * gst/audiotestsrc/gstaudiotestsrc.c:
11251 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11252 (gst_audiotestsrc_create):
11253 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11254 (gst_sinesrc_get_times), (gst_sinesrc_create):
11255 * gst/videotestsrc/gstvideotestsrc.c:
11256 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11257 (gst_videotestsrc_create):
11258 The base class can now sync for us.
11260 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11262 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11263 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11264 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11265 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11266 format=(fourcc)I420" ! xvimagesink
11268 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11270 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11271 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11272 (gst_sinesrc_newsegment):
11273 Send newsegment event in TIME format, set duration if
11274 num-buffers is set, fix duration querying.
11276 2005-11-10 Michael Smith <msmith@fluendo.com>
11278 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11279 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11280 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11281 (gst_ogg_mux_collected):
11282 Fix EOS handling, partially. Now forwarding an EOS event once we have
11283 EOS on all pads works correctly. However, we still don't properly set
11284 EOS on the actual ogg stream pages.
11286 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11288 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11289 Set elements to NULL state before disposing of them.
11291 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11293 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11295 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11296 (gst_base_rtp_depayload_init),
11297 (gst_base_rtp_depayload_set_gst_timestamp):
11298 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11299 We need to send a newsegment event for each instance, not
11300 just for the first instance of this class (get rid of
11301 static variable in function). (#321011).
11303 2005-11-08 Michael Smith <msmith@fluendo.com>
11305 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11306 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11307 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11308 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11309 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11310 This makes us mux things correctly according to the ogg muxing
11311 rules. Still not handling EOS correctly right now, though.
11313 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11315 * gst/audioconvert/gstaudioconvert.c:
11318 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11320 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11321 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11322 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11323 creating a new chain; should fix live streaming. Also
11324 add more debug output and fix a typo.
11326 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11328 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11330 * gst/volume/gstvolume.c: (volume_set_caps):
11331 Fix compilation on Solaris with Forte. (#320923)
11333 2005-11-08 Wim Taymans <wim@fluendo.com>
11335 * gst-libs/gst/audio/gstbaseaudiosink.c:
11336 (gst_base_audio_sink_render):
11337 No need to do a typecheck.
11339 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11341 * ext/alsa/gstalsa.h:
11342 We register a debug category, so let's use it.
11344 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11346 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11347 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11348 Fixed a small problem.
11350 2005-11-04 Wim Taymans <wim@fluendo.com>
11352 * examples/seeking/Makefile.am:
11353 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11354 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11355 (make_playerbin_pipeline), (format_value), (update_scale),
11356 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11357 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11358 (print_usage), (main):
11359 Added app for playback speed testing.
11361 * examples/seeking/seek.c: (dynamic_link),
11362 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11363 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11364 (message_received), (main):
11365 Updated seek example.
11367 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11369 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11370 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11371 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11372 (gst_base_rtp_depayload_set_clock):
11373 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11374 Don't sleep on the bench (system clock) when you have a nice
11375 comfortable bed (Gstreamer clock) to sleep on.
11377 2005-11-03 Wim Taymans <wim@fluendo.com>
11379 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11380 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11381 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11382 Handle the case where a pad_block failed.
11384 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11386 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11388 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11389 (gst_base_rtp_depayload_add_to_queue),
11390 (gst_base_rtp_depayload_push),
11391 (gst_base_rtp_depayload_set_gst_timestamp),
11392 (gst_base_rtp_depayload_queue_release):
11393 Fixes some bugs in the depayloader's queuing/de-queueing code.
11395 2005-10-31 Michael Smith <msmith@fluendo.com>
11397 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11398 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11399 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11400 Patch from Alessandro Decina <alessandro@nnva.org>.
11401 Make oggdemux only find the final time in a chain, not per-pad,
11402 since the per-pad information can be very expensive to locate, and
11403 it isn't used anywhere. This makes reading a file containing
11404 OggSkeleton reasonably fast.
11405 Also, make chain finding work when there are logical bitstreams that
11406 can't be decoded. Fixes #319110.
11408 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11410 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11411 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11412 (gst_base_rtp_depayload_chain),
11413 (gst_base_rtp_depayload_add_to_queue),
11414 (gst_base_rtp_depayload_push),
11415 (gst_base_rtp_depayload_set_gst_timestamp),
11416 (gst_base_rtp_depayload_queue_release),
11417 (gst_base_rtp_depayload_start_thread),
11418 (gst_base_rtp_depayload_set_property),
11419 (gst_base_rtp_depayload_get_property):
11420 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11421 Some random fixes, to fullfill the desires of thomas.
11423 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11425 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11426 (gst_base_rtp_depayload_add_to_queue),
11427 (gst_base_rtp_depayload_push):
11428 Fixed the queueing algorithm.
11430 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11432 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11433 (gst_base_rtp_depayload_push):
11436 2005-10-31 Wim Taymans <wim@fluendo.com>
11438 * gst-libs/gst/audio/gstringbuffer.h:
11441 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11442 (gst_ffmpeg_caps_to_pixfmt):
11443 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11444 (gst_ffmpegcsp_set_caps):
11445 Some more comments.
11446 Handle missing required caps fields better.
11448 2005-10-31 Wim Taymans <wim@fluendo.com>
11450 * gst-libs/gst/audio/gstbaseaudiosink.c:
11451 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11452 (gst_base_audio_sink_render):
11453 * gst-libs/gst/audio/gstringbuffer.c:
11454 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11455 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11456 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11457 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11458 (gst_ring_buffer_read):
11459 * gst-libs/gst/audio/gstringbuffer.h:
11460 Add flushing mode to the ringbuffer so that it in all cases does
11461 not try to handle more audio. This makes sure it does not try to
11462 block anymore when flushing and fixes a livelock.
11464 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11466 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11467 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11468 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11469 Explicitly check for -1 values before doing a conversion
11470 and always map them to -1. (#315545)
11472 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11474 * gst/playback/gstplaybin.c: (gen_video_element):
11475 first try autovideosink, then xvimagesink, then error out
11477 add translatable file
11492 update translations
11494 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11496 * gst-libs/gst/rtp/gstbasedepayload.c:
11497 * gst-libs/gst/rtp/gstbasedepayload.h:
11500 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11502 * gst/playback/.cvsignore:
11503 * gst/playback/decodetest.c:
11504 * gst/playback/test3.c:
11505 Port these two tests as well.
11507 2005-10-27 Wim Taymans <wim@fluendo.com>
11509 * ext/theora/theoradec.c: (theora_dec_src_query),
11510 (theora_dec_sink_event):
11511 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11512 (theora_enc_change_state):
11513 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11514 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11515 Take proper locks when handling events.
11517 2005-10-27 Wim Taymans <wim@fluendo.com>
11519 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11520 (gst_adder_change_state):
11521 Fix timestamps and fix deadlock when stopping the collectpads.
11523 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11525 * gst-libs/gst/rtp/gstrtpbuffer.h:
11526 Declaring the payload types as strings too so that they can be used
11527 in the padtemplate inialization.
11529 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11531 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11533 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11534 (gst_base_rtp_depayload_class_init):
11535 Fixes a small but nasty bug. The derived elements no longer segfaults
11538 2005-10-26 Michael Smith <msmith@fluendo.com>
11540 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11541 When clearing an audioconvert context, set tmpbufsize to zero, so
11542 we'll allocate it again later if required.
11543 This fixes audioconvert re-negotiating formats, which previously
11544 segfaulted with a NULL destination buffer.
11546 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11548 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11549 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11550 (gst_base_rtp_depayload_set_gst_timestamp),
11551 (gst_base_rtp_depayload_queue_release):
11552 Fixed a smalll memleak.
11554 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11555 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11556 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11557 (gst_base_rtp_depayload_finalize),
11558 (gst_base_rtp_depayload_setcaps),
11559 (gst_base_rtp_depayload_add_to_queue),
11560 (gst_base_rtp_depayload_push),
11561 (gst_base_rtp_depayload_set_gst_timestamp),
11562 (gst_base_rtp_depayload_queue_release),
11563 (gst_base_rtp_depayload_thread),
11564 (gst_base_rtp_depayload_change_state):
11565 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11566 Changed the C++ comments to C comments
11568 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11570 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11571 * gst/tcp/gsttcpclientsrc.h:
11572 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11573 * gst/tcp/gsttcpserversrc.h:
11574 Remove unused 'curoffset' structure member.
11576 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11578 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11579 (gst_base_rtp_depayload_base_init),
11580 (gst_base_rtp_depayload_finalize):
11581 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11582 * gst-libs/gst/rtp/gstbasertppayload.h:
11583 The pad-template on the sinkpad should be set by the derived classes.
11584 Also added some useful macros.
11586 2005-10-24 Wim Taymans <wim@fluendo.com>
11588 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11589 Correctly flush decoder samples even if we could not
11590 copy them to an output buffer. Fixes #319618.
11592 2005-10-24 Julien MOUTTE <julien@moutte.net>
11594 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11595 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11596 the caps against our xcontext caps.
11598 2005-10-24 Wim Taymans <wim@fluendo.com>
11600 * gst-libs/gst/audio/gstbaseaudiosink.c:
11601 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11603 Use sync property from baseclass to disable sync.
11605 2005-10-24 Wim Taymans <wim@fluendo.com>
11607 * gst-libs/gst/audio/gstbaseaudiosink.c:
11608 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11609 Buffers with no timestamps get aligned with previous buffers or
11610 on underrun, played ASAP.
11612 2005-10-24 Julien MOUTTE <julien@moutte.net>
11614 * gst-libs/gst/video/video.h:
11615 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11616 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11617 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11618 here comes my change on caps for framerate and geometry range.
11619 We are now accepting 1 to MAXINT for width and height, and from
11620 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11621 to be blended correctly in videomixer.
11623 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11628 === release 0.9.4 ===
11630 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11635 releasing 0.9.4, "Velociraptor"
11637 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11639 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11643 2005-10-21 Wim Taymans <wim@fluendo.com>
11645 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11646 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11647 (pad_blocked), (close_pad_link), (new_pad):
11648 Don't try to remove elements twice.
11650 2005-10-21 Wim Taymans <wim@fluendo.com>
11652 * ext/theora/theoradec.c: (theora_dec_src_query),
11653 (theora_dec_sink_event):
11654 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11655 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11656 (vorbis_handle_data_packet):
11657 * ext/vorbis/vorbisdec.h:
11660 * gst-libs/gst/audio/gstbaseaudiosink.c:
11661 (gst_base_audio_sink_render):
11662 Don't try to sync on buffers without a timestamp.
11664 2005-10-21 Wim Taymans <wim@fluendo.com>
11666 * ext/theora/theoradec.c: (theora_dec_src_query),
11667 (theora_dec_sink_event):
11668 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11669 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11670 (vorbis_handle_data_packet):
11671 * ext/vorbis/vorbisdec.h:
11674 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11676 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11677 (gst_vorbisenc_src_query):
11678 Implement position and duration queries.
11680 * gst/playback/test3.c: (update_scale), (main):
11681 Fix for async state changes and print nicer output.
11683 2005-10-20 Wim Taymans <wim@fluendo.com>
11685 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11686 (dump_element_stats), (main):
11687 * gst/playback/test6.c: (main):
11690 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11692 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11693 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11694 Don't use functions for position queries when handling
11697 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11699 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11700 (vorbis_handle_data_packet), (vorbis_dec_chain),
11701 (vorbis_dec_change_state):
11702 * ext/vorbis/vorbisdec.h:
11703 Vorbis streams can be embedded in other container formats
11704 than ogg, container formats where the demuxer might set
11705 timestamps on encoded vorbis buffers instead of those silly
11706 granulepos thingies. In short: make vorbisdec handle
11707 timestamps on incoming buffers as well.
11709 2005-10-20 Wim Taymans <wim@fluendo.com>
11711 * gst/playback/gstplaybasebin.c: (group_destroy),
11712 (gst_play_base_bin_change_state):
11714 Handle case where playbasebin is now ASYNC because
11717 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11719 * gst/audioconvert/Makefile.am:
11720 * gst/audioconvert/bufferframesconvert.c:
11721 * gst/audioconvert/plugin.c: (plugin_init):
11722 * gst/audioconvert/plugin.h:
11723 And bye bye buffer-frames-convert
11725 2005-10-19 Wim Taymans <wim@fluendo.com>
11727 * check/elements/audioconvert.c:
11728 * docs/libs/tmpl/gstaudio.sgml:
11729 * docs/libs/tmpl/gstcolorbalance.sgml:
11730 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11731 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11732 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11733 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11734 * gst-libs/gst/audio/audio.h:
11735 * gst/audioconvert/audioconvert.h:
11736 * gst/audioconvert/gstaudioconvert.c:
11737 (gst_audio_convert_parse_caps):
11738 * gst/volume/gstvolume.c:
11739 Bye bye buffer-frames.
11741 2005-10-19 Wim Taymans <wim@fluendo.com>
11743 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11744 (query_positions_elems), (query_positions_pads), (update_scale),
11745 (do_seek), (set_update_scale), (message_received), (main):
11746 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11747 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11748 (gst_ogg_demux_loop):
11749 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11750 * ext/theora/theoradec.c: (theora_dec_src_query),
11751 (theora_dec_sink_event):
11752 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11753 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11754 * gst/adder/gstadder.c: (gst_adder_query):
11755 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11756 * gst/playback/test3.c: (update_scale):
11757 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11758 (dump_element_stats), (main):
11759 * gst/playback/test6.c: (main):
11760 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11763 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11765 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11766 (xml_check_first_element), (xml_type_find), (smil_type_find),
11768 Add typefinding for SMIL and for generic XML. Based on patch by
11769 Akos Maroy (#308663).
11771 2005-10-18 Wim Taymans <wim@fluendo.com>
11773 * gst/playback/Makefile.am:
11774 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11775 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11776 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11777 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11778 (gst_decode_bin_change_state):
11779 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11780 (gst_play_bin_send_event_to_sink):
11781 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11782 (dump_element_stats), (main):
11783 * gst/playback/test6.c: (main):
11784 Make playbin async, it'll commit state to paused when all streams
11787 Added test6.c to show async behaviour.
11789 2005-10-18 Wim Taymans <wim@fluendo.com>
11791 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11792 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11793 Fix for segment-start/stop API change.
11795 2005-10-18 Wim Taymans <wim@fluendo.com>
11797 * check/Makefile.am:
11798 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11800 Add future test for clock selection.
11802 2005-10-18 Wim Taymans <wim@fluendo.com>
11804 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11805 (gst_alsasink_close):
11806 Set handle to NULL.
11808 * gst-libs/gst/audio/gstringbuffer.c:
11809 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11810 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11811 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11812 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11813 (gst_ring_buffer_read):
11816 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11818 * gst/audiotestsrc/Makefile.am:
11819 * gst/sine/Makefile.am:
11820 * gst/volume/Makefile.am:
11821 fix broken build of controllerized plugins
11823 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11825 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11827 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11828 (gst_riff_create_video_template_caps):
11829 Add support for Indeo-3 (IV32).
11831 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11836 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11838 * gst-libs/gst/video/video.c: (gst_video_get_size):
11839 * gst/audiotestsrc/gstaudiotestsrc.c:
11842 2005-10-17 Andy Wingo <wingo@pobox.com>
11844 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11845 with the collectpads change.
11846 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11848 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11850 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11852 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11853 alloc_buffer flow return to callers.
11854 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11855 change. Fix some memleaks in theoraenc.
11857 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11858 in strange circumstance.
11860 2005-10-17 Julien MOUTTE <julien@moutte.net>
11862 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11863 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11864 from caps, let's use the caps...
11866 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11869 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11871 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11873 * gst-libs/gst/interfaces/Makefile.am:
11876 2005-10-16 Andy Wingo <wingo@pobox.com>
11878 * gst/playback/gstdecodebin.c
11879 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11881 (try_to_link_1): Increase kraziness level.
11883 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11886 restructure like the core one
11887 * gst-libs/gst/audio/Makefile.am:
11888 * gst-libs/gst/interfaces/Makefile.am:
11889 * gst-libs/gst/net/Makefile.am:
11890 * gst-libs/gst/riff/Makefile.am:
11891 * gst-libs/gst/rtp/Makefile.am:
11892 * gst-libs/gst/tag/Makefile.am:
11893 * gst-libs/gst/video/Makefile.am:
11894 use correct linker flags, now the libs are properly versioned
11895 * check/elements/audioconvert.c: (verify_convert):
11896 * ext/alsa/gstalsaplugin.c:
11897 * ext/cdparanoia/gstcdparanoia.c:
11898 * ext/gnomevfs/gstgnomevfs.c:
11899 * ext/libvisual/visual.c:
11900 * ext/ogg/gstogg.c:
11901 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11902 * ext/theora/theora.c:
11903 * ext/vorbis/vorbis.c:
11904 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11905 * gst-libs/gst/tag/gsttagediting.c:
11906 * gst-libs/gst/video/video.c:
11907 * gst/adder/gstadder.c:
11908 * gst/audioconvert/plugin.c:
11909 * gst/audiorate/gstaudiorate.c:
11910 * gst/audioresample/gstaudioresample.c:
11911 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11912 * gst/audioscale/gstaudioscale.c:
11913 * gst/audioscale/resample.c:
11914 * gst/audiotestsrc/gstaudiotestsrc.c:
11915 * gst/ffmpegcolorspace/gstffmpeg.c:
11916 * gst/playback/gstdecodebin.c: (close_pad_link):
11917 * gst/playback/gstplaybin.c: (gen_video_element),
11918 (gen_audio_element):
11919 * gst/sine/gstsinesrc.c:
11920 * gst/subparse/gstsubparse.c:
11921 * gst/tags/gsttagediting.c:
11922 * gst/tcp/gsttcpplugin.c:
11923 * gst/typefind/gsttypefindfunctions.c:
11924 * gst/videorate/gstvideorate.c:
11925 * gst/videoscale/gstvideoscale.c:
11926 * gst/videotestsrc/gstvideotestsrc.c:
11927 * gst/volume/gstvolume.c:
11928 * sys/v4l/gstv4l.c:
11929 * sys/ximage/ximage.c:
11930 * sys/xvimage/xvimagesink.c:
11933 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11935 * ext/vorbis/vorbisenc.c:
11936 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11937 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11938 (gst_tag_to_vorbis_comments):
11939 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11941 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11943 * examples/stats/mp2ogg.c:
11944 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11947 2005-10-13 Michael Smith <msmith@fluendo.com>
11949 * ext/ogg/gstoggmux.c:
11950 Use magic glib macros to define constants as 64 bit, to ensure
11951 appropriate vararg passing.
11953 2005-10-13 Michael Smith <msmith@fluendo.com>
11955 * ext/ogg/gstoggmux.c:
11956 * gst/audioconvert/audioconvert.c: (float):
11957 Don't use LL suffix, as it's not portable, and neither of these
11958 uses required it anyway.
11960 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11962 * examples/indexing/indexmpeg.c: (main):
11963 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11964 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11965 (cdparanoia_convert), (cdparanoia_query):
11966 * ext/cdparanoia/gstcdparanoia.h:
11967 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11968 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11969 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11970 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11971 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11972 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11973 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11974 (gst_multifdsink_render), (gst_multifdsink_start),
11975 (gst_multifdsink_stop):
11976 * gst/tcp/gstmultifdsink.h:
11977 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11978 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11979 (gst_tcpclientsink_stop):
11980 * gst/tcp/gsttcpclientsink.h:
11981 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11982 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11983 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11984 * gst/tcp/gsttcpclientsrc.h:
11985 * gst/tcp/gsttcpserversink.h:
11986 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11987 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11988 (gst_tcpserversrc_stop):
11989 * gst/tcp/gsttcpserversrc.h:
11990 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11991 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11992 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11993 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11994 moved bitshift from macro to enum definition
11996 2005-10-12 Wim Taymans <wim@fluendo.com>
11998 * examples/seeking/Makefile.am:
12001 2005-10-12 Wim Taymans <wim@fluendo.com>
12003 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12004 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12005 Don't assert on normal stuff.
12007 * gst/playback/gstplaybin.c: (do_playbin_seek):
12010 2005-10-12 Wim Taymans <wim@fluendo.com>
12012 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12013 * examples/seeking/Makefile.am:
12014 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12015 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12016 (do_seek), (set_update_scale), (message_received), (main):
12017 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12018 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12019 Update for _get_state() API change.
12021 2005-10-11 Wim Taymans <wim@fluendo.com>
12023 * gst-libs/gst/audio/gstbaseaudiosink.c:
12024 (gst_base_audio_sink_render):
12025 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12026 (gst_base_audio_src_create):
12027 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12028 (gst_ring_buffer_read):
12030 Commit and read from ringbuffer in samples rather than bytes.
12032 2005-10-11 Wim Taymans <wim@fluendo.com>
12034 * gst-libs/gst/audio/gstbaseaudiosink.c:
12035 (gst_base_audio_sink_render):
12036 Respect segment rate and accum when scheduling samples.
12038 2005-10-11 Julien MOUTTE <julien@moutte.net>
12040 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12041 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12042 EOS correctly, that needs more work.
12044 2005-10-11 Wim Taymans <wim@fluendo.com>
12046 * check/generic/states.c: (GST_START_TEST):
12047 remove old property.
12049 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12050 (gst_ogg_demux_perform_seek):
12051 * ext/theora/theoradec.c: (theora_dec_sink_event):
12052 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12053 (vorbis_handle_data_packet):
12054 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12055 (gst_base_rtp_depayload_set_gst_timestamp):
12056 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12057 Update for newsegment API change.
12059 2005-10-11 Michael Smith <msmith@fluendo.com>
12061 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12062 (do_playbin_seek), (gst_play_bin_send_event):
12063 Override send_event differently, so that we can takes bits of
12064 functionality from GstPipeline (special handling for seeks,
12065 including pausing/resuming, and resetting stream time) and still get
12066 the appropriate behaviour of only forwarding event to a single sink,
12067 rather than all of them.
12068 Unfortunately requires a lot of code duplication, but the
12069 alternatives are equally ugly in the end.
12071 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12073 * check/elements/audioconvert.c: (setup_audioconvert),
12074 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12075 (GST_START_TEST), (audioconvert_suite):
12076 clean up tests a little, fix some leaks.
12078 2005-10-10 Wim Taymans <wim@fluendo.com>
12080 * ext/alsa/gstalsasink.c:
12081 Also allow unsigned int.
12083 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12084 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12087 2005-10-10 Wim Taymans <wim@fluendo.com>
12089 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12090 Small update, use API as stated in design docs.
12092 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12093 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12094 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12095 (message_received), (main):
12096 Updated seek example for GOption. Some usability improvements.
12098 2005-10-10 Wim Taymans <wim@fluendo.com>
12100 * gst/audioconvert/audioconvert.h:
12101 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12102 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12103 Alloc temp storage somewhere else where we can do it more
12106 2005-10-10 Wim Taymans <wim@fluendo.com>
12108 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12109 (gst_tcpserversrc_start):
12110 Don't block in accept while doing the state change, move
12111 to poll and make cancellable.
12113 2005-10-09 Philippe Khalaf <burger@speedy.org>
12115 * gst-libs/gst/rtp/rtpbasedepayload.c:
12116 Set timestamp and add queue delay to timestamp
12117 * gst-libs/gst/rtp/rtpbuffer.h:
12118 Set correct payload type for h263
12120 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12122 * gst/audiotestsrc/gstaudiotestsrc.c:
12123 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12124 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12125 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12126 (gst_audiotestsrc_create_triangle),
12127 (gst_audiotestsrc_create_silence),
12128 (gst_audiotestsrc_create_white_noise),
12129 (gst_audiotestsrc_init_pink_noise),
12130 (gst_audiotestsrc_generate_pink_noise_value),
12131 (gst_audiotestsrc_create_pink_noise),
12132 (gst_audiotestsrc_change_wave):
12133 * gst/audiotestsrc/gstaudiotestsrc.h:
12134 fixed typo, added pink noise
12136 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12138 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12140 Add wavpack and spc typefind functions from 0.8 branch.
12142 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12144 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12145 (ar_type_find), (msdos_type_find), (plugin_init):
12146 Add typefind functions for tar archives, ar archives,
12147 RAR archives, and msdos-executables (dlls, exe, etc.).
12148 Some of those would be wrongly identified as mpeg
12149 streams of some sort before (#315550).
12151 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12154 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12155 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12156 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12157 * gst/audiotestsrc/Makefile.am:
12158 * gst/audiotestsrc/gstaudiotestsrc.c:
12159 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12160 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12161 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12162 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12163 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12164 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12165 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12166 (gst_audiotestsrc_create_silence),
12167 (gst_audiotestsrc_create_white_noise),
12168 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12169 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12170 (gst_audiotestsrc_start), (plugin_init):
12171 * gst/audiotestsrc/gstaudiotestsrc.h:
12172 add new plugin and element
12173 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12176 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12178 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12179 (gst_adder_init), (gst_adder_request_new_pad),
12180 (gst_adder_change_state):
12181 Add query function to source pad, so adder reports the correct
12182 time/sample position when queried (#315457); fix state change
12183 function; use GST_DEBUG_FUNCPTR() for pad functions.
12185 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12187 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12188 Fix leaks in typefind registration
12189 Clean up the gratuitous commenting and whitespacing a little
12191 2005-10-08 Wim Taymans <wim@fluendo.com>
12193 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12194 Only actually wait for the thread to be stopped if it's
12197 2005-10-08 Wim Taymans <wim@fluendo.com>
12199 * gst-libs/gst/audio/gstbaseaudiosink.c:
12200 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12201 If we receive EOS we can start playback of what we had.
12203 2005-10-08 Wim Taymans <wim@fluendo.com>
12205 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12206 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12207 (gst_multifdsink_stop):
12208 Fix crasher when going to NULL multiple times.
12210 2005-10-06 Wim Taymans <wim@fluendo.com>
12212 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12213 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12214 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12215 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12216 patch from Edgard Lima <edgard.lima@indt.org.br>
12217 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12219 2005-10-06 Wim Taymans <wim@fluendo.com>
12221 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12222 Report the FLOW_RETURN as string in the error message.
12224 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12225 Don't assert when clearing an unnegotiated buffer.
12227 2005-10-04 Michael Smith <msmith@fluendo.com>
12229 * gst/playback/gstplaybasebin.c: (group_destroy),
12230 (gen_preroll_element), (remove_groups), (setup_source):
12231 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12232 (setup_sinks), (gst_play_bin_send_event),
12233 (gst_play_bin_change_state):
12234 Set state to NULL before removing from bin. Fix refcounting.
12236 2005-10-04 Michael Smith <msmith@fluendo.com>
12238 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12239 Correct refcounting in send_event() function. Previously was wrong
12240 if the first sink was unable to handle the event.
12242 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12245 back to development
12247 === release 0.9.3 ===
12249 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12252 Releasing 0.9.3, "De Facto"
12254 2005-10-03 Andy Wingo <wingo@pobox.com>
12256 * gst/playback/gstdecodebin.c (try_to_link_1)
12257 (remove_element_chain): set element to NULL before removing it.
12259 2005-10-02 Johan Dahlin <johan@gnome.org>
12261 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12262 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12265 2005-10-02 Andy Wingo <wingo@pobox.com>
12267 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12268 (gst_ring_buffer_prepare_read):
12269 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12272 2005-09-29 Wim Taymans <wim@fluendo.com>
12274 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12275 * ext/theora/theoradec.c: (theora_handle_data_packet):
12276 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12277 Propagate error codes from alloc_buffer too.
12279 2005-09-29 Wim Taymans <wim@fluendo.com>
12281 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12284 * gst/playback/Makefile.am:
12285 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12286 (dump_element_stats), (main):
12287 Added example stream introspection code.
12289 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12291 * gst/adder/gstadder.c: (gst_adder_collected):
12292 fix adder for float elements
12294 2005-09-28 Wim Taymans <wim@fluendo.com>
12296 * gst-libs/gst/audio/gstbaseaudiosink.c:
12297 (gst_base_audio_sink_class_init),
12298 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12299 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12300 (gst_base_audio_src_class_init),
12301 (gst_base_audio_src_provide_clock):
12302 get_clock -> provide_clock
12304 2005-09-28 Andy Wingo <wingo@pobox.com>
12306 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12309 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12312 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12313 Actually add the pad template.
12314 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12316 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12319 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12320 from fdsrc. Get caps in create() instead of start() so it can be
12321 interrupted. Interruption somewhat untested.
12323 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12324 Proper EOS handling.
12326 2005-09-27 Andy Wingo <wingo@pobox.com>
12328 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12330 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12332 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12334 * gst/tcp/gsttcp.h:
12335 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12336 out of tcpclientsrc.c. Cancellable.
12337 (gst_tcp_socket_read): Made private, cancellable, with better
12338 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12339 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12340 whole buffer, and better diagnostics.
12341 (gst_tcp_gdp_read_caps): Same.
12343 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12345 2005-09-26 Andy Wingo <wingo@pobox.com>
12347 * gst/sine/gstsinesrc.h:
12348 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12349 change the 'sync' property to 'is-live' and implement it halfway,
12350 update for controller api change.
12352 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12353 controller api change.
12355 2005-09-24 Wim Taymans <wim@fluendo.com>
12357 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12358 * gst-libs/gst/audio/gstaudiosink.c:
12359 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12360 (gst_audioringbuffer_stop):
12361 * gst-libs/gst/audio/gstbaseaudiosink.c:
12362 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12363 (gst_base_audio_sink_change_state):
12364 * gst-libs/gst/audio/gstbaseaudiosink.h:
12365 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12366 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12367 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12368 * gst-libs/gst/audio/gstringbuffer.h:
12369 Fix sync again. Moved sample alignment to basesink.
12371 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12373 * docs/plugins/Makefile.am:
12374 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12375 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12376 * gst/volume/gstvolume.c:
12378 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12379 * gst-libs/gst/audio/audio.h:
12380 add conversion macros for frames <-> clocktime
12382 2005-09-23 David Schleef <ds@schleef.org>
12384 * gst/audioresample/Makefile.am:
12385 * gst/audioresample/debug.h:
12386 * gst/audioresample/gstaudioresample.c:
12387 * gst/audioresample/resample.c: Convert to using gst debugging
12389 2005-09-22 Wim Taymans <wim@fluendo.com>
12391 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12392 (gst_play_bin_send_event):
12393 Only seek on one sink, the first one that succeeds.
12395 2005-09-22 Michael Smith <msmith@fluendo.com>
12397 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12398 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12399 Don't flush encoder state unless we have an initialised encoder.
12400 Clear out encoder state on PAUSED_TO_READY.
12402 2005-09-22 Wim Taymans <wim@fluendo.com>
12404 * gst-libs/gst/rtp/gstbasertppayload.c:
12405 (gst_basertppayload_class_init), (gst_basertppayload_init),
12406 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12407 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12408 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12409 (gst_basertppayload_set_property),
12410 (gst_basertppayload_get_property),
12411 (gst_basertppayload_change_state):
12412 * gst-libs/gst/rtp/gstbasertppayload.h:
12413 Added max-ptime to control amount of data in the rtp packets.
12415 2005-09-21 Andy Wingo <wingo@pobox.com>
12417 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12420 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12421 can be called multiple times, dogs.
12423 2005-09-21 Wim Taymans <wim@fluendo.com>
12425 * gst-libs/gst/rtp/gstbasertppayload.c:
12426 (gst_basertppayload_class_init), (gst_basertppayload_init),
12427 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12428 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12429 (gst_basertppayload_push), (gst_basertppayload_get_property),
12430 (gst_basertppayload_change_state):
12433 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12435 * docs/libs/compiling.sgml:
12438 2005-09-20 Wim Taymans <wim@fluendo.com>
12440 * gst-libs/gst/rtp/gstbasertppayload.c:
12441 (gst_basertppayload_class_init), (gst_basertppayload_init),
12442 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12443 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12444 (gst_basertppayload_push), (gst_basertppayload_set_property),
12445 (gst_basertppayload_get_property),
12446 (gst_basertppayload_change_state):
12447 * gst-libs/gst/rtp/gstbasertppayload.h:
12448 Added property to configure sequence number offsets.
12450 2005-09-20 Wim Taymans <wim@fluendo.com>
12452 * gst-libs/gst/rtp/gstbasertppayload.c:
12453 (gst_basertppayload_class_init), (gst_basertppayload_init),
12454 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12455 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12456 (gst_basertppayload_push), (gst_basertppayload_set_property),
12457 (gst_basertppayload_get_property),
12458 (gst_basertppayload_change_state):
12459 * gst-libs/gst/rtp/gstbasertppayload.h:
12460 Make timestamp offset configurable.
12462 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12464 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12465 fix wrong pop/unref
12467 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12469 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12471 * gst-libs/gst/interfaces/propertyprobe.c:
12472 (gst_property_probe_probe_property_name),
12473 (gst_property_probe_needs_probe_name),
12474 (gst_property_probe_get_values_name),
12475 (gst_property_probe_probe_and_get_values_name):
12476 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12477 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12479 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12481 * check/Makefile.am:
12482 have some tests be disabled for valgrinding
12483 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12485 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12486 Fix A Leak. Chain To Parent Finalize.
12488 2005-09-19 Wim Taymans <wim@fluendo.com>
12490 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12491 Fixed wav pipeline.
12493 2005-09-19 Wim Taymans <wim@fluendo.com>
12495 * gst-libs/gst/rtp/gstbasertppayload.c:
12496 (gst_basertppayload_class_init), (gst_basertppayload_init),
12497 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12498 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12499 (gst_basertppayload_push), (gst_basertppayload_get_property),
12500 (gst_basertppayload_change_state):
12501 Posting ERROR and WARNING messages is good.
12503 2005-09-19 Wim Taymans <wim@fluendo.com>
12505 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12506 (gst_base_rtp_depayload_add_to_queue),
12507 (gst_base_rtp_depayload_push),
12508 (gst_base_rtp_depayload_set_gst_timestamp),
12509 (gst_base_rtp_depayload_queue_release):
12510 This one was not supposed to go in.
12512 2005-09-19 Wim Taymans <wim@fluendo.com>
12514 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12517 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12518 (gst_base_rtp_depayload_chain),
12519 (gst_base_rtp_depayload_add_to_queue),
12520 (gst_base_rtp_depayload_push),
12521 (gst_base_rtp_depayload_set_gst_timestamp),
12522 (gst_base_rtp_depayload_queue_release):
12525 * gst-libs/gst/rtp/gstbasertppayload.c:
12526 (gst_basertppayload_class_init), (gst_basertppayload_init),
12527 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12528 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12529 (gst_basertppayload_get_property),
12530 (gst_basertppayload_change_state):
12531 Added debugging category.
12533 2005-09-18 David Schleef <ds@schleef.org>
12535 * gst/playback/gstdecodebin.c: free plugin list correctly
12536 * gst/playback/gstplaybin.c: emit warning if autovideosink
12537 and autoaudiosink can't be found (instead of segfaulting)
12539 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12541 * check/elements/audioconvert.c: (GST_START_TEST):
12542 try out 24 bit conversion
12544 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12546 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12547 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12548 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12549 * ext/vorbis/vorbisenc.h:
12550 Fix EOS handling. Still needs a fix in the ogg muxer to
12551 mark the last page as eos.
12553 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12555 * common/gtk-doc-plugins.mak:
12556 * docs/plugins/Makefile.am:
12557 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12558 * gst/ffmpegcolorspace/Makefile.am:
12559 * gst/ffmpegcolorspace/avcodec.h:
12560 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12561 * gst/tcp/gstmultifdsink.c:
12562 fix up ffmpegcolorspace docs; extract header
12564 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12566 * common/gtk-doc-plugins.mak:
12567 * docs/plugins/Makefile.am:
12568 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12569 * ext/theora/Makefile.am:
12570 * ext/theora/gsttheoraenc.h:
12571 * ext/theora/theoraenc.c:
12572 * ext/vorbis/vorbisenc.c:
12573 pick up signals and args for vorbis; add some docs for vorbis
12575 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12577 * common/gstdoc-scangobj:
12578 * common/gtk-doc-plugins.mak:
12579 * docs/libs/Makefile.am:
12580 * docs/plugins/gst-plugins-base-plugins.args:
12581 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12582 * docs/plugins/gst-plugins-base-plugins.interfaces:
12583 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12584 * docs/plugins/gst-plugins-base-plugins.signals:
12585 only scanobj stuff from our source module. Not sure yet
12586 if that's correct, given the hierarchy stuff :)
12588 2005-09-15 Wim Taymans <wim@fluendo.com>
12590 * gst/audioconvert/gstaudioconvert.c:
12591 And enable 24 bits mode as well..
12593 2005-09-15 Wim Taymans <wim@fluendo.com>
12595 * gst-libs/gst/rtp/Makefile.am:
12596 * gst-libs/gst/rtp/gstbasertppayload.c:
12597 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12598 (gst_basertppayload_class_init), (gst_basertppayload_init),
12599 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12600 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12601 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12602 (gst_basertppayload_set_property),
12603 (gst_basertppayload_get_property),
12604 (gst_basertppayload_change_state):
12605 * gst-libs/gst/rtp/gstbasertppayload.h:
12606 Added rtp payloader base class.
12608 2005-09-15 Andy Wingo <wingo@pobox.com>
12610 * configure.ac (plugindir): Remove the EOL matcher from the
12611 regexp, as it causes me problems. Libtool? Make? Who knows?
12613 2005-09-14 David Schleef <ds@schleef.org>
12615 * check/generic/states.c:
12616 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12617 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12618 Fixes for changes in registry API.
12620 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12621 to GST_PLUGIN_LDFLAGS.
12622 * ext/libvisual/visual.c: Make the library shut up.
12623 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12624 * gst-libs/gst/audio/gstaudiofilter.c: same
12626 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12628 * docs/plugins/Makefile.am:
12629 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12630 * docs/plugins/inspect/plugin-libvisual.xml:
12631 * docs/plugins/tmpl/element-tcpserversink.sgml:
12632 * ext/theora/theoraenc.c:
12633 add libvisual plugin and theoraenc element to docs
12635 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12637 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12638 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12639 * ext/theora/theoraenc.c:
12642 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12644 * gst/audioconvert/Makefile.am:
12645 Audioconvert derives from GstBaseTransform and should
12646 link to the library with our base elements to avoid
12647 unresolved symbols. Makes things work with MinGW (#316160)
12649 * gst/playback/test4.c: (main):
12650 Fix MinGW build problem and use g_usleep() instead of
12653 2005-09-12 Wim Taymans <wim@fluendo.com>
12655 * gst/audioconvert/audioconvert.c: (float),
12656 (audio_convert_prepare_context), (audio_convert_convert):
12657 * gst/audioconvert/audioconvert.h:
12658 Cleanups, speedups, simplifications, added back support
12661 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12663 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12664 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12665 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12666 * docs/plugins/tmpl/element-tcpserversink.sgml:
12667 * gst/ffmpegcolorspace/gstffmpeg.c:
12668 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12669 * gst/videotestsrc/gstvideotestsrc.c:
12670 * gst/volume/gstvolume.c:
12671 add more elements to the docs
12673 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12675 * check/Makefile.am:
12676 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12677 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12678 Add extra tests for basetransform based components.
12679 Comment out the test_element_negotiation test until we decide
12680 if it's testing correct behaviour.
12681 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12682 (gst_visual_chain), (gst_visual_change_state):
12683 Slightly more correct but still bogus timestamping.
12684 Fix state change function.
12685 * gst/audioconvert/gstaudioconvert.c:
12686 (gst_audio_convert_class_init):
12687 * gst/audioresample/gstaudioresample.c:
12688 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12689 (gst_ffmpegcsp_class_init):
12690 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12691 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12692 (gst_videoscale_prepare_image):
12693 * gst/volume/gstvolume.c: (gst_volume_class_init),
12694 (volume_transform_ip):
12695 Basetransform updates. Enable passthrough modes.
12696 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12697 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12698 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12699 Negotiation fix that allows the window to return to the original
12700 size and renegotiate passthrough upstream. Extra debug output.
12702 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12704 * gst/sine/gstsinesrc.c:
12705 * gst/volume/gstvolume.c:
12706 fix up header include
12708 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12710 * gst-libs/gst/audio/gstbaseaudiosink.c:
12711 (gst_base_audio_sink_render):
12712 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12713 * gst/volume/gstvolume.c: (gst_volume_class_init),
12714 (volume_transform):
12715 fixing lost sync, some more debugging
12717 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12719 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12720 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12721 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12722 (gst_xvimagesink_check_xshm_calls):
12723 Fix compilation when XShm is not available.
12725 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12727 * ext/libvisual/visual.c: (gst_visual_dispose),
12728 (gst_visual_getcaps), (gst_visual_src_setcaps),
12729 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12730 (gst_visual_change_state):
12731 Finish fixing up libvisual plugin so that it runs.
12733 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12735 * ext/vorbis/vorbisenc.c:
12736 * gst-libs/gst/tag/gstvorbistag.c:
12737 gsttaginterface.h -> gsttagsetter.h
12739 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12741 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12742 added another test that failes for me (test is not active by default)
12744 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12747 v4l2 is no longer in gst-plugins-base
12749 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12752 In the output at the end, don't show the first plugin on the same
12753 line as "Core plug-ins, always built:".
12754 Indent the output as for other plugin categories
12755 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12756 #define that can be used to not use peer buffer_alloc functions for
12758 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12759 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12760 (gst_ximagesink_show_frame):
12761 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12762 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12763 (gst_xvimagesink_show_frame):
12764 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12765 fails gracefully instead of XError aborting or deadlocking.
12767 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12769 * ext/libvisual/Makefile.am:
12770 link against gst-base-libs
12772 2005-09-06 David Schleef <ds@schleef.org>
12774 * configure.ac: Enable libvisual plugin.
12775 * ext/libvisual/Makefile.am:
12776 * ext/libvisual/visual.c: Fixes to make it compile.
12778 === release 0.9.2 ===
12780 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12785 * docs/random/ChangeLog-0.8:
12786 releasing 0.9.2, "Spoon"
12788 2005-09-05 Michael Smith <msmith@fluendo.com>
12790 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12791 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12792 that in the vorbisenc element.
12794 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12796 * common/gtk-doc-plugins.mak:
12797 * docs/plugins/Makefile.am:
12799 * gst/audioresample/resample.c:
12800 fix wrong docstring
12802 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12804 * common/gst-xmlinspect.py:
12805 * common/gtk-doc-plugins.mak:
12806 only inspect plugins for this given package
12807 require gst-python 0.9
12809 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12813 * common/gst-xmlinspect.py:
12815 * docs/Makefile.am:
12816 * docs/plugins/inspect/plugin-alsa.xml:
12817 * docs/plugins/inspect/plugin-audioresample.xml:
12818 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12819 * docs/plugins/inspect/plugin-ogg.xml:
12820 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12821 * docs/plugins/tmpl/element-multifdsink.sgml:
12822 * docs/plugins/tmpl/element-tcpserversink.sgml:
12823 * docs/plugins/tmpl/element-vorbisenc.sgml:
12824 * gst-plugins-base.spec.in:
12825 various doc-related updates
12827 2005-08-31 Wim Taymans <wim@fluendo.com>
12829 * gst-libs/gst/audio/gstbaseaudiosink.c:
12830 (gst_base_audio_sink_render):
12831 Resync if the buffer timestamps drift more than a 10th
12834 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12836 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12837 (gst_v4lsrc_get_property):
12838 The 'timestamp-offset' property is registered as an int64, so
12839 let's use g_value_{set|get}_int64() in our setter and getter
12840 functions (makes it work and fixes warnings with gst-inspect).
12842 2005-08-30 Wim Taymans <wim@fluendo.com>
12844 * check/elements/audioconvert.c: (setup_audioconvert):
12845 * check/elements/audioresample.c: (setup_audioresample):
12846 * check/elements/volume.c: (setup_volume):
12849 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12851 * common/gtk-doc-plugins.mak:
12852 * common/plugins.xsl:
12853 * docs/plugins/Makefile.am:
12854 make module a param
12856 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12858 * examples/seeking/seek.c: (make_mp3_pipeline),
12859 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12860 (play_cb), (pause_cb), (stop_cb):
12863 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12865 * gst/volume/gstvolume.c: (gst_volume_class_init),
12866 (volume_transform):
12867 do not update controlled params, if buffer has no timestamp
12869 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12872 * gst/sine/Makefile.am:
12873 * gst/volume/Makefile.am:
12874 controllerized elements also need to link against controller-libs ;)
12876 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12878 * docs/libs/tmpl/gstcolorbalance.sgml:
12879 * docs/libs/tmpl/gstgconf.sgml:
12880 * docs/libs/tmpl/gstmixer.sgml:
12881 * docs/libs/tmpl/gstringbuffer.sgml:
12882 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12883 (gst_sinesrc_create):
12884 * gst/volume/gstvolume.c: (gst_volume_class_init),
12885 (volume_transform):
12886 controllerized two audio plugins
12888 2005-08-29 Andy Wingo <wingo@pobox.com>
12890 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12891 (vorbis_handle_data_packet): Fix some int overflow errors.
12893 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12895 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12897 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12898 if it's valid. Fixed streaming-mode playback.
12900 * check/elements/volume.c (cleanup_volume): Fix for running
12903 * check/elements/audioconvert.c: Convert from native endian, not
12906 2005-08-29 Michael Smith <msmith@fluendo.com>
12908 * ext/ogg/Makefile.am:
12909 * ext/ogg/gstogg.c: (plugin_init):
12910 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12911 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12912 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12913 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12914 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12915 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12916 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12917 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12918 Add an ogg parser element.
12920 2005-08-28 Andy Wingo <wingo@pobox.com>
12922 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12924 2005-08-26 Wim Taymans <wim@fluendo.com>
12926 * gst/audioconvert/audioconvert.c: (if), (float),
12927 (audio_convert_get_func_index), (check_default),
12928 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12929 (audio_convert_clean_context), (audio_convert_get_sizes),
12930 (audio_convert_convert):
12933 2005-08-26 Wim Taymans <wim@fluendo.com>
12935 * gst/audioconvert/audioconvert.c: (if), (float),
12936 (audio_convert_get_func_index), (check_default),
12937 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12938 (audio_convert_clean_context), (audio_convert_get_sizes),
12939 (audio_convert_convert):
12940 More elegant and working temp buffer selection algo.
12942 2005-08-26 Wim Taymans <wim@fluendo.com>
12944 * gst/audioconvert/audioconvert.c: (if), (float),
12945 (audio_convert_get_func_index), (check_default),
12946 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12947 (audio_convert_clean_context), (audio_convert_get_sizes),
12948 (get_temp_buffer), (audio_convert_convert):
12949 Use realloc else we lose our original data.
12951 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12953 * gst/audioresample/gstaudioresample.c:
12954 use base class' newsegment to properly timestamp
12956 2005-08-26 Wim Taymans <wim@fluendo.com>
12958 * gst/audioconvert/audioconvert.c: (if), (float),
12959 (audio_convert_get_func_index), (check_default),
12960 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12961 (audio_convert_clean_context), (audio_convert_get_sizes),
12962 (get_temp_buffer), (audio_convert_convert):
12963 * gst/audioconvert/gstaudioconvert.c:
12964 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12965 (gst_audio_convert_transform_caps),
12966 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12967 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12968 Oops, allocate enough space to perform the channel mix.
12970 2005-08-26 Wim Taymans <wim@fluendo.com>
12972 * gst/audioconvert/Makefile.am:
12973 * gst/audioconvert/audioconvert.c: (if), (float),
12974 (audio_convert_get_func_index), (check_default),
12975 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12976 (audio_convert_clean_context), (audio_convert_get_sizes),
12977 (get_temp_buffer), (audio_convert_convert):
12978 * gst/audioconvert/audioconvert.h:
12979 * gst/audioconvert/gstaudioconvert.c:
12980 (gst_audio_convert_class_init), (gst_audio_convert_init),
12981 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12982 (gst_audio_convert_get_unit_size),
12983 (gst_audio_convert_transform_caps),
12984 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12985 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12986 * gst/audioconvert/gstaudioconvert.h:
12987 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12988 (gst_channel_mix_fill_identical),
12989 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12990 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12991 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12992 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12993 (gst_channel_mix_mix):
12994 * gst/audioconvert/gstchannelmix.h:
12995 Cleanups, librarify a bit, optimize, better negotiation and more.
12997 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12999 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13000 Another from MikeS:
13001 During typefinding, don't support negative offsets
13002 (offsets from the end of the stream) in our typefind->peek() function
13003 - nothing embedded in ogg ever needs them. However, we need to recognise
13004 those requests and reject them, otherwise we return invalid pointers.
13006 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13008 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13009 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13010 (vorbisdec_finalize), (vorbis_handle_type_packet):
13011 Big shout-out to MikeS for fixing this giant memory leak.
13014 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13016 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13017 (audio_convert_get_unit_size):
13020 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13022 * check/Makefile.am:
13023 * check/elements/audioconvert.c: (setup_audioconvert),
13024 (cleanup_audioconvert), (get_int_caps), (verify_convert),
13025 (GST_START_TEST), (audioconvert_suite), (main):
13026 add a test for audioconvert
13027 * gst/audioresample/gstaudioresample.c:
13028 * gst/audioresample/gstaudioresample.h:
13029 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13030 note that for buffers of 1/3 sec this means DURATION(c) is
13031 one nanosecond more than for a and b
13033 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13035 * check/Makefile.am:
13036 * check/elements/audioresample.c: (setup_audioresample),
13037 (cleanup_audioresample), (fail_unless_perfect_stream),
13038 (test_perfect_stream_instance), (GST_START_TEST),
13039 add a check for audioresample
13040 (audioresample_suite), (main):
13041 * check/elements/volume.c: (GST_START_TEST):
13042 remove unused method
13043 * gst/audioresample/gstaudioresample.c:
13044 set correct buffer parameters since we're changing them
13045 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13048 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13050 * gst/audioresample/debug.c:
13051 * gst/audioresample/gstaudioresample.c:
13052 add room for extra overlap samples when asked to transform size
13053 protect against possible mem corruption and check for discrepancies
13054 between written size and outbuffer's size so we can warn for
13056 * gst/audioresample/resample.c: (resample_init),
13057 (resample_get_output_size_for_input), (resample_get_output_size),
13058 (resample_set_n_channels), (resample_set_format):
13059 set debug level based on RESAMPLE_DEBUG env var
13060 make sure that get_output_size* returns a whole number of
13062 set sample_size each time either channel or format is set
13063 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13064 * gst/audioresample/resample_functable.c:
13065 (resample_scale_functable):
13066 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13067 remove r->sample_size, it's done in resample.c now
13068 add some debugging to the ref implementation
13069 make sure we only give back bytes that are wholes of the sample
13072 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13073 * gst/playback/gstplaybasebin.c: (fill_buffer):
13074 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13076 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13078 * gst/volume/gstvolume.c:
13079 made set_caps function static
13081 2005-08-24 Wim Taymans <wim@fluendo.com>
13083 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13084 (gst_vorbisenc_change_state):
13085 Stop leaking taglists.
13087 2005-08-24 Wim Taymans <wim@fluendo.com>
13089 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13090 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13091 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13092 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13093 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13094 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13095 Parse seeking events better.
13097 Generate correct newsegment events, fixes seeking in live oggs.
13099 * ext/theora/theoradec.c: (theora_dec_src_query),
13100 (theora_dec_src_event), (theora_dec_src_getcaps),
13101 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13102 Use newsegment values to report correct play time.
13104 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13105 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13106 * ext/vorbis/vorbisdec.h:
13107 Parse and use newsegment values to report correct play time.
13109 * gst-libs/gst/audio/gstbaseaudiosink.c:
13110 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13111 Clear ringbuffer on flush.
13112 Use newsegment values to calculate playback time.
13114 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13116 Basesink does newsegment calculations for us now.
13118 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13120 * check/Makefile.am:
13122 add core's plugins to the mix so that playbin works
13123 * check/generic/states.c: (GST_START_TEST):
13124 set a 0 timeout on pipelines, so they don't force the next
13126 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13127 (gst_play_base_bin_change_state):
13128 remove the crappy error handling and do GST error handling
13130 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13132 * check/Makefile.am:
13133 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13134 add same test as to core, it bitches out on playbin atm.
13136 2005-08-24 Wim Taymans <wim@fluendo.com>
13141 2005-08-24 Wim Taymans <wim@fluendo.com>
13143 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13144 (gst_videoscale_prepare_size), (parse_caps),
13145 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13146 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13147 (gst_videoscale_transform):
13148 * gst/videoscale/gstvideoscale.h:
13149 Refactor, make use of BaseTranform really well.
13151 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13154 compile audioresample
13155 * gst/audioresample/Makefile.am:
13156 * gst/audioresample/buffer.c:
13157 * gst/audioresample/functable.c:
13158 * gst/audioresample/gstaudioresample.c:
13159 * gst/audioresample/gstaudioresample.h:
13160 * gst/audioresample/resample.c:
13161 (resample_get_output_size_for_input):
13162 * gst/audioresample/resample.h:
13163 * gst/audioresample/resample_chunk.c:
13164 * gst/audioresample/resample_functable.c:
13165 * gst/audioresample/resample_ref.c:
13166 port to use basetransform; doesn't work in all cases yet
13168 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13170 * gst/audioconvert/gstaudioconvert.c:
13171 (gst_audio_convert_class_init), (gst_audio_convert_init),
13172 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13173 (audio_convert_fixate_caps), (audio_convert_set_caps),
13174 (audio_convert_transform),
13175 (gst_audio_convert_buffer_to_default_format),
13176 (gst_audio_convert_buffer_from_default_format),
13177 (gst_audio_convert_channels):
13178 * gst/audioconvert/gstchannelmix.c:
13179 * gst/audioconvert/gstchannelmix.h:
13180 port to basetransform
13181 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13182 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13183 (gst_ffmpegcsp_get_unit_size):
13184 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13185 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13186 fix for basetransform changes
13188 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13190 * check/Makefile.am:
13191 Add CHECK_CFLAGS and LDFLAGS
13193 * gst/playback/gstplaybasebin.c: (fill_buffer):
13194 GST_MESSAGE_SRC became a GObject
13196 2005-08-24 Wim Taymans <wim@fluendo.com>
13198 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13199 (gst_ring_buffer_clear_all):
13200 * gst-libs/gst/audio/gstringbuffer.h:
13201 Added function to clear the ringbuffer.
13203 2005-08-24 Andy Wingo <wingo@pobox.com>
13205 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13206 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13207 of _open and _close.
13209 * sys/v4l/gstv4lxoverlay.h:
13210 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13211 an Xv connection here, instead of all the time. Make Xv only be
13212 loaded if you axe for it. Kindof a workaround for buggy behaviour
13213 of Xv when using remote xservers (XvQueryExtension would block).
13214 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13215 replace the _open and _close public API. Only start the xv
13216 connection if necessary.
13217 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13219 2005-08-23 David Schleef <ds@schleef.org>
13221 * gst/audioresample/Makefile.am: Leet audioresampling code
13222 * gst/audioresample/buffer.c:
13223 * gst/audioresample/buffer.h:
13224 * gst/audioresample/debug.c:
13225 * gst/audioresample/debug.h:
13226 * gst/audioresample/functable.c:
13227 * gst/audioresample/functable.h:
13228 * gst/audioresample/gstaudioresample.c:
13229 * gst/audioresample/gstaudioresample.h:
13230 * gst/audioresample/resample.c:
13231 * gst/audioresample/resample.h:
13232 * gst/audioresample/resample_chunk.c:
13233 * gst/audioresample/resample_functable.c:
13234 * gst/audioresample/resample_ref.c:
13236 2005-08-23 Wim Taymans <wim@fluendo.com>
13238 * examples/seeking/seek.c: (make_vorbis_pipeline),
13239 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13240 Small seek updates.
13242 2005-08-23 Andy Wingo <wingo@pobox.com>
13244 * gst-libs/gst/audio/gstbaseaudiosrc.c
13245 (gst_base_audio_src_fixate): Only fixate endianness if it is
13246 present in the caps.
13248 2005-08-22 Andy Wingo <wingo@pobox.com>
13250 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13251 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13252 device-name property.
13254 * gst-libs/gst/audio/gstaudiosrc.h:
13255 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13256 close_device in the ring buffer, like gstaudiosink.
13258 * ext/alsa/gstalsamixer.h:
13259 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13260 macro to implement the interface without much code. Cleanups.
13262 * ext/alsa/gstalsasrc.h:
13263 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13266 * ext/alsa/Makefile.am: Add new files.
13267 * ext/alsa/gstalsamixerelement.c:
13268 * ext/alsa/gstalsamixerelement.c: Split element code out from
13269 mixer code so that alsasrc can be a mixer too.
13271 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13273 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13275 * check/elements/vorbisdec.c: (setup_vorbisdec),
13276 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13277 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13278 (vorbis_handle_identification_packet),
13279 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13280 (vorbis_handle_header_packet), (vorbis_dec_push),
13281 (vorbis_dec_chain):
13282 use the setup/teardown methods to save code. save code is good.
13284 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13286 * check/Makefile.am:
13287 add ext dir for plugins
13288 add vorbisdec test conditionally
13289 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13290 (GST_START_TEST), (volume_suite):
13291 add a test with wrong caps
13292 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13293 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13294 add a vorbisdec test
13295 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13296 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13297 clean up debug output
13298 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13299 yay, fix a segfault/security issue in vorbisdec
13300 gst-launch fakesrc ! vorbisdec wasn't happy
13301 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13302 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13303 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13304 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13305 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13306 (gst_vorbisenc_set_metadata), (get_constraints_string),
13307 (update_start_message), (gst_vorbisenc_setup),
13308 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13309 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13310 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13311 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13312 * ext/vorbis/vorbisenc.h:
13314 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13315 (gst_ffmpegcsp_transform):
13316 have the kow come home
13317 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13319 * gst/volume/gstvolume.c: (volume_set_caps):
13322 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13325 * check/.cvsignore:
13326 * check/Makefile.am:
13327 * check/elements/.cvsignore:
13328 * check/elements/volume.c: (chain_func), (event_func),
13329 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13332 add unit test structure for gst-plugins-base
13333 add a test for volume
13334 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13335 (gst_volume_set_volume), (gst_volume_get_volume),
13336 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13337 (volume_funcfind), (volume_process_float), (volume_process_int16),
13338 (volume_set_caps), (volume_transform), (volume_update_mute),
13339 (volume_update_volume), (volume_set_property),
13340 (volume_get_property):
13341 document a little; use basetransform vmethod _set_caps
13343 2005-08-19 Andy Wingo <wingo@pobox.com>
13345 * ext/alsa/gstalsamixertrack.h:
13346 * ext/alsa/gstalsamixertrack.c:
13347 * ext/alsa/gstalsamixeroptions.h:
13348 * ext/alsa/gstalsamixeroptions.c:
13349 * ext/alsa/gstalsamixer.h:
13350 * ext/alsa/gstalsamixer.c: Port to 0.9.
13352 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13353 Remove gstalsa.c and alsaclock. No more cruft here.
13355 2005-08-18 Wim Taymans <wim@fluendo.com>
13357 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13358 (gst_base_rtp_depayload_chain),
13359 (gst_base_rtp_depayload_add_to_queue),
13360 (gst_base_rtp_depayload_push),
13361 (gst_base_rtp_depayload_queue_release):
13362 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13363 Fix for RTPBuffer changes.
13365 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13366 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13367 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13368 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13369 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13370 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13371 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13372 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13373 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13374 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13375 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13376 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13377 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13378 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13379 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13380 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13381 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13382 (gst_rtpbuffer_get_payload):
13383 * gst-libs/gst/rtp/gstrtpbuffer.h:
13384 Don't subclass GstBuffer but add methods and helper functions
13385 to construct and manipulate RTP packets in regular GstBuffers.
13387 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13389 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13390 moved statement below switch
13391 * gst/volume/gstvolume.c: (gst_volume_class_init):
13394 2005-08-16 Wim Taymans <wim@fluendo.com>
13396 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13397 (gst_base_audio_src_change_state):
13398 Open and close device in READY<->NULL state change.
13400 2005-08-16 Andy Wingo <wingo@pobox.com>
13402 * examples/seeking/Makefile.am: Don't compile non-compiling
13403 compiled objects with the compiler.
13405 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13408 2005-08-12 Philippe Khalaf <burger@speedy.org>
13409 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13410 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13411 Made a thread to release the queue.
13412 Removed timestamp conversion for now.
13414 2005-08-10 Philippe Khalaf <burger@speedy.org>
13415 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13416 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13417 Added rtp timestamp -> gst timestamp conversion.
13418 Fixed several problems with queue.
13420 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13422 * gst-libs/gst/audio/gstaudioclock.h:
13423 * gst-libs/gst/audio/gstaudiofilter.h:
13424 * gst-libs/gst/audio/gstaudiosink.h:
13425 * gst-libs/gst/audio/gstaudiosrc.h:
13426 * gst-libs/gst/audio/gstbaseaudiosink.h:
13427 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13428 * gst-libs/gst/audio/gstringbuffer.h:
13429 * gst-libs/gst/net/gstnetbuffer.h:
13430 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13431 * gst-libs/gst/rtp/gstrtpbuffer.h:
13432 Add padding (you will need to rebuild gst-plugins-base,
13433 gst-plugins and all applications afterwards!)
13435 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13437 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13438 (gst_riff_parse_chunk):
13439 Fix bug in debug message and add some more debug messages.
13441 2005-08-08 Edward Hervey <edward@fluendo.com>
13443 * gst-libs/gst/riff/riff-media.c:
13444 backported updates since branch
13446 2005-08-08 Andy Wingo <wingo@pobox.com>
13448 * gst-libs/gst/audio/gstbaseaudiosink.c
13449 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13450 like good elements should. Close on READY->NULL too.
13452 * gst-libs/gst/audio/gstaudiosink.c
13453 (gst_audioringbuffer_open_device,
13454 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13455 (gst_audioringbuffer_release): Updates for new ring buffer API,
13456 hook into the new audio sink api.
13458 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13459 (GstAudioSinkClass.close): Just open and close the device -- no
13460 resource allocation or configuration.
13461 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13462 vmethods, handle device setup and resource allocation.
13464 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13465 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13468 * gst-libs/gst/audio/gstringbuffer.h
13469 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13472 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13473 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13474 New API functions. The device should be opened before acquiring
13475 and closed after releasing.
13477 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13479 * gst-libs/gst/interfaces/mixer.h:
13480 Reset padding to GST_PADDING.
13482 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13484 * gst/playback/gstplaybin.c: (remove_sinks):
13485 Remove visualization from parent explicitely; works around some
13486 apparent refcount issue that I haven't tracked down yet.
13488 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13490 * ext/alsa/gstalsasink.c: (set_hwparams):
13491 Assign debug category, add negotiation debug msgs.
13493 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13495 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13496 Fix error code for file-not-found to NOT_FOUND.
13498 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13500 * common/gtk-doc-plugins.mak:
13501 * docs/plugins/Makefile.am:
13502 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13503 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13504 renamed to actual element names, so much nicer to look at
13505 * docs/plugins/tmpl/gstmultifdsink.sgml:
13507 * docs/plugins/tmpl/multifdsink.sgml:
13508 * docs/plugins/tmpl/tcpserversink.sgml:
13510 * ext/alsa/gstalsa.c:
13511 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13512 * ext/ogg/gstoggmux.c:
13513 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13514 * gst/playback/gstdecodebin.c:
13515 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13516 * gst/tcp/gsttcpserversink.c:
13517 various fixes and documentation additions
13519 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13521 * common/Makefile.am:
13522 * common/gstdoc-scangobj:
13523 * common/gtk-doc-plugins.mak:
13524 * common/gtk-doc.mak:
13525 add a custom scangobj that uses the registry
13526 add a custom gtk-doc-plugins.mak that uses it
13527 some doc build fixes
13529 * docs/Makefile.am:
13530 * docs/plugins/Makefile.am:
13531 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13532 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13533 * docs/plugins/gst-plugins-base-plugins.types:
13534 * docs/plugins/tmpl/gstmultifdsink.sgml:
13535 add docs for one element, multifdsink
13536 * gst/adder/gstadder.h:
13537 * gst/volume/gstvolume.h:
13538 don't privatize enum
13539 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13540 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13541 (gst_sync_method_get_type), (gst_client_status_get_type),
13542 (gst_multifdsink_class_init),
13543 (gst_multifdsink_client_queue_buffer),
13544 (gst_multifdsink_handle_client_write):
13545 * gst/tcp/gstmultifdsink.h:
13546 * gst/tcp/gsttcp.h:
13547 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13548 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13549 (gst_tcpclientsink_render):
13550 * gst/tcp/gsttcpclientsink.h:
13551 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13552 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13553 (gst_tcpclientsrc_start):
13554 * gst/tcp/gsttcpclientsrc.h:
13555 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13556 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13557 * gst/tcp/gsttcpserversrc.h:
13558 * gst/typefind/gsttypefindfunctions.c:
13559 remove superfluous Type stuff
13561 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13563 * gst/playback/gstplaybin.c: (gen_video_element):
13566 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13568 * gst-libs/gst/gconf/gconf.c:
13569 * gst-libs/gst/gconf/gconf.h:
13570 Fix some Andy Problem [tm].
13572 2005-08-04 Andy Wingo <wingo@pobox.com>
13574 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13575 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13576 (gst_ffmpegcsp_get_size): Adapt to API changes.
13578 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13579 Implement an in-place do-nothing transform.
13581 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13583 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13584 (gst_ximagesink_renegotiate_size):
13585 Do not set new window sizes yet if we prepare a new buffer size
13586 for upstream renegotiation (software scaling) at some point in the
13587 future, because this new size waqs not actually accepted yet. Once
13588 accepted, renegotiation later on will set the new sizes just fine.
13589 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13590 embedding testcase.
13592 2005-08-03 Andy Wingo <wingo@pobox.com>
13594 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13595 (gst_ximagesink_buffer_alloc):
13596 Protect the height, width, and desired_caps with the pool_lock.
13597 Fixes videotestsrc ! queue ! ximagesink.
13599 2005-08-02 Edward Hervey <edward@fluendo.com>
13601 * gst/volume/gstvolume.c:
13602 include left from controller cleanup
13604 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13605 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13606 Stop collectpads before calling the parent state
13607 change function on PAUSED->READY.
13609 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13611 When testing for X libs, use the X CFlags
13612 * gst/adder/gstadder.c: (gst_adder_change_state):
13613 Stop the collectpads before calling parent state change function
13614 on PAUSED->READY, otherwise we deadlock deactivating pads.
13616 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13619 * docs/libs/tmpl/gstcolorbalance.sgml:
13620 * docs/libs/tmpl/gstmixer.sgml:
13621 * examples/Makefile.am:
13622 * gst/sine/Makefile.am:
13623 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13624 (gst_sinesrc_set_property), (plugin_init):
13625 * gst/sine/gstsinesrc.h:
13626 * gst/volume/Makefile.am:
13627 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13628 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13629 (volume_process_float), (volume_process_int16),
13630 (volume_set_property), (plugin_init):
13631 * gst/volume/gstvolume.h:
13632 deactivate and remove dparams (libgstcontrol)
13634 2005-07-29 Wim Taymans <wim@fluendo.com>
13636 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13637 Convert me to BaseTransform!! help..
13639 2005-07-29 Andy Wingo <wingo@pobox.com>
13641 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13644 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13645 support of both endiannesses.
13647 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13649 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13650 Fix confusing debug message (s/event/query/)
13652 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13654 * gst/videotestsrc/videotestsrc.h:
13655 Use "_stdint.h" instead of <stdint.h>
13657 2005-07-27 Wim Taymans <wim@fluendo.com>
13659 * ext/vorbis/Makefile.am:
13660 Revert wrong commit.
13662 2005-07-27 Wim Taymans <wim@fluendo.com>
13664 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13665 More compilation fixen.
13667 2005-07-27 Wim Taymans <wim@fluendo.com>
13669 * gst-libs/gst/audio/gstbaseaudiosink.c:
13670 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13671 (gst_base_audio_sink_create_ringbuffer),
13672 (gst_base_audio_sink_change_state):
13675 2005-07-27 Wim Taymans <wim@fluendo.com>
13677 * examples/seeking/seek.c: (setup_dynamic_link),
13678 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13679 (query_positions_elems), (query_positions_pads), (do_seek):
13680 Update seek example.
13682 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13683 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13684 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13685 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13686 (gst_ogg_demux_handle_event),
13687 (gst_ogg_demux_deactivate_current_chain),
13688 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13689 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13690 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13691 (gst_ogg_demux_loop):
13692 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13693 * ext/theora/theoradec.c: (theora_dec_src_event),
13694 (theora_dec_src_getcaps), (theora_dec_sink_event),
13695 (theora_dec_push), (theora_dec_chain):
13696 * ext/vorbis/Makefile.am:
13697 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13698 (vorbis_dec_sink_event), (vorbis_dec_push),
13699 (vorbis_handle_data_packet):
13700 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13701 (gst_vorbisenc_chain):
13702 * gst/playback/gststreaminfo.c: (cb_probe):
13703 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13704 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13705 * gst/videoscale/gstvideoscale.c:
13706 (gst_videoscale_handle_src_event):
13707 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13708 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13709 (gst_ximagesink_navigation_send_event):
13710 * sys/xvimage/xvimagesink.c:
13711 (gst_xvimagesink_navigation_send_event):
13712 Various event updates and cleanups
13714 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13716 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13717 Fix segfault for I420/YV12.
13719 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13721 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13724 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13726 * gst/playback/gstplaybin.c: (gen_video_element),
13727 (gen_audio_element):
13728 Switch to auto*sink elements as default sinks; add volume element
13729 so that volume control in totem works.
13731 2005-07-21 Wim Taymans <wim@fluendo.com>
13733 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13734 * gst/playback/gstplaybin.c: (setup_sinks),
13735 (gst_play_bin_change_state):
13736 Refcount fix and more comments.
13738 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13740 * sys/ximage/Makefile.am:
13741 * sys/ximage/ximage.c: (plugin_init):
13742 * sys/ximage/ximagesink.c:
13743 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13746 2005-07-21 Wim Taymans <wim@fluendo.com>
13748 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13749 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13750 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13751 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13752 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13753 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13754 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13755 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13756 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13757 Generate correct disconts for live chained oggs.
13759 * gst-libs/gst/audio/gstbaseaudiosink.c:
13760 (gst_base_audio_sink_render),
13761 (gst_base_audio_sink_create_ringbuffer),
13762 (gst_base_audio_sink_change_state):
13763 Handle discont math correctly.
13765 * gst/playback/gstplaybin.c: (add_sink):
13766 Some small debug cleanup.
13768 2005-07-21 Wim Taymans <wim@fluendo.com>
13770 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13771 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13772 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13773 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13774 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13775 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13776 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13777 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13778 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13779 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13780 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13781 (gst_ogg_demux_change_state), (gst_ogg_print):
13782 Reorganize code to send the right disconts when in streaming
13785 2005-07-20 Andy Wingo <wingo@pobox.com>
13787 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13788 fix (?), fixes a seggie mcfalterson (#310894).
13790 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13792 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13793 (gst_ogg_mux_set_header_on_caps):
13794 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13795 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13796 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13797 * gst-libs/gst/audio/multichannel.c:
13798 (gst_audio_set_channel_positions),
13799 (gst_audio_set_structure_channel_positions_list):
13800 * gst/playback/gstdecodebin.c: (dynamic_create):
13801 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13802 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13803 Fixes for API changes in core.
13805 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13807 * gst/playback/gstplaybasebin.c: (fill_buffer):
13808 Use _new_custom() so we can set custom message types for buffering
13811 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13814 * gst-libs/gst/Makefile.am:
13815 * gst-libs/gst/gconf/.cvsignore:
13816 * gst-libs/gst/gconf/Makefile.am:
13817 * gst-libs/gst/gconf/test-gconf.c:
13818 * pkgconfig/Makefile.am:
13819 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13820 * pkgconfig/gstreamer-gconf.pc.in:
13821 Remove gconf stuff, use gconf elements instead from now on.
13823 2005-07-20 Wim Taymans <wim@fluendo.com>
13825 * gst-libs/gst/audio/TODO:
13826 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13827 (gst_audio_clock_get_internal_time):
13828 * gst-libs/gst/audio/gstaudioclock.h:
13829 * gst-libs/gst/audio/gstbaseaudiosink.c:
13830 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13831 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13832 (gst_base_audio_sink_render),
13833 (gst_base_audio_sink_create_ringbuffer),
13834 (gst_base_audio_sink_change_state):
13835 Make sure the audio clock always returns an increasing value.
13837 2005-07-19 Andy Wingo <wingo@pobox.com>
13839 * gst/videotestsrc/: Cleanups.
13841 2005-07-19 Wim Taymans <wim@fluendo.com>
13843 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13846 2005-07-19 Wim Taymans <wim@fluendo.com>
13848 * examples/seeking/seek.c: (make_dv_pipeline),
13849 (make_vorbis_theora_pipeline), (query_rates),
13850 (query_positions_elems), (query_positions_pads), (do_seek):
13851 Make correct DV pipeline.
13853 2005-07-18 Andy Wingo <wingo@pobox.com>
13855 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13856 default. Also because it's the only thing that really works. (This
13857 is used in the GConf elements).
13858 Use AS_LIBTOOL_TAGS.
13860 2005-07-18 Wim Taymans <wim@fluendo.com>
13862 * gst/playback/gstdecodebin.c: (remove_element_chain):
13863 * gst/playback/gstplaybin.c: (add_sink):
13864 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13865 (gst_stream_info_set_mute):
13866 * gst/playback/gststreamselector.c:
13867 (gst_stream_selector_get_linked_pad),
13868 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13869 More leak and compile fixes.
13871 2005-07-18 Wim Taymans <wim@fluendo.com>
13873 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13874 (query_rates), (query_positions_elems), (query_positions_pads),
13875 (do_seek), (seek_cb), (stop_seek):
13876 Updated seek example.
13878 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13879 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13880 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13881 * gst/playback/gstplaybin.c: (add_sink):
13882 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13883 (gst_stream_info_set_mute):
13884 Some refcount leak fixes.
13886 2005-07-16 Wim Taymans <wim@fluendo.com>
13888 * gst-libs/gst/audio/gstbaseaudiosink.c:
13889 (gst_base_audio_sink_render):
13890 Align samples even if we have roundoff errors in the
13891 timestamp conversion.
13893 2005-07-16 Wim Taymans <wim@fluendo.com>
13895 * docs/libs/tmpl/gstringbuffer.sgml:
13896 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13897 (query_rates), (query_positions_elems), (query_positions_pads),
13898 (update_scale), (do_seek):
13899 Updated seek example.
13901 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13902 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13903 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13904 (gst_ogg_demux_loop):
13905 Push out correct discont values.
13907 * ext/theora/theoradec.c: (theora_dec_src_convert),
13908 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13909 (theora_dec_sink_event), (theora_handle_type_packet),
13910 (theora_handle_header_packet), (theora_dec_push),
13911 (theora_handle_data_packet), (theora_dec_chain),
13912 (theora_dec_change_state):
13913 Better timestamping.
13915 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13916 (vorbis_dec_sink_event), (vorbis_dec_push),
13917 (vorbis_handle_data_packet), (vorbis_dec_chain):
13918 * ext/vorbis/vorbisdec.h:
13919 Better timestamping.
13921 * gst-libs/gst/audio/gstbaseaudiosink.c:
13922 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13923 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13924 Handle syncing on timestamps instead of sample offsets. Make
13925 use of DISCONT values as described in design docs.
13927 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13928 (gst_base_audio_src_get_time):
13929 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13930 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13931 (gst_ring_buffer_read):
13932 * gst-libs/gst/audio/gstringbuffer.h:
13933 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13934 (gst_ximagesink_show_frame):
13935 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13936 Correcly convert buffer timestamp to stream time.
13938 2005-07-16 Wim Taymans <wim@fluendo.com>
13940 * gst/audioconvert/gstaudioconvert.c:
13941 (gst_audio_convert_get_buffer):
13942 Timestamp buffers correctly.
13944 * gst/playback/gstplaybin.c: (gen_video_element):
13945 Make internal fakesink silent.
13947 2005-07-15 Wim Taymans <wim@fluendo.com>
13949 * gst/ffmpegcolorspace/Makefile.am:
13950 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13951 (gst_ffmpegcsp_caps_remove_format_info),
13952 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13953 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13954 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13955 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13956 Ported ffmpegcolorspace to basetransform.
13958 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13959 * gst/volume/gstvolume.c: (volume_transform):
13962 2005-07-14 Wim Taymans <wim@fluendo.com>
13964 * gst/videotestsrc/Makefile.am:
13965 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13966 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13967 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13968 (gst_videotestsrc_init), (gst_videotestsrc_event),
13969 (gst_videotestsrc_create), (gst_videotestsrc_start),
13970 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13971 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13972 (gst_videotestsrc_get_property):
13973 * gst/videotestsrc/gstvideotestsrc.h:
13974 Make videotestsrc a pushsrc.
13976 2005-07-14 Wim Taymans <wim@fluendo.com>
13978 * gst/tcp/gstfdset.c: (gst_fdset_free):
13979 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13980 (gst_multifdsink_add), (gst_multifdsink_remove),
13981 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13982 (gst_multifdsink_remove_client_link),
13983 (gst_multifdsink_client_queue_data),
13984 (gst_multifdsink_client_queue_caps),
13985 (gst_multifdsink_client_queue_buffer),
13986 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13987 (gst_multifdsink_stop):
13988 * gst/tcp/gstmultifdsink.h:
13991 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13992 Also draw image when not from a pool.
13994 2005-07-14 Wim Taymans <wim@fluendo.com>
13996 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13997 (mute_stream), (silence_stream):
13998 Small debug additions.
14000 2005-07-14 Wim Taymans <wim@fluendo.com>
14002 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14003 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14004 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14005 Better error recovery, ignore unconnected pads and
14008 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
14010 * docs/libs/tmpl/gstaudio.sgml:
14011 * docs/libs/tmpl/gstcolorbalance.sgml:
14012 * docs/libs/tmpl/gstgconf.sgml:
14013 * docs/libs/tmpl/gstmixer.sgml:
14014 * docs/libs/tmpl/gstringbuffer.sgml:
14015 * docs/libs/tmpl/gsttuner.sgml:
14016 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14017 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14018 (gst_tcpclientsrc_class_init):
14019 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14020 (gst_tcpserversrc_class_init):
14021 * sys/v4l/gstv4lelement.c:
14022 more autistic cleanliness in functions/names/defines
14024 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
14027 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14028 added manually to each Makefile.am so we are sure it goes
14029 *last* and doesn't add -L flags before linking in libs of our
14030 own, like, say, internal .la libs, that then accidentally pick
14031 up the installed copy.
14032 * docs/libs/Makefile.am:
14033 * ext/alsa/Makefile.am:
14034 * ext/cdparanoia/Makefile.am:
14035 * ext/gnomevfs/Makefile.am:
14036 * ext/libvisual/Makefile.am:
14037 * ext/ogg/Makefile.am:
14038 * ext/theora/Makefile.am:
14039 * ext/vorbis/Makefile.am:
14040 * gst-libs/gst/video/Makefile.am:
14041 * gst/adder/Makefile.am:
14042 * gst/audioconvert/Makefile.am:
14043 * gst/audiorate/Makefile.am:
14044 * gst/audioscale/Makefile.am:
14045 * gst/ffmpegcolorspace/Makefile.am:
14046 * gst/playback/Makefile.am:
14047 * gst/sine/Makefile.am:
14048 * gst/subparse/Makefile.am:
14049 * gst/tags/Makefile.am:
14050 * gst/tcp/Makefile.am:
14051 * gst/typefind/Makefile.am:
14052 * gst/videorate/Makefile.am:
14053 * gst/videoscale/Makefile.am:
14054 * gst/videotestsrc/Makefile.am:
14055 * gst/volume/Makefile.am:
14056 * sys/v4l/Makefile.am:
14057 * sys/ximage/Makefile.am:
14058 * sys/xvimage/Makefile.am:
14059 adapt properly to this change. This should make sure that
14060 plugins and libs properly link to the as-yet-uninstalled
14061 copies of stuff like libgstinterfaces and libgstvideo
14063 2005-07-13 Andy Wingo <wingo@pobox.com>
14065 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14066 (gst_v4lsrc_fixate): Fixate on format as well.
14068 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14069 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14070 buffer points to it.
14071 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14072 rather just doing X calls ourselves. Also fixes a memleak.
14074 2005-07-12 Andy Wingo <wingo@pobox.com>
14076 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14077 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14078 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14079 TRUE to avoid deadlocks if an element holds on to our buffers.
14081 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14083 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14084 (gst_sinesrc_init), (gst_sinesrc_create),
14085 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14086 (gst_sinesrc_start):
14087 * gst/sine/gstsinesrc.h:
14088 removing num-buffers property before moving it
14090 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14093 use overridable ERROR_CFLAGS
14094 * docs/libs/gst-plugins-base-libs.types:
14095 * docs/libs/tmpl/gstringbuffer.sgml:
14096 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14097 (gst_alsasink_class_init):
14098 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14099 (gst_alsasrc_class_init):
14100 * gst-libs/gst/audio/audio.h:
14101 * gst-libs/gst/audio/gstaudioclock.h:
14102 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14103 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14104 (gst_audio_filter_link), (gst_audio_filter_init),
14105 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14106 (gst_audio_filter_get_property),
14107 (gst_audio_filter_class_add_pad_templates):
14108 * gst-libs/gst/audio/gstaudiofilter.h:
14109 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14110 (gst_audio_filter_template_get_type),
14111 (gst_audio_filter_template_base_init),
14112 (gst_audio_filter_template_class_init),
14113 (gst_audio_filter_template_init),
14114 (gst_audio_filter_template_set_property),
14115 (gst_audio_filter_template_get_property), (plugin_init),
14116 (gst_audio_filter_template_setup),
14117 (gst_audio_filter_template_filter),
14118 (gst_audio_filter_template_filter_inplace):
14119 * gst-libs/gst/audio/gstaudiosink.c:
14120 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14121 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14122 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14123 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14124 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14125 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14126 * gst-libs/gst/audio/gstaudiosink.h:
14127 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14128 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14129 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14130 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14131 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14132 (gst_audio_src_class_init), (gst_audio_src_init),
14133 (gst_audio_src_create_ringbuffer):
14134 * gst-libs/gst/audio/gstaudiosrc.h:
14135 * gst-libs/gst/audio/gstbaseaudiosink.c:
14136 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14137 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14138 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14139 (gst_base_audio_sink_set_property),
14140 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14141 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14142 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14143 (gst_base_audio_sink_create_ringbuffer),
14144 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14145 * gst-libs/gst/audio/gstbaseaudiosink.h:
14146 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14147 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14148 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14149 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14150 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14151 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14152 (gst_base_audio_src_event), (gst_base_audio_src_create),
14153 (gst_base_audio_src_create_ringbuffer),
14154 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14155 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14156 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14157 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14158 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14159 (gst_ring_buffer_debug_spec_caps),
14160 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14161 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14162 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14163 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14164 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14165 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14166 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14167 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14168 (gst_ring_buffer_clear):
14169 * gst-libs/gst/audio/gstringbuffer.h:
14170 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14171 (gst_video_sink_class_init), (gst_video_sink_get_type):
14172 * gst-libs/gst/video/videosink.h:
14173 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14174 (gst_multifdsink_class_init),
14175 (gst_multifdsink_handle_client_write),
14176 (gst_multifdsink_change_state):
14177 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14178 (gst_tcpclientsink_setcaps):
14179 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14180 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14181 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14182 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14183 (gst_ximagesink_send_pending_navigation),
14184 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14185 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14186 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14187 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14188 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14189 (gst_xvimagesink_send_pending_navigation),
14190 (gst_xvimagesink_navigation_send_event),
14191 (gst_xvimagesink_set_xwindow_id),
14192 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14193 (gst_xvimagesink_get_type):
14194 more macro splitting
14196 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14198 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14199 plug a memleak, allows me to import 1479 albums in one go
14201 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14202 (vorbis_handle_type_packet), (vorbis_dec_chain),
14203 (vorbis_dec_change_state):
14204 fix some format strings
14206 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14208 * docs/libs/tmpl/gstcolorbalance.sgml:
14209 * docs/libs/tmpl/gstmixer.sgml:
14210 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14211 (gst_alsasink_set_property), (gst_alsasink_get_property):
14212 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14213 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14214 add device property
14216 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14218 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14219 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14220 (audiocast_register_listener), (audiocast_thread_run),
14221 (gst_gnomevfssrc_send_additional_headers_callback),
14222 (gst_gnomevfssrc_received_headers_callback),
14223 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14224 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14225 (gst_gnomevfssrc_get_size):
14226 add/clean up debugging
14227 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14230 2005-07-07 Andy Wingo <wingo@pobox.com>
14232 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14233 framerate. Need to get a handle on when exactly this function is
14236 * sys/v4l/v4lsrc_calls.h:
14237 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14238 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14239 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14241 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14242 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14243 v4lelements are sources.
14245 * sys/v4l/gstv4lxoverlay.h:
14246 * sys/v4l/gstv4lxoverlay.c:
14247 * sys/v4l/gstv4ltuner.h:
14248 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14250 * sys/v4l/gstv4lsrc.h:
14251 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14252 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14253 or something should handle that. Made a live source.
14255 * sys/v4l/gstv4lelement.h:
14256 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14257 signals. Some cleanups.
14259 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14261 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14264 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14267 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14269 2005-07-07 Wim Taymans <wim@fluendo.com>
14271 * ext/theora/theoradec.c: (theora_get_query_types),
14272 (theora_dec_src_getcaps), (theora_dec_push):
14273 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14274 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14275 Remove deprecated/unused query types.
14277 2005-07-06 Wim Taymans <wim@fluendo.com>
14279 * ext/alsa/Makefile.am:
14280 * ext/alsa/gstalsaplugin.c: (plugin_init):
14281 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14282 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14283 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14284 (gst_alsasrc_class_init), (gst_alsasrc_init),
14285 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14286 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14287 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14288 (gst_alsasrc_reset):
14289 * ext/alsa/gstalsasrc.h:
14290 * gst-libs/gst/audio/Makefile.am:
14291 * gst-libs/gst/audio/gstaudiosink.c:
14292 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14293 (gst_audioringbuffer_start):
14294 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14295 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14296 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14297 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14298 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14299 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14300 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14301 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14302 * gst-libs/gst/audio/gstaudiosrc.h:
14303 * gst-libs/gst/audio/gstbaseaudiosink.c:
14304 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14305 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14306 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14307 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14308 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14309 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14310 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14311 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14312 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14313 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14314 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14315 (gst_baseaudiosrc_change_state):
14316 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14317 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14318 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14319 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14320 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14321 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14322 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14323 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14324 * gst-libs/gst/audio/gstringbuffer.h:
14325 Added audiosource base classes.
14326 Ported alsasrc, still very basic.
14328 2005-07-06 Wim Taymans <wim@fluendo.com>
14330 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14331 (theora_dec_push), (theora_handle_data_packet):
14332 Prepare for better timestamp fix later.
14334 * gst/audioconvert/gstaudioconvert.c:
14335 List most accurate caps first
14337 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14338 Use proper pad task function.
14340 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14341 (gst_xvimagesink_show_frame):
14342 Fix deadlock when alloc failed.
14344 2005-07-05 Andy Wingo <wingo@pobox.com>
14346 * ext/gnomevfs/gstgnomevfssrc.c:
14347 * gst/sine/gstsinesrc.c:
14348 * gst/tcp/gsttcpserversrc.c:
14349 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14351 * sys/v4l/: Port from 0.8.
14353 * Many files: Null if we got it....
14355 2005-07-05 Andy Wingo <wingo@pobox.com>
14357 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14358 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14361 2005-07-05 Wim Taymans <wim@fluendo.com>
14364 * gst/tcp/Makefile.am:
14366 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14367 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14368 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14369 (is_sync_frame), (gst_multifdsink_handle_client_write),
14370 (gst_multifdsink_render), (gst_multifdsink_start),
14371 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14372 * gst/tcp/gstmultifdsink.h:
14373 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14374 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14375 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14376 * gst/tcp/gsttcp.h:
14377 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14378 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14379 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14380 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14381 * gst/tcp/gsttcpclientsink.h:
14382 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14383 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14384 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14385 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14386 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14387 * gst/tcp/gsttcpclientsrc.h:
14388 * gst/tcp/gsttcpplugin.c: (plugin_init):
14389 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14390 * gst/tcp/gsttcpserversink.h:
14391 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14392 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14393 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14394 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14395 (gst_tcpserversrc_stop):
14396 * gst/tcp/gsttcpserversrc.h:
14397 * gst/tcp/gsttcpsink.c:
14398 * gst/tcp/gsttcpsink.h:
14399 * gst/tcp/gsttcpsrc.c:
14400 * gst/tcp/gsttcpsrc.h:
14401 Ported tcp plugins to 0.9.
14404 2005-07-05 Andy Wingo <wingo@pobox.com>
14406 * gst/playback/gstplaybasebin.c (fill_buffer):
14407 message_new_application fixen.
14409 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14412 2005-07-04 Wim Taymans <wim@fluendo.com>
14414 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14415 Set caps on output buffer.
14417 2005-07-04 Andy Wingo <wingo@pobox.com>
14419 * ext/gnomevfs/gstgnomevfssrc.c
14420 (gst_gnomevfssrc_received_headers_callback)
14421 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14424 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14425 No refcount leakage.
14427 * configure.ac: Enable -Werror.
14429 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14430 * gst/audioconvert/bufferframesconvert.c
14431 (buffer_frames_convert_fixate):
14432 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14433 (gst_audio_convert_fixate):
14434 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14435 (gst_sinesrc_create): Fixate func changes.
14437 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14438 (gst_ximagesink_buffer_alloc): Unused var.
14440 2005-07-01 Andy Wingo <wingo@pobox.com>
14442 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14443 getcaps to do explicit caps. Needs to be done in all decoders,
14444 possibly via a base class.
14446 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14448 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14449 caps on the sink pad, just rely on the pad template. Also, setting
14450 ANY caps on a pad is not valid because the caps are not fixed.
14452 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14453 caps on the buffer, and get the width from the desired_caps if
14455 (gst_ximagesink_renegotiate_size): Implement via setting the
14456 desired_caps on the ximagesink.
14457 (gst_ximagesink_setcaps): Only reset the width of the player if it
14458 wasn't already set. Not sure if this is right.
14459 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14461 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14462 that the user wants. NULL unless the window has been resized.
14464 * gst/volume/gstvolume.c (volume_transform): Adapt to
14465 basetransform refcount changes.
14467 2005-07-01 Andy Wingo <wingo@pobox.com>
14469 * gst/videoscale/gstvideoscale.c:
14470 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14471 from BaseTransform, implements a transform_caps. Removed dead code
14472 including some PAR stuff that was never reached -- should probably
14473 be added back somehow.
14475 2005-07-01 Andy Wingo <wingo@pobox.com>
14477 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14480 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14483 * docs/libs/Makefile.am:
14484 * docs/libs/gst-plugins-libs.types:
14485 * ext/alsa/Makefile.am:
14486 * ext/alsa/gstalsamixer.h:
14487 * ext/alsa/gstalsamixeroptions.h:
14488 * ext/alsa/gstalsamixertrack.h:
14489 * gst-libs/gst/Makefile.am:
14490 * gst-libs/gst/colorbalance/.cvsignore:
14491 * gst-libs/gst/colorbalance/Makefile.am:
14492 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14493 * gst-libs/gst/colorbalance/colorbalance.c:
14494 * gst-libs/gst/colorbalance/colorbalance.h:
14495 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14496 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14497 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14498 * gst-libs/gst/interfaces/Makefile.am:
14499 * gst-libs/gst/interfaces/colorbalance.c:
14500 (gst_color_balance_class_init):
14501 * gst-libs/gst/interfaces/colorbalance.h:
14502 * gst-libs/gst/interfaces/interfaces-marshal.list:
14503 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14504 * gst-libs/gst/interfaces/mixer.h:
14505 * gst-libs/gst/interfaces/mixeroptions.h:
14506 * gst-libs/gst/interfaces/navigation.c:
14507 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14508 * gst-libs/gst/interfaces/tuner.h:
14509 * gst/volume/Makefile.am:
14510 * gst/volume/gstvolume.c:
14511 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14512 * sys/ximage/Makefile.am:
14513 * sys/ximage/ximagesink.c:
14514 * sys/xvimage/Makefile.am:
14515 * sys/xvimage/xvimagesink.c:
14516 fold in all interfaces into an interfaces dir, preserving CVS
14519 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14521 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14522 Fix build after riff changes.
14524 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14526 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14527 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14528 (gst_riff_create_video_template_caps),
14529 (gst_riff_create_audio_template_caps),
14530 (gst_riff_create_iavs_template_caps):
14531 * gst-libs/gst/riff/riff-media.h:
14532 * gst-libs/gst/riff/riff-read.h:
14533 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14534 Add gst_riff_init() to initialize the debug category, instead
14535 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14537 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14539 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14540 Oops, I shouldn't apply hacks.
14542 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14544 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14545 Remove pad_loop function which doesn't work.
14547 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14549 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14550 Send EOS when deactivating.
14551 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14552 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14553 (gen_preroll_element), (probe_triggered), (mute_stream),
14554 (silence_stream), (new_decoded_pad), (setup_substreams),
14555 (set_active_source):
14556 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14557 (remove_sinks), (add_sink):
14558 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14559 Change for new probe API.
14561 2005-06-29 Wim Taymans <wim@fluendo.com>
14563 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14564 * gst-libs/gst/audio/gstbaseaudiosink.c:
14565 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14566 (gst_baseaudiosink_change_state):
14567 * gst-libs/gst/audio/gstbaseaudiosink.h:
14568 * gst-libs/gst/audio/gstringbuffer.c:
14569 (gst_ringbuffer_set_callback):
14570 Fix compilation error.
14571 Ringbuffer starts out as not running.
14572 Free our clock in dispose.
14573 When releasing the ringbuffer we need to renegotiate so
14574 clear the pad caps.
14576 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14580 * docs/Makefile.am:
14581 * docs/libs/Makefile.am:
14582 * docs/libs/gst-plugins-libs-docs.sgml:
14583 * docs/libs/gst-plugins-libs-sections.txt:
14584 * docs/libs/gst-plugins-libs.types:
14585 * docs/libs/tmpl/gstaudio.sgml:
14586 * docs/libs/tmpl/gstcolorbalance.sgml:
14587 * docs/libs/tmpl/gstringbuffer.sgml:
14588 * gst-libs/gst/audio/gstringbuffer.c:
14589 (gst_ringbuffer_set_callback):
14590 reinstate gtk-doc docs for plugin libs
14592 2005-06-28 Wim Taymans <wim@fluendo.com>
14594 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14595 (gst_ogg_demux_init):
14596 Removed pad loop function.
14598 2005-06-28 Wim Taymans <wim@fluendo.com>
14600 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14601 If we're building a chain we are not in an error case
14602 when we queue a buffer.
14604 2005-06-28 Andy Wingo <wingo@pobox.com>
14606 * *.c: Don't cast to GstObject before reffing/unreffing.
14608 2005-06-27 Andy Wingo <wingo@pobox.com>
14610 * gst/videotestsrc/gstvideotestsrc.c
14611 (gst_videotestsrc_activate_push): Activation API changes.
14613 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14614 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14615 they have refs on the decodebin.
14617 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14619 (gst_ogg_pad_typefind): Don't leak a pad ref.
14620 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14621 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14622 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14624 2005-06-27 Edward Hervey <edward@fluendo.com>
14626 * ext/theora/theoradec.c: (theora_dec_change_state):
14627 re-arranged call to parent's state change in order to avoid locks (or
14630 2005-06-26 Edward Hervey <edward@fluendo.com>
14632 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14633 2nd argument of 'unknow-type' signal is a GstCaps and not a
14636 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14637 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14638 Set the worker thread's running flag to TRUE before starting the
14640 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14641 Catch a failure to add typefind to the bin.
14643 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14645 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14646 (gst_sinesrc_init), (gst_sinesrc_create),
14647 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14648 (gst_sinesrc_start):
14649 * gst/sine/gstsinesrc.h:
14650 add num-buffers and timestamp-offset properties
14651 * gst/videotestsrc/gstvideotestsrc.c:
14652 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14653 (gst_videotestsrc_get_property):
14654 add timestamp-offset property
14656 2005-06-23 Christian Schaller <uraeus@gnome.org>
14658 * configure.ac: add videorate
14659 * gst-plugins-base.spec.in: add videorate
14661 2005-06-23 Wim Taymans <wim@fluendo.com>
14663 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14664 (gst_videorate_getcaps), (gst_videorate_setcaps),
14665 (gst_videorate_event), (gst_videorate_chain):
14666 Fixed videorate, fixating an already fixated caps is not
14669 2005-06-23 Wim Taymans <wim@fluendo.com>
14672 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14673 Buffer on caps is not boxed anymore.
14675 2005-06-22 Wim Taymans <wim@fluendo.com>
14677 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14678 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14679 Set buffers on caps as miniobjects and not as boxed.
14681 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14686 === release 0.9.1 ===
14688 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14709 updates for release
14711 2005-06-09 Andy Wingo <wingo@pobox.com>
14713 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14715 2005-06-09 Andy Wingo <wingo@pobox.com>
14718 * gst-libs/gst/Makefile.am:
14719 * gst-libs/gst/net/Makefile.am:
14720 Add gstnet to build.
14722 2005-06-09 Andy Wingo <wingo@pobox.com>
14724 * gst-libs/gst/gconf/gconf.c:
14725 * gst/playback/test.c:
14726 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14729 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14731 * ext/theora/theoraenc.c (theora_enc_chain):
14732 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14734 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14737 2005-06-02 Wim Taymans <wim@fluendo.com>
14739 * gst-libs/gst/net/Makefile.am:
14740 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14741 * pkgconfig/gstreamer-libs.pc.in:
14742 Added net stuff, version net lib.
14744 2005-06-02 Wim Taymans <wim@fluendo.com>
14746 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14747 (query_rates), (query_positions_elems), (query_positions_pads),
14749 Updated seek example.
14751 2005-06-02 Andy Wingo <wingo@pobox.com>
14753 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14754 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14757 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14758 remove the typefind, the bin dispose will do it for us. When it's
14759 removed and unreffed, the signal handler will be disconnected,
14761 (unlinked): It's too difficult to disconnect from unlinked
14762 handlers, as they are on pads not elements. Just punt if the pads
14763 aren't grandkids of the bin.
14765 2005-06-02 Wim Taymans <wim@fluendo.com>
14768 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14769 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14770 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14771 * ext/theora/theoradec.c: (theora_dec_src_query),
14772 (theora_handle_data_packet):
14773 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14774 (theora_enc_chain):
14775 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14776 (vorbis_handle_data_packet):
14777 * gst/audioconvert/bufferframesconvert.c:
14778 (buffer_frames_convert_chain):
14779 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14780 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14781 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14782 (gst_ffmpegcsp_chain):
14783 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14784 (gst_videorate_getcaps), (gst_videorate_setcaps),
14785 (gst_videorate_event), (gst_videorate_chain):
14786 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14787 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14788 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14789 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14790 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14791 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14792 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14793 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14794 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14795 Cleanups and buffer alloc.
14797 2005-05-31 Wim Taymans <wim@fluendo.com>
14799 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14800 Don't try to call the delay method when the device is not
14803 2005-05-31 Wim Taymans <wim@fluendo.com>
14805 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14806 Get actual segment size and buffer size after opening
14809 2005-05-30 Wim Taymans <wim@fluendo.com>
14811 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14812 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14813 Also FLUSH upstream, makes the loop function exit faster.
14815 * ext/theora/theoradec.c: (theora_dec_src_query):
14816 Some more debug info in the query.
14818 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14819 (gst_ximagesink_setcaps):
14820 Release lock on par error, better error reporting.
14822 2005-05-26 Wim Taymans <wim@fluendo.com>
14824 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14825 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14826 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14827 Clear chains in READY
14828 Queue packets until the chain is activated.
14830 2005-05-25 Wim Taymans <wim@fluendo.com>
14832 * gst-libs/gst/audio/gstaudiosink.c:
14833 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14834 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14835 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14836 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14837 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14838 (gst_audiosink_create_ringbuffer):
14839 * gst-libs/gst/audio/gstbaseaudiosink.c:
14840 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14841 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14842 (gst_baseaudiosink_set_property), (build_linear_format),
14843 (debug_spec_caps), (debug_spec_buffer),
14844 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14845 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14846 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14847 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14848 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14849 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14850 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14851 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14852 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14853 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14854 (wait_segment), (gst_ringbuffer_commit),
14855 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14856 (gst_ringbuffer_clear):
14857 Various small cleanups.
14859 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14860 (gst_audio_convert_change_state):
14861 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14862 No need to take the locks anymore.
14864 2005-05-25 Wim Taymans <wim@fluendo.com>
14866 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14867 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14868 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14870 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14871 (group_destroy), (group_commit), (queue_overrun),
14872 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14873 (mute_stream), (new_decoded_pad), (setup_substreams),
14874 (setup_source), (mute_group_type), (set_active_source),
14875 (gst_play_base_bin_change_state):
14876 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14877 (gen_video_element), (gen_text_element), (gen_audio_element),
14878 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14879 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14880 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14881 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14882 Some playbin cleanups mostly refcounting sloppyness.
14884 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14886 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14887 Work with streaming input.
14889 2005-05-25 Wim Taymans <wim@fluendo.com>
14891 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14892 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14893 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14894 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14895 No need to take the STREAM lock anymore.
14897 2005-05-25 Wim Taymans <wim@fluendo.com>
14899 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14900 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14901 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14902 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14903 (gst_ogg_demux_sink_activate):
14904 * ext/theora/theoradec.c: (theora_dec_src_event),
14905 (theora_handle_comment_packet), (theora_dec_chain),
14906 (theora_dec_change_state):
14907 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14908 (vorbis_handle_data_packet), (vorbis_dec_chain),
14909 (vorbis_dec_change_state):
14910 Remove STREAM locks as they are taken in core now.
14911 Never set bogus granulepos on vorbis/theora.
14912 Fix leaks in theoradec tag parsing.
14914 2005-05-25 Wim Taymans <wim@fluendo.com>
14916 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14917 Fix memleaks, GST_BUFFER_DATA() is not freed.
14919 2005-05-25 Wim Taymans <wim@fluendo.com>
14921 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14922 Open non-blocking, set to blocking mode afterwards to avoid
14923 lockups when audio device is busy.
14925 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14927 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14928 This can't be good.
14930 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14932 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14933 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14934 (gst_audio_convert_setcaps):
14935 Implement instant setup switching.
14937 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14939 * gst/playback/gstplaybasebin.c: (probe_triggered):
14940 Fix missing unlock.
14941 * gst/playback/gstplaybin.c: (add_sink):
14942 First add, then link (otherwise pad link fails).
14944 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14946 * examples/Makefile.am:
14947 fix buildbot (make distcheck)
14949 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14951 * gst/playback/gstplaybin.c: (gen_vis_element):
14952 Remove some wrong code. Doesn't work yet.
14954 2005-05-19 Wim Taymans <wim@fluendo.com>
14956 * gst-libs/gst/net/Makefile.am:
14957 * gst-libs/gst/net/README:
14958 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14959 (gst_netbuffer_class_init), (gst_netbuffer_init),
14960 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14961 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14962 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14963 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14964 * gst-libs/gst/net/gstnetbuffer.h:
14965 Added buffer subclass to store extra to/from addresses for
14966 network sources/sinks.
14968 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14970 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14971 Don't lock an unassigned variable.
14973 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14975 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14976 Increase buffer for video, decrease buffer for other media types.
14977 * gst/playback/gstplaybin.c: (gen_video_element),
14978 (gen_audio_element):
14979 Change names for debugging purposes.
14981 2005-05-18 Wim Taymans <wim@fluendo.com>
14983 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14984 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14985 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14986 (gst_ffmpegcsp_chain):
14987 Enable buffer alloc passthrough if the source and dest
14988 formats are the same.
14990 2005-05-17 Wim Taymans <wim@fluendo.com>
14992 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14993 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14994 (gst_ogg_demux_chain_unlocked):
14995 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14996 (gst_audio_convert_caps_remove_format_info),
14997 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14998 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14999 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15000 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15001 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15002 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15003 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15004 (gst_ffmpegcsp_get_property):
15005 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15006 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15007 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15008 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15009 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15010 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15011 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15012 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15013 Leak fixes in oggdemux.
15014 Some cleanups in audioconvert.
15015 Make passthrough work along with buffer_alloc etc.
15016 Make buffer_alloc and buffer recycling actually work in
15019 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
15021 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15022 make the compiler happy
15024 2005-05-17 Wim Taymans <wim@fluendo.com>
15026 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15027 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15028 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15029 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15030 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15031 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15032 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15033 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15034 (gst_xvimagesink_set_xwindow_id):
15035 * sys/xvimage/xvimagesink.h:
15036 Port xvimagesink to new MiniObject.
15038 2005-05-17 Wim Taymans <wim@fluendo.com>
15040 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15041 (gst_audiofilter_chain):
15042 * gst-libs/gst/audio/gstaudiosink.c:
15043 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15044 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15045 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15046 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15047 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15048 (gst_audiosink_create_ringbuffer):
15049 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15050 (gst_audio_convert_caps_remove_format_info),
15051 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15052 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15053 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15054 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15055 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15056 Fix passthrough in ffmpegcolorspace.
15057 Fix memset in audiosink on wrong memory.
15059 2005-05-16 David Schleef <ds@schleef.org>
15061 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15064 2005-05-16 David Schleef <ds@schleef.org>
15066 Port from GstData to GstMiniObject.
15067 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15068 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15069 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15070 (gst_ogg_mux_collected):
15071 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15072 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15073 (theora_handle_data_packet):
15074 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15075 (theora_set_header_on_caps), (theora_enc_chain):
15076 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15077 (vorbis_handle_comment_packet):
15078 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15079 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15080 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15081 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15082 * gst/audioconvert/gstaudioconvert.c:
15083 (gst_audio_convert_get_buffer):
15084 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15085 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15086 (mute_stream), (silence_stream):
15087 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15088 * gst/volume/gstvolume.c: (volume_transform):
15089 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15090 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15091 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15092 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15093 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15094 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15095 (gst_ximagesink_buffer_alloc):
15096 * sys/ximage/ximagesink.h:
15098 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15100 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15101 (fill_buffer), (check_queue), (queue_threshold_reached),
15102 (queue_out_of_data):
15103 * gst/playback/gstplaybasebin.h:
15104 Post buffer-fullness on the bus.
15106 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15108 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15110 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15111 (group_commit), (probe_triggered), (setup_source),
15112 (gst_play_base_bin_change_state):
15113 * gst/playback/gstplaybasebin.h:
15114 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15115 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15116 (gst_play_bin_change_state):
15117 Move setup_output_pads into a virtual function, remove
15118 group-switch (no longer needed) and redirect (handled by bus
15121 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15123 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15124 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15125 (get_active_group), (get_building_group), (group_destroy),
15126 (group_commit), (check_queue), (queue_overrun),
15127 (queue_threshold_reached), (queue_out_of_data),
15128 (gen_preroll_element), (remove_groups), (unknown_type),
15129 (add_element_stream), (no_more_pads), (probe_triggered),
15130 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15131 (setup_substreams), (setup_source), (finish_source),
15132 (prepare_output), (muted_group_change_state),
15133 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15134 (gst_play_base_bin_change_state):
15135 * gst/playback/gstplaybasebin.h:
15136 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15137 (gst_play_bin_init), (gst_play_bin_set_property),
15138 (gen_video_element), (gen_text_element), (gen_audio_element),
15139 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15140 (gst_play_bin_change_state):
15141 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15142 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15143 (stream_info_change_state), (gst_stream_info_set_mute),
15144 (gst_stream_info_get_property):
15145 * gst/playback/gststreaminfo.h:
15146 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15147 (gst_stream_selector_get_linked_pad),
15148 (gst_stream_selector_getcaps),
15149 (gst_stream_selector_get_linked_pads),
15150 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15151 * gst/playback/gststreamselector.h:
15152 Rough port of playbin. Needs some more work, but is mostly done,
15153 and uses a few locks in important places, which should make stuff
15154 like chain-switches clean. Still uses GST_STATE() in a few places,
15155 which isn't all that good an idea, subtitles/elements disabled
15156 because no elements to test with and thus probably broken, query
15157 and event handling moved to GstBin, internal thread removed
15158 alltogether because the pipeline does that for us now. Can play
15159 Ogg/Vorbis files. Haven't tested anything else yet.
15161 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15163 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15164 Do no-more-pads (needed for autoplugging).
15166 2005-05-10 Andy Wingo <wingo@pobox.com>
15168 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15169 message to the bus with the tags. Still not sent downstream tho.
15171 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15173 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15174 avoid refcounting hassles.
15176 2005-05-09 Andy Wingo <wingo@pobox.com>
15178 * gst/volume/Makefile.am:
15179 * gst/volume/demo.c
15180 * gst/volume/gstvolume.h
15181 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15182 basetransform. Probably need an audio filter base class.
15184 2005-05-09 Wim Taymans <wim@fluendo.com>
15186 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15187 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15188 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15189 (gst_vorbisenc_chain):
15190 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15191 (gst_audio_convert_caps_remove_format_info),
15192 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15193 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15194 Make caps writable before writing to it.
15195 Fix negotiation in audioconvert some more.
15197 2005-05-09 Wim Taymans <wim@fluendo.com>
15199 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15200 (gst_videorate_getcaps), (gst_videorate_setcaps),
15201 (gst_videorate_event), (gst_videorate_chain):
15202 Better negotiation.
15204 2005-05-09 Wim Taymans <wim@fluendo.com>
15206 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15207 (gst_videorate_getcaps), (gst_videorate_setcaps),
15208 (gst_videorate_blank_data), (gst_videorate_init),
15209 (gst_videorate_event), (gst_videorate_chain),
15210 (gst_videorate_change_state):
15211 Port videorate, do a better job at negotiation while we're at
15214 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15219 * examples/Makefile.am:
15220 * gst-libs/gst/audio/Makefile.am:
15221 * gst-libs/gst/riff/Makefile.am:
15222 * gst-libs/gst/tag/Makefile.am:
15223 * gst-libs/gst/video/Makefile.am:
15224 Fixups for missing variables.
15226 2005-05-09 Wim Taymans <wim@fluendo.com>
15228 * examples/seeking/seek.c: (make_theora_pipeline),
15229 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15230 (query_rates), (query_positions_elems), (query_positions_pads),
15231 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15232 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15233 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15234 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15235 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15236 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15237 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15238 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15239 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15240 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15241 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15242 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15243 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15244 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15245 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15246 (theora_dec_src_convert), (theora_dec_sink_convert),
15247 (theora_dec_src_query), (theora_dec_sink_query),
15248 (theora_dec_src_event), (theora_dec_sink_event),
15249 (theora_handle_comment_packet), (theora_handle_type_packet),
15250 (theora_handle_header_packet), (theora_handle_data_packet),
15251 (theora_dec_chain):
15252 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15253 (vorbis_dec_convert), (vorbis_dec_src_query),
15254 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15255 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15256 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15257 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15258 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15259 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15260 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15261 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15262 (gst_play_bin_query):
15263 * gst/playback/test3.c: (update_scale):
15264 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15265 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15266 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15267 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15268 (gst_videotestsrc_src_query):
15269 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15270 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15271 (paint_hline_YUV9):
15272 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15273 Port to new query API.
15275 Cleanups in x[v]imagesink
15277 2005-05-09 Andy Wingo <wingo@pobox.com>
15279 * ext/alsa/gstalsasink.h:
15280 * ext/gnomevfs/gstgnomevfssrc.c:
15281 (gst_gnomevfssrc_get_icy_metadata):
15282 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15283 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15284 * ext/theora/theoradec.c (theora_dec_src_query)
15285 (theora_dec_src_event, theora_dec_sink_event)
15286 (theora_handle_comment_packet, theora_handle_data_packet):
15287 * ext/theora/theoraenc.c (theora_enc_chain):
15288 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15289 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15290 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15291 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15293 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15294 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15295 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15296 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15297 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15298 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15299 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15300 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15301 (paint_setup_RGB565, paint_setup_xRGB1555):
15302 * gst/videotestsrc/videotestsrc.h:
15303 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15304 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15305 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15308 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15309 gst_pad_query_position. Fixes oggdemux.
15311 2005-05-08 David Schleef <ds@schleef.org>
15313 * configure.ac: Require liboil.
15314 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15316 * gst/videotestsrc/videotestsrc.c:
15317 * gst/videotestsrc/videotestsrc.h:
15319 2005-05-06 Wim Taymans <wim@fluendo.com>
15321 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15322 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15323 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15324 Well, unreffing a buffer right before pushing it is asking
15327 2005-05-06 Christian Schaller <uraeus@gnome.org>
15329 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15331 2005-05-06 Wim Taymans <wim@fluendo.com>
15333 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15334 (gst_audio_convert_caps_remove_format_info),
15335 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15336 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15337 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15338 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15339 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15340 * gst/sine/Makefile.am:
15341 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15342 (gst_sinesrc_class_init), (gst_sinesrc_init),
15343 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15344 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15345 (gst_sinesrc_update_freq):
15346 * gst/sine/gstsinesrc.h:
15347 * gst/tcp/gstmultifdsink.c:
15348 * sys/xvimage/xvimagesink.c:
15349 Fixed negotiation wrt _peer_get_caps()
15353 2005-05-06 Wim Taymans <wim@fluendo.com>
15355 * gst-libs/gst/audio/gstaudiosink.c:
15356 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15357 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15358 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15359 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15360 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15361 (gst_audiosink_create_ringbuffer):
15362 * gst-libs/gst/audio/gstbaseaudiosink.c:
15363 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15364 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15365 (gst_baseaudiosink_set_property), (build_linear_format),
15366 (debug_spec_caps), (debug_spec_buffer),
15367 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15368 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15369 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15370 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15371 * gst-libs/gst/audio/gstbaseaudiosink.h:
15372 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15373 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15374 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15375 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15376 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15377 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15378 (wait_segment), (gst_ringbuffer_commit),
15379 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15380 (gst_ringbuffer_clear):
15381 * gst-libs/gst/audio/gstringbuffer.h:
15382 Make the base audiosink return an error when there is no
15383 audiobuffer negotiated.
15385 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15388 Disable cdparanoia until someone ports it!
15390 2005-05-06 Wim Taymans <wim@fluendo.com>
15392 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15393 (gst_ogg_demux_sink_activate):
15394 And revert after wingo's revert.. sigh..
15396 2005-05-05 Andy Wingo <wingo@pobox.com>
15398 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15400 * configure.ac: Return audiorate and subparse from the ghetto.
15401 Re-enable -Wall -Werror.
15402 * gst/subparse/gstsubparse.c:
15403 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15404 or chain-based. Cleaned up a bit. Not tested.
15406 2005-05-05 Christian Schaller <christian@fluendo.com>
15408 * Makefile.am: remove stuff that is not building
15409 * configure.ac: remove stuff that is not building
15410 * examples/Makefile.am: remove stuff that is not building
15411 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15412 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15413 * sys/Makefile.am: remove stuff that is not building
15414 * testsuite/Makefile.am: remove stuff that is not building
15416 2005-05-05 Andy Wingo <wingo@pobox.com>
15418 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15419 * gst-libs/gst/tag/gstvorbistag.c:
15420 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15421 * gst/adder/gstadder.h:
15422 * gst/audioconvert/gstchannelmix.c:
15423 (gst_audio_convert_fill_one_other):
15424 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15425 (gst_audiorate_init), (gst_audiorate_chain):
15426 * gst/playback/gstplaybasebin.c: (setup_source):
15427 * gst/playback/test3.c: (update_scale):
15445 2005-05-05 Wim Taymans <wim@fluendo.com>
15447 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15448 (gst_audio_convert_caps_remove_format_info),
15449 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15450 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15451 * gst/videotestsrc/gstvideotestsrc.c:
15452 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15453 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15454 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15455 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15456 Don't ignore _push() return values.
15457 Make sure no processing is done when shutting down.
15458 Videotestsrc pad activation fix.
15460 2005-05-05 Wim Taymans <wim@fluendo.com>
15462 * gst/adder/Makefile.am:
15463 * gst/adder/gstadder.c: (gst_adder_setcaps),
15464 (gst_adder_class_init), (gst_adder_init),
15465 (gst_adder_request_new_pad), (gst_adder_collected),
15466 (gst_adder_change_state):
15467 * gst/adder/gstadder.h:
15468 Ported adder as an example of a mixer element using
15469 collect pads. Needs more negotiation work.
15471 2005-05-05 Wim Taymans <wim@fluendo.com>
15473 * ext/theora/theoradec.c: (_inc_granulepos),
15474 (theora_dec_src_event), (theora_dec_sink_event),
15475 (theora_handle_comment_packet), (theora_handle_type_packet),
15476 (theora_handle_header_packet), (theora_handle_data_packet),
15477 (theora_dec_chain):
15478 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15479 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15480 (theora_push_buffer), (theora_push_packet),
15481 (theora_enc_sink_event), (theora_enc_chain),
15482 (theora_enc_change_state), (theora_enc_set_property),
15483 (theora_enc_get_property):
15484 Added stream lock to decoder so that we can serialize
15486 More theoraenc porting, recover from errors, do clean
15489 2005-05-05 Wim Taymans <wim@fluendo.com>
15491 * ext/ogg/Makefile.am:
15493 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15494 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15496 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15497 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15498 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15499 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15500 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15501 (gst_ogg_mux_change_state):
15504 2005-05-05 Wim Taymans <wim@fluendo.com>
15506 * docs/design-audiosinks.txt:
15507 * gst-libs/gst/audio/TODO:
15508 * gst-libs/gst/audio/gstaudiosink.c:
15509 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15510 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15511 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15512 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15513 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15514 (gst_audiosink_create_ringbuffer):
15515 * gst-libs/gst/audio/gstbaseaudiosink.c:
15516 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15517 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15518 (gst_baseaudiosink_set_property), (build_linear_format),
15519 (debug_spec_caps), (debug_spec_buffer),
15520 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15521 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15522 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15523 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15524 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15525 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15526 (gst_ringbuffer_release), (gst_ringbuffer_play),
15527 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15528 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15529 (gst_ringbuffer_set_sample), (wait_segment),
15530 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15531 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15532 More work on the audiosink, mostly debugging and a race in
15535 2005-04-28 Wim Taymans <wim@fluendo.com>
15537 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15538 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15539 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15540 (vorbis_dec_src_query), (vorbis_dec_src_event),
15541 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15542 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15543 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15544 Don't crap out when seeking back to position 0.
15546 2005-04-28 Wim Taymans <wim@fluendo.com>
15548 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15549 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15550 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15551 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15552 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15553 Make audio sink configurable, use alsasink as default.
15555 2005-04-28 Wim Taymans <wim@fluendo.com>
15557 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15558 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15559 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15560 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15561 (vorbis_dec_change_state):
15562 * ext/vorbis/vorbisdec.h:
15563 Refactor, use STREAM_LOCK.
15565 2005-04-28 Wim Taymans <wim@fluendo.com>
15567 * ext/theora/theoradec.c: (_inc_granulepos),
15568 (theora_dec_sink_event), (theora_handle_comment_packet),
15569 (theora_handle_type_packet), (theora_handle_header_packet),
15570 (theora_handle_data_packet), (theora_dec_chain),
15571 (theora_dec_change_state):
15572 Refactor a bit, use STREAM_LOCK.
15574 2005-04-28 Wim Taymans <wim@fluendo.com>
15576 * ext/alsa/Makefile.am:
15577 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15578 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15579 (gst_alsa_link), (gst_alsa_close_audio):
15580 * ext/alsa/gstalsaplugin.c: (plugin_init):
15581 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15582 (gst_alsasink_dispose), (gst_alsasink_base_init),
15583 (gst_alsasink_class_init), (gst_alsasink_init),
15584 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15585 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15586 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15587 (gst_alsasink_reset):
15588 * ext/alsa/gstalsasink.h:
15589 Implement alsasink with simple open/write/close API.
15590 Make alsa dir build by disabling compilation of code.
15592 2005-04-28 Wim Taymans <wim@fluendo.com>
15594 * gst-libs/gst/audio/Makefile.am:
15595 * gst-libs/gst/audio/audio.h:
15596 * gst-libs/gst/audio/audioclock.c:
15597 * gst-libs/gst/audio/audioclock.h:
15598 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15599 (gst_audio_clock_class_init), (gst_audio_clock_init),
15600 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15601 * gst-libs/gst/audio/gstaudioclock.h:
15602 * gst-libs/gst/audio/gstaudiosink.c:
15603 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15604 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15605 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15606 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15607 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15608 (gst_audiosink_create_ringbuffer):
15609 * gst-libs/gst/audio/gstbaseaudiosink.c:
15610 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15611 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15612 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15613 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15614 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15615 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15616 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15617 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15618 * gst-libs/gst/audio/gstbaseaudiosink.h:
15619 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15620 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15621 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15622 (gst_ringbuffer_release), (gst_ringbuffer_play),
15623 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15624 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15625 (gst_ringbuffer_set_sample), (wait_segment),
15626 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15627 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15628 * gst-libs/gst/audio/gstringbuffer.h:
15629 Make ringbuffer faster and more simple by removing the locks
15630 in the playback thread.
15631 Add sample accurate playback based on buffer sample offsets.
15632 Make the baseaudiosink provide a clock.
15633 Parse caps in the base class.
15634 Correctly handle seeking, flushing and state changes.
15636 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15639 * gst/audioconvert/Makefile.am:
15640 * gst/audioscale/Makefile.am:
15641 Fix part of the build. Come on guys, autogen didn't even work :)
15643 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15646 * gst-libs/gst/Makefile.am:
15647 * gst-libs/gst/media-info/.cvsignore:
15648 * gst-libs/gst/media-info/Makefile.am:
15649 * gst-libs/gst/media-info/README:
15650 * gst-libs/gst/media-info/media-info-priv.c:
15651 * gst-libs/gst/media-info/media-info-priv.h:
15652 * gst-libs/gst/media-info/media-info-test.c:
15653 * gst-libs/gst/media-info/media-info.c:
15654 * gst-libs/gst/media-info/media-info.h:
15655 * gst-libs/gst/media-info/media-info.vcproj:
15656 * pkgconfig/Makefile.am:
15657 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15658 * pkgconfig/gstreamer-media-info.pc.in:
15659 Remove media-info, which is also successed by playbin (see Totem
15662 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15665 * examples/Makefile.am:
15666 * examples/gstplay/.cvsignore:
15667 * examples/gstplay/Makefile.am:
15668 * examples/gstplay/player.c:
15669 * gst-libs/gst/Makefile.am:
15670 * gst-libs/gst/play/.cvsignore:
15671 * gst-libs/gst/play/Makefile.am:
15672 * gst-libs/gst/play/play.c:
15673 * gst-libs/gst/play/play.h:
15674 * gst-libs/gst/play/play.vcproj:
15675 * pkgconfig/Makefile.am:
15676 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15677 * pkgconfig/gstreamer-play.pc.in:
15678 Remove libgstplay, playbin is now the official successor.
15680 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15683 * gst-libs/gst/Makefile.am:
15684 * gst-libs/gst/xwindowlistener/Makefile.am:
15685 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15686 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15687 Remove deprecated xwindowlistener (I've moved xwindowlistening
15688 in the v4l/v4l2 plugins over to serverside).
15690 2005-04-25 David Schleef <ds@schleef.org>
15692 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15693 to examples/dynparams. Examples do not belong interspersed with
15695 * examples/dynparams/demo-dparams.c:
15696 * gst/sine/Makefile.am:
15697 * gst/sine/demo-dparams.c:
15699 2005-04-25 David Schleef <ds@schleef.org>
15701 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15702 * gst-libs/gst/audio/Makefile.am:
15703 * gst-libs/gst/riff/Makefile.am:
15704 * gst-libs/gst/tag/Makefile.am:
15705 * gst-libs/gst/video/Makefile.am:
15706 * gst-libs/gst/xwindowlistener/Makefile.am:
15708 Convert to 0.9 API, seems to work:
15709 * sys/ximage/Makefile.am:
15710 * sys/ximage/ximagesink.c:
15712 2005-04-24 David Schleef <ds@schleef.org>
15714 Link plugins against libraries:
15715 * ext/alsa/Makefile.am:
15716 * gst/tcp/Makefile.am:
15718 Remove asm code that should be in liboil
15719 * gst/videoscale/Makefile.am:
15720 * gst/videoscale/videoscale_x86_asm.s:
15722 gettext wants these checked in:
15738 2005-04-24 David Schleef <ds@schleef.org>
15740 Convert gst_main() to g_main_loop_run()
15741 * gst/playback/decodetest.c: (main):
15742 * gst/playback/test2.c: (main):
15743 * gst/playback/test3.c: (main):
15744 * gst/playback/test4.c: (main):
15746 Link plugins against libraries:
15747 * ext/libvisual/Makefile.am:
15748 * sys/xvimage/Makefile.am:
15750 2005-04-24 David Schleef <ds@schleef.org>
15752 * configure.ac: Remove idct and resample libs
15753 * gst-libs/gst/Makefile.am: same
15755 Remove usage of gst_library_load():
15756 * ext/alsa/gstalsaplugin.c: (plugin_init):
15757 * ext/libvisual/visual.c: (plugin_init):
15758 * ext/ogg/gstogg.c: (plugin_init):
15759 * ext/theora/theora.c: (plugin_init):
15760 * ext/vorbis/vorbis.c: (plugin_init):
15761 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15762 * gst/audioscale/gstaudioscale.c:
15763 * gst/adder/gstadder.c: (plugin_init):
15764 * gst/audioconvert/plugin.c: (plugin_init):
15765 * sys/ximage/ximagesink.c: (plugin_init):
15766 * sys/xvimage/xvimagesink.c: (plugin_init):
15767 * gst/tcp/gsttcpplugin.c: (plugin_init):
15769 Link plugins against libraries:
15770 * ext/ogg/Makefile.am:
15771 * ext/theora/Makefile.am:
15772 * ext/vorbis/Makefile.am:
15773 * gst/audioconvert/Makefile.am:
15775 Create proper libraries:
15776 * gst-libs/gst/riff/Makefile.am:
15777 * gst-libs/gst/audio/Makefile.am:
15778 * gst-libs/gst/video/Makefile.am:
15780 Move resample library to audioscale plugin directory:
15781 * gst-libs/gst/resample/Makefile.am:
15782 * gst-libs/gst/resample/README:
15783 * gst-libs/gst/resample/dtof.c:
15784 * gst-libs/gst/resample/dtos.c:
15785 * gst-libs/gst/resample/functable.c:
15786 * gst-libs/gst/resample/private.h:
15787 * gst-libs/gst/resample/resample.c:
15788 * gst-libs/gst/resample/resample.h:
15789 * gst-libs/gst/resample/resample.vcproj:
15790 * gst-libs/gst/resample/test.c:
15791 * gst/audioscale/Makefile.am:
15792 * gst/audioscale/README:
15793 * gst/audioscale/dtof.c:
15794 * gst/audioscale/dtos.c:
15795 * gst/audioscale/functable.c:
15796 * gst/audioscale/private.h:
15797 * gst/audioscale/resample.c:
15798 * gst/audioscale/resample.h:
15799 * gst/audioscale/test.c:
15801 Move tagedit library to gst-libs:
15802 * gst-libs/gst/tag/Makefile.am:
15803 * gst-libs/gst/tag/gstid3tag.c:
15804 * gst-libs/gst/tag/gsttagediting.c:
15805 * gst-libs/gst/tag/gsttageditingprivate.h:
15806 * gst-libs/gst/tag/gstvorbistag.c:
15807 * gst/tags/Makefile.am:
15808 * gst/tags/gstid3tag.c:
15809 * gst/tags/gstvorbistag.c:
15811 Fix for core changes:
15812 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15813 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15814 (gst_sinesrc_getrange):
15816 2005-04-23 David Schleef <ds@schleef.org>
15818 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15819 in gst-plugins in a long time, and properly belongs in liboil.
15820 * gst-libs/gst/idct/Makefile.am:
15821 * gst-libs/gst/idct/README:
15822 * gst-libs/gst/idct/dct.h:
15823 * gst-libs/gst/idct/doieee:
15824 * gst-libs/gst/idct/fastintidct.c:
15825 * gst-libs/gst/idct/floatidct.c:
15826 * gst-libs/gst/idct/idct.c:
15827 * gst-libs/gst/idct/idct.h:
15828 * gst-libs/gst/idct/idtc.vcproj:
15829 * gst-libs/gst/idct/ieeetest.c:
15830 * gst-libs/gst/idct/intidct.c:
15832 2005-04-20 Wim Taymans <wim@fluendo.com>
15834 * docs/design-audiosinks.txt:
15835 * gst-libs/gst/audio/Makefile.am:
15836 * gst-libs/gst/audio/TODO:
15837 * gst-libs/gst/audio/gstaudiosink.c:
15838 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15839 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15840 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15841 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15842 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15843 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15844 (gst_audiosink_class_init), (gst_audiosink_init),
15845 (gst_audiosink_create_ringbuffer):
15846 * gst-libs/gst/audio/gstaudiosink.h:
15847 * gst-libs/gst/audio/gstbaseaudiosink.c:
15848 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15849 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15850 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15851 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15852 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15853 (gst_baseaudiosink_create_ringbuffer),
15854 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15855 * gst-libs/gst/audio/gstbaseaudiosink.h:
15856 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15857 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15858 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15859 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15860 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15861 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15862 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15863 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15864 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15865 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15866 * gst-libs/gst/audio/gstringbuffer.h:
15867 An attempt at a set of audio base classes together with some
15870 2005-04-20 Wim Taymans <wim@fluendo.com>
15872 * gst/audioconvert/Makefile.am:
15873 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15874 (gst_audio_convert_caps_remove_format_info),
15875 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15876 (gst_audio_convert_channels):
15877 Link against audio libs.
15878 Fix audio convert plugin.
15880 2005-04-20 Wim Taymans <wim@fluendo.com>
15882 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15883 (gst_ogg_demux_sink_activate):
15884 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15885 (theora_set_header_on_caps), (theora_enc_sink_event),
15886 (theora_enc_chain):
15887 Fix theora encoder.
15889 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15891 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15892 * gst/playback/gstdecodebin.c: (find_compatibles):
15893 Work with staticpadtemplates in elementfactories.
15895 2005-04-12 Wim Taymans <wim@fluendo.com>
15897 * gst/playback/README:
15898 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15899 (compare_ranks), (print_feature), (gst_decode_bin_init),
15900 (dynamic_create), (dynamic_free), (find_compatibles),
15901 (mimetype_is_raw), (close_pad_link), (got_redirect),
15902 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15903 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15904 (gst_decode_bin_change_state):
15905 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15906 (gst_play_base_bin_init), (group_destroy), (group_commit),
15907 (check_queue), (queue_overrun), (queue_threshold_reached),
15908 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15909 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15910 (got_redirect), (setup_source), (play_base_eos),
15911 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15912 (gst_play_base_bin_remove_element):
15913 * gst/playback/gstplaybasebin.h:
15914 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15915 (gst_play_bin_init), (gst_play_bin_dispose),
15916 (gst_play_bin_set_property), (gen_video_element),
15917 (gen_text_element), (gen_audio_element), (remove_sinks),
15918 (gst_play_bin_send_event):
15919 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15920 (stream_info_change_state), (gst_stream_info_set_mute):
15921 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15922 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15923 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15924 (gst_stream_selector_chain):
15925 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15927 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15928 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15929 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15930 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15931 Raw and crude port of decodebin.
15932 Make playbin compile.
15934 2005-04-06 Wim Taymans <wim@fluendo.com>
15936 * ext/gnomevfs/Makefile.am:
15937 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15938 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15939 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15940 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15941 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15942 (gst_gnomevfssrc_stop):
15943 * ext/ogg/Makefile.am:
15944 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15945 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15946 * ext/theora/Makefile.am:
15947 * ext/theora/theoradec.c: (_inc_granulepos),
15948 (theora_dec_sink_event), (theora_dec_chain):
15949 * ext/vorbis/Makefile.am:
15950 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15951 (vorbis_dec_sink_event), (vorbis_dec_chain):
15952 * gst-libs/gst/audio/Makefile.am:
15953 * sys/xvimage/Makefile.am:
15954 Make gnomevfssrc extend the source base class.
15955 Fix linking against libs in various plugins.
15957 2005-04-06 Andy Wingo <wingo@pobox.com>
15959 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15962 * configure.ac: Add check and AC_SUBST for libgstbase.
15964 2005-03-31 Wim Taymans <wim@fluendo.com>
15966 * examples/seeking/Makefile.am:
15967 * examples/seeking/cdparanoia.c: (main):
15968 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15969 (play_cb), (pause_cb), (stop_cb), (main):
15970 * examples/seeking/playbin.c:
15971 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15972 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15973 (make_sid_pipeline), (make_vorbis_pipeline),
15974 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15975 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15976 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15977 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15978 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15980 * examples/seeking/spider_seek.c:
15981 * examples/seeking/vorbisfile.c:
15982 * ext/gnomevfs/Makefile.am:
15983 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15984 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15985 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15986 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15987 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15988 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15989 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15990 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15992 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15993 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15994 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15995 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15996 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15997 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15998 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15999 (gst_ogg_demux_factory_filter), (compare_ranks),
16000 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16001 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16002 (gst_ogg_chain_new), (gst_ogg_chain_free),
16003 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16004 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16005 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16006 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16007 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16008 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16009 (gst_ogg_demux_get_prev_page),
16010 (gst_ogg_demux_deactivate_current_chain),
16011 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16012 (gst_ogg_demux_bisect_forward_serialno),
16013 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16014 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16015 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16016 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16017 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16018 (gst_ogg_demux_change_state), (gst_ogg_print):
16019 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16020 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16021 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16022 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16023 (gst_ogg_mux_loop):
16024 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16025 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16026 (theora_dec_src_convert), (theora_dec_sink_convert),
16027 (theora_dec_src_query), (theora_dec_src_event),
16028 (theora_dec_sink_event), (theora_dec_chain),
16029 (theora_dec_change_state):
16030 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16031 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16032 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16033 (theora_enc_change_state):
16034 * ext/vorbis/Makefile.am:
16035 * ext/vorbis/oggvorbisenc.c:
16036 * ext/vorbis/oggvorbisenc.h:
16037 * ext/vorbis/vorbis.c: (plugin_init):
16038 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16039 (vorbis_dec_src_query), (vorbis_dec_src_event),
16040 (vorbis_dec_sink_event), (vorbis_dec_chain),
16041 (vorbis_dec_change_state):
16042 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16043 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16044 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16045 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16046 (gst_vorbisenc_change_state):
16047 * ext/vorbis/vorbisenc.h:
16048 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16049 * gst-libs/gst/audio/audioclock.c:
16050 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16051 (gst_audiofilter_init), (gst_audiofilter_chain):
16052 * gst-libs/gst/audio/testchannels.c: (main):
16053 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16054 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16055 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16056 (gmip_find_track_streaminfo), (gmip_find_track_format):
16057 * gst-libs/gst/media-info/media-info.c:
16058 (gst_media_info_read_idler):
16059 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16060 (gst_play_get_all_by_interface):
16061 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16062 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16063 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16064 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16065 (gst_riff_parse_info):
16066 * gst-libs/gst/riff/riff-read.h:
16067 * gst-libs/gst/riff/riff.c: (plugin_init):
16068 * gst-libs/gst/video/Makefile.am:
16069 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16070 (gst_videosink_class_init), (gst_videosink_get_type):
16071 * gst-libs/gst/video/videosink.h:
16072 * gst/audioconvert/bufferframesconvert.c:
16073 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16074 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16075 * gst/audioconvert/channelmixtest.c: (main):
16076 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16077 (gst_audio_convert_chain),
16078 (gst_audio_convert_caps_remove_format_info),
16079 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16080 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16081 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16082 (gst_audio_convert_buffer_to_default_format),
16083 (gst_audio_convert_buffer_from_default_format),
16084 (gst_audio_convert_channels):
16085 * gst/audioconvert/gstchannelmix.h:
16086 * gst/ffmpegcolorspace/avcodec.h:
16087 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16088 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16089 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16090 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16091 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16092 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16093 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16094 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16095 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16097 * gst/videotestsrc/gstvideotestsrc.c:
16098 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16099 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16100 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16101 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16102 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16103 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16104 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16106 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16107 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16108 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16109 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16110 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16111 (gst_xvimagesink_navigation_send_event),
16112 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16113 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16114 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16115 * sys/xvimage/xvimagesink.h:
16116 Plugin port to 0.9, ogg/theora playback should work in the seek
16118 Removed old examples.
16119 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16120 explained in 0.9 TODO doc.
16123 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16145 * testsuite/Makefile.am:
16146 remove a whole bunch of plugins. This module now contains a set
16147 of free reference plugins/elements as agreed.
16149 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16152 hunting season on 0.9 is now OPEN
16154 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16156 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16157 Kick the hell out of gcc for not warning me about a symbol conflict.
16159 2005-02-22 Luca Ognibene <luogni@tin.it>
16161 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16163 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16164 Don't leak caps string (fixes #168134)
16166 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16167 (gst_jpegenc_init), (gst_jpegenc_finalize),
16168 (gst_jpegenc_change_state):
16169 Don't leak line buffers and context struct (fixes #168133).
16171 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16174 * ext/dirac/gstdiracdec.cc:
16175 (gst_diracdec_chain):
16176 Since dirac 0.5.0 the framerate in dirac is expressed as a
16177 rational number. Fix build and up requirement to 0.5.0, and
16178 also pass parameters to gst_diracdec_link in the right order
16181 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16183 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16184 * ext/faad/gstfaad.h:
16185 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16186 certain invalid muxed streams, where some packets will contain
16187 junk after decoder data. Partially fixes #149158.
16189 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16190 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16191 Make sure we only write to writable buffers
16193 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16195 * gst-libs/gst/riff/riff-media.c:
16196 (gst_riff_create_audio_caps_with_data):
16197 Do actually fix invalid RIFF fmt header values for alaw
16198 and mulaw audio instead of just saying so.
16200 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16201 Give gst_riff_create_audio_caps_with_data() a chance to
16202 fix up broken format header fields before extracting any
16203 parameters from the header. (fixes #167633)
16205 2005-02-19 Martin Holters <martin.holters@gmx.de>
16207 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16209 * gst/audioconvert/bufferframesconvert.c:
16210 (buffer_frames_convert_link):
16211 Don't leak othercaps. (fixes #167878)
16213 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16216 * ext/libvisual/visual.c: (gst_visual_srclink),
16217 (gst_visual_change_state):
16218 Support libvisual 0.2.0.
16220 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16222 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16223 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16224 Use same rowstrides for I420 as used everywhere else.
16226 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16228 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16229 Declare variables at beginning of block and make gcc-2.95 happy
16230 (fixes # 167482, patch by Gergely Nagy).
16232 * gst/tcp/gsttcpclientsrc.c:
16233 * gst/tcp/gsttcpclientsrc.h:
16234 Move some includes into the header, so that struct sockaddr_in is
16235 defined when it should be defined on FreeBSD as well (fixes
16238 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16239 Don't pass uninitialised values to setsockopt() here either.
16241 2005-02-17 Luca Ognibene <luogni at tin dot it>
16243 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16245 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16246 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16248 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16250 * gst/playback/gstplaybin.c: (add_sink):
16251 Invert bin_add/link order to workaround deadlock in opt.
16253 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16255 * gst/modplug/gstmodplug.cc:
16256 Add missing break causing position queries to fail.
16258 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16260 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16261 Granpos can apparently be -1, which screws up calculations...
16263 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16265 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16266 (gst_ximagesink_send_pending_navigation),
16267 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16268 (gst_ximagesink_init):
16269 * sys/ximage/ximagesink.h:
16270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16271 (gst_xvimagesink_send_pending_navigation),
16272 (gst_xvimagesink_navigation_send_event),
16273 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16274 * sys/xvimage/xvimagesink.h:
16275 Use a mutex protected list to marshal navigation
16276 events into the stream thread from whichever thread
16279 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16281 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16282 Display current position and track length; misc. clean-ups.
16284 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16285 (speed_init), (speed_chain):
16286 Add query function, so that the stream length and current position
16287 get adjusted when queried (note that current position queries may
16288 still be wrong if the audio sink returns values based on buffer
16289 timestamps instead of passing on the query).
16291 2005-02-13 Benjamin Otte <otte@gnome.org>
16293 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16294 (gst_audio_convert_channels):
16295 create channel conversion matrix when linking
16296 * gst/audioconvert/.cvsignore:
16297 * gst/audioconvert/Makefile.am:
16298 * gst/audioconvert/channelmixtest.c: (main):
16299 add (ugly) test that ensures stereo <=> mono conversion works
16302 2005-02-13 Benjamin Otte <otte@gnome.org>
16304 * gst/audioconvert/gstchannelmix.h:
16305 include missing header file
16306 * gst/audioconvert/gstchannelmix.c:
16307 (gst_audio_convert_fill_compatible):
16308 use same sign for both channels when converting to/from compatible
16309 channel. Previously used different signs made the signals cancel
16310 each other out and appear like silence. (fixes #167269)
16312 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16314 * gst/ffmpegcolorspace/avcodec.h:
16315 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16316 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16317 (gst_ffmpegcsp_avpicture_fill):
16318 * gst/ffmpegcolorspace/imgconvert.c:
16319 Convert to and from YV12 (fixes #156379).
16321 2005-02-12 Julien MOUTTE <julien@moutte.net>
16323 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16324 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16325 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16326 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16327 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16328 methods from chain and negotiation and vice versa (Fixes #166142).
16329 * sys/ximage/ximagesink.h: Add stream_lock.
16330 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16331 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16332 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16333 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16335 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16337 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16338 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16339 error message when we can't open the DVD device (when dvdnav_open()
16340 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16341 the above). Send something more useful instead (fixes #167117).
16343 2005-02-11 Julien MOUTTE <julien@moutte.net>
16345 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16346 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16347 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16348 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16349 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16350 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16351 methods from chain and negotiation and vice versa (Fixes #166142).
16352 Fix a possible bug of images in the buffer pool being discarded because
16353 we are looking at the wrong geometry.
16354 * sys/xvimage/xvimagesink.h: Add stream_lock.
16356 2005-02-11 David Schleef <ds@schleef.org>
16358 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16359 unsigned int. (fixes #167128)
16361 2005-02-11 David Schleef <ds@schleef.org>
16363 * gst/librfb/Makefile.am: Testing stuff before committing is
16364 for wimps... and people with fast machines. Fix stupid
16367 2005-02-11 David Schleef <ds@schleef.org>
16369 * configure.ac: Pull in librfb from my CVS tree, because it is
16370 too small and annoying to be separate. Move rfbsrc plugin
16373 * ext/librfb/Makefile.am:
16374 * ext/librfb/gstrfbsrc.c:
16375 * gst/librfb/Makefile.am:
16376 * gst/librfb/gstrfbsrc.c:
16377 * gst/librfb/rfb.c:
16378 * gst/librfb/rfb.h:
16379 * gst/librfb/rfbbuffer.c:
16380 * gst/librfb/rfbbuffer.h:
16381 * gst/librfb/rfbbytestream.c:
16382 * gst/librfb/rfbbytestream.h:
16383 * gst/librfb/rfbcontext.h:
16384 * gst/librfb/rfbdecoder.c:
16385 * gst/librfb/rfbdecoder.h:
16386 * gst/librfb/rfbutil.h:
16388 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16390 * gst/speed/Makefile.am:
16391 * gst/speed/demo-mp3.c: (main):
16392 * gst/speed/filter.func:
16393 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16394 (speed_class_init), (speed_init), (speed_chain_int16),
16395 (speed_chain_float32), (speed_chain), (speed_set_property),
16396 (speed_get_property), (speed_change_state):
16397 * gst/speed/gstspeed.h:
16398 Fix speed element and make it chain-based (fixes #156467),
16399 and make it handle more than one channel.
16401 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16403 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16404 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16405 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16406 * ext/dts/gstdtsdec.h:
16407 Don't clobber the stack constructing the channels array.
16408 Make the element chain-based. DTS tracks can now be played.
16410 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16412 * gst-libs/gst/audio/multichannel.h:
16413 * gst-libs/gst/gconf/gconf.h:
16414 * gst-libs/gst/idct/idct.h:
16415 * gst-libs/gst/media-info/media-info-priv.h:
16416 * gst-libs/gst/play/play.h:
16417 * gst-libs/gst/resample/private.h:
16418 * gst-libs/gst/resample/resample.h:
16419 * gst-libs/gst/riff/riff-ids.h:
16420 * gst-libs/gst/video/video.h:
16421 * gst-libs/gst/video/videosink.h:
16422 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16423 missing, so that they work when included from C++ code.
16425 2005-02-09 David Schleef <ds@schleef.org>
16427 * testsuite/gst-lint: Check for non-statically scoped
16428 parent_class variables. This won't be a problem once
16429 plugins are loaded with RTLD_LOCAL.
16431 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16433 * ext/mplex/gstmplexibitstream.cc:
16436 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16438 * ext/ogg/gstogmparse.c:
16439 * gst/debug/gstnavigationtest.c:
16440 Die, thou faulty symbol pollutors (non-static parent_class).
16442 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16444 * ext/mplex/gstmplexibitstream.cc:
16445 Fix event handling (#165525).
16447 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16449 * ext/mikmod/gstmikmod.c:
16450 * gst/modplug/gstmodplug.cc:
16451 Add missing endianness to template (fixes #165509).
16453 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16455 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16456 Fix wrong order of reading of optional bytes (#165290).
16458 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16460 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16461 Implement FILLER event awareness.
16463 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16465 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16466 Fix track calculations (#166208).
16468 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16470 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16472 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16473 * ext/libpng/gstpngenc.c:
16474 Fix byte-order, use proper fixed caps. Fixes #164197.
16476 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16481 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16482 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16483 Don't push buffers if the src pad isn't negotiated yet.
16485 * gst/audioconvert/gstaudioconvert.c:
16486 (gst_audio_convert_buffer_to_default_format),
16487 (gst_audio_convert_buffer_from_default_format):
16488 Add support for 24-bit width.
16490 * gst/dvdlpcmdec/.cvsignore:
16491 * gst/dvdlpcmdec/Makefile.am:
16492 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16493 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16494 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16495 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16497 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16498 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16499 format. Needs support for the channels maps if someone can find
16500 a DVD LPCM track with > 2 channels.
16502 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16503 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16504 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16505 * gst/mpegstream/gstdvddemux.h:
16506 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16507 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16508 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16509 * gst/mpegstream/gstmpegdemux.h:
16510 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16511 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16512 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16513 (gst_mpeg_parse_handle_src_query),
16514 (gst_mpeg_parse_handle_src_event):
16515 Use audio/x-dvd-lpcm for LPCM output.
16518 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16520 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16522 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16523 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16524 Add BGRA handling (#165736).
16526 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16528 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16530 * gst/law/alaw-decode.c: (alawdec_link):
16531 * gst/law/alaw-encode.c: (alawenc_link):
16532 * gst/law/mulaw-decode.c: (mulawdec_link):
16533 * gst/law/mulaw-encode.c: (mulawenc_link):
16534 Fix caps memleaks (#166600).
16536 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16538 * ext/tarkin/mem.h:
16539 * ext/tarkin/wavelet.h:
16540 * ext/tarkin/yuv.h:
16541 * gst/ffmpegcolorspace/avcodec.h:
16542 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16543 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16545 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16547 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16548 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16549 (gst_xvimagesink_change_state):
16550 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16551 Xv video (and thereby regenerate Xv colourkey) in clear() so
16552 that PLAY -> READY -> PLAY works (fixes #162504).
16554 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16556 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16557 Switch to list instead of range, since MJPEG-devices really just
16558 support decimations, not any size.
16560 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16561 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16562 (gst_mpeg2dec_reset), (free_all_buffers),
16563 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16564 * ext/mpeg2dec/gstmpeg2dec.h:
16565 The libmpeg2 user-allocated buffer management is awkward,
16566 to say the least. Hopefully this fixes things.
16568 2005-02-04 Andy Wingo <wingo@pobox.com>
16570 * gst/audioconvert/bufferframesconvert.c
16571 (buffer_frames_convert_fixate): New function, fixates to 256
16572 frames per buffer by default. (Much better than 1.)
16573 (buffer_frames_convert_init): Set the fixate function for both src
16575 (buffer_frames_convert_link): After success setting nonfixed caps,
16576 get the negotiated caps so we can know how many buffer-frames it
16577 will be. No idea how this worked at all before.
16579 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16581 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16582 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16583 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16584 (handle_sequence), (handle_picture):
16585 * ext/mpeg2dec/gstmpeg2dec.h:
16586 Rearrange buffer tracking and refcounting and refactor
16587 a little for readability.
16589 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16590 * sys/v4l/gstv4l.c: (plugin_init):
16591 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16592 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16593 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16594 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16595 * sys/v4l/gstv4ljpegsrc.h:
16596 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16597 * sys/v4l/v4l_calls.h:
16598 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16599 (gst_v4lsrc_get_fps):
16600 * sys/v4l/v4lsrc_calls.h:
16601 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16602 you jpeg inside rgb frames" driver.
16603 Don't error in the v4lsrc link function, just return
16606 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16608 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16609 (gst_qcamsrc_open):
16610 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16612 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16614 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16615 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16617 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16619 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16620 Reset negotiated state on PAUSED->READY.
16622 2005-02-02 David Schleef <ds@schleef.org>
16624 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16625 whereever possible. (Fixes #165997)
16626 * examples/capsfilter/capsfilter1.c: (main):
16627 * examples/dynparams/filter.c: (create_ui):
16628 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16629 * examples/seeking/chained.c: (main):
16630 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16631 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16632 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16633 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16634 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16635 * examples/switch/switcher.c: (main):
16636 * ext/dv/demo-play.c: (main):
16637 * ext/faad/gstfaad.c: (gst_faad_change_state):
16638 * ext/mad/gstmad.c: (gst_mad_chain):
16639 * ext/smoothwave/demo-osssrc.c: (main):
16640 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16641 (gst_gconf_render_bin_from_description),
16642 (gst_gconf_get_default_audio_sink),
16643 (gst_gconf_get_default_video_sink),
16644 (gst_gconf_get_default_audio_src),
16645 (gst_gconf_get_default_video_src),
16646 (gst_gconf_get_default_visualization_element):
16647 * gst/level/demo.c: (main):
16648 * gst/level/plot.c: (main):
16649 * gst/playback/gstplaybin.c: (gen_video_element),
16650 (gen_audio_element):
16651 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16652 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16653 * gst/sine/demo-dparams.c: (main):
16654 * gst/spectrum/demo-osssrc.c: (main):
16655 * gst/speed/demo-mp3.c: (main):
16656 * gst/volume/demo.c: (main):
16657 * testsuite/embed/embed.c: (main):
16659 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16661 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16662 (gst_tcpclientsink_finalize):
16663 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16664 (gst_tcpclientsrc_finalize):
16665 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16666 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16667 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16668 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16669 Don't leak the hostname when shutting down.
16670 In tcpserversrc, take a copy of the default hostname.
16672 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16674 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16675 Set caps to systemstream=TRUE.
16677 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16679 * testsuite/Makefile.am:
16680 Fix more OSX buildbots.
16682 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16684 * ext/mpeg2dec/gstmpeg2dec.c:
16685 Don't send things to NULL PAD_PEERs
16687 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16688 Copy-on-write the incoming buffer.
16690 * gst/mpegstream/gstdvddemux.h:
16691 * gst/mpegstream/gstmpegclock.h:
16692 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16693 (normal_seek), (gst_mpeg_demux_handle_src_event):
16694 * gst/mpegstream/gstmpegdemux.h:
16695 * gst/mpegstream/gstmpegpacketize.h:
16696 * gst/mpegstream/gstmpegparse.c:
16697 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16698 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16699 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16700 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16701 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16702 * gst/mpegstream/gstmpegparse.h:
16703 * gst/mpegstream/gstrfc2250enc.h:
16704 Various changes to the way time is computed that make seeking and
16705 total time estimation much better here.
16706 Use G_BEGIN/END_DECLS instead of __cplusplus
16708 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16709 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16711 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16713 * gst/subparse/gstsubparse.c:
16716 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16718 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16719 (theora_enc_chain), (theora_enc_change_state):
16720 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16721 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16722 (gst_vorbisenc_change_state):
16723 * ext/vorbis/vorbisenc.h:
16724 Set granulepos and timestamp correctly for streams not
16725 starting at 0, taking into account the initial delay.
16727 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16729 * gst/mpegstream/gstdvddemux.c:
16730 Add audio/x-dts to audio pad template caps
16732 2005-01-30 David Schleef <ds@schleef.org>
16734 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16735 (create_context), (gst_polypsink_link): Fix silly endianness
16736 bug. Add some debugging. Remove float from caps; it doesn't
16737 work. Attempt to get remote audio working.
16739 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16741 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16744 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16746 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16747 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16748 (gst_avi_demux_stream_data):
16749 * gst/avi/gstavidemux.h:
16750 Invert DIB images. Fixes #132341.
16752 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16754 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16755 (gst_ffmpegcsp_chain):
16756 D'oh, reference the palette data, not the palette structure.
16757 Fixes color distortion in #132341.
16759 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16761 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16762 PAR can be non-fixed when not provided as argument (#162626).
16764 2005-01-29 David Moore <dcm@acm.org>
16766 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16768 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16769 (gst_qtdemux_loop_header):
16770 Re-apply patch from #142272 that allows non-seekable sources,
16771 re-proposed by Daniel Drake <dsd@gentoo.org>.
16773 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16775 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16776 Use the src template for creating the src pad (#162330).
16778 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16781 * ext/musepack/Makefile.am:
16782 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16783 (gst_musepackdec_init), (gst_musepackdec_dispose),
16784 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16785 (gst_musepack_stream_init), (gst_musepackdec_loop),
16786 (gst_musepackdec_change_state):
16787 * ext/musepack/gstmusepackdec.cpp:
16788 * ext/musepack/gstmusepackdec.h:
16789 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16790 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16791 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16792 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16793 * ext/musepack/gstmusepackreader.cpp:
16794 * ext/musepack/gstmusepackreader.h:
16795 Update to 1.1 API (#165446).
16797 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16802 2005-01-28 Andy Wingo <wingo@pobox.com>
16804 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16805 to reflect a different dubious internet source. Add a reference
16806 and some commentary.
16808 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16810 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16811 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16812 * gst/playback/gststreamselector.h:
16813 Be more selective when we're redoing caps negotiation from
16814 within the chain function on a stream change.
16816 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16820 * ext/amrnb/Makefile.am:
16821 * ext/amrnb/amrnb.c: (plugin_init):
16822 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16823 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16824 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16825 (gst_amrnbdec_state_change):
16826 * ext/amrnb/amrnbdec.h:
16827 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16828 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16829 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16830 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16831 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16832 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16833 * ext/amrnb/amrnbparse.h:
16834 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16835 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16836 Add AMR-NB/-WB raw formats.
16837 * ext/alsa/gstalsa.c: (gst_alsa_link):
16838 Keep valid time when changing format.
16839 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16840 (qtdemux_parse_trak):
16841 Add some more format-specific options (#140141, #143555, #155163).
16843 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16845 * gst/matroska/matroska-demux.c:
16846 (gst_matroska_demux_parse_blockgroup):
16847 Fix logic error in timing of subtitle stream synchronization.
16848 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16849 Add skip-chunk, which is found in kodak-camera streams.
16851 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16855 Adding Vietnamese translation (submitted by Clytie Siddall)
16857 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16859 * gst/playback/gstdecodebin.c: (try_to_link_1):
16860 Use realpad for signal.
16862 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16864 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16865 Fix category so decodebin picks it up.
16867 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16869 * ext/mad/Makefile.am:
16870 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16871 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16872 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16873 (found_type), (gst_id3demux_bin_change_state):
16874 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16875 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16876 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16877 (gst_id3_tag_change_state), (plugin_init):
16878 * ext/mad/gstmad.h:
16879 Add id3demuxbin (which is a simple bin consisting of id3demux
16880 and typefind), take over rank from id3demux, remove typefind
16881 code from id3demux. Makes all broken mp3s that I know of work,
16882 and thereby fixes #152688.
16884 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16886 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16888 * ext/mad/gstmad.c: (gst_mad_src_event):
16889 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16890 Allow seeks on audio pad, make mad forward those (#164826).
16891 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16892 Set duration (#165335).
16894 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16896 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16897 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16898 (gst_asf_demux_process_ext_content_desc),
16899 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16900 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16901 * gst/asfdemux/gstasfdemux.h:
16902 Improve metadata display, e.g. if the metadata comes before the
16903 streams are loaded (which is perfectly valid).
16905 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16907 * tools/gst-launch-ext-m.m:
16908 Fix AVI/ASF pipelines (#165340).
16910 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16911 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16912 build failure on amd64
16914 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16916 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16917 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16918 Check environment variables GST_ID3V2_TAG_ENCODING,
16919 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16920 list of character encodings to force interpretation of non-unicode
16921 strings stored in an ID3v2 tag to a particular encoding. If none
16922 is specified, try to use current locale's encoding, then fall back
16923 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16924 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16925 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16926 Check environment variables GST_ID3V1_TAG_ENCODING,
16927 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16928 list of character encodings to use in case a string encountered
16929 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16930 specified, try to use the current locale's encoding, then fall
16931 back to ISO-8859-1 (which will always succeed).
16933 2005-01-25 Benjamin Otte <otte@gnome.org>
16935 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16936 - on half framerate, compute the rate in advance so the comparisons
16937 don't compare wrong values
16938 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16940 - don't use mad_header_decode anymore, mad_frame_decode does that
16942 - when getting rid of consumed bytes, reset the stream's skiplen
16945 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16947 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16948 Use 1/2 a second for default max_discont, as PES streams from DVB
16949 seem to have larger spacings in the SCR.
16952 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16954 * gst/playback/gstplaybasebin.c: (group_commit):
16955 Notify delayed stream-info availability.
16957 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16958 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16959 (gst_a52dec_handle_event), (gst_a52dec_chain):
16960 Add some debug output. Check that a discont has a valid
16962 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16963 (gst_alsa_sink_loop):
16964 Ignore TAG events. A little extra debug for broken timestamps.
16965 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16966 (dvdnavsrc_change_state):
16967 Ensure we send a discont to engage the link before we send any
16969 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16970 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16971 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16972 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16973 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16974 dvd://title works in totem because typefinding sends a seek that ends
16975 up going back to chapter 1 regardless.
16976 * ext/mpeg2dec/gstmpeg2dec.c:
16977 * ext/mpeg2dec/gstmpeg2dec.h:
16978 Output correct timestamps and handle disconts.
16979 * ext/ogg/gstoggdemux.c: (get_relative):
16980 Small guard against a null dereference.
16981 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16982 (gst_textoverlay_set_property):
16983 Free memory when done. Don't call gst_event_filler_get_duration on
16984 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16986 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16987 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16988 (gst_sw_srclink), (gst_smoothwave_chain):
16989 Draw solid lines, prettier colours.
16990 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16991 Add a default palette that'll work for some movies.
16992 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16993 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16994 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16995 * gst/mpegstream/gstdvddemux.h:
16996 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16997 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16998 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16999 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17000 * gst/mpegstream/gstmpegparse.h:
17001 Use PTM/NAV events when for timestamp adjustment when connected to
17002 dvdnavsrc. Don't use many discont events where one suffices.
17003 * gst/playback/gstplaybasebin.c: (group_destroy),
17004 (gen_preroll_element), (gst_play_base_bin_add_element):
17005 * gst/playback/gstplaybasebin.h:
17006 Make sure we remove subtitles from the same bin we put them in.
17007 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17008 (gst_subparse_buffer_format_autodetect),
17009 (gst_subparse_change_state):
17010 Fix some memleaks and invalid accesses.
17011 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17012 (oggskel_type_find), (cmml_type_find), (plugin_init):
17013 Some typefind functions for Annodex v3.0 files
17014 * gst/wavparse/gstwavparse.h:
17015 GstRiffReadClass is the correct parent class.
17017 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17019 * gst-libs/gst/riff/riff-media.c:
17020 (gst_riff_create_video_caps_with_data):
17021 Add extradata to huffyuv (fixes #165013).
17022 * gst-libs/gst/riff/riff-read.c:
17023 (gst_riff_read_strf_vids_with_data):
17024 Fix extradata extraction if it is in the chunk size.
17026 2005-01-25 Edward Hervey <bilboed@bilboed.com>
17028 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17030 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17031 (gst_quarktv_change_state), (gst_quarktv_dispose):
17032 Memory free'ing location fix (#164708).
17034 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17036 * gst/playback/gstplaybasebin.c: (group_commit),
17037 (gen_preroll_element), (probe_triggered), (gen_source_element),
17038 (setup_source), (gst_play_base_bin_change_state),
17039 (gst_play_base_bin_add_element):
17040 Don't block for streams.
17041 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17042 (gst_stream_info_set_mute):
17043 Use gst_pad_set_active_recursive.
17045 2005-01-25 Andy Wingo <wingo@pobox.com>
17047 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17048 for #ifndef HAVE_XVIDEO.
17050 2005-01-24 Jeffrey C. Ollie
17052 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17054 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17055 * ext/gsm/gstgsmdec.h:
17056 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17057 * ext/gsm/gstgsmenc.h:
17058 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17059 was given by property. Add proper buffer timestamps and offsets.
17061 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17063 * gst-libs/gst/riff/riff-media.c:
17064 (gst_riff_create_audio_caps_with_data):
17065 Audio can be <8000Hz.
17067 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17069 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17070 Explicit state change to workaround refcount bugs.
17072 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17074 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17075 (gst_avimux_riff_get_avi_header):
17078 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17080 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17081 (gst_riff_read_element_data):
17082 * gst-libs/gst/riff/riff-read.h:
17083 Add _peek version (req'ed in CDXA).
17084 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17085 (gst_cdxaparse_loop):
17086 Fix parsing in playbin.
17087 * gst/playback/gstdecodebin.c: (close_pad_link):
17088 Ignore current_ pads, they cause major annoyance.
17090 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17092 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17095 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17097 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17100 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17102 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17103 Allow for 0-sized buffers. Fixes length query problems in
17104 starwars.mkv from the testsuite.
17106 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17108 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17109 (gst_video_box_i420), (gst_video_box_chain):
17110 Fix row strides for I420 (fixes #163159)
17112 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17114 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17115 MPEG2 has a useful rate property, so we can actually use that.
17116 For MPEG-1, continue using the bytes/time properties.
17118 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17120 * gst-libs/gst/riff/riff-media.c:
17121 (gst_riff_create_video_caps_with_data),
17122 (gst_riff_create_video_template_caps):
17125 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17127 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17128 Fail if caps negotiation fails. Should fix #162184, and should
17129 definately be in there regardless of it fixing the actual bug.
17130 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17131 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17132 (gst_avimux_riff_get_avix_header),
17133 (gst_avimux_riff_get_video_header),
17134 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17135 (gst_avimux_start_file), (gst_avimux_handle_event),
17136 (gst_avimux_change_state):
17137 * gst/avi/gstavimux.h:
17138 Refactor structure writing to use GST_WRITE_UINT macros, add
17139 metadata writing support.
17141 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17143 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17144 Elements may already be destroyed when this function is called.
17146 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17148 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17149 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17150 More memory leak fixes (#149162).
17152 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17154 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17155 (gst_qtdemux_add_stream):
17158 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17160 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17163 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17165 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17166 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17167 when fixating to six channels in Totem.
17169 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17171 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17172 Fix compile warnings on Solaris 10 buildbot
17174 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17176 * ext/dvdread/dvdreadsrc.c: (_read):
17177 Don't read beyond the last cell in a chapter (fixes
17178 invalid memory access)
17180 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17182 * ext/dvdread/stream_labels.c:
17183 (dvdreadsrc_get_audio_stream_labels):
17184 Use NULL for an empty GList instead of g_list_alloc(); fix
17185 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17186 of GString (easier to bulk free later)
17188 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17190 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17192 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17193 (gst_ffmpeg_pixfmt_to_caps):
17194 Fix BGRA32 caps (#164209).
17196 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17198 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17200 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17201 (gst_ffmpeg_caps_to_pixfmt):
17202 alpha_mask can be RGBA/ABGR. Fixes #164265.
17204 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17206 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17208 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17209 (gst_mpeg2dec_alloc_buffer):
17210 * ext/mpeg2dec/gstmpeg2dec.h:
17211 Crop if decoding size is not the actual image size (#163676).
17213 2005-01-17 Steve Baker <steve@stevebaker.org>
17215 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17217 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17218 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17219 Add libsndfile typefind functions (#163309).
17221 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17223 * tools/gst-launch-ext-m.m:
17224 Add .aac, fix .m1v/.m2v (#163891).
17226 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17228 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17229 Sanity check, don't wait endlessly since the clock might not
17230 actually run at this point (which is a deadlock). Fixes #164069.
17232 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17234 * gst/playback/gstplaybasebin.c: (probe_triggered):
17235 Of course, only pause if group is done...
17237 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17239 * gst/playback/gstplaybasebin.c: (probe_triggered):
17242 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17244 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17245 Don't return state change success when the parent
17248 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17250 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17251 Free events (fix memleak in #162905).
17253 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17255 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17257 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17258 (gst_ffmpeg_caps_to_pixfmt):
17259 Fix for depth = 15. Fixes #161675.
17261 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17263 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17264 Set FPS correctly, even for webcams and the like.
17265 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17266 Don error on setting while capturing.
17268 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17270 * ext/dv/gstdvdec.c:
17271 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17272 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17273 I'm a bad boy. using /1001. to force C to do float division
17274 and not integer division (as it did in my last commit)
17275 Thanks to David I. Lehn for pointing this mistake.
17277 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17279 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17280 Revert Johan's 1.35->1.36 since it breaks compat.
17282 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17284 * ext/dv/gstdvdec.c:
17285 * ext/libfame/gstlibfame.c:
17286 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17287 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17288 replace framerate aproximations by their real value
17289 (24000/1001, 30000/1001, 60000/1001)
17290 Finish fixing bug #164049
17292 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17294 * ext/ogg/gstoggmux.c:
17296 * gst/tcp/gstmultifdsink.c:
17297 * gst/tcp/gstmultifdsink.h:
17298 * gst/tcp/gsttcp.c:
17299 * gst/tcp/gsttcp.h:
17300 * gst/tcp/gsttcpclientsink.c:
17301 * gst/tcp/gsttcpclientsrc.c:
17302 * gst/tcp/gsttcpserversink.c:
17303 * gst/tcp/gsttcpserversrc.c:
17304 improve reusability of elements after state changes and errors
17305 make multifdsink throw away streamheaders when receiving new ones
17307 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17309 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17310 Fix for if items are already in list...
17312 2005-01-12 Benjamin Otte <otte@gnome.org>
17314 * gst/adder/gstadder.c: (gst_adder_loop):
17315 fix adder a bit so it doesn't screw up with events as much anymore
17317 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17319 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17320 (pixbufscale_scale), (gst_pixbufscale_chain):
17321 * ext/gdk_pixbuf/pixbufscale.h:
17322 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17323 to ensure rowstrides are calculated the same way as
17325 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17326 that we pick up duration and offset also.
17328 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17330 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17331 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17334 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17336 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17337 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17338 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17339 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17340 Update flags when requested.
17342 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17344 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17347 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17349 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17350 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17351 (probe_triggered), (new_decoded_pad), (gen_source_element),
17352 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17353 * gst/playback/gstplaybasebin.h:
17354 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17355 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17356 (gst_play_bin_change_state):
17357 Implement group-switch signal for use in apps to clear metadata
17358 cache, clean up subtitle, add suburi property instead of # hack,
17359 some error-out fixes.
17361 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17363 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17365 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17366 If we got a state change in the _get handler, don't return success.
17368 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17370 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17371 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17372 Make jpegdec quiet on MJPEG decoding
17373 * gst/asfdemux/README:
17374 Fix mimetypes for MJPEG and H263
17376 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17378 * ext/theora/theoradec.c: (theora_dec_chain):
17379 Fix broken code generation by gcc by swapping arguments.
17380 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17383 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17386 delete this file, it is by far outdated
17387 * ext/alsa/gstalsa.1: remove
17388 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17389 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17390 (gst_alsa_get_caps):
17391 Add HW probing for supported sample rates. Fixes #161704
17393 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17395 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17396 Don't crash, biatch! :).
17398 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17400 * ext/musepack/gstmusepackreader.cpp:
17401 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17402 Some work on tags - still doesn't work in playbin...
17403 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17406 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17408 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17409 Also shove tags on kid pads.
17411 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17413 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17414 Don't bail on unknown events.
17415 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17416 Don't crash on events before negotiation.
17417 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17418 Send tags on pads, too.
17419 * gst/playback/gststreamselector.c:
17420 (gst_stream_selector_request_new_pad):
17421 Forward events on first pad if no input was selected yet.
17423 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17425 * gst/playback/gstplaybasebin.c: (setup_substreams):
17426 Don't disable streamtype if the stream doesn't exist, since
17427 then playing a video after audio will disable both and nothing
17428 will happen. Fixes the testsuite.
17430 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17432 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17433 (gst_v4l_xoverlay_set_xwindow_id):
17434 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17435 (gst_v4l2_xoverlay_set_xwindow_id):
17436 Add debug categories, fix overlay disabling.
17438 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17440 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17441 * ext/alsa/gstalsa.h:
17442 Add HW probing for period_count/size and buffer_size MIX/MAX
17443 Adjust default/user defined value if out of bounds
17444 Should fix bug #162024
17446 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17448 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17449 Fix warning (#161191).
17451 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17453 * ext/dvdread/stream_labels.c:
17454 (dvdreadsrc_get_audio_stream_labels):
17455 Fix warning (init the good variable in switch default)
17457 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17459 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17461 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17462 Fix gcc-2.95 compile (#163485).
17464 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17467 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17468 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17469 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17470 (gst_flacenc_change_state):
17471 * ext/flac/gstflacenc.h:
17472 Update for API change in flac-1.1.1. Update requirement in
17473 configure.ac. Fixes #162974.
17475 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17477 * gst/playback/gstplaybasebin.c: (group_destroy):
17478 Remove hack to get rid of assert and get rid of unlinked
17481 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17483 * gst/playback/gstplaybasebin.c: (setup_source):
17484 Set source to NULL so that resources are free'ed. Fixes issues
17485 with playback of CDDA and similar device-accessing things.
17487 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17489 * testsuite/embed/Makefile.am:
17490 test->noinst, fix make test in buildbot.
17492 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17494 * ext/dvdread/stream_labels.c: new file
17495 * ext/dvdread/stream_labels.h: new file
17496 * ext/dvdread/Makefile.am:
17497 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17498 Extract audio stream label from DVD IFO files.
17499 It only dump them on the console for now, still have to
17500 make playbin aware of them.
17502 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17504 * gst/playback/gstplaybasebin.c: (setup_source):
17507 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17509 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17510 (gen_preroll_element), (remove_groups), (setup_subtitle),
17511 (gen_source_element), (setup_source):
17512 * gst/playback/gstplaybasebin.h:
17513 Multiple .sub files is just a stupid idea... Fix some threading
17514 mistakes. Interestingly, external .sub files cause playbin to
17515 hang, I don't know why... Parsing fixes contributed by Fran??ois
17516 Kooman <fkooman@tuxed.net>.
17518 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17520 * testsuite/embed/Makefile.am:
17523 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17525 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17527 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17528 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17529 (gst_pngenc_set_property):
17530 * ext/libpng/gstpngenc.h:
17531 Add compression level property (#163323).
17533 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17536 * examples/capsfilter/capsfilter1.c: (main):
17537 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17538 * ext/dvdread/Makefile.am:
17539 * ext/dvdread/demo-play:
17540 * ext/dvdread/demo-play.c:
17541 * gconf/gstreamer.schemas.in:
17542 * gst-libs/gst/gconf/gconf.c:
17544 * testsuite/Makefile.am:
17545 * testsuite/embed/Makefile.am:
17546 * testsuite/embed/embed.c: (cb_expose), (main):
17547 Remove all references to xvideosink, fix examples (#140845).
17548 * gst/playback/gstplaybasebin.c: (group_destroy):
17549 Apparently, disposal does not unlink - so do explicitely.
17550 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17553 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17555 * README: fix PKG_CONFIG_PATH instructions, what was there
17556 previously was breaking default search path, not nice.
17559 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17561 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17562 (gst_audioscale_chain):
17563 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17564 when resampling - how the ^@$^!@^! is this possible?!?
17566 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17568 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17569 Reset variables on READY.
17570 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17571 (gst_matroska_mux_loop):
17572 Require data before writing header.
17574 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17576 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17578 * ext/mad/gstmad.c: (gst_mad_chain):
17579 Don't call mad_stream_sync() directly after recovering sync.
17582 2005-01-09 Martin Eikermann <meiker@upb.de>
17584 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17586 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17587 (snapshot_handler), (gst_snapshot_sinkconnect),
17588 (gst_snapshot_chain):
17589 Allocate resources when required, fix recursive signal emission
17590 and fix caps. Fixes #161667.
17592 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17594 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17596 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17597 (gst_pngdec_chain):
17598 Handle only 8-bppc (bits-per-pixel-component) images, better
17599 error handling and correct strides. Fixes #163177.
17600 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17601 (gst_pngenc_chain):
17602 Better error handling. Fixes #163348.
17604 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17606 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17607 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17608 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17609 (dvdnavsrc_uri_handler_init):
17610 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17611 * gst/playback/gstplaybasebin.c: (gen_source_element):
17612 Add MMS to streaming URIs.
17614 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17616 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17617 * sys/xvimage/xvimagesink.c:
17618 (gst_xvimagesink_navigation_send_event):
17619 Check for pad availability before sending event.
17621 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17623 * gst-plugins.spec.in:
17626 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17629 Since we use functions from CVS, up requirement.
17631 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17633 * gst/playback/Makefile.am:
17634 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17635 (group_destroy), (group_commit), (group_is_muted),
17636 (gen_preroll_element), (add_stream), (unknown_type),
17637 (probe_triggered), (preroll_unlinked), (mute_stream),
17638 (silence_stream), (new_decoded_pad), (setup_substreams),
17639 (setup_source), (get_active_source), (mute_group_type),
17640 (muted_group_change_state), (set_active_source),
17641 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17642 (play_base_eos), (gst_play_base_bin_change_state):
17643 * gst/playback/gstplaybasebin.h:
17644 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17645 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17646 (gst_stream_info_dispose), (stream_info_mute_pad),
17647 (stream_info_change_state), (gst_stream_info_set_mute):
17648 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17649 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17650 (gst_stream_selector_init), (gst_stream_selector_dispose),
17651 (gst_stream_selector_get_linked_pad),
17652 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17653 (gst_stream_selector_get_linked_pads),
17654 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17655 * gst/playback/gststreamselector.h:
17656 Adding stream selection support plus required properties for
17657 applications to use this. Fully fixes #100931.
17659 2005-01-08 Benjamin Otte <otte@gnome.org>
17661 * gst/games/gstpuzzle.c: (nav_event_handler):
17662 - handle nav events differently: forward every event no matter if it
17663 was handled or not.
17665 You can now cheat by using navigationtest ! puzzle and moving the
17666 mouse close to the edge of a tile. ;)
17668 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17671 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17672 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17673 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17674 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17675 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17676 (gst_ogm_parse_plugin_init):
17677 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17678 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17679 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17680 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17681 * ext/pango/gsttextoverlay.h:
17682 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17683 (gst_matroska_demux_handle_seek_event),
17684 (gst_matroska_demux_sync_streams),
17685 (gst_matroska_demux_parse_blockgroup),
17686 (gst_matroska_demux_subtitle_caps),
17687 (gst_matroska_demux_plugin_init):
17688 * gst/matroska/matroska-ids.h:
17689 * gst/playback/gstdecodebin.c: (close_pad_link):
17690 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17691 (gen_preroll_element), (remove_groups), (add_stream),
17692 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17694 * gst/playback/gstplaybasebin.h:
17695 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17696 * gst/subparse/Makefile.am:
17697 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17698 (gst_subparse_base_init), (gst_subparse_class_init),
17699 (gst_subparse_init), (gst_subparse_formats),
17700 (gst_subparse_eventmask), (gst_subparse_event),
17701 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17702 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17703 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17704 (parse_mpsub_deinit), (parse_mpsub_init),
17705 (gst_subparse_buffer_format_autodetect),
17706 (gst_subparse_format_autodetect), (gst_subparse_loop),
17707 (gst_subparse_change_state), (gst_subparse_type_find),
17709 * gst/subparse/gstsubparse.h:
17710 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17712 Add subtitle support, .sub parser (supports SRT and MPsub),
17713 OGM text support, Matroska UTF-8 text support, deadlock fixes
17714 all over the place, subtitle awareness in decodebin/playbin
17715 and some fixes to textoverlay to handle subtitles in a stream
17716 correctly. Fixes #100931.
17718 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17720 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17721 Check for pad availability before doing a query on it.
17723 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17725 * ext/dv/gstdvdec.c:
17726 really fix bpp24/32 dvdec caps (classic rgba indeed)
17727 * gst/asfdemux/gstasfdemux.c:
17728 (gst_asf_demux_process_ext_content_desc):
17729 don't send text tags if they are empty (bis repetita)
17731 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17733 * ext/dv/gstdvdec.c:
17734 remove unneeded comment from dvdec
17735 (related to DV 4CC codes in AVI files)
17736 moved them in gstreamer/docs/random/mimetypes
17737 * gst/asfdemux/gstasfdemux.c:
17738 (gst_asf_demux_process_ext_content_desc):
17739 don't send text tags if they are empty
17740 fix mem leak on error path
17741 * gst/ffmpegcolorspace/avcodec.h:
17742 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17743 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17744 (gst_ffmpegcsp_avpicture_fill):
17745 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17746 * gst/ffmpegcolorspace/imgconvert_template.h:
17747 adds BGR32 and BGRA32 to ffmpegcolorspace
17748 (still bad colors, fixing it on next commit)
17749 helps with dvdec outputing BGR32
17751 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17753 * ext/dv/gstdvdec.c:
17754 Fix audio caps i just broke (missing ',')
17755 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17756 (gst_matroska_mux_reset):
17757 Fix typo + add FIXME about old "x-gst-metadata" crap
17759 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17761 * ext/dv/demo-play.c: (main):
17762 xvideosink -> xvimagesink
17763 * ext/dv/gstdvdec.c:
17764 change rgb 32/32 caps to 24/32 (no alpha)
17765 change nb of channels to be a list (2 or 4, not 2)
17766 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17767 * gst/asfdemux/gstasfdemux.c:
17768 (gst_asf_demux_process_ext_content_desc):
17769 Add 'date/year' to extracted metadata list
17771 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17773 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17774 The return value of fixate_to does not imply that the requested
17775 value was set, so don't assume.
17777 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17779 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17781 * ext/libpng/gstpngdec.c:
17782 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17783 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17784 * ext/libpng/gstpngenc.h:
17785 Alpha support (encoder; #163161), mime fixage.
17787 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17789 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17791 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17792 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17793 (gst_faac_set_property), (gst_faac_get_property):
17794 * ext/faac/gstfaac.h:
17795 Allow for ADTS output (#153434).
17797 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17799 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17800 Fix against template (#150576).
17802 2005-01-06 Benjamin Otte <otte@gnome.org>
17804 * gst/games/gstpuzzle.c: (draw_puzzle):
17805 don't draw a puzzle if either width or height of tiles would be 0.
17807 2005-01-06 Benjamin Otte <otte@gnome.org>
17809 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17810 (gst_puzzle_class_init), (gst_puzzle_finalize):
17811 no memleaks, please
17812 (gst_puzzle_create), (gst_puzzle_init),
17813 (gst_puzzle_set_property), (gst_puzzle_setup):
17814 change initialization code around so we don't reshuffle on resize
17816 fix another stupid typo
17818 2005-01-06 Benjamin Otte <otte@gnome.org>
17820 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17821 fix stupid typo that borked copying on YUY2
17823 2005-01-06 Benjamin Otte <otte@gnome.org>
17825 * gst/games/gstpuzzle.c: (draw_puzzle):
17826 fix edges when image sizes aren't multiples of tile sizes
17828 2005-01-06 Benjamin Otte <otte@gnome.org>
17830 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17831 make RGB endianness work correctly
17832 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17833 refactor and fix race with initial shuffling
17834 (nav_event_handler):
17835 allow using the mouse to puzzle
17837 insist on tiles having width and height as multiples of 4 to get
17838 clean YUV image handling
17839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17840 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17841 s/DEBUG/LOG/ for common messages
17842 (gst_xvimagesink_navigation_send_event):
17843 fix mouse event translation to not include screen PAR
17844 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17845 fix mouse event translation to actually work
17847 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17849 * gst/asfdemux/gstasfdemux.c:
17850 (gst_asf_demux_process_ext_content_desc):
17851 Extract TrackNumber metadata + clean up code
17852 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17853 Hope this is the good fix (var used unitialised)
17855 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17857 * ext/faad/gstfaad.c: (gst_faad_chain):
17858 Only increment timestamp if it's valid. Fixes raw AAC streams.
17860 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17863 * gst/games/Makefile.am:
17864 * gst/games/gstpuzzle.c:
17865 add a puzzle game with...
17866 * gst/games/gstvideoimage.c:
17867 * gst/games/gstvideoimage.h:
17868 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17869 from videotestsrc and made into something that would be a nice
17870 library for a lot of other plugins.
17872 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17875 don't compile faad plugin if a RC of 2.0 is found
17876 Fixes #155346 (and FC1 buildbot)
17877 * gst/asfdemux/gstasfdemux.c:
17878 (gst_asf_demux_process_ext_content_desc):
17879 try to make Solaris compiler happier
17881 2005-01-06 Paul Jack <pjack@sfaf.org>
17883 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17885 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17886 Fix segfault (#161667).
17888 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17890 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17891 Fix framerate reporting.
17893 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17895 * gst-libs/gst/riff/riff-ids.h:
17896 * gst/wavenc/riff.h:
17897 Add AMR (VBR and CBR) ids to riff.h audio codec list
17898 * gst/asfdemux/gstasfdemux.c:
17899 (gst_asf_demux_process_ext_content_desc),
17900 (gst_asf_demux_process_object):
17901 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17903 2005-01-05 Martin Eikermann <meiker@upb.de>
17905 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17907 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17908 (gst_dvd_demux_handle_discont):
17909 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17910 (gst_mpeg_demux_handle_discont):
17911 Recreate pads on new-media (#160730).
17912 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17913 Send discont even if manager changes timestamps (#161929).
17915 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17917 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17919 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17920 Fix invalid memory access (#159211).
17922 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17924 * examples/gstplay/player.c: (main):
17926 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17927 Add visualizations.
17928 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17929 (gst_a52dec_handle_frame):
17931 * ext/dvdnav/gst-dvd:
17932 Add audioconvert. Fixes #161325.
17933 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17934 Explicitely case to gint64. Possible valgrind error.
17935 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17936 (gst_play_tick_callback), (gst_play_change_state),
17937 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17938 (gst_play_set_location), (gst_play_get_location),
17939 (gst_play_seek_to_time), (gst_play_set_data_src),
17940 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17941 (gst_play_set_visualization), (gst_play_connect_visualization),
17942 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17944 Use playbin. Fixes #139749 and #147744.
17945 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17947 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17948 (audioscale_get_type), (gst_audioscale_base_init),
17949 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17950 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17951 (gst_audioscale_link), (gst_audioscale_get_buffer),
17952 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17953 (gst_audioscale_init), (gst_audioscale_dispose),
17954 (gst_audioscale_chain), (gst_audioscale_set_property),
17955 (gst_audioscale_get_property), (plugin_init):
17957 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17959 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17960 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17961 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17962 Add more metadata (fixes #162656).
17964 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17969 === release 0.8.7 ===
17971 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17976 releasing 0.8.7, "Hyperspace"
17978 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17980 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17982 * gst/playback/gstplaybasebin.c:
17983 Fix for #162924 - free caps after use, not before
17985 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17987 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17989 * gst/playback/gstplaybasebin.c:
17990 * gst/wavparse/gstwavparse.c:
17991 Fix for #154773 - fixes playback of small .wav files
17993 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17995 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17997 * gst/audioscale/gstaudioscale.c:
17998 Fix for #162819 - make audioscale reusable
17999 Fixes playback of more than one file with playbin/totem
18001 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18003 * gst/ffmpegcolorspace/avcodec.h:
18004 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18005 * gst/ffmpegcolorspace/imgconvert.c:
18006 clean up the mess that made me cry and avoid needless duplication
18008 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18010 * gst/ffmpegcolorspace/imgconvert.c:
18011 give some indication of why we're segfaulting
18013 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18016 Fix indentation, fix v4l2 plugin detection.
18018 Fix libmms location (Maciej, use diff -u!).
18019 * ext/alsa/gstalsa.c: (gst_alsa_init):
18020 Initialize caps cache to NULL.
18021 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18022 Only change state on audiosink if it exists.
18024 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
18026 * gst/matroska/matroska-demux.c:
18027 * gst/matroska/matroska-ids.h:
18028 * gst/matroska/matroska-demux.h:
18029 Fix Vorbis streams failing to decode in some files, where cluster_time
18030 isn't 0, because then it doesn't send codec_priv before actual data.
18031 Remove time-based test and replace it with marker set on beginning of
18034 2004-12-28 David Schleef <ds@schleef.org>
18036 Merge patch from Ronald fixing problems with streaming
18038 * ext/cairo/gstcairo.c: (plugin_init):
18039 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18040 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18041 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18042 (gst_textoverlay_font_init), (gst_textoverlay_init),
18043 (gst_textoverlay_set_property):
18044 * ext/cairo/gsttextoverlay.h:
18046 2004-12-27 David Schleef <ds@schleef.org>
18048 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18049 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18050 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18051 (gst_textoverlay_font_init), (gst_textoverlay_init),
18052 (gst_textoverlay_set_property): Improvements to actually
18053 render text as white on black outline on video, including
18054 font selection and horizontal/vertical alignment. (Ronald's
18056 * ext/cairo/gsttextoverlay.h:
18058 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18060 * ext/ogg/gstogg.c:
18061 * ext/ogg/gstogmparse.c:
18062 fix ogm[audio/video]parse plugin registration
18063 (riff won't load if bytestream is already loaded)
18065 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18067 * gst/audioconvert/gstchannelmix.c:
18070 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18074 disable docs again until it actually passes make distcheck.
18076 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18078 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18079 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18081 Add 3GP (variables name Q3GP because they can't start with a
18082 number). Add samr audio fourcc (used in .3gp files), decoder
18083 is work in progress. Also do a GST_WARNING instead of ERROR
18084 in case of unknown nodes, to decrease output.
18086 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18091 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18094 * ext/speex/gstspeexdec.h:
18095 * ext/speex/gstspeexenc.h:
18096 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18097 Fix detection code in configure.ac
18099 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18101 * gst/matroska/matroska-demux.c:
18102 (gst_matroska_demux_parse_blockgroup):
18103 Save position, so that queries give proper return values. Don't
18104 know how this could ever have worked before...
18106 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18109 Put additional LAME check inside the conditional. Fixes #152339
18111 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18113 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18114 (gst_avi_demux_stream_scan):
18115 Add some more debug. Fix logic error when setting movi offset
18116 while reading index.
18118 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18120 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18121 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18122 (gst_avi_demux_process_next_entry):
18123 Add some debugging. Better detection of broken indexes and the
18124 accompanying index recovery. No infinite loops on state changes
18125 when we're still in our loopfunction.
18127 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18132 2004-12-22 Archana Shah <archana.shah@wipro.com>
18134 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18136 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18137 Normalizing the value before setting
18138 (gst_sunaudiomixer_get_volume):
18139 Normalizing the value after getting. Fixes bug# 161980
18141 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18143 * Makefile.am: Make sure docs gets disted
18144 * docs/Makefile.am: Make sure all needed files get disted
18145 * gst-plugins.spec.in: latest updates
18147 2004-12-22 Wim Taymans <wim@fluendo.com>
18149 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18150 Revert patch 1.38 as clock distribution over schedulers does
18151 not work correcly in the core yet.
18153 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18155 * sys/oss/README: remove this file, which predates my birth
18156 (and which content is by far outdated)
18158 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18162 * docs/Makefile.am:
18163 * docs/libs/Makefile.am:
18164 * docs/libs/gst-plugins-libs-docs.sgml:
18165 * docs/libs/gst-plugins-libs-sections.txt:
18166 * docs/libs/tmpl/gstgconf.sgml:
18168 * docs/version.entities.in:
18169 Added boilerplate gtk-doc files for plugin-libs documentation.
18171 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18173 * gst/auparse/gstauparse.c: fix int and float audio caps
18175 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18177 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18178 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18179 g_assert() can be a macro, don't use #ifdef inside it.
18181 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18183 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18185 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18186 (gst_videorate_init), (gst_videorate_chain),
18187 (gst_videorate_change_state):
18188 Event handling (fixes #159986).
18190 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18192 * gst-libs/gst/riff/riff-media.c:
18193 (gst_riff_create_video_caps_with_data):
18194 Add BLZ0 (Blizzard's version of DivX) fourcc.
18196 2004-12-18 David Schleef <ds@schleef.org>
18198 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18201 2004-12-18 David Schleef <ds@schleef.org>
18203 * gst/tta/ttadec.h: Disable some header code that isn't used
18204 and clearly isn't portable.
18206 2004-12-18 David Schleef <ds@schleef.org>
18208 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18209 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18210 (avcodec_get_pix_fmt), (avpicture_layout),
18211 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18212 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18213 Fix code to not use GCC extensions (and c99 extensions that
18214 Forte does not like.)
18216 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18218 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18220 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18221 (gst_deinterlace_chain):
18222 Rowstride fixes. Fixes #161039.
18223 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18224 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18225 (gst_video_crop_getcaps), (gst_video_crop_link),
18226 (gst_video_crop_i420), (gst_video_crop_chain),
18227 (gst_video_crop_change_state):
18228 Rework of negotiation. Actually works now. Fixes #158650.
18230 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18232 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18233 That was very stupid.
18235 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18237 * gst/matroska/matroska-demux.c:
18238 (gst_matroska_demux_parse_blockgroup):
18239 Fix possible crasher.
18241 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18243 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18244 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18245 Lace sizes can be zero.
18247 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18249 * ext/musepack/gstmusepackdec.cpp:
18250 Fetch error return values. Fixes #161624.
18251 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18254 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18256 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18257 Work for truncated (unfinished download etc.) files. Fixes #160514.
18259 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18261 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18262 Fix for integer overflow. Makes #156001 not crash. Probably masks
18265 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18267 * gst/ac3parse/gstac3parse.c: (plugin_init):
18268 Parsers never have ranks. Fixes #159651.
18270 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18272 * gst/playback/gstdecodebin.c: (compare_ranks):
18273 make sure the facotries are ordered the same every time even if they
18274 have the same rank by using the name
18275 * gst/playback/gstdecodebin.c: (find_compatibles):
18276 make sure we don't add factories to the list twice
18278 2004-12-16 David Schleef <ds@schleef.org>
18280 * configure.ac: look for musepack headers as musepack/*.h
18282 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18283 * ext/musepack/gstmusepackreader.h: same
18285 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18287 * gst-libs/gst/riff/riff-read.c:
18288 (gst_riff_read_strf_auds_with_data):
18289 Read extradata correctly (fixes #155879).
18291 2004-12-16 David Schleef <ds@schleef.org>
18293 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18294 audio. does _not_ attempt or allow conversion unless channels
18297 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18299 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18301 2004-12-16 David Schleef <ds@schleef.org>
18303 * gst/audioscale/gstaudioscale.c: the resample library only
18304 handles 1 or 2 channels. Change caps to compensate.
18306 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18308 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18309 (gst_matroska_demux_audio_caps):
18310 Some MPEG-AAC hacks, because else it doesn't work...
18312 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18314 * gst-libs/gst/riff/riff-media.c:
18315 (gst_riff_create_video_caps_with_data),
18316 (gst_riff_create_video_template_caps):
18319 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18321 * gst-libs/gst/audio/Makefile.am:
18322 Try to fix buildbot.
18324 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18326 * gst/tcp/gstmultifdsink.c:
18327 Clean up and uniformize debugging.
18329 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18331 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18333 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18334 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18335 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18336 (gst_mpeg_demux_change_state):
18337 Reset on ready. Fixes 160276.
18339 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18341 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18343 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18344 (gst_ffmpegcsp_pad_link):
18345 Fix memleak (#154815).
18347 2004-12-16 James Bowes <bowes@cs.dal.ca>
18349 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18351 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18352 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18353 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18354 * ext/musicbrainz/gsttrm.h:
18355 Add support for using a proxy server when getting a trm id from
18356 the MusicBrainz database (#149613).
18358 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18360 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18362 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18363 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18364 Fix memleaks (#157233).
18366 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18368 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18370 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18371 * gst-libs/gst/resample/resample.h:
18372 * gst/audioscale/gstaudioscale.c:
18373 Fix memleak (#159215).
18375 2004-12-16 Toni Willberg <toniw@iki.fi>
18377 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18379 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18380 * sys/oss/oss_probe.c: (main):
18381 Check for mono/stereo support (similar to samplerate probing),
18382 fixes #159433. Also add missing copyright header to oss_probe.c.
18384 2004-12-15 David Schleef <ds@schleef.org>
18386 * configure.ac: add audioresample and cairo plugins. Remove
18387 HAVE_MMX stuff, because it's not used.
18388 * ext/Makefile.am: same
18389 * ext/audioresample/Makefile.am: You are not ready for an
18390 audio resampling element based on audioresample.
18391 * ext/audioresample/gstaudioresample.c:
18392 * ext/audioresample/gstaudioresample.h:
18393 * ext/cairo/Makefile.am: You are not ready for overlay elements
18394 based on cairo. Don't look too closely, these elements kinda
18396 * ext/cairo/gstcairo.c: new
18397 * ext/cairo/gsttextoverlay.c: new
18398 * ext/cairo/gsttextoverlay.h: new
18399 * ext/cairo/gsttimeoverlay.c: new
18400 * ext/cairo/gsttimeoverlay.h: new
18401 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18402 problem with compilers that don't support variadic macros.
18404 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18406 Reviewed by: David Schleef <ds@schleef.org>
18408 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18409 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18410 bit. Also ran indent-gst.
18411 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18412 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18413 (gst_sunaudiosrc_setparams):
18415 2004-12-14 David Schleef <ds@schleef.org>
18417 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18418 output rate to 16000. Should fix #160235.
18420 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18422 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18423 Add typefinding for mpeg2 pes streams
18425 2004-12-13 David Schleef <ds@schleef.org>
18427 * configure.ac: Applied patch from bug #143659, making default
18428 sources and sinks OS-dependent (for Solaris), and added code
18430 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18432 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18434 * gst-libs/gst/riff/riff-media.c:
18435 forgot to add h2.64 to avidemux template caps
18437 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18439 * gst/wavenc/riff.h:
18440 * gst-libs/gst/riff/riff-media.c:
18441 * gst-libs/gst/riff/riff-ids.h:
18442 * gst/avi/gstavimux.c
18443 add 4CC code for VideoSoft h264 in AVI (VSSH)
18445 remove s323 from riff, it's quicktime specific :(
18447 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18449 * gst/asfdemux/README
18450 * gst/wavenc/riff.h
18451 * gst-libs/gst/riff/riff-ids.h
18452 * gst-libs/gst/riff/riff-media.c
18453 * gst/qtdemux/qtdemux.c:
18454 add new 4CC codes for h263 related codecs
18455 fixes partially bug #155163
18457 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18459 * configure.ac: Update polyaudio requirement to 0.7
18460 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18462 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18464 * gst/interleave/deinterleave.c:
18465 fix my name's spelling! :)
18467 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18469 * AUTHORS ChangeLog
18470 * gst/auparse/gstauparse.c
18471 * gst/interleave/deinterleave.c
18473 alaw-decode.c alaw-encode.c
18474 mulaw-decode.c mulaw-encode.c
18475 * gst/oneton/gstoneton.c
18477 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18479 cocoawindow.h cocoawindow.m
18480 osxvideosink.h osxvideosink.m
18482 put the same mail address for Zaheer Abbas Merali everywhere
18484 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18486 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18487 Align by packetsize, and assert that we a packet available before
18488 playing. The first makes webstreams work (they often include
18489 trailing padding data in a packet), the second allows pausing a
18490 ASF stream in totem without getting demux errors afterwards.
18492 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18494 * ext/ogg/gstoggdemux.c: (get_relative):
18495 Check for non-NULL before accessing member (end-of-chain).
18497 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18499 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18500 (cdparanoia_set_property), (cdparanoia_get_property):
18501 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18502 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18503 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18504 (dvdreadsrc_init), (dvdreadsrc_set_property),
18505 (dvdreadsrc_get_property):
18506 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18507 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18508 Synchronize property names where not yet the case. Devices are
18509 now device=X, other versions are deprecated (but still exist).
18510 Also use g_free() unconditionally.
18511 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18512 (setup_source), (gst_play_base_bin_get_property):
18515 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18517 * configure.ac: move GCONF macro outside conditional for the am
18518 conditional. Fixes #160439
18520 2004-12-08 David Schleef <ds@schleef.org>
18522 * tools/gst-visualise-m.m: Switch to elements that currently
18525 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18527 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18528 We love wrong commas.
18530 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18532 * gst/matroska/matroska-demux.c:
18533 (gst_matroska_demux_handle_src_query):
18534 Don't set DEFAULT, unsupported - makes length display incorrectly
18537 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18539 * gst/monoscope/README: remove blurb about files being GPL
18540 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18541 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18542 monoscope is now effectively LGPL licensed
18544 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18546 * gst/monoscope/README: Update information to be more correct
18547 * gst/monoscope/convolve.c: Relicense to LGPL
18548 * gst/monoscope/convolve.h: Relicense to LGPL
18550 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18552 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18553 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18554 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18555 set default_duration for mpeg1 audio
18557 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18559 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18560 * ext/alsa/gstalsa.h:
18561 refactor big chunks of the core caps negotiation code to make it
18562 a lot faster, because people claim it's really slow
18563 (actually, just cache the getcaps when the device is opened)
18565 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18567 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18568 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18569 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18570 (gst_a52dec_change_state), (plugin_init):
18571 * ext/a52dec/gsta52dec.h:
18572 Do something useful with timestamps. Make chain-based (since
18573 there's really no reason to be loopbased).
18574 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18575 Update current_byte/frame correctly.
18577 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18579 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18580 (gst_ape_demux_stream_init):
18583 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18585 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18586 Let's make sure we're done typefinding when detecting tags.
18588 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18590 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18591 (gst_ebml_read_init), (gst_ebml_read_use_event),
18592 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18593 (gst_ebml_read_seek), (gst_ebml_read_skip),
18594 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18595 (gst_ebml_read_master):
18596 * gst/matroska/ebml-read.h:
18597 * gst/matroska/matroska-demux.c:
18598 (gst_matroska_demux_parse_contents),
18599 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18600 Disgustingly evil hack for working around INTERRUPT events and
18601 their extremely annoying habit of being a pain in the ass. We
18602 simply peek a cluster before reading any of it.
18604 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18606 * ext/musepack/gstmusepackdec.cpp:
18607 There's also floating point libmusepacks.
18609 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18611 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18612 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18613 Set DURATION even if source buffer didn't. Also use increasing
18615 * gst-libs/gst/riff/riff-media.c:
18616 (gst_riff_create_audio_caps_with_data):
18617 Block_align can have larger values than 8192.
18619 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18621 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18622 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18623 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18624 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18627 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18629 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18632 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18634 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18637 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18639 * ext/esd/esdsink.c: (gst_esdsink_chain):
18640 Make error actually say something useful (fixes #156798).
18641 * gst-libs/gst/riff/riff-media.c:
18642 (gst_riff_create_video_caps_with_data),
18643 (gst_riff_create_video_template_caps):
18644 Add Intel Video 5.0 fourcc (IV50).
18646 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18648 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18649 detection on mono and stereo mp3 files.
18651 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18653 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18654 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18655 the contained stream).
18657 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18659 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18660 Oops, remove debug.
18662 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18664 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18666 * gst/law/alaw-decode.c: (alawdec_getcaps):
18667 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18668 Prevent warnings when negotiating caps (fixes #159338).
18670 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18672 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18673 (gst_ffmpegcsp_chain):
18674 Remove old leftover that shouldn't be there...
18676 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18678 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18680 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18681 Don't forward DISCONT events (fixes #159684).
18683 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18685 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18686 Unlink manually since sometimes bin disposal (and therefore
18687 pad unlinking) is delayed, which will cause a new media file
18688 to not be able to start playing instantly.
18690 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18692 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18693 On mute of an unlinked stream, check for pad availability so
18694 we don't crash on unlinked pad.
18696 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18698 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18699 (gst_avi_demux_massage_index):
18700 Fix quite humiliating bug in omitting 0-sized index chunks but
18701 forgetting to count them for timestamps.
18703 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18705 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18706 Actually leave the loop if we failed to sync. Don't crash.
18708 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18710 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18711 (gst_dvd_demux_process_private):
18712 * gst/mpegstream/gstdvddemux.h:
18713 Fix crash (#159759). Doesn't work, though. :-(.
18715 2004-11-28 Benjamin Otte <otte@gnome.org>
18717 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18718 more overwriting protection due to modifying channels one by one
18719 instead of all at once
18721 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18723 * gst/audioconvert/gstchannelmix.c:
18724 (gst_audio_convert_fill_normalize):
18725 Normalize using absolute values.
18727 2004-11-28 Julien MOUTTE <julien@moutte.net>
18731 * ext/directfb/Makefile.am:
18732 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18733 (gst_directfbvideosink_get_pixel_format),
18734 (gst_directfbvideosink_get_format_from_fourcc),
18735 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18736 (gst_directfbvideosink_sink_link),
18737 (gst_directfbvideosink_change_state),
18738 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18739 (gst_directfbvideosink_buffer_alloc),
18740 (gst_directfbvideosink_interface_supported),
18741 (gst_directfbvideosink_interface_init),
18742 (gst_directfbvideosink_navigation_send_event),
18743 (gst_directfbvideosink_navigation_init),
18744 (gst_directfbvideosink_set_property),
18745 (gst_directfbvideosink_get_property),
18746 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18747 (gst_directfbvideosink_base_init),
18748 (gst_directfbvideosink_class_init),
18749 (gst_directfbvideosink_get_type), (plugin_init):
18750 * ext/directfb/directfbvideosink.h: Adding a first version of
18752 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18755 2004-11-28 Benjamin Otte <otte@gnome.org>
18757 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18758 walk the samples backwards if out_channels > in_channels so we don't
18761 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18763 * gst/audioconvert/Makefile.am:
18764 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18765 (gst_audio_convert_link), (gst_audio_convert_change_state),
18766 (gst_audio_convert_channels):
18767 * gst/audioconvert/gstchannelmix.c:
18768 (gst_audio_convert_unset_matrix),
18769 (gst_audio_convert_fill_identical),
18770 (gst_audio_convert_fill_compatible),
18771 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18772 (gst_audio_convert_fill_others),
18773 (gst_audio_convert_fill_normalize),
18774 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18775 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18776 * gst/audioconvert/gstchannelmix.h:
18777 Implement a channel mixer.
18779 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18781 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18782 * ext/alsa/gstalsa.h:
18783 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18784 Make alsasink actually honor gst_element_set_clock and use that
18785 clock instead of its internal one.
18787 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18789 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18790 (gst_play_base_bin_change_state): nullify source and decoder when
18791 going from READY to NULL so that we don't try to do weird stuff with
18792 them when going from NULL to READY
18793 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18794 instead of g_object_unref
18795 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18796 it should be correct
18797 (gst_play_bin_change_state): don't call remove_sinks if we are
18798 currently disposing the object
18800 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18802 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18803 Don't forget bass if it's there. Else left channel is silent...
18805 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18807 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18808 (gst_a52dec_change_state):
18809 Don't do sample adjusting anymore, we use float audio now.
18810 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18811 Don't fixate to non-existing properties.
18813 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18815 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18816 (gst_a52dec_change_state):
18817 Advertise that we can do surround sound.
18819 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18821 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18822 Add buffer-frames=0.
18823 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18824 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18825 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18826 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18827 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18828 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18829 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18830 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18831 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18832 * ext/dvdread/dvdreadsrc.h:
18833 Add seeking, querying for bytes, sectors, title, angle and
18834 chapter. Handle multiple chapters. Relicense to LGPL because
18835 Billy agreed on that (thanks Billy!).
18837 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18839 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18840 call parent dispose method
18842 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18844 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18845 (gst_audio_clock_get_internal_time):
18846 Fix active <-> inactive transitions: ensure time value always
18847 grows and avoid abrupt value changes.
18849 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18852 * gst/tta/Makefile.am:
18854 * gst/tta/filters.h:
18855 * gst/tta/gsttta.c:
18856 * gst/tta/gstttadec.c:
18857 * gst/tta/gstttadec.h:
18858 * gst/tta/gstttaparse.c:
18859 * gst/tta/gstttaparse.h:
18860 * gst/tta/ttadec.h:
18861 added TTA parser and decoder
18863 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18865 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18866 (probe_triggered), (check_queue), (buffer_underrun),
18867 (buffer_running), (buffer_overrun), (gen_source_element),
18869 * gst/playback/gstplaybasebin.h:
18870 Implement buffering. Needs some more work.
18872 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18874 * ext/theora/theoradec.c: (theora_dec_chain):
18875 Fix ilog mask range overflow.
18877 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18879 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18880 Don't omit the last (which in case of dmix is the only :) )
18881 channel count. Don't set channels if <= 2.
18883 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18885 * gst/playback/gstplaybin.c: (gen_video_element),
18886 (gen_audio_element): Removed 2 obsolete comments
18888 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18890 * ext/vorbis/oggvorbisenc.c
18891 * ext/vorbis/vorbisenc.c :
18892 change description fields of those plugins to differentiate them
18893 (pitivi show Encoders by description, they had the same one)
18895 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18897 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18899 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18900 (gst_play_bin_set_property), (gen_video_element),
18901 (gen_audio_element):
18902 Refcounting fixes for provided audio-/videosinks.
18904 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18906 * gst/playback/gstplaybin.c: (gen_video_element),
18907 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18908 Don't reference all sinks, but only the video- and audiosinks.
18909 The vis. element should be disposed when we're done with it.
18910 We don't have any reason to keep it around. This fixes warnings
18911 when reusing playbin for playing multiple audio files with
18912 vis. enabled. Also release audio device on pause - idea stolen
18915 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18917 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18918 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18919 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18920 * ext/alsa/gstalsaplugin.c: (plugin_init):
18921 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18922 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18923 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18924 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18925 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18926 (gst_faad_change_state), (plugin_init):
18927 * ext/faad/gstfaad.h:
18928 * ext/vorbis/vorbis.c: (plugin_init):
18929 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18930 * gst-libs/gst/audio/Makefile.am:
18931 * gst-libs/gst/audio/audio.c: (plugin_init):
18932 * gst-libs/gst/audio/multichannel.c:
18933 (gst_audio_check_channel_positions),
18934 (gst_audio_get_channel_positions),
18935 (gst_audio_set_channel_positions),
18936 (gst_audio_set_structure_channel_positions_list),
18937 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18938 (gst_audio_fixate_channel_positions):
18939 * gst-libs/gst/audio/multichannel.h:
18940 * gst-libs/gst/audio/testchannels.c: (main):
18941 * gst/audioconvert/gstaudioconvert.c:
18942 (gst_audio_convert_class_init), (gst_audio_convert_init),
18943 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18944 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18945 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18946 * gst/audioconvert/plugin.c: (plugin_init):
18947 Surround sound support.
18949 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18951 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18952 Fix position for discont if we're close as well. Nitpicking, but
18953 saves a few milliseconds of extra waiting or skipping.
18955 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18957 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18958 We sometimes need parsers for playback, so add those too.
18960 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18963 * gst/apetag/Makefile.am:
18964 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18965 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18966 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18967 (gst_ape_demux_get_src_query_types),
18968 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18969 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18970 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18971 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18972 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18973 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18974 (gst_ape_demux_change_state):
18975 * gst/apetag/apedemux.h:
18976 * gst/apetag/apetag.c: (plugin_init):
18977 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18979 APE v1/2 tag reader plus typefind function.
18981 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18984 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18985 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18986 Remove hacks for older core. Require newer core version
18989 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18991 * gst/cdxaparse/Makefile.am:
18992 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18993 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18994 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18995 * gst/cdxaparse/gstcdxaparse.h:
18996 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18997 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18998 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18999 (gst_cdxastrip_get_src_query_types),
19000 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19001 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19002 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19003 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19004 * gst/cdxaparse/gstcdxastrip.h:
19005 SVCD/VCD header stripping separated from CDXA image parsing.
19006 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19008 Add VCD/SVCD header typefinding for VCD/SVCD.
19009 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19010 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19011 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19012 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19013 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19014 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19015 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19016 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19017 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19018 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19019 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19020 * sys/vcd/vcdsrc.h:
19021 Fix up, add seeking, querying, URI interface. Works in totem now.
19023 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19028 === release 0.8.6 ===
19030 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19048 releasing 0.8.6, "IOU Love"
19050 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19052 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19054 * gst/playback/gstplaybasebin.c:
19055 Fix unplayable files error handling. Fixes #158365
19057 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19059 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19061 * gst/typefind/gsttypefindfunctions.c:
19062 Fix broken mp3 typefinding. Fixes #158375
19064 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19066 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19068 * ext/ogg/gstoggdemux.c:
19069 Fix sync on broken files. Fixes #158976
19071 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19073 patch by: Edward Hervey <bilboed@bilboed.com>
19075 * ext/libpng/gstpngenc.c:
19076 Copy over buffer properties. Fixes #158832
19078 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19080 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19082 * ext/dvdread/dvdreadsrc.c:
19083 Fixes invalid reads (#158462)
19085 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19087 * sys/v4l/gstv4lsrc.c:
19088 * sys/v4l/gstv4lsrc.h:
19089 * sys/v4l/v4lsrc_calls.c:
19090 Probe less and cache it. Fixes #159187.
19092 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19094 * gst/videorate/gstvideorate.c:
19095 Handle all video formats. Fixes #159186.
19097 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19098 * gst/synaesthesia/gstsynaesthesia.c:
19099 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19100 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19101 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19102 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19103 (gst_synaesthesia_change_state), (plugin_init):
19104 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19105 Force 320x200 output, as that's the only thing the underlying
19106 synaesthesia implementation supports. Still needs to be made
19109 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19112 Fix mpeg2enc configure check (similar to mplex check below).
19114 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19116 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19118 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19119 Fix for gcc-2.95 (fixes #158221).
19121 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19123 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19124 Re-add clock distribution hack (until new core is released).
19127 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19129 fix mplex configure check segfaulting on some systems (bug #140994)
19131 2004-11-13 Benjamin Otte <otte@gnome.org>
19133 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19135 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19136 do a wait when we enter the loop func with no data available to
19137 write instead of getting into an 100% CPU loop by just returning and
19138 being called again by the scheduler
19140 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19143 * ext/libvisual/visual.c: (gst_visual_get_type),
19144 (libvisual_log_handler), (gst_visual_getcaps),
19145 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19147 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19148 * ext/smoothwave/Makefile.am:
19149 * ext/smoothwave/demo-osssrc.c: (main):
19150 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19151 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19152 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19154 * ext/smoothwave/gstsmoothwave.h:
19155 Make gstsmoothwave a working element in the 20th century.
19157 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19158 Fix incorrect link function
19160 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19162 * gst/volume/gstvolume.c:
19163 Allow buffer-frames=0.
19165 2004-11-12 Iain <iaingnome@gmail.com>
19167 * configure.ac: Check for polypaudio
19169 * ext/Makefile.am: Build the polyp dir
19171 * ext/polyp: The polypsink sources.
19173 2004-10-30 Iain <iaingnome@gmail.com>
19175 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19176 caps to reflect the new number of channels.
19178 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19180 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19181 Fix for negotiation order problem. This would show when the
19182 ALSA loopfuction was called before any other function. ALSA
19183 wouldn't do anything because we're not negotiated yet, leading
19184 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19186 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19188 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19190 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19191 No warnings (#157986).
19193 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19195 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19196 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19198 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19200 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19201 Signal no-more-pads (so it works in playbin).
19203 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19205 * ext/musepack/gstmusepackreader.cpp:
19206 Workaround for older core.
19208 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19210 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19211 Actually test for odd width/height rather than testing whether
19212 a temporary variable that was 0 before we subtracted 1 is now
19213 not equal to zero (which it always is).
19215 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19217 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19218 Fix compilation if HAVE_XVIDEO is not defined
19220 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19222 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19223 Fix compilation if HAVE_XVIDEO is not defined
19225 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19227 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19228 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19229 (gst_goom_change_state), (plugin_init):
19230 Use the bytestream adapter so goom doesn't depend on the input
19232 Add a debug category
19234 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19236 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19237 Only set hardware parameters *after* negotiation. Before
19238 negotiation, it will set ANY and that seems to cause crashes
19239 (see e.g. #151288, #153227).
19241 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19243 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19244 This seems to be antique leftover. It needs to pass error
19246 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19247 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19248 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19249 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19250 Fix GstXOverlay implementation (#151059).
19252 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19254 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19255 Don't assert (#157853).
19257 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19259 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19260 Fix bytes/samples confustion.
19261 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19262 Fix for underrun (#144389).
19264 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19266 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19267 Disable halfway-seek for pending release (since it needs a new
19270 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19272 * sys/v4l/gstv4lsrc.c:
19273 * sys/v4l/gstv4lsrc.h:
19274 * sys/v4l/v4lsrc_calls.c:
19275 add autoprobe-fps property so we can separate autoprobing parts
19277 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19279 * sys/v4l/gstv4lsrc.c:
19280 * sys/v4l/v4lsrc_calls.c:
19281 initialise fourcc to catch unset fourcc's, and debug
19283 2004-11-09 Wim Taymans <wim@fluendo.com>
19285 * gst/playback/README:
19286 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19287 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19288 (gst_play_bin_dispose), (gst_play_bin_set_property),
19289 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19290 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19291 (gst_play_bin_get_formats), (gst_play_bin_convert),
19292 (gst_play_bin_get_query_types), (gst_play_bin_query):
19293 Cleanups and some more documentation.
19295 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19297 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19298 (gst_cacasink_init), (gst_cacasink_chain):
19299 * ext/libcaca/gstcacasink.h:
19300 Cacasink inherits from VideoSink, so let that store the clock.
19302 2004-11-09 Wim Taymans <wim@fluendo.com>
19304 * gst/playback/README:
19305 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19306 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19307 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19308 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19309 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19311 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19312 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19313 * gst/playback/gststreaminfo.h:
19315 Only switch groups if all streams have muted (EOSed).
19316 Send Tags in sync with the stream playback instead of in
19317 the playback/preroll phase.
19318 Some cleanups, free the fakesrc elements.
19320 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19322 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19323 buffer-frames property was missing
19324 * ext/arts/gst_arts.c:
19325 rate missing from sinkcaps
19326 * ext/audiofile/gstafparse.c:
19327 * ext/audiofile/gstafsink.c:
19328 * ext/audiofile/gstafsrc.c:
19329 * ext/swfdec/gstswfdec.c:
19330 int audio doesn't know buffer-frames
19331 * ext/cdparanoia/gstcdparanoia.c:
19332 int audio doesn't know chunksize either
19333 * ext/nas/nassink.c:
19334 it's endianness, not endianess
19335 * gst-libs/gst/audio/audio.h:
19336 make float standard pad template caps really describe float
19337 * gst/law/mulaw.c: (linear_factory):
19338 signed only, please
19339 * gst/mpegstream/gstdvddemux.c:
19340 widths of 20 are not valid
19342 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19344 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19350 2004-11-08 Wim Taymans <wim@fluendo.com>
19352 * gst/playback/README:
19353 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19354 * gst/playback/gstplaybasebin.c: (probe_triggered),
19355 (gst_play_base_bin_change_state):
19356 Updated README, added more comments for fixmes etc..
19358 2004-11-08 Wim Taymans <wim@fluendo.com>
19360 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19361 We can remove this hack now.
19363 2004-11-08 Wim Taymans <wim@fluendo.com>
19365 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19366 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19367 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19368 Only mix AYUV for maximum quality.
19370 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19372 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19373 (gst_ogg_demux_push), (gst_ogg_pad_push):
19374 Let's act as if we're synchronized now! :).
19375 * ext/theora/theoradec.c: (theora_dec_chain):
19378 2004-11-08 Wim Taymans <wim@fluendo.com>
19380 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19381 (gst_alpha_set_property), (gst_alpha_sink_link),
19382 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19383 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19384 (gst_alpha_init_params), (gst_alpha_chain):
19385 Implement alpha functions for AYUV too, this increases
19386 accuracy quite a bit.
19388 2004-11-08 Wim Taymans <wim@fluendo.com>
19390 * gst/ffmpegcolorspace/avcodec.h:
19391 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19392 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19393 (gst_ffmpegcsp_avpicture_fill):
19394 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19395 (gst_ffmpegcsp_caps_remove_format_info):
19396 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19397 (shrink12), (img_get_alpha_info), (deinterlace_line),
19398 (deinterlace_line_inplace):
19399 * gst/ffmpegcolorspace/imgconvert_template.h:
19400 Added AYUV colorspace and handle RGBA a bit more respectful.
19402 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19404 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19405 Actually always send a discont (cornercase when resending the
19406 same serial-tagged chain twice).
19408 2004-11-08 Julien MOUTTE <julien@moutte.net>
19410 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19411 (gst_ximagesink_finalize):
19412 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19413 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19415 2004-11-08 Wim Taymans <wim@fluendo.com>
19417 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19418 Don't segfault on NULL data.
19420 2004-11-08 Wim Taymans <wim@fluendo.com>
19422 * gst/playback/gstdecodebin.c: (unlinked):
19423 * gst/playback/gstplay-marshal.list:
19424 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19425 (gst_play_base_bin_init), (group_create), (get_active_group),
19426 (get_building_group), (group_destroy), (group_commit),
19427 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19428 (add_element_stream), (no_more_pads), (probe_triggered),
19429 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19430 (state_change), (setup_source), (gst_play_base_bin_get_property),
19431 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19432 (gst_play_base_bin_link_stream),
19433 (gst_play_base_bin_get_streaminfo):
19434 * gst/playback/gstplaybasebin.h:
19435 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19436 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19437 Add support for chained ogg files. Prepare for playlist
19438 support. This patch introduces the concept of pad groups, which
19439 together compose one playable media file.
19441 2004-11-07 David Schleef <ds@schleef.org>
19443 * testsuite/gst-lint: Check for pad templates that aren't statically
19446 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19450 * ext/musepack/Makefile.am:
19451 * ext/musepack/gstmusepackdec.cpp:
19452 * ext/musepack/gstmusepackdec.h:
19453 * ext/musepack/gstmusepackreader.cpp:
19454 * ext/musepack/gstmusepackreader.h:
19455 Add musepack decoder.
19456 * ext/faad/gstfaad.c: (gst_faad_base_init):
19457 Make pad templates static.
19458 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19460 Add musepack typefinder, make mp3 typefinding work halfway stream,
19461 which doesn't actually work yet because id3demux doesn't implement
19464 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19466 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19467 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19468 Fix interrupt event handling (#144436).
19470 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19472 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19475 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19477 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19479 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19480 Fix weird caps (#157548).
19482 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19484 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19486 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19487 Add missing NULL terminator (#157543).
19489 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19491 * gst/tcp/gsttcp.h:
19492 * gst/tcp/gsttcpclientsink.c:
19493 * gst/tcp/gsttcpclientsrc.c:
19494 * gst/tcp/gsttcpserversink.c:
19495 * gst/tcp/gsttcpserversrc.c:
19496 ports can go up to 65535. Move common defines to gsttcp.h
19498 2004-11-05 Wim Taymans <wim@fluendo.com>
19500 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19501 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19502 Added two more colorspaces.
19504 2004-11-05 Wim Taymans <wim@fluendo.com>
19506 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19507 (gst_ffmpegcsp_avpicture_fill):
19508 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19509 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19510 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19513 2004-11-05 Wim Taymans <wim@fluendo.com>
19515 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19516 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19517 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19518 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19519 (gst_videomixer_loop):
19522 2004-11-05 Benjamin Otte <otte@gnome.org>
19524 * ext/mad/gstmad.c: (gst_mad_chain):
19525 don't overflow data buffer. Flush not needed sync data when syncing
19528 2004-11-04 Wim Taymans <wim@fluendo.com>
19530 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19531 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19532 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19533 (gst_alpha_init_params), (gst_alpha_chain),
19534 (gst_alpha_change_state):
19535 Updated the chroma keying algorithm with something more
19538 2004-11-03 Wim Taymans <wim@fluendo.com>
19540 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19541 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19542 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19543 Fix stride issues. Does not completely work for odd
19546 2004-11-03 Wim Taymans <wim@fluendo.com>
19548 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19549 (gst_alpha_chroma_key), (gst_alpha_chain):
19550 Fix stride issues. Does not completely work for odd
19553 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19555 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19556 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19559 2004-11-03 Wim Taymans <wim@fluendo.com>
19561 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19562 (gst_ffmpegcsp_avpicture_fill):
19563 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19565 * gst/ffmpegcolorspace/imgconvert_template.h:
19566 Use correct _fill function to get correct strides.
19568 2004-11-02 David Schleef <ds@schleef.org>
19570 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19571 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19572 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19573 Change all g_print()s to debugging. Add a bunch of consistency
19576 2004-11-02 Wim Taymans <wim@fluendo.com>
19578 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19579 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19580 (unlinked), (no_more_pads), (close_link):
19581 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19582 (unknown_type), (add_element_stream), (new_decoded_pad),
19583 (removed_decoded_pad), (setup_source):
19584 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19585 (gst_stream_info_class_init), (gst_stream_info_init),
19586 (gst_stream_info_new), (gst_stream_info_dispose),
19587 (stream_info_mute_pad), (gst_stream_info_set_property),
19588 (gst_stream_info_get_property):
19589 * gst/playback/gststreaminfo.h:
19590 Fix playback of multiple files.
19591 a slightly different approach to handling dynamic pad removals.
19592 This one only looks at pads that we have linked.
19594 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19596 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19597 free" warning from libc.
19599 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19601 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19602 (get_unconnected_element), (remove_starting_from), (pad_removed),
19604 Implement support for dynamic pad changing. We listen to "live"
19605 pad removals (i.e. while playing) and re-setup autoplugging
19606 after that. Playbasebin/playbin need some more work for this
19607 to finally work, but decodebin supports (and replugs) chained
19610 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19612 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19613 (gst_alsa_finalize):
19614 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19615 (gst_cdaudio_finalize):
19616 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19617 (cdparanoia_finalize):
19618 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19619 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19620 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19621 (dvdreadsrc_finalize):
19622 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19623 (gst_flacdec_finalize):
19624 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19625 (gst_flacenc_finalize):
19626 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19627 (gst_gnomevfssink_finalize):
19628 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19629 (gst_gnomevfssrc_finalize):
19630 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19631 (gst_fameenc_finalize):
19632 * ext/nas/nassink.c: (gst_nassink_class_init),
19633 (gst_nassink_finalize):
19634 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19635 (gst_sdlvideosink_class_init):
19636 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19637 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19638 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19639 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19640 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19641 (gst_x_window_listener_dispose):
19642 * gst/audioscale/gstaudioscale.c:
19643 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19644 (play_on_demand_finalize):
19645 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19646 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19647 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19648 (cdplayer_finalize):
19649 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19650 (gst_glimagesink_class_init):
19651 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19652 (gst_osselement_finalize):
19653 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19654 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19655 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19656 Fixes a bunch of problems with finalize and dispose functions,
19657 either assumptions that dispose is only called once, or not calling
19658 the parent class dispose/finalize function
19660 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19662 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19663 added two api precondition guards
19664 use g_strdup with getenv to fix crash when using ENVVAR
19666 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19667 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19668 (gst_esdsink_finalize):
19669 Use a finalize function, not dispose, and more importantly,
19670 call the parent class finalize function too
19672 2004-11-01 Johan Dahlin <johan@gnome.org>
19674 * ext/ogg/gstoggdemux.c:
19675 * gst/tags/gstvorbistag.c:
19678 2004-10-31 Benjamin Otte <otte@gnome.org>
19680 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19681 lotsa memleaks today. But they're all small...
19683 2004-10-31 Benjamin Otte <otte@gnome.org>
19685 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19686 another memleak crushed
19688 2004-10-31 Benjamin Otte <otte@gnome.org>
19690 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19693 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19695 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19696 Hack to prevent crash when going to READY inside signal handler
19697 while this function is active.
19699 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19701 * gst/ffmpegcolorspace/Makefile.am:
19702 * gst/ffmpegcolorspace/avcodec.h:
19703 * gst/ffmpegcolorspace/common.h:
19704 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19705 * gst/ffmpegcolorspace/dsputil.h:
19706 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19707 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19708 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19709 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19710 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19711 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19712 (gst_ffmpegcsp_avpicture_fill):
19713 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19714 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19715 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19716 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19717 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19718 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19719 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19720 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19721 * gst/ffmpegcolorspace/imgconvert.c:
19722 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19723 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19724 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19725 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19726 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19727 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19728 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19729 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19730 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19731 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19732 (grow21), (grow22), (grow41), (grow44), (conv411),
19733 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19734 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19735 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19736 (avpicture_free), (is_yuv_planar), (img_convert),
19737 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19738 (deinterlace_line_inplace), (deinterlace_bottom_field),
19739 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19740 * gst/ffmpegcolorspace/imgconvert_template.h:
19741 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19742 * gst/ffmpegcolorspace/mmx.h:
19743 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19744 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19745 (av_freep), (avcodec_get_context_defaults),
19746 (avcodec_alloc_context), (avcodec_init):
19747 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19748 handling plus update from ffmpeg CVS. Large clean-up.
19750 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19752 * gst/playback/Makefile.am:
19753 We need the marshallers for decodebin, too.
19755 2004-10-30 David Schleef <ds@schleef.org>
19757 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19758 quicktime typefinding work with 64-bit offsets.
19760 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19762 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19763 Set EOS on the element when processing an EOS event.
19764 * ext/speex/gstspeexdec.h:
19765 * ext/speex/gstspeexenc.h:
19766 Only keep a const ptr to the mode
19767 * gst-libs/gst/riff/riff-media.c:
19768 (gst_riff_create_audio_caps_with_data),
19769 (gst_riff_create_audio_template_caps):
19770 Allow WMAV3, with up to 6 channels.
19771 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19772 Don't call gst_pad_set_event_function on a sink pad.
19773 * gst/mpegstream/gstdvddemux.c:
19774 (gst_dvd_demux_get_subpicture_stream),
19775 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19776 Copy the explicit caps that were set across to the cur_* pads,
19777 instead of trying to use a possibly non-existent negotiated caps.
19778 Reset the type of subpicture pads to UNKNOWN after calling
19779 init_stream, so that the caps get set.
19781 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19783 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19785 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19786 Don't touch buffer if it is of size 0 (fixes #151064).
19788 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19790 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19791 Synchronized discont handling.
19793 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19795 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19796 (gst_ogg_demux_push):
19797 Make seeking sort-of exact again (fixes #156387).
19799 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19801 * gst/playback/gstplaybasebin.c: (unknown_type),
19802 (add_element_stream), (new_decoded_pad),
19803 (gst_play_base_bin_change_state):
19804 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19805 (gst_stream_info_init), (gst_stream_info_new),
19806 (gst_stream_info_dispose), (gst_stream_info_get_property):
19807 * gst/playback/gststreaminfo.h:
19808 Make caps explicitely available. Makes testing for unsupported
19809 types possible. Improves error reporting.
19811 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19813 * gst/audioconvert/gstaudioconvert.c:
19814 (gst_audio_convert_buffer_to_default_format):
19815 Really don't touch read-only buffers (#156563).
19817 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19819 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19821 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19822 Fix memleak (#155223).
19824 2004-10-29 Wim Taymans <wim@fluendo.com>
19826 * gst/tcp/.cvsignore:
19827 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19828 (gst_multifdsink_class_init), (gst_multifdsink_init),
19829 (gst_multifdsink_add), (gst_multifdsink_remove),
19830 (gst_multifdsink_remove_client_link), (is_sync_frame),
19831 (gst_multifdsink_new_client),
19832 (gst_multifdsink_handle_client_write),
19833 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19834 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19835 (gst_multifdsink_get_property):
19836 * gst/tcp/gstmultifdsink.h:
19837 Added burst on connect sync_method, deprecated sync_clients,
19838 streamlined the sync code some more.
19840 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19842 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19843 (gst_play_base_bin_change_state):
19844 Improve error reporting.
19846 2004-10-28 Wim Taymans <wim@fluendo.com>
19848 * gst/tcp/Makefile.am:
19849 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19850 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19851 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19852 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19853 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19854 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19856 Added more locks around fdset structures. Fixed/reworked
19857 the poll array resizing code.
19858 Added stress test for fdset.
19860 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19862 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19865 2004-10-28 Benjamin Otte <otte@gnome.org>
19867 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19868 fix link function to always query channels and query width for
19872 * gst/equalizer/Makefile.am:
19873 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19874 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19875 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19876 (arg_to_scale), (setup_filter),
19877 (gst_iir_equalizer_compute_frequencies),
19878 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19879 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19883 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19885 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19889 Added Norwegian Bokmaal translation
19891 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19893 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19894 Don't break on options (fixes #156488).
19896 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19899 * ext/cdaudio/Makefile.am:
19901 fix build on older automake
19903 2004-10-26 Wim Taymans <wim@fluendo.com>
19905 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19906 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19907 Allow a little margin when negotiating the framerate.
19909 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19911 * gst/level/gstlevel.c:
19912 synchonised naming of pads and pad-templates
19914 2004-10-26 Wim Taymans <wim@fluendo.com>
19916 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19917 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19918 (_find_streams_check), (gst_ogg_demux_push):
19919 Fix EOS again. Needs to be done in a better way. We should not
19920 remove the pad if there is no new chained stream.
19922 2004-10-26 Iain <iaingnome@gmail.com>
19924 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19925 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19927 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19929 (interleave_release_pad): Remove the pad.
19930 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19931 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19933 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19935 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19936 (gst_xvimagesink_finalize): Free the par.
19938 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19940 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19941 (gst_avimux_stop_file):
19942 First calculate the rate, and only then use it. Hdr.rate is a
19943 multiple and not a derivative of hdr.scale. Scale is not the
19944 same as blockalign but is solely related to rate.
19946 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19948 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19949 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19952 2004-10-25 James Henstridge <james@jamesh.id.au>
19954 Reviewed by: David Schleef <ds@schleef.org>
19956 * examples/gstplay/player.c: (got_stream_length), (main):
19957 * examples/seeking/cdplayer.c: (update_scale):
19958 * examples/seeking/seek.c: (format_value), (update_scale):
19959 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19961 Build fixes on AMD64.
19963 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19965 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19967 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19968 Fix for some v4l cards which hang in v4lsrc
19970 2004-10-25 Wim Taymans <wim@fluendo.com>
19972 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19973 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19974 Make sure to remove the pad when a new chain is
19975 encountered. Set some vars to NULL so we don't try
19976 to reference freed memory.
19978 2004-10-25 Wim Taymans <wim@fluendo.com>
19980 * examples/seeking/Makefile.am:
19981 * examples/seeking/cdplayer.c: (update_scale):
19982 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19983 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19984 (format_value), (update_scale), (iterate), (start_seek),
19985 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19986 (print_usage), (main):
19987 Added some more examples, update others.
19989 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19991 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19992 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19993 * ext/theora/theoradec.c: (theora_dec_chain):
19994 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19995 Add codec-name metadata.
19997 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19999 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20001 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20002 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20003 * ext/alsa/gstalsamixertrack.h:
20005 ALSA mixer track label internationalization (#154054).
20007 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20009 * ext/theora/theoradec.c: (theora_dec_chain):
20010 Export bitrate as metadata.
20012 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20014 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20015 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20016 * ext/alsa/gstalsamixertrack.h:
20017 Fix names, fix loop.
20019 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20021 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20022 (speex_dec_convert):
20023 sinkconvert function so oggdemux can get the file length (totem).
20025 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
20027 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20029 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20030 Don't push incomplete packets.
20031 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20032 Fix MPEG-4 audio typefinding.
20034 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20036 * sys/v4l/Makefile.am:
20037 * sys/v4l/gstv4l.c: (plugin_init):
20038 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20039 (gst_v4lelement_init), (gst_v4lelement_dispose),
20040 (gst_v4lelement_change_state):
20041 * sys/v4l/gstv4lelement.h:
20042 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20043 (gst_v4l_xoverlay_close), (idle_refresh),
20044 (gst_v4l_xoverlay_set_xwindow_id):
20045 * sys/v4l/gstv4lxoverlay.h:
20046 * sys/v4l/v4l-overlay_calls.c:
20047 * sys/v4l/v4l_calls.h:
20048 * sys/v4l2/Makefile.am:
20049 * sys/v4l2/gstv4l2.c: (plugin_init):
20050 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20051 (gst_v4l2element_init), (gst_v4l2element_dispose),
20052 (gst_v4l2element_change_state):
20053 * sys/v4l2/gstv4l2element.h:
20054 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20055 (gst_v4l2_xoverlay_close), (idle_refresh),
20056 (gst_v4l2_xoverlay_set_xwindow_id):
20057 * sys/v4l2/gstv4l2xoverlay.h:
20058 * sys/v4l2/v4l2-overlay_calls.c:
20059 * sys/v4l2/v4l2_calls.h:
20060 Remove client-side overlay handling, use the X-server v4l plugin
20061 for that. Nicer overlay, less code. Also make the plugin
20062 compileable without X (but then without overlay, obviously).
20063 Makes xwindowlistener obsolete, should we remove that?
20065 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20067 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20068 (gst_osssrc_src_query):
20069 * sys/oss/gstosssrc.h:
20070 OK, so people want offset in DEFAULT. This time, actually fix all
20072 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20075 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20077 * gst/asfdemux/gstasfmux.c:
20078 * gst/avi/gstavimux.c:
20081 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20083 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20084 Fix properties (channel, norm, frequency).
20086 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20088 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20090 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20093 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20095 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20098 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20100 * sys/v4l2/gstv4l2element.h:
20101 Yet Another Hack (tm) for kernel header borkedness.
20102 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20103 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20104 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20105 (gst_v4l2src_change_state):
20106 * sys/v4l2/gstv4l2src.h:
20107 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20108 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20109 Fix caps, keep track of state, work.
20111 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20113 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20116 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20118 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20119 Don't mix bytes and samples.
20121 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20123 * ext/ogg/gstoggmux.c:
20124 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20125 and theora. Any is incorrect.
20126 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20128 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20129 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20130 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20131 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20132 * sys/v4l/gstv4lmjpegsrc.h:
20133 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20134 (gst_v4lsrc_change_state):
20135 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20136 (gst_v4lmjpegsrc_capture_stop):
20137 Fix caps. Keep track of internal state. Work.
20139 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20142 Fix the build fixes.
20144 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20146 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20147 (gst_ogg_demux_src_event), (_find_chain_seek),
20148 (gst_ogg_pad_push):
20149 Check for pad availability before using it.
20150 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20151 Fix parsing of chained ogg. Needs more work on the decoder side.
20153 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20155 * gst/spectrum/Makefile.am:
20156 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20158 Fix demo and reenable it. Yes, I'm currently playing with audio
20161 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20163 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20164 We love it if files that start at zero work too...
20166 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20168 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20169 Handle files with missing EOS headers.
20171 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20173 * gst/tcp/gsttcpserversink.c:
20174 (gst_tcpserversink_handle_server_read),
20175 (gst_tcpserversink_init_send):
20176 Zero some variables first (need for accept not to return EINVAL)
20178 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20180 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20181 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20182 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20183 (theora_dec_chain):
20184 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20185 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20186 Seeking and querying finetune.
20188 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20192 * ext/raw1394/Makefile.am:
20195 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20197 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20199 * gst/playback/Makefile.am:
20200 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20201 * gst/playback/gstplay-marshal.list:
20202 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20205 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20207 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20210 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20212 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20213 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20214 (gst_ogg_pad_push):
20215 Yay for non-lineair granulepos in theora.
20217 2004-10-18 Wim Taymans <wim@fluendo.com>
20219 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20220 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20221 * ext/dv/gstdvdec.h:
20222 Make sure we renegotiate aspect ratio when the camera switches.
20224 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20226 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20227 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20229 * ext/theora/theoradec.c: (theora_dec_chain):
20230 Skip headers. Bad idea for chained ogg, but fixes seeking.
20232 2004-10-18 Wim Taymans <wim@fluendo.com>
20235 I swear, this is the last time I touch this.
20237 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20239 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20240 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20241 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20243 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20244 Time-to-default conversion.
20245 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20246 Don't error on unknown packets, just skip. We should probably
20247 read them if we want to support chained ogg.
20249 2004-10-18 Wim Taymans <wim@fluendo.com>
20252 Added cdaudio to wrong list.
20254 2004-10-18 Wim Taymans <wim@fluendo.com>
20259 2004-10-18 Wim Taymans <wim@fluendo.com>
20261 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20262 (gst_dvdec_video_link), (gst_dvdec_push):
20263 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20264 (gst_smokeenc_resync), (gst_smokeenc_chain):
20265 Fix mimetype on smoke encoder.
20266 Add aspect ratio to dvdec. Not sure if these
20267 values are correct though....
20269 2004-10-18 Wim Taymans <wim@fluendo.com>
20271 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20272 Fix vorbis property descriptions and ranges.
20274 2004-10-18 Wim Taymans <wim@fluendo.com>
20276 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20277 Really do nothing when no data is available.
20278 Go to the playing state when the stream is not seekable
20279 instead of failing.
20281 2004-10-18 Wim Taymans <wim@fluendo.com>
20283 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20284 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20285 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20286 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20287 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20288 Added uri handler for cd://
20291 2004-10-18 Wim Taymans <wim@fluendo.com>
20293 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20294 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20295 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20296 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20297 (remove_prerolls), (unknown_type), (add_element_stream),
20298 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20299 (gst_play_base_bin_remove_element),
20300 (gst_play_base_bin_link_stream):
20301 * gst/playback/gstplaybin.c: (gen_video_element),
20302 (gen_vis_element), (remove_sinks), (setup_sinks):
20303 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20304 (gst_stream_info_get_type), (gst_stream_info_class_init),
20305 (gst_stream_info_init), (gst_stream_info_new),
20306 (gst_stream_info_dispose), (stream_info_mute_pad),
20307 (gst_stream_info_set_property), (gst_stream_info_get_property):
20308 * gst/playback/gststreaminfo.h:
20309 Add sink padtemplate to decodebin.
20310 Added some more comments.
20311 Make queue size configurable in playbasebin.
20312 Added possibility to use elements as sinks (ex cdaudio).
20314 2004-10-15 Wim Taymans <wim@fluendo.com>
20316 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20317 (gst_speexenc_chain):
20318 Fix speex timestamps so that it gets muxed properly.
20320 2004-10-15 Wim Taymans <wim@fluendo.com>
20322 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20323 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20324 (gst_dv1394src_init), (gst_dv1394src_dispose),
20325 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20326 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20327 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20328 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20329 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20330 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20331 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20332 * ext/raw1394/gstdv1394src.h:
20333 Added conversion/query functions.
20334 Update buffer timestamps,
20336 Added uri dv:// so it might play from the firewire in playbin.
20337 Fix a possible leak.
20340 2004-10-15 Wim Taymans <wim@fluendo.com>
20342 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20343 (gst_dv1394src_init), (gst_dv1394src_set_property),
20344 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20345 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20346 * ext/raw1394/gstdv1394src.h:
20347 Added AV/C VTR control support needed for some cameras.
20348 Added automatic port detection.
20349 Added properties for selecting the channel.
20350 The configure.ac script is not yet updated to reflect the
20351 new libavc1394 and librom1394 dependencies.
20353 2004-10-15 Wim Taymans <wim@fluendo.com>
20355 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20356 (qtdemux_parse), (gst_qtdemux_handle_esds):
20357 An esds box is not a container.
20358 Fix parsing of mp4v boxes.
20359 Do not try to renegotiate fps for each frame. Need to
20360 find a better method. This should fix mp4 playback.
20362 2004-10-14 David Schleef <ds@schleef.org>
20364 * configure.ac: update for swfdec-0.3 and liboil-0.2
20365 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20366 * ext/swfdec/gstswfdec.h: same
20367 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20368 * gst/videotestsrc/videotestsrc.c: same
20370 2004-10-14 Wim Taymans <wim@fluendo.com>
20372 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20373 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20374 (is_sync_frame), (gst_multifdsink_new_client),
20375 (gst_multifdsink_handle_client_write),
20376 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20377 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20378 Turn warnings into info.
20379 Don't allow a state change in the streaming thread.
20381 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20383 * ext/vorbis/oggvorbisenc.c:
20384 * ext/vorbis/vorbisdec.c:
20385 fix template sample rate
20387 2004-10-13 Wim Taymans <wim@fluendo.com>
20389 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20390 Decoding the header first fixes some problems in resyncing
20393 2004-10-12 Wim Taymans <wim@fluendo.com>
20395 * gst/playback/gstplaybin.c: (gen_video_element),
20396 (gen_vis_element), (remove_sinks), (setup_sinks):
20397 Added vis plugin support, need to configure the vis
20398 element to activate it.
20400 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20402 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20403 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20405 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20406 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20407 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20408 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20409 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20410 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20411 * gst/avi/gstavidemux.h:
20412 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20413 recovery (where, if part of the index is broken, we will still read
20414 the rest of the index and recover the broken part by stream
20415 scanning). More broken media support. EOS workarounds. General AVI
20416 braindamage headache recovery. Aspirin included.
20418 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20420 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20421 (cdparanoia_event), (cdparanoia_query):
20422 Get rid of hideous lead-in.
20424 2004-10-11 Wim Taymans <wim@fluendo.com>
20426 * gst/playback/gstplaybasebin.c: (setup_source):
20427 Wrong var used to get g_list_next.
20429 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20431 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20432 (cdparanoia_get), (cdparanoia_open):
20433 Report discid as metadata, add duration.
20435 2004-10-11 Wim Taymans <wim@fluendo.com>
20437 * gst/playback/gstplaybasebin.c: (setup_source):
20438 Cleanup the previous pipeline a little earlier for the
20439 case that a source element provides raw data.
20441 2004-10-11 Benjamin Otte <otte@gnome.org>
20443 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20444 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20445 consuming the last 128 bytes, even though it was valid mp3 data.
20447 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20449 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20450 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20451 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20452 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20454 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20456 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20457 Fix for webcams that support only specific width or height
20459 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20461 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20463 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20464 Fix wrong discont event setup (fixes #154967).
20466 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20468 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20470 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20471 Error out on invalid data (fixes #154807).
20473 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20475 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20477 * ext/dvdread/dvdreadsrc.c: (_read):
20478 Make titles > 0 work again (fixes #154834).
20480 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20482 * gst-libs/gst/riff/riff-media.c:
20483 (gst_riff_create_video_template_caps):
20484 WMV3 missing in template caps.
20486 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20488 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20489 OK, so the original code was too strict. It makes random AVI files
20490 hang for seconds upon opening, which is unacceptable and is far
20491 beyond the original goal of getting multiple chunks for one-chunk
20492 sounc stream files. So now do just that.
20494 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20496 * gst/playback/gstplaybasebin.c: (setup_source),
20497 (gst_play_base_bin_change_state):
20498 Actually clean up streaminfo if output fails. This would trigger
20499 if, for example, there was no CD in the drive. No preroll, so
20500 a streaminfo structure is created, but the subsequent state change
20501 of the thread fails.
20502 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20503 Don't change state if parent failed.
20505 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20507 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20508 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20509 (gen_video_element), (remove_sinks):
20510 Add small bits of code for screenshot handling.
20512 2004-10-08 Wim Taymans <wim@fluendo.com>
20514 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20515 (gen_video_element), (gen_audio_element), (setup_sinks):
20516 Don't assume the user provided sinks are named "sink"...
20518 2004-10-08 Wim Taymans <wim@fluendo.com>
20520 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20521 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20522 (gst_play_base_bin_link_stream):
20523 Do not try to autoplug sources that generate raw streams like
20525 disconnect the preroll overrun signal when we don't need it anymore.
20527 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20529 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20530 Added reworked patch from #154903 from milosz derezynski (deadchip).
20532 2004-10-08 Wim Taymans <wim@fluendo.com>
20534 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20535 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20536 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20537 (cdparanoia_convert), (cdparanoia_uri_get_type),
20538 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20539 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20540 * ext/cdparanoia/gstcdparanoia.h:
20541 This adds the cdda://<tracknum> uri.
20543 2004-10-08 Wim Taymans <wim@fluendo.com>
20545 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20546 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20547 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20548 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20549 (unknown_type), (gst_play_base_bin_remove_element),
20550 (gst_play_base_bin_link_stream):
20551 * gst/playback/gstplaybasebin.h:
20552 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20553 (gst_play_bin_set_property), (gen_video_element),
20554 (gen_audio_element), (setup_sinks):
20555 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20556 (gst_stream_info_get_type), (gst_stream_info_class_init),
20557 (gst_stream_info_init), (gst_stream_info_new),
20558 (gst_stream_info_dispose), (stream_info_mute_pad),
20559 (gst_stream_info_set_property), (gst_stream_info_get_property):
20560 * gst/playback/gststreaminfo.h:
20561 Reuse the audio and video bins.
20562 Some internal cleanups in the stream selection code.
20564 2004-10-08 Julien MOUTTE <julien@moutte.net>
20566 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20567 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20568 * sys/ximage/ximagesink.h:
20569 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20570 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20571 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20572 not coming from those elements. Moreover these elements should not keep
20573 the xid they have been given when in NULL state.
20575 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20577 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20578 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20579 * sys/ximage/ximagesink.h:
20580 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20581 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20582 * sys/xvimage/xvimagesink.h:
20583 Actually only create a new toplevel window if we're not gonna
20584 embed it right after.
20586 2004-10-07 Wim Taymans <wim@fluendo.com>
20588 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20589 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20590 * gst/playback/gstplaybin.c: (setup_sinks):
20591 Implement muting/unmuting of streams, mute streams that are not
20594 2004-10-07 Wim Taymans <wim@fluendo.com>
20596 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20598 Added lame audio/x-ac3 typefind function.
20600 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20605 === release 0.8.5 ===
20607 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20612 releasing 0.8.5, "Take You On"
20614 2004-10-06 Wim Taymans <wim@fluendo.com>
20616 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20617 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20618 (no_more_pads), (close_link), (type_found):
20619 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20620 * gst/playback/gstplaybin.c: (gen_video_element):
20621 Do not signal the no_more_pads after the first pad when
20622 we are plugging a non dynamic element with multiple
20623 output pads (like swfdec, dvdec, ...).
20625 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20628 bump for prerelease
20630 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20632 * gst/wavparse/gstwavparse.c:
20633 add ATRAC3 to STATIC CAPS to fix a warning
20635 * gst/matroska/ebml-read.c:
20636 * gst-libs/gst/riff/riff-read.c:
20639 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20641 * gst-libs/gst/riff/riff-media.c:
20642 generate caps for ATRAC3 audio streams
20644 * gst/realmedia/rmdemux.c:
20645 generate caps for ATRAC3 audio streams
20647 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20649 * gst/wavparse/Makefile.am
20650 * gst/wavparse/riff.h
20651 * gst/wavparse/wavparse.vcproj
20652 riff.h removal (unused and duplication with riff-ids.h)
20654 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20656 * gst/wavparse/gstwavparse.h
20657 remove duplicated defines for audio codec codes
20659 * gst-libs/gst/riff/riff-ids.h
20660 * gst/wavenc/riff.h:
20661 add "4CC" code for ATRAC3 audio streams
20662 add "4CC" code for ITU_G721_ADPCM (unused for now)
20664 2004-10-06 Wim Taymans <wim@fluendo.com>
20666 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20667 Actually _do_ negotiation. Pass gdouble as arg instead
20668 of guint64 for the framerate.
20670 2004-10-06 Wim Taymans <wim@fluendo.com>
20672 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20673 (find_compatibles), (close_pad_link), (try_to_link_1),
20674 (no_more_pads), (close_link), (type_found):
20675 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20676 * gst/playback/gstplaybin.c: (gen_video_element),
20677 (gen_audio_element):
20678 Set state on newly added element to READY so that negotiation
20680 Addes some more debug info.
20681 Do not try to plug pads with multiple caps structures or ANY
20682 because it is too dangerous since we do not do dynamic
20685 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20687 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20691 add Oriya translation
20693 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20695 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20696 Prevent overwrite of size member. Makes audio sound crappy.
20698 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20700 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20701 Add rmvb to the list of known RealMedia extensions
20703 2004-10-05 Wim Taymans <wim@fluendo.com>
20705 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20706 (mngdec_openstream), (mngdec_closestream),
20707 (mngdec_handle_sink_event), (mngdec_readdata),
20708 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20709 (mngdec_getcanvasline), (mngdec_refresh),
20710 (gst_mngdec_change_state):
20711 Set the framerate correctly.
20713 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20715 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20716 There was something wrong with the index massaging.
20718 2004-10-04 Wim Taymans <wim@fluendo.com>
20720 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20721 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20722 (gst_smokedec_chain):
20723 * ext/jpeg/gstsmokedec.h:
20724 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20725 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20726 * ext/jpeg/gstsmokeenc.h:
20727 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20728 (smokecodec_decode_new), (smokecodec_info_free),
20729 (smokecodec_set_quality), (smokecodec_get_quality),
20730 (smokecodec_set_threshold), (smokecodec_get_threshold),
20731 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20732 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20733 (smokecodec_encode), (smokecodec_parse_id),
20734 (smokecodec_parse_header), (smokecodec_decode):
20735 * ext/jpeg/smokecodec.h:
20736 * ext/jpeg/smokeformat.h:
20737 Updated smoke, new bitstream, allows embedding in ogg.
20739 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20741 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20742 Fix seeking in some files. All this code is no longer needed (and
20743 actually breaks stuff) because we now synchronize the full index
20744 right when reading the header.
20746 2004-10-04 Wim Taymans <wim@fluendo.com>
20749 configure update for libmng.
20751 2004-10-04 Wim Taymans <wim@fluendo.com>
20753 * ext/libmng/Makefile.am:
20754 * ext/libmng/gstmng.c: (plugin_init):
20755 * ext/libmng/gstmng.h:
20756 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20757 (gst_mngdec_base_init), (gst_mngdec_class_init),
20758 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20759 (gst_mngdec_loop), (gst_mngdec_get_property),
20760 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20761 (mngdec_closestream), (mngdec_handle_sink_event),
20762 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20763 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20764 (gst_mngdec_change_state):
20765 * ext/libmng/gstmngdec.h:
20766 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20767 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20768 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20769 (gst_mngenc_chain), (gst_mngenc_get_property),
20770 (gst_mngenc_set_property):
20771 * ext/libmng/gstmngenc.h:
20772 Added basic MNG decoder. Needs more work. The encoder does
20775 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20777 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20778 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20779 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20780 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20783 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20786 you need at least 1.0.4 of speex
20788 2004-10-04 Iain <iaingnome@gmail.com>
20790 * ext/speex/gstspeexdec.h: Revert the includes changes.
20792 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20794 2004-09-30 Iain <iaingnome@gmail.com>
20796 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20797 found during init or set as a property instead of hardcoding /dev/audio
20799 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20801 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20802 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20803 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20804 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20805 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20806 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20807 (gst_rmdemux_dump_data):
20808 Use debug category, fix EOS handling. filesrc ! rmdemux now
20811 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20813 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20814 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20815 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20816 Improve allocation, cutting and sorting of the index. How takes a
20817 few seconds instead of minutes.
20819 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20821 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20824 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20826 * gst-libs/gst/riff/riff-media.c:
20827 (gst_riff_create_video_caps_with_data),
20828 (gst_riff_create_video_template_caps):
20829 Add wing commander format mimetype/fourccs.
20830 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20831 Don't crash if some value is 0.
20833 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20835 * gst-libs/gst/riff/riff-media.c:
20836 (gst_riff_create_video_caps_with_data),
20837 (gst_riff_create_video_template_caps):
20838 Add DIB fourcc (raw, palettized 8-bit RGB).
20839 * gst-libs/gst/riff/riff-read.c:
20840 (gst_riff_read_strf_vids_with_data):
20841 Oops, fix strf_data reading bug.
20842 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20843 Use a non-NULL tag.
20844 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20845 Time for hacks. Sorry Dave. At least one quicktime movie (a
20846 trailer) that I've encountered contains multiple video tracks.
20847 One of those is the actual video track, the other are one-frame
20848 tracks (images). Unfortunately, the number of frames according
20849 to the trak header is 1 for each, so that doesn't help. So
20850 instead, I look at the duration and discard tracks with a
20851 duration shorter than 20% of the length of the stream. Better
20854 2004-10-01 Christian Schaller <christian@fluendo.com>
20856 * ext/ivorbis/vorbis.c:
20857 Patch from Phil Blundell (Bug 152341)
20859 2004-10-01 Wim Taymans <wim@fluendo.com>
20861 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20862 (speex_dec_get_formats), (speex_dec_convert),
20863 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20864 (speex_dec_chain), (gst_speexdec_get_property),
20865 (gst_speexdec_set_property):
20868 2004-10-01 Wim Taymans <wim@fluendo.com>
20870 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20871 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20872 (gst_wavparse_other), (gst_wavparse_loop),
20873 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20874 (gst_wavparse_srcpad_event):
20875 * gst/wavparse/gstwavparse.h:
20876 Added some more debugging info.
20877 Fix the case where the length of the file is 0.
20878 Make sure we seek to sample borders.
20880 2004-10-01 Wim Taymans <wim@fluendo.com>
20882 * gst/playback/README:
20883 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20884 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20885 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20886 Add some debug info to decodebin, update README
20888 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20890 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20891 Don't use g_print(); use GST_DEBUG().
20893 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20895 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20896 (gst_ogg_mux_queue_pads):
20897 Handle EOS properly.
20899 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20901 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20903 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20904 (gst_faad_chain), (gst_faad_change_state):
20905 * ext/faad/gstfaad.h:
20906 Allow playback of raw (unframed) MPEG AAC files (#148993).
20908 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20910 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20912 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20913 Throw error if we didn't recognize the stream. Fixes #152289.
20915 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20917 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20920 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20922 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20924 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20927 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20929 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20931 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20933 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20936 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20938 * gst-libs/gst/riff/riff-media.c:
20939 (gst_riff_create_video_caps_with_data),
20940 (gst_riff_create_audio_caps_with_data):
20941 Add codec_data handling (like asfdemux used to do).
20942 * gst/asfdemux/gstasf.c: (plugin_init):
20943 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20944 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20945 Use riff-media for caps creation instead of our own (mostly
20946 broken) copy of its functions.
20948 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20950 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20951 Don't actually error out if we get another return value than
20952 -EINVAL. Opposite to what I first thought, drivers have random
20953 return values for this, although -EINVAL is the expected return
20954 value. Since this is not fatal, we shouldn't use
20955 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20957 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20959 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20960 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20961 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20962 (dvdreadsrc_get), (dvdreadsrc_open_file),
20963 (dvdreadsrc_change_state):
20964 Fix. Don't do one big huge loop around the whole DVD, that will
20965 cache all data and thus eat sizeof(dvd) (several GB) before we
20967 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20968 Actually NULL'ify event after using it.
20969 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20970 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20971 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20972 (gst_ebml_read_seek), (gst_ebml_read_skip):
20974 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20975 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20976 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20977 Fix timing (this will probably break if I seek using menus, but
20978 I didn't get there yet). VOBs and normal DVDs should now work.
20979 Add a mpeg2-only pad with high rank so this get autoplugged for
20981 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20982 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20983 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20984 (gst_mpeg_demux_get_audio_stream),
20985 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20986 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20987 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20988 MPEG-1 but use dvddemux for MPEG-2.
20989 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20990 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20991 (gst_mpeg_parse_parse_packhead):
20992 Timing. Only add pad template if it exists. Add sink template from
20993 class and not from ourselves. This means we will always use the
20994 correct sink template even if it is not the one defined in this
20997 2004-09-29 Wim Taymans <wim@fluendo.com>
20999 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21000 (gst_mpeg_demux_parse_pes):
21001 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21002 Fix playback of mpeg again, timestamps where screwed up by
21005 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21007 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21008 Only return true if we actually filled something in. Prevents
21009 player applications from showing a random length for flac files.
21010 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21011 (gst_riff_read_use_event), (gst_riff_read_handle_event),
21012 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21013 (gst_riff_read_strf_vids_with_data),
21014 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21015 OK, ok, so I implemented event handling. Apparently it's normal
21016 that we receive random events at random points without asking
21018 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21019 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21020 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21021 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21022 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21023 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21024 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21025 * gst/avi/gstavidemux.h:
21026 Implement non-lineair chunk handling and subchunk processing.
21027 The first solves playback of AVI files where the audio and video
21028 data of individual buffers that we read are not synchronized.
21029 This should not happen according to the wonderful AVI specs, but
21030 of course it does happen in reality. It is also a prerequisite for
21031 the second. Subchunk processing allows us to cut chunks in small
21032 pieces and process each of these pieces separately. This is
21033 required because I've seen several AVI files with incredibly large
21034 audio chunks, even some files with only one audio chunk for the
21035 whole file. This allows for proper playback including seeking.
21036 This patch is supposed to fix all AVI A/V sync issues.
21037 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21038 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21040 * gst/modplug/gstmodplug.cc:
21041 Proper return value setting for the query() function.
21042 * gst/playback/gstplaybasebin.c: (setup_source):
21043 Being in non-playing state (after, e.g., EOS) is not necessarily
21044 a bad thing. Allow for that. This fixes playback of short files.
21045 They don't actually playback fully now, because the clock already
21046 runs. This means that small files (<500kB) with a small length
21047 (<2sec) will still not or barely play. Other files, such as mod
21048 or flx, will work correctly, however.
21050 2004-09-28 Wim Taymans <wim@fluendo.com>
21052 * ext/speex/gstspeex.c: (plugin_init):
21053 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21054 (gst_speex_dec_class_init), (speex_dec_get_formats),
21055 (speex_get_event_masks), (speex_get_query_types),
21056 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21057 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21058 (gst_speexdec_get_property), (gst_speexdec_set_property),
21059 (speex_dec_change_state):
21060 * ext/speex/gstspeexdec.h:
21061 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21062 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21063 (gst_speexenc_base_init), (gst_speexenc_class_init),
21064 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21065 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21066 (gst_speexenc_src_query), (gst_speexenc_init),
21067 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21068 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21069 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21070 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21071 (gst_speexenc_chain), (gst_speexenc_get_property),
21072 (gst_speexenc_set_property), (gst_speexenc_change_state):
21073 * ext/speex/gstspeexenc.h:
21074 Rewrote speex encoder, make sure it can be embedded in ogg.
21075 Implemented speex decoder.
21077 2004-09-28 Christian Schaller <christian@fluendo.com>
21080 Remove kioslave plugin. Markey is brewing a new working one
21081 * ext/Makefile.am: Remove kioslave plugin
21083 * gst-plugins.spec.in: remove kio plugin from spec
21085 2004-09-27 Wim Taymans <wim@fluendo.com>
21087 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21088 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21089 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21090 (gst_multifdsink_new_client),
21091 (gst_multifdsink_handle_client_write),
21092 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21093 (gst_multifdsink_handle_clients):
21094 * gst/tcp/gstmultifdsink.h:
21095 Make syncing to keyframes actually work for new clients and lagging
21098 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21100 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21101 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21102 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21103 * gst/debug/gstnavigationtest.h:
21104 make navigationtest display button-press and button-release events
21106 2004-09-26 Iain <iaingnome@gmail.com>
21108 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21109 the channels have received a new media event.
21110 (interleave_buffered_loop): Compresses a new media event on all
21113 2004-09-26 Iain <iaingnome@gmail.com>
21115 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21116 call the sinkpad's default event handler and not the srcpads. He also
21117 says this is confusing :)
21118 (gst_wavenc_stop_file): Company says that seek events only go upstream
21119 we should send a discontinuous downstream instead.
21121 2004-09-25 Christian Schaller <christian@fluendo.com>
21123 * Update SPEC file to be usable in conjunction with Fedora Core,
21124 Fedora.us and freshrpms packages
21125 * Fix typo in multifilesrc test Makefile
21127 2004-09-24 Wim Taymans <wim@fluendo.com>
21129 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21130 Only signal the no_more_pads signal when we have
21131 added the stream to our list.
21133 2004-09-24 Wim Taymans <wim@fluendo.com>
21135 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21137 * gst/playback/gstplaybasebin.h:
21138 * gst/playback/gstplaybin.c: (setup_sinks):
21139 Don't try to preroll or decode more than one audio/video
21142 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21144 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21145 Throw error if we failed to find a suitable output. This should
21146 throw an error if we successfully set up a pipeline (e.g. because
21147 we recognized a media file) but found no decodable streams in it
21148 (e.g. because it contains only media stream types for which we
21149 have no decoders, or because it's not a media type).
21151 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21153 * ext/dirac/Makefile.am:
21154 * ext/dirac/gstdirac.cc:
21155 * ext/dirac/gstdiracdec.cc:
21156 * ext/dirac/gstdiracdec.h:
21157 Do something. Don't actually know if this works because I don't
21158 have a demuxer yet.
21159 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21160 Add channels=1 to caps returned from _getcaps().
21161 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21162 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21163 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21164 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21165 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21166 (gst_ogm_parse_change_state):
21167 Separate between audio/video so ogmaudioparse actually uses the
21168 audio pad templates. Both audio and video work now, including
21169 autoplugging. Also use sometimes-srcpad hack.
21170 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21171 Handle events better. Don't hang on infinite loops.
21172 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21173 (gst_avi_demux_init), (gst_avi_demux_reset),
21174 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21175 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21176 (gst_avi_demux_change_state):
21177 * gst/avi/gstavidemux.h:
21178 Improve A/V sync. Still not perfect.
21179 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21180 (gst_ebml_read_skip):
21181 Handle events better.
21182 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21183 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21184 (qtdemux_audio_caps):
21185 Add IMA4. Improve event handling. Save offset after a seek when
21186 the headers are at the end of the file so that we don't end up in
21188 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21189 Add low-priority typefind support for files with no length.
21191 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21193 * testsuite/multifilesink/Makefile.am:
21196 2004-09-22 Julien MOUTTE <julien@moutte.net>
21198 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21199 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21200 mistakes from thaytan's patches.
21202 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21204 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21205 For completeness, XSync in the destroy function as xvimage does.
21207 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21209 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21210 Correct caps negotiation
21211 * gst/volume/gstvolume.c: (volume_chain_float),
21212 (volume_chain_int16):
21213 Modify debug output to be little more informative
21214 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21215 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21216 (gst_xvimagesink_xvimage_destroy):
21217 Add XSync calls after detaching from the shared memory segment to
21220 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21222 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21223 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21224 * ext/vorbis/vorbis.c: (plugin_init):
21225 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21226 (gst_vorbisenc_chain):
21227 * ext/vorbis/vorbisenc.h:
21228 remove explicit newmedia support from oggmux and vorbisenc
21229 add debug category to vorbisenc
21230 * gst/multifilesink/gstmultifilesink.c:
21231 (gst_multifilesink_class_init), (gst_multifilesink_init),
21232 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21233 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21234 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21236 * gst/multifilesink/gstmultifilesink.h:
21237 add support for streamheader in multifilesink
21239 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21241 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21242 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21243 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21244 Prevent infinite loops. More correct error reporting.
21245 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21246 Error out if negotiation fails.
21247 * gst/playback/gstplaybasebin.c: (setup_source),
21248 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21249 (gst_play_base_bin_found_tag):
21250 Error/tag forwarding. Pre-roll fixes for source errors on state
21251 changes (e.g. "file does not exist") to prevent hangs.
21253 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21255 * testsuite/multifilesink/Makefile.am:
21256 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21257 (gst_newmedia_class_init), (gst_newmedia_init),
21258 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21259 (newfile_signal), (test_signal), (main):
21260 * testsuite/multifilesink/multifilesrc_test.c: (main):
21261 * testsuite/multifilesink/oggtheora_test.c:
21262 (gst_newmedia_base_init), (gst_newmedia_class_init),
21263 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21264 (test_format), (newfile_signal), (test_signal), (main):
21265 * testsuite/multifilesink/oggvorbis_test.c:
21266 (gst_newmedia_base_init), (gst_newmedia_class_init),
21267 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21268 (test_format), (newfile_signal), (test_signal), (main):
21269 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21270 (gst_newmedia_class_init), (gst_newmedia_init),
21271 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21272 (newfile_signal), (test_signal), (main):
21275 2004-09-20 Christian Schaller <christian@fluendo.com>
21277 * Fix mikmod license to LGPL as they have relicensed
21278 * Move Dirac and Effectv into LGPL section of README_license
21280 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21282 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21283 (gst_mad_change_state):
21284 Allow for mp3 rate/channels changes. However, only very
21285 conservatively. Reason that we *have* to enable this is smiply
21286 because the mad find_sync() function is not good enough, it will
21287 regularly sync on random data as valid frames and therefore make
21288 us provide random caps as *final* caps of the stream. The best fix
21289 I could think of is to simply require several of the same stream
21290 changes in a row before we change caps.
21291 The actual testcase that works now is #
21292 * ext/ogg/Makefile.am:
21293 * ext/ogg/gstogg.c: (plugin_init):
21294 * ext/ogg/gstogmparse.c:
21295 OGM support (video only for now; I need an audio sample file).
21296 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21297 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21298 (gst_asf_demux_add_video_stream):
21300 * gst/playback/gstplaybasebin.c: (unknown_type):
21301 Don't error out on single unknown-types after all. It's wrong.
21302 If we found type of video and audio but not of a subtitle stream,
21303 it will still error out (which is unwanted). Will find a better fix
21305 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21306 (ogmaudio_type_find), (plugin_init):
21309 2004-09-20 Johan Dahlin <johan@gnome.org>
21311 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21312 after setting caps.
21314 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21316 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21317 * gst/wavenc/gstwavenc.h:
21318 Added newmedia support to wavenc
21320 2004-09-17 Wim Taymans <wim@fluendo.com>
21322 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21323 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21324 (gst_fdset_fd_can_write), (gst_fdset_wait):
21325 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21326 (gst_multifdsink_init), (gst_multifdsink_add),
21327 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21328 (gst_multifdsink_remove_client_link),
21329 (gst_multifdsink_client_queue_buffer),
21330 (gst_multifdsink_handle_client_write),
21331 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21332 (gst_multifdsink_close), (gst_multifdsink_change_state):
21333 * gst/tcp/gstmultifdsink.h:
21334 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21335 (gst_tcpserversink_removed):
21336 Small cleanups in fdset.c
21337 Use a hastable to map fd to the client structure for faster
21338 lookup in _remove and get_stats.
21339 Added virtual function to close the fds.
21340 Handle clients even when the select/poll call was unblocked because
21342 Implement syncing to keyframe in the recovery procedure.
21344 2004-09-16 Iain <iaingnome@gmail.com>
21346 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21349 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21351 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21352 Caps are only set if the type of the stream is unknown, but this
21353 is initialized in ->init_stream(), so set to UNKNOWN after calling
21354 ->init_stream() so that capsnego starts.
21356 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21358 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21359 (gst_avi_demux_stream_data):
21360 Just hardcode for raw audio then. AVI audio sucks.
21362 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21364 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21365 * gst/matroska/matroska-mux.c: (audiosink_templ),
21366 (gst_matroska_mux_audio_pad_link):
21367 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21368 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21370 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21372 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21373 (gst_avi_demux_stream_data):
21374 Try to fix a/v sync issues.
21376 2004-09-15 David Schleef <ds@schleef.org>
21378 * configure.ac: remove NASM check, since we don't use it. Update
21380 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21381 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21382 Initialized variables.
21383 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21384 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21385 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21388 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21390 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21391 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21392 * gst/avi/gstavidemux.h:
21393 Fix for compressed audio (mp3) timestamp generation. How did this
21396 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21398 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21399 Volume is a double not a float.
21401 2004-09-15 Wim Taymans <wim@fluendo.com>
21403 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21404 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21405 Don't close the fd in multifdsink as we didn't open it in the
21406 first place. Some cleanups.
21408 2004-09-15 Wim Taymans <wim@fluendo.com>
21410 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21411 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21412 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21413 Fix the case where the muxer would mark pages as delta
21414 frames when they are not (vorbis only ogg).
21416 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21418 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21419 (gst_play_base_bin_change_state):
21420 Handle the case where we failed to setup a clear pipeline. This
21421 will throw an error (or EOS, another nice case) and if you don't
21422 catch that, the app will wait for the signal forever (and thus
21425 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21427 * ext/gnomevfs/gstgnomevfssink.c:
21428 (gst_gnomevfssink_uri_get_protocols):
21429 * ext/gnomevfs/gstgnomevfssrc.c:
21430 (gst_gnomevfssrc_uri_get_protocols):
21431 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21432 * ext/gnomevfs/gstgnomevfsuri.h:
21433 Use _uri_new() instead of _open(), so it doesn't take as long and
21434 Christophe's computer won't hang.
21435 * gst/playback/gstplaybasebin.c: (unknown_type):
21436 Throw error on unknown media type, so apps actually display it.
21438 2004-09-14 Brian Cameron <brian.cameron@sun.com
21440 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21441 this script to work on Solaris since bash shell handles echo
21442 differenly than bash.
21444 2004-09-17 Wim Taymans <wim@fluendo.com>
21446 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21447 (setup_source), (gst_play_base_bin_set_property),
21448 (gst_play_base_bin_add_element):
21449 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21450 Some more work on making sure seeking pauses the pipeline and
21451 that changing the uri actually does something.
21453 2004-09-17 Wim Taymans <wim@fluendo.com>
21455 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21456 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21457 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21458 (gst_tcpserversink_close):
21459 Be a bit more paranoid when freeing memory.
21461 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21463 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21464 (qtdemux_parse_trak):
21465 Don't crash by dividing by zero (see sample movie in #126922).
21467 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21469 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21470 Don't touch non-existing data (fixes crash on file in #140147).
21472 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21474 * gst/playback/gstplaybasebin.c:
21475 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21476 Handle double disposals, and proper change of URIs.
21478 2004-09-13 Martin Eikermann <meiker@upb.de>
21480 * gst/mpegstream/gstmpegparse.c:
21481 fix synchronistation for streams recorded from digital PCR
21484 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21486 * ext/gnomevfs/Makefile.am:
21487 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21488 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21489 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21490 (gst_gnomevfssink_uri_get_type),
21491 (gst_gnomevfssink_uri_get_protocols),
21492 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21493 (gst_gnomevfssink_uri_handler_init),
21494 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21495 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21496 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21497 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21498 (gst_gnomevfssrc_uri_get_type),
21499 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21500 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21501 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21502 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21503 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21504 * ext/gnomevfs/gstgnomevfsuri.h:
21505 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21506 of fake URIs to see which this version of Gnome-VFS likes, and
21507 uses that for the Gst-URI interface. Makes playbin support http://
21508 streams. Also fix up some stupid behaviour in gnomevfssrc.
21510 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21512 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21513 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21514 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21515 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21516 Update mixer (to sync with other sessions) if we try to obtain
21517 a new value. This makes alsamixer work accross applications.
21518 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21519 Only call sync functions if we're running, else alsalib asserts.
21520 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21521 Sometimes fails to compile. Possibly a gcc bug.
21522 * gst/playback/gstplaybin.c: (gen_video_element),
21523 (gen_audio_element):
21524 Add a reference to an application-provided object, because we lose
21525 this same reference if we add it to the bin. If we don't do this,
21526 we can only use this object once and thus crash if we go from
21527 ready to playing, back to ready and back to playing again.
21528 Also add an audioscale element because several cheap soundcards -
21529 like mine - don't support all samplerates.
21530 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21531 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21532 Fix wrong order or PAR calls. Makes automatically obtained PAR
21533 from the X server atually being used.
21535 2004-09-12 David Schleef <ds@schleef.org>
21537 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21538 #151887, #152102, #152247.
21539 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21540 * examples/seeking/cdparanoia.c: same
21541 * examples/seeking/cdplayer.c: same
21542 * examples/seeking/seek.c: same
21543 * examples/seeking/spider_seek.c: same
21544 * examples/seeking/vorbisfile.c: same
21545 * examples/stats/mp2ogg.c: same
21546 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21547 (gst_esdsink_dispose): Dispose of element properly.
21548 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21550 * ext/nas/nassink.c: (gst_nassink_class_init),
21551 (gst_nassink_dispose): Dispose of element correctly.
21552 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21553 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21554 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21555 Fix 64-bit warning.
21556 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21557 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21558 Fix 64-bit warning.
21560 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21562 * configure.ac : change speex detection as 1.1.6 now uses
21563 .pc/pkg-config and they changed their headers location.
21565 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21567 * gst/matroska/matroska-mux.h:
21568 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21569 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21570 (gst_matroska_mux_write_data):
21571 Write multiple blocks/frames per cluster.
21572 Write meta-seek information (seek heads).
21574 2004-09-09 Scott Wheeler <wheeler@kde.org>
21576 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21577 (gst_play_bin_set_property), (gst_play_bin_get_property),
21578 (gen_audio_element), (gen_audio_element):
21579 Add a volume element / property to the pipeline.
21581 2004-09-07 Wim Taymans <wim@fluendo.com>
21583 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21584 Copy timestamps from the master pad to the output buffers.
21586 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21588 * ext/raw1394/gstdv1394src.c:
21589 throw errors when applicable
21591 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21593 * gst/matroska/ebml-ids.h:
21594 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21595 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21596 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21597 automatically convert unix time <-> ebml time when reading/writing
21598 a date, use gst_ebml_write_uint to write CUETIME,
21599 not gst_ebml_write_date.
21600 * gst/matroska/matroska-ids.h:
21601 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21602 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21603 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21604 (gst_matroska_mux_write_data):
21605 Write track and segment UIDs, write muxing date, write
21606 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21607 Create cues for audio only files.
21609 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21611 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21612 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21613 Re-commit ALSA switches.
21614 * gst/adder/gstadder.c: (gst_adder_loop):
21615 64-bit fix (#151416).
21616 * gst/debug/progressreport.c: (gst_progressreport_report):
21617 64-bit fix (#151419).
21618 * gst/matroska/matroska-demux.c:
21619 (gst_matroska_demux_parse_contents):
21620 64-bit fix (#151420).
21621 * gst/playback/test3.c: (update_scale):
21622 64-bit fix (#151421).
21624 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21629 === release 0.8.4 ===
21631 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21633 * configure.ac: releasing 0.8.4, "Alias"
21635 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21637 * ext/theora/Makefile.am:
21638 fix makefile. Fixes #151462.
21640 2004-08-30 Wim Taymans <wim@fluendo.com>
21642 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21643 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21644 (gst_multifdsink_remove_client_link),
21645 (gst_multifdsink_client_queue_buffer),
21646 (gst_multifdsink_handle_client_write):
21647 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21648 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21649 Fix some memory leaks.
21651 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21653 Patch by: David Schleef
21657 rename our detection macro for V4L2. Fixes #151236.
21659 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21661 Patch by: David Schleef
21664 check to define LAMEPRESET. Fixes #151232.
21666 2004-08-27 David Schleef <ds@schleef.org>
21668 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21669 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21670 (gst_glimagesink_fixate): Move local variable declarations to
21671 make gcc-2.95 happy.
21673 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21676 bump nano for prerelease
21678 2004-08-27 David Schleef <ds@schleef.org>
21680 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21681 * sys/sunaudio/gstsunaudiosrc.c:
21682 * sys/sunaudio/gstsunaudiosrc.h:
21684 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21686 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21687 handle EOS correctly
21688 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21689 * gst/matroska/matroska-mux.h:
21690 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21691 VFW compatibility mode
21693 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21695 patch by: Zaheer Abbas Merali
21697 * ext/ogg/gstoggmux.c:
21698 * ext/vorbis/vorbisenc.c:
21699 * ext/vorbis/vorbisenc.h:
21702 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21704 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21705 fix byte order reversion on little endian machines.
21706 * gst/matroska/matroska-mux.c: (audiosink_templ),
21707 (gst_matroska_mux_audio_pad_link):
21708 add TTA codec to the list of supported codecs.
21709 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21710 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21711 (gst_matroska_mux_write_data):
21712 * gst/matroska/matroska-mux.h:
21713 write segment duration correctly, write muxing app string, fixes bugs
21714 #140897 and #140898.
21715 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21716 wait for all pads to be negotiated before starting to mux.
21718 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21720 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21721 * ext/lame/gstlame.h:
21722 Added new media support to lame
21724 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21726 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21727 send vorbis headers at the beginning of a stream, fixes bug #141554.
21728 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21730 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21731 (gst_matroska_demux_plugin_init):
21732 * gst/matroska/matroska-ids.h:
21733 enable demuxing of TTA audio streams, fixes bug #148951.
21734 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21735 enable typefinding for TTA audio files, fixes bug #148711.
21736 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21737 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21738 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21740 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21742 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21743 (gst_riff_read_element_data), (gst_riff_read_seek),
21744 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21745 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21748 2004-08-23 Iain <iaingnome@gmail.com>
21750 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21751 tags. They appear to be handled differently to normal.
21752 (tag_list_to_id3_tag_foreach): Ditto.
21754 2004-08-22 Wim Taymans <wim@fluendo.com>
21756 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21757 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21758 Make sure we never send -1 granulepos.
21760 2004-08-20 Wim Taymans <wim@fluendo.com>
21762 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21763 (gst_ogg_mux_loop):
21764 I will accept bitchslappings with non sharp objects.
21766 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21769 Clean up the test for lame presets
21771 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21774 * ext/lame/Makefile.am:
21775 * ext/lame/gstlame.c: (gst_lame_class_init),
21776 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21777 Only enable lame presets if version of lame has presets in API
21779 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21780 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21781 * gst/udp/gstudpsrc.h:
21782 Don't call gst_pad_push in a get function. Fixes #150449
21784 2004-08-18 Wim Taymans <wim@fluendo.com>
21786 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21787 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21788 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21789 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21790 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21792 * gst/tcp/gstfdset.h:
21793 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21794 (gst_multifdsink_client_queue_buffer),
21795 (gst_multifdsink_handle_client_write):
21796 * gst/tcp/gstmultifdsink.h:
21797 Some extra checks in gstfdset.
21798 Only use send() when the fd is a socket. Don't try to
21799 read from write only fds.
21801 2004-08-18 Wim Taymans <wim@fluendo.com>
21803 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21804 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21805 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21806 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21808 Add more locking and bounds checking.
21810 2004-08-18 Wim Taymans <wim@fluendo.com>
21812 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21813 Realloc test fdset in the lock and right before starting
21814 the poll call. Bump the limit to 4096.
21816 2004-08-17 David Schleef <ds@schleef.org>
21818 * sys/sunaudio/Makefile.am:
21819 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21820 of rates and channels. Make debugging less obnoxious.
21822 Patch from Balamurali Viswanathan implementing a mixer for
21823 Sun audio. (bug #144091):
21824 * sys/sunaudio/gstsunelement.c:
21825 * sys/sunaudio/gstsunelement.h:
21826 * sys/sunaudio/gstsunmixer.c:
21827 * sys/sunaudio/gstsunmixer.h:
21829 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21831 * gst/audioscale/gstaudioscale.c:
21832 * gst/audioscale/gstaudioscale.h:
21833 made audioscale resample from any sample rate to any sample rate
21835 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21837 * ext/libpng/gstpngdec.c:
21838 error out on unsupported types
21840 2004-08-17 Iain <iaingnome@gmail.com>
21842 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21843 mid_side and loose_mid_side properties if its a stereo stream.
21845 2004-08-17 Wim Taymans <wim@fluendo.com>
21847 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21848 (theora_get_formats), (theora_dec_src_convert),
21849 (theora_dec_sink_convert), (theora_dec_src_query),
21850 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21853 2004-08-17 Wim Taymans <wim@fluendo.com>
21855 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21856 (gst_ogg_pad_push):
21857 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21858 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21859 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21860 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21861 Mark delta units in the muxer.
21862 Try to decode the packet after an out-of-sync error from
21865 2004-08-17 Wim Taymans <wim@fluendo.com>
21867 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21868 (gst_multifdsink_init), (gst_multifdsink_add),
21869 (gst_multifdsink_client_queue_buffer),
21870 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21871 * gst/tcp/gstmultifdsink.h:
21872 Added option to send a keyframe to clients as the first buffer.
21873 Make timeout property writable.
21875 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21877 patch by: Wim Taymans
21879 * gst/tcp/gstfdset.c:
21880 * gst/tcp/gstmultifdsink.c:
21881 fix index comparison, should include 0
21883 2004-08-16 Wim Taymans <wim@fluendo.com>
21885 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21886 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21887 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21888 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21890 copy when reallocing for poll so the select arguments don't get
21891 changed during the call
21893 2004-08-16 Wim Taymans <wim@fluendo.com>
21895 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21896 (gst_theora_enc_class_init), (theora_enc_sink_link),
21897 (theora_buffer_from_packet), (theora_enc_chain):
21898 Fix bug where buffers were not marked as keyframes
21901 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21903 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21904 (gst_lame_preset_get_type), (gst_lame_class_init):
21905 describe the enum values for vbr mode and presets more verbosely
21907 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21909 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21910 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21911 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21912 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21913 * ext/lame/gstlame.h:
21914 add preset property to lame so it can use lame presets
21916 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21918 * ext/lame/gstlame.c: (gst_lame_get_property):
21919 whoops forgot break, thanks teuf
21921 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21923 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21924 (gst_lame_class_init), (gst_lame_src_getcaps),
21925 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21926 (gst_lame_get_property), (gst_lame_setup):
21927 * ext/lame/gstlame.h:
21928 fix lame's broken vbr stuff, allow it to resample if need be, and also
21929 make xing header optional
21931 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21933 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21934 added getcaps function so samplerate doesnt get fixated to silly values
21936 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21938 * ext/lame/gstlame.c: (gst_lame_src_link):
21939 revert previous fix
21941 2004-08-12 Johan Dahlin <johan@gnome.org>
21943 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21944 checks. Doesn't matter what state we are in. Interfaces are a
21945 compile time thing, not runtime. It also broke the python bindings.
21947 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21949 * ext/lame/gstlame.c: (gst_lame_src_link):
21950 made source pad link function check if sinkpad is ok..fixes the problem
21951 where core fixates the output rate of lame stupidly
21953 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21955 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21956 * sys/v4l/v4l_calls.c:
21957 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21958 fix fixate function to handle nonsimple caps.
21959 remove bogus check in _link
21962 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21964 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21965 set default compression ratio parameter to 0.0 so bitrate parameter
21968 2004-08-11 David Schleef <ds@schleef.org>
21970 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21972 2004-08-11 David Schleef <ds@schleef.org>
21974 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21977 2004-08-11 David Schleef <ds@schleef.org>
21979 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21981 2004-08-11 David Schleef <ds@schleef.org>
21983 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21985 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21986 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21988 * gst/auparse/gstauparse.c: Fix plugin license field.
21989 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21990 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21991 * gst/rtp/gstrtp.c: Fix plugin license field.
21993 2004-08-11 Wim Taymans <wim@fluendo.com>
21995 * gst/tcp/Makefile.am:
21996 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21997 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21998 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21999 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22000 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22001 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22002 (gst_fdset_fd_can_write), (gst_fdset_wait):
22003 * gst/tcp/gstfdset.h:
22004 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22005 (gst_multifdsink_class_init), (gst_multifdsink_init),
22006 (gst_multifdsink_add), (gst_multifdsink_remove),
22007 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22008 (gst_multifdsink_remove_client_link),
22009 (gst_multifdsink_handle_client_read),
22010 (gst_multifdsink_client_queue_data),
22011 (gst_multifdsink_client_queue_caps),
22012 (gst_multifdsink_client_queue_buffer),
22013 (gst_multifdsink_handle_client_write),
22014 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22015 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22016 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22017 (gst_multifdsink_close):
22018 * gst/tcp/gstmultifdsink.h:
22019 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22020 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22021 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22022 (gst_tcpserversink_close):
22023 * gst/tcp/gsttcpserversink.h:
22024 Abstracted away the select call, implemented poll (yes we ran into
22025 the 1024 limit in production).
22027 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
22029 * gst/tcp/gsttcp.c:
22030 * gst/tcp/gsttcpplugin.c:
22031 improve debuggging, remove assert
22033 2004-08-10 Wim Taymans <wim@fluendo.com>
22035 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22036 (gst_client_status_get_type), (gst_multifdsink_class_init),
22037 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22038 (gst_multifdsink_handle_client_read),
22039 (gst_multifdsink_handle_client_write),
22040 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22041 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22042 (gst_multifdsink_get_property):
22043 * gst/tcp/gstmultifdsink.h:
22044 * gst/tcp/gsttcp-marshal.list:
22045 Starting to prepare for specifying buffer time in other units
22046 than buffers. Expose remove reason in signal.
22048 2004-08-10 Wim Taymans <wim@fluendo.com>
22050 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22051 (gst_multifdsink_remove), (gst_multifdsink_clear),
22052 (gst_multifdsink_remove_client_link),
22053 (gst_multifdsink_handle_client_read),
22054 (gst_multifdsink_client_queue_data),
22055 (gst_multifdsink_client_queue_buffer),
22056 (gst_multifdsink_handle_client_write),
22057 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22058 (gst_multifdsink_chain), (gst_multifdsink_close):
22059 * gst/tcp/gstmultifdsink.h:
22060 Added more debugging info. Changed the way clients are
22061 removed from the lists. Fixed a bug where a bad file descriptor
22062 could cause many clients to be removed.
22064 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22066 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22067 allow all pixel-aspect-ratios, not just 1:1
22069 2004-08-09 David Schleef <ds@schleef.org>
22071 * sys/glsink/ARB_multitexture.h: Remove old files.
22072 * sys/glsink/EXT_paletted_texture.h:
22073 * sys/glsink/NV_register_combiners.h:
22074 * sys/glsink/gstgl_nvimage.c:
22075 * sys/glsink/gstgl_pdrimage.c:
22076 * sys/glsink/gstgl_rgbimage.c:
22077 * sys/glsink/gstglsink.c:
22078 * sys/glsink/gstglsink.h:
22079 * sys/glsink/gstglxwindow.c:
22080 * sys/glsink/regcomb_yuvrgb.c:
22082 2004-08-09 David Schleef <ds@schleef.org>
22084 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22085 GL sink plugin. (Bug #147302)
22087 * configure.ac: Test for OpenGL
22088 * sys/Makefile.am: Use test for OpenGL
22089 * sys/glsink/Makefile.am:
22090 * sys/glsink/glimagesink.c: rewrite
22091 * sys/glsink/glimagesink.h: rewrite
22093 2004-08-09 David Schleef <ds@schleef.org>
22095 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22097 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22098 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22099 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22101 2004-08-09 Wim Taymans <wim@fluendo.com>
22103 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22104 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22105 (gst_multifdsink_client_remove),
22106 (gst_multifdsink_handle_client_read),
22107 (gst_multifdsink_handle_client_write),
22108 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22109 Do a bit more logging, make the client_read code more robust.
22111 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22113 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22114 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22115 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22116 (gst_jpegdec_init), (gst_jpegdec_chain):
22117 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22118 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22119 cleanups, debugging fixes and memleak plugging
22121 2004-08-09 Wim Taymans <wim@fluendo.com>
22123 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22124 (theora_get_formats), (theora_dec_src_convert),
22125 (theora_dec_sink_convert), (theora_dec_src_query),
22126 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22127 (theora_dec_change_state):
22128 Don't crash on missing header packets.
22130 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22134 Added Albanian translation (Laurent Dhima)
22138 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22140 * ext/lame/gstlame.c:
22143 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22145 * sys/ximage/ximagesink.c:
22146 * sys/xvimage/xvimagesink.c:
22147 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22149 2004-08-06 Wim Taymans <wim@fluendo.com>
22151 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22152 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22153 (gst_multifdsink_client_remove),
22154 (gst_multifdsink_handle_client_read),
22155 (gst_multifdsink_handle_client_write),
22156 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22157 Make sure we don't try to read more from a client that what
22158 ioctl says us or we deadlock.
22160 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22162 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22163 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22164 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22165 decouple running_time and n_frames so it can handle changing
22166 framerate while running
22168 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22172 updated translations
22174 2004-08-04 Benjamin Otte <otte@gnome.org>
22176 * gst/videotestsrc/gstvideotestsrc.c:
22177 (gst_videotestsrc_get_capslist), (generate_capslist),
22179 generate the list of supported caps at startup and reuse it instead
22180 of always generating it
22182 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22184 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22185 whoops, last checkin broke normal build
22187 2004-08-03 Benjamin Otte <otte@gnome.org>
22189 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22190 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22191 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22192 (gst_alsa_mixer_get_option):
22193 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22194 (dvdnavsrc_print_event):
22195 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22196 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22197 (gst_ogg_mux_pad_unlink):
22198 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22199 (gst_multipart_mux_pad_unlink):
22200 * gst/videofilter/gstvideobalance.c:
22201 (gst_videobalance_colorbalance_set_value):
22202 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22203 (gst_videomixer_pad_unlink):
22205 * sys/oss/gstossmixer.c:
22206 * sys/v4l/gstv4lcolorbalance.c:
22207 * sys/v4l/gstv4ltuner.c:
22208 * sys/v4l/v4lsrc_calls.c:
22209 * sys/v4l2/gstv4l2colorbalance.c:
22210 * sys/v4l2/gstv4l2tuner.c:
22211 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22213 2004-08-03 Benjamin Otte <otte@gnome.org>
22215 * examples/dynparams/filter.c: (ui_control_create):
22216 * examples/gstplay/player.c: (print_tag):
22217 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22218 * ext/gdk_pixbuf/gstgdkanimation.c:
22219 (gst_gdk_animation_iter_may_advance):
22220 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22221 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22222 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22223 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22224 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22225 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22226 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22227 * gst/sine/demo-dparams.c: (main):
22228 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22229 * testsuite/alsa/formats.c: (create_pipeline):
22230 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22231 fixes for G_DISABLE_ASSERT and friends
22232 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22233 (mp3_type_frame_length_from_header), (mp3_type_find),
22235 require mp3 typefinding to have at least MIN_HEADERS valid headers
22236 add typefinding for AAC adts files
22238 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22240 * sys/ximage/ximagesink.c:
22241 (gst_ximagesink_calculate_pixel_aspect_ratio):
22242 * sys/xvimage/xvimagesink.c:
22243 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22244 Make sure we calculate pixel-aspect-ratio using floating point maths
22246 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22249 updated translation
22251 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22253 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22255 add debugging for display PAR calculation
22257 2004-08-02 David Schleef <ds@schleef.org>
22259 * configure.ac: Fix mikmod CFLAGS.
22261 2004-07-27 Benjamin Otte <otte@gnome.org>
22263 * gst/audioscale/gstaudioscale.c:
22264 - fix templates to only support S16, it's the only format that works
22265 - make caps nego code use try_set_caps_nonfixed and fixation instead
22266 of try_set_caps twice, which is not nice for autopluggers
22267 - change rank to secondary, so autopluggers can pick it up after
22270 2004-08-02 Iain <iain@prettypeople.org>
22272 * gst/interleave/interleave.c (interleave_init),
22273 (interleave_request_new_pad),
22274 (interleave_pad_removed),
22275 (interleave_buffered_loop): Use the real pad count, not the artificial
22278 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22280 * configure.ac: bump nano back to development
22282 === release 0.8.3 ===
22284 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22286 * configure.ac: releasing 0.8.3, "Water"
22288 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22290 * sys/xvimage/xvimagesink.c:
22291 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22292 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22293 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22294 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22295 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22296 * sys/xvimage/xvimagesink.h:
22297 apply similar PAR fixes as to ximagesink
22299 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22301 patch from: Benjamin Otte
22303 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22304 add link function to lame. Fixes #148986.
22306 2004-08-02 Johan Dahlin <johan@gnome.org>
22308 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22311 2004-07-30 David Schleef <ds@schleef.org>
22313 * gst/videomixer/Makefile.am: Fix things that should have been
22314 fixed in the last checkin.
22316 2004-07-30 David Schleef <ds@schleef.org>
22318 * gst/multipart/Makefile.am: Fix things that should have been
22319 fixed in the last checkin.
22321 2004-07-30 David Schleef <ds@schleef.org>
22323 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22325 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22328 bump nano for prerelease
22340 2004-07-30 Wim Taymans <wim@fluendo.com>
22342 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22343 (gst_multifdsink_add), (gst_multifdsink_remove),
22344 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22345 (gst_multifdsink_client_remove),
22346 (gst_multifdsink_handle_client_write),
22347 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22348 * gst/tcp/gstmultifdsink.h:
22349 Recover from a select with a bad file descriptor by removing
22352 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22355 fix requirement of core
22356 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22357 (gst_play_pipeline_setup):
22358 don't use colorspace element. do use hermescolorspace element.
22359 make macro to get a colorspace element.
22360 mark strings for translation.
22372 update translations
22374 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22376 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22377 fix default for newmedia flag
22379 2004-07-30 Wim Taymans <wim@fluendo.com>
22381 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22382 (gst_theora_dec_init), (theora_get_formats),
22383 (theora_dec_src_convert), (theora_dec_sink_convert),
22384 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22385 (theora_dec_chain), (theora_dec_set_property),
22386 (theora_dec_get_property):
22387 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22388 (gst_theora_enc_class_init), (gst_theora_enc_init),
22389 (theora_enc_sink_link), (theora_enc_chain),
22390 (theora_enc_set_property), (theora_enc_get_property):
22391 Added cropping option to theora decoder.
22392 Added border option to theora encoder.
22394 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22396 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22397 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22398 (gst_pngenc_set_property):
22399 * ext/libpng/gstpngenc.h:
22400 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
22402 2004-07-30 Wim Taymans <wim@fluendo.com>
22404 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22405 (theora_enc_sink_link), (theora_enc_chain),
22406 (theora_enc_set_property), (theora_enc_get_property):
22407 Fix encoding of non-multiple-of-16 video.
22409 2004-07-29 David Schleef <ds@schleef.org>
22411 * configure.ac: make test for audiofile more strict
22413 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22415 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22416 give different names to typefind functions
22418 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22420 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22421 (gst_ximagesink_calculate_pixel_aspect_ratio),
22422 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22423 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22424 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22425 (gst_ximagesink_get_property), (gst_ximagesink_init):
22426 * sys/ximage/ximagesink.h:
22427 allocate PAR's dynamically.
22428 use autodetected PAR if no object-set PAR is given.
22429 add workaround for directfb's X not setting physical size.
22430 fix to xvimagesink will follow tomorrow.
22432 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22434 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22435 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22436 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22437 (gst_shout2send_class_init), (gst_shout2send_init),
22438 (set_shout_metadata), (gst_shout2send_set_metadata),
22439 (gst_shout2send_chain), (gst_shout2send_set_property),
22440 (gst_shout2send_get_property), (gst_shout2send_connect),
22441 (gst_shout2send_change_state):
22442 * ext/shout2/gstshout2.h:
22443 - fix for sending mp3 audio to icecast2 server, if pad link function not
22444 called before PAUSED state
22445 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22446 - added tagging support for mp3 audio broadcasted
22447 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22450 2004-07-28 Wim Taymans <wim@fluendo.com>
22452 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22453 (gst_ogg_demux_push):
22454 Return query failure when we don't know the length of
22455 an ogg stream insteda of returning TRUE with a bogus value.
22457 2004-07-28 Wim Taymans <wim@fluendo.com>
22459 * ext/theora/theoradec.c: (theora_get_formats),
22460 (theora_dec_src_convert), (theora_dec_sink_convert),
22461 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22462 (theora_dec_chain):
22463 Don't screw up the 1 Chroma for 1 luma sample situation when we
22464 have an odd offset/width by adding a black border in those cases.
22466 2004-07-28 Wim Taymans <wim@fluendo.com>
22468 * ext/theora/theoradec.c: (theora_get_formats),
22469 (theora_dec_src_convert), (theora_dec_sink_convert),
22470 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22471 (theora_dec_chain):
22472 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22473 Added first attempt at cropping of the image as required by the
22474 theora spec. We need more properties in the caps (offset_x,
22475 offset_y,stride) to implement this correctly.
22477 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22479 * ext/dvdnav/README:
22480 Update the README to use dvddemux
22481 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22482 Ensure getcaps returns a subset of the template caps
22483 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22484 (gst_mpeg2subt_init):
22485 Ensure getcaps returns a subset of the template caps
22486 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22487 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22488 (gst_dvd_demux_get_subpicture_stream),
22489 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22490 * gst/mpegstream/gstdvddemux.h:
22491 Set the explicit caps on the current_video pad before pushing
22493 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22494 (gst_mpeg_demux_get_audio_stream):
22495 Free caps used to gst_pad_set_explicit_caps, which takes a const
22498 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22500 * configure.ac: update GStreamer requirement to 0.8.4 because of
22503 2004-07-28 Wim Taymans <wim@fluendo.com>
22505 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22506 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22507 Add the pad to the element after setting up the caps. This
22508 makes it a lot easier to autoplug.
22510 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22512 * gst/median/gstmedian.c:
22513 * gst/mpeg2subt/gstmpeg2subt.c:
22514 * gst/mpegaudioparse/gstmpegaudioparse.c:
22515 * gst/mpegstream/gstdvddemux.c:
22516 * gst/mpegstream/gstmpegdemux.c:
22517 * gst/mpegstream/gstmpegpacketize.c:
22518 * gst/rtjpeg/gstrtjpeg.c:
22519 * gst/rtjpeg/gstrtjpegdec.c:
22520 * gst/rtjpeg/gstrtjpegenc.c:
22521 * gst/sine/gstsinesrc.c:
22522 * gst/smooth/gstsmooth.c:
22523 * gst/smpte/gstsmpte.c:
22524 * gst/smpte/gstsmpte.h:
22525 * gst/stereo/gststereo.c:
22526 * gst/videofilter/gstgamma.c:
22527 * gst/videofilter/gstvideobalance.c:
22528 * gst/videofilter/gstvideofilter.c:
22529 * gst/videofilter/gstvideoflip.c:
22530 * gst/videoscale/gstvideoscale.c:
22531 * gst/videoscale/videoscale.c:
22532 * gst/videotestsrc/gstvideotestsrc.c:
22533 * gst/videotestsrc/videotestsrc.c:
22534 * gst/wavenc/gstwavenc.c:
22535 * gst/wavparse/gstwavparse.c:
22536 fix local includes and 64 bits constants
22538 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22541 * gst-libs/gst/*/*.vcproj:
22543 more working plugins
22545 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22547 * testsuite/alsa/Makefile.am:
22548 * testsuite/alsa/srcstate.c:
22549 add test for alsasrc changing state
22551 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22553 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22555 * gst/silence/gstsilence.h:
22556 fix silence generation for 16bit raw audio
22558 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22560 * gst/matroska/matroska-demux.c:
22561 (gst_matroska_demux_parse_metadata),
22562 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22563 * gst/mpegaudio/common.c:
22564 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22565 (gst_videoscale_getcaps), (gst_videoscale_link),
22566 (gst_videoscale_src_fixate), (gst_videoscale_init),
22567 (gst_videoscale_finalize):
22568 * gst/videoscale/gstvideoscale.h:
22569 * gst/videotestsrc/gstvideotestsrc.c:
22570 (gst_videotestsrc_get_capslist):
22571 * gst/wavenc/gstwavenc.c:
22572 * sys/oss/gstossmixer.c: (fill_labels):
22573 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22574 (gst_ximagesink_handle_xevents),
22575 (gst_ximagesink_calculate_pixel_aspect_ratio),
22576 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22577 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22578 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22579 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22580 (gst_ximagesink_init), (gst_ximagesink_class_init):
22581 * sys/ximage/ximagesink.h:
22582 * sys/xvimage/xvimagesink.c:
22583 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22584 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22585 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22586 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22587 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22588 * sys/xvimage/xvimagesink.h:
22589 first batch of pixel aspect ratio commits.
22591 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22593 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22594 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22595 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22596 handle stride, needs work if we want to move stride handling
22597 upstream, but works correctly for our purposes.
22599 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22601 * gst/videoscale/README:
22602 add testing examples
22603 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22604 (gst_videoscale_chain):
22605 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22606 (gst_videoscale_get_size):
22607 add get_size function that handles stride like videotestsrc.
22608 fixes conversion for YUV formats for as much as I can test them.
22610 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22612 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22613 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22614 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22615 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22616 (gst_xvimagesink_xvimage_put):
22617 further cleanups, logging, error handling and synchronizing
22619 2004-07-27 Wim Taymans <wim@fluendo.com>
22621 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22622 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22623 (gst_videomixer_pad_set_property),
22624 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22625 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22626 (gst_videomixer_class_init), (gst_videomixer_init),
22627 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22628 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22629 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22630 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22631 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22632 (gst_videomixer_loop), (plugin_init):
22633 Be a nicer negotiation citizen and provide a getcaps function on
22634 the srcpad. This also fixes a crash when resizing.
22636 2004-07-27 Julien MOUTTE <julien@moutte.net>
22638 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22639 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22641 2004-07-27 Wim Taymans <wim@fluendo.com>
22643 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22644 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22645 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22646 (gst_pngenc_set_property):
22647 * ext/libpng/gstpngenc.h:
22648 Added snapshot property to pngenc.
22649 removed g_print from pngdec
22651 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22653 * gst/ac3parse/ac3parse.vcproj
22654 * gst/adder/adder.vcproj
22655 * gst/alpha/alpha.vcproj
22656 * gst/alpha/alphacolor.vcproj
22657 * gst/asfdemux/asf.vcproj
22658 * gst/audioconvert/audioconvert.vcproj
22659 * gst/audiorate/audiorate.vcproj
22660 * gst/audioscale/audioscale.vcproj
22661 * gst/auparse/auparse.vcproj
22662 * gst/avi/avi.vcproj
22663 * gst/cdxaparse/cdxaparse.vcproj
22664 * gst/chart/chart.vcproj
22665 * gst/colorspace/colorspace.vcproj
22666 * gst/cutter/cutter.vcproj
22667 * gst/debug/debug.vcproj
22668 * gst/debug/efence.vcproj
22669 * gst/debug/navigationtest.vcproj
22670 * gst/deinterlace/deinterlace.vcproj
22671 * gst/effectv/effectv.vcproj
22672 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22673 * gst/filter/filter.vcproj
22674 * gst/flx/flxdec.vcproj
22675 * gst/goom/goom.vcproj
22676 * gst/interleave/interleave.vcproj
22677 * gst/law/alaw.vcproj
22678 * gst/law/mulaw.vcproj
22679 * gst/matroska/matroska.vcproj
22680 * gst/median/median.vcproj
22681 * gst/mixmatrix/mixmatrix.vcproj
22682 * gst/mpeg1sys/mpeg1systemencode.vcproj
22683 * gst/mpeg1videoparse/mp1videoparse.vcproj
22684 * gst/mpeg2sub/mpeg2subt.vcproj
22685 * gst/mpegaudio/mpegaudio.vcproj
22686 * gst/mpegaudioparse/mpegaudioparse.vcproj
22687 * gst/mpegstream/mpegstream.vcproj
22688 * gst/multifilesink/multifilesink.vcproj
22689 * gst/multipart/multipart.vcproj
22690 * gst/oneton/oneton.vcproj
22691 * gst/overlay/overlay.vcproj
22692 * gst/passthrough/passthrough.vcproj
22693 * gst/qtdemux/qtdemux.vcproj
22694 * gst/realmedia/rmdemux.vcproj
22695 * gst/rtjpeg/rtjpeg.vcproj
22696 * gst/rtp/rtp.vcproj
22697 * gst/silence/silence.vcproj
22698 * gst/sine/sinesrc.vcproj
22699 * gst/smooth/smooth.vcproj
22700 * gst/smpte/smpte.vcproj
22701 * gst/spectrum/spectrum.vcproj
22702 * gst/speed/speed.vcproj
22703 * gst/stereo/stereo.vcproj
22704 * gst/switch/switch.vcproj
22705 * gst/tags/tagedit.vcproj
22706 * gst/tcp/tcp.vcproj
22707 * gst/typefind/typefindfunctions.vcproj
22708 * gst/udp/udp.vcproj
22709 * gst/videobox/videobox.vcproj
22710 * gst/videocrop/videocrop.vcproj
22711 * gst/videodrop/videodrop.vcproj
22712 * gst/videofilter/gamma.vcproj
22713 * gst/videofilter/videobalance.vcproj
22714 * gst/videofilter/videofilter.vcproj
22715 * gst/videofilter/videoflip.vcproj
22716 * gst/videoflip/videoflip.vcproj
22717 * gst/videomixer/videomixer.vcproj
22718 * gst/videorate/videorate.vcproj
22719 * gst/videoscale/videoscale.vcproj
22720 * gst/videotestsrc/videotestsrc.vcproj
22721 * gst/virtualdub/virtualdub.vcproj
22722 * gst/volenv/volenv.vcproj
22723 * gst/volume/volume.vcproj
22724 * gst/wavenc/wavenc.vcproj
22725 * gst/wavparse/wavparse.vcproj
22726 * gst/y4m/y4menc.vcproj
22727 * gst-libs/gst/audio/audio.vcproj
22728 * gst-libs/gst/audio/audiofilter.vcproj
22729 * gst-libs/gst/colorbalance/colorbalance.vcproj
22730 * gst-libs/gst/idct/idtc.vcproj
22731 * gst-libs/gst/media-info/media-info.vcproj
22732 * gst-libs/gst/mixer/mixer.vcproj
22733 * gst-libs/gst/navigation/navigation.vcproj
22734 * gst-libs/gst/play/play.vcproj
22735 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22736 * gst-libs/gst/resample/resample.vcproj
22737 * gst-libs/gst/riff/riff.vcproj
22738 * gst-libs/gst/tuner/tuner.vcproj
22739 * gst-libs/gst/video/video.vcproj
22740 * gst-libs/gst/xoverlay/xoverlay.vcproj
22741 avoid problems with math.h, fix release dependancy
22742 rename GStreamer-0.8.lib to libgstreamer.lib
22744 2004-07-27 Julien MOUTTE <julien@moutte.net>
22746 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22747 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22748 the atom is not available we have to unlock the mutex. Fixes #148023
22750 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22752 * gst-libs/gst/media-info/media-info.h:
22753 issue for a vararg macro with MSVC
22755 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22757 * gst/effectv/effectv.vcproj
22758 * gst-libs/gst/idct/idct.vcproj:
22759 * gst-libs/gst/media-info/media-info.vcproj:
22760 * gst-libs/gst/navigation/navigation.vcproj:
22761 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22762 * gst-libs/gst/video/video.vcproj:
22763 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22764 fixes for build problems
22766 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22768 * gst-libs/gst/audio/audio.def:
22769 * gst-libs/gst/audio/riff.def:
22770 add some definitions needed by plugins
22772 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22774 * gst/asfdemux/gstasfmux.c
22775 Fix some 64 bits constants to be glib friendly
22777 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22779 * gst/ac3parse/gstac3parse.c
22780 * gst/audioscale/gstaudioscale.c
22781 * gst/auparse/gstauparse.c
22782 * gst/colorspace/gstcolorspace.c
22783 * gst/colorspace/yuv2rgb.h
22784 local include fixes
22786 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22789 add more plugins to the build
22791 2004-07-26 Julien MOUTTE <julien@moutte.net>
22793 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22794 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22796 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22798 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22799 (gst_level_set_property), (gst_level_get_property),
22800 (gst_level_base_init), (gst_level_class_init):
22801 add debugging categories. cleanups.
22803 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22805 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22806 (gst_videoscale_planar411), (gst_videoscale_planar400),
22807 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22808 (gst_videoscale_scale_nearest_str1),
22809 (gst_videoscale_scale_nearest_str2),
22810 (gst_videoscale_scale_nearest_str4),
22811 (gst_videoscale_scale_nearest_16bit),
22812 (gst_videoscale_scale_nearest_24bit):
22813 fixed stride issues
22814 tested with 320x240 -> 321, 322, 324 x240
22815 tested with YV12, I420, YUY2, UYVY
22816 fixed packed422rev (don't think it could have worked before)
22817 by testing with UYVY
22819 2004-07-26 Benjamin Otte <otte@gnome.org>
22821 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22822 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22824 add debugging category, add error checks like checking return values
22825 of setup calls, make sure it still works after
22826 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22828 2004-07-26 Wim Taymans <wim@fluendo.com>
22830 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22831 (gst_mpeg_demux_get_audio_stream),
22832 (gst_mpeg_demux_process_private):
22833 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22834 Check for error codes from the negotiation functions. Make sure
22835 we really set the pad caps when a new pad is created.
22837 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22839 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22840 (gst_ffmpeg_caps_to_pix_fmt):
22841 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22842 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22843 (gst_ffmpegcolorspace_pad_link):
22844 don't make function do two things at the same time without reason.
22846 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22848 * gst/ac3parse/ac3parse.vcproj
22849 * gst/adder/adder.vcproj
22850 * gst/alpha/alpha.vcproj
22851 * gst/alpha/alphacolor.vcproj
22852 * gst/asfdemux/asf.vcproj
22853 * gst/audioconvert/audioconvert.vcproj
22854 * gst/audiorate/audiorate.vcproj
22855 * gst/audioscale/audioscale.vcproj
22856 * gst/auparse/auparse.vcproj
22857 * gst/avi/avi.vcproj
22858 * gst/cdxaparse/cdxaparse.vcproj
22859 * gst/chart/chart.vcproj
22860 * gst/colorspace/colorspace.vcproj
22861 * gst/cutter/cutter.vcproj
22862 * gst/debug/debug.vcproj
22863 * gst/debug/efence.vcproj
22864 * gst/debug/navigationtest.vcproj
22865 * gst/deinterlace/deinterlace.vcproj
22866 * gst/effectv/effectv.vcproj
22867 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22868 * gst/filter/filter.vcproj
22869 * gst/flx/flxdec.vcproj
22870 * gst/goom/goom.vcproj
22871 * gst/interleave/interleave.vcproj
22872 * gst/law/alaw.vcproj
22873 * gst/law/mulaw.vcproj
22874 * gst/matroska/matroska.vcproj
22875 * gst/median/median.vcproj
22876 * gst/mixmatrix/mixmatrix.vcproj
22877 * gst/mpeg1sys/mpeg1systemencode.vcproj
22878 * gst/mpeg1videoparse/mp1videoparse.vcproj
22879 * gst/mpeg2sub/mpeg2subt.vcproj
22880 * gst/mpegaudio/mpegaudio.vcproj
22881 * gst/mpegaudioparse/mpegaudioparse.vcproj
22882 * gst/mpegstream/mpegstream.vcproj
22883 * gst/multifilesink/multifilesink.vcproj
22884 * gst/multipart/multipart.vcproj
22885 * gst/oneton/oneton.vcproj
22886 * gst/overlay/overlay.vcproj
22887 * gst/passthrough/passthrough.vcproj
22888 * gst/qtdemux/qtdemux.vcproj
22889 * gst/realmedia/rmdemux.vcproj
22890 * gst/rtjpeg/rtjpeg.vcproj
22891 * gst/rtp/rtp.vcproj
22892 * gst/silence/silence.vcproj
22893 * gst/sine/sinesrc.vcproj
22894 * gst/smooth/smooth.vcproj
22895 * gst/smpte/smpte.vcproj
22896 * gst/spectrum/spectrum.vcproj
22897 * gst/speed/speed.vcproj
22898 * gst/stereo/stereo.vcproj
22899 * gst/switch/switch.vcproj
22900 * gst/tags/tagedit.vcproj
22901 * gst/tcp/tcp.vcproj
22902 * gst/typefind/typefindfunctions.vcproj
22903 * gst/udp/udp.vcproj
22904 * gst/videobox/videobox.vcproj
22905 * gst/videocrop/videocrop.vcproj
22906 * gst/videodrop/videodrop.vcproj
22907 * gst/videofilter/gamma.vcproj
22908 * gst/videofilter/videobalance.vcproj
22909 * gst/videofilter/videofilter.vcproj
22910 * gst/videofilter/videoflip.vcproj
22911 * gst/videoflip/videoflip.vcproj
22912 * gst/videomixer/videomixer.vcproj
22913 * gst/videorate/videorate.vcproj
22914 * gst/videoscale/videoscale.vcproj
22915 * gst/videotestsrc/videotestsrc.vcproj
22916 * gst/virtualdub/virtualdub.vcproj
22917 * gst/volenv/volenv.vcproj
22918 * gst/volume/volume.vcproj
22919 * gst/wavenc/wavenc.vcproj
22920 * gst/wavparse/wavparse.vcproj
22921 * gst/y4m/y4menc.vcproj
22922 more plugins supported under windows
22924 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22926 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22927 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22928 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22929 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22930 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22931 Add debugging statements. Use the sizes as returned by the
22932 *CreateImage calls.
22934 2004-07-26 Johan Dahlin <johan@gnome.org>
22936 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22937 the pad is negotiated.
22939 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22941 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22943 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22944 * gst-libs/gst/idct/idct.vcproj:
22945 * gst-libs/gst/media-info/media-info.vcproj:
22946 * gst-libs/gst/mixer/mixer.vcproj:
22947 * gst-libs/gst/navigation/navigation.vcproj:
22948 * gst-libs/gst/play/play.vcproj:
22949 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22950 * gst-libs/gst/resample/resample.vcproj:
22951 * gst-libs/gst/tuner/tuner.vcproj:
22952 * gst-libs/gst/video/video.vcproj:
22953 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22954 more plugins supported under windows
22956 2004-07-25 Iain <iain@prettypeople.org>
22958 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22959 pad now rather than when the pad is created because state changes wipe
22960 explicit caps (fixes #148043).
22962 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22964 reviewed by Benjamin Otte <otte@gnome.org>
22966 * ext/mad/gstmad.c:
22967 fix mad plugin crashing on Sun (fixes #148289)
22969 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22972 * gst/avi/avi.vcproj:
22973 * gst/matroska/matroska.def:
22974 * gst/matroska/matroska.vcproj:
22975 remove unused .def files
22977 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22979 * gst-libs/gst/audio/gstaudiofilter.c:
22980 Clean the local include
22982 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22985 * gst-libs/gst/audio/audio.def:
22986 * gst-libs/gst/audio/audio.vcproj:
22987 * gst-libs/gst/audio/audiofilter.vcproj:
22988 * gst-libs/gst/audio/riff.def:
22989 * gst-libs/gst/audio/riff.vcproj:
22990 * gst-libs/gst/gst-libs.def:
22991 * gst-libs/gst/gst-libs.vcproj:
22992 * gst/avi/avi.vcproj:
22993 * gst/avi/avi.vcproj:
22994 Copy the files where needed after building, cleaner projects
22996 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22998 * gst/matroska/ebml-write.c:
22999 Fix some 64 bits constants to be glib friendly
23001 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
23004 * gst-libs/gst/gst-libs.def:
23005 * gst-libs/gst/gst-libs.vcproj:
23006 * gst/matroska/matroska.def:
23007 * gst/matroska/matroska.vcproj:
23008 Add the preliminary canvas to build plugins on Win32
23010 2004-07-23 Benjamin Otte <otte@gnome.org>
23012 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23013 don't enfore negotiation from source side, it breaks
23014 sinesrc ! audioconvert ! osssink
23016 2004-07-22 David Schleef <ds@schleef.org>
23018 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23019 for ELF files, since they can easily be recognized as audio/mpeg.
23022 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23024 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23025 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23026 (gst_videoscale_scale_nearest_24bit),
23027 (gst_videoscale_scale_nearest_16bit):
23028 fix 16bit and 24bit for stride (24bit might need testing)
23029 don't pretend we do more than one algorithm
23031 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23035 * gst/multifilesink/Makefile.am:
23036 * gst/multifilesink/gstmultifilesink.c:
23037 (gst_multifilesink_get_formats),
23038 (gst_multifilesink_get_query_types), (_do_init),
23039 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23040 (gst_multifilesink_init), (gst_multifilesink_dispose),
23041 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23042 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23043 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23044 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23045 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23046 (gst_multifilesink_uri_get_type),
23047 (gst_multifilesink_uri_get_protocols),
23048 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23049 (gst_multifilesink_uri_handler_init), (plugin_init):
23050 * gst/multifilesink/gstmultifilesink.h:
23051 * testsuite/Makefile.am:
23052 * testsuite/multifilesink/Makefile.am:
23053 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23054 (gst_newmedia_class_init), (gst_newmedia_init),
23055 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23056 (newfile_signal), (test_signal), (main):
23057 multifilesink plugin for creating new files every time a new media
23058 discontinuity event occurs
23060 2004-07-22 Wim Taymans <wim@fluendo.com>
23062 * gst/alpha/Makefile.am:
23063 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23064 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23065 (gst_alpha_color_init), (gst_alpha_color_set_property),
23066 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23067 (transform), (gst_alpha_color_chain),
23068 (gst_alpha_color_change_state), (plugin_init):
23069 Stupid plugin to to RGBA to AYUV conversion because none of
23070 the colorspace plugins can handle that yet.
23072 2004-07-22 Wim Taymans <wim@fluendo.com>
23074 * examples/seeking/seek.c: (update_scale), (main):
23075 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23076 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23077 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23078 (gst_decode_bin_init), (gst_decode_bin_dispose),
23079 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23080 (no_more_pads), (close_link), (type_found),
23081 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23083 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23084 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23085 (gst_play_base_bin_dispose), (queue_overrun),
23086 (gen_preroll_element), (remove_prerolls), (unknown_type),
23087 (no_more_pads), (new_stream), (setup_source),
23088 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23089 (play_base_eos), (gst_play_base_bin_change_state),
23090 (gst_play_base_bin_add_element),
23091 (gst_play_base_bin_remove_element),
23092 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23093 (gst_play_base_bin_unlink_stream),
23094 (gst_play_base_bin_get_streaminfo):
23095 * gst/playback/gstplaybin.c: (gen_video_element),
23096 (gen_audio_element):
23097 * gst/playback/gststreaminfo.h:
23098 More playback updates, attempt to fix things after the state change
23101 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23103 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23104 (gst_videoscale_scale_nearest_16bit):
23107 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23109 * gst/videotestsrc/gstvideotestsrc.c:
23110 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23111 (gst_videotestsrc_init), (gst_videotestsrc_get),
23112 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23113 (gst_videotestsrc_get_property):
23114 * gst/videotestsrc/gstvideotestsrc.h:
23115 * gst/videotestsrc/videotestsrc.c:
23116 * gst/videotestsrc/videotestsrc.h:
23117 cleanup and commenting
23119 2004-07-21 Wim Taymans <wim@fluendo.com>
23121 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23122 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23123 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23124 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23125 (_find_chain_get_unknown_part), (_find_streams_check),
23126 (gst_ogg_demux_push), (gst_ogg_pad_push):
23127 * ext/theora/theoradec.c: (theora_get_formats),
23128 (theora_dec_src_convert), (theora_dec_sink_convert),
23129 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23130 (theora_dec_chain):
23131 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23132 (vorbis_dec_convert), (vorbis_dec_src_query),
23133 (vorbis_dec_src_event), (vorbis_dec_event):
23134 More seeking fixes, oggdemux now supports seeking to time and
23135 uses the downstream element to convert granulepos to time.
23136 Seeking in theora-only ogg files now works.
23138 2004-07-21 Wim Taymans <wim@fluendo.com>
23140 * ext/theora/theoradec.c: (gst_theora_dec_init),
23141 (theora_get_formats), (theora_get_event_masks),
23142 (theora_get_query_types), (theora_dec_src_convert),
23143 (theora_dec_sink_convert), (theora_dec_src_query),
23144 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23145 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23146 (vorbis_get_event_masks), (vorbis_get_query_types),
23147 (gst_vorbis_dec_init), (vorbis_dec_convert),
23148 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23149 Added query/convert/formats functions to vorbis and theora decoders
23150 so that the outside world can use them too. Fixed seeking on an
23151 ogg/theora/vorbis file by disabling the seeking seeking on the
23154 2004-07-21 Julien MOUTTE <julien@moutte.net>
23156 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23157 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23158 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23159 images creation for both elements. We don't create the image on caps
23160 nego or renego, we just destroy the internal one if present if it does
23161 not match the needs. The chain function takes care of creating a new
23163 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23164 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23165 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23166 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23167 the image format information. The buffer pool checks for the context
23168 image format and discard images with different formats.
23169 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23171 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23173 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23174 (gst_ffmpegcolorspace_chain):
23175 no point in doing any chaining if the pad we want to push from
23178 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23180 * gst-libs/gst/riff/riff-media.c:
23181 (gst_riff_create_audio_caps_with_data):
23182 Fix double end-to-native symbol conversion (#148021).
23184 2004-07-20 David Schleef <ds@schleef.org>
23186 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23187 Don't use an Atom that doesn't exist.
23189 2004-07-20 Wim Taymans <wim@fluendo.com>
23191 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23192 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23193 (gst_multifdsink_client_remove),
23194 (gst_multifdsink_handle_client_write),
23195 (gst_multifdsink_queue_buffer):
23196 * gst/tcp/gstmultifdsink.h:
23197 More multifdsink stats. Avoid deadlock by releasing locks
23198 before sending out a signal.
23200 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23204 added Hungarian translation (Laszlo Dvornik)
23206 2004-07-20 Wim Taymans <wim@fluendo.com>
23208 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23209 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23210 (gst_multifdsink_handle_client_write),
23211 (gst_multifdsink_queue_buffer):
23212 * gst/tcp/gsttcp-marshal.list:
23213 Fixed the stupid marshal definition.
23215 2004-07-20 Wim Taymans <wim@fluendo.com>
23217 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23218 (gst_multifdsink_init), (gst_multifdsink_add),
23219 (gst_multifdsink_client_remove),
23220 (gst_multifdsink_handle_client_write),
23221 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23222 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23223 (gst_multifdsink_init_send):
23224 * gst/tcp/gstmultifdsink.h:
23225 Added more stats, added timeout for a client, fixed some typos
23226 and added some comments.
23228 2004-07-20 Wim Taymans <wim@fluendo.com>
23230 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23231 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23232 (gst_multifdsink_client_remove),
23233 (gst_multifdsink_handle_client_write):
23234 * gst/tcp/gstmultifdsink.h:
23235 * gst/tcp/gsttcp-marshal.list:
23236 Added get_stats method that returns a GValueArray of
23239 2004-07-19 Benjamin Otte <otte@gnome.org>
23241 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23242 make sure longname, description and author are valid UTF-8
23244 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23246 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23247 (gst_ximagesink_set_property):
23248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23249 (gst_xvimagesink_set_property):
23250 make sure SYNCHRONOUS is respected after getting the X context
23252 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23254 * gst/matroska/matroska-demux.c:
23255 (gst_matroska_demux_handle_src_event),
23256 (gst_matroska_demux_parse_blockgroup):
23257 * gst/matroska/matroska-ids.h:
23258 add BlockReference tag and ignore it to clear out log.
23259 ignore NAVIGATION events to clear out log.
23261 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23263 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23264 (gst_matroska_demux_add_stream):
23265 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23266 add debug categories
23268 2004-07-16 Wim Taymans <wim@fluendo.com>
23270 * ext/libpng/Makefile.am:
23271 * ext/libpng/gstpng.c: (plugin_init):
23272 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23273 (gst_pngdec_get_type), (gst_pngdec_base_init),
23274 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23275 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23276 * ext/libpng/gstpngdec.h:
23279 2004-07-16 Julien MOUTTE <julien@moutte.net>
23281 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23282 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23283 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23284 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23285 (gst_ximagesink_buffer_alloc):
23286 * sys/ximage/ximagesink.h:
23287 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23288 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23289 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23290 (gst_xvimagesink_buffer_alloc):
23291 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23292 again. Using internal data pointer of the x(v)image to store image's
23293 data to be coherent with the buffer alloc mechanism. Investigated the
23294 image destruction code to be sure that everything gets freed correctly.
23296 2004-07-16 Wim Taymans <wim@fluendo.com>
23298 * gst-libs/gst/riff/riff-read.c:
23299 (gst_riff_read_strf_vids_with_data),
23300 (gst_riff_read_strf_auds_with_data):
23301 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23302 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23303 Make sure we don't create 0 sized subbuffers in riff-read.
23304 Signal the no more pads signal after reading the avi header.
23306 2004-07-16 Wim Taymans <wim@fluendo.com>
23308 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23309 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23310 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23311 (gst_decode_bin_init), (gst_decode_bin_dispose),
23312 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23313 (no_more_pads), (close_link), (type_found),
23314 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23315 (gst_decode_bin_change_state), (plugin_init):
23316 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23317 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23318 (gst_play_base_bin_dispose), (queue_overrun),
23319 (gen_preroll_element), (remove_prerolls), (unknown_type),
23320 (no_more_pads), (new_stream), (setup_source),
23321 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23322 (play_base_eos), (gst_play_base_bin_change_state),
23323 (gst_play_base_bin_add_element),
23324 (gst_play_base_bin_remove_element),
23325 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23326 (gst_play_base_bin_unlink_stream),
23327 (gst_play_base_bin_get_streaminfo):
23328 * gst/playback/gstplaybasebin.h:
23329 Better error recovery. Added configurable preroll queue size. Faster
23330 detection of no-more-pads.
23332 2004-07-16 Wim Taymans <wim@fluendo.com>
23334 * gst-libs/gst/video/video.h:
23335 Added 32 bits RGBA. Not sure if we should use another mime-type
23336 for alpha rgb. Currently the presence of the alpha_mask property
23337 signals an alpha channel.
23339 2004-07-16 Wim Taymans <wim@fluendo.com>
23341 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23342 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23343 FPS seems to be 0.0 to MAX everywhere else.
23345 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23347 * gst-libs/gst/riff/riff-media.c:
23348 (gst_riff_create_video_caps_with_data):
23349 mp42/mp43 (no caps) exist too.
23350 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23351 Set pixel_width/height; we've got them in-caps.
23352 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23353 * gst/wavparse/gstwavparse.c: (plugin_init):
23354 Both are valid primary.
23355 * sys/oss/gstossmixer.c:
23356 Remove i18n hack and enable translations.
23358 2004-07-15 Benjamin Otte <otte@gnome.org>
23360 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23361 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23362 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23364 2004-07-15 Benjamin Otte <otte@gnome.org>
23366 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23367 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23368 (gst_alsa_close_audio):
23369 disable some of the debugging code for now. Writing debugging to a
23370 buffer is broken in current alsalib releases.
23372 2004-07-12 Benjamin Otte <otte@gnome.org>
23374 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23377 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23379 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23380 (theora_dec_src_query), (theora_dec_event):
23381 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23382 add debugging categories. Remove \n's.
23384 2004-07-13 Johan Dahlin <johan@gnome.org>
23386 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23387 (gst_play_bin_get_property): Impl.
23389 2004-07-13 Wim Taymans <wim@fluendo.com>
23391 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23392 When trying to find the stream length, seek back N pages
23393 instead of just one, where N is the number of streams in
23396 2004-07-13 Wim Taymans <wim@fluendo.com>
23398 * gst-libs/gst/riff/riff-media.c:
23399 (gst_riff_create_audio_caps_with_data),
23400 (gst_riff_create_audio_caps),
23401 (gst_riff_create_audio_template_caps):
23402 * gst-libs/gst/riff/riff-media.h:
23403 * gst-libs/gst/riff/riff-read.c:
23404 (gst_riff_read_strf_vids_with_data),
23405 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23406 * gst-libs/gst/riff/riff-read.h:
23407 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23408 (gst_avi_demux_add_stream):
23409 Set codec_data on caps for avidemuxer.
23411 2004-07-12 David Schleef <ds@schleef.org>
23413 * configure.ac: Fix test for Objective C
23415 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23416 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23417 (gst_gdk_pixbuf_chain):
23418 Add svg and pcx to template caps, and ensure that getcaps returns a
23419 subset of the template caps.
23420 Copy each row manually for output, as gdkpixbuf may pad the
23421 rowstride to a 32-bit word boundary.
23423 2004-07-12 Wim Taymans <wim@fluendo.com>
23425 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23426 (gst_riff_create_video_template_caps):
23427 Fix the template caps to include some more media types.
23429 2004-07-12 Wim Taymans <wim@fluendo.com>
23431 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23432 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23433 (compare_ranks), (print_feature), (gst_decode_bin_init),
23434 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23435 (try_to_link_1), (new_pad), (close_link), (type_found),
23436 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23437 (gst_decode_bin_change_state), (plugin_init):
23438 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23439 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23440 (gst_play_base_bin_dispose), (queue_overrun),
23441 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23442 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23443 (gst_play_base_bin_get_property), (play_base_eos),
23444 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23445 (gst_play_base_bin_remove_element),
23446 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23447 (gst_play_base_bin_unlink_stream),
23448 (gst_play_base_bin_get_streaminfo):
23449 * gst/playback/gstplaybasebin.h:
23450 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23451 (gst_play_bin_class_init), (gst_play_bin_init),
23452 (gst_play_bin_dispose), (gst_play_bin_set_property),
23453 (gst_play_bin_get_property), (gen_video_element),
23454 (gen_audio_element), (remove_sinks), (setup_sinks),
23455 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23456 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23457 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23458 (gst_play_bin_query), (plugin_init):
23459 * gst/playback/test4.c: (main):
23460 More fixes on reusing of the element.
23462 2004-07-11 Benjamin Otte <otte@gnome.org>
23464 * ext/mad/gstmad.c: (normal_seek):
23465 allow seeking for other methods than just SET
23467 2004-07-11 Andy Wingo <wingo@pobox.com>
23469 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23470 float, "any" caps -> buffer_frames=[0,MAX].
23472 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23473 doesn't intersect our caps with the template any more. Do it
23475 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23477 2004-07-09 Wim Taymans <wim@fluendo.com>
23479 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23480 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23481 (compare_ranks), (print_feature), (gst_decode_bin_init),
23482 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23483 (try_to_link_1), (new_pad), (close_link), (type_found),
23484 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23485 (gst_decode_bin_change_state), (plugin_init):
23486 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23487 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23488 (gst_play_base_bin_dispose), (queue_overrun),
23489 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23490 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23491 (gst_play_base_bin_get_property), (play_base_eos),
23492 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23493 (gst_play_base_bin_remove_element),
23494 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23495 (gst_play_base_bin_unlink_stream),
23496 (gst_play_base_bin_get_streaminfo):
23497 * gst/playback/gstplaybasebin.h:
23498 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23499 (gst_play_bin_class_init), (gst_play_bin_init),
23500 (gst_play_bin_dispose), (gst_play_bin_set_property),
23501 (gst_play_bin_get_property), (gen_video_element),
23502 (gen_audio_element), (remove_sinks), (setup_sinks),
23503 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23504 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23505 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23506 (gst_play_bin_query), (plugin_init):
23507 * gst/playback/test4.c: (main):
23508 Work on object reuse and seeking.
23510 2004-07-09 Wim Taymans <wim@fluendo.com>
23512 * examples/seeking/seek.c: (iterate):
23513 Don't consume all CPU in the idle loop.
23515 2004-07-09 Wim Taymans <wim@fluendo.com>
23517 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23518 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23519 Add pad to element *after* setting the pad functions so that
23520 the scheduler can use the correct ones.
23522 2004-07-09 Wim Taymans <wim@fluendo.com>
23524 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23525 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23526 Sync to keyframe after seek
23528 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23530 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23531 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23532 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23533 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23534 * ext/libvisual/visual.c: (gst_visual_change_state):
23535 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23536 * ext/theora/theoradec.c: (theora_dec_change_state):
23537 * ext/theora/theoraenc.c: (theora_enc_change_state):
23538 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23539 * gst-libs/gst/navigation/navigation.c:
23540 * gst/adder/gstadder.c: (gst_adder_change_state):
23541 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23542 (gst_audio_convert_get_buffer):
23543 * gst/multipart/multipartdemux.c:
23544 (gst_multipart_demux_change_state):
23545 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23546 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23547 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23548 * gst/videoscale/gstvideoscale.c:
23549 (gst_videoscale_handle_src_event):
23550 * gst/volume/gstvolume.c: (volume_chain_int16):
23551 don't assert in state change, this should be done by the base
23553 various debugging fixes.
23555 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23558 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23559 (gst_play_dispose), (gst_play_set_location),
23560 (gst_play_set_data_src), (gst_play_set_video_sink),
23561 (gst_play_set_audio_sink), (gst_play_set_visualization),
23562 (gst_play_connect_visualization), (gst_play_get_sink_element),
23563 (gst_play_get_all_by_interface):
23564 * gst-libs/gst/play/play.h:
23565 add new method to get elements implementing an interface.
23566 add various error logging
23568 2004-07-08 Wim Taymans <wim@fluendo.com>
23570 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23571 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23572 (make_playerbin_pipeline), (query_durations_elems),
23573 (query_durations_pads), (query_positions_elems),
23574 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23576 Added playbin seeking example.
23578 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23580 * gst-libs/gst/play/play.c: (gst_play_set_location),
23581 (gst_play_set_data_src), (gst_play_set_video_sink),
23582 (gst_play_set_audio_sink), (gst_play_set_visualization),
23583 (gst_play_connect_visualization), (gst_play_get_framerate):
23584 use a macro to look up elements from hash table
23586 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23588 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23589 (gst_play_get_length_callback), (gst_play_set_location),
23590 (gst_play_seek_to_time), (gst_play_set_data_src),
23591 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23592 (gst_play_set_visualization), (gst_play_connect_visualization),
23593 (gst_play_get_sink_element):
23594 - add debugging info
23595 - fix looking up sink elements by iterating over complete caps
23596 - put everything except for source and autoplugger in a complete bin
23598 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23600 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23601 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23602 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23603 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23604 * ext/alsa/gstalsasink.h:
23605 - add debugging info
23606 - clean up schizophrenia of data/buffer/event
23607 - fix double event unref error
23609 2004-07-08 Wim Taymans <wim@fluendo.com>
23611 * gst/playback/Makefile.am:
23612 Add headers to noinst
23614 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23616 * tools/gst-launch-ext-m.m:
23617 * tools/gst-launch-ext.1.in:
23618 convert to the third millenium
23620 2004-07-07 David Schleef <ds@schleef.org>
23622 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23624 2004-07-07 Wim Taymans <wim@fluendo.com>
23626 * gst/playback/Makefile.am:
23627 * gst/playback/README:
23628 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23629 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23630 (compare_ranks), (print_feature), (gst_decode_bin_init),
23631 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23632 (try_to_link_1), (new_pad), (close_link), (type_found),
23633 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23635 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23636 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23637 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23638 (gen_preroll_element), (no_more_pads), (new_stream),
23639 (setup_source), (gst_play_base_bin_set_property),
23640 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23641 (gst_play_base_bin_add_element),
23642 (gst_play_base_bin_remove_element),
23643 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23644 (gst_play_base_bin_unlink_stream),
23645 (gst_play_base_bin_get_streaminfo):
23646 * gst/playback/gstplaybasebin.h:
23647 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23648 (gst_play_bin_class_init), (gst_play_bin_init),
23649 (gst_play_bin_dispose), (gst_play_bin_set_property),
23650 (gst_play_bin_get_property), (gen_video_element),
23651 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23652 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23653 (gst_play_bin_get_formats), (gst_play_bin_convert),
23654 (gst_play_bin_get_query_types), (gst_play_bin_query),
23656 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23657 (gst_stream_info_get_type), (gst_stream_info_class_init),
23658 (gst_stream_info_init), (gst_stream_info_new),
23659 (gst_stream_info_dispose), (gst_stream_info_set_property),
23660 (gst_stream_info_get_property):
23661 * gst/playback/gststreaminfo.h:
23662 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23664 * gst/playback/test2.c: (main):
23665 * gst/playback/test3.c: (update_scale), (main):
23666 More playbin fixes. Added README. Do better element filtering.
23667 Added base class to preroll media. Added test apps.
23669 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23671 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23672 * ext/mpeg2dec/gstmpeg2dec.h:
23673 various debugging improvements. Reset stream to next picture
23674 instead of sequence header, otherwise seeks cannot work.
23676 2004-07-07 Wim Taymans <wim@fluendo.com>
23678 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23679 (gst_video_box_class_init), (gst_video_box_set_property),
23680 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23681 Use pad_alloc where possible.
23683 2004-07-07 Wim Taymans <wim@fluendo.com>
23685 * sys/oss/gstosselement.c: (gst_osselement_reset),
23686 (gst_osselement_parse_caps):
23687 * sys/oss/gstosselement.h:
23688 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23689 Fix offset on osssrc.
23691 2004-07-07 Wim Taymans <wim@fluendo.com>
23693 * ext/theora/theora.c: (plugin_init):
23694 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23695 (theora_dec_src_query), (theora_dec_chain):
23696 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23697 (theora_enc_sink_link), (theora_buffer_from_packet),
23698 (theora_push_packet), (theora_enc_chain):
23699 Fix theora granulepos calculation.
23700 Fix overflow in duration/position calculation.
23701 Bump rank to PRIMARY for theoradec.
23702 Use granulepos of last packet to calculate position.
23703 Set keyframe flag on buffers when needed.
23705 2004-07-06 David Schleef <ds@schleef.org>
23707 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23708 serious? (Fixed, obviously.)
23710 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23714 added Czech translation (Miloslav Trmac)
23716 2004-07-05 Wim Taymans <wim@fluendo.com>
23718 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23719 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23720 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23721 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23722 (close_link), (type_found), (gst_decode_bin_set_property),
23723 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23724 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23725 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23726 (gst_decode_bin_query), (plugin_init):
23727 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23728 (gst_play_bin_class_init), (gst_play_bin_init),
23729 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23730 (get_video_element), (new_pad), (setup_source),
23731 (gst_play_bin_set_property), (gst_play_bin_get_property),
23732 (gst_play_bin_change_state), (gst_play_bin_add_element),
23733 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23734 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23735 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23736 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23737 * gst/playback/test.c: (main):
23738 More fixes, cleaned up playbin, make it use decodebin. Added
23739 threaded property to playbin.
23741 2004-07-05 Wim Taymans <wim@fluendo.com>
23744 * gst/playback/Makefile.am:
23745 * gst/playback/decodetest.c: (main):
23746 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23747 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23748 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23749 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23750 (close_link), (type_found), (gst_decode_bin_set_property),
23751 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23752 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23753 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23754 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23756 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23757 (gst_play_bin_class_init), (gst_play_bin_init),
23758 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23759 (collect_sink_pads), (find_compatibles), (close_pad_link),
23760 (try_to_link_1), (new_pad), (close_link), (type_found),
23761 (setup_source), (gst_play_bin_set_property),
23762 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23763 (compare_ranks), (gst_play_bin_collect_factories),
23764 (gst_play_bin_change_state), (gst_play_bin_add_element),
23765 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23766 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23767 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23768 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23769 * gst/playback/test.c: (main):
23770 Added some playback helper elements and some test apps, very alpha
23773 2004-07-04 Benjamin Otte <otte@gnome.org>
23775 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23776 only restart audio when we indeed have an xrun to fix repeated
23777 xruns. Fix suggested by Giuliano Pochini.
23779 2004-07-03 David Schleef <ds@schleef.org>
23781 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23782 call to gst_debug_log() if debugging is disabled (bug #145118)
23784 2004-07-03 Benjamin Otte <otte@gnome.org>
23786 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23787 use our own functions for restarting the alsa device.
23788 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23789 I should apply patches myself - use MIN for the third argument, not
23790 the second, this fixes seeking
23792 2004-07-02 David Schleef <ds@schleef.org>
23794 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23795 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23798 2004-07-02 David Schleef <ds@schleef.org>
23800 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23801 output buffers. Fix logic mistake. (bug #144866)
23803 2004-07-02 David Schleef <ds@schleef.org>
23805 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23806 on X. (bug #144753)
23808 2004-07-02 David Schleef <ds@schleef.org>
23810 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23811 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23813 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23814 (gst_osselement_rate_probe_check): Add another workaround for
23815 buggy drivers (bug #145336)
23817 2004-07-02 David Schleef <ds@schleef.org>
23819 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23820 Most systems don't have MSG_NOSIGNAL.
23822 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23825 * gst-libs/gst/colorbalance/Makefile.am:
23826 * gst-libs/gst/mixer/Makefile.am:
23827 * gst-libs/gst/play/Makefile.am:
23828 * gst-libs/gst/tuner/Makefile.am:
23829 (hopefully) fix both install and dist and make error message useful.
23830 needs testing across automakes.
23832 2004-07-02 Benjamin Otte <otte@gnome.org>
23834 * ext/ogg/gstogg.c: (plugin_init):
23835 we require bytestream now
23836 * ext/ogg/gstoggdemux.c:
23837 huge diff to implement chain setup in a fast and generic way. This
23838 improves tag reading and startup of huge files (read: Theora videos)
23839 quite a bit. It probably contains bugs, too, so please test.
23840 Seeking is not improved to the fast method.
23842 2004-06-29 Wim Taymans <wim@fluendo.com>
23844 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23845 * ext/ogg/gstoggmux.c:
23846 Fix memleak in oggdemux when running unconnected pads.
23847 doc update in mux, start working on keyframe mode.
23849 2004-06-29 Benjamin Otte <otte@gnome.org>
23851 * sys/oss/gstosssink.c:
23852 * sys/oss/gstosssrc.c:
23853 advertise correct template caps - we indeed do non-native endianness
23854 and 8bit audio has no endianness
23855 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23857 avoid (wrong) duplications in getcaps function and return
23860 2004-06-29 Wim Taymans <wim@fluendo.com>
23862 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23863 (gst_multifdsink_class_init), (gst_multifdsink_add),
23864 (gst_multifdsink_remove), (gst_multifdsink_clear),
23865 (gst_multifdsink_client_remove),
23866 (gst_multifdsink_handle_client_read),
23867 (gst_multifdsink_client_queue_data),
23868 (gst_multifdsink_client_queue_caps),
23869 (gst_multifdsink_client_queue_buffer),
23870 (gst_multifdsink_handle_client_write),
23871 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23872 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23873 (gst_multifdsink_init_send), (gst_multifdsink_close):
23874 Fix wrong GList iteration that could crash the server when
23875 more then 2 clients disconnect at the same time. Read all the
23876 pending commands in one batch to recover from command storms under
23879 2004-06-28 Wim Taymans <wim@fluendo.com>
23881 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23882 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23883 (gst_videomixer_pad_set_property),
23884 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23885 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23886 (gst_videomixer_class_init), (gst_videomixer_init),
23887 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23888 (pad_zorder_compare), (gst_videomixer_sort_pads),
23889 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23890 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23891 (gst_videomixer_update_queues), (gst_videomixer_loop),
23893 Avoid divide by zero, choose masterpad as the pad with the highest
23896 2004-06-27 Julien Moutte <julien@moutte.net>
23898 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23899 (gst_ximagesink_xwindow_new):
23900 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23901 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23902 function directly. We might want to call it from somewhere else one day.
23904 2004-06-27 Julien Moutte <julien@moutte.net>
23906 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23907 (gst_ximagesink_xwindow_new):
23908 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23909 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23910 window decorations.
23912 2004-06-27 Wim Taymans <wim@fluendo.com>
23914 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23915 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23916 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23917 (gst_dvdec_set_property), (gst_dvdec_get_property):
23918 * ext/dv/gstdvdec.h:
23919 Implement drop_factor property to lower the framerate with
23922 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23924 * gst-libs/gst/colorbalance/Makefile.am:
23925 * gst-libs/gst/mixer/Makefile.am:
23926 * gst-libs/gst/play/Makefile.am:
23927 * gst-libs/gst/tuner/Makefile.am:
23928 unbreak Company's fix that didn't install the -enum.h files
23930 2004-06-27 Wim Taymans <wim@fluendo.com>
23932 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23933 (gst_dvdec_change_state):
23934 * ext/dv/gstdvdec.h:
23935 Fix timestamp, duration and offset of the buffers.
23937 2004-06-27 Wim Taymans <wim@fluendo.com>
23939 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23940 (gst_multifdsink_class_init), (gst_multifdsink_add),
23941 (gst_multifdsink_remove), (gst_multifdsink_clear),
23942 (gst_multifdsink_client_remove),
23943 (gst_multifdsink_handle_client_read),
23944 (gst_multifdsink_client_queue_data),
23945 (gst_multifdsink_client_queue_caps),
23946 (gst_multifdsink_client_queue_buffer),
23947 (gst_multifdsink_handle_client_write),
23948 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23949 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23950 (gst_multifdsink_init_send), (gst_multifdsink_close):
23951 * gst/tcp/gstmultifdsink.h:
23952 * gst/tcp/gsttcpserversink.c:
23953 (gst_tcpserversink_handle_server_read),
23954 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23955 More multifdsink fixes, more recovery policy fixes.
23956 Removed stupid g_print
23958 2004-06-26 Wim Taymans <wim@fluendo.com>
23960 * gst/tcp/Makefile.am:
23961 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23962 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23963 (gst_multifdsink_class_init), (gst_multifdsink_init),
23964 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23965 (gst_multifdsink_handle_client_read),
23966 (gst_multifdsink_client_queue_data),
23967 (gst_multifdsink_client_queue_caps),
23968 (gst_multifdsink_client_queue_buffer),
23969 (gst_multifdsink_handle_client_write),
23970 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23971 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23972 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23973 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23974 (gst_multifdsink_close), (gst_multifdsink_change_state):
23975 * gst/tcp/gstmultifdsink.h:
23976 * gst/tcp/gsttcpplugin.c: (plugin_init):
23977 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23978 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23979 (gst_tcpserversink_handle_server_read),
23980 (gst_tcpserversink_handle_select),
23981 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23982 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23983 * gst/tcp/gsttcpserversink.h:
23984 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23985 one of the locks, added recovery policy to multifdsink.
23987 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23989 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23990 fix decision for when getting frames with same timestamp
23991 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23992 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23993 (gst_v4lsrc_get_property):
23994 * sys/v4l/gstv4lsrc.h:
23995 add latency offset property
23997 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23999 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24001 fix debugging. add category.
24003 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24005 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24008 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24010 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24011 (gst_alsa_src_get_time), (gst_alsa_src_loop),
24012 (gst_alsa_src_change_state):
24013 return a time that is in sync with the element's processing
24015 2004-06-25 Wim Taymans <wim@fluendo.com>
24017 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24018 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24019 (gst_tcpserversink_client_remove),
24020 (gst_tcpserversink_handle_client_read),
24021 (gst_tcpserversink_client_queue_data),
24022 (gst_tcpserversink_client_queue_caps),
24023 (gst_tcpserversink_client_queue_buffer),
24024 (gst_tcpserversink_handle_client_write),
24025 (gst_tcpserversink_queue_buffer),
24026 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24027 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24028 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24029 (gst_tcpserversink_close):
24030 * gst/tcp/gsttcpserversink.h:
24031 Serversink rewrite. Really do non blocking writes to clients and
24032 maintain an internal queue to handle slower clients while not
24033 disturbing fast clients.
24035 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24037 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24038 better debug, don't override OFFSET and OFFSET_END
24040 2004-06-25 Iain <iain@prettypeople.org>
24042 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24043 name=source for the wavparse pipeline.
24045 2004-06-24 Johan Dahlin <johan@gnome.org>
24047 * ext/theora/theoraenc.c (theora_enc_chain): Call
24048 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24049 streamheader caps are set correctly.
24051 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24053 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24054 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24055 respect minimum bitrate; same could be done for max bitrate
24057 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24059 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24060 (gst_vorbisenc_setup):
24061 fix sample rate range
24063 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24065 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24066 (gst_oggvorbisenc_setup):
24067 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24068 (gst_vorbisenc_setup):
24069 resolve ambiguities in code and description
24071 2004-06-24 Wim Taymans <wim@fluendo.com>
24073 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24074 * ext/alsa/gstalsa.h:
24075 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24076 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24077 Use alsa trigger_tstamp to get the timestamp of the first
24078 sample in the buffer for more precise sync. Some cleanups.
24080 2004-06-24 Wim Taymans <wim@fluendo.com>
24082 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24083 (gst_audiorate_init), (gst_audiorate_chain),
24084 (gst_audiorate_set_property), (gst_audiorate_get_property):
24085 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24086 (gst_videorate_chain):
24087 Added some logging, fixed an overflow bug in videorate.
24089 2004-06-24 Benjamin Otte <otte@gnome.org>
24091 * ext/kio/Makefile.am:
24092 fix for builddir != srcdir and distcheck
24094 2004-06-24 Benjamin Otte <otte@gnome.org>
24096 * gst-libs/gst/colorbalance/Makefile.am:
24097 * gst-libs/gst/mixer/Makefile.am:
24098 * gst-libs/gst/play/Makefile.am:
24099 * gst-libs/gst/tuner/Makefile.am:
24100 * gst/tcp/Makefile.am:
24101 * sys/dxr3/Makefile.am:
24102 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24104 Also add all *.list files that were missing.
24106 add a distcheck hook to ensure the above doesn't happen again.
24108 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24110 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24112 2004-06-23 Colin Walters <walters@redhat.com>
24114 * m4/Makefile.am: Distribute gst-fionread.m4.
24116 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24118 * configure.ac: back to dev
24120 2004-06-23 Wim Taymans <wim@fluendo.com>
24122 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24123 (gst_alsa_xrun_recovery):
24124 * ext/alsa/gstalsa.h:
24125 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24126 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24127 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24128 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24129 (gst_alsa_src_loop):
24130 Add clock to alsasrc. Take new capture timestamp when
24131 restarting after an overrun. Split up some functions between
24132 alsasrc and alsasink.
24134 === release 0.8.2 ===
24136 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24138 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24139 (gst_alsa_change_state), (gst_alsa_update_avail),
24140 (gst_alsa_xrun_recovery):
24141 * ext/alsa/gstalsa.h:
24142 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24143 merge back changes from release
24145 2004-06-23 Wim Taymans <wim@fluendo.com>
24147 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24148 (gst_audiorate_init), (gst_audiorate_chain),
24149 (gst_audiorate_set_property), (gst_audiorate_get_property):
24150 Implement sample dropping and notify
24152 2004-06-22 Wim Taymans <wim@fluendo.com>
24154 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24155 (theora_enc_sink_link), (theora_buffer_from_packet),
24156 (theora_push_packet), (theora_enc_chain):
24157 Some cleanups, make sure the timestamps are correct.
24159 2004-06-22 Wim Taymans <wim@fluendo.com>
24161 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24162 (gst_alsa_change_state), (gst_alsa_update_avail),
24163 (gst_alsa_xrun_recovery):
24164 * ext/alsa/gstalsa.h:
24165 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24166 Cleanups, take queued samples into account when reporting
24169 2004-06-22 Wim Taymans <wim@fluendo.com>
24171 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24172 (gst_videorate_init):
24173 Initialize the property as well.
24175 2004-06-22 Wim Taymans <wim@fluendo.com>
24177 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24178 (gst_videorate_init), (gst_videorate_chain),
24179 (gst_videorate_set_property), (gst_videorate_get_property):
24180 Add property to make videorate silent.
24181 Add property to prefer new frames over old ones.
24183 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24185 * sys/osxvideo/Makefile.am:
24186 Workaround so that the osxvideo .so file gets linked with the
24187 Cocoa, OpenGL and QuickTime frameworks
24189 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24191 * sys/osxaudio/Makefile.am:
24192 Workaround so that the osxaudio .so file gets linked with the
24193 CoreAudio framework
24195 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24198 Whoops, my fault...fixed build issues
24200 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24203 Add objective-c support if running in Darwin/Mac OS X
24206 * sys/osxvideo/Makefile.am:
24207 * sys/osxvideo/osxvideosink.h:
24208 * sys/osxvideo/osxvideosink.m:
24209 * sys/osxvideo/cocoawindow.h:
24210 * sys/osxvideo/cocoawindow.m:
24211 Add osxvideosink, a cocoa-based osx video sink
24214 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24215 * ext/dvdnav/gst-dvd:
24216 Grab the gconf key from the right spot
24217 * gst/debug/gstnavseek.c: (gst_navseek_init),
24218 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24219 (gst_navseek_chain):
24220 * gst/debug/gstnavseek.h:
24221 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24222 and loop parameters of a segment seek.
24223 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24224 (gst_videotestsrc_get_event_masks),
24225 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24226 * gst/videotestsrc/gstvideotestsrc.h:
24227 Add seeking support to videotestsrc
24228 Initialise the timestamp_offset variable.
24230 2004-06-18 Wim Taymans <wim@fluendo.com>
24232 * ext/sidplay/gstsiddec.cc:
24233 Fix negotiation and set correct end offset.
24235 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24237 * configure.ac: branch and prerelease
24239 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24241 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24242 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24243 (gst_tcpclientsrc_init_receive):
24244 * gst/tcp/gsttcpclientsrc.h:
24245 read caps when connecting to server for GDP so we set them correctly
24247 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24249 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24250 notify drops and duplicates
24251 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24252 no good reason to limit ourselves to 100x100
24254 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24256 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24257 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24258 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24259 (gst_v4lsrc_get_property):
24260 * sys/v4l/gstv4lsrc.h:
24261 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24262 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24263 (gst_v4l_set_audio):
24264 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24265 (gst_v4lsrc_try_capture):
24266 * sys/v4l/v4lsrc_calls.h:
24267 change try_palette to more general try_capture
24268 add autoprobe option so we can turn off autoprobing
24271 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24275 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24276 (gst_ximagesink_class_init):
24277 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24278 (gst_xvimagesink_class_init):
24279 run them as finalize, not dispose, since dispose can be invoked
24282 2004-06-17 Wim Taymans <wim@fluendo.com>
24284 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24285 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24286 * ext/alsa/gstalsa.h:
24287 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24288 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24289 (gst_alsa_src_change_state):
24290 * ext/alsa/gstalsasrc.h:
24291 Make the xrun code timestamp and offset the buffers correctly.
24292 moved the clock to the base class, use alsa methods to get time.
24293 Do correct timestamping on outgoing buffers.
24295 2004-06-17 Wim Taymans <wim@fluendo.com>
24297 * gst/audiorate/Makefile.am:
24298 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24299 (gst_audiorate_base_init), (gst_audiorate_class_init),
24300 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24301 (gst_audiorate_set_property), (gst_audiorate_get_property),
24302 (gst_audiorate_change_state), (plugin_init):
24303 Added an audiorate converter that fills in gaps.
24305 2004-06-17 Johan Dahlin <johan@gnome.org>
24307 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24309 2004-06-16 Wim Taymans <wim@fluendo.com>
24311 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24312 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24313 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24314 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24315 (gst_v4lsrc_get_property):
24316 * sys/v4l/gstv4lsrc.h:
24317 Added a copy mode to v4lsrc where it will output a copied version
24318 of its internal hardware buffer.
24319 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24322 2004-06-16 Wim Taymans <wim@fluendo.com>
24324 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24327 2004-06-16 Wim Taymans <wim@fluendo.com>
24329 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24330 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24331 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24332 (gst_v4lsrc_get_property):
24333 * sys/v4l/gstv4lsrc.h:
24334 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24335 Added a sync mode enum property to control v4lsrc timestamp method
24336 Removed the use-fixed-fps property and moved functionality in
24338 Don't error on an error value from v4l-conf, it might not always
24341 2004-06-16 Wim Taymans <wim@fluendo.com>
24343 * gst/videorate/Makefile.am:
24344 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24345 (gst_videorate_base_init), (gst_videorate_class_init),
24346 (gst_videorate_getcaps), (gst_videorate_link),
24347 (gst_videorate_init), (gst_videorate_chain),
24348 (gst_videorate_set_property), (gst_videorate_get_property),
24349 (gst_videorate_change_state), (plugin_init):
24350 Added a video timestamp corrector.
24352 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24354 fixed a potential leak with previous commit
24356 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24358 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24360 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24361 Added missing refcount, fixes bug #144425
24362 Cheers Tim for finding the bug
24364 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24366 * sys/v4l/gstv4l.c: (plugin_init):
24367 * sys/v4l/gstv4lcolorbalance.c:
24368 * sys/v4l/gstv4lcolorbalance.h:
24369 * sys/v4l/gstv4lelement.c:
24370 * sys/v4l/gstv4lelement.h:
24371 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24372 * sys/v4l/gstv4lmjpegsink.h:
24373 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24374 * sys/v4l/gstv4lmjpegsrc.h:
24375 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24376 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24377 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24378 * sys/v4l/gstv4lsrc.h:
24379 * sys/v4l/gstv4ltuner.c:
24380 * sys/v4l/gstv4ltuner.h:
24381 * sys/v4l/gstv4lxoverlay.c:
24382 * sys/v4l/gstv4lxoverlay.h:
24383 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24384 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24385 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24386 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24387 (gst_v4l_set_audio):
24388 * sys/v4l/v4l_calls.h:
24389 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24390 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24391 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24392 (gst_v4lmjpegsink_playback_init),
24393 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24394 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24395 (gst_v4lmjpegsink_playback_stop),
24396 (gst_v4lmjpegsink_playback_deinit):
24397 * sys/v4l/v4lmjpegsink_calls.h:
24398 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24399 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24400 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24401 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24402 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24403 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24404 * sys/v4l/v4lmjpegsrc_calls.h:
24405 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24406 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24407 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24408 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24409 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24410 (gst_v4lsrc_try_palette):
24411 * sys/v4l/v4lsrc_calls.h:
24412 bunch of paranoia cleanups
24414 2004-06-14 David Schleef <ds@schleef.org>
24416 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24417 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24418 Send discont events and change timestamps appropriately when
24419 we get a seek event. (bug #144240)
24420 * ext/cdparanoia/gstcdparanoia.h:
24422 2004-06-14 Benjamin Otte <otte@gnome.org>
24424 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24425 snd_pcm_hw_params_set_rate since the latter fails for no good
24426 reason on some setups.
24428 2004-06-14 David Schleef <ds@schleef.org>
24430 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24431 standard. Thank you for playing.
24433 2004-06-14 Wim Taymans <wim@fluendo.com>
24435 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24436 Patch 1.3 broke the ordering of the colorspace info and
24437 made the plugin basically work by coincidence, reordered
24440 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24442 * ext/lame/gstlame.c:
24443 * ext/mad/gstmad.c:
24444 sync caps. Make sure mad can only output a list of rates, not
24445 a full range. In the future, have three caps lists for each of the
24446 mpeg versions. Change mpegversion to a double as well.
24448 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24450 * gst/volume/.cvsignore:
24451 * gst/volume/Makefile.am:
24452 * gst/volume/demo.c: (value_changed_callback), (idler),
24453 (setup_gui), (main):
24454 added small demo app
24456 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24457 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24458 * ext/esd/esdsink.h:
24459 Close the esd connection on pause, because esd will just wait -
24460 blocking all other esd clients indefinitely.
24462 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24464 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24465 previous commit with GST_DEBUG
24467 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24470 add a header check for a dvdread header in dvdnav. Fixes #133002
24472 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24474 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24475 * gst/tcp/gsttcpclientsink.h:
24476 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24477 * gst/tcp/gsttcpclientsrc.h:
24478 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24479 (gst_tcpserversink_handle_server_read),
24480 (gst_tcpserversink_init_send):
24481 * gst/tcp/gsttcpserversink.h:
24482 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24483 * gst/tcp/gsttcpserversrc.h:
24484 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24487 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24490 Added ogg library so that OSX detects libtheora properly
24492 2004-06-11 Wim Taymans <wim@fluendo.com>
24494 * ext/theora/theoradec.c: (theora_dec_chain),
24495 (theora_dec_change_state):
24496 Don't try to decode frames before we received a keyframe.
24498 2004-06-11 Wim Taymans <wim@fluendo.com>
24500 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24501 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24502 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24503 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24504 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24505 Added property to set the maximum delay of a page.
24507 2004-06-10 Wim Taymans <wim@fluendo.com>
24509 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24510 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24511 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24512 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24513 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24514 Added max-delay property to control the maximum amount
24515 of data to put in one page.
24517 2004-06-10 Wim Taymans <wim@fluendo.com>
24519 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24520 (gst_theora_enc_init), (theora_enc_sink_link),
24521 (theora_buffer_from_packet), (theora_enc_set_property),
24522 (theora_enc_get_property):
24523 Set duration on encoded buffer, added some more properties
24525 2004-06-10 Wim Taymans <wim@fluendo.com>
24527 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24528 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24529 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24530 * ext/theora/theoraenc.c: (theora_enc_chain):
24531 Fix refcounting bugs
24533 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24535 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24536 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24537 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24538 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24539 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24540 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24541 (gst_asf_demux_change_state):
24542 * gst/asfdemux/gstasfdemux.h:
24543 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24544 feels like. I think we should set a new requirement for demuxers
24545 from now on to implement sane loop functions, data loops, query
24546 and seek functions before first commit into CVS. And this commit
24547 fixes all of the above.
24549 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24551 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24552 vorbis comments are properly encoded in UTF-8 before adding them
24555 2004-06-09 Benjamin Otte <otte@gnome.org>
24557 * ext/alsa/gstalsa.c: (add_channels):
24558 handle min <= max correctly
24559 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24560 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24561 add fixation functions so we fixate correctly. No preferring of alaw
24562 anymore because it's the first structure.
24563 * ext/alsa/gstalsa.h:
24564 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24565 (gst_alsa_hw_params_dump):
24566 add functions to ease debugging in alsalib
24567 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24568 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24569 (gst_alsa_start_audio):
24570 only specify hw params if we really setup a format (fixes #134007 -
24571 or at least works around it)
24573 2004-06-09 Wim Taymans <wim@fluendo.com>
24575 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24576 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24577 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24578 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24579 (gst_ogg_mux_loop):
24580 Use stream caps to setup the initial pages in the ogg stream.
24581 Correctly set the streamheader caps on the srcpad.
24583 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24585 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24586 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24587 (gst_v4lsrc_getcaps):
24588 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24589 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24590 add querying of fps lists for webcams. Negotiating to a framerate
24593 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24595 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24596 (theora_push_buffer), (theora_push_packet),
24597 (theora_set_header_on_caps), (theora_enc_chain):
24598 mark buffers and put on streamheader, raw theora streaming
24599 now works too, whee
24601 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24603 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24604 (gst_tcp_gdp_read_caps):
24605 do a looping read for caps and GDP headers too
24607 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24609 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24610 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24611 return EOS instead of NULL in _get
24613 2004-06-08 Wim Taymans <wim@fluendo.com>
24615 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24616 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24617 (gst_tcp_gdp_write_caps):
24618 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24619 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24620 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24623 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24625 * ext/vorbis/Makefile.am:
24626 * ext/vorbis/vorbis.c: (plugin_init):
24627 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24628 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24629 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24630 (vorbis_parse_change_state):
24631 * ext/vorbis/vorbisparse.h:
24632 adding a vorbisparse element that marks the buffers, streaming
24633 raw vorbis using GDP now works, whee
24635 2004-06-08 Wim Taymans <wim@fluendo.com>
24637 * ext/jpeg/Makefile.am:
24639 * ext/jpeg/gstjpeg.c: (plugin_init):
24640 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24641 (gst_smokedec_base_init), (gst_smokedec_class_init),
24642 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24643 * ext/jpeg/gstsmokedec.h:
24644 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24645 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24646 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24647 (gst_smokeenc_resync), (gst_smokeenc_chain),
24648 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24649 * ext/jpeg/gstsmokeenc.h:
24650 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24651 (smokecodec_flush_destination), (smokecodec_term_destination),
24652 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24653 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24654 (smokecodec_term_source), (smokecodec_encode_new),
24655 (smokecodec_decode_new), (smokecodec_info_free),
24656 (smokecodec_set_quality), (smokecodec_get_quality),
24657 (smokecodec_set_threshold), (smokecodec_get_threshold),
24658 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24659 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24660 (smokecodec_parse_header), (smokecodec_decode):
24661 * ext/jpeg/smokecodec.h:
24662 Added a new simple jpeg based codec
24664 2004-06-08 Wim Taymans <wim@fluendo.com>
24666 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24667 (gst_multipart_mux_loop):
24670 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24672 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24673 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24674 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24675 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24676 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24677 * gst/tcp/gsttcpserversink.h:
24678 take streamheader into account
24680 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24682 * gst/level/Makefile.am:
24683 * gst/level/gstlevel.c: (gst_level_class_init):
24684 clean up marshal generation
24686 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24688 * gst/tcp/Makefile.am:
24689 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24690 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24691 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24692 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24693 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24694 (gst_tcpclientsrc_get_property):
24695 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24696 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24697 (gst_tcpserversink_handle_client_read),
24698 (gst_tcpserversink_handle_client_write),
24699 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24700 * gst/tcp/gsttcpserversink.h:
24701 add signals client-added and client-removed
24702 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24703 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24704 (gst_tcpserversrc_get_property):
24705 uniformized, change default protocol to NONE
24706 * gst/tcp/gsttcp-marshal.list: added
24707 2004-06-07 Benjamin Otte <otte@gnome.org>
24709 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24710 handle discont events if they happen before caps nego
24712 2004-06-07 Wim Taymans <wim@fluendo.com>
24714 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24715 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24716 (gst_multipart_demux_plugin_init):
24717 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24718 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24719 (gst_multipart_mux_change_state):
24720 Small updates, fix a memleak
24722 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24724 * configure.ac: OSS portability
24725 * ext/arts/gst_arts.c: idem
24726 * sys/oss/gstosselement.c: idem
24727 * sys/oss/gstossmixer.c: idem
24728 * sys/oss/gstosssink.c: idem
24729 * sys/oss/gstosssrc.c: idem
24730 * sys/oss/oss_probe.c: idem
24731 - check for soundcard.h in different places for some BSD
24733 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24736 Add me to the authors file
24738 Increase the libdv requirement to >= version 0.100
24739 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24740 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24741 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24742 * ext/dv/gstdvdec.h:
24743 Add support for the new_media flag when sending DISCONT events
24744 Make the querying work when video pad is not linked
24746 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24748 reviewed by Benjamin Otte <otte@gnome.org>
24750 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24751 create a NULL-initialized array of pads, so we don't think they
24752 exist already. (fixes #143130)
24754 2004-06-07 Benjamin Otte <otte@gnome.org>
24756 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24757 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24758 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24759 don't use // coments
24761 2004-06-07 Benjamin Otte <otte@gnome.org>
24763 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24764 cast to GstClockTime to get higher granularity
24765 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24766 use gst_element_set_time_delay to get the exact time
24767 * ext/mad/gstmad.c: (gst_mad_chain):
24768 use the negotiated rate instead of the current frame's rate which
24769 might be wrong because of bit errors. This avoids emitting totally
24770 bogus timestamps and screwing sync.
24773 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24775 reviewed by Benjamin Otte <otte@gnome.org>
24777 * gst/adder/gstadder.c: (gst_adder_loop):
24778 properly error out when no negotiation has happened yet. (fixes
24781 2004-06-06 Benjamin Otte <otte@gnome.org>
24783 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24784 forward correctly transformed offset in discont events. Based on
24785 patch by Arwed v. Merkatz. (fixes #142851)
24787 2004-06-06 David Schleef <ds@schleef.org>
24789 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24790 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24791 problems on several systems.
24793 2004-06-06 Benjamin Otte <otte@gnome.org>
24795 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24796 use explicit caps on the srcpad
24797 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24798 properly error out if caps couldn't be set (fixes #142764)
24800 2004-06-06 Benjamin Otte <otte@gnome.org>
24802 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24803 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24804 (gst_alsa_start_audio):
24805 - don't call set_periods_integer anymore, it breaks the
24806 configuration randomly
24807 - call snd_pcm_hw_params_set_access directly instead of using masks
24808 - don't fail if the sw_params can't be set, just use the default
24809 params and hope it works. Alsalib has weird issues when you touch
24810 sw_params and does no proper error reporting about what failed.
24811 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24812 (gst_alsa_close_audio):
24813 make our alsa debugging go via gst debugging and not conditionally
24815 * ext/alsa/gstalsa.h:
24816 add ALSA_DEBUG_FLUSH macro
24817 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24819 wrap alsa errors to be printed via the gst debugging system and not
24822 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24824 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24825 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24826 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24827 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24828 (qtdemux_parse_trak):
24829 * gst/qtdemux/qtdemux.h:
24830 Bitch. Also known as seeking, querying & co.
24831 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24832 (gst_osssink_change_state):
24833 * sys/oss/gstosssink.h:
24834 Resyncing is for weenies, this hack is no longer needed and was
24835 broken anyway (since it - unintendedly - always leaves resync to
24838 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24840 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24841 * gst/tcp/gsttcpclientsrc.h: idem
24842 - define MSG_NOSIGNAL if not done
24843 - include unistd.h for off_t
24846 2004-06-05 Benjamin Otte <otte@gnome.org>
24849 * ext/kio/Makefile.am:
24850 check for qt's moc preprocessor explicitly and use it
24852 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24854 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24855 don't get a signal for EPIPE on socket writes
24856 (somebody check if this works on other platforms)
24858 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24860 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24861 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24862 check error condition on available samples correctly
24864 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24866 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24868 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24869 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24870 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24871 (gst_tcpserversrc_gdp_read_header):
24872 use ssize_t over size_t since the former is signed and thus the
24873 check for error codes can work
24875 2004-06-02 Wim Taymans <wim@fluendo.com>
24879 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24880 (gst_multipart_mux_loop):
24883 2004-06-02 Wim Taymans <wim@fluendo.com>
24885 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24886 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24887 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24888 (gst_multipart_mux_change_state):
24889 Added configurable boundary specifier, added the value as a
24890 caps field as well.
24892 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24894 * gst/tcp/gsttcp.c:
24895 * gst/tcp/gsttcpclientsrc.c:
24896 * gst/tcp/gsttcpclientsrc.h:
24897 * gst/tcp/gsttcpserversrc.c:
24898 - portability fix, to compile on OSX
24901 * sys/osxaudio/gstosxaudioelement.c:
24902 * sys/osxaudio/gstosxaudiosink.c:
24903 * sys/osxaudio/gstosxaudiosrc.c:
24904 - compilation warnings on OSX
24907 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24909 * ext/vorbis/vorbisdec.c : sign warning fixes
24911 * gst-libs/gst/mixer/mixertrack.c :
24912 do no use defines which are glib 2.4 specific
24914 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24916 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24917 buffer since libflac doesn't expect it (reports a sync error when
24918 it encounters that)
24921 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24923 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24924 * gst-libs/gst/mixer/mixertrack.c:
24925 (gst_mixer_track_get_property), (get_mixer_track_init),
24926 (get_mixer_track_get_property): Added property accessors
24927 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24928 * gst-libs/gst/mixer/mixeroptions.c:
24929 (gst_mixer_options_get_values): Added
24930 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24931 * gst-libs/gst/mixer/mixer.c: Fixed comment
24934 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24936 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24937 improve error messages on open
24940 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24942 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24943 check if v4l-conf is in path
24945 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24947 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24948 change assert to a more readable error message
24950 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24952 * gst-libs/gst/tuner/tunerchannel.h:
24953 - add a freq_multiplicator field to make the conversion
24954 between internal frequency unit and Hz
24955 * sys/v4l/gstv4lelement.c:
24956 * sys/v4l2/gstv4l2element.c:
24957 - change default video device to /dev/video0
24958 * sys/v4l/v4l_calls.c:
24959 * sys/v4l2/v4l2_calls.c:
24960 - we only expose frequency to the user in Hz instead of
24961 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24963 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24964 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24965 Initialise b_o_s and e_o_s variables
24966 * gst-libs/gst/riff/riff-media.c:
24967 (gst_riff_create_video_caps_with_data):
24968 Add some unusual fourcc's from mplayer avi's
24969 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24970 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24973 2004-05-28 Wim Taymans <wim@fluendo.com>
24976 * gst/alpha/Makefile.am:
24977 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24978 (gst_alpha_get_type), (gst_alpha_base_init),
24979 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24980 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24981 (gst_alpha_chroma_key), (gst_alpha_chain),
24982 (gst_alpha_change_state), (plugin_init):
24983 A plugin to add an alpha channel to I420 video. Can optionally do
24985 * gst/multipart/Makefile.am:
24986 * gst/multipart/multipart.c: (plugin_init):
24987 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24988 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24989 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24990 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24991 (gst_multipart_demux_change_state),
24992 (gst_multipart_demux_plugin_init):
24993 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24994 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24995 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24996 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24997 (gst_multipart_mux_pad_unlink),
24998 (gst_multipart_mux_request_new_pad),
24999 (gst_multipart_mux_handle_src_event),
25000 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25001 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25002 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25003 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25004 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25005 send multipart jpeg images to a browser.
25006 * gst/videobox/Makefile.am:
25007 * gst/videobox/README:
25008 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25009 (gst_video_box_get_type), (gst_video_box_base_init),
25010 (gst_video_box_class_init), (gst_video_box_init),
25011 (gst_video_box_set_property), (gst_video_box_get_property),
25012 (gst_video_box_sink_link), (gst_video_box_i420),
25013 (gst_video_box_ayuv), (gst_video_box_chain),
25014 (gst_video_box_change_state), (plugin_init):
25015 Crops or adds borders around an image. can do alpha channel
25017 * gst/videomixer/Makefile.am:
25018 * gst/videomixer/README:
25019 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25020 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25021 (gst_videomixer_pad_get_sink_event_masks),
25022 (gst_videomixer_pad_get_property),
25023 (gst_videomixer_pad_set_property),
25024 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25025 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25026 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25027 (gst_videomixer_base_init), (gst_videomixer_class_init),
25028 (gst_videomixer_init), (gst_videomixer_request_new_pad),
25029 (gst_videomixer_handle_src_event),
25030 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25031 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25032 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25033 (gst_videomixer_loop), (gst_videomixer_get_property),
25034 (gst_videomixer_set_property), (gst_videomixer_change_state),
25036 Generic video mixer plugin, can handle multiple inputs all with
25037 different framerates and video sizes. Is fully alpha channel
25040 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25042 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25043 Select first track as master track. Not sure how else to handle
25045 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25046 Discard discont events. Should fix #142962.
25048 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25050 * ext/alsa/Makefile.am:
25051 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25052 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25053 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25054 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25055 (gst_alsa_mixer_get_option):
25056 * ext/alsa/gstalsamixer.h:
25057 * ext/alsa/gstalsamixeroptions.c:
25058 (gst_alsa_mixer_options_get_type),
25059 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25060 (gst_alsa_mixer_options_new):
25061 * ext/alsa/gstalsamixeroptions.h:
25062 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25063 * ext/alsa/gstalsamixertrack.h:
25064 Add enumerations (as GstMixerOptions). Make correct distinction
25065 between input/output tracks. Add capture/playback private flag.
25066 Use flag to decide on whether to set capture or playback volumes
25067 or switches. Use playback and record switches.
25068 * gst-libs/gst/mixer/Makefile.am:
25069 * gst-libs/gst/mixer/mixer-marshal.list:
25070 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25071 (gst_mixer_set_option), (gst_mixer_get_option),
25072 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25073 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25074 * gst-libs/gst/mixer/mixer.h:
25075 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25076 (gst_mixer_options_class_init), (gst_mixer_options_init),
25077 (gst_mixer_options_dispose):
25078 * gst-libs/gst/mixer/mixeroptions.h:
25079 Add GstMixerOptions.
25080 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25081 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25082 broken device detection on computers with multiple OSS sound
25085 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25087 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25088 fixate nicely even when the peer is not negotiating
25090 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25092 * gst/audioconvert/gstaudioconvert.c:
25093 (gst_audio_convert_parse_caps):
25094 make sure we don't allow depth > width
25095 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25096 fixate endianness to G_BYTE_ORDER as default
25097 * gst/audioscale/gstaudioscale.c:
25098 we don't handle another endianness as host-endianness
25100 2004-05-25 David Schleef <ds@schleef.org>
25102 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25104 2004-05-24 Benjamin Otte <otte@gnome.org>
25106 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25107 (gst_oggvorbisenc_setup):
25108 properly fail when we can't setup the vorbis encoder due to
25109 unsupported settings
25110 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25111 (gst_vorbisenc_setup):
25113 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25114 fix case where warnings occured when one pad was unlinked while the
25115 other's link function was called
25117 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25119 * gst/tcp/Makefile.am:
25122 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25124 * gst-libs/gst/resample/private.h:
25125 don't use optimizations that are #if 0'ed
25127 2004-05-24 Wim Taymans <wim@fluendo.com>
25129 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25130 Fix potential division by zero error and hopefully get
25131 the position query right to get correct timestamps on avi
25134 2004-05-24 Wim Taymans <wim@fluendo.com>
25136 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25137 (gst_videoscale_scale_nearest_str2),
25138 (gst_videoscale_scale_nearest_str4),
25139 (gst_videoscale_scale_nearest_32bit),
25140 (gst_videoscale_scale_nearest_24bit),
25141 (gst_videoscale_scale_nearest_16bit):
25142 Fix the scaling algorithm and avoid a buffer overflow.
25143 removed the while loop in the scaling function as it
25144 was used for point sampling only.
25146 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25148 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25149 (gst_id3_tag_class_init), (gst_id3_tag_init),
25150 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25151 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25152 (gst_id3_tag_send_tag_event):
25153 lots of fixes to make id3mux work and id3demux work correctly
25155 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25158 add rules to build shout2send (was removed by accident
25159 when this module was no more marked experimental/broken)
25161 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25163 * ext/shout2/gstshout2.c:
25164 * ext/shout2/gstshout2.h:
25165 adding a "connection problem" signal to shout2send
25168 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25170 * ext/kio/kioreceiver.cpp:
25171 * ext/kio/kioreceiver.h:
25172 fix sign comparison issues
25174 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25176 * gst/cdxaparse/gstcdxaparse.c:
25177 * gst/cdxaparse/gstcdxaparse.h:
25179 add some checks/sanity
25180 prepare for seek addition
25182 * sys/sunaudio/gstsunaudio.c:
25183 remove exported dupe init function
25185 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25187 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25188 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25189 Fix format conversion and position querying.
25190 * gst/debug/progressreport.c: (gst_progressreport_report):
25191 Don't output a bogus total value that we didn't query.
25192 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25193 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25194 only a blank window after xine has been used.
25196 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25199 sync with upstream version to fix test on FC2
25200 readd with -ko to preserve Id header
25202 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25205 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25206 * gst/tcp/gsttcpclientsrc.c: idem
25207 * gst/tcp/gsttcpserversink.c: idem
25208 * gst/tcp/gsttcpserversrc.c: idem
25209 * m4/gst-fionread.m4: idem
25211 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25213 * configure.ac: enable speex plugin for speex 1.1.5+
25214 * ext/speex/gstspeexenc.c: fix cast warning
25216 * ext/esd/README: fix typo
25218 2004-05-20 David Schleef <ds@schleef.org>
25220 * configure.ac: Minor cosmetic change to convince the buildbot to
25222 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25223 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25224 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25225 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25226 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25227 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25228 More hacking. Plays audio now.
25230 2004-05-20 David Schleef <ds@schleef.org>
25235 2004-05-20 David Schleef <ds@schleef.org>
25237 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25238 * sys/osxaudio/gstosxaudio.c:
25239 * sys/osxaudio/gstosxaudioelement.c:
25240 * sys/osxaudio/gstosxaudioelement.h:
25241 * sys/osxaudio/gstosxaudiosink.c:
25242 * sys/osxaudio/gstosxaudiosink.h:
25243 * sys/osxaudio/gstosxaudiosrc.c:
25244 * sys/osxaudio/gstosxaudiosrc.h:
25246 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25248 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25249 (gst_vorbisenc_chain):
25250 put the codec headers on the caps as streamheader as well as
25253 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25255 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25256 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25257 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25258 split up push_packet into two functions
25260 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25262 * gst/tcp/.cvsignore:
25264 * gst/tcp/Makefile.am:
25266 * gst/tcp/gsttcp.c:
25267 * gst/tcp/gsttcp.h:
25268 * gst/tcp/gsttcpclientsink.c:
25269 * gst/tcp/gsttcpclientsink.h:
25270 * gst/tcp/gsttcpclientsrc.c:
25271 * gst/tcp/gsttcpclientsrc.h:
25272 * gst/tcp/gsttcpplugin.c:
25273 * gst/tcp/gsttcpserversink.c:
25274 * gst/tcp/gsttcpserversink.h:
25275 * gst/tcp/gsttcpserversrc.c:
25276 * gst/tcp/gsttcpserversrc.h:
25277 add new tcp elements
25279 2004-05-19 Wim Taymans <wim@fluendo.com>
25281 * gst/law/mulaw-conversion.c: (mulaw_encode):
25282 Fix overflow bug in ulaw encoding.
25284 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25286 * ext/mad/gstmad.c: (gst_mad_handle_event):
25287 don't unref the event twice
25289 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25292 remove -Wno-sign-compare
25294 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25297 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25298 if you want to work against glib 2.2 and 2.4
25300 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25302 * gst/tcp/Makefile.am:
25303 * gst/tcp/gsttcp.c:
25304 * gst/tcp/gsttcp.h:
25305 * gst/tcp/gsttcpsink.h:
25306 * gst/tcp/gsttcpsrc.h:
25307 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25309 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25311 * gst/debug/tests.c: (md5_get_value):
25312 fix segfault on gst-inspect
25314 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25316 * gst/debug/testplugin.c:
25317 * gst/debug/tests.c:
25318 * gst/debug/tests.h:
25319 add new extensible and configurable testing element. Current tests
25320 include buffer count, stream length, timestamp/duration matching and
25322 * gst/debug/Makefile.am:
25323 * gst/debug/gstdebug.c: (plugin_init):
25324 add infrastructure for new element
25326 2004-05-19 Johan Dahlin <johan@gnome.org>
25328 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25329 ending of the array. Fixes gst-inspect segfault on ppc.
25331 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25333 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25335 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25337 2004-05-18 David Schleef <ds@schleef.org>
25339 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25340 warnings (bugs, actually) noticed by gcc but not forte.
25342 2004-05-18 David Schleef <ds@schleef.org>
25344 * sys/sunaudio/Makefile.am:
25345 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25347 2004-05-18 David Schleef <ds@schleef.org>
25349 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25350 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25351 to allow qtdemux to use non-seekable streams. (bug #142272)
25353 2004-05-18 David Schleef <ds@schleef.org>
25355 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25356 (gst_resample_sinc_ft_float): Remove use of static temporary
25357 buffer. This code was obviously not supposed to last long, but
25358 it's stuck in our ABI, so it required a little hack to make it
25359 ABI-compatible. Fixes #142585.
25360 * gst-libs/gst/resample/resample.h: same.
25362 2004-05-18 David Schleef <ds@schleef.org>
25364 * configure.ac: Add sunaudio
25365 * examples/Makefile.am: make gstplay depend on gconf
25366 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25367 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25368 (convert_table_lookup), (img_convert): remove c99-isms
25369 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25370 unsigned, to fix a warning on Solaris
25371 * gst/mpeg1sys/systems.c: bcopy->memcpy
25372 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25373 * sys/Makefile.am: Add sunaudio
25375 2004-05-18 Wim Taymans <wim@fluendo.com>
25377 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25378 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25379 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25380 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25381 (gst_ogg_mux_loop):
25382 Fix an ugly memleak where the muxer didn't flush enough ogg
25383 pages. This also resulted in badly muxed ogg files.
25385 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25387 * gst/asfdemux/asfheaders.c :
25388 * gst/asfdemux/asfheaders.h :
25389 * gst/asfdemux/gstasfdemux.c :
25390 - fix ASF_OBJ_PADDING guid
25391 - add 3 new object guids (language list, metadata,
25392 extended stream properties)
25393 - add a function to parse extended header objects
25395 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25397 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25398 remove leftover debugging g_print
25400 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25402 * ext/mad/gstmad.c: (gst_mad_handle_event):
25403 Fix for when the first format in a discont event is not a
25404 byte-based one. Should fix #137710.
25406 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25408 * m4/a52.m4 : fix compilation with -Wall -Werror
25409 * m4/libfame.m4 : idem
25410 * m4/libmikmod.m4 : idem
25412 2004-05-17 Benjamin Otte <otte@gnome.org>
25414 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25415 signal the new tags before giving up the reference
25417 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25419 * ext/shout2/gstshout2.c:
25420 use application/ogg instead of application/x-ogg (patch by Patrick
25421 Guimond, fixes #142432)
25422 * sys/oss/gstosselement.c: (gst_osselement_reset),
25423 (gst_osselement_sync_parms):
25424 don't set fragment size unless specified (fixes #142493)
25426 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25428 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25431 2004-05-17 Benjamin Otte <otte@gnome.org>
25433 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25434 compute offsets correctly for internal buffers so timestamps are set
25435 correctly when we can't seek. Also handle cases where there are no
25436 offsets. (based on a patch by David Moore, fixes #142507)
25438 2004-05-17 Benjamin Otte <otte@gnome.org>
25440 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25441 use correct variable when determining amount of data to skip so we
25442 don't skip into the void and segfault
25444 2004-05-16 Benjamin Otte <otte@gnome.org>
25446 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25449 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25451 * gst/asfdemux/gstasfdemux.c:
25452 - fix a mem leak and always propagate tags
25453 - add WMV3 to known video codecs (but no decoder yet)
25454 - replace "surplus data" at end of audio header for what
25455 it is : codec specific data
25458 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25460 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25462 * gst-libs/gst/audio/audioclock.c:
25463 Fix wrong return type (#142205).
25465 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25467 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25468 Ignore CRCs by default (fixes #142566).
25470 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25472 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25473 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25474 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25475 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25476 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25477 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25478 Fix for cases where we fail to attach to a mixer.
25480 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25482 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25483 Don't touch events after not owning them anymore.
25484 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25485 (gst_wavparse_fmt), (gst_wavparse_other),
25486 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25487 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25488 (gst_wavparse_srcpad_event):
25489 * gst/wavparse/gstwavparse.h:
25490 Add seeking, fix querying.
25492 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25494 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25495 - process comments even if they don't end with \0\0
25496 g_convert would ignore them if present and works well without them
25498 2004-05-16 Benjamin Otte <otte@gnome.org>
25500 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25503 2004-05-16 Benjamin Otte <otte@gnome.org>
25505 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25506 don't write to memory we might not write to - g_convert does that
25507 for us anyway (fixes #142613)
25508 (gst_asf_demux_audio_caps):
25509 comment out gst_util_dump_mem
25511 2004-05-16 Benjamin Otte <otte@gnome.org>
25513 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25514 compute correct expected timestamps after seek (broken since
25516 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25517 rename element and debugging category to gdkpixbufscale
25519 2004-05-16 Benjamin Otte <otte@gnome.org>
25521 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25522 add error checking to snd_pcm_delay and remove duplicate call to
25523 snd_pcm_delay that caused issues (see inline code comments)
25524 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25525 make more readable and fix return value when snd_pcm_delay fails
25528 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25529 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25530 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25531 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25532 (gst_pixbufscale_link), (gst_pixbufscale_init),
25533 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25534 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25535 (gst_pixbufscale_get_property), (pixbufscale_init):
25536 * ext/gdk_pixbuf/pixbufscale.h:
25537 Add these files I forgot earlier
25539 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25540 * ext/gdk_pixbuf/Makefile.am:
25541 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25542 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25543 Add new pixbufscale element to scale RGB video
25544 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25545 and HYPER interpolation correctly.
25546 * ext/theora/theoraenc.c: (theora_enc_chain),
25547 Discard buffer and return if explicit caps could not be set
25548 (theora_enc_get_property):
25549 Make _get return kbps for the bitrate consistent with
25553 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25555 * ext/libvisual/visual.c: (gst_visual_chain):
25556 add missing visual_audio_analyze
25558 2004-05-14 David Schleef <ds@schleef.org>
25560 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25561 is killed while we're playing.
25562 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25563 gst_element_no_more_pads().
25565 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25567 * gst-libs/gst/riff/riff-read.c :
25568 - fix INFO tag extraction in RIFF/AVI files
25569 because gst_event_unref (event) also freed taglist
25572 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25574 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25575 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25577 * gst/auparse/gstauparse.c :
25578 - add code (commented for now) to support audio/x-adpcm on src pad
25579 (we have no decoder for those layout yet)
25581 * gst/cdxaparse/gstcdxaparse.c :
25582 * gst/cdxaparse/gstcdxaparse.h :
25583 - partial rewrite using RiffRead (ripped iain's wavparse code)
25585 * gst/rtp/gstrtpL16enc.c : typo
25586 * gst/rtp/gstrtpgsmenc.c : typo
25588 2004-05-13 Benjamin Otte <otte@gnome.org>
25591 check for exact version of libvisual, it's not supposed to be
25594 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25596 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25597 signal no-more-pads
25599 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25601 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25602 Report which format was used for GST_FORMAT_DEFAULT
25603 * gst/debug/Makefile.am:
25604 * gst/debug/gstdebug.c: (plugin_init):
25605 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25606 (gst_progressreport_class_init), (gst_progressreport_init),
25607 (gst_progressreport_report), (gst_progressreport_set_property),
25608 (gst_progressreport_get_property), (gst_progressreport_chain),
25609 (gst_progressreport_plugin_init):
25610 Add progressreport element for testing.
25612 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25614 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25615 * sys/v4l/gstv4lsrc.h:
25616 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25617 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25618 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25619 (gst_v4lsrc_grab_frame):
25621 send a discont at start
25623 2004-05-12 Colin Walters <walters@redhat.com>
25625 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25626 inflooping if we can't find a chunk. Or in other words, don't blow
25627 chunks if we don't have a chunk to blow.
25629 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25630 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25631 Remove old debug output
25632 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25633 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25634 (gst_dvdec_set_property), (gst_dvdec_get_property):
25635 Change the quality setting to an enum, so it works from gst-launch
25636 Don't renegotiate a non-linked pad. Allows audio only decoding.
25637 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25638 (gst_deinterlace_link), (gst_deinterlace_init):
25639 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25640 (gst_videodrop_link):
25641 Some caps negotiation fixes
25643 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25645 * ext/tarkin/gsttarkin.c :
25646 - Change RANK from NONE to PRIMARY
25647 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25648 - Change RANK from NONE to MARGINAL
25649 * ext/divx/gstdivxenc.c :
25650 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25652 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25654 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25655 (gst_vorbisenc_push_packet):
25656 copy a function that was added between 1.0 and 1.0.1 until we
25657 depend on worthwhile features of post-1.0
25659 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25662 enable shout2 by default
25663 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25664 (gst_shout2send_base_init), (gst_shout2send_init),
25665 (gst_shout2send_connect), (gst_shout2send_change_state):
25666 * ext/shout2/gstshout2.h:
25667 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25669 * ext/theora/theora.c: (plugin_init):
25670 don't set rank on encoders
25672 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25674 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25675 Use codec_data property instead of flag1 and flag2 for wma
25677 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25679 * gst/cdxaparse/gstcdxaparse.c :
25680 - Add mpegversion to CAPS to make it link
25681 - Rank is as GST_RANK_SECONDARY instead of NONE
25682 * gst/auparse/gstauparse.c :
25683 - Document all audio encoding we can encounter from Solaris 9
25684 headers and libsndfile information.
25685 - Increase max. rate from 48000 to 192000 (to match other elements)
25686 - Don't try to play junk data between header and samples
25688 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25690 * ext/libvisual/visual.c: (gst_visual_getcaps):
25691 use the right caps depending on endianness (I hope)
25692 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25693 use GST_RANK_NONE for all non-decoding elements or spider gets
25696 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25698 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25699 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25701 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25703 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25704 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25705 (gst_switch_loop), (gst_switch_get_type):
25706 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25707 HEADERS. Had to be said.
25709 2004-05-10 David Schleef <ds@schleef.org>
25711 * configure.ac: Add prototype Dirac support.
25713 * ext/dirac/Makefile.am:
25714 * ext/dirac/gstdirac.cc:
25715 * ext/dirac/gstdiracdec.cc:
25717 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25719 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25720 (gst_auparse_init), (gst_auparse_chain),
25721 (gst_auparse_change_state):
25722 Hack around spider. Remove me some day please.
25724 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25726 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25727 Fix for some uninitialized variables in previous patch, also
25728 makes it work. Fixes #142286 while we're at it.
25730 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25732 * gst/auparse/gstauparse.c:
25733 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25734 only unsupported formats are ADPCM/CCITT G.72x
25736 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25738 2004-05-10 Wim Taymans <wim@fluendo.com>
25740 * ext/vorbis/Makefile.am:
25741 * ext/vorbis/README:
25742 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25743 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25744 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25745 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25746 (gst_oggvorbisenc_convert_sink),
25747 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25748 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25749 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25750 (get_constraints_string), (update_start_message),
25751 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25752 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25753 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25754 * ext/vorbis/oggvorbisenc.h:
25755 * ext/vorbis/vorbis.c: (plugin_init):
25756 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25757 (raw_caps_factory), (gst_vorbisenc_class_init),
25758 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25759 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25760 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25761 * ext/vorbis/vorbisenc.h:
25762 Added a raw vorbis encoder to be used with the oggmuxer.
25763 We still need the old encoder for some gnome applications,
25764 read the README to find out how that works.
25765 The raw encoder is called "rawvorbisenc" until 0.9.
25767 2004-05-10 Wim Taymans <wim@fluendo.com>
25769 * ext/ogg/gstogg.c: (plugin_init):
25770 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25772 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25773 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25774 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25775 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25776 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25777 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25778 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25779 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25780 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25781 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25782 Added an ogg muxer.
25783 Small typo fixes in the demuxer.
25785 2004-05-10 Wim Taymans <wim@fluendo.com>
25787 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25788 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25789 (theora_enc_change_state), (theora_enc_set_property),
25790 (theora_enc_get_property):
25791 Mark the last packet with an EOS flag which is not really needed
25793 Do some better video framerate initialisation.
25794 Update the buffer timestamp.
25796 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25798 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25799 Return the result of the parent state change call
25801 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25803 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25804 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25805 * gst/law/alaw-encode.c : (idem)
25806 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25807 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25808 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25810 2004-05-09 Benjamin Otte <otte@gnome.org>
25812 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25813 don't use a fixed buffer size when writing variable length data to
25814 it. Fixes memory corruption and makes alsasrc work
25816 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25818 * ext/gnomevfs/gstgnomevfssink.c:
25819 (_gst_boolean_allow_overwrite_accumulator),
25820 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25821 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25822 RUN_LAST, and don't use that to set the accumulator value because
25823 then it's always FALSE.
25825 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25827 * gst-libs/gst/riff/riff-media.c:
25828 (gst_riff_create_video_caps_with_data),
25829 (gst_riff_create_audio_caps),
25830 (gst_riff_create_audio_template_caps):
25831 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25832 Fix for unaligned RIFF files (i.e. where all the chunks together
25833 in a LIST chunk are not of the same size as the size given in
25834 the LIST chunk header). Fixes several odd WAVE files. Also fix
25835 ADPCM (block_align property) in audio, so that wavparse based
25836 on this works now as it used to stand-alone.
25838 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25840 reviewed by Benjamin Otte <otte@gnome.org>
25842 * ext/a52dec/gsta52dec.c:
25843 * ext/divx/gstdivxdec.c:
25844 * ext/divx/gstdivxenc.c:
25845 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25846 * ext/faac/gstfaac.c: (gst_faac_base_init):
25847 * ext/faad/gstfaad.c: (gst_faad_base_init):
25848 * ext/ivorbis/vorbisfile.c:
25849 * ext/lame/gstlame.c:
25850 * ext/libfame/gstlibfame.c:
25851 * ext/mpeg2enc/gstmpeg2enc.cc:
25852 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25853 * ext/sidplay/gstsiddec.cc:
25854 * ext/speex/gstspeexdec.c:
25855 * ext/speex/gstspeexenc.c:
25856 * ext/xvid/gstxviddec.c:
25857 * ext/xvid/gstxvidenc.c:
25858 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25861 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25863 * ext/alsa/gstalsa.c: (device_list),
25864 (gst_alsa_class_probe_devices):
25865 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25866 Fix alsa oddness in mixer after the combination of using mixer
25867 in source/sink elements and using hw:x,y instead of just hw:x.
25869 2004-05-09 Benjamin Otte <otte@gnome.org>
25871 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25872 (gst_wavparse_create_sourcepad):
25873 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25876 2004-05-09 Benjamin Otte <otte@gnome.org>
25878 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25879 allow discont events before caps nego
25881 2004-05-08 Benjamin Otte <otte@gnome.org>
25883 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25886 2004-05-08 Benjamin Otte <otte@gnome.org>
25888 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25889 (gst_level_change_state), (gst_level_init):
25890 * gst/level/gstlevel.h:
25891 figure out if we're initialized directly instead of keeping a
25892 variable that's wrong in 90% of cases
25893 don't initialize pads and then leak them and use a new unitialized
25894 pad. (fixes #142084)
25895 these were bugs so n00bish I didn't find them for an hour :/
25897 2004-05-08 Iain <iain@prettypeople.org>
25899 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25900 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25901 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25902 return the length that was read.
25903 (gst_riff_read_strf_auds): Allow fmt tags as well.
25905 2004-05-07 David Schleef <ds@schleef.org>
25907 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25908 signed char assumption in faad.h.
25910 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25912 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25913 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25915 2004-05-07 Colin Walters <walters@redhat.com>
25917 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25918 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25920 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25921 Add dispose function.
25923 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25924 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25925 Fix caps nego and pad templates. RGB mode caps should
25927 * ext/dvdnav/gst-dvd:
25928 Move mpeg2dec inside the thread because otherwise the
25929 queue rejects cap changes mid-stream
25930 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25931 (gst_mpeg2dec_flush_decoder):
25932 For mpeg2dec > 0.4.0, call the flush function instead of
25933 manually extracting all in-flight frames.
25934 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25935 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25936 Change mime type video/dv go video/x-dv to match the
25937 rest of gst-plugins
25939 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25941 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25942 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25943 (gst_alsa_sink_class_init):
25944 * ext/alsa/gstalsasink.h:
25945 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25946 (gst_alsa_src_class_init):
25947 * ext/alsa/gstalsasrc.h:
25948 Make alsasink/src a subclass of alsamixer so that mixer stuff
25949 shows up in gst-rec. Needs some finetuning.
25951 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25953 * ext/lame/gstlame.c: (gst_lame_chain):
25955 * ext/mad/gstmad.c: (gst_mad_handle_event):
25957 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25958 be able to detect mp3 files < 4096 bytes
25960 2004-05-06 Wim Taymans <wim@fluendo.com>
25962 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25963 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25964 (theora_enc_set_property), (theora_enc_get_property):
25965 Also encode the first frame, cleanup some code.
25967 2004-05-06 Wim Taymans <wim@fluendo.com>
25969 * ext/mpeg2enc/gstmpeg2enc.cc:
25970 Forward events first before deciding that negotiation was
25973 2004-05-06 Wim Taymans <wim@fluendo.com>
25975 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25976 First process the events before deciding that negotiation
25979 2004-05-06 Wim Taymans <wim@fluendo.com>
25981 * ext/theora/Makefile.am:
25982 * ext/theora/theora.c: (plugin_init):
25983 * ext/theora/theoradec.c: (theora_dec_change_state):
25984 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25985 (gst_theora_enc_class_init), (gst_theora_enc_init),
25986 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25987 (theora_enc_chain), (theora_enc_change_state),
25988 (theora_enc_set_property), (theora_enc_get_property):
25989 Added a theora encoder, grouped the encoder and decoder into the
25992 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25994 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25995 (gst_jpegenc_chain):
25996 fix DURATION on outgoing buffers
25997 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25998 debug using time formats
25999 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26001 (gst_xvimagesink_sink_link):
26002 windows with width/height 0 generate X errors, so don't allow them
26004 2004-05-05 Wim Taymans <wim@fluendo.com>
26006 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26007 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26008 (gst_mpeg2dec_negotiate_format):
26009 * ext/mpeg2dec/gstmpeg2dec.h:
26010 removed the static pad template so that we can add the
26011 more accurate framerate value to the caps.
26014 2004-05-04 Benjamin Otte <otte@gnome.org>
26017 check for kdemacros.h, too (should fix #141821)
26018 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26019 don't crash if no header was sent, but nicely error out (fixes part
26022 2004-05-04 Wim Taymans <wim@fluendo.com>
26024 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26025 parent dispose function to avoid segfault on destroy.
26027 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
26029 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26031 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26032 (gst_xvimagesink_sink_link):
26033 clean up debugging caps
26034 also recreate xvimage when format has changed
26036 2004-05-04 Benjamin Otte <otte@gnome.org>
26038 * ext/libvisual/Makefile.am:
26039 * ext/libvisual/visual.c: (gst_visual_class_init),
26040 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26041 (gst_visual_srclink), (gst_visual_chain),
26042 (gst_visual_change_state), (plugin_init):
26043 use a GstAdapter to correctly adapt buffer sizes - allows using a
26046 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26048 * sys/v4l/gstv4lelement.h:
26049 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26050 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26051 (gst_v4lsrc_buffer_free):
26052 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26053 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26054 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26055 (gst_v4lsrc_requeue_frame):
26056 move some debugging categories around
26057 query for fps index and set accordingly if found
26059 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26061 * ext/lame/gstlame.c:
26062 correct defaults that lame_init puts out of range
26064 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26066 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26067 (gst_divxenc_class_init):
26068 fix range since -1 is the default
26069 * gst/mpeg1sys/gstmpeg1systemencode.c:
26070 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26071 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26072 (gst_rtjpegdec_chain):
26073 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26074 (gst_rtjpegenc_chain):
26075 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26076 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26077 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26078 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26079 * sys/v4l/gstv4lsrc.c:
26080 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26081 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26082 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26083 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26084 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26085 remove gst_info calls
26087 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26096 Updated translations
26098 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26100 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26101 refactor/comment code
26103 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26105 * gst/asfdemux/Makefile.am:
26106 * gst/asfdemux/asfheaders.c:
26107 * gst/asfdemux/asfheaders.h:
26108 * gst/asfdemux/gstasf.c: (plugin_init):
26109 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26110 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26111 (gst_asf_demux_setup_pad):
26112 * gst/asfdemux/gstasfdemux.h:
26113 * gst/asfdemux/gstasfmux.c:
26114 * gst/asfdemux/gstasfmux.h:
26115 Add tagging support to demuxer, split out registration in its own
26116 file instead of in demux (hacky), and prevent having some tables
26117 in our memory multiple times (in asfheaders.h).
26119 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26121 * gst/matroska/matroska-demux.c:
26122 (gst_matroska_demux_parse_metadata):
26123 * gst/matroska/matroska-ids.h:
26124 Basic tag reading support.
26126 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26128 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26129 Really detect ac-3 audio.
26130 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26131 really detect matroska files (off-by-1).
26133 2004-04-30 David Schleef <ds@schleef.org>
26135 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26136 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26137 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26138 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26139 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26140 hackage -- parse a lot more atoms, extract a few tags. One might even
26141 mistake this for tag support. Maybe it is.
26142 * gst/qtdemux/qtdemux.h:
26144 2004-04-30 Colin Walters <walters@verbum.org>
26146 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26148 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26150 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26151 (gst_ffmpegcolorspace_getcaps):
26152 remove broken nego fix
26154 2004-04-30 Benjamin Otte <otte@gnome.org>
26158 * ext/libvisual/Makefile.am:
26159 * ext/libvisual/visual.c:
26160 add initial support for libvisual (http://libvisual.sourceforge.net)
26161 libvisual is still quite alpha, so expect crashes in there :)
26163 2004-04-29 David Schleef <ds@schleef.org>
26165 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26166 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26167 up qtdemux to make it spit out codec_data. Do _not_ look at this
26168 code; you will no longer respect me.
26170 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26172 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26173 * ext/alsa/gstalsa.h :
26174 change alsa pcm device discovery to find more than 1 device
26175 per card. code review by Ronald.
26177 2004-04-29 David Schleef <ds@schleef.org>
26179 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26180 Add a check for a driver bug on FreeBSD. (bug #140565)
26182 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26184 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26185 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26186 (gst_jpegenc_getcaps):
26187 move format setting to inner loop
26188 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26189 (gst_ffmpegcolorspace_getcaps):
26190 use GST_PAD_CAPS if available so that we use already negotiated
26192 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26193 (qtdemux_parse_moov), (qtdemux_parse):
26195 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26196 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26197 move hardcoded path to DEFINE
26199 2004-04-28 David Schleef <ds@schleef.org>
26201 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26204 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26206 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26207 Don't probe for playback device if we're a source element. Fixes
26210 2004-04-29 Benjamin Otte <otte@gnome.org>
26212 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26213 (gst_id3_tag_chain):
26214 rewrite buffer offset
26216 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26220 * ext/dts/Makefile.am:
26221 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26222 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26223 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26224 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26225 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26226 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26228 * ext/dts/gstdtsdec.h:
26230 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26231 (gst_faad_srcconnect):
26232 Add ESDS atom handling (.m4a).
26234 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26236 * ext/divx/gstdivxdec.c: (plugin_init):
26237 Remove comment that makes no sense.
26238 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26239 Fix for obvious typo that resulted in warnings during gst-register.
26240 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26241 (gst_xviddec_sink_link):
26242 Fix caps negotiation a bit better.
26243 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26244 We call this 'codec_data', not 'esds'.
26246 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26248 * gst/monoscope/gstmonoscope.c:
26249 make sure we only provide 256x128
26250 * gst/monoscope/monoscope.c: (monoscope_init):
26251 assert size of 256x128
26253 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26256 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26257 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26258 fixate to max width and height of device
26260 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26263 * sys/v4l/gstv4l.c:
26264 * sys/v4l/gstv4lsrc.c:
26265 * sys/v4l/v4l_calls.c:
26266 * sys/v4l/v4lsrc_calls.c:
26267 fix for qc-usb driver which fakes having more than one buffer
26268 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26269 buffer_free override
26272 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26275 * gst/videotestsrc/gstvideotestsrc.c:
26276 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26277 (gst_videotestsrc_init), (gst_videotestsrc_get),
26278 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26279 * gst/videotestsrc/gstvideotestsrc.h:
26280 add num-buffers property
26282 2004-04-26 Benjamin Otte <otte@gnome.org>
26284 * ext/mad/gstid3tag.c: (plugin_init):
26285 set id3mux rank to NONE so it doesn't confuse spider
26286 require audio/mpeg,mpegversion=1 in id3mux
26288 2004-04-26 Benjamin Otte <otte@gnome.org>
26291 detect faad correctly as non-working if it's indeed non-working
26293 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26296 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26297 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26298 fix _getcaps so it only negotiates to its supported format
26300 2004-04-25 Benjamin Otte <otte@gnome.org>
26302 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26305 2004-04-23 Benjamin Otte <otte@gnome.org>
26307 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26308 audio/x-raw-int with height rules! not. Now it's depth.
26310 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26312 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26313 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26314 (gst_wavparse_loop):
26315 Missing variable initialization. Add handling of DVI ADPCM. Fix
26316 mis-parsing of LIST chunks. This works around a bug where we mis-
26317 parse non-aligning LIST chunks (so LIST chunks where the contents
26318 don't align with the actual LIST size). The correct fix is to use
26319 rifflib, I'm not going to fix wavparse - too much work. All this
26322 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26324 reviewed by Benjamin Otte <otte@gnome.org>
26326 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26327 fix shoutcast not working (fixes #140844)
26329 2004-04-22 Benjamin Otte <otte@gnome.org>
26331 * ext/hermes/gsthermescolorspace.c:
26332 (gst_hermes_colorspace_caps_remove_format_info):
26333 * gst/colorspace/gstcolorspace.c:
26334 (gst_colorspace_caps_remove_format_info):
26335 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26336 (gst_ffmpegcolorspace_caps_remove_format_info):
26337 s/gst_caps_simplify/gst_caps_do_simplify/
26339 2004-04-22 Benjamin Otte <otte@gnome.org>
26341 * gst-libs/gst/riff/riff-media.c:
26342 (gst_riff_create_video_caps_with_data):
26343 mpegversion is an int
26344 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26345 don't try to create pad templates with NULL caps, use any caps
26348 2004-04-20 David Schleef <ds@schleef.org>
26350 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26351 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26354 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26356 reviewed by David Schleef
26358 * ext/mad/gstid3tag.c: Add stdlib.h
26359 * gst/rtp/gstrtpgsmenc.c: same
26360 * gst/tags/gstid3tag.c: same
26361 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26362 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26363 GST_DISABLE_LOADSAVE use.
26364 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26365 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26366 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26368 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26369 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26371 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26372 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26374 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26377 2004-04-20 David Schleef <ds@schleef.org>
26379 * gst/realmedia/rmdemux.c: This was supposed to part of the
26380 last checkin. Same idea.
26382 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26384 reviewed by David Schleef
26386 * configure.ac: bump required gstreamer version to 0.8.1.1
26387 because of following changes [--ds]
26389 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26390 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26391 (gst_riff_read_header): Use GST_READ_UINT*
26392 macros to access possibly unaligned memory.
26394 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26395 (mp3_type_find): Use GST_READ_UINT*
26396 macros to access possibly unaligned memory.
26397 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26398 (speex_type_find): Likewise
26400 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26402 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26403 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26404 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26405 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26406 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26407 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26408 macros to access possibly unaligned memory.
26410 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26413 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26414 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26416 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26419 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26420 (gst_mpeg2subt_chain_subtitle): Likewise.
26422 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26423 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26426 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26429 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26432 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26435 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26438 update required version of GStreamer because of GST_TIME_FORMAT
26440 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26442 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26443 remove leftover g_print
26444 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26445 don't try setting only a subset of the caps. We don't want to kill
26446 autoplugging on purpose
26448 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26450 * sys/ximage/ximagesink.c: (plugin_init):
26451 * sys/xvimage/xvimagesink.c: (plugin_init):
26452 add debugging categories
26454 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26458 Adding en_GB translation (Gareth Owen)
26460 2004-04-20 David Schleef <ds@schleef.org>
26462 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26463 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26464 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26465 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26466 A number of new features and hacks to extract the esds atom and
26467 put it into the caps. (bug #137724)
26469 2004-04-19 David Schleef <ds@schleef.org>
26471 * gconf/Makefile.am: Fix for non-GNU make
26472 * gst-libs/gst/Makefile.am: Change directory order to handle
26473 GstPlay linking with gstinterfaces
26474 * gst-libs/gst/audio/make_filter: make use of tr portable
26475 * gst-libs/gst/play/Makefile.am: Add intended \
26476 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26477 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26478 function prototype instead of void *.
26479 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26481 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26482 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26483 * gst/videofilter/make_filter: make use of tr portable
26484 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26486 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26490 Added Ukrainian translation (Maxim V. Dziumanenko)
26492 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26494 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26495 (gst_gsmdec_link), (gst_gsmdec_chain):
26496 Fix capsnego, simplify chain function slightly.
26497 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26500 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26502 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26503 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26504 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26505 Hack to make wavparse work with spider (always -> sometimes pad).
26506 Fixes #135862 && #140411.
26508 2004-04-18 Benjamin Otte <otte@gnome.org>
26510 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26511 (gst_osselement_rate_probe_check),
26512 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26513 get rid of \n in debug output
26515 2004-04-17 Iain <iain@prettypeople.org>
26517 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26520 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26522 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26523 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26524 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26525 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26526 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26527 (gst_id3_tag_change_state), (plugin_init):
26528 deprecate id3tag element and replace with id3demux/id3mux.
26529 great side effect: this ugly file is now even uglier, yay!
26530 * ext/mad/gstmad.h:
26531 remove non-available function
26532 update for new get_type
26534 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26537 require mpeg2dec >= 0.4.0
26539 2004-04-17 Benjamin Otte <otte@gnome.org>
26541 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26542 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26543 (gst_xvimagesink_set_xwindow_id):
26544 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26545 assorted cleanup fixes.
26547 2004-04-16 David Schleef <ds@schleef.org>
26549 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26550 * sys/xvimage/xvimagesink.h: same
26552 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26554 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26555 Fix GST_ELEMENT_ERROR with (NULL)
26557 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26559 * gst-libs/gst/riff/riff-media.c:
26560 (gst_riff_create_video_caps_with_data):
26561 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26563 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26565 * gst-libs/gst/riff/riff-media.c:
26566 (gst_riff_create_video_caps_with_data),
26567 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26568 (gst_riff_create_video_template_caps),
26569 (gst_riff_create_audio_template_caps):
26570 * gst-libs/gst/riff/riff-media.h:
26571 * gst-libs/gst/riff/riff-read.c:
26572 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26573 * gst-libs/gst/riff/riff-read.h:
26574 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26575 Add MS RLE support. I added some functions to read out strf chunks
26576 into strf chunks and the data behind it. This is usually color
26577 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26578 caps creation. Lastly, add ADPCM (similar to wavparse - which
26579 should eventually be rifflib based).
26580 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26581 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26582 * gst/matroska/matroska-demux.h:
26583 Remove placeholders for some prehistoric tagging system. Didn't add
26584 support for any tag system really anyway.
26585 * gst/qtdemux/qtdemux.c:
26586 Add support for audio/x-m4a (MPEG-4) through spider.
26587 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26588 (gst_wavparse_loop):
26589 ADPCM support (#135862). Increase max. buffer size because we
26590 cannot split buffers for ADPCM (screws references) and I've seen
26591 files with 2048 byte chunks. 4096 seems safe for now.
26593 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26595 * configure.ac: bump nano to 1
26597 === release 0.8.1 ===
26599 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26601 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26603 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26605 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26606 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26609 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26611 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26612 lower rank of dvddemux so that it's not used for mpeg playback.
26614 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26617 save libs correctly when checking mad
26619 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26621 * ext/mad/gstid3tag.c: (plugin_init):
26622 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26624 2004-04-13 David Schleef <ds@schleef.org>
26626 * common/m4/gst-feature.m4: Call -config scripts with
26627 --plugin-libs if it is supported.
26628 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26629 JPEG images are image/jpeg.
26630 * gst/debug/Makefile.am:
26631 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26632 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26633 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26634 (gst_negotiation_plugin_init): Add a property that acts like
26636 * testsuite/gst-lint: Move license checking to be a standard
26639 2004-04-13 David Schleef <ds@schleef.org>
26641 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26642 patch from Sebastien Cote (bug #139958)
26644 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26646 * examples/gstplay/Makefile.am:
26647 * examples/gstplay/player.c: (main):
26648 make the commandline player example use gconf settings
26650 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26652 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26653 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26654 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26655 init/end library during state transition, not object
26656 creation/disposal. get rid of custom dispose handler.
26659 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26661 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26664 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26666 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26667 Handle JUNK chunks inside data section. Prevents warnings.
26669 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26671 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26672 (gst_riff_create_video_template_caps):
26674 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26675 (gst_avi_demux_stream_data):
26676 Add support for "rec-list" chunks.
26678 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26680 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26681 Fix another codecname mismatch.
26683 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26685 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26686 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26687 so that MJPEG plays back.
26689 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26691 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26692 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26693 * gst/mpeg1videoparse/gstmp1videoparse.h:
26694 Fix for some slight mis-cuts in buffer parsing, and for some
26695 potential overflows or faults-causers. Adds disconts. Also fixes
26696 #139105 while we're at it.
26698 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26701 * sys/v4l2/gstv4l2element.h:
26702 Workaround for missing struct v4l2_buffer declaration in Suse 9
26703 and Mandrake 10 linux/videodev2.h header file (#135919).
26705 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26707 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26708 Bail out if no filename was given.
26710 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26712 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26713 (gst_v4l2_fourcc_from_structure):
26714 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26717 2004-04-09 Benjamin Otte <otte@gnome.org>
26719 * ext/gnomevfs/gstgnomevfssink.c:
26720 (_gst_boolean_allow_overwrite_accumulator),
26721 (gst_gnomevfssink_class_init):
26722 fix erase signal - if any handler returns false the file will not be
26723 overwritten. If no handler is connected, the file will not be
26724 overwritten either.
26725 renamed signal to "allow-overwrite"
26726 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26727 free string when adding it to ID3 failed
26728 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26729 unref event when done
26730 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26732 * gst/typefind/gsttypefindfunctions.c:
26733 (mpeg_video_stream_type_find):
26736 2004-04-08 David Schleef <ds@schleef.org>
26738 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26739 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26741 2004-04-08 David Schleef <ds@schleef.org>
26743 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26744 we don't support (bug #139532)
26746 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26748 * ext/mad/gstmad.c: (gst_mad_handle_event),
26749 (gst_mad_check_caps_reset), (gst_mad_chain),
26750 (gst_mad_change_state):
26751 only set explicit caps if they haven't been set before for
26752 this stream. MPEG-audio sample rate/channels aren't allowed
26753 to change in-stream.
26756 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26758 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26759 (_gst_boolean_did_something_accumulator),
26760 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26761 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26762 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26763 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26764 (gst_gnomevfssink_change_state):
26765 Fix erase signal. Don't erase by default. Remove handoff signal.
26766 Remove erase property. Don't segfault. General cleanup.
26768 2004-04-07 Benjamin Otte <otte@gnome.org>
26770 * gst-libs/gst/gconf/test-gconf.c: (main):
26771 add missing gst_init
26773 2004-04-07 Benjamin Otte <otte@gnome.org>
26775 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26776 free the mutexes, too
26778 2004-04-07 Benjamin Otte <otte@gnome.org>
26780 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26781 actually free the URI string
26782 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26783 compute offset correctly when passing discont events
26784 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26785 don't leak discont events
26786 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26787 add some missing breaks so caps aren't copied randomly
26788 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26789 if we realloc memory, we better use it
26791 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26793 * ext/mad/gstmad.c: (normal_seek):
26794 fix GST_FORMAT_TIME usage
26796 2004-04-05 David Schleef <ds@schleef.org>
26798 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26799 a deprecated function (hack!)
26801 2004-04-05 Benjamin Otte <otte@gnome.org>
26803 * ext/esd/esdmon.c: (gst_esdmon_get):
26804 fix nonterminated vararg and memleak
26806 2004-04-05 Benjamin Otte <otte@gnome.org>
26808 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26809 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26810 (gst_ladspa_set_property), (gst_ladspa_get_property),
26811 (gst_ladspa_instantiate), (gst_ladspa_activate),
26812 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26815 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26817 reviewed by Benjamin Otte <otte@gnome.org>
26819 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26820 check for broken LADSPA parameters (fixes #138635)
26822 2004-04-05 Benjamin Otte <otte@gnome.org>
26824 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26825 advertise buffer-frames correctly on sinkpads
26827 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26829 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26830 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26831 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26832 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26833 (gst_mad_check_caps_reset), (gst_mad_chain):
26834 add more debugging, only reset caps when we're not in error state
26836 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26838 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26840 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26842 reviewed by Benjamin Otte <otte@gnome.org>
26845 fix == in test(1) operator
26847 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26849 reviewed by Benjamin Otte <otte@gnome.org>
26852 fix --export-symblos-regex to a working regex.
26854 2004-04-04 Benjamin Otte <otte@gnome.org>
26856 * sys/oss/.cvsignore:
26859 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26861 reviewed by Benjamin Otte <otte@gnome.org>
26863 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26864 add missing 'new_media' argument (fixes #138168)
26865 * gst/matroska/matroska-demux.c:
26866 (gst_matroska_demux_handle_seek_event):
26867 add vararg terminator (fixes #138169)
26869 2004-04-02 David Schleef <ds@schleef.org>
26871 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26872 disted (bug #138914)
26874 2004-04-01 Benjamin Otte <otte@gnome.org>
26876 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26877 (gst_alsa_close_audio):
26878 handle case better where a soundcard can't pause
26879 * ext/ogg/gstoggdemux.c:
26880 don't crash when we get events but don't have pads yet
26882 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26884 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26885 throw an error if we couldn't probe any caps.
26887 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26889 * ext/dvdnav/gst-dvd:
26890 Add a really simple sample DVD player
26892 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26894 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26895 (gst_a52dec_push), (gst_a52dec_handle_event),
26896 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26897 (gst_a52dec_change_state):
26898 * ext/a52dec/gsta52dec.h:
26899 Use a debug category, Output timestamps correctly
26900 Emit tag info, Handle events, tell liba52dec about cpu
26901 capabilities so it can use MMX etc.
26902 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26903 Fix a crasher accessing invalid memory
26904 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26905 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26906 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26907 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26909 Some support for byte-format seeking.
26910 Small fixes for still frames and menu button overlays
26911 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26912 (gst_mpeg2dec_alloc_buffer):
26913 Use a debug category. Adjust the report level of several items to
26914 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26915 so it doesn't lose the GstBuffer pointer
26916 * gst/debug/Makefile.am:
26917 * gst/debug/gstdebug.c: (plugin_init):
26918 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26919 (gst_navseek_base_init), (gst_navseek_class_init),
26920 (gst_navseek_init), (gst_navseek_seek),
26921 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26922 (gst_navseek_get_property), (gst_navseek_chain),
26923 (gst_navseek_plugin_init):
26924 * gst/debug/gstnavseek.h:
26925 Add the navseek debug element for seeking back and forth in a
26926 video stream using arrow keys.
26927 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26928 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26929 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26930 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26931 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26932 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26933 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26934 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26935 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26936 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26937 * gst/mpeg2sub/gstmpeg2subt.h:
26938 Pretty much a complete rewrite. Now a loopbased element. May still
26939 require work to properly synchronise subtitle buffers.
26940 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26941 (gst_dvd_demux_send_subbuffer):
26942 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26943 Don't attempt to create subbuffers of size 0
26944 Reduce a couple of error outputs to warnings.
26945 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26946 (gst_y4mencode_chain):
26947 Output the y4m frame header correctly.
26949 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26951 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26952 throw errors instead of allowing SIGFPE
26954 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26956 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26957 (gst_gconf_render_bin_from_key):
26958 leak plugging and style fixing
26960 2004-03-31 David Schleef <ds@schleef.org>
26962 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26963 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26965 * gst/debug/Makefile.am:
26966 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26967 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26969 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26970 (gst_negotiation_base_init), (gst_negotiation_class_init),
26971 (gst_negotiation_init), (gst_negotiation_getcaps),
26972 (gst_negotiation_pad_link), (gst_negotiation_chain),
26973 (gst_negotiation_set_property), (gst_negotiation_get_property),
26974 (gst_negotiation_plugin_init): New element to talk about random
26975 negotiation things happening in a pipeline.
26977 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26979 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26980 fix integer addition with help of Stefan Kost
26982 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26984 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26986 2004-03-30 David Schleef <ds@schleef.org>
26988 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26989 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26990 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26992 * ext/mpeg2dec/gstmpeg2dec.h:
26994 2004-03-30 David Schleef <ds@schleef.org>
26996 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26998 2004-03-30 David Schleef <ds@schleef.org>
27000 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
27001 Michael Petullo) to handle .mov
27003 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27005 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27006 (gst_osselement_rate_check_rate):
27007 probe caps correctly for sound cards that only support one format
27009 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27011 * ext/kio/kiosrc.cpp: (process_events):
27012 update handling event processing if inside KDE - untested
27014 2004-03-29 David Schleef <ds@schleef.org>
27016 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27017 by 2 to not interfere with other colorspaces.
27018 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27019 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27020 one to not interfere with ffmpeg_colorspace.
27022 2004-03-29 David Schleef <ds@schleef.org>
27024 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27025 aren't in the caps.
27026 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27027 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27029 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27031 * gst-libs/gst/riff/riff-media.c:
27032 fail on error, don't try to set stuff on NULL caps
27034 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27038 * ext/kio/Makefile.am:
27039 * ext/kio/kioreceiver.cpp:
27040 * ext/kio/kioreceiver.h:
27041 * ext/kio/kiosrc.cpp:
27042 * ext/kio/kiosrc.h:
27043 add experimental kiosrc plugin
27044 * ext/alsa/gstalsaplugin.c: (plugin_init):
27045 initialize debugging category only when we're sure registering the
27048 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27050 * examples/gstplay/player.c: (main):
27051 * gst-libs/gst/play/play.c: (gst_play_class_init),
27052 (gst_play_set_location), (gst_play_set_data_src),
27053 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27054 (gst_play_set_visualization), (gst_play_connect_visualization):
27055 check return values of element_set_state and return FALSE where
27058 2004-03-29 Benjamin Otte <otte@gnome.org>
27060 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27061 try harder to check if an event is really a discont
27063 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27065 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27068 2004-03-28 Benjamin Otte <otte@gnome.org>
27070 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27071 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27072 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27073 get rid of non-standard "..." ranges in case statements.
27075 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27077 * gst/mpegstream/gstmpegdemux.c:
27078 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27079 specific functionality split to the new dvddemux element.
27080 * gst/mpegstream/gstdvddemux.c:
27081 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27082 streams, derived from mpegdemux.
27083 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27084 up. SCR based timestamp rewriting can be turned off (will probably
27085 completely disappear soon).
27086 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27087 hacking. General cleanup. All printf statements replaced by
27088 debugging messages. Almost complete libdvdnav support.
27089 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27090 by events. New properties for audio and subpicture languages.
27091 (dvdnavsrc_update_highlight): Now uses events.
27092 (dvdnavsrc_user_op): Cleaned up.
27093 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27094 based). Lots of cleanup, and propper support for most libdvdnav
27096 (dvdnavsrc_make_dvd_event): New function.
27097 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27098 (dvdnavsrc_make_clut_change_event): New function.
27100 2004-03-26 Benjamin Otte <otte@gnome.org>
27102 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27103 fix bug where typefinding would claim it's theora whenever less then
27104 7 bytes of data were available
27106 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27108 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27109 (gst_alawdec_base_init), (gst_alawdec_class_init),
27110 (gst_alawdec_init), (gst_alawdec_chain):
27111 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27112 (gst_alawenc_base_init), (gst_alawenc_class_init),
27113 (gst_alawenc_init), (gst_alawenc_chain):
27114 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27115 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27116 (gst_mulawdec_init), (gst_mulawdec_chain):
27117 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27118 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27119 (gst_mulawenc_init), (gst_mulawenc_chain):
27120 Fix capsnego in all four, remove the unused property functions and
27121 simplify the chain functions slightly. I guess we could use macros
27122 or something similar for those, since the code is so similar, but
27123 I'm currently too lazy...
27125 2004-03-24 David Schleef <ds@schleef.org>
27127 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27128 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27129 (gst_osselement_get_format_structure),
27130 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27131 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27132 (gst_osselement_rate_int_compare): Add code to handle rate probing
27134 * sys/oss/gstosselement.h: same
27135 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27136 Use rate probing provided by osselement.
27137 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27139 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27141 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27142 (gst_xvidenc_get_property):
27145 2004-03-24 David Schleef <ds@schleef.org>
27147 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27148 (gst_speexdec_init):
27149 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27150 (gst_speexenc_init): Create the pad template correctly (from
27151 the static pad template, not a NULL pointer.)
27153 2004-03-25 Benjamin Otte <otte@gnome.org>
27155 * gst/debug/Makefile.am:
27156 * gst/debug/breakmydata.c:
27157 add element that quasi-randomly changes bytes in the stream.
27158 Intended use is robustness checking of demuxers and decoders in
27161 2004-03-24 Benjamin Otte <otte@gnome.org>
27163 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27164 (gst_alsa_probe_hw_params):
27165 * ext/alsa/gstalsa.h:
27166 debugging output fixes
27168 2004-03-24 Benjamin Otte <otte@gnome.org>
27170 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27171 don't g_return_if_fail if element is PLAYING, fail silently as every
27173 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27174 only fix needed for cast lvalue issues in gst-plugins
27175 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27178 2004-03-24 Benjamin Otte <otte@gnome.org>
27180 * gst/level/gstlevel.c: (gst_level_init):
27181 add proxying getcaps function, so level doesn't advertise impossible
27184 2004-03-24 David Schleef <ds@schleef.org>
27186 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27187 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27188 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27189 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27190 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27191 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27192 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27193 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27194 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27195 messages. Divide the chunk size by the compression ratio
27196 (needed for MACE audio)
27198 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27200 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27201 Fix buffer overflow read error.
27203 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27205 * ext/alsa/gstalsa.h:
27206 Remove unused entry.
27207 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27209 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27210 (gst_videodrop_link), (gst_videodrop_chain):
27211 Fix, sort of. Was horribly broken with new capsnego. Bah...
27213 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27215 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27217 Add a monkeysaudio typefind function
27219 2004-03-23 Johan Dahlin <johan@gnome.org>
27221 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27222 (gst_play_video_fixate): Check so the structure has the field
27223 before trying to fixate them, this makes it possible to have
27224 fakesinks for video and audio output without printing errors on
27225 the output console.
27227 2004-03-22 David Schleef <ds@schleef.org>
27229 * sys/oss/Makefile.am:
27230 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27231 (check_rate), (add_rate): Rate probing test app.
27233 2004-03-21 Benjamin Otte <otte@gnome.org>
27235 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27236 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27237 add a fixation function that pretty much does the right thing (fixes
27240 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27242 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27244 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27246 reviewed by: Benjamin Otte <otte@gnome.org>
27248 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27249 terminate gst_event_new_discontinuous correctly (fixes parts of
27252 2004-03-19 David Schleef <ds@schleef.org>
27254 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27255 since it doesn't depend on X, and it's part of our ABI.
27257 2004-03-19 Iain <iain@prettypeople.org>
27259 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27260 is_int in the structure, not the local variable.
27262 2004-03-19 David Schleef <ds@schleef.org>
27264 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27265 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27266 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27267 Improvements in caps negotiation.
27269 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27273 adding Afrikaans (Petri Jooste)
27275 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27277 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27278 (gst_ffmpegcolorspace_chain):
27279 throw error instead of g_critical (#137588)
27281 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27285 dist common and m4 correctly
27288 2004-03-17 David Schleef <ds@schleef.org>
27290 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27293 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27297 adding Swedish translation (Christian Rose)
27299 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27301 * Makefile.am: use release.mak
27303 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27305 * common/ChangeLog:
27306 * common/gst-autogen.sh:
27307 add some explanation about the version detection
27311 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27313 * configure.ac: bump nano to 1
27315 === release 0.8.0 ===
27317 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27319 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27321 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27324 update libtool version
27325 * gst-libs/gst/media-info/Makefile.am:
27326 actually use libtool version
27328 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27330 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27332 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27335 * gst-plugins.spec.in:
27336 * pkgconfig/Makefile.am:
27337 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27338 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27339 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27340 * pkgconfig/gstreamer-libs.pc.in:
27341 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27342 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27343 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27344 * pkgconfig/gstreamer-plugins.pc.in:
27345 remove @VERSION@ from some of the pc files since core and plugins
27347 created gstreamer-plugins.pc as it's a better name, but keeping
27348 -libs around for now to get fixes upstream done first.
27350 2004-03-15 Julien MOUTTE <julien@moutte.net>
27352 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27353 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27354 * gst-libs/gst/play/play.h:
27356 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27358 * *.c, *.cc: don't mix tabs and spaces
27360 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27362 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27363 use the new ffmpegcolorspace
27364 * gst-plugins.spec.in:
27365 package new colorspace and media-info
27367 * pkgconfig/Makefile.am:
27368 fix some more disting issues
27369 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27370 * pkgconfig/gstreamer-media-info.pc.in:
27371 generate media-info pc files
27373 2004-03-15 Johan Dahlin <johan@gnome.org>
27375 * *.h: Revert indenting
27377 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27380 adding ffmpegcolorspace element
27381 * gst/ffmpegcolorspace/Makefile.am:
27382 * gst/ffmpegcolorspace/avcodec.h:
27383 * gst/ffmpegcolorspace/common.h:
27384 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27385 * gst/ffmpegcolorspace/dsputil.h:
27386 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27387 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27388 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27389 (gst_ffmpeg_caps_to_pix_fmt):
27390 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27391 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27392 (gst_ffmpegcolorspace_caps_remove_format_info),
27393 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27394 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27395 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27396 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27397 (gst_ffmpegcolorspace_set_property),
27398 (gst_ffmpegcolorspace_get_property),
27399 (gst_ffmpegcolorspace_register):
27400 * gst/ffmpegcolorspace/imgconvert.c:
27401 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27402 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27403 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27404 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27405 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27406 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27407 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27408 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27409 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27410 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27411 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27412 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27413 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27414 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27415 (img_get_alpha_info), (deinterlace_line),
27416 (deinterlace_line_inplace), (deinterlace_bottom_field),
27417 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27418 * gst/ffmpegcolorspace/imgconvert_template.h:
27419 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27420 * gst/ffmpegcolorspace/mmx.h:
27421 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27422 adding ffmpegcolorspace element supplied by Ronald after cleaning
27423 up and pulling in the right bits of upstream source.
27424 I'm sure a better C/compiler wizard could do some cleaning up (for
27425 example use GLIB's malloc stuff), but as a first pass this
27428 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27430 * ext/alsa/gstalsa.h:
27431 I assume Ronald forgot to commit the change to have cardname
27432 as a struct member. Expect some public spanking at the next
27435 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27437 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27438 (gst_alsa_open_audio), (gst_alsa_close_audio):
27439 * ext/alsa/gstalsa.c:
27440 Don't open the device if we're a mixer (= padless).
27441 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27442 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27443 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27444 Open mixer during state change rather than during object
27445 initialization. Also, get a device name. Currently in a somewhat
27446 hackish fashion, but I didn't really find something better.
27448 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27450 * *.c, *.h: run gst-indent
27452 2004-03-14 Benjamin Otte <otte@gnome.org>
27454 * gst/modplug/gstmodplug.cc:
27455 * gst/modplug/gstmodplug.h:
27456 set correct timestamps on outgoing buffers
27458 2004-03-14 Benjamin Otte <otte@gnome.org>
27460 * gst/modplug/gstmodplug.cc:
27461 handle events - don't do crap when a discont arrives that's not
27463 This allows correct loading and playback of mods in Rhythmbox
27465 2004-03-14 Benjamin Otte <otte@gnome.org>
27468 * gst-libs/gst/gconf/Makefile.am:
27469 * pkgconfig/Makefile.am:
27470 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27471 they get rebuilt properly
27473 when checking for vorbis, try pkgconfig first.
27474 * gst/modplug/gstmodplug.cc:
27475 add fixate function
27477 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27479 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27480 Fix for obvious mistake, where we first shift the offset and then
27481 read a samplesize element assuming the old offset. Note that this
27482 part still has something weird, i.e. my movies containing those
27483 don't actually play well, but at least there's something that looks
27486 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27487 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27489 Add a typefind function for speex format
27491 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27493 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27494 (gst_asf_demux_setup_pad):
27495 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27496 instead of 0. Reason is simple: some elements have a fps range
27497 of 1-max instead of 0-max. So now ASF video actually works.
27499 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27503 adding serbian as a language
27505 2004-03-13 Benjamin Otte <otte@gnome.org>
27507 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27508 return taglist correctly from _get function, don't gst_pad_push it.
27511 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27512 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27514 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27516 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27517 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27518 (gst_alsa_mixer_track_new):
27519 * ext/alsa/gstalsamixertrack.h:
27520 Fix ancient leftovers... MixerTrack is a GObject.
27522 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27524 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27525 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27526 Don't block during probing...
27528 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27530 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27531 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27532 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27533 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27534 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27535 (gst_alsa_open_audio), (gst_alsa_close_audio):
27536 * ext/alsa/gstalsa.h:
27537 Add propertyprobe interface implementation, add some device-name
27538 property, all this so that it looks good in gnome-volume-control.
27540 2004-03-12 David Schleef <ds@schleef.org>
27542 * configure.ac: the Hermes library controls hermescolorspace, not
27544 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27545 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27547 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27548 * ext/sdl/sdlvideosink.h: ditto.
27549 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27551 2004-03-12 Benjamin Otte <otte@gnome.org>
27553 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27554 (gst_x_overlay_got_xwindow_id):
27555 * gst-libs/gst/xoverlay/xoverlay.h:
27556 replace XID with unsigned long to get rid of the xlibs dependency in
27557 XOverlay (fixes #137004)
27559 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27560 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27561 (gst_agingtv_setup):
27562 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27563 (gst_dicetv_base_init), (gst_dicetv_class_init),
27564 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27565 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27566 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27567 (gst_edgetv_setup), (gst_edgetv_rgb32):
27568 * gst/effectv/gsteffectv.c:
27569 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27570 (gst_quarktv_set_property):
27571 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27572 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27573 (gst_revtv_setup), (gst_revtv_rgb32):
27574 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27575 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27576 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27577 (gst_shagadelictv_rgb32):
27578 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27579 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27580 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27581 * gst/effectv/gstwarp.c:
27582 Port everything that can be ported to videofilter and fix up the caps.
27583 Can someone with a big-endian machine please check these?
27585 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27587 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27588 (gst_osssink_chain), (gst_osssink_change_state):
27589 Latest fixes for A/V sync, audio playback and such. This is about
27590 all... MPEG playback issues are mostly related to the async build-
27591 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27593 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27595 patch from: Stephane Loeuillet
27598 use pkg-config for some libraries, falling back to the old .m4 way
27603 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27606 * tools/Makefile.am:
27607 * tools/Makefile.in:
27608 * tools/gst-launch-ext-m.m:
27609 * tools/gst-launch-ext.1.in:
27610 * tools/gst-visualise-m.m:
27611 * tools/gst-visualise.1:
27612 * tools/gst-visualise.1.in:
27613 reorganizing generation of script tools
27615 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27617 * ext/divx/gstdivxdec.c:
27618 Downgrade priority. We prefer ffdec_mpeg4.
27619 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27620 (gst_faad_chain), (gst_faad_change_state):
27621 Fix capsnego. Doesn't work for some sounds because we don't have
27622 a 5:1 to stereo element.
27623 * ext/xvid/gstxvid.c: (plugin_init):
27625 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27626 (gst_osssink_change_state):
27627 Add discont handling.
27629 2004-03-09 Colin Walters <walters@verbum.org>
27631 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27634 2004-03-09 Benjamin Otte <otte@gnome.org>
27636 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27637 the signals take 2 arguments
27639 2004-03-09 David Schleef <ds@schleef.org>
27641 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27642 (gst_alsa_fixate): Add fixate function. (bug #136686)
27643 * ext/alsa/gstalsa.h:
27644 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27646 2004-03-09 Benjamin Otte <otte@gnome.org>
27648 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27649 (gst_mikmod_change_state):
27650 * ext/mikmod/gstmikmod.h:
27651 make mikmod's loop function not loop infinitely and call
27652 gst_element_yield anymore
27653 * gst/modplug/gstmodplug.cc:
27654 fix pad negotiation (fixes #136590)
27656 2004-03-09 David Schleef <ds@schleef.org>
27658 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27659 doesn't conflict with the internal colorspace plugin.
27660 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27661 satisfy the crappy-ass shell shipped by a certain vendor.
27662 * gst/videofilter/make_filter: same (bug #135299)
27664 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27666 * configure.ac: bump nano to 1
27668 === release 0.7.6 ===
27670 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27672 * configure.in: releasing 0.7.6, "There"
27674 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27676 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27677 * pkgconfig/gstreamer-play.pc.in:
27678 synchronize the two
27680 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27682 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27683 (cdparanoia_open), (cdparanoia_event):
27684 fix/add error handling
27686 add cdparanoia source
27687 * tools/Makefile.am:
27688 make scripts executable
27690 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27693 * ext/vorbis/Makefile.am:
27695 remove id3types, vorbisfile and xvideosink from the build (#133783)
27697 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27699 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27700 Fix metadata read crash (#136537).
27702 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27704 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27705 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27706 adding mime types, fixing the one-stop function
27708 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27710 * ext/nas/nassink.c and /ext/nas/nassink.h:
27711 More NAS love from Arwed von Merkatz
27712 So lets all sing 'Can you feel the NAS tonight'
27714 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27716 * tools/gst-launch-ext.in:
27717 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27719 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27721 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27722 (gst_mpeg2dec_init):
27723 remove the user_data pad for now, because it is being used in
27724 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27725 If someone knows how to fix this properly, please do.
27727 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27729 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27730 (gst_osssink_get_time):
27731 add a warning, IMO this won't get triggered anymore, remove later
27733 2004-03-07 David Schleef <ds@schleef.org>
27735 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27736 format (bug #136470)
27738 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27740 * gst-libs/Makefile.am:
27741 * gst-libs/gst/media-info/Makefile.am:
27742 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27743 (error_callback), (gst_media_info_error_create),
27744 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27745 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27746 * gst-libs/gst/media-info/media-info-priv.h:
27747 * gst-libs/gst/media-info/media-info-test.c: (main):
27748 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27749 (gst_media_info_class_init), (gst_media_info_instance_init),
27750 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27751 (gst_media_info_read_idler), (gst_media_info_read):
27752 * gst-libs/gst/media-info/media-info.h:
27753 fixed, should work now
27755 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27757 * ext/nas/nassink.c:
27758 A bunch of NAS fixes from Arwed von Merkatz
27760 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27762 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27763 (qtdemux_parse_trak):
27764 Fix crash (j might be greater than n_samples, in which case we're
27765 writing outside the allocated space for the array) and memleak.
27767 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27769 * sys/oss/gstosssink.c: (gst_osssink_chain):
27770 And another caller that couldn't handle delay < 0 (unsigned
27771 integer overflow). Video now continues playing on an audio
27772 buffer underrun, and the clock continues working. Audio still
27775 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27777 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27778 (gst_osssink_get_time):
27779 get_delay() may return values lower than 0. In those cases, we
27780 should not actually cast to *unsigned* int64, that will break
27781 stuff horribly. In my case, it screwed up A/V sync in movies
27782 in totem rather badly.
27784 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27786 * ext/faac/gstfaac.c: (gst_faac_chain):
27787 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27788 * ext/libpng/gstpngenc.c: (user_write_data):
27789 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27790 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27791 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27792 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27793 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27794 of any buffer), should fix some leaks. I hope I didn't unref buffers
27795 that shouldn't be...
27797 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27799 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27800 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27801 (error_callback), (gmi_reset), (gmi_seek_to_track),
27802 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27803 (gmip_find_type_post), (gmip_find_stream_post),
27804 (gmip_find_track_streaminfo_post):
27805 * gst-libs/gst/media-info/media-info-priv.h:
27806 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27807 (info_print), (main):
27808 * gst-libs/gst/media-info/media-info.c:
27809 (gst_media_info_error_create), (gst_media_info_error_element),
27810 (gst_media_info_instance_init), (gst_media_info_get_property),
27811 (gst_media_info_new), (gst_media_info_set_source),
27812 (gst_media_info_read_idler), (gst_media_info_read):
27813 * gst-libs/gst/media-info/media-info.h:
27814 first pass at making this work again. This seems to work on
27815 tagged ogg/vorbis and mp3 files.
27817 2004-03-06 Benjamin Otte <otte@gnome.org>
27819 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27820 fix huge leak: gst_buffer_merge doesn't unref the first argument
27823 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27825 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27826 report layer/mode/emphasis
27828 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27830 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27832 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27834 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27837 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27839 * ext/vorbis/vorbis.c: (plugin_init):
27840 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27841 (gst_vorbis_dec_init), (vorbis_dec_event):
27843 make vorbisdec handle _BYTE and _TIME queries
27845 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27847 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27848 from the xing header
27850 2004-03-06 Benjamin Otte <otte@gnome.org>
27852 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27853 (gst_audio_convert_link), (gst_audio_convert_change_state),
27854 (gst_audio_convert_buffer_from_default_format):
27855 do conversions from/to float correctly, fix some caps nego errors,
27856 export correct supported caps in template and getcaps, use correct
27857 caps in try_set_caps functions
27859 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27861 For some reason, I only committed a ChangeLog entry yesterday and
27862 not the corresponding code...
27863 * ext/mad/gstmad.c: Fix detection of Xing headers
27864 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27866 2004-03-06 Benjamin Otte <otte@gnome.org>
27868 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27869 (gst_ogg_demux_src_query):
27870 make sure to handle the case where there's no current chain
27873 2004-03-05 David Schleef <ds@schleef.org>
27875 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27876 Add fixate function. (bug #131128)
27877 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27878 (gst_sdlvideosink_fixate): Add fixate function.
27879 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27880 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27881 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27882 Fix missing break that was causing ulaw to be interpreted as
27885 2004-03-05 David Schleef <ds@schleef.org>
27887 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27888 Fix code that ignores return value of gst_buffer_merge().
27890 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27891 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27892 * testsuite/gst-lint: Check for above.
27894 2004-03-05 David Schleef <ds@schleef.org>
27896 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27897 caps and throw an element error. (bug #136334)
27899 2004-03-05 David Schleef <ds@schleef.org>
27901 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27902 (gst_faad_chain): Fix negotiation.
27903 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27904 key and button events.
27905 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27907 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27909 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27910 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27911 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27912 function to encourage better negotiation, particularly between
27913 audioconvert and osssink.
27914 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27915 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27917 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27919 * gst/vbidec/vbiscreen.c: Add glib header
27920 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27922 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27924 * ext/mad/gstmad.c: Fix detection of Xing headers
27925 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27927 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27929 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27930 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27933 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27935 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27936 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27937 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27938 files, and report the parsed length as a GST_TAG_DURATION tag.
27939 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27941 2004-03-05 Benjamin Otte <otte@gnome.org>
27943 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27944 convert channels correctly. convert correctly to unsigned.
27946 2004-03-05 Julien MOUTTE <julien@moutte.net>
27948 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27949 we have a window before clearing it.
27951 2004-03-05 Julien MOUTTE <julien@moutte.net>
27953 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27954 have a window before clearing it.
27956 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27958 * gconf/gstreamer.schemas.in:
27959 * gst-libs/gst/gconf/Makefile.am:
27960 version installation path the same way as for 0.6
27961 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27962 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27963 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27964 remove comment that was fixed
27966 2004-03-05 David Schleef <ds@schleef.org>
27968 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27969 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27970 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27971 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27972 Add prototype code for handling seeking and querying.
27974 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27976 * examples/gstplay/player.c: (main):
27977 Initialize variables to NULL. Prevents a segfault because the
27978 (uninitialized) variable is not NULL, resulting in a crash on
27979 trying to reach error->message.
27981 2004-03-05 Benjamin Otte <otte@gnome.org>
27983 * gst/audioconvert/gstaudioconvert.c:
27984 (gst_audio_convert_buffer_to_default_format):
27985 make float=>int conversion work correctly even in cornercases.
27987 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27989 * debian/README.Debian:
27990 * debian/build-deps:
27991 * debian/changelog:
27993 * debian/control.in:
27994 * debian/copyright:
27995 * debian/gstreamer-a52dec.files:
27996 * debian/gstreamer-aa.files:
27997 * debian/gstreamer-alsa.files:
27998 * debian/gstreamer-alsa.manpages:
27999 * debian/gstreamer-arts.files:
28000 * debian/gstreamer-artsd.files:
28001 * debian/gstreamer-audiofile.files:
28002 * debian/gstreamer-avifile.files:
28003 * debian/gstreamer-cdparanoia.files:
28004 * debian/gstreamer-colorspace.files:
28005 * debian/gstreamer-doc.files:
28006 * debian/gstreamer-dv.files:
28007 * debian/gstreamer-dvd.files:
28008 * debian/gstreamer-esd.files:
28009 * debian/gstreamer-festival.files:
28010 * debian/gstreamer-flac.files:
28011 * debian/gstreamer-gconf.conffiles:
28012 * debian/gstreamer-gconf.files:
28013 * debian/gstreamer-gconf.postinst:
28014 * debian/gstreamer-gnomevfs.files:
28015 * debian/gstreamer-gsm.files:
28016 * debian/gstreamer-http.files:
28017 * debian/gstreamer-jack.files:
28018 * debian/gstreamer-jpeg.files:
28019 * debian/gstreamer-mad.files:
28020 * debian/gstreamer-mikmod.files:
28021 * debian/gstreamer-misc.files:
28022 * debian/gstreamer-mpeg2dec.files:
28023 * debian/gstreamer-oss.files:
28024 * debian/gstreamer-plugin-apps.files:
28025 * debian/gstreamer-plugin-apps.manpages:
28026 * debian/gstreamer-plugin-libs-dev.files:
28027 * debian/gstreamer-plugin-libs.files:
28028 * debian/gstreamer-plugin-template.postinst:
28029 * debian/gstreamer-plugin-template.postrm:
28030 * debian/gstreamer-sdl.files:
28031 * debian/gstreamer-sid.files:
28032 * debian/gstreamer-vorbis.files:
28033 * debian/gstreamer-x.files:
28034 * debian/mk.control:
28036 Debian package info not maintained here.
28038 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28040 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28041 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28042 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28043 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28044 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28045 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28046 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28047 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28048 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28049 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28050 * gst-libs/gst/colorbalance/colorbalance.c:
28051 (gst_color_balance_class_init):
28052 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28053 (gst_color_balance_channel_class_init):
28054 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28055 * gst-libs/gst/play/play.c: (gst_play_class_init):
28056 * gst-libs/gst/propertyprobe/propertyprobe.c:
28057 (gst_property_probe_iface_init):
28058 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28059 * gst-libs/gst/tuner/tunerchannel.c:
28060 (gst_tuner_channel_class_init):
28061 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28062 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28063 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28064 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28065 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28066 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28067 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28068 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28069 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28070 fix signals to use - instead of _
28071 * ext/libcaca/gstcacasink.h:
28072 * ext/sdl/sdlvideosink.h:
28075 2004-03-04 David Schleef <ds@schleef.org>
28077 * testsuite/gst-lint: Add a check for bad signal names.
28079 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28081 reviewed by David Schleef
28083 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28084 modified the alpha channel and caused a warning. (bug #136192)
28086 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28088 * gst-plugins.spec.in:
28089 Change names of plugins to actually be correct. Try to keep things
28090 alphabetical to avoid getting beat up by Thomas
28092 2004-03-03 Julien MOUTTE <julien@moutte.net>
28094 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28095 Using ximagesink as a default if no gconf key found. We should
28096 probably consider using alsasink instead of osssink for the audio
28099 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28102 fix --with-plugins, don't think it ever worked before
28103 * gst-plugins.spec.in:
28106 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28108 * ext/sdl/sdlvideosink.h:
28109 * sys/ximage/ximagesink.h:
28110 * sys/xvideo/xvideosink.h:
28111 * sys/xvimage/xvimagesink.h:
28112 Fix for move of gstvideosink.h -> videosink.h.
28114 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28116 * gst-libs/gst/xwindowlistener/Makefile.am:
28117 this is a plugin library, not a library
28119 2004-03-01 David Schleef <ds@schleef.org>
28121 * AUTHORS: Added some names. Add yourself if you're still
28124 2004-03-01 David Schleef <ds@schleef.org>
28128 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28130 * gst-plugins.spec.in: clean up spec file
28132 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28134 * gst-libs/gst/video/Makefile.am:
28135 * gst-libs/gst/video/gstvideosink.c:
28136 * gst-libs/gst/video/gstvideosink.h:
28137 rename gstvideosink.h to videosink.h to match other headers
28138 * gst/mixmatrix/Makefile.am:
28139 fix plugin filename
28140 * gst/tags/Makefile.am: fix plugin filename
28142 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28144 * gst/tags/Makefile.am: fix plugin filename
28146 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28148 * examples/gstplay/player.c: (got_time_tick), (main):
28150 display time_tick more readably
28151 * gst/mixmatrix/Makefile.am:
28152 fix plugin file name
28154 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28156 * sys/oss/gstosselement.c: (gst_osselement_probe),
28157 (device_combination_append), (gst_osselement_class_probe_devices):
28158 * sys/oss/gstosselement.h:
28159 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28160 on my system using alsa oss emulation, fixes bug #135597
28162 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28164 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28165 (gst_videodrop_chain), (gst_videodrop_change_state):
28166 * gst/videodrop/gstvideodrop.h:
28167 Work based on timestamp of input data, not based on the expected
28168 framerate from the input. The consequence is that this element now
28169 not only scales framerates, but also functions as a framerate
28170 corrector or framerate stabilizer/constantizer.
28172 2004-02-27 David Schleef <ds@schleef.org>
28174 patches from jmmv@menta.net (Julio M. Merino Vidal)
28176 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28177 GST_ELEMENT_ERROR call (bug #135634)
28178 * gst/interleave/interleave.c: (interleave_buffered_loop),
28179 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28180 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28181 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28182 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28183 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28184 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28185 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28186 Fix GST_ELEMENT_ERROR call.
28187 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28188 GST_ELEMENT_ERROR call.
28190 2004-02-27 Benjamin Otte <otte@gnome.org>
28192 * gst-libs/gst/audio/audio.h:
28193 add macro to make sure header isn't included twice
28194 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28195 don't use gst_buffer_free
28196 * gst/playondemand/filter.func:
28197 don't use gst_data_free. Free data only once.
28199 2004-02-26 David Schleef <ds@schleef.org>
28201 * gst-libs/gst/colorbalance/Makefile.am:
28202 * gst-libs/gst/mixer/Makefile.am:
28203 * gst-libs/gst/tuner/Makefile.am:
28204 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28205 should not be disted, -marshal.h files should not be installed,
28206 and -enum.h files _should_ be installed. Fix to make this the
28209 === release 0.7.5 ===
28211 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28213 * configure.ac: release 0.7.5, "Under The Sea"
28215 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28217 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28218 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28219 * gst/videoscale/gstvideoscale.c:
28220 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28221 assorted debug/warning fixes
28223 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28225 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28226 (gst_videoscale_init), (gst_videoscale_chain),
28227 (gst_videoscale_set_property), (plugin_init):
28228 * gst/videoscale/gstvideoscale.h:
28229 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28230 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28231 (gst_videoscale_planar400), (gst_videoscale_packed422),
28232 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28233 (gst_videoscale_24bit), (gst_videoscale_16bit),
28234 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28235 (gst_videoscale_scale_plane_slow),
28236 (gst_videoscale_scale_point_sample),
28237 (gst_videoscale_scale_nearest),
28238 (gst_videoscale_scale_nearest_str2),
28239 (gst_videoscale_scale_nearest_str4),
28240 (gst_videoscale_scale_nearest_32bit),
28241 (gst_videoscale_scale_nearest_24bit),
28242 (gst_videoscale_scale_nearest_16bit):
28243 add debugging category and use it properly
28244 fix use of GST_PTR_FORMAT
28246 2004-02-25 Andy Wingo <wingo@pobox.com>
28248 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28249 push only when channel->buffer is NULL. Prevents segfaults doing
28250 the state change after a nonlocal exit, like a scheme exception.
28252 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28253 Handle the case where the intersected caps is empty.
28255 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28257 * gst/law/mulaw-decode.c: (mulawdec_link):
28258 * gst/law/mulaw.c: (plugin_init):
28259 fix mulawdec so it actually works again
28261 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28263 reviewed by: David Schleef <ds@schleef.org>
28265 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28266 (gst_gamma_init), (gst_gamma_set_property),
28267 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28268 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28269 for RGB, with separate r g and b correction factors. (#131167)
28271 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28273 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28274 only signal tags for bitrate if they're > 0 (#134894)
28276 2004-02-24 David Schleef <ds@schleef.org>
28278 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28279 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28280 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28281 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28282 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28283 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28284 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28285 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28286 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28287 category. Attempt to fix timestamp calculation.
28289 2004-02-24 Johan Dahlin <johan@gnome.org>
28291 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28293 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28296 * gconf/Makefile.am:
28297 * gconf/gstreamer.schemas:
28298 * gst-libs/gst/gconf/Makefile.am:
28299 * gst-libs/gst/gconf/gconf.c:
28300 version gconf schemas and install locations
28302 2004-02-23 Benjamin Otte <otte@gnome.org>
28304 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28305 (gst_xine_input_subclass_init):
28306 call parent dispose.
28307 change pad template for CD reader correctly
28308 * ext/xine/Makefile.am:
28309 * ext/xine/gstxine.h:
28310 * ext/xine/xine.c: (plugin_init):
28311 * ext/xine/xineaudiosink.c:
28312 wrap audio sinks, too
28313 * gst-libs/gst/resample/private.h:
28314 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28315 (gst_resample_reinit), (gst_resample_scale),
28316 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28317 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28318 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28319 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28320 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28321 * gst-libs/gst/resample/resample.h:
28322 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28323 (gst_audioscale_class_init), (gst_audioscale_link),
28324 (gst_audioscale_get_buffer), (gst_audioscale_init),
28325 (gst_audioscale_chain), (gst_audioscale_set_property),
28326 (gst_audioscale_get_property):
28327 * gst/audioscale/gstaudioscale.h:
28328 s/resample_*/gst_resample_*/i to not clobber namespaces
28330 2004-02-23 Julien MOUTTE <julien@moutte.net>
28332 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28333 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28334 (gst_riff_create_video_template_caps),
28335 (gst_riff_create_audio_template_caps),
28336 (gst_riff_create_iavs_template_caps):
28337 * gst-libs/gst/riff/riff-media.h:
28338 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28339 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28340 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28341 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28342 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28343 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28344 (gst_matroska_demux_plugin_init): First batch implementing audio and
28345 video codec tags in demuxers.
28347 2004-02-22 Benjamin Otte <otte@gnome.org>
28349 * ext/xine/Makefile.am:
28350 * ext/xine/gstxine.h:
28351 * ext/xine/xine.c: (plugin_init):
28352 * ext/xine/xineinput.c:
28353 add input plugin wrapper. Playback from files, http, mms and cdda
28355 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28356 remove leftover G_GNUC_UNUSED
28357 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28358 (gst_asf_demux_identify_guid):
28359 improve debugging output
28361 2004-02-22 Benjamin Otte <otte@gnome.org>
28363 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28366 replace test -e with test -x for mkinstalldirs to be more portable.
28369 2004-02-22 Benjamin Otte <otte@gnome.org>
28371 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28373 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28374 set rank to PRIMARY
28375 * gst/volume/gstvolume.c: (plugin_init):
28379 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28381 reviewed by Benjamin Otte <otte@gnome.org>
28383 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28384 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28386 2004-02-22 Benjamin Otte <otte@gnome.org>
28389 export [_]*{gst,Gst,GST}.* symbols from plugins
28391 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28393 reviewed by: Benjamin Otte <otte@gnome.org>
28395 * ext/lame/gstlame.c: (add_one_tag):
28396 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28397 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28398 (gst_vorbisenc_metadata_set1):
28399 * gst/tags/gstid3tag.c:
28400 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28401 apply fixes from bugs #135042 (lame can't write tags) and #133817
28402 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28404 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28406 * configure.ac: Export only gst_plugin_desc from plugins.
28407 Note that this change only makes any effect with Linux using libtool
28408 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28409 fine. And don't try to have several versions of libtool in different
28412 2004-02-20 Andy Wingo <wingo@pobox.com>
28414 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28415 interleave respectively.
28417 * gst/interleave/deinterleave.c: New plugin: deinterleave
28418 (replaces on oneton).
28419 * gst/interleave/interleave.c: New plugin: interleave.
28420 * gst/interleave/plugin.h: Support file.
28421 * gst/interleave/plugin.c: Support file.
28423 * configure.ac: Remove intfloat and oneton, add interleave.
28425 * ext/sndfile/gstsf.c: Handle events better.
28427 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28428 and float2int operation. int2float has scheduling problems as
28429 noted in in2float_chain.
28431 2004-02-20 Benjamin Otte <otte@gnome.org>
28433 * ext/xine/Makefile.am:
28434 * ext/xine/gstxine.h:
28436 * ext/xine/xineaudiodec.c:
28437 * ext/xine/xinecaps.c:
28438 add first version of xine plugin wrapper. Currently only wraps the
28439 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28442 add xine plugin wrapper, disabled by default. Use --enable-xine to
28443 build. Note that it'll segfault on gst-register if you don't remove
28444 the goom and tvtime post plugins from xine.
28445 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28446 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28447 add extradata parsing for QDM2.
28448 change around debugging prints.
28450 2004-02-19 Benjamin Otte <otte@gnome.org>
28452 * ext/lame/gstlame.c: (gst_lame_chain):
28453 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28454 use gst_tag_list_insert when you want to insert tags
28456 2004-02-18 David Schleef <ds@schleef.org>
28458 * configure.ac: Move massink to gst-rotten
28460 * ext/mas/Makefile.am:
28461 * ext/mas/massink.c:
28462 * ext/mas/massink.h:
28464 2004-02-18 David Schleef <ds@schleef.org>
28466 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28467 typefinding, since it seems to be worse than nothing.
28468 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28469 atom to recognize .mp4 and .m4a files as video/quicktime.
28471 2004-02-18 David Schleef <ds@schleef.org>
28473 * gst/sine/demo-dparams.c: (quit_live),
28474 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28475 Use double dparams, not float.
28476 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28477 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28478 sync'd elements don't really work correctly.
28479 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28480 (volume_update_volume), (volume_get_property): Change dparam
28483 2004-02-18 Julien MOUTTE <julien@moutte.net>
28485 * sys/ximage/ximagesink.c:
28486 (gst_ximagesink_xwindow_update_geometry),
28487 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28488 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28489 (gst_ximagesink_init): Rework the way software video scaling works. So
28490 now we check on each chain call if the video frames are feeling the
28491 window. If not we try to renegotiate caps. On failure we memorize that
28492 and we won't try again for that PLAYING sessions.
28493 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28495 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28498 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28500 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28501 break up _link so we can give a better debug message for errors
28503 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28505 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28506 set up debug category
28508 2004-02-18 Julien MOUTTE <julien@moutte.net>
28510 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28511 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28512 the way renegotiation work. The event handling function is not taking
28513 care of external windows and renegotiate method check for pad flags
28514 NEGOTIATING. Should fix : #133209
28516 2004-02-17 Julien MOUTTE <julien@moutte.net>
28518 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28519 pad is negotiating before trying renegotiation.
28521 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28523 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28524 pass on all possible mime types as typefind hints
28526 2004-02-17 Julien MOUTTE <julien@moutte.net>
28528 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28530 possible SHM leak if we crash. All other apps using XShm are doing
28533 2004-02-17 Julien MOUTTE <julien@moutte.net>
28535 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28536 (gst_ximagesink_expose): Renegotiate size on expose.
28537 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28540 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28542 * testsuite/alsa/sinesrc.c:
28543 cosmetic fix to fix compile issue with gcc 2.95.4
28545 2004-02-16 Julien MOUTTE <julien@moutte.net>
28547 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28548 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28549 failed opening the audio device.
28550 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28551 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28552 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28553 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28554 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28555 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28556 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28557 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28558 Removing some useless g_return_if_fail like wingo suggested.
28559 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28560 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28561 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28562 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28563 (gst_xvimagesink_update_colorbalance),
28564 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28565 (gst_xvimagesink_xcontext_clear),
28566 (gst_xvimagesink_get_fourcc_from_caps),
28567 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28568 (gst_xvimagesink_set_xwindow_id),
28569 (gst_xvimagesink_colorbalance_list_channels),
28570 (gst_xvimagesink_colorbalance_set_value),
28571 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28572 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28574 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28576 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28577 throw error when not negotiated instead of asserting
28579 2004-02-15 Julien MOUTTE <julien@moutte.net>
28581 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28582 correct data refcounting.
28584 2004-02-15 Julien MOUTTE <julien@moutte.net>
28586 * gst/switch/gstswitch.c: (gst_switch_change_state),
28587 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28588 change, mostly the EOS flag.
28590 2004-02-15 Julien MOUTTE <julien@moutte.net>
28592 * examples/gstplay/player.c: (got_eos), (main): Adding some
28593 output for debugging.
28594 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28595 timeouts if we go to any state different from PLAYING.
28596 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28597 more EOS bugs in riff lib.
28599 2004-02-14 Julien MOUTTE <julien@moutte.net>
28601 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28602 visualization until i find a way to fix switch correctly.
28603 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28605 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28606 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28607 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28608 Reworked switch to get a more correct behaviour with events and refing
28609 of data stored in sinkpads.
28610 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28611 we don't pull from a pad in EOS.
28613 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28615 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28616 remove v1 tag even if we can't read it (makes sure we don't detect
28619 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28621 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28622 (gst_alsa_xrun_recovery):
28623 * ext/alsa/gstalsa.h:
28624 try xrun recovery when wait failed. Make xrun recovery function
28625 return TRUE/FALSE to indicate success. (might fix #134354)
28627 2004-02-13 David Schleef <ds@schleef.org>
28629 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28630 (dynparm_value_changed), (main): Convert from float to double.
28631 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28633 2004-02-13 David Schleef <ds@schleef.org>
28635 * gst/silence/gstsilence.c: (gst_silence_class_init),
28636 (gst_silence_set_clock), (gst_silence_get),
28637 (gst_silence_set_property), (gst_silence_get_property):
28638 * gst/silence/gstsilence.h: Add sync property.
28639 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28640 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28641 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28642 * gst/sine/gstsinesrc.h: Add sync property.
28644 2004-02-13 David Schleef <ds@schleef.org>
28646 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28647 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28649 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28653 * gst-libs/ext/Makefile.am:
28654 move ffmpeg plugin to gst-ffmpeg module
28656 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28658 * configure.ac: use GST_ARCH to detect architecture
28660 2004-02-12 Julien MOUTTE <julien@moutte.net>
28662 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28664 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28666 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28667 classify LADSPA plugins based on number of src/sink pads
28668 (#133663, Stefan Kost)
28669 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28670 fix dparams registration
28671 (#133528, Stefan Kost)
28672 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28673 fix use of isprint and use g_ascii_isprint instead
28674 (#133316, Stefan Kost)
28676 2004-02-11 David Schleef <ds@schleef.org>
28678 Convert a few inner loops to use liboil. This is currently
28679 optional, and is only enabled if liboil is present (duh!).
28680 * configure.ac: Check for liboil-0.1
28681 * gst/intfloat/Makefile.am:
28682 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28683 (gst_int2float_chain_gint16):
28684 * gst/videofilter/Makefile.am:
28685 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28686 (tablelookup_u8), (gst_videobalance_planar411):
28687 * gst/videotestsrc/Makefile.am:
28688 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28689 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28690 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28691 (paint_hline_RGB565), (paint_hline_xRGB1555):
28693 2004-02-11 David Schleef <ds@schleef.org>
28695 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28696 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28697 (gst_colorspace_getcaps), (gst_colorspace_link),
28698 (gst_colorspace_base_init), (gst_colorspace_init),
28699 (gst_colorspace_chain), (gst_colorspace_change_state),
28700 (plugin_init): Merge Ronald's patch (bug #117897) and update
28701 for new caps and negotiation. Seems to work, although it
28702 shows off bugs in lcs.
28704 2004-02-11 David Schleef <ds@schleef.org>
28706 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28707 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28709 2004-02-11 David Schleef <ds@schleef.org>
28711 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28712 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28713 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28714 Add server and port properties
28716 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28721 * m4/as-liblame.m4:
28722 * m4/as-slurp-ffmpeg.m4:
28723 * m4/check-libheader.m4:
28730 * m4/gst-ivorbis.m4:
28731 * m4/gst-matroska.m4:
28733 * m4/gst-shout2.m4:
28741 fix underquotedness of macros (#133800)
28742 * m4/as-avifile.m4:
28744 removed because no longer used
28746 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28749 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28750 by autopoint (fixes #132996)
28752 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28754 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28755 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28756 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28757 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28760 2004-02-11 David Schleef <ds@schleef.org>
28762 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28763 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28764 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28765 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28766 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28767 (gst_jpegenc_class_init), (gst_jpegenc_init),
28768 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28769 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28770 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28771 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28773 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28775 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28776 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28777 * ext/mikmod/gstmikmod.h:
28778 fix caps negotiation in mikmod
28779 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28780 output debug information
28782 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28784 * gst-libs/gst/colorbalance/Makefile.am:
28785 * gst-libs/gst/navigation/Makefile.am:
28786 * gst-libs/gst/xoverlay/Makefile.am:
28787 remove unused GST_OPT_CFLAGS from Makefiles
28788 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28790 2004-02-07 David Schleef <ds@schleef.org>
28792 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28793 push events to pads that haven't been created (#133508)
28795 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28797 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28798 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28799 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28800 (gst_dvdec_loop), (gst_dvdec_change_state):
28801 Second attempt at committing a working dvdec element.
28803 2004-02-06 David Schleef <ds@schleef.org>
28805 Build fixes for OS X: (see #129600)
28806 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28807 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28808 (gst_riff_read_strf_iavs):
28809 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28810 (gst_avi_demux_stream_odml):
28811 * gst/playondemand/Makefile.am:
28812 * gst/rtp/rtp-packet.c:
28814 2004-02-05 David Schleef <ds@schleef.org>
28816 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28817 last change, because it Just Doesn't Compile.
28819 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28821 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28822 skip undecodable id3v2 tag instead of keeping it
28824 2004-02-05 David Schleef <ds@schleef.org>
28826 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28827 Unref leaked buffer. (Noticed by Ronald)
28829 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28831 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28832 Sync requires with other checks. >= vs =.
28834 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28836 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28837 (gst_dvdec_video_link), (gst_dvdec_loop):
28838 * ext/dv/gstdvdec.h:
28839 rework the caps negotiation so that dvdec works again instead
28840 of just segfaulting.
28842 === release 0.7.4 ===
28844 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28846 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28847 * configure.ac: changed for release
28849 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28851 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28852 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28853 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28854 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28855 reworked patch by David Lehn to fix libdir and includedir for
28856 uninstalled libraries
28857 removed play and gconf from gstreamer-libs since they have their
28858 own pkgconfig files
28860 2004-02-04 David Schleef <ds@schleef.org>
28862 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28865 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28867 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28868 use correct GST_TAG_ENCODER tag
28870 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28872 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28873 be sure to stop the clock when going to paused
28874 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28875 reset number of transmitted when going to ready.
28878 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28880 reviewed by Benjamin Otte
28882 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28883 extract track count (fixes #133410)
28885 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28887 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28888 that should be !=, not == (fixes #132519)
28890 2004-02-04 David Schleef <ds@schleef.org>
28892 Make sure set_explicit_caps() is called before adding pad.
28893 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28894 * gst/id3/gstid3types.c: (gst_id3types_loop):
28895 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28896 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28898 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28901 bump nano to 2, first prerelease
28902 put back AM_PROG_LIBTOOL
28904 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28906 * testsuite/alsa/Makefile.am:
28907 these are user test apps, not automatic testsuite tests
28909 2004-02-04 David Schleef <ds@schleef.org>
28911 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28912 * gst/mpeg1videoparse/gstmp1videoparse.c:
28913 (mp1videoparse_parse_seq):
28914 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28915 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28916 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28917 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28918 (gst_xvideosink_getcaps):
28919 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28920 * testsuite/gst-lint: more tests
28922 2004-02-04 David Schleef <ds@schleef.org>
28924 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28925 with the code that they would expand to.
28926 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28927 (gst_flacdec_get_src_query_types),
28928 (gst_flacdec_get_src_event_masks):
28929 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28930 (gst_gnomevfssrc_get_query_types),
28931 (gst_gnomevfssrc_get_event_mask):
28933 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28935 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28936 (gst_sinesrc_dispose):
28937 fix memleak by properly disposing sinesrc
28939 2004-02-04 Julien MOUTTE <julien@moutte.net>
28941 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28942 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28943 an overlay to redraw the image because it has been exposed.
28944 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28945 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28946 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28947 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28950 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28951 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28952 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28955 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28957 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28958 more memleak fixage
28960 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28962 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28963 * gst/typefind/gsttypefindfunctions.c:
28964 fix memleaks shown by gst-typefind
28966 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28968 * common/glib-gen.mak:
28969 add hack rule to touch .Plo files
28970 * gst-libs/gst/colorbalance/Makefile.am:
28971 * gst-libs/gst/mixer/Makefile.am:
28972 * gst-libs/gst/play/Makefile.am:
28973 * gst-libs/gst/tuner/Makefile.am:
28974 remove glib_root variable
28976 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28978 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28979 set explicit caps before adding the element, so the autopluggers can
28981 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28982 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28983 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28985 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28988 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28990 * gst-libs/gst/colorbalance/Makefile.am:
28991 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28992 * gst-libs/gst/colorbalance/colorbalance.c:
28993 * gst-libs/gst/colorbalance/colorbalance.h:
28994 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28995 * gst-libs/gst/mixer/Makefile.am:
28996 * gst-libs/gst/mixer/mixer-marshal.list:
28997 * gst-libs/gst/mixer/mixer.c:
28998 * gst-libs/gst/mixer/mixer.h:
28999 * gst-libs/gst/mixer/mixermarshal.list:
29000 * gst-libs/gst/play/Makefile.am:
29001 * gst-libs/gst/play/play.h:
29002 * gst-libs/gst/tuner/Makefile.am:
29003 * gst-libs/gst/tuner/tuner-marshal.list:
29004 * gst-libs/gst/tuner/tuner.c:
29005 * gst-libs/gst/tuner/tuner.h:
29006 * gst-libs/gst/tuner/tunermarshal.list:
29007 use new glib-gen.mak snippet to clean up Makefile.am
29008 fix various bugs in Makefile.am's
29010 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29012 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29013 handle chain parsing correctly in the multichain case
29014 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29015 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29016 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29017 (theora_dec_chain):
29018 handle events and queries correctly
29020 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29023 Ignore generated file _stdint.h.
29025 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29027 * gst-libs/gst/colorbalance/Makefile.am:
29028 * gst-libs/gst/colorbalance/colorbalance.h:
29029 * gst-libs/gst/mixer/Makefile.am:
29030 * gst-libs/gst/mixer/mixer.h:
29031 * gst-libs/gst/play/Makefile.am:
29032 * gst-libs/gst/play/play.h:
29033 * gst-libs/gst/tuner/Makefile.am:
29034 * gst-libs/gst/tuner/tuner.h:
29035 Generate enum type code with glib-mkenums.
29036 * gst-libs/gst/colorbalance/.cvsignore:
29037 * gst-libs/gst/mixer/.cvsignore:
29038 * gst-libs/gst/play/.cvsignore:
29039 * gst-libs/gst/tuner/.cvsignore:
29040 Ignore generated files.
29042 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29044 * gst-libs/gst/audio/.cvsignore:
29045 Ignore generated file.
29046 * gst-libs/gst/audio/Makefile.am:
29047 Do not install example filter.
29049 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29051 * examples/switch/.cvsignore:
29052 Ignore generated file.
29054 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29056 * common/m4/ax_create_stdint_h.m4:
29058 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29061 remove generated _stdint.h in DISTCLEANFILES
29062 * ext/a52dec/gsta52dec.c:
29063 include _stdint.h for a52dec. (should fix #133064)
29065 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29067 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29068 (gst_tag_to_vorbis_comments):
29069 Add replaygain support to vorbistag
29071 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29072 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29073 (gst_ffmpeg_caps_to_extradata):
29074 Fix SVQ3 caps flag properties
29075 Use glib macro for bytes swap
29077 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29079 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29080 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29081 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29082 * ext/sndfile/gstsf.c: (plugin_init):
29083 * gst/avi/gstavi.c: (plugin_init):
29084 * sys/dxr3/dxr3init.c: (plugin_init):
29085 * sys/oss/gstossaudio.c: (plugin_init):
29086 * sys/v4l/gstv4l.c: (plugin_init):
29087 * sys/v4l2/gstv4l2.c: (plugin_init):
29088 remove textdomain calls
29090 update Dutch translation
29092 2004-02-02 Julien MOUTTE <julien@moutte.net>
29094 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29095 (gst_play_set_audio_sink): Moving volume in the audio thread for
29096 instantaneous volume change. Maybe i will add another volume in front
29097 of visualization later, not sure yet though.
29099 2004-02-02 Julien MOUTTE <julien@moutte.net>
29101 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29102 (gst_ximagesink_handle_xevents): Better X events handling, only take
29103 the latest events for configure and motion.
29104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29106 2004-02-02 Jon Trowbridge <trow@gnu.org>
29108 reviewed by: David Schleef <ds@schleef.org>
29111 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29112 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29114 2004-02-02 David Schleef <ds@schleef.org>
29116 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29118 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29119 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29120 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29121 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29122 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29123 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29124 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29125 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29126 (gst_float2_2_int_link):
29127 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29128 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29129 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29130 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29131 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29132 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29133 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29134 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29135 * testsuite/gst-lint: Add tests for bzero and ;;
29137 2004-02-02 David Schleef <ds@schleef.org>
29139 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29141 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29143 * ext/aalib/gstaasink.c: (gst_aasink_open):
29144 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29145 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29146 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29147 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29148 (gst_afsink_close_file):
29149 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29150 (gst_afsrc_close_file):
29151 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29152 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29153 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29154 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29155 * ext/esd/esdmon.c: (gst_esdmon_get):
29156 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29157 * ext/faac/gstfaac.c: (gst_faac_chain):
29158 * ext/faad/gstfaad.c: (gst_faad_chain):
29159 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29160 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29161 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29162 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29163 (gst_flacdec_loop):
29164 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29165 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29166 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29167 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29168 (gst_gnomevfssink_close_file):
29169 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29170 (gst_gnomevfssrc_open_file):
29171 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29172 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29173 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29174 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29175 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29176 * ext/mad/gstmad.c: (gst_mad_chain):
29177 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29178 * ext/mpeg2dec/gstmpeg2dec.c:
29179 * ext/mpeg2enc/gstmpeg2enc.cc:
29180 * ext/mplex/gstmplex.cc:
29181 * ext/mplex/gstmplexibitstream.cc:
29182 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29183 (gst_ogg_demux_push):
29184 * ext/raw1394/gstdv1394src.c:
29185 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29186 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29187 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29189 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29190 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29191 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29192 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29193 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29194 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29195 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29196 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29197 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29198 (gst_riff_read_element_data), (gst_riff_read_seek),
29199 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29200 * gst/adder/gstadder.c: (gst_adder_loop):
29201 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29202 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29203 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29204 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29205 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29206 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29207 * gst/goom/gstgoom.c: (gst_goom_chain):
29208 * gst/id3/gstid3types.c: (gst_id3types_loop):
29209 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29210 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29211 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29212 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29213 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29214 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29215 (gst_ebml_read_float), (gst_ebml_read_header):
29216 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29217 (gst_matroska_demux_parse_blockgroup):
29218 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29219 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29220 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29221 * gst/silence/gstsilence.c: (gst_silence_get):
29222 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29223 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29224 * gst/speed/gstspeed.c: (speed_loop):
29225 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29226 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29227 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29228 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29229 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29230 (gst_wavparse_loop):
29231 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29232 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29233 (dxr3audiosink_close):
29234 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29235 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29236 (dxr3videosink_close), (dxr3videosink_write_data):
29237 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29238 * sys/oss/gstosssink.c: (gst_osssink_chain):
29239 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29240 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29241 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29242 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29243 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29244 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29245 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29246 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29247 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29248 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29249 (gst_v4l_set_audio):
29250 * sys/v4l/v4l_calls.h:
29251 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29252 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29253 (gst_v4lmjpegsink_playback_init),
29254 (gst_v4lmjpegsink_playback_start):
29255 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29256 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29257 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29258 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29259 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29260 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29261 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29262 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29263 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29264 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29265 (gst_v4l2_get_output), (gst_v4l2_set_output),
29266 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29267 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29268 (gst_v4l2_set_attribute):
29269 * sys/v4l2/v4l2_calls.h:
29270 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29271 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29272 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29273 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29274 (gst_v4l2src_capture_stop):
29275 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29276 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29277 (gst_ximagesink_chain):
29278 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29279 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29280 (gst_xvideosink_xwindow_new):
29281 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29282 (gst_xvimagesink_chain):
29284 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29286 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29287 (gst_volume_get_volume), (volume_class_init), (volume_init),
29288 (volume_chain_int16), (volume_update_volume):
29289 * gst/volume/gstvolume.h:
29290 make code more readable by removing magic numbers
29291 make mixer interface export 0-100 range
29292 make it internally map to 0.0-1.0 range so users don't distort
29293 output by putting the sliders at full volume
29295 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29297 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29298 (gst_play_state_change), (gst_play_seek_to_time):
29299 block the tick callback for 0.5 secs after doing a seek
29301 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29303 * gst-libs/gst/play/play.c: (gst_play_new):
29306 2004-02-01 Julien MOUTTE <julien@moutte.net>
29308 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29309 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29310 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29311 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29312 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29313 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29315 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29318 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29319 check for a function added in vorbis 1.1
29321 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29323 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29324 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29325 really start/stop clock only on PLAYING <=> PAUSED
29326 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29327 remove \n from debugging lines
29328 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29329 make it work when seeking does not
29330 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29333 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29335 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29336 start clock on PAUSED=>PLAYING, not later
29337 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29338 extract correct time for different discont formats
29339 (gst_alsa_sink_get_time):
29340 don't segfault when no format is negotiated yet, just return 0
29341 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29342 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29343 (gst_ogg_pad_push):
29344 handle flush and discont events correctly
29345 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29346 handle discont events correctly
29348 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29350 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29351 (gst_play_error_create), (gst_play_error_plugin),
29352 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29353 * gst-libs/gst/play/play.h:
29354 add error handling during creation
29355 * examples/gstplay/player.c: (main):
29356 use new gst_play_new
29359 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29361 * ext/theora/theoradec.c: (theora_dec_chain):
29363 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29364 (vorbis_dec_src_event), (vorbis_dec_chain):
29365 add encoder tag, fix tag reading to be more error tolerant, change
29366 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29367 gst_pad_event_default.
29368 * gst/tags/gstvorbistag.c:
29369 (gst_tag_list_from_vorbiscomment_buffer):
29370 undefine function specific define at end of function
29372 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29374 * ext/flac/gstflac.c: (plugin_init):
29375 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29376 * ext/flac/gstflacdec.h:
29377 * ext/flac/gstflacenc.h:
29380 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29382 * examples/gstplay/player.c: s/gstplay.h/play.h/
29384 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29386 * gst-libs/gst/play/Makefile.am:
29387 * gst-libs/gst/play/gstplay.c:
29388 * gst-libs/gst/play/gstplay.h:
29389 * gst-libs/gst/play/play.c:
29390 more surgery, operation complete
29392 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29394 * gst-libs/gst/play/play.old.c:
29395 * gst-libs/gst/play/play.old.h:
29396 after CVS surgery by moving, remove
29397 * gst-libs/gst/play/playpipelines.c:
29400 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29401 add negotiation error
29403 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29405 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29406 (gst_ogg_demux_push):
29407 add some seeking debug info
29408 send a flush when seeking
29410 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29416 * ext/theora/Makefile.am:
29417 * ext/theora/theoradec.c:
29418 add theora video decoder. Does just do simple decoding for now and
29419 has been tested against Theora cvs only. It only works when theora
29420 is compiled with --enable-static.
29421 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29422 always reset packetno on DISCONT
29424 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29426 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29429 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29431 * gst/mpegaudioparse/gstmpegaudioparse.c:
29432 (mp3_type_frame_length_from_header):
29433 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29435 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29437 * ext/esd/esdsink.c: (gst_esdsink_init):
29438 Since we have static pad template caps, we don't need to negotiate;
29439 either the core errors out or we know the format.
29441 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29443 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29444 (gst_riff_read_seek):
29445 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29446 (gst_ebml_read_seek):
29447 Fix event handling.
29449 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29451 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29452 removee video/x-theora from vp3 decoder, it doesn't handle raw
29454 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29455 fix bug with finalizing element that never went to PAUSED
29456 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29457 length and position queries were swapped
29458 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29459 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29460 (vorbis_dec_src_event):
29461 implement querying time and bytes
29463 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29465 * just about every source file:
29466 gst_element_error -> GST_ELEMENT_ERROR
29468 2004-01-29 Julien MOUTTE <julien@moutte.net>
29470 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29471 emiting FLUSH and even before DISCONT.
29472 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29473 get the best instant seeking as possible yay!
29475 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29477 * gst/mpeg1videoparse/gstmp1videoparse.c:
29478 (gst_mp1videoparse_real_chain):
29479 Committed wrong version last week... Grr... Didn't notice until now.
29481 2004-01-29 Julien MOUTTE <julien@moutte.net>
29483 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29484 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29485 have_xwindow_id signal in xwindow_create.
29487 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29489 * ext/ogg/gstoggdemux.c:
29490 lots of changes - mainly support for chained bitstreams, seeking,
29491 querying and bugfixes of course
29492 * ext/vorbis/Makefile.am:
29493 * ext/vorbis/vorbisdec.c:
29494 * ext/vorbis/vorbisdec.h:
29495 add vorbisdec raw vorbis decoder
29496 * ext/vorbis/vorbis.c: (plugin_init):
29497 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29498 * gst/intfloat/Makefile.am:
29499 * gst/intfloat/float22int.c:
29500 * gst/intfloat/float22int.h:
29501 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29502 add float2intnew plugin. It converts multichannel interleaved float to
29503 multichannel interleaved int. The name should probably be changed.
29504 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29506 add typefinding for raw theora video so oggdemux can detect it.
29508 2004-01-28 Julien MOUTTE <julien@moutte.net>
29510 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29511 sink element first.
29512 * gst/videoscale/gstvideoscale.c:
29513 (gst_videoscale_handle_src_event): Fixing src event handler.
29515 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29517 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29518 (gst_v4lsrc_open), (gst_v4lsrc_close),
29519 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29520 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29521 * sys/v4l/gstv4lsrc.h:
29522 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29523 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29524 Implement resizing... Hack. But that's why v4l is b0rked...
29526 2004-01-28 Julien MOUTTE <julien@moutte.net>
29528 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29529 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29530 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29531 (gst_ximagesink_xwindow_destroy):
29532 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29533 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29534 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29535 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29536 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29537 correctly cleaning the image created to check xshm calls on succes,
29538 added a lot of XSync calls in X11 functions, and fixed a segfault when
29539 no image format was defined before negotiation happened.
29541 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29543 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29544 use gst_element_get_time to get correct time
29546 2004-01-28 Julien MOUTTE <julien@moutte.net>
29548 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29549 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29550 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29552 (gst_xvimagesink_check_xshm_calls),
29553 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29554 X plugins are now able to detect that XShm calls will fail even if the
29555 server claims that it has XShm support (remote displays most of the
29556 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29557 so that we use non XShm functions. This feature is almost useless for
29558 xvimagesink as Xv is not supported on remote displays anyway, but
29559 it might happen than even on the local display XShm calls fail.
29561 2004-01-27 David Schleef <ds@schleef.org>
29563 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29564 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29565 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29566 changed esdsink to only use 44100,16,2, since esd sucks at rate
29567 conversion and esdsink has had difficulty negotiating.
29569 2004-01-27 Julien MOUTTE <julien@moutte.net>
29571 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29572 (gst_play_seek_to_time): Fixing the way to get current position.
29574 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29576 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29577 use gst_element_get_time to get correct time
29579 2004-01-27 Julien MOUTTE <julien@moutte.net>
29581 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29582 fix ever... Inverting 2 lines of code make spider autoplug correctly
29585 2004-01-27 David Schleef <ds@schleef.org>
29587 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29588 Use gst_pad_try_set_caps_nonfixed().
29590 2004-01-27 David Schleef <ds@schleef.org>
29592 * gst/ac3parse/gstac3parse.c: update to checklist 5
29593 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29594 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29595 * gst/audioscale/gstaudioscale.c: same
29596 * gst/auparse/gstauparse.c: same
29597 * gst/avi/gstavidemux.c: same
29599 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29601 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29602 stop processing after EOS
29604 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29606 * gst/asfdemux/asfheaders.h:
29607 * gst/asfdemux/gstasfdemux.c:
29608 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29609 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29610 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29611 lot's of fixes to make data extraction simpler and get the code
29612 architecture and compiler independant. Add debugging category
29613 * gst/goom/gstgoom.c: (gst_goom_change_state):
29614 reset channel count on PAUSED=>READY, not READY=>PAUSED
29616 2004-01-26 Colin Walters <walters@verbum.org>
29618 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29619 code to pull a bigger buffer in iradio mode. This as a side effect
29620 makes typefinding work.
29622 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29624 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29625 Fix SVQ3 decoding on PPC
29627 2004-01-26 Julien MOUTTE <julien@moutte.net>
29629 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29630 that one managed to stay there... Fixed.
29632 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29634 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29635 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29636 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29637 (qtdemux_video_caps):
29638 * gst/qtdemux/qtdemux.h:
29639 Add SVQ3 specific flags to qtdemux and ffmpeg
29641 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29643 * gst-libs/gst/audio/audio.h:
29644 remove buffer-frames from audio caps
29645 * gst/audioconvert/gstaudioconvert.c:
29646 fix plugin to really work.
29648 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29650 * gst-libs/gst/mixer/mixer.c:
29651 * gst-libs/gst/propertyprobe/propertyprobe.c:
29652 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29653 (gst_tuner_find_channel_by_name):
29654 * gst-libs/gst/tuner/tuner.h:
29655 Add gtk-doc style comments. Also fix a function name.
29657 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29659 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29660 (gst_divxdec_negotiate):
29661 Fix for new capsnego - also fixes gst-player with divxdec.
29663 2004-01-25 Julien MOUTTE <julien@moutte.net>
29665 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29666 (gst_play_identity_handoff), (gst_play_set_location),
29667 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29668 try in visualization implementation. Still have an issue with switch
29669 blocking when pulling from video_queue and only audio comes out of
29671 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29672 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29673 release method. And check if the pad is usable before pulling.
29675 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29677 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29678 (gst_videobalance_init),
29679 (gst_videobalance_colorbalance_list_channels),
29680 (gst_videobalance_colorbalance_set_value),
29681 (gst_videobalance_colorbalance_get_value),
29682 (gst_videobalance_update_properties),
29683 (gst_videobalance_update_tables_planar411),
29684 (gst_videobalance_planar411):
29685 * gst/videofilter/gstvideobalance.h:
29686 Implement lookup-tables. +/- 10x faster.
29688 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29690 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29691 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29692 The index reading was broken. The rest worked fine, but the whole
29693 goal of my rewrite was to make avidemux readable, and this was
29694 not at all readable. Please use typed variables.
29696 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29698 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29699 Additional pad usability check.
29700 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29701 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29702 (gst_mp1videoparse_real_chain):
29703 Fix MPEG video stream parsing. The original plugin had several
29704 issues, including not timestamping streams where the source was
29705 not timestamped (this happens with PTS values in mpeg system
29706 streams, but MPEG video is also a valid stream on its own so
29707 that needs timestamps too). We use the display time code for that
29708 for now. Also, if one incoming buffer contains multiple valid
29709 frames, we push them all on correctly now, including proper EOS
29710 handling. Lastly, several potential segfaults were fixed, and we
29711 properly sync on new sequence/gop headers to include them in next,
29712 not previous frames (since they're header for the next frame, not
29713 the previous). Also see #119206.
29714 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29716 Move caps setting so we only do it after finding several valid
29717 MPEG-1 fraes sequentially, not right after the first one (which
29718 might be coincidental).
29719 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29720 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29722 Add unsynced MPEG video stream typefinding, and change some
29723 probability values so we detect streams rightly. The idea is as
29724 follows: I can have an unsynced system stream which contains
29725 video. In the current code, I would randomly get a type for either
29726 system or video stream type found, because the probabilities are
29727 being calculated rather randomly. I now use fixed values, so we
29728 always prefer system stream if that was found (and that is how it
29729 should be). If no system stream was found, we can still identity the stream as video-only.
29731 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29733 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29734 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29735 don't write to buffer. Extract data without the need of
29736 __attribute__ ((packed))
29738 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29740 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29741 (mpeg1_sys_type_find):
29742 Fix MPEG-1 stream typefinding.
29744 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29746 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29747 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29749 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29751 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29752 * ext/esd/gstesd.c: (plugin_init):
29753 private debugging, better error reporting
29755 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29757 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29758 (gst_riff_read_init), (gst_riff_read_change_state):
29759 * gst-libs/gst/riff/riff-read.h:
29760 Remove stuff fromold metadata system.
29762 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29764 * ext/ogg/gstoggdemux.c:
29765 Fix wrong file comment.
29766 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29767 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29768 Add metadata reading properly.
29770 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29773 Fix nas DIST_SUBDIRS
29775 Fix bug where make distcheck doesn't get run on adding stuff to
29778 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29780 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29781 * ext/divx/gstdivxdec.h:
29782 Fix divx3 ("msmpeg4") playback using divxdec.
29784 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29786 * gst/typefind/gsttypefindfunctions.c:
29787 (mp3_type_frame_length_from_header): fix bug in length computation
29788 (mp3_type_find): improve debugging output
29790 2004-01-23 Julien MOUTTE <julien@moutte.net>
29792 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29793 (gst_play_set_location), (gst_play_seek_to_time),
29794 (gst_play_set_audio_sink), (gst_play_set_visualization),
29795 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29796 the pipeline from scratch. Visualization is back and switch went out as
29797 i realized it was not possible to use the way i wanted.
29798 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29799 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29800 clearing in state change from READY to NULL. So that one can clean the
29801 X ressources keeping the element.
29802 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29803 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29804 (gst_xvimagesink_colorbalance_set_value),
29805 (gst_xvimagesink_colorbalance_get_value),
29806 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29807 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29808 change from READY to NULL and fixed some stupid bugs in colorbalance
29809 get/set values. Also added the following feature : when nobody tries to
29810 set some values to the colorbalance levels before the xcontext is
29811 grabbed, then when creating channels list from Xv attributes we set the
29812 internal values to the Xv defaults. This way we handle buggy Xv drivers
29813 that set default hue values far from the middle of the range (Thanks
29814 to Jon Trowbridge for pointing that issue).
29815 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29816 colorbalance levels have been set before xcontext is grabbed.
29818 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29820 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29821 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29822 it might block operations (which is bad for a mixer).
29824 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29826 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29827 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29828 (gmip_find_type_pre):
29829 * gst-libs/gst/media-info/media-info-priv.h:
29830 * gst-libs/gst/media-info/media-info.c:
29831 (gst_media_info_instance_init), (gst_media_info_read_idler):
29832 add fakesink to get caps on decoder src pad again
29833 fix callback prototype to match new have_type signal signature
29835 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29837 * gst/adder/gstadder.c: (gst_adder_link):
29838 fix non-compile and cut-n-paste code
29840 2004-01-21 David Schleef <ds@schleef.org>
29842 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29843 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29844 (gst_swfdec_init), (gst_swfdec_change_state):
29845 * ext/swfdec/gstswfdec.h:
29847 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29848 (gst_adder_request_new_pad): Fix negotiation.
29849 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29850 Add a fixate function.
29851 * gst/intfloat/gstfloat2int.c:
29852 * gst/intfloat/gstfloat2int.h:
29853 * gst/intfloat/gstint2float.c:
29854 * gst/intfloat/gstint2float.h:
29855 Completely rewrite the negotiation. Doesn't quite work yet,
29856 due to some buffer-frames problem.
29858 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29860 * ext/gnomevfs/gstgnomevfssrc.c:
29861 * sys/v4l2/v4l2_calls.h:
29862 fix includes for distcheck
29864 2004-01-21 Christian Schaller <uraeus@gnome.org>
29867 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29868 based on earlier patch from Laurent Vivier
29870 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29872 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29873 Fix wma caps property
29874 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29875 Fix typo (flags1 and flags2)
29877 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29879 * gst-libs/gst/media-info/media-info-priv.c:
29880 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29881 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29882 (gmip_find_stream), (gmip_find_track_metadata),
29883 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29884 (gmip_find_track_format):
29885 * gst-libs/gst/media-info/media-info-priv.h:
29886 * gst-libs/gst/media-info/media-info-test.c: (main):
29887 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29888 (gst_media_info_read_idler), (gst_media_info_read):
29889 * gst-libs/gst/media-info/media-info.h:
29890 register debugging category and use it for debugging
29892 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29894 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29895 (gst_vorbisfile_new_link):
29896 signal streaminfo through tags
29898 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29900 * ext/mplex/gstmplex.cc:
29901 * ext/mplex/gstmplexibitstream.cc:
29902 g++ doesn't like NULL in our i18n/error macros, should be
29903 either (NULL) or ("").
29905 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29907 * sys/dxr3/dxr3audiosink.c:
29908 * sys/dxr3/dxr3init.c:
29909 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29910 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29911 Fix more error error error errors (missing includes here).
29913 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29915 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29916 fix thomas' error errors.
29918 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29920 * ext/mpeg2enc/gstmpeg2enc.cc:
29923 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29925 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29926 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29927 Fix for new error system.
29929 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29931 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29932 fix for new error reporting
29934 2004-01-20 David Schleef <ds@schleef.org>
29936 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29937 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29938 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29939 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29940 and neither is 100+, most likely.
29941 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29942 (gst_xvimagesink_getcaps): same
29944 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29947 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29948 clashes with ffmpeg.
29950 2004-01-20 Julien MOUTTE <julien@moutte.net>
29952 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29953 (gst_switch_init): Fixed switch element : proxying link and setting
29954 caps from src to sink on request.
29956 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29958 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29959 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29960 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29963 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29965 * sys/v4l/v4l_calls.h:
29966 * sys/v4l2/v4l2_calls.h:
29967 element_error fixes
29969 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29971 * gst-libs/gst/gst-i18n-plugin.h:
29973 remove config.h inclusion
29975 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29978 adding autopoint invocation
29981 * gst-libs/gst/gettext.h:
29982 adding gettext bits
29983 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29984 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29985 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29986 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29987 (gst_gnomevfssink_close_file):
29988 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29989 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29990 * gst-libs/gst/gst-i18n-plugin.h:
29991 * gst/avi/gstavi.c: (plugin_init):
29992 * sys/dxr3/dxr3init.c: (plugin_init):
29993 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29994 * sys/oss/gstossaudio.c: (plugin_init):
29995 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29996 * sys/v4l/gstv4l.c: (plugin_init):
29997 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29998 * sys/v4l2/gstv4l2.c: (plugin_init):
29999 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30000 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30001 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30002 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30003 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30004 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30005 make sure locale and translation domain are set
30006 fix translated strings
30012 put translation files into place
30013 * sys/xvideo/imagetest.c: (main):
30014 * ext/dv/demo-play.c: (main):
30015 fix unnecessary translations
30017 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30019 * ext/sndfile/gstsf.c:
30020 * gst/avi/gstavimux.c:
30021 * ext/audiofile/gstafsink.c:
30022 * ext/audiofile/gstafsrc.c:
30023 * ext/gnomevfs/gstgnomevfssink.c:
30024 * ext/gnomevfs/gstgnomevfssrc.c:
30025 * sys/oss/gstosselement.c:
30026 * sys/v4l/v4l_calls.h:
30029 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30031 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30032 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30033 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30034 (gst_v4l2_get_output), (gst_v4l2_set_output),
30035 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30036 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30037 (gst_v4l2_set_attribute):
30038 update to new error handling
30040 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30042 * ext/sidplay/gstsiddec.cc:
30043 * gst/modplug/gstmodplug.cc:
30044 parenthese NULL because C++ seems angry about it
30046 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30048 * gst-libs/gst/gst-i18n-plugin.h:
30049 add skeleton i18n stuff, but needs to be further implemented
30051 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30053 * examples/gstplay/player.c: (main):
30054 * ext/aalib/gstaasink.c: (gst_aasink_open):
30055 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30056 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30057 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30058 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30059 (gst_afsink_close_file):
30060 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30061 (gst_afsrc_close_file):
30062 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30063 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30064 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30065 * ext/esd/esdmon.c: (gst_esdmon_get):
30066 * ext/esd/esdsink.c: (gst_esdsink_chain):
30067 * ext/faac/gstfaac.c: (gst_faac_chain):
30068 * ext/faad/gstfaad.c: (gst_faad_chain):
30069 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30070 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30071 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30072 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30073 (gst_flacdec_loop):
30074 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30075 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30076 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30077 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30078 (gst_gnomevfssink_close_file):
30079 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30080 (gst_gnomevfssrc_open_file):
30081 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30082 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30083 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30084 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30085 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30086 * ext/mad/gstmad.c: (gst_mad_chain):
30087 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30088 * ext/mpeg2dec/gstmpeg2dec.c:
30089 * ext/mpeg2enc/gstmpeg2enc.cc:
30090 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30091 * ext/mplex/gstmplex.cc:
30092 * ext/mplex/gstmplexibitstream.cc:
30093 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30094 (gst_ogg_demux_push), (gst_ogg_pad_push):
30095 * ext/raw1394/gstdv1394src.c:
30096 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30097 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30098 * ext/sidplay/gstsiddec.cc:
30099 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30101 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30102 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30103 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30104 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30105 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30106 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30107 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30108 * gst-libs/gst/Makefile.am:
30109 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30110 (gst_riff_read_element_data), (gst_riff_read_seek),
30111 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30112 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30113 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30114 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30115 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30116 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30117 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30118 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30119 * gst/goom/gstgoom.c: (gst_goom_chain):
30120 * gst/id3/gstid3types.c: (gst_id3types_loop):
30121 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30122 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30123 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30124 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30125 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30126 (gst_ebml_read_float), (gst_ebml_read_header):
30127 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30128 (gst_matroska_demux_parse_blockgroup):
30129 * gst/modplug/gstmodplug.cc:
30130 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30131 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30132 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30133 * gst/silence/gstsilence.c: (gst_silence_get):
30134 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30135 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30136 * gst/speed/gstspeed.c: (speed_loop):
30137 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30138 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30139 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30140 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30141 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30142 (gst_wavparse_loop):
30143 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30144 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30145 (dxr3audiosink_close):
30146 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30147 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30148 (dxr3videosink_close), (dxr3videosink_write_data):
30149 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30150 * sys/oss/gstosselement.h:
30151 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30152 (gst_osssink_chain):
30153 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30154 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30155 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30156 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30157 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30158 (gst_v4l_enable_overlay):
30159 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30160 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30161 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30162 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30163 (gst_v4l_set_audio):
30164 * sys/v4l/v4l_calls.h:
30165 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30166 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30167 (gst_v4lmjpegsink_playback_init),
30168 (gst_v4lmjpegsink_playback_start):
30169 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30170 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30171 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30172 (gst_v4lmjpegsrc_requeue_frame):
30173 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30174 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30175 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30176 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30177 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30178 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30179 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30180 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30181 (gst_v4l2src_capture_stop):
30182 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30183 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30184 (gst_ximagesink_chain):
30185 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30186 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30187 (gst_xvideosink_xwindow_new):
30188 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30189 (gst_xvimagesink_chain):
30190 use new error signal, function and categories
30192 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30196 * ext/musicbrainz/gsttrm.c:
30197 * ext/musicbrainz/gsttrm.h:
30198 * ext/musicbrainz/Makefile.am:
30201 2004-01-18 Julien MOUTTE <julien@moutte.net>
30203 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30204 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30205 synchronous property for debugging.
30206 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30207 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30208 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30209 smaller block, fixing indent.
30211 2004-01-16 David Schleef <ds@schleef.org>
30213 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30214 property affects the video stream.
30215 * sys/xvimage/xvimagesink.c:
30216 * sys/xvimage/xvimagesink.h:
30217 Add synchronous property for debugging. Should probably be
30218 disabled in non-CVS builds. Make sure that the Xv attribute
30219 exists before we set it (crash!). Fix a silly float bug that
30220 caused colorbalance to just not work.
30222 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30224 * tools/gst-launch-ext.in - update for new plugins
30226 2004-01-16 David Schleef <ds@schleef.org>
30228 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30229 already-freed caps.
30231 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30233 * Update spec for new colorspace plugin and libcaca plugin
30234 * Fix compilation of libcaca plugin (clock -> id)
30236 2004-01-16 Julien MOUTTE <julien@moutte.net>
30238 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30239 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30240 (gst_xvimagesink_set_xwindow_id),
30241 (gst_xvimagesink_colorbalance_set_value),
30242 (gst_xvimagesink_colorbalance_get_value),
30243 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30244 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30245 correct colorbalance properties. They can now be set when the element
30246 is still in NULL state. The values will be committed to the Xv Port
30247 when xcontext is initialized.
30248 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30249 brightness int values in the GstXvImagesink structure.
30251 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30253 * gst-libs/gst/Makefile.am:
30254 restructure so having local patches works easier.
30256 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30258 * ext/mpeg2enc/Makefile.am:
30259 * ext/mpeg2enc/gstmpeg2enc.cc:
30260 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30261 Bugfix with respect to EOS handling.
30263 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30265 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30266 Link with right caps (else, it segfaults).
30267 * ext/mplex/gstmplexjob.cc:
30268 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30270 2004-01-15 David Schleef <ds@schleef.org>
30272 * gst-libs/gst/audio/Makefile.am:
30273 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30275 * gst-libs/gst/audio/gstaudiofilter.c:
30276 * gst-libs/gst/audio/gstaudiofilter.h:
30277 Add bytes_per_sample and size and n_samples calculation.
30278 * gst-libs/gst/audio/gstaudiofilterexample.c:
30279 Remove, now autogenerated.
30280 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30281 Moved from gstaudiofilterexample, object name changed, code added
30282 so that it actually works.
30283 * gst-libs/gst/audio/make_filter:
30284 Script to build an audiofilter subclass from the template.
30285 * gst/colorspace/Makefile.am:
30286 * gst/colorspace/yuv2yuv.c:
30287 Remove file, since it's GPL, and we don't use it.
30289 2004-01-15 Julien MOUTTE <julien@moutte.net>
30291 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30292 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30293 them use the buffer free function to test how the buffer was allocated.
30295 2004-01-15 David Schleef <ds@schleef.org>
30297 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30298 that handles osssink fallback.
30299 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30300 (gst_audio_convert_getcaps):
30301 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30302 Add audio/x-qdm2 for QDM2 audio.
30303 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30304 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30305 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30306 Decrease minimum size to 16x16.
30307 * gst/wavparse/gstwavparse.c:
30308 Convert disabled pad template caps to new caps.
30309 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30310 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30311 (gst_xvimagesink_chain): Throw element error when display cannot
30312 be opened. Increase minimum framerate to 1.0. Check the data
30313 free function on a buffer to make sure it is the type we expect
30314 before manipulating it.
30316 2004-01-15 Julien MOUTTE <julien@moutte.net>
30318 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30319 (gst_videobalance_colorbalance_set_value): Implement passthru if
30320 settings are in the middle.
30321 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30323 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30325 * gst/videofilter/Makefile.am:
30326 * gst/volume/Makefile.am:
30327 Since we use videofilter symbols, link to it.
30329 2004-01-15 Julien MOUTTE <julien@moutte.net>
30331 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30332 mixer interface type to HARDWARE.
30333 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30335 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30336 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30337 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30338 (gst_volume_interface_init), (gst_volume_list_tracks),
30339 (gst_volume_set_volume), (gst_volume_get_volume),
30340 (gst_volume_set_mute), (gst_volume_mixer_init),
30341 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30342 (volume_init): Implementing mixer interface.
30343 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30344 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30345 (gst_osselement_change_state): Removing some trailing commas in
30347 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30348 interface type to HARDWARE.
30349 * sys/v4l/gstv4lcolorbalance.c:
30350 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30352 * sys/v4l2/gstv4l2colorbalance.c:
30353 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30354 interface type to HARDWARE.
30355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30356 same code than ximagesink for event handling.
30358 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30360 * ext/snapshot/Makefile.am:
30361 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30362 (gst_snapshot_chain):
30363 * ext/snapshot/gstsnapshot.h:
30364 This has to be a joke... Snapshot should be connected to a tee,
30365 colorspace element before it and EOS after that, where the other
30366 src of the tee receives normal data.
30367 The current way is *wrong*.
30369 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30371 * ext/hermes/gsthermescolorspace.c:
30372 Fix another compile error. Same as below.
30374 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30376 * gst/colorspace/gstcolorspace.c:
30377 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30378 (gst_colorspace_i420_to_yv12):
30379 Fix compiling... Didn't test if it actually works.
30381 2004-01-15 David Schleef <ds@schleef.org>
30384 * gst/colorspace/Makefile.am:
30385 * gst/colorspace/gstcolorspace.c:
30386 * gst/colorspace/gstcolorspace.h:
30387 * gst/colorspace/yuv2rgb.c:
30388 * gst/colorspace/yuv2rgb.h:
30389 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30390 code and GPL code. Fix for new caps negotiation. Rewrite
30391 much of the format handling code, and some of the conversion
30392 code. Basically, rewrote almost everything. This element
30393 handles I420, YV12 to RGB conversions.
30394 * ext/hermes/Makefile.am:
30395 * ext/hermes/gsthermescolorspace.c:
30396 Rename colorspace to hermescolorspace. Fix negotiation issues.
30397 Remove non-Hermes related code. This element handles lots of
30398 RGB to RGB conversions, but no YUV.
30399 * ext/hermes/gstcolorspace.c:
30400 * ext/hermes/gstcolorspace.h:
30401 * ext/hermes/rgb2yuv.c:
30402 * ext/hermes/yuv2rgb.c:
30403 * ext/hermes/yuv2rgb.h:
30404 * ext/hermes/yuv2rgb_mmx16.s:
30405 * ext/hermes/yuv2yuv.c:
30406 * ext/hermes/yuv2yuv.h:
30409 2004-01-14 Colin Walters <walters@verbum.org>
30411 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30412 they've already been.
30414 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30416 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30417 assume tag mode when pad is not connected
30419 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30421 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30422 Don't update the time of the clock
30423 (gst_alsa_sink_loop):
30424 sync to the clock given to alsasink, not the own clock
30425 * sys/oss/gstosssink.c: (gst_osssink_chain):
30427 (gst_osssink_change_state):
30429 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30431 remove bogus code that made DISCONT events unhandled
30432 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30433 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30435 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30436 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30437 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30438 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30439 2nd warning in bug #131502)
30441 2004-01-14 Julien MOUTTE <julien@moutte.net>
30443 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30444 (gst_videobalance_colorbalance_set_value),
30445 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30446 for colorbalance interface implementation.
30447 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30448 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30449 (gst_ximagesink_dispose), (gst_ximagesink_init),
30450 (gst_ximagesink_class_init): Adding DISPLAY property.
30451 * sys/ximage/ximagesink.h: Adding display_name to store display.
30452 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30453 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30454 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30455 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30456 properties (they still need polishing though for gst-launch use : no
30457 xcontext yet, i ll do that tomorrow).
30458 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30460 2004-01-14 Julien MOUTTE <julien@moutte.net>
30462 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30463 (gst_play_set_location), (gst_play_set_visualization): Preparing
30464 switch integration, adding videobalance in the pipeline.
30466 2004-01-14 Julien MOUTTE <julien@moutte.net>
30468 * gst-libs/gst/colorbalance/colorbalance.c:
30469 (gst_color_balance_class_init): Adding a default type.
30470 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30472 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30473 (gst_videobalance_dispose), (gst_videobalance_class_init),
30474 (gst_videobalance_init), (gst_videobalance_interface_supported),
30475 (gst_videobalance_interface_init),
30476 (gst_videobalance_colorbalance_list_channels),
30477 (gst_videobalance_colorbalance_set_value),
30478 (gst_videobalance_colorbalance_get_value),
30479 (gst_videobalance_colorbalance_init): Implementing colorbalance
30481 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30483 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30484 bug which was triggering a BadAccess X error when setting an overlay
30485 before pad was really negotiated.
30486 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30487 Using the colorbalance type macro.
30489 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30491 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30492 (gst_flacenc_chain):
30493 handle tags correctly
30494 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30495 extract ID3v1 tags correctly
30497 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30499 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30501 Improve matroska typefinding for odd-typed headers...
30503 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30505 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30506 Fix for using incremental number on padnames.
30508 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30510 * ext/divx/gstdivxdec.c:
30511 * ext/divx/gstdivxenc.c:
30512 Set category to divx4linux instead of divx (too generic).
30513 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30514 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30515 (gst_wavparse_loop), (gst_wavparse_change_state):
30516 * gst/wavparse/gstwavparse.h:
30517 fix parsing of WAV files with non-standard fmt-tag size and fix
30518 skipping of unrecognized chunks... Someone please fix this thing
30519 to use rifflib so all this is automated.
30520 * sys/v4l/Makefile.am:
30521 * sys/v4l2/Makefile.am:
30522 Add X_CFLAGS because we depend on X (for overlay).
30524 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30526 * ext/mpeg2dec/gstmpeg2dec.c:
30527 Don't issue a timestamp unless we tagged the frame
30530 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30532 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30533 Query the audio element to get the time, not the clock. We're
30534 interested in the element's time here.
30536 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30538 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30539 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30540 * ext/esd/esdsink.c: (gst_esdsink_chain):
30541 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30542 * ext/mas/massink.c: (gst_massink_chain):
30543 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30544 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30545 (gst_matroska_demux_parse_metadata):
30546 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30547 (gst_mpeg_parse_release_locks):
30548 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30549 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30550 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30551 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30552 (gst_osssink_change_state):
30553 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30554 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30555 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30556 (gst_xvideosink_release_locks):
30557 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30559 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30560 (gst_alsa_clock_stop):
30561 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30562 (gst_audio_clock_get_internal_time):
30563 simplify for use with new clocking code.
30564 * testsuite/alsa/Makefile.am:
30565 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30566 fix testsuite for new caps system
30568 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30570 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30571 * ext/flac/gstflacenc.c: (add_one_tag):
30572 length is already host endian, no need to convert. Fixes playback of
30573 tagged files on PPC. (bug #128384)
30575 2004-01-13 Julien MOUTTE <julien@moutte.net>
30577 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30578 colorbalance interface stating if it is hardware based or software
30580 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30581 Removing a trailing comma.
30582 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30583 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30584 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30585 the documentation seems to be wrong on the -1000 to 1000 interval.
30587 2004-01-12 David Schleef <ds@schleef.org>
30589 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30590 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30591 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30592 Fix negotiation. Add a bufferalloc function for the sink pad,
30593 and generally clean up some of the code.
30595 2004-01-12 Julien MOUTTE <julien@moutte.net>
30597 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30598 (gst_color_balance_channel_dispose): Adding safety check in dispose
30600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30601 (gst_xvimagesink_xcontext_clear),
30602 (gst_xvimagesink_interface_supported),
30603 (gst_xvimagesink_colorbalance_list_channels),
30604 (gst_xvimagesink_colorbalance_set_value),
30605 (gst_xvimagesink_colorbalance_get_value),
30606 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30607 Adding colorbalance interface support to set XV parameters such as
30608 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30609 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30612 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30614 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30615 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30616 (gst_audio_convert_init), (gst_audio_convert_set_property),
30617 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30618 (gst_audio_convert_link),
30619 (gst_audio_convert_buffer_to_default_format),
30620 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30621 - implement _getcaps and use it
30623 - remove float caps since no float conversion is actually done
30624 - remove properties and arguments that were to be used for rate
30627 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30629 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30630 (gst_audio_structure_set_int):
30631 * gst-libs/gst/audio/audio.h:
30632 add helper functions for _getcaps matching the standard audio
30635 2004-01-12 David Schleef <ds@schleef.org>
30637 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30638 Test that pad is negotiated before getting its caps.
30640 2004-01-12 Julien MOUTTE <julien@moutte.net>
30642 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30643 analyzing the pads of an element the bin is mostly in READY state so
30644 no caps were negotiated. This helper function needs to work with
30645 _get_caps directly then. I was not freeing them though, added that to
30648 2004-01-12 Julien MOUTTE <julien@moutte.net>
30650 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30652 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30653 than the free_func.
30655 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30657 * sys/oss/gstossaudio.c: (plugin_init):
30658 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30659 * sys/oss/gstosselement.h:
30660 make an oss debugging category
30661 make failure more descriptive
30663 2004-01-11 David Schleef <ds@schleef.org>
30665 * ext/ffmpeg/gstffmpeg.c:
30666 * ext/ffmpeg/gstffmpegcodecmap.c:
30667 * ext/ffmpeg/gstffmpegdec.c:
30668 * ext/ffmpeg/gstffmpegenc.c:
30669 * ext/ffmpeg/gstffmpegprotocol.c:
30670 * ext/gdk_pixbuf/gstgdkanimation.c:
30671 * ext/jpeg/gstjpeg.c:
30672 * ext/libpng/gstpng.c:
30673 * ext/mpeg2dec/perftest.c:
30674 * ext/speex/gstspeex.c:
30675 * gst-libs/gst/resample/dtos.c:
30676 * gst/intfloat/gstintfloatconvert.c:
30677 * gst/oneton/gstoneton.c:
30678 * gst/rtjpeg/RTjpeg.c:
30679 * gst/rtp/gstrtp.c:
30680 * sys/dxr3/dxr3init.c:
30681 * sys/glsink/gstgl_nvimage.c:
30682 * sys/glsink/gstgl_pdrimage.c:
30683 * sys/glsink/gstglsink.c:
30684 * testsuite/gst-lint:
30685 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30687 2004-01-11 David Schleef <ds@schleef.org>
30689 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30690 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30691 * ext/gdk_pixbuf/gstgdkanimation.c:
30692 (gst_gdk_animation_iter_create_pixbuf):
30693 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30694 (gst_gdk_pixbuf_chain):
30695 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30696 * ext/jack/gstjack.c: (gst_jack_change_state):
30697 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30698 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30699 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30700 * gst/videofilter/gstvideofilter.c:
30701 (gst_videofilter_set_output_size):
30702 Remove all usage of gst_pad_get_caps(), and replace it with
30703 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30705 2004-01-11 David Schleef <ds@schleef.org>
30708 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30709 * ext/divx/gstdivxdec.c:
30710 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30711 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30712 handle images that span multiple buffers. Now work with both
30713 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30714 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30715 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30716 video/video.h changes
30717 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30718 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30719 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30720 of GstData free function.
30721 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30724 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30726 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30727 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30728 (gst_v4l2element_get_property):
30729 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30730 add norm, channel and frequency properties.
30731 * sys/v4l2/gstv4l2tuner.c:
30732 fixes for tuner interface changes
30733 * sys/v4l2/gstv4l2element.h:
30734 * sys/v4l2/gstv4l2src.c:
30735 * sys/v4l2/gstv4l2src.h:
30736 * sys/v4l2/v4l2src_calls.c:
30737 * sys/v4l2/v4l2src_calls.h:
30738 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30740 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30742 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30743 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30744 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30745 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30746 * gst-libs/gst/tuner/tuner.h:
30747 GObjects aren't const.
30748 Add find_by_name functions.
30749 Add checks to _changed functions.
30750 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30751 (gst_v4l_tuner_get_norm):
30754 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30756 * gst-libs/gst/video/video.h:
30757 Fix caps template names to be understandable.
30758 Prefix everything with GST_VIDEO.
30759 * ext/aalib/gstaasink.c:
30760 * ext/divx/gstdivxdec.c:
30761 * ext/divx/gstdivxenc.c:
30762 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30763 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30764 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30765 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30766 * ext/libcaca/gstcacasink.c:
30767 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30768 * ext/snapshot/gstsnapshot.c:
30769 * ext/swfdec/gstswfdec.c:
30770 * ext/xvid/gstxviddec.c:
30771 * ext/xvid/gstxvidenc.c:
30772 * gst/chart/gstchart.c:
30773 * gst/deinterlace/gstdeinterlace.c:
30774 * gst/effectv/gsteffectv.c:
30775 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30776 * gst/goom/gstgoom.c:
30777 * gst/median/gstmedian.c:
30778 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30779 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30780 * gst/overlay/gstoverlay.c:
30781 * gst/smooth/gstsmooth.c:
30782 * gst/smpte/gstsmpte.c:
30783 * gst/synaesthesia/gstsynaesthesia.c:
30784 * gst/videocrop/gstvideocrop.c:
30785 * gst/videodrop/gstvideodrop.c:
30786 * gst/y4m/gsty4mencode.c:
30787 * sys/qcam/gstqcamsrc.c:
30788 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30789 Make them work with new video.h file.
30790 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30791 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30793 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30794 Make it work with new buffer allocation system.
30796 2004-01-11 Julien MOUTTE <julien@moutte.net>
30798 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30799 pad_alloc_buffer implementation to use ->srcpad
30800 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30801 pad_alloc_buffer implementation to use ->srcpad
30802 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30803 pad_alloc_buffer implementation to use ->srcpad
30804 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30805 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30806 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30807 a reference to everything we need.
30808 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30809 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30810 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30811 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30812 a reference to everything we need.
30813 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30815 2004-01-11 David Schleef <ds@schleef.org>
30817 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30818 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30819 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30821 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30822 value during a resize/renegotiation.
30823 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30824 gst_pad_alloc_buffer();
30825 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30826 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30828 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30829 Fix for rename of buffer private structure members.
30830 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30831 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30832 Fix for rename of buffer private structure members.
30833 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30834 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30835 Fix for rename of buffer private structure members.
30837 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30839 reviewed by: David Schleef <ds@schleef.org>
30841 * gst/videofilter/Makefile.am:
30842 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30843 from the patch by ds to fit in with recent make_filter changes.
30845 2004-01-11 Julien MOUTTE <julien@moutte.net>
30847 * configure.ac: Adding examples/switch/Makefile
30848 * examples/Makefile.am: Adding examples/switch
30849 * examples/switch/Makefile.am: Adding switcher example.
30850 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30851 (switch_timer), (main): Adding an example demonstrating switch usage
30852 with 2 videotestsrc showing different patterns.
30853 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30854 (gst_switch_init): Fixing switch with the new caps system.
30856 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30858 * gst-libs/gst/video/video.h:
30859 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30860 They should probably be like
30861 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30863 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30865 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30866 (qtdemux_parse_trak):
30867 fix audio chunk size/timestamp calculation
30869 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30871 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30874 2004-01-11 Steve Baker <steve@stevebaker.org>
30876 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30877 (gst_agingtv_base_init), (gst_agingtv_class_init),
30878 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30879 (gst_agingtv_set_property), (gst_agingtv_get_property):
30880 Port agingTV to videofilter
30882 2004-01-09 Julien MOUTTE <julien@moutte.net>
30884 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30885 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30887 2004-01-09 Julien MOUTTE <julien@moutte.net>
30889 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30890 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30891 * gst-libs/gst/xoverlay/xoverlay.c:
30892 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30893 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30894 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30895 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30896 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30897 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30898 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30899 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30900 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30901 interface implementation to handle xid being 0 and fix some bugs
30902 triggered by Benjamin's testcase.
30903 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30904 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30905 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30906 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30907 interface implementation to handle xid being 0 and fix some bugs
30908 triggered by Benjamin's testcase.
30910 2004-01-09 David Schleef <ds@schleef.org>
30912 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30913 mouse pointer events. It works.
30915 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30917 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30918 Use explicit caps - fix capsnego.
30919 * ext/xvid/gstxviddec.c:
30920 * ext/xvid/gstxvidenc.c:
30921 Remove macro-inside-macro which caused compile errors.
30922 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30923 Error out if it's not a RIFF file. Else we error out without
30924 gst_element_error() which is not good...
30926 2004-01-08 David Schleef <ds@schleef.org>
30928 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30929 Fix pad_link function to handle formats that ffmpeg returns
30930 as multiple caps structures.
30931 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30932 Only complain if source buffer is _smaller_ than expected.
30933 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30934 (gst_videoscale_handle_src_event): Resize navigation events
30935 when passing them upstream.
30936 * gst/videotestsrc/gstvideotestsrc.c:
30937 * gst/videotestsrc/gstvideotestsrc.h:
30938 * gst/videotestsrc/videotestsrc.c:
30939 * gst/videotestsrc/videotestsrc.h:
30940 Rewrite many of the buffer painting functions to handle odd
30941 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30942 been verified to work with my video card.
30943 * testsuite/gst-lint: Add check for elements calling
30944 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30946 2004-01-08 David Schleef <ds@schleef.org>
30948 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30949 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30951 2004-01-08 Julien MOUTTE <julien@moutte.net>
30953 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30954 configure event is not emiting the desired size signal. That fixes
30955 aspect ratio issues with gst-player.
30957 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30959 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30962 2004-01-08 Julien MOUTTE <julien@moutte.net>
30964 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30965 public method to fire size signal.
30967 2004-01-07 Julien MOUTTE <julien@moutte.net>
30969 * examples/gstplay/Makefile.am: Adding the interface library.
30970 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30971 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30972 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30973 GST_IS_X_OVERLAY before signal connect.
30974 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30975 Removing the have_video_size signal.
30976 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30977 and associated public method.
30978 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30979 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30981 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30982 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30984 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30985 Using XOverlay public method to fire size signal.
30987 2004-01-07 David Schleef <ds@schleef.org>
30989 * gst/videofilter/Makefile.am:
30990 * gst/videofilter/gstvideotemplate.c:
30991 * gst/videofilter/make_filter:
30992 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30993 Convert make_filter to /bin/sh script.
30995 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30997 * gst/modplug/gstmodplug.cc: fix element description
30999 2004-01-07 Julien MOUTTE <julien@moutte.net>
31001 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31002 (got_video_size): Adding some new lines in g_print calls.
31003 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31004 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31005 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31006 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31007 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31008 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31009 Complete code review, reverting some stuff i disagree with, adding
31010 some fixes : time synchronization on invalid timestamps, renegotiation
31012 * sys/ximage/ximagesink.h:
31013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31014 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31015 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31016 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31017 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31018 (gst_xvimagesink_buffer_new),
31019 (gst_xvimagesink_navigation_send_event),
31020 (gst_xvimagesink_set_xwindow_id),
31021 (gst_xvimagesink_get_desired_size),
31022 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31023 stuff i disagree with, adding some fixes : Renegotiation of private
31024 window, implementing get_desired_size.
31026 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
31028 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31029 (gst_afsink_handle_event):
31030 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31031 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31032 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31033 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31034 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31035 Fix for instantiate-test (see core). Also remove dead code from
31036 jpegenc (which still needs fixing, but that's lower on my TODO
31038 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31039 Never return NULL as caps.
31041 2004-01-07 David Schleef <ds@schleef.org>
31045 * ext/librfb/Makefile.am:
31046 * ext/librfb/gstrfbsrc.c:
31047 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31048 is the protocol used by VNC.
31050 2004-01-07 David Schleef <ds@schleef.org>
31052 * gst/videofilter/gstvideotemplate.c:
31053 * gst/videofilter/gstvideotemplate.h:
31054 * gst/videofilter/make_filter:
31055 Merge videotemplate header into source file.
31056 * gst/effectv/Makefile.am:
31057 * gst/effectv/gsteffectv.c: (plugin_init):
31058 * gst/effectv/gstwarp.c:
31059 Make warpTV a subclass of videofilter.
31061 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31063 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31064 Add guard against invalid utf-8 conversions in mad. Just in case.
31066 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31068 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31069 Fix for bug shown by poisoning
31071 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31073 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31074 (gst_v4lmjpegsrc_buffer_free):
31075 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31076 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31077 (gst_v4lsrc_buffer_free):
31078 Fix for removed bufferpools.
31080 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31082 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31083 Fix caps negotiation.
31085 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31086 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31087 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31089 * ext/mpeg2dec/gstmpeg2dec.c:
31090 * gst-libs/gst/navigation/navigation.c:
31091 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31092 * gst-libs/gst/navigation/navigation.h:
31093 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31094 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31095 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31096 Super-simple first version of mouse and keyboard events. Clicking
31097 on a DVD menu now works, although it may not take you where you
31100 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31101 * gst/videotestsrc/gstvideotestsrc.c:
31102 (gst_videotestsrc_src_fixate):
31103 These fixate functions were broken - they never actually
31106 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31108 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31109 (gst_icecastsend_init):
31110 fix for new caps system.
31111 * gst-libs/gst/mixer/mixertrack.h:
31112 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31113 Add 'master track' flag (for tools like ACME that only want to
31114 change the main volume).
31116 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31118 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31119 (gst_xvid_csp_to_caps):
31120 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31121 * ext/xvid/gstxvidenc.c:
31122 ifdef out ARGB type when it isn't available
31123 in xvidcore 1.0.0beta2
31125 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31127 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31128 When we have received a new SCR right in the first buffer after
31129 a seek (so in the same cycle that handles the discont), we should
31130 handle the buffer instead of unreffing it, else we lose data.
31132 2004-01-06 Iain <iain@prettypeople.org>
31134 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31135 buffer-frames caps too.
31137 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31138 caps that we need, don't destroy them all and rebuild them. And when
31139 creating src pads, use the src pad template rather than the sink...
31141 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31143 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31144 Add pad to element *after* setting functions such as event handler.
31145 Without this, the scheduler (opt) will link pads, set the event
31146 handler from the default event function (dispatcher in gstpad.c)
31147 and *after* that, we will set our own event function, which will
31148 thus never be used (and thus mpegdemux doesn't handle events).
31150 2004-01-04 David Schleef <ds@schleef.org>
31152 Fix the fixate functions to handle new prototype:
31153 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31154 * gst/videotestsrc/gstvideotestsrc.c:
31155 (gst_videotestsrc_src_fixate):
31156 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31157 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31160 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31162 * sys/ximage/ximagesink.h:
31163 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31164 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31165 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31166 (gst_ximagesink_xoverlay_init):
31167 assorted fixes to make (re)embedding work
31168 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31169 (gst_ximagesink_get_desired_size):
31170 implement desired size additions to XOverlay
31172 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31174 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31175 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31176 (gst_x_overlay_got_desired_size):
31177 * gst-libs/gst/xoverlay/xoverlay.h:
31178 Add optional "desired size" signal and querying.
31180 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31182 * gst/matroska/matroska-demux.c:
31183 (gst_matroska_demux_parse_blockgroup):
31184 Fix EBML-laced block parsing. Diffs are relative to previous
31185 lace, not the first lace. Thanks to Mosu from the Matroska
31186 team for detecting this.
31187 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31188 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31189 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31190 (gst_wavparse_change_state):
31191 * gst/wavparse/gstwavparse.h:
31192 Quickfix for capsnego.
31194 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31196 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31197 Fix indenting, fix pad creation.
31199 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31201 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31202 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31203 (gst_xviddec_sink_link):
31204 Implement src_getcaps() so proper size caps is negotiated.
31206 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31208 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31209 Finish flac decoder on EOS. See #116178.
31211 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31213 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31214 (gst_matroska_demux_add_stream):
31215 * gst/matroska/matroska-ids.h:
31216 Add getcaps() function to fix capsnego...
31218 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31220 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31221 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31222 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31223 Fix more integer overflows. Again, see #126967.
31225 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31227 * ext/mpeg2dec/gstmpeg2dec.c:
31228 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31231 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31234 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31235 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31236 * ext/xvid/gstxvid.h:
31237 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31238 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31239 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31240 (gst_xviddec_change_state):
31241 * ext/xvid/gstxviddec.h:
31242 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31243 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31244 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31245 (gst_xvidenc_link), (gst_xvidenc_set_property),
31246 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31247 * ext/xvid/gstxvidenc.h:
31248 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31250 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31252 * gst/rtp/rtp-packet.c:
31253 Add sys/types.h include, since OS X doesn't define in_addr_t
31254 in netinet/in.h, like it does on Linux (see #129600).
31256 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31258 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31260 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31261 Correct logic of dispose function (see #129306).
31263 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31265 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31266 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31267 (gst_mpeg_parse_init):
31268 * gst/mpegstream/gstmpegparse.h:
31269 Remove clock (which was never provided, i.e. dead code), and
31270 also fix integer overflows at high PTS values (see #126967).
31272 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31274 * ext/flac/gstflacdec.c:
31275 * ext/libpng/gstpngenc.h:
31276 * ext/mikmod/gstmikmod.h:
31277 OS X fixes (see #126628).
31279 2004-01-02 David Schleef <ds@schleef.org>
31281 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31282 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31283 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31284 (gst_mpeg_parse_class_init): Move pad template registration
31285 to class_init, since the derived class (mpegdemux) doesn't
31288 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31290 * sys/ximage/Makefile.am:
31291 * sys/xvideo/Makefile.am:
31292 * sys/xvimage/Makefile.am:
31293 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31294 after installation (see #127664).
31296 2004-01-02 David Schleef <ds@schleef.org>
31298 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31299 (gst_ffmpegenc_connect): Negotiation fixes.
31300 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31301 Remove inappropriate gst_caps_free().
31302 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31303 Reenable Ronald's internal resize code, since the core handles
31306 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31308 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31309 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31310 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31311 Fix pad template stuff.
31313 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31315 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31316 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31317 fix signed integer reading/writing.
31319 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31322 Remove outdated document
31324 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31326 * gst/cutter/gstcutter.c: (gst_cutter_init):
31327 src pad was being created twice - oops.
31329 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31331 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31332 Comment out internal resize. It doesn't handle the resulting
31333 XEvent internally, does another try_set_caps() which leads to
31334 a really nice loop.
31335 Real fix will come when Julien and Dave are awake. ;).
31337 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31339 * ext/mpeg2enc/gstmpeg2enc.cc:
31340 fix const/nonconst compile issue.
31342 2004-01-02 David Schleef <ds@schleef.org>
31344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31345 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31346 Add fixate function and a check for bad formats.
31348 2004-01-01 David Schleef <ds@schleef.org>
31351 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31352 (gst_audiofilter_init):
31353 * gst/debug/efence.c: (gst_efence_init):
31354 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31355 (gst_deinterlace_init):
31356 * gst/volume/gstvolume.c: (volume_connect):
31358 2004-01-01 David Schleef <ds@schleef.org>
31360 Convert elements to use gst_pad_use_explicit_caps() where
31362 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31363 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31364 (gst_afparse_open_file):
31365 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31366 (gst_afsrc_open_file):
31367 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31368 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31369 (gst_ffmpegdec_chain):
31370 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31371 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31372 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31373 (gst_gdk_pixbuf_chain):
31374 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31375 (gst_jpegdec_chain):
31376 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31377 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31378 (gst_mikmod_negotiate):
31379 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31380 (gst_mpeg2dec_negotiate_format):
31381 * ext/mpeg2enc/gstmpeg2enc.cc:
31382 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31383 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31384 (gst_speexdec_sinkconnect):
31385 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31386 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31387 (gst_vorbisfile_new_link):
31388 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31389 (gst_ac3parse_chain):
31390 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31391 (gst_asf_demux_setup_pad):
31392 * gst/auparse/gstauparse.c: (gst_auparse_init),
31393 (gst_auparse_chain):
31394 * gst/id3/gstid3types.c: (gst_id3types_loop):
31395 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31396 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31397 (mp1videoparse_parse_seq):
31398 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31400 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31401 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31402 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31403 (gst_mpeg_parse_send_data):
31404 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31405 (gst_qtdemux_add_stream):
31406 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31407 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31408 (gst_wavparse_parse_fmt):
31410 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31413 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31414 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31415 it therefore uses the wrong include paths. Too bad... Note
31416 that 1.6.1.93 is not release yet. ;).
31417 Also add a check for mplex, which is now using the lib'ified
31418 mplex from mjpegtools, too.
31419 * ext/ffmpeg/gstffmpegcodecmap.c:
31420 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31421 issues. I don't think ffmpeg handles 3ivx correctly, so this
31422 probably won't work. But it won't hurt either.
31423 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31424 (gst_ffmpegdec_chain):
31425 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31426 (gst_ffmpegenc_chain_audio):
31427 Fix memleak in audio encoding. Close codec if open fails, this
31428 calls the cleanup routines so we can re-use the context.
31429 * ext/mpeg2enc/gstmpeg2enc.cc:
31430 Fix pad template names/types, fix memory issue with getcaps().
31431 * ext/mpeg2enc/gstmpeg2encoder.cc:
31432 * ext/mpeg2enc/gstmpeg2encoder.hh:
31433 Fix compile issue with new caps system (const thingy).
31434 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31435 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31436 We read a first frame right on initing, so that we have a caps
31437 when we init the output. This caps is cached in padprivate and
31438 read as first frame.
31439 * ext/mplex/Makefile.am:
31440 * ext/mplex/gstmplex.cc:
31441 * ext/mplex/gstmplex.h:
31442 * ext/mplex/gstmplex.hh:
31443 * ext/mplex/gstmplexibitstream.cc:
31444 * ext/mplex/gstmplexibitstream.hh:
31445 * ext/mplex/gstmplexjob.cc:
31446 * ext/mplex/gstmplexjob.hh:
31447 * ext/mplex/gstmplexoutputstream.cc:
31448 * ext/mplex/gstmplexoutputstream.hh:
31449 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31450 had issues, didn't do capsnego, supported only a subset of the
31451 mplex features and required a mplex fork in our local CVS. Plus
31452 that it worked agaist a very old mplex version. Rewriting was
31453 faster than updating it.
31454 * gst-libs/ext/Makefile.am:
31455 * gst-libs/ext/mplex/INSTRUCT:
31456 * gst-libs/ext/mplex/Makefile.am:
31457 * gst-libs/ext/mplex/README:
31458 * gst-libs/ext/mplex/TODO:
31459 * gst-libs/ext/mplex/ac3strm_in.cc:
31460 * gst-libs/ext/mplex/audiostrm.hh:
31461 * gst-libs/ext/mplex/audiostrm_out.cc:
31462 * gst-libs/ext/mplex/aunit.hh:
31463 * gst-libs/ext/mplex/bits.cc:
31464 * gst-libs/ext/mplex/bits.hh:
31465 * gst-libs/ext/mplex/buffer.cc:
31466 * gst-libs/ext/mplex/buffer.hh:
31467 * gst-libs/ext/mplex/fastintfns.h:
31468 * gst-libs/ext/mplex/format_codes.h:
31469 * gst-libs/ext/mplex/inputstrm.cc:
31470 * gst-libs/ext/mplex/inputstrm.hh:
31471 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31472 * gst-libs/ext/mplex/mjpeg_logging.cc:
31473 * gst-libs/ext/mplex/mjpeg_logging.h:
31474 * gst-libs/ext/mplex/mjpeg_types.h:
31475 * gst-libs/ext/mplex/mpastrm_in.cc:
31476 * gst-libs/ext/mplex/mpegconsts.cc:
31477 * gst-libs/ext/mplex/mpegconsts.h:
31478 * gst-libs/ext/mplex/mplexconsts.hh:
31479 * gst-libs/ext/mplex/multplex.cc:
31480 * gst-libs/ext/mplex/outputstream.hh:
31481 * gst-libs/ext/mplex/padstrm.cc:
31482 * gst-libs/ext/mplex/padstrm.hh:
31483 * gst-libs/ext/mplex/stillsstream.cc:
31484 * gst-libs/ext/mplex/stillsstream.hh:
31485 * gst-libs/ext/mplex/systems.cc:
31486 * gst-libs/ext/mplex/systems.hh:
31487 * gst-libs/ext/mplex/vector.cc:
31488 * gst-libs/ext/mplex/vector.hh:
31489 * gst-libs/ext/mplex/videostrm.hh:
31490 * gst-libs/ext/mplex/videostrm_in.cc:
31491 * gst-libs/ext/mplex/videostrm_out.cc:
31492 * gst-libs/ext/mplex/yuv4mpeg.cc:
31493 * gst-libs/ext/mplex/yuv4mpeg.h:
31494 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31495 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31496 We don't fork mjpegtools' mplex in our CVS anymore.
31497 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31498 (gst_avi_demux_add_stream):
31499 * gst/avi/gstavidemux.h:
31500 Add getcaps() function for proper caps nego. This makes some
31501 parts of AVI playback/reading work.
31502 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31503 Resize window on new capsnego. This is probably wrong, but
31504 I'm still committing it because with current capsnego, the
31505 first successfull capsnego is auto-fixated, therefore rounded
31506 down to the lowest values in the caps. this results in a 16x16
31507 XWindow that is not reized when real capsnego finishes.
31508 Dave, I see more cases of this, do you know a proper solution?
31509 * tools/gst-launch-ext.in:
31510 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31512 2003-12-31 David Schleef <ds@schleef.org>
31514 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31515 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31516 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31518 2003-12-30 David Schleef <ds@schleef.org>
31520 * ext/ffmpeg/gstffmpegcolorspace.c:
31521 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31522 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31523 (gst_ffmpegcsp_chain): Negotiation fixes
31524 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31525 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31526 (gst_audio_convert_link), (gst_audio_convert_channels):
31527 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31528 (gst_audioscale_link), (gst_audioscale_get_buffer),
31529 (gst_audioscale_chain): Negotiation fixes
31530 * gst/audioscale/gstaudioscale.h:
31531 * gst/videofilter/gstvideofilter.c:
31532 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31533 (gst_videofilter_link), (gst_videofilter_init),
31534 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31535 (gst_videofilter_find_format_by_structure):
31536 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31537 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31538 (gst_videoscale_link):
31539 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31540 (videoscale_find_by_structure), (gst_videoscale_setup):
31541 * gst/videoscale/videoscale.h: Negotiation fixes
31542 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31543 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31544 function, restrict resizing to a multiple of 4 (hack until
31545 everyone supports odd sizes correctly).
31547 2003-12-29 Colin Walters <walters@verbum.org>
31549 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31552 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31554 * ext/sndfile/gstsf.c: (gst_sf_loop):
31555 Fix warning about discarding const qualifier
31557 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31559 * gst/cutter/gstcutter.c:
31560 * gst/videoscale/gstvideoscale.c:
31561 * gst/volenv/gstvolenv.c:
31562 * gst-libs/gst/audio/audio.c:
31563 * gst-libs/gst/video/video.c:
31566 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31568 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31569 Don't send ALSA debugging to stderr.
31570 * ext/alsa/gstalsa.h:
31571 Use GST_WARNING instead of g_warning when ALSA functions fail.
31573 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31575 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31576 Free XVAdapterInfo correctly.
31578 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31580 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31581 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31582 Make id3tag use correct caps nego.
31584 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31586 * ext/ivorbis/vorbis.c:
31587 * ext/ivorbis/vorbisenc.h:
31588 * ext/ivorbis/vorbisfile.c:
31589 Modify so that it uses the new caps things
31591 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31593 * testsuite/spider/spider1.c: (main):
31594 * testsuite/spider/spider2.c: (main):
31595 * testsuite/spider/spider3.c: (main):
31596 Make tests compile again. They probably don't work.
31598 2003-12-24 Colin Walters <walters@verbum.org>
31600 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31601 we can't fixate the caps anymore.
31603 2003-12-23 David Schleef <ds@schleef.org>
31605 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31606 * sys/oss/gstosssink.c: (gst_osssink_init),
31607 (gst_osssink_sink_fixate): Add fixate function.
31609 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31611 * ext/ffmpeg/gstffmpegcodecmap.c:
31612 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31613 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31614 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31615 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31616 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31617 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31618 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31619 fix typo in RGB masks, and move back to "old" colorspace
31620 capsnego code until whoever wrote this new crap has actually
31621 tested it so that it works.
31622 And yes, this works, keep it that way please.
31624 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31626 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31627 (gst_divxdec_init), (gst_divxdec_negotiate):
31628 * ext/divx/gstdivxdec.h:
31629 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31630 (gst_divxenc_init):
31631 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31632 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31633 * ext/mpeg2enc/gstmpeg2enc.cc:
31634 * ext/mpeg2enc/gstmpeg2encoder.cc:
31635 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31636 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31637 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31638 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31639 (dxr3spusink_init):
31640 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31641 (dxr3videosink_init):
31642 Fix caps breakage after Dave's caps branch merge.
31644 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31646 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31647 Fix for 24bpp display.
31649 2003-12-23 Colin Walters <walters@verbum.org>
31651 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31652 a GnomeVFSHandle directly.
31654 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31656 * gst/volume/Makefile.am:
31657 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31658 (volume_base_init), (volume_init):
31659 Reenable volume element and fix to work with new caps stuff.
31660 Rhythmbox needs this.
31662 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31664 * gst/qtdemux/qtdemux.c: (plugin_init):
31665 qtdemux requires bytestream
31667 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31669 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31670 Fix remaining caps handling errors due to CAPS merge.
31672 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31674 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31675 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31676 (gst_faad_srcconnect):
31677 Port to new caps system.
31679 2003-12-21 Julien MOUTTE <julien@moutte.net>
31681 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31682 (got_video_size), (main): using g_print instead of g_message.
31683 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31684 signal which was not emitted because of "switch" element added to the
31685 bin but not connected. (Removing from the bin temporarily)
31687 2003-12-21 Julien MOUTTE <julien@moutte.net>
31689 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31690 find X development files. I don't understand the previous tests and
31691 they fail on my debian/ppc unstable. This one works.
31692 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31694 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31695 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31696 (gst_play_set_visualization): Add some safety checks in set_ methods
31697 and state_change. This was throwing some ugly CRITICAL messages when
31698 pipeline was getting disposed and casts were failing.
31700 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31703 Improve mpeg2enc detection. This is for distributions that do
31704 ship mjpegtools, but without mpeg2enc. Also does object check
31705 for might there ever be ABI incompatibility.
31706 * ext/mpeg2enc/gstmpeg2enc.cc:
31707 Add Andrew as second maintainer (he's helping me), and also add
31708 an error if no caps was set. This happens if I pull before capsnego
31709 and that's something I should solve sometime else.
31710 * gst/matroska/matroska-demux.c:
31711 (gst_matroska_demux_parse_blockgroup):
31713 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31714 (gst_matroska_mux_track_header):
31715 Add caps to templates.
31716 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31717 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31718 * gst/mpegstream/gstmpegdemux.c:
31719 Remove layer since it causes warnings about unfixed caps.
31720 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31721 Fix obvious typo (we error out if caps were set, we should of
31722 course error out if *no* caps were set).
31723 * sys/oss/gstosselement.c: (gst_osselement_convert):
31724 Fix format conversion, we confused bits/bytes.
31725 * sys/oss/gstosselement.h:
31726 Improve documentation for 'bps'.
31728 Remove stuff about plugins that need removing - this was done
31730 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31731 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31732 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31733 (gst_v4lsrc_src_query):
31734 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31735 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31736 Add get_query_types(), get_formats() and query() functions.
31738 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31740 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31741 * moved CVS to freedesktop.org