1 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
3 Patch by: Young-Ho Cha <ganadist at chollian net>
5 * gst/subparse/samiparse.c: (handle_start_font):
6 Special-case some more colour names that pango doesn't handle by
7 default. Fixes #420578.
9 2007-03-20 Michael Smith <msmith@fluendo.com>
11 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12 If we get a zero-sized input buffer, don't pass it to libvorbis, as
13 that marks EOS internally. After that, libvorbis will buffer all
14 input data, and encode none of it, eventually leading to memory
17 2007-03-19 Wim Taymans <wim@fluendo.com>
19 * gst/playback/gstdecodebin.c: (remove_fakesink):
20 Don't post STATE_DIRTY anymore.
22 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
23 (gst_play_bin_change_state):
24 Remove stream_time reset in seek handling, core does that now.
25 Disable clocking for live pipelines by forcing a NULL clock to the
26 complete pipeline, core is too smart now for our previous hack.
27 We can always autoplug in PAUSED now.
29 2007-03-17 David Schleef <ds@schleef.org>
31 * REQUIREMENTS: Update this file, change the formatting to make
32 it more consistent, plus more machine readable.
34 2007-03-16 Michael Smith <msmith@fluendo.com>
36 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
37 (strip_width_64), (append_with_other_format):
38 Previous fix was too simplistic, and broke the tests. Use a better
39 approach; only strip 64 from widths for integer audio.
41 2007-03-16 Michael Smith <msmith@fluendo.com>
43 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
44 (gst_audio_convert_transform_caps):
45 We don't support 64 bit integer audio, so don't try to claim we can.
46 Stops us producing caps don't match our template caps.
49 2007-03-15 Michael Smith <msmith@fluendo.com>
51 * gst/audioresample/gstaudioresample.c:
52 (audioresample_check_discont), (audioresample_transform):
53 Don't trigger discontinuities for very small imperfections; a filter
54 flush will sound bad, and many plugins have rounding errors leading
57 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
59 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
60 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
61 Add min-ptime property to RTP base audio payloader. Patch by
62 olivier.crete@collabora.co.uk.
65 Indentation/whitespace/documentation fixes.
67 2007-03-14 Julien MOUTTE <julien@moutte.net>
69 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
70 (audioresample_transform_size), (audioresample_do_output),
71 (audioresample_transform), (audioresample_pushthrough): Handle
72 discontinuous streams.
73 * gst/audioresample/gstaudioresample.h:
74 * tests/check/elements/audioresample.c:
75 (test_discont_stream_instance), (GST_START_TEST),
76 (audioresample_suite): Add a test for discontinuous streams.
77 * win32/common/config.h: Updated.
79 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
94 Update translations from translation project.
96 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
98 * gst/audioresample/debug.h:
99 * gst/audioresample/resample.c: (resample_init):
100 Since I really am not interested in a debug line for each sample
101 being processed, move the library's debugging to its own category,
104 2007-03-13 Michael Smith <msmith@fluendo.com>
106 * ext/theora/theoradec.c: (theora_handle_type_packet):
107 Since the plugin doesn't support anything other than 4:2:0 right
108 now, post an error and fail if we get something else. Won't matter
109 until libtheora supports the other pixel formats, but hopefully
112 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
114 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
115 Use gst_guint64_to_gdouble for conversion.
117 Add new files to the win32 MANIFEST.
118 * win32/common/libgstaudio.def:
119 * win32/common/libgstpbutils.def:
120 Add new exported functions.
121 * win32/vs6/gst_plugins_base.dsw:
122 * win32/vs6/libgstdecodebin.dsp:
123 * win32/vs6/libgstplaybin.dsp:
124 Change the link to libgstpbutils.lib.
125 * win32/vs6/libgstdecodebin2.dsp:
126 Add a new project for decodebin2.
127 * win32/vs6/libgstpbutils.dsp:
128 Add a new project for pbutils.
130 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
132 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
133 Also accept partial dates with only year and month,
134 like 1999-12-00 (fixes #410396 even more).
136 * tests/check/libs/tag.c: (GST_START_TEST):
137 Add unit test for the above.
139 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
141 * tests/check/elements/subparse.c: (GST_START_TEST),
143 Add unit test for MPL2 subtitle format (#413799).
145 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
147 Patch by: Kamil Pawlowski <kamilpe gmail com>
149 * gst/subparse/Makefile.am:
150 * gst/subparse/gstsubparse.c:
151 (gst_sub_parse_data_format_autodetect),
152 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
153 (gst_subparse_type_find):
154 * gst/subparse/gstsubparse.h:
155 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
156 * gst/subparse/mpl2parse.h:
157 Add support for MPL2 subtitle format (#413799).
159 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
162 We require core CVS for the new buffer metadata copy functions.
164 2007-03-09 Wim Taymans <wim@fluendo.com>
166 * gst-libs/gst/tag/gstid3tag.c:
167 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
170 Patch by: Alex Lancaster <alexl at users sourceforge net>
172 2007-03-09 Wim Taymans <wim@fluendo.com>
174 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
175 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
176 Improve adapter usage and comments.
178 2007-03-09 Wim Taymans <wim@fluendo.com>
180 * ext/pango/gsttextrender.c: (gst_text_render_chain):
181 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
182 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
183 Use new metadata copy function.
185 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
186 (gst_ffmpegcsp_transform):
187 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
188 Basetransform copied the metadata for us.
190 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
192 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
193 (gst_text_overlay_video_event):
194 Some more logging. Only accept newsegment events in TIME format and
195 send a WARNING message if they are not in TIME format.
197 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
198 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
199 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
200 * gst/subparse/gstsubparse.h:
201 No need to allocate GstSegment structure dynamically, just put it
202 into the instance structure; ignore newsegment events in BYTE
203 format and in particular don't let it overwrite our saved TIME
204 segment from the last seek.
206 2007-03-09 Michael Smith <msmith@fluendo.com>
208 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
209 Replace AC3 typefinder with one that isn't terrible, and actually
212 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
214 * gst/audioconvert/gstaudioconvert.c:
215 (gst_audio_convert_transform):
216 fix error category and translatable string
219 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
221 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
222 * pkgconfig/gstreamer-plugins-base.pc.in:
223 Fix up utils => pbutils here too.
225 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
227 * gst/subparse/gstsubparse.c: (handle_buffer):
228 Break out of loop in chain function as soon as possible if we get
229 a non-OK flow return.
231 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
233 * tests/check/elements/alsa.c: (GST_START_TEST):
234 Unref the mixer if the state change fails too (if the
235 alsa devices are inaccessible, for example)
237 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
239 * tests/check/Makefile.am:
240 Don't test libvisual elements in the states check, because libvisual
241 seems to leak internally.
243 Re-enable the alsa and states tests now that there's new suppressions
246 * tests/check/elements/alsa.c: (GST_START_TEST):
247 Don't leak the alsamixer we instantiated.
249 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
251 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
252 (gst_ximagesink_change_state), (gst_ximagesink_reset),
253 (gst_ximagesink_finalize):
254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
255 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
256 Move some cleanup stuff from the state change handler into a _reset()
257 function that can be called from _finalize(). This ensures that things
258 get freed even if (for some reason) the NULL->READY state transition
259 fails in the parent class.
260 Even if a parent state change fails, process our downward state change
261 logic instead of bailing out early.
262 Free the correct xcontext pointer in ximagesink's xcontext_clear.
264 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
266 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
269 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
270 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
271 Use pango_font_description_set_family_static instead of
272 pango_font_description_set_family to save a string copy (it was
273 leaking due to the strdup anyway)
275 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
276 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
277 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
278 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
279 Chain up in finalize.
281 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
283 * gst-libs/gst/interfaces/mixertrack.c:
284 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
285 (gst_mixer_track_set_property):
286 API: add "untranslated-label" property which should be set by
287 implementations at construct time (#414645).
289 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
290 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
291 Set "untranslated-label" when constructing mixer track objects.
293 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
294 Unit test to check the above.
296 2007-03-07 Wim Taymans <wim@fluendo.com>
298 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
299 Fix confusing debug message.
301 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
303 * gst-plugins-base.doap:
304 update doap file with new version
306 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
311 === release 0.10.12 ===
313 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
316 releasing 0.10.12, "Zombie Horde"
318 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
321 Bump version to 0.10.11.4 pre-release
323 2007-03-06 Wim Taymans <wim@fluendo.com>
325 * gst-libs/gst/audio/gstbaseaudiosink.c:
326 (gst_base_audio_sink_async_play):
327 Fix regression that made GStreamer skip the first samples of audio.
330 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
333 Bump version to 0.10.11.3 pre-release
335 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
338 Update paths for the rename from utils to pbutils to fix the build.
340 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
342 * gst-libs/gst/pbutils/Makefile.am:
343 Change directory to install headers in from gst/utils to gst/pbutils
346 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
349 * docs/libs/gst-plugins-base-libs-docs.sgml:
350 * docs/libs/gst-plugins-base-libs-sections.txt:
351 * gst-libs/gst/Makefile.am:
352 * gst-libs/gst/interfaces/mixer.c:
353 * gst-libs/gst/pbutils/Makefile.am:
354 * gst-libs/gst/pbutils/descriptions.c:
355 (gst_pb_utils_get_source_description),
356 (gst_pb_utils_get_sink_description),
357 (gst_pb_utils_get_decoder_description),
358 (gst_pb_utils_get_encoder_description),
359 (gst_pb_utils_get_element_description),
360 (gst_pb_utils_add_codec_description_to_tag_list),
361 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
362 * gst-libs/gst/pbutils/descriptions.h:
363 * gst-libs/gst/pbutils/install-plugins.c:
364 * gst-libs/gst/pbutils/install-plugins.h:
365 * gst-libs/gst/pbutils/missing-plugins.c:
366 (gst_missing_uri_source_message_new),
367 (gst_missing_uri_sink_message_new),
368 (gst_missing_element_message_new),
369 (gst_missing_decoder_message_new),
370 (gst_missing_encoder_message_new),
371 (gst_missing_plugin_message_get_description):
372 * gst-libs/gst/pbutils/missing-plugins.h:
373 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
374 * gst-libs/gst/pbutils/pbutils.h:
375 * gst-libs/gst/utils/Makefile.am:
376 * gst-libs/gst/utils/base-utils.c:
377 * gst-libs/gst/utils/base-utils.h:
378 * gst-libs/gst/utils/descriptions.c:
379 * gst-libs/gst/utils/descriptions.h:
380 * gst-libs/gst/utils/install-plugins.c:
381 * gst-libs/gst/utils/install-plugins.h:
382 * gst-libs/gst/utils/missing-plugins.c:
383 * gst-libs/gst/utils/missing-plugins.h:
384 * gst-plugins-base.spec.in:
385 * gst/playback/Makefile.am:
386 * gst/playback/gstdecodebin.c:
387 * gst/playback/gstdecodebin2.c:
388 * gst/playback/gstplaybasebin.c: (setup_subtitle),
389 (gen_source_element):
390 * gst/playback/gstplaybin.c: (plugin_init):
391 * tests/check/Makefile.am:
392 * tests/check/libs/pbutils.c: (GST_START_TEST),
393 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
394 * tests/check/libs/utils.c:
395 rename utils to pbutils
397 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
399 * docs/plugins/Makefile.am:
400 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
401 * docs/plugins/gst-plugins-base-plugins-sections.txt:
402 * docs/plugins/inspect/plugin-decodebin2.xml:
403 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
404 Add documentation for decodebin2 that indicates that the API
407 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
410 Update to 0.10.11.2 (0.10.12 pre-release)
412 2007-03-01 Wim Taymans <wim@fluendo.com>
414 * gst-libs/gst/audio/gstbaseaudiosink.c:
415 (gst_base_audio_sink_async_play):
416 base time is irrelevant here.
418 2007-03-01 Wim Taymans <wim@fluendo.com>
420 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
421 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
424 * gst-libs/gst/audio/gstbaseaudiosink.c:
425 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
426 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
427 Improve latency and clock slaving calculations.
428 Improve slave clock calibration.
430 * gst-libs/gst/audio/gstringbuffer.c:
431 (gst_ring_buffer_commit_full):
432 When we are asked to render N sample to 0 bytes, return N.
434 2007-03-01 Wim Taymans <wim@fluendo.com>
436 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
437 (gst_alsasink_write), (gst_alsasink_reset):
438 * ext/alsa/gstalsasink.h:
439 Remove unused dispose function.
440 Rename lock to not interfere with alsasrc lock.
442 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
443 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
444 (gst_alsasrc_read), (gst_alsasrc_reset):
445 * ext/alsa/gstalsasrc.h:
446 Implement finalize function.
447 Use lock to protect alsa access.
451 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
454 Convert to new AG_GST style.
456 2007-02-28 Wim Taymans <wim@fluendo.com>
458 Patch by: Ed Catmur <ed at catmur dot co dot uk>
460 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
461 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
462 Fix race condition when rapidly switching visualisations in playbin.
465 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
467 * tests/check/Makefile.am:
468 Include local stuff before system installed things in LDFLAGS and
471 2007-02-28 Wim Taymans <wim@fluendo.com>
473 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
476 2007-02-28 Wim Taymans <wim@fluendo.com>
478 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
479 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
480 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
481 Fix duration and timestamping, taking latency into account.
482 Implement latency query.
484 2007-02-28 Wim Taymans <wim@fluendo.com>
486 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
487 (gst_audio_clock_new):
490 * gst-libs/gst/audio/gstbaseaudiosink.c:
491 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
492 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
493 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
494 (gst_base_audio_src_create):
495 Improve latency query code.
496 Use proper clock names.
498 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
500 * tests/check/generic/states.c: (GST_START_TEST):
501 Copy the states.c test from core again
502 * tests/check/Makefile.am:
503 ignore cdio and cdparanoiasrc
505 2007-02-28 Stefan Kost <ensonic@users.sf.net>
507 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
508 (double_hq), (audio_convert_get_func_index), (check_default),
509 (audio_convert_prepare_context), (audio_convert_convert):
510 Also make valgrind happy and avoid copying data in some cases.
512 2007-02-28 Stefan Kost <ensonic@users.sf.net>
514 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
515 (double_hq), (audio_convert_get_func_index),
516 (audio_convert_prepare_context), (audio_convert_convert):
517 * gst/audioconvert/gstaudioconvert.c:
518 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
519 (gst_audio_convert_transform_caps):
520 * tests/check/elements/audioconvert.c: (GST_START_TEST),
521 (audioconvert_suite):
522 Don't run inplace if that overwrites source data as we go. Add more
523 tests. Fixes #339837 even more.
525 2007-02-27 Julien MOUTTE <julien@moutte.net>
527 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
528 (msg_segment_done): Fix various seeking bugs (Slider was not
529 updating when doing a non flushing seek, Reverse playback
530 on segment seek was wrong).
532 2007-02-26 Wim Taymans <wim@fluendo.com>
534 * tests/examples/seek/seek.c: (stop_seek):
535 When we stop scrubbing, don't leave the pipeline PLAYING when we
536 requested a PAUSED state.
538 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
540 Patch by: René Stadler <mail at renestadler de>
542 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
543 Parse date strings in vorbis comments that have an invalid (zero)
544 month or day (#410396).
546 * tests/check/libs/tag.c: (GST_START_TEST):
547 Test case for the above.
549 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
551 Patch by: Loïc Minier <lool+gnome at via ecp fr>
554 * ext/alsa/Makefile.am:
555 * gst/audiotestsrc/Makefile.am:
556 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
558 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
560 * gst/playback/gstplaybin.c:
561 Improve docs: point out that the application needs to assist playbin
564 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
566 * gst-libs/gst/utils/install-plugins.c:
567 * gst-libs/gst/utils/missing-plugins.c:
568 * tests/check/libs/utils.c: (missing_msg_check_getters):
569 Change GStreamer marker prefix in detail string from 'gstreamer.net'
570 to just 'gstreamer'. Document the caps string component of the
571 decoder/encoder detail a bit better, since not everyone will be
572 familiar with the GStreamer media type/caps system (but they better
573 enjoy nested itemized lists).
575 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
577 * gst-libs/gst/netbuffer/gstnetbuffer.c:
578 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
579 Fix copying of GstNetBuffer (would crash before, or at least lead to
580 invalid memory access, #410772), for now by copying the GstBuffer copy
581 code from the core over here so we can copy the GstBuffer fields on a
582 provided buffer instance (of type GstNetBuffer in this case). Would be
583 better to fix this with some support by the core though (and in the long
584 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
586 * tests/check/Makefile.am:
587 Enable unit test for GstNetBuffer.
589 2007-02-22 Andy Wingo <wingo@pobox.com>
591 * gst-libs/gst/audio/gstbaseaudiosink.c
592 (gst_base_audio_sink_init): Disable pull-mode activation until we
593 figure out how to make audio sinks go to PLAYING.
595 2007-02-22 Stefan Kost <ensonic@users.sf.net>
597 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
598 (double_hq), (audio_convert_get_func_index),
599 (audio_convert_prepare_context), (audio_convert_convert):
600 * gst/audioconvert/audioconvert.h:
601 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
602 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
603 * gst/audioconvert/gstchannelmix.h:
604 * tests/check/elements/audioconvert.c: (GST_START_TEST):
605 Add float as an intermediate format, as well as float mixing. Enable
606 test that was failing before. Fixes #339837
608 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
610 * tests/examples/seek/seek.c: (do_seek):
611 Undo the previous commit: -1 as a stop time implies that the stop
612 time is the end of file, clearing any previously configured segment.
614 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
616 * tests/examples/seek/seek.c: (do_seek):
617 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
619 2007-02-21 Stefan Kost <ensonic@users.sf.net>
621 * gst/volume/gstvolume.c: (volume_process_int16),
622 (volume_process_int16_clamp), (volume_set_caps):
623 Unbreak volume, value remains gint.
625 2007-02-21 Stefan Kost <ensonic@users.sf.net>
627 * gst/volume/gstvolume.c: (volume_choose_func),
628 (volume_update_real_volume), (gst_volume_set_volume),
629 (gst_volume_init), (volume_process_double), (volume_process_float),
630 (volume_process_int16), (volume_process_int16_clamp),
631 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
632 * gst/volume/gstvolume.h:
633 Extend float audio support (double) and some int->uint cleanups.
635 2007-02-20 Edward Hervey <edward@fluendo.com>
637 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
638 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
639 (sort_end_pads), (gst_decode_group_expose),
640 (gst_decode_group_hide):
641 Don't free groups from the streaming threads. Just put them aside and
642 free them in dispose.
644 2007-02-20 Edward Hervey <edward@fluendo.com>
646 * gst/playback/gstdecodebin2.c: (connect_element),
647 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
648 (sort_end_pads), (gst_decode_group_expose):
649 Handle dynamic pads within groups.
650 Sort pads before exposing them in order to make playbin happy.
651 There still is a race with the multiqueue filling up. This should be
655 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
657 * gst-libs/gst/utils/base-utils.c:
658 * gst-libs/gst/utils/descriptions.c:
659 * gst-libs/gst/utils/install-plugins.c:
660 * gst-libs/gst/utils/missing-plugins.c:
661 Some more docs (and descriptions for two subtitle formats).
663 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
665 * gst-libs/gst/audio/audio.c:
668 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
670 Patch by: Yves Lefebvre <ivanohe abacom com>
672 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
673 Don't leak caps. Fixes #408278.
675 2007-02-15 Stefan Kost <ensonic@users.sf.net>
677 * ext/cdparanoia/gstcdparanoiasrc.h:
678 * ext/ogg/gstoggdemux.h:
679 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
680 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
681 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
682 * gst-libs/gst/audio/audio.h:
683 * gst-libs/gst/audio/gstaudiofilter.h:
684 * gst-libs/gst/interfaces/videoorientation.h:
685 * gst/adder/gstadder.h:
686 More docs coverage and some ChangeLog surgery (add missing names)
688 2007-02-15 Wim Taymans <wim@fluendo.com>
690 * sys/ximage/ximagesink.c:
691 (gst_ximagesink_calculate_pixel_aspect_ratio):
692 * sys/xvimage/xvimagesink.c:
693 (gst_xvimagesink_calculate_pixel_aspect_ratio):
694 Small constifications.
696 2007-02-15 Wim Taymans <wim@fluendo.com>
698 * gst-libs/gst/audio/gstbaseaudiosink.c:
699 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
700 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
701 (gst_base_audio_sink_async_play),
702 (gst_base_audio_sink_change_state):
703 Answer latency query.
704 Use configured latency when syncing.
707 * gst-libs/gst/audio/gstbaseaudiosrc.c:
708 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
709 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
710 Fix possible memleak.
711 Implement latency query.
714 2007-02-15 Wim Taymans <wim@fluendo.com>
716 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
717 Ignore errors in reset, these are not fatal. They also grab the element
718 lock which is already taking when this function is called. Fixes
721 2007-02-13 Stefan Kost <ensonic@users.sf.net>
724 Remove 'tests/examples/xerror/Makefile' from output files again.
726 2007-02-13 Stefan Kost <ensonic@users.sf.net>
729 * docs/plugins/Makefile.am:
730 Also crossref against gst-plugins-base-libs.
732 2007-02-12 Stefan Kost <ensonic@users.sf.net>
735 * docs/libs/Makefile.am:
736 * docs/plugins/Makefile.am:
737 Add crossreferences to glib/gobject/gstream docs.
739 * gst-libs/gst/audio/audio.h:
742 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
743 Add own debug category.
745 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
747 Patch by: René Stadler <mail at renestadler de>
749 * gst-libs/gst/tag/gstvorbistag.c:
750 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
753 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
755 * gst/playback/gstplaybasebin.c: (setup_source):
756 When we have external subtitles and wait for the subtitle decodebin
757 to get up and running, we set up a (sync) bus handler for the
758 subtitle decodebin, so we can stop waiting when it posts an error
759 message. However, we should do that before we set the subtitle
760 decodebin's state to playing, otherwise things are racy and we might
761 miss error messages posted before we had a chance to set up the bus.
762 This should finally fix totem hanging on .txt pseudo-subtitle files.
764 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
766 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
767 Use gst_gdouble_to_guint64 for conversions.
768 * win32/common/config.h.in:
769 Add a define for GST_INSTALL_PLUGINS_HELPER
770 * win32/common/libgstaudio.def:
771 * win32/common/libgstcdda.def:
772 * win32/common/libgstnetbuffer.def:
773 * win32/common/libgstrtp.def:
774 * win32/common/libgutils.def:
775 Add new exported functions.
776 * win32/vs6/gst_plugins_base.dsw:
777 * win32/vs6/libgstdecodebin.dsp:
778 * win32/vs6/libgstnetbuffer.dsp:
779 * win32/vs6/libgstplaybin.dsp:
780 * win32/vs6/libgstrtp.dsp:
781 * win32/vs6/libgstvorbis.dsp:
782 * win32/vs6/libgstcdda.dsp:
783 * win32/vs6/libgstgdp.dsp:
784 * win32/vs6/libgstutils.dsp:
785 Update and add new project files.
787 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
789 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
790 (subrip_remove_unhandled_tags), (parse_subrip):
791 For SubRip (.srt) subtitles, ignore all markup tags we don't
792 handle (like font tags, for example).
794 * tests/check/elements/subparse.c:
797 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
799 * gst/playback/gstdecodebin.c: (add_fakesink),
800 (gst_decode_bin_change_state):
801 * gst/playback/gstdecodebin2.c: (add_fakesink),
802 (gst_decode_bin_change_state):
803 Don't error out if there is no fakesink in the NULL to READY state
804 change, since when decodebin is re-used, we're only adding the
805 fakesink element in READY to PAUSED.
807 * tests/check/elements/decodebin.c:
808 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
810 Minimal unit test to make sure we can use the same decodebin
811 instance twice (at least with audiotestsrc input).
813 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
815 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
816 Try to get devic-name from device string first, and from handle only
817 as fallback (seems to yield better results and is more robust
818 against buggy probing code on the application side).
820 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
822 Based on patch by: Julien Puydt <julien.puydt at laposte net>
824 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
825 (gst_alsa_find_device_name):
826 * ext/alsa/gstalsa.h:
827 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
828 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
829 Improve device-name detection a bit, especially in the case where
830 the device is not actually open (#405020, #405024). Move common code
831 into gstalsa.c instead of duplicating it.
833 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
835 * gst/audioconvert/gstaudioconvert.c:
836 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
838 2007-02-06 Julien MOUTTE <julien@moutte.net>
840 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
841 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
842 (gst_xvimagesink_interface_supported),
843 (gst_xvimagesink_probe_get_properties),
844 (gst_xvimagesink_probe_probe_property),
845 (gst_xvimagesink_probe_needs_probe),
846 (gst_xvimagesink_probe_get_values),
847 (gst_xvimagesink_property_probe_interface_init),
848 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
849 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
850 (gst_xvimagesink_get_type):
851 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
852 for XVAdaptors so that one can choose the adaptor to use with
853 gstreamer-properties.
855 2007-02-06 Stefan Kost <ensonic@users.sf.net>
857 * gst/audioconvert/gstaudioconvert.c:
858 Also mention that a conversion from double to float is suboptimal still.
860 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
862 * gst-libs/gst/audio/gstaudiofilter.c:
863 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
864 Clear our formats structure and free the caps contained in it when
867 2007-02-05 Andy Wingo <wingo@pobox.com>
869 * gst-libs/gst/audio/gstbaseaudiosink.c
870 (gst_base_audio_sink_callback): Update basesink->offset so that we
871 pull monotonically increasing offsets instead of, um, seeking back
872 to 0 each time. Fixes alsasrc ! alsasink!
874 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
876 * gst/videoscale/gstvideoscale.c:
877 A width and height of 1 makes us crash, so increase minimum size to
878 2x2 pixels until someone feels like fixing this (#404512).
880 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
882 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
883 Add small test to make sure request pads are cleaned up properly
884 even if oggmux never changes state out of NULL.
886 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
888 * tests/check/libs/utils.c: (GST_START_TEST):
889 Fix unit test. Turns out things work much better when you
890 NULL-terminate string arrays. Should make p5 build bot happy again.
892 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
894 * gst-libs/gst/audio/Makefile.am:
895 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
896 (gst_audio_filter_template_base_init),
897 (gst_audio_filter_template_class_init),
898 (gst_audio_filter_template_init),
899 (gst_audio_filter_template_set_property),
900 (gst_audio_filter_template_get_property),
901 (gst_audio_filter_template_setup),
902 (gst_audio_filter_template_filter),
903 (gst_audio_filter_template_filter_inplace), (plugin_init):
904 Oops, forgot to commit fixed-up example.
906 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
908 * docs/libs/gst-plugins-base-libs-sections.txt:
909 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
910 (gst_audio_filter_class_init), (gst_audio_filter_init),
911 (gst_audio_filter_set_caps),
912 (gst_audio_filter_class_add_pad_templates):
913 * gst-libs/gst/audio/gstaudiofilter.h:
914 Port GstAudioFilter to 0.10. This change technically breaks
915 API and ABI (and thus also every library developer's heart),
916 but seems justifiable on the grounds that the base class was
917 completely unusable before (ie. would crash immediately when
918 actually used). Fixes #403963 (and eventually also #403572).
919 Also document all of this a bit.
921 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
923 * gst-libs/gst/utils/install-plugins.c:
924 (gst_install_plugins_spawn_child):
925 * tests/check/libs/utils.c:
926 (test_base_utils_install_plugins_do_callout):
927 Lowering log level to see why things fail on the p5 build bot;
928 fix some typos in unit test messages.
930 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
932 * tests/check/libs/utils.c:
933 (test_base_utils_install_plugins_do_callout):
934 Don't hard-code temp directory for test helper; use GLib functions
935 to write out file and do error checking etc.
937 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
939 * gst-libs/gst/utils/Makefile.am:
940 * gst-libs/gst/utils/base-utils.h:
941 * gst-libs/gst/utils/install-plugins.c:
942 (gst_install_plugins_context_set_xid),
943 (gst_install_plugins_context_new),
944 (gst_install_plugins_context_free),
945 (gst_install_plugins_get_helper),
946 (gst_install_plugins_spawn_child),
947 (gst_install_plugins_return_from_status),
948 (gst_install_plugins_installer_exited),
949 (gst_install_plugins_async), (gst_install_plugins_sync),
950 (gst_install_plugins_return_get_name),
951 (gst_install_plugins_installation_in_progress):
952 * gst-libs/gst/utils/install-plugins.h:
953 API: add API for applications to initiate installation of missing
954 plugins, ie. gst_install_plugins_async() primarily.
955 Based on libgimme-codec by Ryan Lortie.
958 Add --with-install-plugins-helper configure option so distros can specify
959 the path of the helper script or program to call when plugin installation
960 is requested (distros: please do any argument munging in this helper
961 script instead of patching GStreamer to pass arguments differently
962 to another program directly).
964 * docs/libs/gst-plugins-base-libs-docs.sgml:
965 * docs/libs/gst-plugins-base-libs-sections.txt:
966 Build and document new API.
968 * tests/check/libs/utils.c: (result_cb),
969 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
970 (libgstbaseutils_suite):
971 Some simple checks for the new API.
973 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
975 * tests/check/elements/audioconvert.c: (test_float_conversion):
976 Add small test for 32bit float <=> 64bit float conversion (works
977 only one way so far, 32=>64 produces structured noise).
979 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
981 * gst/audioconvert/gstaudioconvert.c:
982 (set_structure_widths_32_and_64), (make_lossless_changes):
983 We don't support floats with a width of 40, 48 or 56 bits.
985 2007-02-02 Stefan Kost <ensonic@users.sf.net>
987 * gst/audioconvert/audioconvert.c: (float), (double),
988 (audio_convert_get_func_index):
989 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
990 (make_lossless_changes):
991 Support for 64-bit float audio in audioconvert (#339837)
993 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
995 Patch by: Holger Wansing <linux wansing-online de>
999 Add German translation (#352069).
1001 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1003 reviewed by: Wim Taymans <wim@fluendo.com>
1005 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1006 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1007 Use newly added GstCollectPads API to free the allocated resources in
1008 the GstOggPad structures (#402393).
1010 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1012 * gst/playback/gstplaybin.c: (gen_vis_element):
1013 Add audioresample+audioconvert in front of the visualisation
1014 element, so that elements like libvisual 0.4 that don't support all
1015 samplerates can work.
1019 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1021 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1022 (gst_play_base_bin_get_streaminfo_value_array):
1023 Take some locks and make a copy of the streaminfo value array we
1024 maintain while holding the lock, so that the application can
1025 retrieve the stream-info as a value array in a thread-safe way.
1027 2007-01-30 Wim Taymans <wim@fluendo.com>
1029 * gst/audioconvert/gstaudioconvert.c:
1030 Don't fail on 0 sized buffers. Fixes #396835.
1032 2007-01-29 David Schleef <ds@schleef.org>
1034 * gst/typefind/gsttypefindfunctions.c:
1035 Detect BBCD as video/x-dirac, so we can play raw dirac
1038 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1040 * ext/theora/theoraenc.c: (theora_enc_chain):
1041 Check return value of theora_encode_header(), or we might try to
1042 allocate a random number of bytes. theora_encode_header() can fail
1043 if libtheora has been compiled with encoding support disabled.
1046 2007-01-29 Wim Taymans <wim@fluendo.com>
1048 * tests/check/gst/.cvsignore:
1049 Do as buildbot says.
1051 2007-01-29 Wim Taymans <wim@fluendo.com>
1053 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1054 Fix strides in libvisual. Gst uses X strides.
1055 Inspired by: <ed at catmur dot co dot uk> and
1056 <tim at centricular dot net>
1059 2007-01-27 Wim Taymans <wim@fluendo.com>
1061 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1062 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1063 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1064 (gst_ogg_demux_perform_seek),
1065 (gst_ogg_demux_bisect_forward_serialno),
1066 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1067 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1068 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1069 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1070 * ext/ogg/gstoggdemux.h:
1071 Properly propagate streaming errors when we are scanning the file for
1072 chains so that we don't crash when shut down. Might fix some crashers
1073 when quickly switching oggs in RB such as #332503 and #378436.
1075 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1077 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1078 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1081 2007-01-25 Wim Taymans <wim@fluendo.com>
1083 * gst/playback/gstplaybasebin.c: (remove_source):
1084 Don't try to disconnect a signal from a finalized object.
1086 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1088 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1089 Cast lock macro parameters to make sure we're actually accessing the
1090 lock member at the right class level. Free list itself in _dispose()
1091 as well and NULL it in case dispose gets called multiple times.
1093 2007-01-25 Edward Hervey <edward@fluendo.com>
1095 * gst/playback/gstdecodebin2.c:
1096 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1097 Free GstDecodeGroups no longer used.
1098 (gst_decode_group_expose):
1099 Don't unlock too many times !
1100 (deactivate_free_recursive):
1101 Free iterator once we're done with it.
1102 Fix for recursively deactivating elements (stop at ghostpads).
1104 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1106 * gst/playback/gstplaybin.c: (handoff):
1107 Fix up caps on the frame buffer before we save it and potentially
1108 make it accessible to other threads via g_object_get; also use
1109 gst_buffer_replace() instead of gst_mini_object_replace().
1111 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1113 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1114 Make getting the current frame thread-safe.
1116 2007-01-25 Edward Hervey <edward@fluendo.com>
1118 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1119 (gst_decode_group_new), (gst_decode_group_free):
1120 Set queues to bigger sizes to cope with HD contents.
1121 Fix some mutex freeing and add comment about MT safe methods.
1123 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1125 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1126 (gst_text_overlay_text_event):
1127 Don't unnecessarily ref (and then leak) upstream events if the text
1128 pad is not linked. Fixes #399948.
1130 * tests/check/gst-plugins-base.supp:
1131 Add suppression for pango on edgy/x86 for textoverlay test.
1133 2007-01-24 Wim Taymans <wim@fluendo.com>
1135 * gst-libs/gst/rtp/gstrtpbuffer.h:
1136 Add some more fixed payloads.
1138 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1140 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1141 Error out properly if we get an error from libogg while reading the
1142 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1144 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1146 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1149 * tests/check/elements/playbin.c:
1150 (test_sink_usage_video_only_stream),
1151 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1152 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1153 (test_missing_suburisource_handler),
1154 (test_missing_primary_decoder), (playbin_suite):
1155 Run all tests once with decodebin and once with decodebin2.
1156 One test does not pass yet with decodebin2.
1158 2007-01-23 Edward Hervey <edward@fluendo.com>
1160 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1161 Fix the cases where oggmux doesn't properly figure out that all
1162 sinkpads have gone EOS, and therefore doesn't push out the remaining
1163 buffers and the final EOS event.
1166 2007-01-23 Julien MOUTTE <julien@moutte.net>
1168 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1170 Don't lock on navigation event push, just on keysym to string.
1171 Fixes #397673 again.
1173 2007-01-22 Edward Hervey <edward@fluendo.com>
1175 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1176 (get_current_group), (group_demuxer_event_probe),
1177 (gst_decode_group_expose), (deactivate_free_recursive),
1178 (gst_decode_group_free):
1180 Don't forget to emit 'no-more-pads' once a group is exposed.
1181 Cleanup elements from a DecodeGroup once we remove it.
1182 Protect call to gst_decode_group_expose() with the decodebin lock.
1184 2007-01-22 Julien MOUTTE <julien@moutte.net>
1186 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1187 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1188 Looking at Xorg code i can't figure out if that XKeysymToString
1189 function is thread sensible or not. Lock it just in case as
1190 recommended by Radek Doulik <rodo at ximian dot com>.
1192 2007-01-22 Julien MOUTTE <julien@moutte.net>
1194 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1196 Lock that X Call as well. Fixes #397673.
1198 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1200 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1201 Don't go into an endless loop if the file starts with 00 00 01 2X,
1202 like quicktime redirect files might. Fixes #396042.
1204 * tests/check/Makefile.am:
1205 * tests/check/gst/.cvsignore:
1206 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1207 (typefindfunctions_suite):
1208 Add unit test for the above.
1210 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1212 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1213 On second thought, use "depth" field rather than "bpp" field.
1215 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1217 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1218 Camtasia caps apparently need a bpp field (#398875).
1220 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1222 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1223 (gen_source_element), (gst_play_base_bin_change_state):
1224 Attempt at a better error message in case we don't have the required
1225 URI handler installed; post missing-plugin message also when we're
1226 missing an URI handler for the subtitle URI; clean up properly also
1227 when an error occurs and we never made it to PAUSED state.
1229 * tests/check/elements/playbin.c: (GST_START_TEST),
1231 Check that we're also getting a missing-plugin messsage for a
1232 missing subtitle URI handler (and clean up properly).
1234 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1236 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1237 Plug a few reference leaks.
1239 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1241 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1242 Lower probability a bit if the marker isn't right at the start,
1243 to decrease the chance of false positives.
1245 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1247 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1248 Small mpeg2 system stream typefinding improvement: make typefinder
1249 probe a bit into the stream instead of just looking for a marker
1250 at the beginning. Fixes #397810.
1252 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1254 * gst/audioconvert/gstchannelmix.c:
1255 Remove compatibility cruft for prehistoric GLib versions.
1257 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1259 * gst/playback/Makefile.am:
1260 * gst/playback/gstdecodebin.c: (close_pad_link):
1261 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1262 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1263 (gst_play_base_bin_handle_message_func), (unknown_type):
1264 Let decodebin be the element to post missing-plugin messages for
1265 missing decoders (rather than playbin); make playbin implement
1266 GstBin::handle_message so we can suppress missing-plugin messages
1267 for types we're not handling on purpose (don't want to bring up an
1268 installer in those cases).
1270 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1272 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1273 * gst-libs/gst/tag/gstvorbistag.c:
1274 (gst_tag_list_to_vorbiscomment_buffer):
1275 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1276 Fix potentially unaligned access (#397207).
1278 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1280 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1281 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1282 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1284 Allow to toggle looping while it plays. Fix callback prototype. Clean
1285 up code a bit more. Add copyright header.
1287 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1290 Red and blue mask was swapped (spotted by Dan Williams).
1292 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1294 * gst-libs/gst/tag/gstid3tag.c:
1295 * gst-libs/gst/tag/gstvorbistag.c:
1296 Use new beats-per-minute tag from core.
1298 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1301 Add new files with translatable strings, so they actually make it
1302 into the template file one day.
1304 2007-01-12 Andy Wingo <wingo@pobox.com>
1306 * gst-libs/gst/audio/gstbaseaudiosink.c
1307 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1308 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1309 stuff, as the base class handles this now. Actually tell the ring
1311 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1312 How did this work before? Maybe I'm not as awesome a programmer as
1315 * gst-libs/gst/audio/gstbaseaudiosrc.c
1316 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1319 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1321 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1322 Remove more fields so that the application can better blacklist
1323 formats that have been tried before.
1325 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1327 * gst-libs/gst/audio/mixerutils.h:
1328 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1329 used when compiling with c++ compilers as well.
1331 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1333 * gst/typefind/gsttypefindfunctions.c:
1336 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1338 * gst/playback/gstplaybin.c: (post_missing_element_message),
1339 (gen_video_element), (gen_text_element), (gen_audio_element),
1341 Post missing-plugin messages also when we error out because
1342 converters, textoverlay or auto*sinks are missing (#161922).
1344 2007-01-10 Wim Taymans <wim@fluendo.com>
1346 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1347 (is_demuxer_element), (new_caps):
1348 * gst/playback/gstplaybasebin.c: (source_new_pad):
1349 Fix the case where we try to ref a NULL element when we delay a link
1350 because of unfixed caps.
1351 Set the state of autoplugged decodebins to PAUSED.
1352 RTSP now works in playbin, we can remove it from the blacklist.
1354 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1356 * gst/playback/Makefile.am:
1357 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1358 (unknown_type), (setup_subtitle), (gen_source_element):
1359 * gst/playback/gstplaybin.c: (plugin_init):
1360 Post missing-plugin messages on the bus for missing sources and
1361 missing decoders/demuxers/depayloaders; fix error code used when
1362 we're missing an URI handler source; for media types that we are not
1363 handling on purpose at the moment, don't print "don't know how to
1364 handle xyz" messages to the terminal or post missing-plugin
1365 messages on the bus.
1367 * tests/check/elements/playbin.c: (create_playbin),
1368 (GST_START_TEST), (gst_codec_src_uri_get_type),
1369 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1370 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1371 (gst_codec_src_init_type), (gst_codec_src_base_init),
1372 (gst_codec_src_create), (gst_codec_src_class_init),
1373 (gst_codec_src_init), (plugin_init), (playbin_suite):
1374 Add some tests for the missing-plugin stuff.
1376 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1379 * gst-libs/gst/Makefile.am:
1380 * gst-libs/gst/utils/Makefile.am:
1381 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1382 * gst-libs/gst/utils/base-utils.h:
1383 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1384 (find_format_info), (caps_are_rtp_caps),
1385 (gst_base_utils_get_source_description),
1386 (gst_base_utils_get_sink_description),
1387 (gst_base_utils_get_decoder_description),
1388 (gst_base_utils_get_encoder_description),
1389 (gst_base_utils_get_element_description),
1390 (gst_base_utils_add_codec_description_to_tag_list),
1391 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1392 * gst-libs/gst/utils/descriptions.h:
1393 * gst-libs/gst/utils/missing-plugins.c:
1394 (missing_structure_get_type), (copy_and_clean_caps),
1395 (gst_missing_uri_source_message_new),
1396 (gst_missing_uri_sink_message_new),
1397 (gst_missing_element_message_new),
1398 (gst_missing_decoder_message_new),
1399 (gst_missing_encoder_message_new),
1400 (missing_structure_get_string_detail),
1401 (missing_structure_get_caps_detail),
1402 (gst_missing_plugin_message_get_installer_detail),
1403 (gst_missing_plugin_message_get_description),
1404 (gst_is_missing_plugin_message):
1405 * gst-libs/gst/utils/missing-plugins.h:
1406 API: add new libgstbaseutils library with functions
1407 - to create and parse missing-plugins messages
1408 - that provide (translated) descriptions for caps/decoders/sources/etc.
1411 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1412 * pkgconfig/gstreamer-plugins-base.pc.in:
1415 * docs/libs/gst-plugins-base-libs-docs.sgml:
1416 * docs/libs/gst-plugins-base-libs-sections.txt:
1417 Generate docs for new lib and API.
1419 * tests/check/Makefile.am:
1420 * tests/check/libs/.cvsignore:
1421 * tests/check/libs/utils.c: (missing_msg_check_getters),
1422 (GST_START_TEST), (libgstbaseutils_suite):
1423 Add some basic unit tests.
1425 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1427 * ext/ogg/Makefile.am:
1428 Dist gstoggdemux.h to fix 'make distcheck'.
1430 * sys/v4l/Makefile.am:
1431 Fix 'make distcheck' even more.
1433 2007-01-09 Wim Taymans <wim@fluendo.com>
1435 * docs/plugins/Makefile.am:
1436 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1437 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1438 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1439 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1440 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1441 (gst_ogg_demux_perform_seek):
1442 * ext/ogg/gstoggdemux.h:
1444 Add some more comments.
1447 2007-01-09 Wim Taymans <wim@fluendo.com>
1449 * ext/theora/theoradec.c:
1450 * ext/vorbis/vorbisdec.c:
1451 * gst-libs/gst/audio/gstringbuffer.c:
1452 (gst_ring_buffer_commit_full):
1453 * gst-libs/gst/audio/gstringbuffer.h:
1454 * gst-libs/gst/rtp/gstrtpbuffer.c:
1455 * gst-libs/gst/tag/gstvorbistag.c:
1456 Small documentation updates/fixes
1458 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1461 Require core CVS HEAD for Andy's basesrc/sink API additions.
1463 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1465 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1467 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1469 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1470 on flac.sf.net (there appear to be other versions of the first
1471 ogg page in the wild) (#391365).
1473 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1476 Check if localtime_r() is available.
1478 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1479 If localtime_r() is not available, fall back to localtime(). Should
1480 fix build on MingW (#393310).
1482 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1484 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1485 * gst/subparse/gstsubparse.h:
1486 Remove spurious 1000 subtrahend when calculating the timestamp from
1487 the frame number and the frame rate . Also, use the frames/second
1488 value specified in the first line of the file, if one is specified
1489 there. Should fix #357503.
1491 * tests/check/elements/subparse.c: (do_test),
1492 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1494 Add some basic unit tests for the microdvd subtitle format.
1496 2007-01-07 Julien MOUTTE <julien@moutte.net>
1498 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1499 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1500 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1501 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1502 (gst_xvimagesink_set_xwindow_id),
1503 (gst_xvimagesink_set_event_handling),
1504 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1505 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1506 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1508 Add an adaptor property to select a specific XV adaptor.
1509 * sys/xvimage/xvimagesink.h:
1511 2007-01-07 Julien MOUTTE <julien@moutte.net>
1513 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1514 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1515 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1516 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1517 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1518 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1519 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1520 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1521 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1522 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1523 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1524 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1525 Use flow_lock much more to protect every access to xwindow.
1526 Try to catch erros while creating images in case some drivers are
1527 just generating an XError when the requested image is too big.
1528 Should fix : #354698, #384008, #384060.
1529 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1530 Implement some stress testing of setting window xid.
1532 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1534 * win32/common/libgsaudio.def:
1535 Add new exported function.
1536 * win32/common/libgstogg.dsp:
1537 Add gstoggaviparse.c to the build.
1538 * win32/common/libgstvideoscale.dsp:
1539 Add vs_4tap.c to the build.
1540 * win32/common/libgstvorbis.dsp:
1541 Add vorbistag.c to the build.
1543 2007-01-06 Andy Wingo <wingo@pobox.com>
1545 * gst-libs/gst/audio/gstbaseaudiosink.c
1546 (gst_base_audio_sink_class_init)
1547 (gst_base_audio_sink_init):
1548 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1549 to baseaudiosink, and tell basesink that we can work in pull mode.
1550 This way the ring buffer thread drives the pipeline directly, if
1551 pull mode is possible. There is some lingering nastiness regarding
1553 (gst_base_audio_sink_callback): Implement the callback to pull
1554 data. This interface is a bit light, though -- it should get a
1555 GstFlowReturn return value at least.
1557 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1559 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1560 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1561 * gst/playback/gstdecodebin2.c:
1562 (gst_decode_group_check_if_blocked):
1563 Printf format and missing argument fixes.
1565 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1567 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1568 (gst_ogm_parse_change_state):
1569 Activate pads before adding them to the element.
1571 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1573 * tests/examples/seek/scrubby.c: (main):
1574 * tests/examples/seek/seek.c: (main):
1575 Call g_thread_init() first thing in main() (see #391278).
1577 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1579 * tests/check/Makefile.am:
1580 * tests/check/libs/.cvsignore:
1581 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1583 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1584 for the time being, since it's broken, see #393099.
1586 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1588 * tests/check/Makefile.am:
1589 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1591 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1594 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1595 so that GST_BASE_CFLAGS can go inbetween them, making sure
1596 we use uninstalled gst-libs headers
1597 * docs/libs/Makefile.am:
1598 * ext/alsa/Makefile.am:
1599 * ext/cdparanoia/Makefile.am:
1600 * ext/gnomevfs/Makefile.am:
1601 * ext/libvisual/Makefile.am:
1602 * ext/ogg/Makefile.am:
1603 * ext/theora/Makefile.am:
1604 * ext/vorbis/Makefile.am:
1605 * gst-libs/gst/audio/Makefile.am:
1606 * gst-libs/gst/cdda/Makefile.am:
1607 * gst-libs/gst/interfaces/Makefile.am:
1608 * gst-libs/gst/riff/Makefile.am:
1609 * gst-libs/gst/rtp/Makefile.am:
1610 * gst-libs/gst/tag/Makefile.am:
1611 * gst/adder/Makefile.am:
1612 * gst/audioconvert/Makefile.am:
1613 * gst/audiorate/Makefile.am:
1614 * gst/audioresample/Makefile.am:
1615 * gst/playback/Makefile.am:
1616 * gst/tcp/Makefile.am:
1617 * gst/videoscale/Makefile.am:
1618 * gst/volume/Makefile.am:
1619 * sys/ximage/Makefile.am:
1620 * sys/xvimage/Makefile.am:
1621 * tests/icles/Makefile.am:
1624 2007-01-04 Julien MOUTTE <julien@moutte.net>
1626 * gst-libs/gst/interfaces/xoverlay.c:
1627 (gst_x_overlay_handle_events):
1628 * gst-libs/gst/interfaces/xoverlay.h:
1629 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1630 (gst_ximagesink_set_xwindow_id),
1631 (gst_ximagesink_set_event_handling),
1632 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1633 (gst_ximagesink_get_property), (gst_ximagesink_init),
1634 (gst_ximagesink_class_init):
1635 * sys/ximage/ximagesink.h:
1636 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1637 (gst_xvimagesink_set_xwindow_id),
1638 (gst_xvimagesink_set_event_handling),
1639 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1640 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1641 (gst_xvimagesink_class_init):
1642 * sys/xvimage/xvimagesink.h:
1643 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1644 Add a method to the XOverlay interface to allow disabling of
1645 event handling in x[v]imagesink elements. This will let X events
1646 propagate to parent windows which can be usefull in some cases.
1647 Be carefull that the application is then responsible of pushing
1648 navigation events and expose events to the video sink.
1651 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1653 * gst-libs/gst/tag/gstvorbistag.c:
1654 * tests/check/libs/tag.c: (GST_START_TEST):
1655 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1658 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1662 * docs/design/Makefile.am:
1665 2006-12-27 Julien MOUTTE <julien@moutte.net>
1667 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1668 typo. Fixes: #390063.
1670 2006-12-27 Julien MOUTTE <julien@moutte.net>
1672 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1673 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1675 * win32/common/config.h: Updated.
1677 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1679 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1680 (setup_gdpdepay_streamheader):
1681 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1682 (setup_gdppay_streamheader):
1683 Fix the dp tests, but activating the pads for the streamheader tests
1684 too and cleaning up conditionaly
1686 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1688 * gst/ffmpegcolorspace/avcodec.h:
1689 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1690 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1691 (gst_ffmpegcsp_avpicture_fill):
1692 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1693 (img_get_alpha_info):
1694 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1695 other end of the word. Fixes: #387073.
1697 Add some inconsequential branch hints in a couple of places.
1699 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1701 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1702 (gst_ffmpeg_caps_to_smpfmt):
1703 The "signed" field in raw audio caps is of boolean type, trying to
1704 extract the value with _get_int() will fail (fix to keep in sync with
1705 the copy in gst-ffmpeg)
1707 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1709 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1710 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1711 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1713 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1714 * tests/check/elements/subparse.c: (teardown_subparse):
1715 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1716 * tests/check/elements/videorate.c: (cleanup_videorate):
1717 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1718 * tests/check/elements/volume.c: (cleanup_volume):
1719 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1720 (cleanup_vorbisdec):
1721 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1722 (cleanup_vorbistag):
1723 consistent pad (de)activation
1725 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1727 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1728 Forgot to register the extensions.
1730 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1732 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1734 Add typefinder for VIVO files (my christmas present to the 90s).
1736 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1738 * gst/playback/gstdecodebin.c: (type_found):
1739 Special-case the text/plain media type: we only want to recognise it
1740 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1741 parser, but not if the entire stream is of text/plain type. If the
1742 entire stream is text/plain, we should just error out.
1744 This fixes playback of audio files with lyrics in totem. Totem can't
1745 distinguish between text files and subtitle files and passes any
1746 .txt file with the same basename as the main file to playbin as
1747 suburi, and playbin will then throw a 'subtitle found, but no video
1748 stream' error, which isn't entirely helpful. See #380342.
1750 Also, with this change we'll show a slightly more correct error
1751 message in case totem passes a playlist file to us (although a
1752 custom error message wording instead of the default text would
1753 probably not be a bad idea either).
1755 Same problem also needs to be fixed for playbin+decodebin2.
1757 * tests/check/Makefile.am:
1758 * tests/check/elements/decodebin.c: (src_handoff_cb),
1759 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1761 Add simple unit test for decodebin for the above.
1763 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1765 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1766 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1767 Refuse to change state to READY when we failed to create any of the
1768 required elements in our instance init function.
1770 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1772 * docs/libs/gst-plugins-base-libs-sections.txt:
1773 Small docs fixes/updates.
1775 * gst-libs/gst/video/gstvideosink.h:
1776 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1777 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1778 removed from the base sink API between 0.9.6 and 0.9.7).
1779 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1780 accessor macros, so we don't do a runtime GObject type check every
1783 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1786 * gst-plugins-base.doap:
1787 * gst-plugins-base.spec.in:
1790 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1792 Patch by: Jens Granseuer <jensgr at gmx net>
1794 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1795 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1796 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1797 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1798 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1799 Declare variables at the beginning of a block. Fixes #383195.
1801 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1804 Bump version nano - back to CVS.
1807 === release 0.10.11 ===
1809 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1812 releasing 0.10.11, "Dumb things"
1814 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1816 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1817 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1818 Handle the case where an element has multiple pads with
1819 unfixed caps as well as still possibly producing more dynamic
1820 pads by storing each case as a distinct entry in the dynamic list.
1823 2006-12-04 Wim Taymans <wim@fluendo.com>
1825 * gst/playback/gstdecodebin.c: (close_pad_link):
1826 Fix #382223, add more dynamic caps handling.
1828 2006-12-04 Wim Taymans <wim@fluendo.com>
1830 reviewed by: <delete if not using a buddy>
1832 * gst-libs/gst/audio/gstringbuffer.h:
1833 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1834 (gst_netaddress_set_ip4_interface),
1835 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1836 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1837 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1838 (gst_netaddress_get_ttl):
1839 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1840 * gst/playback/gstdecodebin.c: (close_pad_link):
1841 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1842 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1843 * win32/common/config.h:
1845 2006-12-01 Michael Smith <msmith@fluendo.com>
1847 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1848 Delete bad debug code.
1851 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1853 * gst/videoscale/vs_4tap.c:
1855 * win32/common/config.h:
1856 * win32/vs8/libgstvideoscale.vcproj:
1857 Fix compilation on win32 under VS8
1858 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1859 Partially fixes #381175
1861 2006-11-30 Michael Smith <msmith@fluendo.com>
1863 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1865 It would be very bad if, after a discont buffer, we thought every
1866 single following buffer was also discont. So, add to the test to
1867 ensure that this isn't the case.
1869 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1870 ... it was the case. So fix it.
1872 2006-11-28 Wim Taymans <wim@fluendo.com>
1874 * gst/playback/gstplaybasebin.c: (check_queue_event):
1877 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1878 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1879 padtemplate caps. Refixes #357577.
1881 2006-11-28 Wim Taymans <wim@fluendo.com>
1883 * gst/playback/gstplaybasebin.c: (check_queue_event),
1884 (queue_threshold_reached), (queue_out_of_data),
1885 (gen_preroll_element):
1886 Add event probe to see when EOS is in a queue and we can disable the
1887 underrun signals. Fixes #357577.
1889 2006-11-28 Edward Hervey <edward@fluendo.com>
1891 * gst/playback/Makefile.am:
1892 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1893 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1894 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1895 (gst_decode_bin_init), (gst_decode_bin_dispose),
1896 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1897 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1898 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1899 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1900 (connect_element), (expose_pad), (type_found),
1901 (pad_added_group_cb), (pad_removed_group_cb),
1902 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1903 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1904 (are_raw_caps), (multi_queue_overrun_cb),
1905 (multi_queue_underrun_cb), (gst_decode_group_new),
1906 (get_current_group), (group_demuxer_event_probe),
1907 (gst_decode_group_control_demuxer_pad),
1908 (gst_decode_group_control_source_pad),
1909 (gst_decode_group_check_if_blocked),
1910 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1911 (gst_decode_group_hide), (gst_decode_group_free),
1912 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1913 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1914 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1916 New decodebin2 element.
1918 * gst/playback/gstplay-marshal.list:
1919 Added marshallers for new signals in decodebin2
1920 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1921 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1924 2006-11-28 Wim Taymans <wim@fluendo.com>
1926 * gst/playback/gstplaybasebin.c: (setup_source),
1927 (gst_play_base_bin_change_state):
1928 Disable rtsp:// uris for the release, it's not good enough yet.
1931 2006-11-26 Wim Taymans <wim@fluendo.com>
1933 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1934 (theora_dec_push_forward), (theora_dec_push_reverse),
1935 (theora_handle_data_packet), (theora_dec_decode_buffer),
1936 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1937 (theora_dec_chain_forward), (theora_dec_chain):
1938 Implement reverse playback.
1940 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1941 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1942 (vorbis_dec_chain_forward):
1943 Clear buffers used for reverse playback in _reset.
1944 No need to set the eos flag, we clip samples using the segment.
1946 2006-11-24 Wim Taymans <wim@fluendo.com>
1948 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1949 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1950 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1951 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1953 Handle continued pages in reverse mode.
1955 2006-11-24 Wim Taymans <wim@fluendo.com>
1957 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1958 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1959 (vorbis_dec_flush_decode):
1961 Don't try to add invalid timestamps.
1962 Clipping will unref the buffer.
1964 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1966 * gst/adder/gstadder.h:
1967 * gst/audiotestsrc/gstaudiotestsrc.h:
1968 remove obsolete _factory_init protos
1970 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1973 Fix spacing in debug message.
1975 2006-11-23 Wim Taymans <wim@fluendo.com>
1977 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1978 (gst_ogg_demux_chain):
1979 Don't just ignore return values from _pad_push().
1980 Small debug improvements.
1982 2006-11-23 Michael Smith <msmith@fluendo.com>
1984 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1985 If our incoming buffer is marked as DISCONT, then increment the page
1986 number (so that the discontinuity is marked in the final ogg
1987 bitstream) and flush the previous page.
1989 2006-11-22 Michael Smith <msmith@fluendo.com>
1991 * ext/theora/gsttheoraenc.h:
1992 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1993 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1994 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1995 (theora_enc_chain), (theora_enc_change_state):
1996 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1998 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1999 (GST_START_TEST), (theoraenc_suite):
2000 Enable discontinuity test, fix it.
2002 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2004 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2005 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2006 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2007 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2008 (gst_text_overlay_change_state):
2009 * ext/pango/gsttextoverlay.h:
2010 Some textoverlay fixes: for one, in the video chain function,
2011 actually wait for a text buffer to come in if there is none at the
2012 moment and there should be one; also, deal more gracefully with
2013 incoming buffers that do not have a timestamp or duration; discard
2014 text buffer when not needed any longer. Fixes #341681.
2016 * tests/check/Makefile.am:
2017 * tests/check/elements/.cvsignore:
2018 * tests/check/elements/textoverlay.c:
2019 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2020 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2021 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2022 (test_video_waits_for_text_send_text_newsegment_thread),
2023 (test_video_waits_for_text_shutdown_element),
2024 (test_render_continuity_push_video_buffers_thread),
2025 (textoverlay_suite):
2026 Add some unit tests for textoverlay.
2028 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2030 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2031 Avoid integer underflow when the found probability for mp3 is
2032 smaller than the 'penalty' we subtract if there's not a clean
2033 mp3 header sync at offset 0.
2035 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2037 * docs/libs/gst-plugins-base-libs-sections.txt:
2038 Add some new symbols to the docs
2040 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2042 * tests/check/Makefile.am:
2043 * tests/check/elements/ffmpegcolorspace.c:
2044 (ffmpegcolorspace_suite):
2045 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2046 (for now not for valgrinding though, since it takes too long).
2048 2006-11-20 Wim Taymans <wim@fluendo.com>
2050 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2051 (gst_ffmpeg_pixfmt_to_caps):
2052 Fix RGBA32 caps. Fixes #357038.
2054 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2056 * gst-libs/gst/interfaces/mixertrack.h:
2057 Add FIXME so we can add some padding here in 0.11
2059 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2061 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2062 Fix GstBaseRTPAudioPayload structure so the whole GObject
2063 inheritance business actually works (parent class instance structure
2064 must always come first in the derived class instance structure).
2066 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2068 * gst/videotestsrc/Makefile.am:
2069 * tests/check/Makefile.am:
2070 Make sure our checks and the videotestsrc plugin link against the
2071 local uninstalled gst libs and not any installed gst libs that
2072 might happen to exist as well.
2074 * tests/check/elements/adder.c: (message_received),
2075 (test_event_message_received), (test_play_twice_message_received):
2076 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2077 Fix compiler warnings when compiling against core with disabled
2080 2006-11-16 Michael Smith <msmith@fluendo.com>
2082 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2083 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2084 Fix audiorate, so that it accurately sets offsets and timestamps.
2085 Doesn't change the fundamental algorithmic decisions; so should be
2088 * tests/check/Makefile.am:
2089 Enable audiorate test now that it passes.
2091 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2094 clear xv when going to NULL, remove // commented non-existant proto
2096 * tests/examples/seek/seek.c: (main):
2097 add missing tooltip description for scrub and play_scrub
2099 2006-11-14 David Schleef <ds@schleef.org>
2102 Bump liboil requirement to 0.3.8.
2103 * gst-libs/gst/riff/riff-media.c:
2105 * gst/videoscale/vs_image.h:
2106 * gst/videoscale/vs_scanline.h:
2107 Use liboil's stdint.h.
2108 * gst/videotestsrc/videotestsrc.c:
2109 Remove liboil related ifdef's, since they aren't needed now, and
2110 won't work with future versions.
2112 2006-11-14 David Schleef <ds@schleef.org>
2114 * gst/videoscale/Makefile.am:
2115 * gst/videoscale/gstvideoscale.c:
2116 * gst/videoscale/gstvideoscale.h:
2117 * gst/videoscale/vs_4tap.c:
2118 * gst/videoscale/vs_4tap.h:
2119 * gst/videoscale/vs_image.c:
2120 * gst/videoscale/vs_image.h:
2121 * gst/videoscale/vs_scanline.c:
2122 * gst/videoscale/vs_scanline.h:
2123 Add a 4-tap image scaler. Theoretically looks much prettier.
2124 The tap calculation could use some improvement.
2126 2006-11-14 Wim Taymans <wim@fluendo.com>
2128 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2130 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2131 (gst_riff_parse_strf_iavs):
2132 * gst/subparse/gstsubparse.c: (convert_encoding):
2133 * gst/tcp/gstmultifdsink.c:
2134 (gst_multi_fd_sink_handle_client_write):
2135 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2136 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2137 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2138 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2139 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2140 (gst_ximagesink_ximage_new):
2141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2142 Various gsize and gssize printf fixes. Fixes #372507.
2144 2006-11-13 Wim Taymans <wim@fluendo.com>
2146 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2147 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2148 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2149 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2150 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2151 * ext/vorbis/vorbisdec.h:
2152 First stab at vorbis reverse playback.
2154 2006-11-13 Wim Taymans <wim@fluendo.com>
2156 * gst-libs/gst/audio/gstbaseaudiosink.c:
2157 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2158 * gst-libs/gst/audio/gstbaseaudiosink.h:
2159 Make the clock sync code more accurate wrt resampling and playback
2162 * gst-libs/gst/audio/gstringbuffer.c:
2163 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2164 * gst-libs/gst/audio/gstringbuffer.h:
2165 Use better algorithm to interpolate sample rates.
2167 2006-11-13 Michael Smith <msmith@fluendo.com>
2169 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2170 Improve a debug line slightly.
2172 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2173 Call gst_riff_init() in plugin_init, to avoid getting errors from
2174 the debug system (unrelated changes to another plugin made this turn
2177 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2179 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2181 * win32/common/libgsttag.def:
2182 Add missing symbol (#366492).
2184 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2186 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2187 Don't unref a NULL pad.
2189 2006-11-09 Wim Taymans <wim@fluendo.com>
2191 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2192 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2193 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2194 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2195 (gst_ogg_demux_loop):
2196 Implement first stab at reverse playback.
2198 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2200 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2201 (gst_riff_create_video_template_caps):
2202 add h263/h264 variants to the caps, Fixes #363118
2204 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2206 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2207 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2208 Use g_strerror instead of strerror so we get UTF-8.
2210 2006-11-03 David Schleef <ds@schleef.org>
2212 * ext/ogg/gstoggdemux.c:
2213 * ext/ogg/gstoggmux.c:
2214 Add/remove KW-DIRAC header here, since it is ogg-specific.
2216 2006-11-03 Michael Smith <msmith@fluendo.com>
2218 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2219 Recognise more mpeg4 elementary video streams.
2221 2006-11-02 Edward Hervey <edward@fluendo.com>
2223 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2224 Lower the probability of mp3 typefinding functions if we don't find a
2225 valid mp3 header at the start of the file.
2228 2006-11-02 Wim Taymans <wim@fluendo.com>
2230 * ext/theora/gsttheoradec.h:
2231 * ext/theora/theoradec.c: (gst_theora_dec_init),
2232 (theora_dec_sink_event), (theora_dec_chain_forward),
2233 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2235 Document and partially implement an algorithm for doing reverse playback
2238 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2240 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2242 * win32/common/config.h:
2243 * win32/common/interfaces-enumtypes.c:
2244 * win32/common/libgsttag.def:
2245 * win32/vs8/gst-plugins-base.sln:
2246 * win32/vs8/libgstaudioresample.vcproj:
2247 * win32/vs8/libgstinterfaces.vcproj:
2248 * win32/vs8/libgstogg.vcproj:
2249 * win32/vs8/libgstriff.vcproj:
2250 * win32/vs8/libgsttag.vcproj:
2251 * win32/vs8/libgsttheora.vcproj:
2252 * win32/vs8/libgstvideoscale.vcproj:
2253 * win32/vs8/libgstvorbis.vcproj:
2254 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2255 to libgsttag.def; add missing dependencies for some vs8 projects;
2256 re-arrange placement of .def files in vs8 projects (#366334).
2258 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2261 Remove unused variable.
2263 * ext/ogg/gstoggdemux.c:
2264 Fix Wim's surname in plugin description.
2266 2006-10-31 Wim Taymans <wim@fluendo.com>
2268 * gst-plugins-base.spec.in:
2269 spec new .h file. Fixes #368310.
2271 2006-10-31 Michael Smith <msmith@fluendo.com>
2273 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2274 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2275 (gst_multi_fd_sink_get_stats),
2276 (gst_multi_fd_sink_remove_client_link),
2277 (gst_multi_fd_sink_queue_buffer),
2278 (gst_multi_fd_sink_handle_clients):
2279 * gst/tcp/gstmultifdsink.h:
2280 Make using the remove or clear signals threadsafe.
2281 Make calling get-stats with an invalid fd not segfault.
2284 2006-10-31 Wim Taymans <wim@fluendo.com>
2286 * gst-libs/gst/rtp/Makefile.am:
2287 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2288 (gst_base_rtp_audio_payload_init):
2289 Fix and activate base audio payloader.
2291 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2293 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2295 Add typefinder for QuickTime Image Files (see #366156).
2297 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2299 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2300 Another typo fix (#366212).
2302 2006-10-27 Wim Taymans <wim@fluendo.com>
2304 * gst/volume/gstvolume.c: (volume_transform_ip):
2305 Use stream time to synchronize volume property instead of rather random
2306 timestamps. This is needed when gnonlin does its time shifting.
2308 2006-10-27 Wim Taymans <wim@fluendo.com>
2310 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2312 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2313 Remove the pad from the element in release_pad. Fixes #364812.
2315 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2317 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2318 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2319 Explicitly create our custom buffer classes at a thread-safe
2320 location as well, since g_type_class_ref() doesn't seem to be
2321 entirely thread-safe either (#365501; also see #349410).
2323 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2325 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2326 (gst_riff_parse_info):
2327 If strings in INFO chunk are not UTF-8, do something similar to
2328 what we do for ID3v1 tags: check a number of environment variables
2329 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2330 character sets to try, otherwise try the current locale and/or fall
2331 back on ISO-8859-1. Fixes #360552.
2333 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2335 * gst/videotestsrc/gstvideotestsrc.c:
2336 (gst_video_test_src_pattern_get_type),
2337 (gst_video_test_src_set_pattern):
2338 * gst/videotestsrc/gstvideotestsrc.h:
2339 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2340 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2341 (gst_video_test_src_checkers8):
2342 * gst/videotestsrc/videotestsrc.h:
2343 Add a bunch of exciting new checkers patterns.
2345 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2347 * gst/subparse/Makefile.am:
2348 * gst/subparse/gstsubparse.c:
2349 (gst_sub_parse_data_format_autodetect),
2350 (gst_sub_parse_format_autodetect), (handle_buffer),
2351 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2352 * gst/subparse/gstsubparse.h:
2353 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2355 * gst/subparse/tmplayerparse.h:
2356 Add support for TMPlayer-type subtitles (#362845).
2358 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2359 (GST_START_TEST), (subparse_suite):
2360 Add some basic unit tests for the above.
2362 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2364 * tests/check/elements/audiorate.c: (test_injector_base_init),
2365 (test_injector_class_init), (test_injector_chain),
2366 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2367 (GST_START_TEST), (audiorate_suite):
2368 More tests for audiorate: inject buffers to check behaviour when
2371 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2373 * tests/check/Makefile.am:
2374 * tests/check/elements/.cvsignore:
2375 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2376 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2377 Add some basic unit tests for audiorate. Disabled at the moment
2378 since it doesn't pass yet (see bug #363119).
2380 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2382 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2383 (parse_subrip), (handle_buffer):
2384 Add missing closing tags for markup and fix broken markup,
2385 otherwise pango won't render anything (fixes #357531). Also,
2386 make sure the text we send out is always NUL-terminated
2387 (better safe than sorry etc.).
2389 * tests/check/elements/subparse.c: (test_srt_do_test),
2391 Some more tests for .srt incl. tests for the above stuff.
2393 2006-10-20 Julien MOUTTE <julien@moutte.net>
2395 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2396 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2397 Patch by: Stefan Kost <ensonic@users.sf.net>
2398 Try to redraw borders only when needed. Apparently this consumes
2399 resources on small devices... :-O (#363607)
2401 2006-10-20 Michael Smith <msmith@fluendo.com>
2403 * gst/tcp/gstmultifdsink.c:
2404 (gst_multi_fd_sink_client_queue_buffer):
2405 If caps change, then update the client's idea of the caps so that we
2406 don't end up re-sending streamheaders for every single buffer after
2409 2006-10-20 Michael Smith <msmith@fluendo.com>
2411 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2412 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2413 Set caps on pushed buffers; fix up refcounting of caps objects.
2415 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2417 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2419 Typefind mmsh header data packet to application/x-mmsh (#362625).
2421 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2423 * tests/check/Makefile.am:
2424 * tests/check/elements/.cvsignore:
2425 * tests/check/elements/subparse.c: (buffer_from_static_string),
2426 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2427 (GST_START_TEST), (subparse_suite):
2428 Add very simple unit test for subparse.
2430 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2432 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2434 Strip trailing newlines from subtitle text output.
2436 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2438 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2439 (gst_sub_parse_change_state):
2440 Fix memleak; clear subparse->textbuf n state change function.
2442 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2444 * gst/subparse/gstsubparse.c:
2445 (gst_sub_parse_data_format_autodetect):
2446 Don't require subrip (.srt) files to start with a chunk number of 1.
2448 2006-10-18 Wim Taymans <wim@fluendo.com>
2450 * gst-libs/gst/audio/gstbaseaudiosink.c:
2451 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2452 * gst-libs/gst/audio/gstbaseaudiosink.h:
2453 Extract rate from the NEWSEGMENT event.
2454 Use commit_full to also take rate adjustment into account when writing
2455 samples to the ringbuffer.
2457 * gst-libs/gst/audio/gstringbuffer.c:
2458 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2459 (gst_ring_buffer_read):
2460 * gst-libs/gst/audio/gstringbuffer.h:
2461 Added _commit_full() to also take rate into account.
2462 Use simple interpolation algorithm to resample audio.
2463 API: gst_ring_buffer_commit_full()
2465 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2466 * tests/examples/seek/seek.c: (segment_done):
2467 Don't try to seek with 0.0 rate, just pause instead.
2468 Remove bogus debug line.
2470 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2472 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2474 Catch async errors when starting up the subtitle bin, so we can
2475 stop waiting and continue with the main film instead of hanging
2476 forever. Fixes #339366.
2478 * tests/check/elements/playbin.c: (playbin_suite):
2479 Enable unit test for the above.
2481 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2483 * tests/check/Makefile.am:
2484 * tests/check/elements/.cvsignore:
2485 * tests/check/elements/playbin.c: (GST_START_TEST),
2486 (gst_red_video_src_uri_get_type),
2487 (gst_red_video_src_uri_get_protocols),
2488 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2489 (gst_red_video_src_uri_handler_init),
2490 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2491 (gst_red_video_src_create), (gst_red_video_src_class_init),
2492 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2493 Some small and basic unit tests for playbin; not very useful yet,
2494 but at least a start.
2496 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2498 * gst/playback/gstplaybin.c: (setup_sinks):
2499 The old pad activation spiel.
2501 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2503 * gst/playback/gstplaybasebin.c: (setup_source):
2504 Don't hang forever if the subbin already fails to start up in
2505 the state change to PAUSED (#339366).
2507 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2509 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2510 (gst_tuner_set_channel), (gst_tuner_get_channel),
2511 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2512 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2513 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2514 (gst_tuner_find_channel_by_name):
2515 Fix some function guards, add some more function guards.
2517 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2519 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2520 (remove_element_chain):
2521 Don't return a pad from get_our_ghost_pad unless it is actually the
2523 Change a cast in remove_element_chain slightly.
2525 2006-10-13 Julien MOUTTE <julien@moutte.net>
2527 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2528 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2529 Segment seeking needs to use the rate and set stop to -1.
2531 2006-10-13 Wim Taymans <wim@fluendo.com>
2533 * gst-libs/gst/audio/gstbaseaudiosink.c:
2534 (gst_base_audio_sink_setcaps):
2535 Don't crash when ringbuffer is not yet created.
2536 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2539 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2540 * gst/playback/gststreamselector.c:
2541 (gst_stream_selector_request_new_pad):
2542 Activate pads befre adding them to running elements.
2544 2006-10-13 Julien MOUTTE <julien@moutte.net>
2546 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2547 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2548 updater when we start grabing the slider. Don't wait for the
2549 pipeline to be PAUSED.
2551 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2553 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2554 (gst_mixer_set_volume), (gst_mixer_get_volume),
2555 (gst_mixer_set_mute), (gst_mixer_set_option),
2556 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2557 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2558 (gst_mixer_option_changed):
2559 Guard mixer interface functions against bogus arguments.
2561 2006-10-12 Julien MOUTTE <julien@moutte.net>
2563 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2564 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2565 (msg_state_changed), (main): Use state-changed messages to trigger
2566 start/stop of scale update timer. Indeed the scale slider was
2567 jumping here and there because the update timer was activated
2568 before seek completed. This fixes instant applying of rate changes
2569 by pressing the spinbutton like a crazy man !
2571 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2573 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2575 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2576 (gst_basertppayload_finalize):
2577 Fix two small memory leaks (#361456).
2579 2006-10-10 Julien MOUTTE <julien@moutte.net>
2581 * tests/examples/seek/seek.c: (do_seek),
2582 (rate_spinbutton_changed_cb): When changing spinbutton we try
2583 to change the rate on the fly.
2585 2006-10-10 Wim Taymans <wim@fluendo.com>
2587 * gst-libs/gst/riff/riff-ids.h:
2588 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2589 (gst_riff_create_audio_template_caps):
2592 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2594 Patch by: Josep Torre Valles <josep@fluendo.com>
2596 * ext/gnomevfs/gstgnomevfssink.c:
2597 * ext/gnomevfs/gstgnomevfssrc.c:
2598 Fix URI interface implementation return type.
2599 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2600 Fix what looks like a copy/paste issue when assigning values.
2601 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2602 (gst_audio_filter_template_get_type):
2603 Cast to prevent Forte warnings.
2604 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2605 Fix URI interface implementation return type.
2606 gst_pad_query_position requires a signed integer pointer as
2607 3rd parameter, GstClockTime is unsigned.
2608 * gst/audioconvert/audioconvert.c:
2609 Fix integer overflow when treated as signed.
2610 * gst/audioresample/resample.c: (resample_add_input_data):
2611 Cast to prevent warnings on Forte.
2612 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2613 Fix integer overflow when treated as signed.
2614 * gst/ffmpegcolorspace/imgconvert_template.h:
2615 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2616 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2617 (cleanup_decodebin):
2618 Who initialises a guint to -1!
2619 Cast function pointers to prevent warnings on Forte.
2620 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2621 (queue_threshold_reached):
2622 Cast function pointers correctly to prevent warnings on Forte.
2623 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2624 Cast function pointers correctly to prevent warnings on Forte.
2625 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2626 Obvious change to unsigned, 0xEF > max signed char.
2627 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2628 GstClockTime is unsigned, initialise correctly.
2629 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2630 Cast so pointer arithemetic doesn't cause warnings on Forte.
2631 * gst/videorate/gstvideorate.c:
2632 Use correct return value.
2633 * tests/examples/seek/scrubby.c:
2634 GstClockTime is unsigned, initialise correctly.
2636 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2638 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2640 * gst/typefind/gsttypefindfunctions.c:
2641 Recognise XML files and XML-like files shorter than 256 bytes as
2642 well (fixes #359237).
2644 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2646 Patch by: Renato Filho <renato.filho@indt.org.br>
2648 * gst/typefind/gsttypefindfunctions.c:
2649 Added typefind functions to video/x-nuv media.
2651 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2653 * gst-libs/gst/interfaces/xoverlay.c:
2654 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2655 Some more guards against invalid input.
2657 2006-10-07 Julien MOUTTE <julien@moutte.net>
2659 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2661 * tests/examples/seek/seek.c: (do_seek),
2662 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2663 seek example to experiment with rates != 1.0 (reverse playback !)
2665 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2667 * gst-libs/gst/interfaces/xoverlay.c:
2668 Unref message in doc-example (spotted by Robert McQueen)
2670 2006-10-06 Wim Taymans <wim@fluendo.com>
2672 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2673 (mpeg1_parse_header), (mpeg1_sys_type_find):
2676 2006-10-06 Wim Taymans <wim@fluendo.com>
2678 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2680 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2681 Activate dynamic pads before adding them to the element.
2683 2006-10-06 Michael Smith <msmith@fluendo.com>
2685 * gst-libs/gst/floatcast/floatcast.h:
2686 Fix obviously-bogus macros; use the correct types.
2688 2006-10-06 Wim Taymans <wim@fluendo.com>
2690 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2691 (gst_base_rtp_depayload_change_state):
2692 Also call parent state change function to activate pads.
2694 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2695 (mpeg1_parse_header), (mpeg1_sys_type_find):
2696 Add some more debug info in mpeg typefinding.
2698 2006-10-06 Michael Smith <msmith@fluendo.com>
2700 * ext/theora/theoradec.c: (theora_dec_chain):
2701 Zero byte theora packets are valid and well-defined; don't warn on
2704 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2706 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2707 (gst_multi_fd_sink_get_stats), (find_limits),
2708 (gst_multi_fd_sink_queue_buffer):
2709 API: add dropped_buffers to the get-stats GValueArray
2711 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2713 * ext/alsa/gstalsadeviceprobe.c:
2714 (gst_alsa_device_property_probe_get_values):
2715 * ext/alsa/gstalsasink.c: (set_hwparams):
2716 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2717 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2718 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2719 (gst_ogg_mux_process_best_pad):
2720 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2721 (gst_ogg_parse_chain):
2722 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2723 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2724 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2725 (gst_vorbis_enc_buffer_check_discontinuous):
2726 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2727 * gst-libs/gst/audio/gstbaseaudiosink.c:
2728 (gst_base_audio_sink_render):
2729 * gst-libs/gst/cdda/gstcddabasesrc.c:
2730 (gst_cdda_base_src_handle_track_seek):
2731 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2732 (gst_base_rtp_depayload_push_full):
2733 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2734 * gst/audioresample/resample.c: (resample_input_pushthrough):
2735 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2736 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2737 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2738 (wavpack_type_find):
2739 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2740 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2741 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2742 * tests/check/elements/volume.c: (GST_START_TEST):
2743 Printf format fixes.
2745 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2747 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2748 Fix a simple mistake (see the docs)
2751 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2753 * docs/plugins/Makefile.am:
2754 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2755 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2756 * docs/plugins/gst-plugins-base-plugins.args:
2757 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2758 * docs/plugins/inspect/plugin-adder.xml:
2759 * docs/plugins/inspect/plugin-alsa.xml:
2760 * docs/plugins/inspect/plugin-audioconvert.xml:
2761 * docs/plugins/inspect/plugin-audiorate.xml:
2762 * docs/plugins/inspect/plugin-audioresample.xml:
2763 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2764 * docs/plugins/inspect/plugin-cdparanoia.xml:
2765 * docs/plugins/inspect/plugin-decodebin.xml:
2766 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2767 * docs/plugins/inspect/plugin-gdp.xml:
2768 * docs/plugins/inspect/plugin-gnomevfs.xml:
2769 * docs/plugins/inspect/plugin-libvisual.xml:
2770 * docs/plugins/inspect/plugin-ogg.xml:
2771 * docs/plugins/inspect/plugin-pango.xml:
2772 * docs/plugins/inspect/plugin-playbin.xml:
2773 * docs/plugins/inspect/plugin-subparse.xml:
2774 * docs/plugins/inspect/plugin-tcp.xml:
2775 * docs/plugins/inspect/plugin-theora.xml:
2776 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2777 * docs/plugins/inspect/plugin-video4linux.xml:
2778 * docs/plugins/inspect/plugin-videorate.xml:
2779 * docs/plugins/inspect/plugin-videoscale.xml:
2780 * docs/plugins/inspect/plugin-videotestsrc.xml:
2781 * docs/plugins/inspect/plugin-volume.xml:
2782 * docs/plugins/inspect/plugin-vorbis.xml:
2783 * docs/plugins/inspect/plugin-ximagesink.xml:
2784 * docs/plugins/inspect/plugin-xvimagesink.xml:
2785 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2787 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2789 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2791 * ext/vorbis/Makefile.am:
2792 * ext/vorbis/vorbis.c: (plugin_init):
2793 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2794 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2795 * ext/vorbis/vorbisparse.h:
2796 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2797 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2798 (gst_vorbis_tag_parse_packet):
2799 * ext/vorbis/vorbistag.h:
2800 Add new vorbistag element which derives from vorbisparse
2801 and is essentially the same as well, only that it implements
2802 the GstTagSetter interface and can modify the stream's
2803 vorbiscomment on the fly (#335635).
2805 * tests/check/Makefile.am:
2806 * tests/check/elements/.cvsignore:
2807 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2808 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2809 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2810 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2811 Add unit test for new vorbistag element.
2813 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2815 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2816 (vorbis_parse_push_headers), (vorbis_parse_chain):
2817 Set BOS flag in packet structure to fix 'jump depends
2818 on unitialized value' errors in valgrind; various minor
2821 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2823 * gst/playback/gstdecodebin.c: (close_pad_link):
2824 Fix typo in a debug statement.
2826 * gst/playback/gstplaybasebin.c: (probe_triggered),
2827 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2828 (gen_source_element), (source_new_pad), (analyse_source),
2830 When handling no_more_pads in new_decoded_pad, make sure to treat
2831 subtitle pads correctly. Fixes playback with subtitle files.
2833 Move a recurring message to LOG level.
2835 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2836 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2837 which ends up as -1 when cast to an int. Make the logic handle the
2838 max value as an unsigned mask and only change the colorkey when it's
2839 a value we recognise.
2841 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2843 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2844 Removed empty * between paragraphs
2846 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2848 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2849 * gst-libs/gst/rtp/README:
2850 Moved some documentation into .c file
2852 2006-09-29 Wim Taymans <wim@fluendo.com>
2854 * gst/playback/gstdecodebin.c: (no_more_pads):
2857 2006-09-29 Wim Taymans <wim@fluendo.com>
2859 * gst/playback/gstdecodebin.c: (new_caps):
2862 * gst/playback/gstplaybin.c:
2865 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2867 * tests/check/Makefile.am:
2868 Re-enable cddabasesrc test to see if it works again
2871 2006-09-29 Wim Taymans <wim@fluendo.com>
2873 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2874 (gen_source_element):
2875 Handle invalid URIs a bit more gracefully.
2877 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2879 * tests/check/pipelines/oggmux.c:
2880 Remove obsolete comment.
2882 2006-09-29 Michael Smith <msmith@fluendo.com>
2884 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2885 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2886 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2887 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2888 (gst_ogg_mux_collected):
2889 Commit patch from James "Doc" Livingston, adds proper EOS handling
2890 in oggmux. GStreamer can, for the first time ever, create a valid
2893 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2895 Reenable tests now that they pass.
2897 2006-09-29 Wim Taymans <wim@fluendo.com>
2899 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2900 Stop reading commands when EOF (we read 0) as well.
2902 2006-09-28 Wim Taymans <wim@fluendo.com>
2904 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2905 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2906 (find_dynamic), (unlinked), (close_link):
2907 Implement delayed caps linking needed for element with a lot of
2908 different caps on the src pads that get fixed at runtime.
2909 Improve management of dynamic elements.
2911 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2912 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2913 (gen_preroll_element), (remove_groups), (unknown_type),
2914 (add_element_stream), (no_more_pads_full), (no_more_pads),
2915 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2916 (new_decoded_pad), (setup_subtitle), (array_has_value),
2917 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2918 (analyse_source), (remove_decoders), (make_decoder),
2919 (remove_source), (setup_source), (finish_source), (prepare_output),
2920 (gst_play_base_bin_change_state):
2921 * gst/playback/gstplaybasebin.h:
2922 Use more _CAST instead of full type checking casts.
2923 Small cleanups, plug some leaks.
2924 Handle dynamic sources.
2925 Add some helper functions to create lists of strings used for
2926 blacklisting and other stuff.
2927 Refactor some code dealing with analysing the source.
2928 Re-enable sources without pads (like cd:// or other selfcontained
2931 2006-09-28 Wim Taymans <wim@fluendo.com>
2933 * gst-libs/gst/audio/gstbaseaudiosink.c:
2934 (gst_base_audio_sink_render):
2935 When we have a timestamp, we can still perform clipping.
2936 When we have no clock, we must play the sample ASAP.
2938 2006-09-28 Wim Taymans <wim@fluendo.com>
2940 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2941 Set caps on outgoing buffers.
2943 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2944 (gst_video_rate_event), (gst_video_rate_chain):
2945 * gst/videorate/gstvideorate.h:
2946 Fix videorate some more. Fixes #357977
2948 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2950 * tests/check/elements/adder.c: (adder_suite):
2951 Don't set timeout to 6 seconds when we're running
2952 in valgrind ... (and how is 6 seconds longer than
2953 the default anyway?)
2955 2006-09-28 Wim Taymans <wim@fluendo.com>
2957 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2958 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2959 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2960 Keep sink and src segment to keep track of time and support more
2962 Fix bogus next_offset and run_time calculation, don't understand how
2963 this could have worked before. Fixes #357976.
2964 Remove some unneeded vars.
2966 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2968 * gst/playback/gstplaybin.c: (remove_sinks):
2969 Only remove visualisation from visbin if there is a visbin (or:
2970 don't throw warnings when closing totem without playing a file).
2972 2006-09-27 Wim Taymans <wim@fluendo.com>
2974 * gst-libs/gst/audio/gstbaseaudiosink.c:
2975 (gst_base_audio_sink_render):
2976 Add some more info in a WARNING.
2978 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2979 (gst_base_audio_src_create):
2980 Handle PAUSE in create function, use new -core addition to
2981 wait for playing. Fixes pausing and resuming capture from an
2984 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2985 (gst_ring_buffer_read):
2987 Caller supports interrupted reads now.
2989 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2991 * tests/check/Makefile.am:
2992 Another attempt to make the gen64 buildbot happy.
2994 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2996 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2998 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2999 (gst_visual_chain), (gst_visual_change_state):
3000 Libvisual plugin was not passing audio data to libvisual 0.4.0
3001 correctly. Fixes #357800
3003 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3005 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3006 Add timeout to _get_state() so we see which pipeline it is
3007 that causes trouble on the gen64 build bot.
3009 2006-09-27 Wim Taymans <wim@fluendo.com>
3011 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3012 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3013 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3014 (gst_base_rtp_depayload_set_gst_timestamp):
3015 the source pad always uses fixed caps.
3017 2006-09-27 Wim Taymans <wim@fluendo.com>
3019 * docs/libs/gst-plugins-base-libs-docs.sgml:
3020 * docs/libs/gst-plugins-base-libs-sections.txt:
3021 * gst-libs/gst/audio/gstaudioclock.c:
3022 * gst-libs/gst/audio/gstaudioclock.h:
3023 * gst-libs/gst/audio/gstaudiosink.c:
3024 * gst-libs/gst/audio/gstaudiosink.h:
3025 * gst-libs/gst/audio/gstaudiosrc.c:
3026 * gst-libs/gst/audio/gstbaseaudiosink.c:
3027 (gst_base_audio_sink_render):
3028 * gst-libs/gst/audio/gstbaseaudiosink.h:
3029 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3030 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3031 * gst-libs/gst/audio/gstringbuffer.h:
3032 Added docs for the audio libs.
3034 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3036 * tests/check/Makefile.am:
3037 Temporarily disable test that fails on the bots for unknown reasons.
3039 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3041 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3042 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3043 Moved AudioCodecType into priv
3044 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3046 2006-09-25 Wim Taymans <wim@fluendo.com>
3048 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3049 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3050 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3052 Cleanups and small leak fixes.
3053 Added Depayloaders to valid list of autopluggable elements.
3055 2006-09-25 Wim Taymans <wim@fluendo.com>
3057 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3058 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3059 (gen_video_element), (gen_text_element), (gen_audio_element),
3060 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3061 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3062 Detect NO_PREROLL state change returns and disable clock distribution to
3063 the sinks so that sync is disabled.
3064 Avoid some type checking and do simple casts instead.
3065 Small cleanups, fix some FIXMEs.
3066 Be more robust when linking user specified elements, catch an report
3067 errors. Fixes #357404.
3068 Fix some leaks in the error paths.
3070 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3073 ChangeLog surgery for missing bug-number
3075 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3077 Patch by: Peter Kjellerstedt <pkj at axis com>
3079 * gst/playback/test.c:
3080 Fix compilation with uClibc and -Werror (#357591).
3082 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3084 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3085 Parse dates that are followed by a time as well (#357532).
3087 * tests/check/libs/tag.c: (test_vorbis_tags):
3088 Add unit test for this.
3090 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3092 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3093 (gst_audio_convert_transform_caps):
3094 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3095 * gst/videotestsrc/videotestsrc.h:
3096 A few array const-ifications.
3098 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3100 * tests/check/Makefile.am:
3101 See if this makes the build bots happy.
3103 * tests/check/libs/cddabasesrc.c:
3106 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3108 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3110 * gst/subparse/samiparse.c: (handle_start_font),
3111 (fix_invalid_entities):
3112 More case-insensitivity for certain tags; recognise entities with
3113 decimal codes as special entities as well (#357330).
3115 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3117 * gst-libs/gst/Makefile.am:
3118 Need to build tag directory before cdda.
3120 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3122 * docs/libs/gst-plugins-base-libs-sections.txt:
3123 * gst-libs/gst/cdda/Makefile.am:
3124 * gst-libs/gst/cdda/gstcddabasesrc.c:
3125 (gst_cdda_base_src_base_init):
3126 * gst-libs/gst/cdda/gstcddabasesrc.h:
3127 * gst-libs/gst/tag/tag.h:
3128 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3129 (gst_tag_register_musicbrainz_tags):
3130 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3131 depend on libgsttag. This is required so we can extract/read tags like
3132 DISCID without depending on libgstcddabasesrc (which used to register
3135 * gst-libs/gst/tag/gstvorbistag.c:
3136 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3137 tags (also see #347848).
3139 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3140 Log vorbis comments we are actually writing. Const-ify array.
3142 2006-09-23 Wim Taymans <wim@fluendo.com>
3144 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3145 Improve buffering a bit by avoiding a deadlock because we cannot assume
3146 the underrun is always called.
3148 2006-09-23 Wim Taymans <wim@fluendo.com>
3150 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3152 * gst-libs/gst/riff/riff-ids.h:
3153 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3154 (gst_riff_create_audio_template_caps):
3155 Added MPEG-4 AAC and id and caps. Fixes #357289
3156 Added WMA9 Lossless id.
3158 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3160 * ext/gnomevfs/gstgnomevfssrc.c:
3161 Fix misleading docs addition.
3163 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3164 Get rid of compiler warning the right way.
3166 2006-09-22 Wim Taymans <wim@fluendo.com>
3168 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3169 (gst_base_rtp_depayload_finalize),
3170 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3171 (gst_base_rtp_depayload_push_full),
3172 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3173 (gst_base_rtp_depayload_process),
3174 (gst_base_rtp_depayload_set_gst_timestamp),
3175 (gst_base_rtp_depayload_queue_release):
3176 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3179 Refactored the process method and added methods to push from the process
3181 Use _scale functions.
3182 API: gst_base_rtp_depayload_push_ts
3183 API: gst_base_rtp_depayload_push
3185 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3186 timestamps are uint.
3188 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3190 * gst-libs/gst/interfaces/xoverlay.c:
3191 Remove unused statement from doc example.
3193 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3195 * gst-libs/gst/interfaces/videoorientation.c:
3196 (gst_video_orientation_iface_init),
3197 (gst_video_orientation_get_hflip),
3198 (gst_video_orientation_get_vflip),
3199 (gst_video_orientation_get_hcenter),
3200 (gst_video_orientation_get_vcenter),
3201 (gst_video_orientation_set_hflip),
3202 (gst_video_orientation_set_vflip),
3203 (gst_video_orientation_set_hcenter),
3204 (gst_video_orientation_set_vcenter):
3205 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3208 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3210 * tests/check/Makefile.am:
3211 * tests/check/elements/.cvsignore:
3212 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3213 (create_rgb_conversions), (rgb_conversion_free),
3214 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3215 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3216 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3217 but disable for now since it doesn't pass (something wrong with
3220 2006-09-21 Wim Taymans <wim@fluendo.com>
3222 * gst/playback/gstplaybasebin.c: (group_commit),
3223 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3224 (queue_out_of_data), (gen_preroll_element),
3225 (preroll_remove_overrun), (probe_triggered):
3226 Refactor handling of overrun detection.
3227 Separate handling of group completion and deadlock detection when doing
3228 network buffering. This should fix some deadlocks that were not detected
3229 because the group was completed.
3230 Add more comments, improve debugging.
3232 2006-09-21 Wim Taymans <wim@fluendo.com>
3234 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3235 * tests/check/libs/audio.c:
3236 Some more compilation fixes.
3238 2006-09-21 Wim Taymans <wim@fluendo.com>
3240 * gst-libs/gst/audio/gstringbuffer.c:
3241 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3242 (gst_ring_buffer_read):
3243 Early morning compilation fix.
3245 2006-09-20 Wim Taymans <wim@fluendo.com>
3247 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3248 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3249 * tests/check/elements/videorate.c: (GST_START_TEST):
3250 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3251 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3254 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3256 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3257 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3258 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3259 Handcrafted merge to help CVS understanding what I changed and what
3262 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3264 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3265 (gst_xvimagesink_get_times):
3266 change colorkey behaviour back according to #354773 comment 6/7
3268 2006-09-19 Michael Smith <msmith@fluendo.com>
3270 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3271 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3272 (gst_multi_fd_sink_recover_client),
3273 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3274 (gst_multi_fd_sink_get_property):
3275 * gst/tcp/gstmultifdsink.h:
3276 Implement stubbed out properties unit-type, units-soft-max,
3277 units-max, to allow specifying maximum sizes in units other than
3281 2006-09-19 Wim Taymans <wim@fluendo.com>
3283 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3284 (gst_riff_create_audio_template_caps):
3285 Reorder the audio formats a bit for clarity.
3286 Detect and create caps for MSGSM and MSN (WAV49).
3289 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3290 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3291 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3292 Small cleanups, move error handling out of normal flow for clarity.
3294 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3296 * docs/libs/gst-plugins-base-libs-docs.sgml:
3297 * docs/libs/gst-plugins-base-libs.types:
3298 * gst-libs/gst/interfaces/Makefile.am:
3299 * gst-libs/gst/interfaces/videoorientation.c:
3300 (gst_video_orientation_get_type),
3301 (gst_video_orientation_iface_init),
3302 (gst_video_orientation_get_hflip),
3303 (gst_video_orientation_get_vflip),
3304 (gst_video_orientation_get_hcenter),
3305 (gst_video_orientation_get_vcenter),
3306 (gst_video_orientation_set_hflip),
3307 (gst_video_orientation_set_vflip),
3308 (gst_video_orientation_set_hcenter),
3309 (gst_video_orientation_set_vcenter):
3310 * gst-libs/gst/interfaces/videoorientation.h:
3311 API: Add new interface to control video orientation (fixes #354908)
3313 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3315 * gst/videotestsrc/gstvideotestsrc.c:
3316 Use G_UNLIKELY in _create and log one more detail.
3318 (gst_video_test_src_get_times), (gst_video_test_src_create):
3319 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3320 Use gst_util_uint64_scale_int in _get_times().
3322 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3325 Give better warning message (add object and detail).
3327 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3330 (gst_xvimagesink_get_times):
3331 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3332 #354773), use gst_util_uint64_scale_int in _get_times()
3334 2006-09-18 Michael Smith <msmith@fluendo.com>
3336 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3337 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3338 always true, leading to dropping all timestamps.
3340 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3342 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3343 (gst_visual_chain), (gst_visual_change_state):
3344 update to work also with libvisual 0.4 API, fix double unref (#355914)
3346 * tools/gst-launch-ext.1.in:
3347 * tools/gst-visualise.1.in:
3348 remove references to old man-pages
3350 * tests/examples/seek/seek.c: (main):
3351 add real meadi-buttons, add tool-tips for the seek-options, arrange
3352 seek options in a table
3354 2006-09-18 Michael Smith <msmith@fluendo.com>
3356 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3357 (gst_ogg_mux_push_buffer):
3358 Don't generate out-of-order timestamps from oggmux, instead clamp
3359 output timestamps to be >= the previously output ts.
3362 2006-09-18 Michael Smith <msmith@fluendo.com>
3364 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3365 (gst_multi_fd_sink_class_init):
3366 Updates, fixes, and typo corrections for multifdsink. No functional
3369 2006-09-17 Michael Smith <msmith@fluendo.com>
3371 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3372 Don't crash on truncated files - check that we got an 8 byte buffer
3373 before trying to memcmp it.
3375 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3377 * gst/playback/gstplaybasebin.c: (get_active_source):
3378 Make stream-switching appear instant to the application
3379 (ie. make sure that a g_object_get on 'current-foo' returns
3380 the stream previously set with g_object_set(). Totem needs
3381 this to update stream-related meta-info (like audio-codec)
3382 correctly when switching streams.
3384 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3386 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3387 (gst_alsa_mixer_ensure_track_list):
3388 Try harder to guess which mixer track is the master mixer
3389 track (instead of just taking the first one that has a pvolume).
3392 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3394 reviewed by: <delete if not using a buddy>
3396 * gst-libs/gst/audio/audio.h:
3397 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3399 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3401 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3402 (gst_audio_convert_transform_caps):
3403 Get structure-name just once.
3405 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3407 * tests/check/elements/audioresample.c: (GST_START_TEST):
3408 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3409 * tests/check/elements/volume.c: (GST_START_TEST):
3410 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3411 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3412 (test_pipeline), (GST_START_TEST):
3413 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3414 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3415 Fix big batch of compiler warnings.
3417 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3419 * ext/gnomevfs/gstgnomevfssrc.c:
3420 Add docs about icydemux usage in connection with gnomevfssrc
3422 * ext/libvisual/visual.c:
3423 * ext/ogg/gstoggaviparse.c:
3424 * ext/ogg/gstoggdemux.c:
3425 * ext/ogg/gstoggmux.c:
3426 * ext/ogg/gstoggparse.c:
3427 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3428 * gst-libs/gst/audio/gstaudiosink.c:
3429 * gst-libs/gst/audio/gstaudiosrc.c:
3430 * gst/audiorate/gstaudiorate.c:
3431 More G_OBJECT macro fixing.
3433 * gst/audiotestsrc/gstaudiotestsrc.h:
3434 Fix wrong info in header due to copy & paste
3436 2006-09-15 Wim Taymans <wim@fluendo.com>
3438 * gst-libs/gst/audio/gstbaseaudiosink.c:
3439 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3440 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3441 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3442 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3443 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3444 Do the delay calculation in the source/sink base classes as this is
3445 specific for the capture/playback mode.
3446 Try to fixate a bit better, like round depth up to a multiple of 8
3448 Handle underruns correctly by marking DISCONT on buffers and adjusting
3449 timestamps to handle the gap.
3450 Set offset/offset_end correctly on buffers.
3452 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3453 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3454 (gst_ring_buffer_read):
3455 Remove resync and underrun recovery from the ringbuffer.
3456 Fix ringbuffer read code on under/overrun.
3458 2006-09-15 Wim Taymans <wim@fluendo.com>
3460 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3461 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3462 (queue_threshold_reached), (gst_play_base_bin_set_property),
3463 (gst_play_base_bin_get_property):
3464 * gst/playback/gstplaybasebin.h:
3465 Don't use a 0 low watermark when buffering, it is catching starvation
3466 way too late. Instead, use a 3 second queue with 30 and 95
3467 percent low/high watermarks.
3468 Added queue-min-threshold property to configure low watermark.
3469 Use new _buffering message API.
3470 Make queue_threshold variable big enough to store a uint64 time value.
3471 API: playbin::queue-min-threshold property.
3473 2006-09-15 Wim Taymans <wim@fluendo.com>
3476 We require 0.10.10.1 now because of _wait_preroll().
3478 * gst-libs/gst/audio/gstbaseaudiosink.c:
3479 (gst_base_audio_sink_render):
3480 Use gst_base_sink_wait_preroll().
3482 2006-09-15 Wim Taymans <wim@fluendo.com>
3484 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3485 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3486 Use DEBUG_OBJECT more.
3488 === release 0.10.10 ===
3490 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3492 patch by: Michael Smith <msmith at fluendo dot com>
3494 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3495 (gst_multi_fd_sink_client_queue_buffer),
3496 (gst_multi_fd_sink_new_client):
3497 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3498 (multifdsink_suite):
3499 Fix implementation of sync-method 'next-keyframe'
3502 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3504 patch by: Wim Taymans <wim at fluendo dot com>
3506 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3507 This patch removes the RANDOM flag that was incorrectly introduced with
3508 revision 1.91. Fixes #354590
3510 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3512 * tests/check/Makefile.am:
3513 Random variation in Makefile line to see if it makes the
3514 gen64-base-full bot any happier.
3516 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3518 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3519 Disable test that fails at the moment (killed after timeout).
3521 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3523 Patch by: James Livingston <doclivingston at gmail.com>
3525 * tests/check/Makefile.am:
3526 * tests/check/pipelines/.cvsignore:
3527 * tests/check/pipelines/oggmux.c: (get_page_codec),
3528 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3529 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3530 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3531 (test_theora_vorbis), (oggmux_suite):
3532 Add simple unit test for oggmux from #337026 with checking for the
3533 EOS flags disabled for the time being.
3535 2006-09-04 Wim Taymans <wim@fluendo.com>
3537 patch by: Alessandro Dessina <alessandro nnva org>
3539 * ext/ogg/gstoggmux.c:
3540 Add cmml caps to oggmux. Fixes #353912
3542 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3544 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3545 Returning a return value often helps. In this case, we
3546 don't need the return value anyway, so just get rid of it.
3547 Should make build bots much happier.
3549 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3551 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3552 (paint_get_structure), (gst_video_test_src_get_size),
3553 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3554 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3555 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3556 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3557 * gst/videotestsrc/videotestsrc.h:
3558 Add support for AYUV and the various RGBA formats. Initialise
3559 fields of paintinfo structs allocated on the stack.
3561 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3562 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3563 (check_rgb_buf), (videotestsrc_suite):
3564 Add unit tests for videotestsrc's RGB output.
3566 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3568 * gst/videotestsrc/gstvideotestsrc.c:
3569 (gst_video_test_src_pattern_get_type),
3570 (gst_video_test_src_set_pattern):
3571 * gst/videotestsrc/gstvideotestsrc.h:
3572 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3573 (gst_video_test_src_black), (gst_video_test_src_white),
3574 (gst_video_test_src_red), (gst_video_test_src_green),
3575 (gst_video_test_src_blue):
3576 * gst/videotestsrc/videotestsrc.h:
3577 Add more uni-colour patterns ("white", "red", "green", and "blue").
3579 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3581 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3582 Fix stride for YVYU, should be word-aligned (#353658).
3584 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3586 * gst/adder/gstadder.c: (gst_adder_src_event):
3589 2006-08-31 Edward Hervey <edward@fluendo.com>
3591 * gst/adder/gstadder.c: (forward_event_func),
3592 (gst_adder_src_event), (gst_adder_collected),
3593 (gst_adder_change_state):
3594 * gst/adder/gstadder.h:
3595 Remember the start position asked in the incoming seeks, so we can
3596 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3597 of assuming it will always be 0).
3599 2006-08-31 Edward Hervey <edward@fluendo.com>
3601 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3602 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3603 (gst_ogg_demux_loop):
3604 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3606 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3608 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3609 (gst_ffmpegcsp_get_unit_size):
3610 Return FALSE instead of returning a random false unit
3611 size when the format isn't known/supported (even if
3612 this shouldn't happen under normal circumstances).
3614 2006-08-29 Wim Taymans <wim@fluendo.com>
3616 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3618 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3619 (gst_gnome_vfs_src_start):
3620 Try harder to get the size from a uri by using _info_uri() when
3621 _info_from_handle() does not give us enough info.
3622 Also follow symlinks when getting the size.
3623 Partially Fixes #332864.
3625 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3627 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3629 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3630 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3631 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3632 (gst_alsa_mixer_set_record):
3633 * ext/alsa/gstalsamixertrack.c:
3634 (gst_alsa_mixer_track_update_alsa_capabilities),
3635 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3636 (gst_alsa_mixer_track_update):
3637 * ext/alsa/gstalsamixertrack.h:
3638 Improve and fix mixer track handling, in particular better handling
3639 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3640 separate track objects for tracks that have both capture and playback
3641 volume (and label them differently as well so they're not mistakenly
3642 assumed to be duplicates); classify mixer tracks that only affect
3643 the audible volume of something (rather than the capture volume)
3644 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3645 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3646 (following the meaning documented in the mixer interface header
3647 file); add support for alsa's exclusive cswitch groups; update/sync
3648 state/flags better if mixer settings are changed by another
3649 application. Fixes #336075.
3651 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3653 * gst/playback/gstplaybin.c:
3654 Improve docs: add section about BUFFERING messages sent by playbin.
3656 2006-08-29 Michael Smith <msmith@fluendo.com>
3658 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3659 (gst_vorbis_enc_buffer_check_discontinuous),
3660 (gst_vorbis_enc_chain):
3661 Ignore explicit DISCONT marked on buffers (which is often spurious,
3662 particularly when using multiple segments), in favour of solely
3663 using the timestamps/durations.
3665 2006-08-29 Edward Hervey <edward@fluendo.com>
3667 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3668 Don't rely on incoming buffers offset anymore, since it is completely
3669 broken when using multiple segments.
3670 Instead convert the incoming buffers timestamp to running time, and
3671 then convert that value to the offsets.
3672 Also inform GstSegment of the last outputted stop position, which is
3673 needed if we received several segments with an unknown stop value.
3675 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3677 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3678 fix buffer unreffing on a header push failure
3680 2006-08-28 Wim Taymans <wim@fluendo.com>
3682 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3683 (gst_audio_rate_chain):
3684 Make the metadata of the buffer writable before changing its
3687 2006-08-28 Wim Taymans <wim@fluendo.com>
3689 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3690 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3691 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3692 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3693 Fix audiorate some more.
3694 Reset and resync counters on flush and READY.
3695 Handle the DISCONT flag correctly.
3696 Use GstSegment to track position.
3697 Fail when not negotiated.
3700 2006-08-25 Michael Smith <msmith@fluendo.com>
3702 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3704 Remove accidently included debug line.
3706 2006-08-25 Wim Taymans <wim@fluendo.com>
3708 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3710 If a buffer is received with no caps, make the buffer metadata
3711 writable and set the caps, making sure that we don't screw up the
3714 2006-08-25 Michael Smith <msmith@fluendo.com>
3716 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3717 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3718 Fix memory leaks and misleading debug messages, add a couple of
3721 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3722 (gst_multi_fd_sink_render):
3723 Do not use gst_buffer_make_writable() in a basesink render method,
3724 as it may incorrectly unref the buffer. Instead, use convoluted
3725 dance to avoid copying the buffer except when we need to.
3727 2006-08-25 Michael Smith <msmith@fluendo.com>
3729 * ext/vorbis/vorbisenc.c:
3730 (gst_vorbis_enc_buffer_check_discontinuous):
3731 Allow very small discontinuities in the timestamps. These we can't
3732 do anything useful with anyway (because vorbis's timestamps have
3733 only sample granularity), and are commonly produced by elements with
3734 minor bugs. Allow up to 1/2 a sample out.
3737 2006-08-24 Wim Taymans <wim@fluendo.com>
3739 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3740 (play_scrub_toggle_cb), (main):
3741 Add a checkbox to enable play scrubbing. Makes it possible to disable
3744 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3746 * tests/check/elements/.cvsignore:
3749 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3751 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3752 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3753 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3754 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3755 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3756 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3757 (gst_ogm_text_parse_strip_trailing_zeroes),
3758 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3759 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3760 Refactor ogm parse, do better input checking, misc. clean-ups.
3761 Cache incoming events and push them once the source pad has
3762 been created. Don't pass unterminated strings to sscanf().
3763 Strip trailing zeroes from subtitle text output, since they
3764 are not valid UTF-8. Don't push vorbiscomment packets on
3765 the subtitle text pad. Output perfect streams if possible.
3767 2006-08-23 Wim Taymans <wim@fluendo.com>
3769 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3770 Waits for tasks to settle down so that we clean up correctly for
3773 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3775 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3776 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3777 actually return return value in taglists_are_equal.
3779 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3781 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3782 Fix crash due to broken bitstream parsing on x86-64: can't make
3783 any assumptions about sizeof(struct) due to alignment/packing
3784 differences on different architectures. Fixes #351790.
3786 2006-08-22 Wim Taymans <wim@fluendo.com>
3788 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3789 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3790 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3791 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3792 (gst_riff_parse_info):
3793 Protect public functions against bad input.
3797 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3799 * gst-libs/gst/riff/riff-ids.h:
3800 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3801 Add voxware audio IDs (even if we can't play it) (#351795).
3803 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3805 * gst-libs/gst/riff/riff-media.c:
3806 (gst_riff_create_video_template_caps),
3807 (gst_riff_create_audio_template_caps),
3808 (gst_riff_create_iavs_template_caps):
3809 Const-ify some arrays and use G_N_ELEMENTS instead
3810 of wasting oodles of RAM on terminator bits.
3812 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3814 * gst-libs/gst/tag/gstvorbistag.c:
3815 (gst_tag_list_to_vorbiscomment_buffer):
3816 * tests/check/libs/tag.c: (GST_START_TEST):
3817 And the same for _to_vorbiscomment_buffer(): allow
3818 id_data_len == 0 for speex.
3820 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3823 * docs/plugins/Makefile.am:
3824 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3825 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3826 * docs/plugins/inspect/plugin-gdp.xml:
3827 * gst/gdp/Makefile.am:
3828 * tests/check/Makefile.am:
3829 Move GDP plugin to -base from -bad. Closes #347783.
3831 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3833 * gst-libs/gst/tag/gstvorbistag.c:
3834 (gst_tag_list_from_vorbiscomment_buffer):
3835 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3836 Also add some checks to make sure we don't memcmp() beyond the end of
3837 vorbiscomment buffer if the ID to check for is larger than the buffer.
3839 * tests/check/libs/tag.c: (GST_START_TEST):
3840 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3842 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3844 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3845 (gst_vorbis_enc_set_metadata):
3846 Use vorbis comment utility functions from libgsttag
3847 instead of re-inventing the wheel (partially fixes #347091).
3849 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3851 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3852 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3855 2006-08-21 Wim Taymans <wim@fluendo.com>
3857 * docs/libs/Makefile.am:
3858 * docs/libs/gst-plugins-base-libs-sections.txt:
3859 * docs/libs/gst-plugins-base-libs.types:
3860 Don't try to GObject scan the netbuffer as it's not a GObject.
3863 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3864 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3865 Document GstNetBuffer.
3867 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3869 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3870 (audioconvert_suite):
3871 Add testcase for caps-size-explosion
3873 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3875 * gst/audioconvert/gstaudioconvert.c:
3876 (gst_audio_convert_get_unit_size), (set_structure_widths):
3877 Lower debug, use g_assert in _get_unit_size
3879 * gst/audioresample/gstaudioresample.c:
3880 (audioresample_get_unit_size):
3881 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3882 (gst_ffmpegcsp_get_unit_size):
3883 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3884 use g_assert in _get_unit_size
3886 2006-08-18 Wim Taymans <wim@fluendo.com>
3888 * docs/libs/gst-plugins-base-libs-sections.txt:
3889 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3890 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3891 (gst_rtp_buffer_get_payload_buffer):
3892 * gst-libs/gst/rtp/gstrtpbuffer.h:
3893 Document GstRTPBuffer.
3894 Added function to efficiently strip payload headers.
3895 API: gst_rtp_buffer_get_payload_subbuffer()
3897 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3899 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3900 (gst_tag_to_vorbis_comments):
3901 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3902 tags and deserialise them properly as well (#347091).
3903 Add some more gtk-doc blurbs and also some g_return_if_fail().
3905 * tests/check/libs/tag.c: (GST_START_TEST),
3906 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3909 2006-08-17 Wim Taymans <wim@fluendo.com>
3911 * ext/ogg/Makefile.am:
3912 * ext/ogg/gstogg.c: (plugin_init):
3913 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3914 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3915 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3916 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3917 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3918 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3919 Added ogg-in-avi parser element. Fixes #140139.
3921 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3922 Fixed a bug in oggdemux debug code.
3924 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3925 (gst_riff_create_audio_template_caps):
3926 Recognise Ogg in the AVI extensible wave format.
3928 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3930 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3931 Make buffer durations add up (duration should be next_ts-ts for
3932 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3935 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3936 (test_buffer_timestamps), (cddabasesrc_suite):
3937 Add unit test for the above.
3939 * tests/check/Makefile.am:
3940 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3941 to see what happens.
3943 2006-08-16 Wim Taymans <wim@fluendo.com>
3945 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3946 (gst_alsasink_open):
3947 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3949 Avoid setting and using a NULL device name.
3950 Print more info when we fail to open a device.
3952 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3954 * docs/libs/gst-plugins-base-libs-sections.txt:
3955 * gst-libs/gst/tag/tag.h:
3956 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3957 API: add gst_tag_parse_extended_comment() (#351426).
3959 * tests/check/Makefile.am:
3960 * tests/check/libs/.cvsignore:
3961 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3962 Add unit test for gst_tag_parse_extended_comment().
3964 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3966 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3967 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3970 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3972 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3973 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3974 * docs/plugins/gst-plugins-base-plugins.args:
3975 * gst/playback/gstplaybin.c:
3978 * docs/plugins/inspect/plugin-adder.xml:
3979 * docs/plugins/inspect/plugin-alsa.xml:
3980 * docs/plugins/inspect/plugin-audioconvert.xml:
3981 * docs/plugins/inspect/plugin-audiorate.xml:
3982 * docs/plugins/inspect/plugin-audioresample.xml:
3983 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3984 * docs/plugins/inspect/plugin-cdparanoia.xml:
3985 * docs/plugins/inspect/plugin-decodebin.xml:
3986 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3987 * docs/plugins/inspect/plugin-gnomevfs.xml:
3988 * docs/plugins/inspect/plugin-ogg.xml:
3989 * docs/plugins/inspect/plugin-pango.xml:
3990 * docs/plugins/inspect/plugin-playbin.xml:
3991 * docs/plugins/inspect/plugin-subparse.xml:
3992 * docs/plugins/inspect/plugin-tcp.xml:
3993 * docs/plugins/inspect/plugin-theora.xml:
3994 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3995 * docs/plugins/inspect/plugin-video4linux.xml:
3996 * docs/plugins/inspect/plugin-videorate.xml:
3997 * docs/plugins/inspect/plugin-videoscale.xml:
3998 * docs/plugins/inspect/plugin-videotestsrc.xml:
3999 * docs/plugins/inspect/plugin-volume.xml:
4000 * docs/plugins/inspect/plugin-vorbis.xml:
4001 * docs/plugins/inspect/plugin-ximagesink.xml:
4002 * docs/plugins/inspect/plugin-xvimagesink.xml:
4003 Update to CVS version.
4005 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4007 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4008 (gst_play_bin_set_property), (gst_play_bin_get_property),
4009 (value_list_append_structure_list),
4010 (gst_play_bin_handle_redirect_message),
4011 (gst_play_bin_handle_message):
4012 API: GstPlayBin::connection-speed
4013 Add "connection-speed" property; re-order redirect messages with
4014 multiple redirect locations depending on the minimum bitrate if
4015 that information is available and a connection speed is set
4018 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4020 * gst/playback/gstplaybin.c:
4021 Update max volume to the same value that the volume element uses.
4023 2006-08-14 Wim Taymans <wim@fluendo.com>
4025 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4028 2006-08-14 Wim Taymans <wim@fluendo.com>
4030 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4031 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4032 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4033 Add some more debug info.
4034 Don't crash when a seek failed.
4035 Actually return the result of the seek instead of TRUE.
4036 Ignore multiple BOS pages with the same serial so that we don't create
4037 the same stream multiple times.
4038 Post an error when we fail to do the initial seek.
4040 2006-08-13 Wim Taymans <wim@fluendo.com>
4042 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4043 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4046 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4047 (gst_alsa_mixer_new):
4048 Remove hack that always set the device to hw:0*.
4049 Properly find the card name for whatever device was configured.
4050 Do some better debugging.
4053 * ext/alsa/gstalsamixerelement.c:
4054 (gst_alsa_mixer_element_set_property),
4055 (gst_alsa_mixer_element_change_state):
4057 Handle setting of a NULL device name better.
4059 2006-08-11 Wim Taymans <wim@fluendo.com>
4061 * gst/adder/gstadder.c:
4062 Don't clip float values. Fixes #350900.
4064 2006-08-11 Andy Wingo <wingo@pobox.com>
4066 * gst/tcp/gsttcp.c: Really fix the build?
4068 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4071 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4073 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4074 Float caps shouldn't have a "signed" field.
4076 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4078 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4079 Implement SEEKING query in its most basic form, so that we can
4080 at least check if we're seekable or not (#350655).
4082 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4084 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4085 The checks here are not even close to anything that would
4086 justify MAXIMUM probability, lowering to POSSIBLE until someone
4087 fixes the checks (case at hand: quicktime redirection files
4088 might start with 00 00 01 XX and pass the checks here just
4091 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4093 Patch by: Sjoerd Simons <sjoerd at luon net>
4095 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4096 Better detection for multipart/x-mixed-replace: accept leading
4097 whitespaces before the boundary marker as well (as our very own
4098 multipartmux used to produce) (#349068).
4100 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4102 Patch by: Young-Ho Cha <ganadist at chollian net>
4104 * gst-libs/gst/riff/riff-ids.h:
4105 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4106 (gst_riff_create_audio_template_caps):
4107 Detect DTS audio streams (#350157).
4109 2006-08-05 Andy Wingo <wingo@pobox.com>
4111 * ext/theora/gsttheoraparse.h:
4112 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4113 (theora_parse_dispose, theora_parse_set_property)
4114 (theora_parse_get_property, theora_parse_munge_granulepos)
4115 (theora_parse_push_buffer, theora_parse_change_state):
4116 API: GstTheoraParse::synchronization-points
4117 Add a property 'synchronization-points' to fix badly synchronized oggs.
4119 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4121 * tests/check/Makefile.am:
4122 * tests/check/libs/.cvsignore:
4123 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4124 (fixed_caps_have_channel_positions), (GST_START_TEST),
4125 (audio_suite), (main):
4126 Add a few tests for the channel position stuff in libgstaudio.
4128 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4130 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4131 (gst_alsa_detect_channels):
4132 * ext/alsa/gstalsasink.c:
4133 Add support for cards that (only) do more than 8 channels,
4134 like the Delta 44 (#345188).
4136 * gst-libs/gst/audio/multichannel.c:
4137 (gst_audio_check_channel_positions):
4138 * gst-libs/gst/audio/multichannel.h:
4139 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4140 unspecified channel position and cannot be combined with any
4141 of the other audio channel positions; adjust position layout
4142 checks accordingly (#345188).
4144 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4146 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4147 Recognise ancient RealAudio files (see #349779).
4149 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4151 Patch by: Jens Granseuer <jensgr at gmx net>
4153 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4154 Add typefinder for Interplay's MVE format (#348973).
4156 2006-08-02 Wim Taymans <wim@fluendo.com>
4158 Patch by: Marcel Moreaux <marcelm at luon dot net>
4160 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4161 (gst_base_rtp_depayload_add_to_queue):
4162 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4163 Handle RTP sequence number rollover.
4164 Disable jitterbuffer by default.
4166 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4168 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4169 (audioresample_set_caps):
4170 Don't leak references to the incoming caps. Clean them up when
4173 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4174 (gst_video_scale_finalize):
4175 Don't leak our temporary pixel buffer.
4177 * tests/check/Makefile.am:
4178 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4179 (GST_START_TEST), (simple_launch_lines_suite):
4181 Fix leaks and re-enable the test for valgrind checking.
4183 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4185 Patch by: Sjoerd Simons <sjoerd at luon net>
4187 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4189 Add typefind function for multipart/x-mixed-replace (#348916).
4191 2006-07-28 Wim Taymans <wim@fluendo.com>
4193 * gst/adder/gstadder.c: (gst_adder_setcaps),
4194 (gst_adder_query_duration):
4195 Fix leak in duration query.
4196 Reflow some docs and notes.
4198 2006-07-28 Michael Smith <msmith@fluendo.com>
4200 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4202 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4205 2006-07-28 Michael Smith <msmith@fluendo.com>
4207 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4208 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4209 (gst_vorbis_enc_push_buffer),
4210 (gst_vorbis_enc_buffer_check_discontinuous),
4211 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4212 * ext/vorbis/vorbisenc.h:
4213 Handle discontinuities in the input vorbis stream correctly,
4214 so that the output is properly timestamped (and has good granulepos
4215 values). Needs some oggmux fixes too.
4217 2006-07-27 Wim Taymans <wim@fluendo.com>
4219 patch by: Kai Vehmanen <kv2004 eca cx>
4221 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4222 (gst_base_rtp_depayload_chain),
4223 (gst_base_rtp_depayload_handle_sink_event),
4224 (gst_base_rtp_depayload_change_state):
4225 Don't send multiple newsegments with different formats.
4228 2006-07-26 Wim Taymans <wim@fluendo.com>
4230 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4231 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4232 Make seeking in ogg more accurate again by doing the more correct
4233 granuletime to stream time conversion.
4235 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4237 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4238 (gst_multi_fd_sink_new_client):
4239 debug a little more understandably
4240 do not use goto as a substitute for break, especially if
4241 break is also being used
4243 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4245 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4246 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4247 Remove GLib-2.6 compatibility cruft.
4249 2006-07-24 Wim Taymans <wim@fluendo.com>
4251 * gst-libs/gst/audio/gstbaseaudiosink.c:
4252 (gst_base_audio_sink_render):
4253 Don't try to align a sample to an unknown value.
4255 2006-07-24 Wim Taymans <wim@fluendo.com>
4257 * gst-libs/gst/audio/gstbaseaudiosink.c:
4258 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4259 When the audio clock is slaved to another clock, never try to align
4260 samples but trust the rate interpolation algorithm.
4262 2006-07-24 Wim Taymans <wim@fluendo.com>
4264 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4265 Don't try to calculate silence samples, base class does this much
4268 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4269 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4270 (gst_ring_buffer_acquire):
4271 Calculate silence samples correctly.
4273 * gst-libs/gst/audio/gstringbuffer.h:
4276 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4278 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4279 Limit search for the first markup tag to the first few kB of
4280 the file. If we don't find one there, it's highly unlikely that
4281 this is an XML(-ish) file.
4283 2006-07-21 Andy Wingo <wingo@pobox.com>
4285 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4286 test to the one in vorbisenc. Also commented out.
4288 * tests/check/pipelines/vorbisenc.c:
4289 (test_discontinuity): New test, commented out until Mike lands
4290 some elite vorbisenc patches.
4292 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4293 Bufferstraw was actually factored out of these tests. Now we share
4296 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4297 for bufferstraw addition to gstcheck.
4299 2006-07-21 Wim Taymans <wim@fluendo.com>
4301 * ext/theora/theoradec.c: (clip_buffer):
4304 2006-07-21 Wim Taymans <wim@fluendo.com>
4306 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4307 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4308 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4310 Avoid type casting when we can.
4312 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4315 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4317 * ext/alsa/gstalsamixerelement.c:
4318 (gst_alsa_mixer_element_change_state):
4319 Make state change fail if the specified device can't be opened
4322 2006-07-20 Wim Taymans <wim@fluendo.com>
4324 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4325 (cb_newpad), (main):
4326 Example of a small audio/video player using decodebin.
4328 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4330 * gst-libs/gst/riff/riff-ids.h:
4333 2006-07-19 Wim Taymans <wim@fluendo.com>
4335 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4336 (gst_base_rtp_depayload_chain),
4337 (gst_base_rtp_depayload_change_state):
4338 Don't assert when not negotiated but post a meaningfull
4339 error message. Fixes #347918.
4341 * gst-libs/gst/rtp/gstbasertppayload.c:
4342 Add comment about better default MTU size.
4344 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4345 Small cleanups, start docs.
4347 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4349 Patch by: Martin Szulecki
4351 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4352 If "device-name" is requested and the device is not
4353 open, try to temporarily open it to obtain this
4354 information (#342494).
4356 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4358 * gst-libs/gst/tag/gstid3tag.c:
4359 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4361 * gst-libs/gst/tag/gsttageditingprivate.h:
4362 * gst-libs/gst/tag/gstvorbistag.c:
4363 Some more random const-ifications.
4365 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4367 * gst-libs/gst/riff/riff-ids.h:
4368 * gst-libs/gst/riff/riff-media.c:
4369 (gst_riff_create_video_template_caps):
4370 Add more FOURCCs (sort list to make stuff easier to find),
4371 add comment what those 16 bytes in struct _gst_riff_strh according to
4374 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4376 * gst-libs/gst/audio/multichannel.c:
4377 (gst_audio_check_channel_positions),
4378 (gst_audio_fixate_channel_positions):
4379 Const-ify two arrays.
4381 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4383 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4384 Fix typo, so that alsasink also advertises 8 channels
4385 if that's supported (tags: can, worms, open, alsa, ph34r).
4387 2006-07-17 Wim Taymans <wim@fluendo.com>
4389 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4390 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4391 *sigh*, when is the compiler going to warn when the comments
4392 are out-of-sync with the code.. Refix case of busted theora
4393 headers with 0 granule pos.
4395 2006-07-14 Wim Taymans <wim@fluendo.com>
4397 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4398 (gst_base_rtp_depayload_wait),
4399 (gst_base_rtp_depayload_change_state),
4400 (gst_base_rtp_depayload_set_property),
4401 (gst_base_rtp_depayload_get_property):
4402 Fix 99% cpu load by waiting for absolute times on the
4403 clock. Fixes #347300.
4405 2006-07-14 Andy Wingo <wingo@pobox.com>
4407 * ext/theora/gsttheoraparse.h:
4408 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4409 (theora_parse_push_headers, theora_parse_clear_queue)
4410 (theora_parse_drain_queue_prematurely, )
4411 (theora_parse_sink_event, theora_parse_change_state): Queue events
4412 until we initialized our state, like in vorbisparse.
4414 * ext/vorbis/vorbisparse.h:
4415 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4416 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4417 (vorbis_parse_drain_queue_prematurely, )
4418 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4419 until we have initialized our state. Fixes seeking after an
4422 2006-07-14 Andy Wingo <wingo@pobox.com>
4424 Patch by: Iain Holmes <iaingnome@gmail.com>
4426 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4428 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4431 Bump nano back to CVS
4433 === release 0.10.9 ===
4435 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4438 releasing 0.10.9, "I walk the line"
4440 2006-07-14 Michael Smith <msmith@fluendo.com>
4442 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4443 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4444 (commonly happens when running this test under valgrind) when trying
4445 to remove the buffer probe.
4447 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4449 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4450 Fix missing g_unlock from the previous commit
4452 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4454 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4455 (gst_ximagesink_change_state):
4456 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4457 (gst_xvimagesink_change_state):
4458 Implement a locking order to ensure we always take the object lock
4459 before the x_lock and never vice-versa.
4461 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4463 * gst/playback/gstdecodebin.c: (find_compatibles):
4464 Fix a caps leak when linking (#347304)
4466 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4467 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4468 (gst_ximagesink_change_state):
4469 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4470 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4471 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4472 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4473 Don't leak shared memory resources. Use the object lock to protect
4474 against the xcontext disappearing while returning a buffer from the
4477 2006-07-12 Edward Hervey <edward@fluendo.com>
4479 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4480 (vorbis_handle_comment_packet):
4481 gst_tag_list_merge() returns a new object. Take that into account when
4482 using it. This avoids memleak.
4483 Revert previous commit which is not needed.
4485 2006-07-12 Edward Hervey <edward@fluendo.com>
4487 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4488 Reset the decoder in finalize so that all fields get cleared.
4490 2006-07-12 Wim Taymans <wim@fluendo.com>
4492 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4493 (gst_base_audio_src_set_clock),
4494 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4495 Don't try to post an error message when setting the clock fails
4496 as this can happen when adding an element to a bin which will then
4497 deadlock. Fixes #347296.
4499 2006-07-12 Edward Hervey <edward@fluendo.com>
4501 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4502 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4503 (vorbis_handle_type_packet):
4504 Post tag messages on the bus even if we're not initialized.
4505 If we're not initialized, we still postpone the event pushing of tags.
4507 2006-07-12 Wim Taymans <wim@fluendo.com>
4509 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4510 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4511 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4512 Revert last two changes that broke the freeze.
4514 2006-07-12 Wim Taymans <wim@fluendo.com>
4516 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4517 basesink calculates silence sample correctly for us.
4519 2006-07-12 Wim Taymans <wim@fluendo.com>
4521 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4522 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4523 Calculate correct silence samples so we don't fill our ringbuffer
4526 2006-07-12 Edward Hervey <edward@fluendo.com>
4528 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4529 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4530 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4531 * ext/vorbis/vorbisdec.h:
4532 Delay sending events (newsegment, tags) until the decoder is properly
4536 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4538 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4539 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4540 Patch from #347221 adding a test for audioconvert
4543 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4545 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4546 (gst_ssa_parse_parse_line):
4547 Don't include the terminating NUL in the buffer size,
4548 it's only there for extra paranoia (would add random
4549 '*' characters at the end of each subtitle since the
4550 terminator itself is not valid UTF-8 technically).
4551 Also fix indenting after boilerplate macro.
4553 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4555 * gst/playback/gstdecodebin.c: (close_pad_link):
4556 Also emit 'unknown-type' signal (which should really be
4557 called unhandled-type) if we found potential decoders/demuxers
4558 in the registry but none of them worked in the end (as in the
4559 case where the plugins don't exist any longer but are still
4560 listed in the registry). Fixes #329798.
4562 2006-07-08 Andy Wingo <wingo@pobox.com>
4564 * theoraparse.c (theora_parse_push_buffer)
4565 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4566 Add some more debugging. Fix granulepos reconstruction in the face
4569 2006-07-06 Wim Taymans <wim@fluendo.com>
4571 * gst-libs/gst/audio/gstbaseaudiosink.c:
4572 (gst_base_audio_sink_class_init),
4573 (gst_base_audio_sink_provide_clock):
4574 Use gobject_class instead of G_OBJECT_CLASS (klass)
4576 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4577 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4578 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4579 (gst_base_audio_src_get_time),
4580 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4581 (gst_base_audio_src_create_ringbuffer):
4582 Fix latency and buffer-time constants and properties ala basesink.
4583 Implement pull based scheduling. Fixes #346527.
4584 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4586 Refuse slaving to another clock instead of silently not working.
4587 Only provide a clock when we are actually able to do so.
4588 Various small cleanups and compiler hints.
4590 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4592 Patch by: Lutz Mueller <lutz at topfrose de>
4594 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4596 Add typefinding for text/html (#346581).
4598 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4600 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4601 (xml_check_first_element), (xml_type_find), (smil_type_find):
4602 Fix SMIL typefinding, make xml_check_first_element() more
4605 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4607 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4608 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4609 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4610 * gst/playback/gstplaybasebin.h:
4611 Protect list of elements with a subtitle-encoding property and
4612 the subtitle encoding member itself with a lock of their own
4613 instead of using the object lock. This prevents a dead-lock in
4614 the element-remove callback in some circumstances when shutting
4617 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4619 * win32/common/libgsttag.def:
4620 Export some new functions.
4621 * win32/vs6/libgstogg.dsp:
4622 Add a link to libgsttag-0.10.lib.
4624 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4626 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4627 Some const-ification.
4629 2006-07-04 Wim Taymans <wim@fluendo.com>
4631 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4632 Improve checking if we are dealing with a stream. Added some
4633 more uris that need buffering.
4635 2006-07-03 Edward Hervey <edward@fluendo.com>
4637 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4638 Remove unused variable.
4640 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4645 add GCOV_LIBS to GST_LIBS
4647 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4649 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4651 * ext/alsa/gstalsasrc.c:
4652 Add 32 bps to template caps and increase channels range
4653 from [1,2] to [1,MAX]. See #346326.
4655 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4657 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4658 Recognise 'WMVA' video codec fourcc (#345879).
4660 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4662 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4663 Fixed nasty memory leak
4665 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4667 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4668 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4671 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4673 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4674 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4675 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4676 Protect remove_fakesink using a mutex, so that we don't try and
4677 remove the fakesink simultaneously from multiple threads.
4679 When going from READY to PAUSED, restore the fakesink, so that
4680 it is there when decodebin gets reused.
4682 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4684 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4685 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4686 * gst-libs/gst/rtp/gstbasertppayload.c:
4687 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4688 * gst/tcp/gstmultifdsink.c:
4689 * gst/tcp/gsttcpclientsink.c:
4690 * gst/tcp/gsttcpclientsrc.c:
4691 * gst/tcp/gsttcpserversink.c:
4692 * gst/tcp/gsttcpserversrc.c:
4693 * gst/videorate/gstvideorate.c:
4694 * gst/videotestsrc/gstvideotestsrc.c:
4695 * sys/v4l/gstv4ljpegsrc.c:
4696 * sys/v4l/gstv4lmjpegsink.c:
4697 * sys/v4l/gstv4lsrc.c:
4698 * tests/examples/seek/scrubby.c:
4699 * tests/examples/seek/seek.c:
4700 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4702 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4704 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4705 Second field in GEnumValue shouldn't be a description,
4706 but a stringified version of the enum value.
4708 2006-06-22 Wim Taymans <wim@fluendo.com>
4710 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4711 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4712 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4713 Avoid type checking in buffer casts.
4714 Avoid caps copy in buffer_alloc when we can.
4715 Use pad_peer_accept.
4717 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4719 * gst-libs/gst/tag/tag.h:
4720 Oops, make that 'Since: 0.10.9'.
4722 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4724 * docs/libs/gst-plugins-base-libs-sections.txt:
4725 * gst-libs/gst/tag/tag.h:
4726 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4727 (gst_tag_image_type_get_type):
4728 API: add GstTagImageType enum to describe images contained
4729 in image tags (#345641).
4731 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4733 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4734 Fix warnings with gst-inspect: "buffers-min" property
4735 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4736 typo in property description.
4738 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4740 Patch by: Cody Russell <bratsche at gnome org>
4742 * gst/audioresample/gstaudioresample.c:
4743 (gst_audioresample_class_init):
4744 * gst/playback/gststreamselector.c:
4745 (gst_stream_selector_class_init):
4746 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4747 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4748 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4749 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4750 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4751 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4752 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4753 * gst/videotestsrc/gstvideotestsrc.c:
4754 (gst_video_test_src_class_init):
4755 * gst/volume/gstvolume.c: (gst_volume_class_init):
4756 Avoid unnecessary class cast check in class_init
4757 functions (#337747).
4759 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4761 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4762 (gst_text_overlay_video_chain):
4763 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4764 and doesn't validate its input either (and neither did
4765 textoverlay it seems). Let's do that then and fix #345206.
4767 2006-06-19 Wim Taymans <wim@fluendo.com>
4769 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4770 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4771 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4772 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4773 (find_syncframe), (find_limits), (assign_value),
4774 (count_burst_unit), (gst_multi_fd_sink_new_client),
4775 (gst_multi_fd_sink_handle_client_write),
4776 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4777 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4778 (gst_multi_fd_sink_change_state):
4779 * gst/tcp/gstmultifdsink.h:
4780 Added shiny new burst-on-connect methods.
4781 Add properties to control the minimal amount of data queued.
4783 API: bytes-min property
4784 API: time-min property
4785 API: buffers-min property
4786 API: burst-unit property
4787 API: burst-value property
4788 API: add-full signal
4790 * gst/tcp/gsttcp-marshal.list:
4791 Added new marshaller code for the new signal.
4793 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4794 (multifdsink_suite):
4795 Added testcases for new burst methods.
4797 2006-06-19 Edward Hervey <edward@fluendo.com>
4799 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4800 Implement clipping for accurate seeking.
4803 2006-06-19 Wim Taymans <wim@fluendo.com>
4805 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4807 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4808 (gst_video_scale_transform):
4809 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4811 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4814 Fix --disable-external (can't set conditionals conditionally,
4817 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4819 * tests/check/elements/audioresample.c: (test_reuse),
4820 (audioresample_suite):
4821 Add test case for bug #342789 fixed below.
4823 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4825 * gst/audioresample/gstaudioresample.c:
4826 (gst_audioresample_class_init), (gst_audioresample_init),
4827 (audioresample_start), (audioresample_stop),
4828 (gst_audioresample_set_property), (gst_audioresample_get_property):
4829 Implement GstBaseTransform::start and ::stop so that audioresample
4830 can clear its internal state properly and be reused instead of
4831 causing non-negotiated errors with playbin under some circumstances
4834 * tests/check/elements/audioresample.c: (setup_audioresample),
4835 (cleanup_audioresample):
4836 Need to set element state here so that ::start and ::stop are
4839 2006-06-16 Wim Taymans <wim@fluendo.com>
4841 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4843 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4844 Parse extra data better, apparently it's right behind
4845 the normal strf header size. Fixes #343500.
4847 2006-06-16 Wim Taymans <wim@fluendo.com>
4849 * ext/alsa/gstalsasink.c: (set_hwparams):
4850 If we fail to set the buffer_time and period_time alsa
4851 parameters, post a warning and leave alsa select a
4852 default instead of failing. Fixes #342085
4854 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4856 * docs/libs/gst-plugins-base-libs-sections.txt:
4857 * gst-libs/gst/cdda/gstcddabasesrc.h:
4858 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4859 out in the header file and shouldn't be listed in the docs.
4861 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4862 Must dereference pointer to fourcc in the debug statement.
4864 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4866 * docs/libs/Makefile.am:
4867 * docs/libs/gst-plugins-base-libs-docs.sgml:
4868 * docs/libs/gst-plugins-base-libs-sections.txt:
4869 * docs/libs/gst-plugins-base-libs.types:
4870 add remaining symbols into correct setions
4872 * gst-libs/gst/audio/gstringbuffer.c:
4875 * gst-libs/gst/audio/gstringbuffer.h:
4876 comment out not yet implemented function
4879 * gst-libs/gst/floatcast/floatcast.h:
4880 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4881 add short descriptions
4884 * gst-libs/gst/interfaces/propertyprobe.c:
4885 fix return value docs
4887 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4888 simplify debug logging
4890 * gst-libs/gst/riff/riff-read.h:
4891 sync function prototype and docs
4893 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4894 remove left over symbol
4896 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4901 Use GST_PLUGIN_DOCS macro in configure.ac, add
4902 --enable-plugin-docs default to autogen.sh and use
4903 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4905 2006-06-15 Wim Taymans <wim@fluendo.com>
4907 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4908 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4909 (gst_ogg_demux_loop):
4910 Combine GstFlowReturn from the source pads to give a
4911 meaningfull result to the upstream peer or to stop the
4912 processing task in case of errors.
4914 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4916 * gst/playback/gststreaminfo.c: (cb_probe):
4917 Try GST_TAG_CODEC as fallback when extracting the
4918 codec name; more debug info.
4920 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4922 * ext/ogg/Makefile.am:
4923 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4924 Extract language tags from ogm subtitle streams, so that
4925 the subtitle menu choices are labelled correctly in
4926 Totem (fixes #344708).
4928 2006-06-14 Wim Taymans <wim@fluendo.com>
4930 Patch by: Alessandro Decina <alessandro at nnva dot org>
4932 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4933 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4934 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4935 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4936 Fix various leaks. Fixes #343699.
4937 Add x-smoke mime type.
4939 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4941 * gst-libs/gst/riff/riff-ids.h:
4942 Add IDs for 'bext' chunks (see #343837).
4944 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4946 Patch by: Young-Ho Cha <ganadist at chollian net>
4948 * gst/subparse/samiparse.c: (sami_context_pop_state),
4949 (handle_start_font), (end_sami_element):
4950 Honour font face tags in SAMI subtitles (#344503).
4952 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4955 add missing files containing translatable strings
4957 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4959 * docs/libs/tmpl/.cvsignore:
4960 we don't want those *.sgml files in CVS either
4962 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4964 * docs/libs/.cvsignore:
4965 * tests/check/elements/.cvsignore:
4966 * tests/check/libs/.cvsignore:
4969 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4971 * docs/libs/Makefile.am:
4972 also commiting the changed Makefile.am (added more libs to the
4975 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4977 * docs/libs/gst-plugins-base-libs-docs.sgml:
4978 * docs/libs/gst-plugins-base-libs-sections.txt:
4979 * docs/libs/gst-plugins-base-libs.types:
4980 first batch of reordering things, add index & hierarchy
4982 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4985 use GST_PKG_CHECK_MODULES, cleans up output
4987 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4989 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4990 Add support for burn:// URIs (#343385); const-ify things a bit,
4991 use G_N_ELEMENTS instead of hard-coded array size.
4993 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4995 Patch by: Young-Ho Cha <ganadist at chollian net>
4997 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4998 Fix up broken entities before passing them to libxml *sigh*.
5001 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5006 === release 0.10.8 ===
5008 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5011 releasing 0.10.8, "Moar gij ziet mij nie"
5013 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5030 * win32/common/config.h:
5033 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5035 * docs/libs/tmpl/gstaudio.sgml:
5036 * docs/libs/tmpl/gstcolorbalance.sgml:
5037 * docs/libs/tmpl/gstmixer.sgml:
5038 * docs/libs/tmpl/gstringbuffer.sgml:
5039 * docs/libs/tmpl/gsttuner.sgml:
5040 * docs/libs/tmpl/gstxoverlay.sgml:
5041 * gst-libs/gst/audio/audio.c:
5042 * gst-libs/gst/audio/gstringbuffer.c:
5043 * gst-libs/gst/interfaces/colorbalance.c:
5044 * gst-libs/gst/interfaces/mixer.c:
5045 * gst-libs/gst/interfaces/tuner.c:
5046 * gst-libs/gst/interfaces/xoverlay.c:
5047 move last template doc snippets to source code and delete them
5049 2006-06-06 Michael Smith <msmith@fluendo.com>
5051 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5052 (theora_parse_drain_queue):
5053 Mark DELTA_UNIT on non-keyframes.
5055 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5057 * gst-libs/gst/audio/gstbaseaudiosink.c:
5058 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5059 * gst-libs/gst/audio/gstbaseaudiosink.h:
5060 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5061 (gst_ring_buffer_samples_done):
5062 * gst-libs/gst/audio/gstringbuffer.h:
5063 Document better the fact that latency_time and buffer_time are values
5064 stored in microseconds, and not the usual GStreamer nanoseconds.
5065 Change the variables (compatibly) that store them from GstClockTime
5066 to guint64 to make it more clear that they're not storing clock times.
5067 Also, remove the bogus property description that says the user can
5068 specify -1 to get the default value, since that's never been the case.
5070 When computing the default segment size for the ring buffer, make it
5071 an integer number of samples.
5073 When the sub-class indicates a delay greater than the number of
5074 samples we've written return 0 from the audio sink get_time method.
5076 2006-06-02 Michael Smith <msmith@fluendo.com>
5078 * tests/check/elements/audioconvert.c: (set_channel_positions),
5079 (get_float_mc_caps), (get_int_mc_caps):
5080 * tests/check/elements/audioresample.c:
5081 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5082 * tests/check/elements/videorate.c:
5083 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5084 * tests/check/elements/volume.c:
5085 * tests/check/elements/vorbisdec.c:
5086 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5087 Don't busy-wait in tests; this was causing test timeouts very
5088 frequently when running under valgrind.
5090 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5093 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5094 (gst_multi_fd_sink_remove_client_link),
5095 (gst_multi_fd_sink_client_queue_caps),
5096 (gst_multi_fd_sink_client_queue_buffer),
5097 (gst_multi_fd_sink_handle_client_write),
5098 (gst_multi_fd_sink_render):
5099 * gst/tcp/gstmultifdsink.h:
5100 make multifdsink properly deal with streamheader:
5101 - streamheader is taken from caps
5102 - buffers marked with IN_CAPS are not sent
5103 - streamheaders are sent, on connection, from the caps of the
5104 buffer where the client gets positioned to
5105 - further streamheader changes are done every time the client
5106 will receive a buffer with different caps
5107 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5108 (gst_multifdsink_create_streamheader):
5111 2006-06-02 Michael Smith <msmith@fluendo.com>
5113 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5114 Reinstate limit on channel count. Vorbis does not define the meaning
5115 of > 6 channels, so they're just independent channels. Gstreamer
5116 currently has no mechanism to represent N independent channels.
5118 2006-06-02 Michael Smith <msmith@fluendo.com>
5120 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5121 Don't arbitrarily restrict channel counts and rate in vorbis.
5122 In terms of effects likely on real-world files, this fixes 96kHz
5125 2006-06-02 Michael Smith <msmith@fluendo.com>
5127 * gst/audioconvert/audioconvert.c: (float):
5128 More correct float->int conversion.
5130 2006-06-02 Michael Smith <msmith@fluendo.com>
5132 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5133 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5134 value. Fixes g-critical on trying to play back ogg containing
5137 2006-06-02 Wim Taymans <wim@fluendo.com>
5139 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5141 * gst/playback/gstplaybasebin.h:
5142 Make the subtitle detection work from any thread so we don't
5143 deadlock. Fixes #343397.
5145 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5147 * gst/volume/Makefile.am:
5148 Seriously, it's not *that* hard to get compilation right. Even
5149 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5151 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5153 * gst/volume/gstvolume.c: (volume_choose_func),
5154 (volume_update_real_volume), (gst_volume_class_init),
5155 (gst_volume_init), (volume_process_float), (volume_process_int16),
5156 (volume_process_int16_clamp), (volume_set_caps),
5157 (volume_transform_ip), (plugin_init):
5158 * gst/volume/gstvolume.h:
5159 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5160 another property desc., remove unused param from process function
5162 * tests/check/elements/volume.c: (volume_suite):
5163 reactivate the passthrough test
5165 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5167 * ext/alsa/gstalsamixerelement.h:
5168 * ext/alsa/gstalsamixeroptions.h:
5169 * ext/alsa/gstalsamixertrack.h:
5170 * ext/gnomevfs/gstgnomevfssink.h:
5171 * ext/gnomevfs/gstgnomevfssrc.h:
5172 * ext/theora/gsttheoradec.h:
5173 * ext/theora/gsttheoraenc.h:
5174 * ext/theora/gsttheoraparse.h:
5175 * ext/vorbis/vorbisparse.h:
5176 * gst-libs/gst/audio/gstaudioclock.h:
5177 * gst-libs/gst/audio/gstaudiofilter.h:
5178 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5179 * gst/audioconvert/gstaudioconvert.h:
5180 * gst/audioresample/gstaudioresample.h:
5181 * gst/audiotestsrc/gstaudiotestsrc.h:
5182 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5183 * gst/playback/gststreamselector.h:
5184 * gst/tcp/gstmultifdsink.h:
5185 * gst/tcp/gsttcpclientsink.h:
5186 * gst/tcp/gsttcpclientsrc.h:
5187 * gst/tcp/gsttcpserversink.h:
5188 * gst/tcp/gsttcpserversrc.h:
5189 * gst/videorate/gstvideorate.h:
5190 * gst/videoscale/gstvideoscale.h:
5191 * gst/videotestsrc/gstvideotestsrc.h:
5192 * gst/volume/gstvolume.h:
5193 * sys/v4l/gstv4ljpegsrc.h:
5194 * sys/v4l/gstv4lmjpegsink.h:
5195 * sys/v4l/gstv4lmjpegsrc.h:
5196 * sys/v4l/gstv4lsrc.h:
5197 * sys/ximage/ximagesink.h:
5198 * sys/xvimage/xvimagesink.h:
5199 * tests/old/testsuite/alsa/sinesrc.h:
5200 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5202 2006-05-31 Wim Taymans <wim@fluendo.com>
5204 * ext/libvisual/visual.c: (gst_visual_reset),
5205 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5206 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5208 Use running time before doing QoS.
5211 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5213 * docs/libs/Makefile.am:
5214 set a magic variable to indicate we know the docs are incomplete
5216 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5218 * win32/common/libgstvideo.def:
5219 export gst_video_calculate_display_ratio
5220 * win32/vs6/libgstvideoscale.dsp:
5221 add link to libgstvideo-0.10.lib
5223 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5225 * gst/playback/gstplaybasebin.c: (gen_source_element):
5226 Throw a more comprehensible error for rtsp:// URIs (rather
5227 than erroring out with a negotiation error later on) until
5228 we fix playbin to handle rtspsrc etc.
5230 2006-05-30 Wim Taymans <wim@fluendo.com>
5232 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5233 (gst_text_overlay_text_event):
5236 2006-05-30 Wim Taymans <wim@fluendo.com>
5238 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5239 (gst_adder_request_new_pad), (gst_adder_release_pad):
5240 * gst/adder/gstadder.h:
5241 Implement release_request_pad.
5242 Make padcounter atomic.
5244 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5245 Added check for release_pad in adder.
5247 2006-05-30 Wim Taymans <wim@fluendo.com>
5249 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5252 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5254 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5255 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5256 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5257 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5258 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5259 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5260 (gst_ogg_demux_bisect_forward_serialno),
5261 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5262 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5264 clean up printf formats for granulepos and serialno
5266 2006-05-30 Michael Smith <msmith@fluendo.com>
5268 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5269 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5270 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5271 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5272 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5273 * ext/vorbis/vorbisenc.h:
5274 Multi-channel caps negotiation, so we can do proper multichannel
5275 vorbis encoding, negotiated through audioconvert.
5277 2006-05-30 Wim Taymans <wim@fluendo.com>
5279 * tests/check/elements/adder.c: (test_event_message_received),
5280 (test_play_twice_message_received), (GST_START_TEST),
5282 Added check to show that #339935 is fixed with ongoing
5283 adder and collectpads fixes.
5285 2006-05-29 Wim Taymans <wim@fluendo.com>
5287 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5288 Don't leak pad name.
5290 2006-05-29 Wim Taymans <wim@fluendo.com>
5292 * gst/adder/gstadder.c: (gst_adder_query_duration),
5293 (forward_event_func), (forward_event), (gst_adder_src_event):
5295 Make query/seeking code threadsafe.
5297 * tests/check/Makefile.am:
5298 * tests/check/elements/adder.c: (test_event_message_received),
5299 (GST_START_TEST), (test_play_twice_message_received):
5300 Fix adder test case.
5302 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5304 Patch by: Young-Ho Cha <ganadist at chollian net>
5306 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5307 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5308 (set_encoding_element), (decodebin_element_added_cb),
5309 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5310 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5311 * gst/playback/gstplaybasebin.h:
5312 Add 'subtitle-encoding' property to playbin, so applications can
5313 force a subtitle encoding for non-UTF8 subtitles (#342268).
5315 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5316 (gst_sub_parse_set_property):
5317 Rename recently-added 'encoding' property to 'subtitle-encoding'
5318 (so it can be proxied by playbin/decodebin in a generic way
5319 with less danger of false positives).
5321 2006-05-29 Michael Smith <msmith@fluendo.com>
5323 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5324 (append_with_other_format), (set_structure_widths),
5325 (gst_audio_convert_transform_caps):
5326 Patch from #341562: give more specific audio caps in get_caps, so
5327 that basetransform can make better decisions on what caps to
5330 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5332 * tests/check/elements/volume.c:
5333 make it compile again
5335 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5337 * tests/check/elements/volume.c: (volume_suite):
5338 disable test until #343196 gets resolved
5340 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5342 * gst/adder/gstadder.c: (gst_adder_get_type):
5343 Make it easier to copy&paste
5345 * gst/volume/Makefile.am:
5346 * gst/volume/gstvolume.c: (volume_update_real_volume),
5347 (gst_volume_set_volume), (gst_volume_set_mute),
5348 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5349 (volume_transform_ip), (volume_update_mute),
5350 (volume_update_volume):
5351 * gst/volume/gstvolume.h:
5352 Add own debug category, move duplicate code to helper function, fix
5353 property texts, add more comments and prepare ffor liboil-goodness
5355 * tests/check/Makefile.am:
5356 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5357 add test for mute and passtrough case, be a bit more verbose to track
5360 * tests/check/generic/states.c: (GST_START_TEST):
5361 catch elements that fail to instantiate
5363 2006-05-28 Edward Hervey <edward@fluendo.com>
5365 * tests/check/pipelines/simple-launch-lines.c:
5366 * tests/check/pipelines/theoraenc.c:
5367 * tests/check/pipelines/vorbisenc.c:
5368 Comment out tests using parse_launch() if core was built without
5369 parsing capabilities.
5371 2006-05-27 Edward Hervey <edward@fluendo.com>
5373 * tests/check/Makefile.am:
5374 Extra bonus points for whoever explains to ensonic that you are meant
5375 to test unit tests thoroughly before commiting them, especially if
5376 you know it's going to break.
5377 De-activated element/adder tests.
5379 2006-05-27 Edward Hervey <edward@fluendo.com>
5381 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5382 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5383 Marking caps conversion issues as GST_WARNING is way too verbose,
5384 Moving them to GST_LOG.
5386 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5389 Replace current README (containing the release notes from
5390 some 0.9.x version) with a proper README taken from the core.
5392 2006-05-26 Wim Taymans <wim@fluendo.com>
5394 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5395 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5396 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5397 (vorbis_dec_change_state):
5400 Clip output samples to segment boundaries.
5402 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5404 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5405 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5406 Improve the errors produced on bad output, including some human
5407 readable description strings.
5408 Handle the (theoretical for ximagesink) case where the XServer
5409 has a different idea about the size required for a particular
5410 frame and gives us too small a memory allocation.
5412 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5414 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5415 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5416 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5417 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5418 Improve the errors produced on bad output, including some human
5419 readable description strings.
5420 Handle RGB Xv formats properly by transforming them into our
5421 big-endian caps description.
5422 Use gst_caps_truncate to ensure that we never try and choose a
5423 non-fixed caps in buffer_alloc.
5424 Handle the case where the XServer has a different idea about the size
5425 required for a particular frame and gives us too small a memory
5427 Use -1 to indicate 'no image format', because 0 is a valid XServer
5428 image format number.
5429 Put RGB Xv formats at the end of the caps, so that we always prefer
5431 Iterate the available Xv Encodings to determine the maximum width and
5432 height, and then return that in our caps.
5433 (Closes #315312, #337544)
5435 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5437 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5438 When there is only one unfinished pad and it receives an event that
5439 doesn't match our requirements, we need to set alldone=FALSE so that
5440 the fakesink is not removed yet.
5442 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5444 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5445 Use gst_type_find_helper_for_buffer() to find the type
5446 of stream from the first packet.
5449 Bump requirements to core CVS (needed for vorbis
5450 typefinding to work).
5452 2006-05-24 Edward Hervey <edward@fluendo.com>
5454 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5455 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5456 contain. Else they play perfectly fine with qtdemux.
5458 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5460 * ext/theora/theoradec.c:
5461 * ext/theora/theoraenc.c:
5462 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5463 * gst/audiorate/gstaudiorate.c:
5464 make more debug catagories static
5466 * tests/check/Makefile.am:
5467 * tests/check/elements/adder.c: (message_received),
5468 (test_event_message_received), (GST_START_TEST),
5469 (test_play_twice_message_received), (adder_suite):
5470 added test case for using element twice, extra bonus points for anyone
5471 who can make these test run reliably
5473 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5475 * ext/theora/theoradec.c: (theora_dec_chain):
5476 Make work with time-stamped input buffers that do not
5477 have a granulepos in BUFFER_OFFSET_END (like theora
5478 buffers coming from matroskademux). Fixes #342448.
5480 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5482 Patch by: Peter Kjellerstedt <pkj at axis com>
5484 * gst/tcp/Makefile.am:
5485 fdstresstest doesn't need Gtk+, fix compilation if
5486 gtk is not available (#342566).
5488 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5490 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5492 Removed redundant floor()
5494 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5496 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5497 On second thought, just skip JUNK chunks automatically, so
5498 the caller doesn't have to handle this. Fixes #342345.
5499 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5502 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5504 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5505 Don't bail out on JUNK chunks with a size of 0 (would try to
5506 pull_range 0 bytes before, which sources don't like too much).
5509 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5511 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5512 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5513 Use the gstutil scaling function to preserve 64 bits while calculating
5514 output width and height from the display-aspect-ratio. (A continuation
5517 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5519 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5520 (gst_xvimagesink_buffer_alloc):
5521 * sys/xvimage/xvimagesink.h:
5522 When performing buffer allocations, remember the caps and image format
5523 we return so that if the same caps are asked for next time we can
5524 return them immediately without doing any caps intersections.
5526 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5528 * gst-libs/gst/rtp/README:
5529 Some new documentation
5530 * gst-libs/gst/rtp/gstrtpbuffer.h:
5531 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5532 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5533 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5534 New RTP audio base payloader class. Supports frame or sample based
5535 codecs. Not enabled in Makefile.am until approved.
5537 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5539 * tests/check/elements/alsa.c: (test_device_property_probe):
5540 Fix test case: don't try to free NULL GValueArray when there
5543 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5545 * tests/check/Makefile.am:
5546 * tests/check/elements/alsa.c: (test_device_property_probe),
5547 (alsa_suite), (main):
5548 Add simple test that runs a device property probe on alsasrc,
5549 alsasink and alsamixer. Disable valgrind check for now (too
5550 many leaks in libasound, and valgrind ignored my suppressions
5553 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5555 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5556 (gst_alsa_device_property_probe_probe_property),
5557 (gst_alsa_device_property_probe_needs_probe),
5558 (gst_alsa_device_property_probe_get_values),
5559 (gst_alsa_type_add_device_property_probe_interface):
5560 * ext/alsa/gstalsadeviceprobe.h:
5561 * ext/alsa/gstalsamixerelement.c:
5562 (gst_alsa_mixer_element_init_interfaces):
5563 * ext/alsa/gstalsamixerelement.h:
5564 Clean up and simplify alsa device probing. Make it actually work
5565 for multiple classes. Don't cache results any longer.
5567 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5568 (gst_alsasink_init):
5569 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5570 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5571 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5572 Make alsasink and alsasrc implement the GstPropertyProbe interface
5573 for device probing (#342181).
5574 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5576 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5578 * gst/subparse/samiparse.c: (handle_start_font):
5579 Don't ignore return value of strtol (++compiler_happiness).
5581 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5583 Patch by: Young-Ho Cha <ganadist chollian net>
5585 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5586 (gst_sub_parse_class_init), (gst_sub_parse_init),
5587 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5589 * gst/subparse/gstsubparse.h:
5590 Add 'encoding' property (#341681).
5592 * gst/subparse/samiparse.c: (characters_sami):
5593 Output is pango markup, so we need to escape text
5594 between tags (#342143).
5596 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5598 * gst-libs/gst/audio/multichannel.c:
5599 (gst_audio_check_channel_positions):
5600 It's okay to have caps with channels=1 and a channel position
5601 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5602 (deinterleavers might want to keep the position in the caps,
5603 so that they can be re-interleaved again properly later).
5604 Leave check for unexpected 2-channel layouts intact for now.
5606 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5608 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5609 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5610 basesrc can do its job correctly.
5612 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5614 * ext/alsa/Makefile.am:
5615 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5616 (gst_alsa_detect_formats), (get_channel_free_structure),
5617 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5618 (gst_alsa_probe_supported_formats):
5619 * ext/alsa/gstalsa.h:
5620 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5621 Refactor and improve caps probing code: probe signedness
5622 when we probe the supported formats/widths; set endianness
5623 to the one we actually probed for (ie. cpu endianness).
5625 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5626 (gst_alsasrc_close):
5627 * ext/alsa/gstalsasrc.h:
5628 Implement caps probing for alsasrc.
5630 2006-05-15 Wim Taymans <wim@fluendo.com>
5632 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5633 (theora_dec_src_query), (theora_dec_src_event),
5634 (theora_dec_sink_event), (theora_handle_comment_packet),
5635 (theora_handle_data_packet), (theora_dec_change_state):
5636 Cleanups, add some G_LIKELY.
5637 Use segment helpers instead of our own wrong code.
5638 Clear queued buffers on seek and READY.
5640 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5641 (vorbis_dec_convert), (vorbis_dec_src_query),
5642 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5643 (vorbis_handle_comment_packet), (vorbis_dec_push),
5644 (vorbis_handle_data_packet), (vorbis_dec_chain),
5645 (vorbis_dec_change_state):
5646 * ext/vorbis/vorbisdec.h:
5647 Remove old useless packetno variable.
5648 Do position query properly.
5650 Do cleanup of queued buffers in new helper function
5653 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5655 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5656 Query supported sample rates. Fixes #341732.
5658 2006-05-15 Julien MOUTTE <julien@moutte.net>
5660 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5661 (gst_decode_bin_change_state): Make decodebin reusable
5662 when going from PAUSE_TO_READY and then back to PAUSED.
5665 2006-05-15 Wim Taymans <wim@fluendo.com>
5667 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5668 (vorbis_dec_convert), (vorbis_dec_src_query),
5669 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5670 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5671 (vorbis_dec_clean_queued), (vorbis_dec_push),
5672 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5673 Cleanups. Use refcounting and DEBUG_OBJECT.
5674 Reset segment on flush, use code methods instead of our
5676 Fix potential memleak.
5678 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5680 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5681 (gst_alsasink_init):
5682 * ext/alsa/gstalsasink.h:
5683 Don't leak allocated snd_output_t structure if there's
5684 more than one alsasink instance at a time (#341873).
5685 Also fix GObject macros in header file.
5687 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5689 * gst/subparse/gstsubparse.c:
5690 (gst_sub_parse_data_format_autodetect):
5691 Don't use libxml functions in the typefinding code.
5693 2006-05-15 Wim Taymans <wim@fluendo.com>
5695 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5696 Fix seeking performance in the case where a non-header
5697 packet has a 0 granulepos (busted theora case).
5699 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5700 the first place, you limelight stealer you)
5702 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5704 * gst/subparse/gstsubparse.c:
5705 (gst_sub_parse_data_format_autodetect):
5706 Improve SAMI typefinding: handle case where there are
5707 whitespaces or newlines in front of the first <SAMI>
5710 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5713 Build video4linux plugin even if there's no XVIDEO, just
5714 without implementing the GstXOverlay interface (#334002).
5716 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5719 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5721 Add tentative support for libvisual-0.4 (#336881).
5723 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5725 Patch by: Young-Ho Cha <ganadist at chollian net>
5727 * gst/subparse/samiparse.c: (handle_start_font):
5728 Need to map "silver" colour explicitly (#169936).
5730 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5732 Patch by: Young-Ho Cha <ganadist at chollian net>
5734 * gst/subparse/Makefile.am:
5735 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5736 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5737 (gst_sub_parse_format_autodetect), (feed_textbuf),
5738 (gst_subparse_type_find), (plugin_init):
5739 * gst/subparse/gstsubparse.h:
5740 * gst/subparse/samiparse.c:
5741 * gst/subparse/samiparse.h:
5742 Add support for SAMI subtitles (#169936).
5744 2006-05-14 Michael Smith <msmith@fluendo.com>
5746 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5747 Fix #341696: crash when mixing L+R+C to mono or stereo.
5748 * tests/check/Makefile.am:
5749 * tests/check/elements/audioconvert.c: (set_channel_positions),
5750 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5751 (audioconvert_suite):
5752 Add test for the above, including some generic framework bits for
5753 testing multichannel things.
5755 === release 0.10.7 ===
5757 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5760 releasing 0.10.7, "Leave the gun"
5762 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5764 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5765 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5768 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5770 * docs/libs/gst-plugins-base-libs-docs.sgml:
5771 * docs/libs/gst-plugins-base-libs-sections.txt:
5772 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5773 * gst-libs/gst/video/video.h:
5774 * gst/videoscale/Makefile.am:
5775 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5776 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5777 * tests/check/Makefile.am:
5778 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5780 Fix integer overflow problem with pixel-aspect-ratio calculations
5781 in videoscale and xvimagesink (#341542)
5783 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5785 * gst-libs/gst/tag/gstid3tag.c:
5786 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5788 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5791 update win32 files listing
5793 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5795 patch by: Sjoerd Simons (sjoerd@luon.net)
5797 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5798 (group_create), (group_destroy), (add_stream),
5799 (gst_play_base_bin_get_property),
5800 (gst_play_base_bin_get_streaminfo_value_array):
5801 * gst/playback/gstplaybasebin.h:
5802 API: GstPlayBaseBin::stream-info-value-array property
5803 use a more bindings-friendly way of exposing streaminfo
5804 using a GValueArray. Tested in ipython.
5807 2006-05-11 Wim Taymans <wim@fluendo.com>
5809 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5810 (queue_underrun_cb), (queue_filled_cb):
5811 Also catch queue underruns but don't do anything yet.
5812 Refactor and comment queue enlarging code a bit.
5814 * gst/playback/gstplaybasebin.c: (queue_overrun),
5815 (queue_threshold_reached), (queue_out_of_data),
5816 (gen_preroll_element):
5817 If a queue over/underruns check that we don't create nasty
5818 deadlocks when the min-threshold is not reached but the
5819 max-bytes is. In those cases disable max-bytes when we
5820 know that the queue is fed timed data.
5823 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5825 * gst/playback/gstplaybin.c: (gen_audio_element):
5826 Make playbin automatically plug an 'audioresample'
5827 element before the audio sink as well. This solves
5828 problems with sinks that only accept a very specific
5829 sample rate, like esdsink (e.g. #340379).
5831 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5833 * gst/playback/gstplaybasebin.c: (gen_source_element):
5834 Make http sources send special headers so that we receive
5835 icecast metadata if the http stream is an icecast stream
5836 (otherwise the server will just ignore them). This also
5837 means that from now on users will need the 'icydemux'
5838 element from gst-plugins-good installed if they want to
5839 listen to icecast radio streams. (#341432, #333657).
5841 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5843 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5844 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5845 remove stupid example from docs - it should come with a simple
5848 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5849 (fail_if_can_read), (GST_START_TEST),
5850 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5851 add a test for changing streamheader which exposes a bug in
5854 2006-05-11 Michael Smith <msmith@fluendo.com>
5856 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5857 (gst_gnome_vfs_src_received_headers_callback):
5858 * ext/gnomevfs/gstgnomevfssrc.h:
5859 Don't set icy-caps unless we have a sane interval value. Move
5860 interval to a local variable; we never use it outside this function.
5862 2006-05-11 Wim Taymans <wim@fluendo.com>
5864 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5865 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5866 Register special buffer types along with the objects so
5867 that they are not registered at runtime from N different
5868 streaming threads since they are not threadsafe.
5870 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5872 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5873 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5874 add two more tests, one doing streamheader
5876 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5878 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5879 clean up the bufqueue when shutting down
5880 * tests/check/Makefile.am:
5881 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5882 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5884 add a test for the leak that was just fixed
5886 2006-05-10 Wim Taymans <wim@fluendo.com>
5888 * gst/adder/gstadder.c: (gst_adder_setcaps),
5889 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5890 (gst_adder_src_event), (gst_adder_sink_event),
5891 (gst_adder_class_init), (gst_adder_finalize),
5892 (gst_adder_request_new_pad), (gst_adder_collected):
5893 * gst/adder/gstadder.h:
5894 Updated some docs. Added comments and FIXMEs all over the place.
5895 Improve debugging info.
5896 Fix leak on finalize by not calling the parent.
5897 Implement duration query.
5898 Make event forwarding threadsafe.
5899 Correctly send NEWSEGMENT at start and after flush.
5900 Handle EOS correctly.
5901 Post error when not negotiated.
5903 * tests/check/elements/adder.c: (GST_START_TEST):
5904 Added FIXME in the test.
5906 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5908 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5909 (gst_text_overlay_halign_get_type),
5910 (gst_text_overlay_wrap_mode_get_type):
5911 * ext/theora/theoradec.c: (theora_handle_type_packet),
5912 (theora_handle_data_packet):
5913 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5914 (theora_enc_sink_setcaps), (theora_enc_chain):
5915 * gst-libs/gst/cdda/gstcddabasesrc.c:
5916 (gst_cdda_base_src_mode_get_type):
5917 * gst/audiotestsrc/gstaudiotestsrc.c:
5918 (gst_audiostestsrc_wave_get_type):
5919 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5920 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5921 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5922 (gst_sync_method_get_type), (gst_unit_type_get_type),
5923 (gst_client_status_get_type):
5924 * gst/videoscale/gstvideoscale.c:
5925 (gst_video_scale_method_get_type):
5926 * gst/videotestsrc/gstvideotestsrc.c:
5927 (gst_video_test_src_pattern_get_type):
5928 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5929 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5930 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5931 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5932 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5933 (paint_setup_RGB565), (paint_setup_xRGB1555):
5934 Const-ify GEnumValue and GFlagsValue arrays. Use
5935 GST_ROUND_UP_* macros instead of home-made ones.
5937 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5940 Require core CVS for the new newsegment stuff.
5942 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5944 Patch by: Sjoerd Simons <sjoerd at luon net>
5946 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5947 Register nick for enum value (#341160).
5949 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5951 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5953 backout typefind patch #340375
5955 * tests/check/elements/adder.c: (message_received),
5956 (GST_START_TEST), (adder_suite):
5957 redo, signal-handling of test
5959 2006-05-09 Wim Taymans <wim@fluendo.com>
5961 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5962 (gst_adder_collected):
5963 * gst/adder/gstadder.h:
5964 Remove bogus segment merging and forwarding, we don't
5965 care about timestamps anyway and we just produce a
5967 Also create a nice NEWSEGMENT event when we start.
5968 Use _scale_int some more.
5970 2006-05-09 Edward Hervey <edward@fluendo.com>
5972 * tests/icles/stress-xoverlay.c:
5973 Fix if core was built without parsing support.
5975 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5977 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5978 Add SEDG (Samsung MPEG-4) fourcc.
5980 2006-05-09 Edward Hervey <edward@fluendo.com>
5982 * tests/icles/stress-xoverlay.c:
5983 * tests/examples/volume/volume.c:
5984 Fix if core was built without parsing support.
5986 * tests/examples/seek/seek.c:
5987 Disable the parse_launch example if core was built without parsing
5990 2006-05-08 Edward Hervey <edward@fluendo.com>
5992 * autogen.sh: (CONFIGURE_DEF_OPT):
5993 libtoolize on Darwin/MacOSX is called glibtoolize
5995 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5997 * tests/check/Makefile.am:
5998 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5999 Disable the adder test, until the build-slaves posses the kindness to
6000 either like it or to give valid reason for not doing so
6002 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6004 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6006 Shuffle NULL state change around and raise timeout more
6008 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6010 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6011 (mp4_type_find), (plugin_init):
6012 Add typefind to distinguish between "audio/x-m4a" and new type
6013 "video/mp4". Fixes #340375
6015 * tests/check/elements/adder.c: (adder_suite):
6016 Raise timeout to make buildbot happy
6018 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6020 * gst/adder/gstadder.c: (gst_adder_sink_event),
6021 (gst_adder_request_new_pad), (gst_adder_change_state):
6022 * gst/adder/gstadder.h:
6023 * tests/check/Makefile.am:
6024 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6025 (adder_suite), (main):
6026 Add sink-event handling to adder. It tries to merge incomming
6027 newsegment-events. Added test to check if segment_done is comming
6028 through. Fixes #340060
6030 2006-05-05 Andy Wingo <wingo@pobox.com>
6032 * ext/theora/theoraparse.c (gst_theora_parse_init)
6033 (theora_parse_src_convert, theora_parse_src_query):
6034 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6035 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6036 query functions on the source pads of the theora and vorbis parse
6037 elements. Fixes position querying when doing a remux.
6039 2006-05-05 Michael Smith <msmith@fluendo.com>
6041 * ext/theora/theoraparse.c: (parse_granulepos),
6042 (theora_parse_drain_queue_prematurely),
6043 (theora_parse_queue_buffer), (theora_parse_sink_event):
6045 Fix invalid granulepos outputs when starting with a non-keyframe.
6047 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6049 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6050 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6051 Rearrange MPEG system stream detection, fixing some memleaks in the
6053 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6054 they clean up their data correctly.
6055 Remove unused ogganx caps and move the 'is_annodex' check to inside
6056 the 'is_ogg' if statement.
6058 2006-05-05 Wim Taymans <wim@fluendo.com>
6060 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6061 Properly remove ghostpads. Fixes #340392
6063 2006-05-04 David Schleef <ds@schleef.org>
6065 * gst/typefind/gsttypefindfunctions.c:
6067 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6069 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6070 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6072 When typefinding an MP3 in push-based mode, don't penalise the
6073 probability down to 74% when we found 5 valid frames just because we
6074 can't peek the end of the file.
6076 Make the probability for detecting MPEG Transport Streams based on the
6077 number of sequential headers we successfully detected.
6079 2006-05-03 Wim Taymans <wim@fluendo.com>
6081 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6082 (vorbis_dec_push), (vorbis_dec_chain):
6083 Still produce an error when we receive an empty packet.
6085 2006-05-03 Wim Taymans <wim@fluendo.com>
6087 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6088 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6089 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6090 Mark buffers with DISCONT after seek and after activating new
6093 * ext/theora/gsttheoradec.h:
6094 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6095 (theora_get_query_types), (theora_dec_sink_event),
6096 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6097 (theora_dec_change_state):
6099 Detect and mark DISCONT buffers.
6101 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6102 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6103 (vorbis_dec_change_state):
6104 * ext/vorbis/vorbisdec.h:
6106 Detect and mark DISCONT buffers.
6107 Don't crash on 0 sized buffers.
6109 2006-05-03 Wim Taymans <wim@fluendo.com>
6111 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6112 (volume_transform_ip):
6113 Increase "volume" property to 10.0. Fixes #340369.
6114 Set the process function to NULL when capsnego fails so that
6115 we properly error out.
6117 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6119 * gst/playback/gstplaybin.c: (add_sink):
6120 * gst/playback/test.c: (main):
6121 * gst/playback/test5.c: (dump_element_stats):
6122 * gst/playback/test6.c: (main):
6123 free caps using gst_caps_unref, don't leak caps-strings
6125 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6127 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6129 Refine musepack typefinding a bit. Return MAXIMUM
6130 probability when we detect stream version 7 to make
6131 sure the mpeg audio typefinder doesn't trump us.
6133 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6135 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6136 Protect against unexpected NULL strf_data buffer.
6138 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6140 * tests/check/elements/audioconvert.c: (verify_convert),
6142 interpret the out[] buffer in the order the bytes are actually
6143 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6144 Other tests should use BYTE_ORDER since the array is filled in
6147 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6149 * tests/check/elements/audioconvert.c: (verify_convert),
6151 when a test fails, give an indication of which it is
6153 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6155 * gst-libs/gst/cdda/gstcddabasesrc.c:
6156 compile fix; strtol() needs <stdlib.h>
6158 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6160 * ext/alsa/gstalsamixerelement.c:
6161 * ext/alsa/gstalsasrc.c:
6162 * ext/cdparanoia/gstcdparanoiasrc.c:
6163 * ext/gnomevfs/gstgnomevfssink.c:
6164 * ext/gnomevfs/gstgnomevfssrc.c:
6165 * ext/ogg/gstoggdemux.c:
6166 * ext/ogg/gstoggmux.c:
6167 * ext/ogg/gstoggparse.c:
6168 * ext/ogg/gstogmparse.c:
6169 * ext/pango/gstclockoverlay.c:
6170 * ext/pango/gsttextoverlay.c:
6171 * ext/pango/gsttextrender.c:
6172 * ext/pango/gsttimeoverlay.c:
6173 * ext/theora/theoradec.c:
6174 * ext/theora/theoraenc.c:
6175 * ext/vorbis/vorbisdec.c:
6176 * ext/vorbis/vorbisenc.c:
6177 * gst-libs/gst/audio/gstaudiofilter.c:
6178 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6179 * gst/audioconvert/gstaudioconvert.c:
6180 * gst/audiorate/gstaudiorate.c:
6181 * gst/audioresample/gstaudioresample.c:
6182 * gst/audiotestsrc/gstaudiotestsrc.c:
6183 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6184 * gst/playback/gstdecodebin.c:
6185 * gst/playback/gstplaybin.c:
6186 * gst/playback/gststreamselector.c:
6187 * gst/subparse/gstsubparse.c:
6188 * gst/tcp/gstmultifdsink.c:
6189 * gst/tcp/gsttcpclientsink.c:
6190 * gst/tcp/gsttcpclientsrc.c:
6191 * gst/tcp/gsttcpserversink.c:
6192 * gst/tcp/gsttcpserversrc.c:
6193 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6194 * gst/videorate/gstvideorate.c:
6195 * gst/videoscale/gstvideoscale.c:
6196 * gst/videotestsrc/gstvideotestsrc.c:
6197 * gst/volume/gstvolume.c:
6198 * sys/v4l/gstv4ljpegsrc.c:
6199 * sys/v4l/gstv4lmjpegsink.c:
6200 * sys/v4l/gstv4lmjpegsrc.c:
6201 * sys/v4l/gstv4lsrc.c:
6202 * sys/ximage/ximagesink.c:
6203 * sys/xvimage/xvimagesink.c:
6204 * tests/check/libs/cddabasesrc.c:
6205 make GstElementDetails const
6207 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6209 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6211 send events from src-pad to all sink-pads fixes #338657
6213 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6215 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6216 (alsasink_parse_spec):
6217 query width capabilities from alsa, fixes #338919
6219 2006-04-28 Wim Taymans <wim@fluendo.com>
6221 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6222 (gst_multi_fd_sink_remove_client_link):
6223 * gst/tcp/gstmultifdsink.h:
6224 Fix race condition in multifdsink that can lead to spurious
6225 duplicate clients. this patch adds a new signal that is fired when
6226 multifdsink has removed all references to the fd.
6228 Updated documentation.
6229 API: client-fd-removed signal added
6231 2006-04-28 Michael Smith <msmith@fluendo.com>
6233 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6234 When asking g_value_array_new to prealloc elements, we may as well
6235 ask for the right number of elements.
6237 2006-04-28 Wim Taymans <wim@fluendo.com>
6239 * gst-libs/gst/audio/gstbaseaudiosink.c:
6240 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6241 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6242 patch to make timestamp checking more tollerant to rounding
6243 errors given that real discontinuities are to be marked on
6244 buffers. Fixes some asf files and #338778.
6245 Also avoid some crashers when we receive an event in the
6248 2006-04-28 Michael Smith <msmith@fluendo.com>
6250 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6251 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6252 (gst_gnome_vfs_src_get_property),
6253 (gst_gnome_vfs_src_send_additional_headers_callback),
6254 (gst_gnome_vfs_src_received_headers_callback),
6255 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6256 (gst_gnome_vfs_src_stop):
6257 * ext/gnomevfs/gstgnomevfssrc.h:
6258 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6259 proper shared support within icydemux.
6261 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6263 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6264 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6266 fix a leak when no caps negotiated
6267 fix counting of input frames
6268 * tests/check/elements/.cvsignore:
6269 * tests/check/elements/videorate.c: (assert_videorate_stats),
6270 (GST_START_TEST), (videorate_suite):
6273 2006-04-28 Wim Taymans <wim@fluendo.com>
6275 * gst-libs/gst/audio/gstringbuffer.c:
6276 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6277 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6278 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6279 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6280 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6281 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6282 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6283 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6284 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6285 Check arguments passed to public functions instead of
6288 2006-04-28 Wim Taymans <wim@fluendo.com>
6290 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6291 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6292 GstBaseAudioSrc must be live or it does not work.
6294 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6295 Don't set live to TRUE as this is the default in the parentclass.
6297 2006-04-28 Wim Taymans <wim@fluendo.com>
6299 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6300 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6301 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6302 fixation cases better. Fixes #338991
6304 2006-04-28 Wim Taymans <wim@fluendo.com>
6306 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6307 Handle 0/1 framerate correctly Fixes #331901.
6309 2006-04-28 Wim Taymans <wim@fluendo.com>
6311 * tests/check/elements/audioconvert.c: (get_float_caps),
6312 (GST_START_TEST), (audioconvert_suite):
6313 Added check for correct clipping when doing float samples
6316 2006-04-28 Wim Taymans <wim@fluendo.com>
6318 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6319 (gst_video_rate_chain):
6320 Print more debugging info.
6322 2006-04-28 Wim Taymans <wim@fluendo.com>
6324 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6325 (resample_set_state_from_caps):
6326 Add support for other formats audioresample can handle such as
6327 32 bits in and float and 64 bits float. Fixes #301759
6329 2006-04-28 Wim Taymans <wim@fluendo.com>
6331 * gst/audioconvert/audioconvert.c: (float):
6332 correctly clip float samples > 1.0. Fixes #338718
6334 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6336 Patch by: Young-Ho Cha <ganadist at chollian net>
6338 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6339 (gst_text_overlay_render_text):
6340 Don't strip newlines from the text. Also, center lines
6341 within multi-line paragraphs (#339405).
6343 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6345 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6346 Fix wavpack typefinding to work in more cases (don't peek
6347 for chunks of multiple hundred kBs at once, but process
6348 things step-by-step in smaller units). Fixes #339786.
6350 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6355 === release 0.10.6 ===
6357 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6360 releasing 0.10.6, "Chao"
6362 2006-04-26 David Schleef <ds@schleef.org>
6364 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6367 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6370 * win32/common/config.h:
6373 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6375 patch by: Wim Taymans
6377 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6378 (gst_ogg_demux_perform_seek):
6379 make sure correct newsegments are sent, so that the decoder
6380 and the demuxer agree on timestamps. Fixes playback of a lot
6381 of Ogg files that do not start from 0. Fixes #339833.
6383 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6385 Patch by: Edward Hervey <edward@fluendo.com>
6387 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6388 * tests/check/Makefile.am:
6389 * tests/check/elements/videorate.c: (assert_videorate_stats),
6390 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6391 (videorate_suite), (main):
6392 Fix an infinite loop if frames are passed in with wrongly ordered
6393 timestamps. Fixes #339013.
6395 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6397 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6399 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6400 fix typefinding on some ISO files. Fixes #339212.
6402 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6404 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6406 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6407 add another H264 fourcc. Fixes #339047.
6409 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6411 Patch by: Jan Schmidt
6413 * gst/playback/gststreamselector.c:
6414 (gst_stream_selector_bufferalloc):
6415 Restore old StreamSelector behaviour.
6418 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6421 * win32/common/config.h:
6424 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6426 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6428 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6429 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6430 Fix some memory leaks: on finalize, free buffers left in the queue
6431 before destroying the queue; in _push(), unref rtp_buf even if
6432 the process vfunc returned a NULL buffer as output buffer (#337548);
6433 demote some recuring debug messages to LOG level.
6435 2006-04-11 Wim Taymans <wim@fluendo.com>
6437 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6438 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6439 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6440 (gst_ogg_demux_loop):
6442 Respect segment stop when emiting EOS or SEGMENT_DONE.
6445 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6447 * gst/playback/gststreamselector.c:
6448 (gst_stream_selector_get_property):
6449 Don't leak pad name.
6451 2006-04-10 Michael Smith <msmith@fluendo.com>
6453 * tests/check/Makefile.am:
6454 * tests/check/gst-plugins-base.supp:
6455 Suppress an old libtheora bug (fixed in more recent versions), so
6456 that FC4 buildslaves can pass.
6458 2006-04-10 Wim Taymans <wim@fluendo.com>
6460 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6461 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6462 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6463 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6464 (gst_ogg_demux_loop):
6466 Remember what error we got when finding chains, if we
6467 were shutdown, that would not be an error.
6469 2006-04-10 Wim Taymans <wim@fluendo.com>
6471 * gst-libs/gst/audio/gstbaseaudiosink.c:
6472 (gst_base_audio_sink_event):
6473 Starting the ringbuffer when we did not acquire it can cause
6474 a deadlock, is pointless and causes nasty things for
6476 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6478 2006-04-10 Wim Taymans <wim@fluendo.com>
6480 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6481 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6482 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6483 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6484 (gst_ogg_demux_deactivate_current_chain),
6485 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6486 (gst_ogg_demux_bisect_forward_serialno),
6487 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6488 Add some more debugging.
6490 2006-04-10 Wim Taymans <wim@fluendo.com>
6492 * ext/theora/theoradec.c: (theora_dec_src_event),
6493 (theora_handle_data_packet):
6494 Some more debug info.
6496 * tests/examples/seek/seek.c: (start_seek), (main):
6497 Print element messages too.
6499 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6501 * gst/audioresample/debug.h:
6502 replace debug macros with variable number of parameters
6503 by a simple alias to gstreamer standard debug macros
6504 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6505 supported by MSVC 6.0 and 7.1)
6506 * gst/audioresample/resample.h:
6507 define M_PI and rint for WIN32
6508 * win32/common/libgstaudio.def:
6509 * win32/common/libgstriff.def:
6510 * win32/common/libgsttag.def:
6511 * win32/common/libgstvideo.def:
6512 add new exported functions
6514 update project files
6516 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6518 * ext/alsa/gstalsamixeroptions.c:
6519 (gst_alsa_mixer_options_class_init):
6520 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6521 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6522 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6523 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6524 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6525 * gst-libs/gst/audio/gstaudiofilter.c:
6526 (gst_audio_filter_class_init):
6527 * gst-libs/gst/audio/gstaudiosink.c:
6528 (gst_audioringbuffer_class_init):
6529 * gst-libs/gst/audio/gstaudiosrc.c:
6530 (gst_audioringbuffer_class_init):
6531 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6532 * gst-libs/gst/interfaces/colorbalancechannel.c:
6533 (gst_color_balance_channel_class_init):
6534 * gst-libs/gst/interfaces/mixeroptions.c:
6535 (gst_mixer_options_class_init):
6536 * gst-libs/gst/interfaces/mixertrack.c:
6537 (gst_mixer_track_class_init):
6538 * gst-libs/gst/interfaces/tunerchannel.c:
6539 (gst_tuner_channel_class_init):
6540 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6541 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6542 (gst_netbuffer_class_init):
6543 * gst-libs/gst/rtp/gstbasertppayload.c:
6544 (gst_basertppayload_class_init):
6545 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6546 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6547 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6548 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6549 * gst/playback/gststreamselector.c:
6550 (gst_stream_selector_class_init):
6551 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6552 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6553 * sys/v4l/gstv4lcolorbalance.c:
6554 (gst_v4l_color_balance_channel_class_init):
6555 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6556 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6557 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6558 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6559 (gst_v4l_tuner_norm_class_init):
6560 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6561 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6562 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6563 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6565 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6567 * ext/pango/gsttextrender.h:
6568 * gst-libs/gst/audio/gstaudiosink.h:
6569 * gst-libs/gst/audio/gstaudiosrc.h:
6570 * gst-libs/gst/audio/gstbaseaudiosink.h:
6571 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6572 * gst-libs/gst/audio/gstringbuffer.h:
6573 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6574 * gst-libs/gst/rtp/gstbasertppayload.h:
6575 * gst-libs/gst/video/gstvideofilter.h:
6576 * gst-libs/gst/video/gstvideosink.h:
6577 * gst/playback/gstplaybasebin.h:
6578 * gst/tcp/gstmultifdsink.h:
6579 * sys/v4l/gstv4lelement.h:
6580 Fix broken GObject macros
6582 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6584 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6585 More debug to trace why my USB headset is not working with gst
6587 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6589 * gst/playback/gstplaybasebin.c: (group_destroy):
6590 Clean up our group elements properly in the case where it never
6591 got committed - it still got added unconditionally to the bin.
6593 2006-04-07 Wim Taymans <wim@fluendo.com>
6595 * ext/theora/theoradec.c: (theora_dec_sink_event),
6596 (theora_handle_data_packet), (theora_dec_chain):
6597 Unref unhandled events.
6598 Protect against empty buffers.
6599 Perform QoS on running time.
6601 2006-04-07 Michael Smith <msmith@fluendo.com>
6603 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6604 (gst_vorbis_enc_chain):
6605 Remove leaks from vorbisenc.
6606 Mostly minor changes, the only significant one is that now the
6607 buffers we set as 'streamheader' on the caps are copies of the
6608 original buffers, to avoid circular refcounting problems.
6610 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6612 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6613 Don't remove our mute-probe if someone else already did so.
6614 Don't set a 2nd one if there is already one pending on the pad.
6616 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6618 When a seek fails, ensure that playbin is still set back to playing.
6620 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6621 (mpeg_ts_type_find), (plugin_init):
6622 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6624 2006-04-06 Andy Wingo <wingo@pobox.com>
6626 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6627 (gst_video_rate_init): Caps-related parameters should not be reset
6628 by a flush -- move their inits to the instance init function.
6629 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6630 is not OK, just return the result.
6632 * gst/audiotestsrc/gstaudiotestsrc.c
6633 (gst_audio_test_src_class_init)
6634 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6635 broken by Stefan's commit on 24 March.
6637 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6638 buffers being pushed out. Fixes oggmux ! multifdsink.
6640 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6642 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6643 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6644 * ext/vorbis/vorbisdec.h:
6645 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6646 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6647 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6648 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6649 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6650 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6651 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6652 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6653 (gst_vorbis_enc_buffer_from_packet),
6654 (gst_vorbis_enc_buffer_from_header_packet),
6655 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6656 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6657 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6658 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6659 (gst_vorbis_enc_change_state):
6660 * ext/vorbis/vorbisenc.h:
6661 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6662 vorbisenc adhere to the official nomenclature; use boilerplate
6665 2006-04-04 Andy Wingo <wingo@pobox.com>
6667 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6668 Whoops, fix bug introduced. Bad hacker!
6670 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6671 Properly handle the case where you get EOS before any buffers are
6672 received. Use gst_buffer_make_metadata_writable where appropriate.
6674 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6675 is often negative -- make it signed so as not to wrap around.
6676 Fixes segfaults introduced on 9 March.
6678 2006-04-03 Wim Taymans <wim@fluendo.com>
6680 * ext/theora/gsttheoradec.h:
6681 * ext/theora/theoradec.c: (theora_dec_src_event):
6682 Don't try to store a gdouble in a gboolean.
6685 2006-04-03 Michael Smith <msmith@fluendo.com>
6687 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6689 Make it suck slightly less by writing out the final page.
6690 Still can't encode a vorbis-in-ogg file correctly, though.
6692 2006-04-03 Andy Wingo <wingo@pobox.com>
6694 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6697 * ext/theora/theora.c (plugin_init): Register theoraparse.
6699 * ext/theora/gsttheoraparse.h:
6700 * ext/theora/theoraparse.c: New files implementing a theora
6701 parser. Now we can properly remux ogg/theora+vorbis, yay.
6703 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6705 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6707 * gst/audiotestsrc/gstaudiotestsrc.c:
6708 Fixed the sample pipeline (see #323798)
6710 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6713 * win32/common/config.h:
6714 * win32/common/config.h.in:
6715 use AS_VERSION and AS_NANO
6718 2006-03-31 Andy Wingo <wingo@pobox.com>
6720 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6721 uninitialized variable return that would happen.
6723 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6724 uninitialized variable return that would never happen.
6726 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6727 (vorbis_parse_sink_event): Add an event function to flush our
6728 state on a seek, and to drain buffers on a premature EOS.
6729 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6730 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6731 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6732 (vorbis_parse_drain_queue): Queue up buffers until we can set
6733 their timestamps and granulepos values.
6735 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6736 and keep track of data needed for deriving granulepos and
6737 timestamps for buffers.
6739 2006-03-29 Wim Taymans <wim@fluendo.com>
6741 Patch by: j^ <j at bootlab dot org>
6743 * ext/alsa/gstalsamixerelement.c:
6744 (gst_alsa_mixer_element_class_init):
6745 * ext/alsa/gstalsasink.c:
6746 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6747 * ext/ogg/gstoggdemux.c:
6748 * ext/ogg/gstoggmux.c:
6749 * ext/ogg/gstoggparse.c:
6750 * ext/pango/gstclockoverlay.c:
6751 * ext/pango/gsttextoverlay.c:
6752 * ext/pango/gsttextrender.c:
6753 * ext/pango/gsttimeoverlay.c:
6754 * ext/theora/theoradec.c:
6755 * ext/theora/theoraenc.c:
6756 * ext/vorbis/vorbisdec.c:
6757 * ext/vorbis/vorbisenc.c:
6758 * gst/audioconvert/gstaudioconvert.c:
6759 * gst/subparse/gstsubparse.c:
6760 * gst/tcp/gstmultifdsink.c:
6761 * gst/tcp/gsttcpclientsink.c:
6762 * gst/tcp/gsttcpclientsrc.c:
6763 * gst/tcp/gsttcpserversink.c:
6764 * gst/tcp/gsttcpserversrc.c:
6765 better/unified long descriptions
6768 2006-03-29 Wim Taymans <wim@fluendo.com>
6770 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6772 Don't let double and triple clicks mess up our state.
6774 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6776 * gst/playback/gstplaybin.c: (gen_video_element),
6777 (gen_text_element), (gen_audio_element), (gen_vis_element):
6778 Error out gracefully when we can't create any of the usual
6779 conversion elements for some reason. Also, don't try to
6780 create an audioscale (sic) element that's not used anyway.
6782 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6784 * gst/playback/gstplaybasebin.c: (setup_source):
6785 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6786 element for a particular protocol, that's confusing for users.
6787 Instead, post a RESOURCE_FAILED error, so that our own error
6788 message is actually shown in totem etc. (#336303).
6790 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6792 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6794 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6795 (gst_gnome_vfs_src_get_icy_metadata):
6796 Fix some minor memory leaks (#336194).
6798 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6800 * ext/gnomevfs/gstgnomevfs.c:
6801 (gst_gnome_vfs_location_to_uri_string):
6802 * ext/gnomevfs/gstgnomevfs.h:
6803 * ext/gnomevfs/gstgnomevfssink.c:
6804 (gst_gnome_vfs_sink_set_property):
6805 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6806 Make gnomevfssink accept filenames as well as URIs for the
6807 "location" property, just like gnomevfssrc does (and
6808 filesrc/filesink do) (#336190).
6810 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6812 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6813 set to NULL before unreffing, fixes a valgrind leak.
6814 Why was this not triggering the error that an object needs to
6815 be NULL before unreffing ?
6816 * win32/common/config.h:
6819 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6821 * gst/subparse/gstsubparse.c: (convert_encoding),
6822 (gst_sub_parse_change_state):
6823 * gst/subparse/gstsubparse.h:
6824 Text subtitle files may or may not be UTF-8. If it's not, we
6825 don't really want to see '?' characters in place of non-ASCII
6826 characters like accented characters. So let's assume the input
6827 is UTF-8 until we come across text that is clearly not. If it's
6828 not UTF-8, we don't really know what it is, so try the following:
6829 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6830 is set; if not, check (b) if the current locale encoding is
6831 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6832 the current locale encoding is UTF-8 and the environment variable
6833 was not set to any particular encoding. Not perfect, but better
6834 than nothing (and better than before, I think) (fixes #172848).
6836 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6839 update core requirement to 0.10.4.1 because of async_playback
6840 vmethod on GstBaseSink
6842 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6844 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6845 * gst/adder/gstadder.c: (gst_adder_init):
6846 use DEBUG_FUNCPTR for collectpads
6848 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6850 * docs/plugins/Makefile.am:
6851 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6852 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6853 * ext/cdparanoia/gstcdparanoiasrc.c:
6854 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6855 (gst_gnome_vfs_sink_class_init):
6856 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6857 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6858 * ext/ogg/gstoggmux.c:
6859 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6860 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6861 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6862 * ext/pango/gsttextoverlay.c:
6863 * ext/pango/gsttextrender.c:
6864 * ext/theora/theoradec.c:
6865 * ext/theora/theoraenc.c:
6866 * ext/vorbis/vorbisdec.c:
6867 * ext/vorbis/vorbisenc.c:
6868 * gst-libs/gst/audio/gstaudiofilter.c:
6869 (gst_audio_filter_base_init):
6870 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6871 (gst_audio_filter_template_base_init):
6872 * gst/adder/gstadder.c: (gst_adder_get_type):
6873 * gst/adder/gstadder.h:
6874 * gst/audioconvert/gstaudioconvert.c:
6875 * gst/audiotestsrc/gstaudiotestsrc.c:
6876 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6877 (gst_audio_test_src_create):
6878 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6879 * gst/playback/gstdecodebin.c:
6880 * gst/playback/gstplaybin.c:
6881 * gst/playback/gststreamselector.c:
6882 (gst_stream_selector_base_init):
6883 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6884 * gst/volume/gstvolume.c:
6885 * sys/v4l/gstv4lmjpegsink.c:
6886 * sys/v4l/gstv4lmjpegsrc.c:
6887 * tests/check/libs/cddabasesrc.c:
6888 * tests/old/examples/gob/gst-identity2.gob:
6889 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6890 define GstElementDetails at the top
6892 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6894 * win32/common/libgstinterfaces.def:
6895 Add a lot of export functions for gst-python
6896 * win32/vs6/libgstinterfaces.dsp:
6897 Add a missing include folder in the project configuration
6899 2006-03-23 Wim Taymans <wim@fluendo.com>
6901 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6902 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6903 (gst_base_audio_src_change_state):
6904 Fix audio sources, forgot to make the ringbuffer
6907 2006-03-23 Wim Taymans <wim@fluendo.com>
6909 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6910 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6911 (gst_base_audio_src_change_state):
6912 unparent instead of unref the ringbuffer.
6914 2006-03-23 Wim Taymans <wim@fluendo.com>
6916 * gst-libs/gst/audio/gstbaseaudiosink.c:
6917 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6918 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6919 Implement new async_play vmethod to start slaving and allow
6920 playback start in case of async PLAY state changes.
6922 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6923 Enable QoS with new method in base class.
6925 2006-03-23 Wim Taymans <wim@fluendo.com>
6927 Patch by: Julien MOUTTE <julien at moutte dot net>
6929 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6930 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6931 Partially handle 0 framerate, only EOS after the first frame
6934 2006-03-23 Wim Taymans <wim@fluendo.com>
6936 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6938 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6939 (gst_riff_create_video_template_caps):
6940 * gst/ffmpegcolorspace/avcodec.h:
6941 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6942 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6943 (gst_ffmpegcsp_avpicture_fill):
6944 * gst/ffmpegcolorspace/imgconvert.c:
6945 Patch for support of YVU9 AVI files (#334822)
6947 2006-03-22 Edward Hervey <edward@fluendo.com>
6949 * docs/design/design-decodebin.txt:
6950 Added design document for new decodebin
6951 (Target Caps): text/x-pango-markup is also a default target caps.
6953 2006-03-22 Wim Taymans <wim@fluendo.com>
6955 * gst-libs/gst/audio/gstbaseaudiosink.c:
6956 (gst_base_audio_sink_dispose):
6957 Since we _parent the ringbuffer, we also need to
6958 _unparent instead of a plain _unref.
6960 2006-03-22 Wim Taymans <wim@fluendo.com>
6962 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6963 (stop_seek), (scrub_toggle_cb), (main):
6966 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6968 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6969 (gst_ogg_parse_chain):
6970 Fix very inefficient usage of linked lists (#335365).
6972 2006-03-21 Edward Hervey <edward@fluendo.com>
6974 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6975 * gst/playback/gstplaybin.c: (handoff):
6976 * gst/playback/gststreamselector.c:
6977 (gst_stream_selector_set_property):
6978 gcc 4.1 unreferenced pointer fixes.
6979 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6980 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6981 gst_buffer_ref() now takes a GstBuffer*.
6983 2006-03-20 Julien MOUTTE <julien@moutte.net>
6985 * sys/xvimage/xvimagesink.c:
6986 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6989 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6991 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6992 (id3v1_type_find), (apetag_type_find), (plugin_init):
6993 Can't do tag preferences via probability, as tags would then
6994 lose against types that are recognised with MAXIMUM probability
6995 (like .wav); so let all tag typefinders return MAXIMUM themselves
6996 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6997 that we can prefer APE to ID3v1 (fixes #335028).
6999 2006-03-17 Wim Taymans <wim@fluendo.com>
7001 * gst-libs/gst/audio/gstbaseaudiosink.c:
7002 (gst_base_audio_sink_change_state):
7003 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7004 (gst_ring_buffer_may_start):
7005 * gst-libs/gst/audio/gstringbuffer.h:
7006 Only start playback if we are playing.
7009 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7011 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7012 * win32/common/config.h:
7013 Revert accidental commits to these files.
7015 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7017 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7019 * tests/Makefile.am:
7020 Don't try to build tests in tests/icles if we
7021 don't have X (#323852)
7023 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7025 * gst-libs/gst/tag/gstid3tag.c:
7026 Add TXXX frame identifiers for replaygain stuff as used
7027 by some taggers (see #323721).
7029 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7031 * gst/playback/gststreamselector.c:
7032 (gst_stream_selector_set_property),
7033 (gst_stream_selector_bufferalloc):
7034 Preserve the existing buggy streamselector behaviour by performing
7035 a fallback buffer allocation when downstream isn't linked yet.
7036 This should really be fixed in playbin by blocking pads until it's
7038 Also, use gst_pad_alloc_buffer instead of
7039 gst_pad_alloc_buffer_and_set.
7041 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7043 * gst-libs/gst/tag/gstid3tag.c:
7044 Don't crash on unknown ID3v2 TXXX frames.
7046 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7048 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7049 Chain up to the parent finalize method.
7050 Add 32-bit sample size to the template caps.
7052 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7053 (gst_riff_create_video_template_caps):
7054 Add the fourcc that the VMWare codec uses.
7056 * gst/playback/gststreamselector.c:
7057 (gst_stream_selector_set_property),
7058 (gst_stream_selector_bufferalloc),
7059 (gst_stream_selector_request_new_pad):
7060 For the active pad, forward buffer-alloc requests, otherwise
7061 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7062 having to memcpy every frame when used by playbin.
7064 * gst/tcp/gstmultifdsink.c:
7065 (gst_multi_fd_sink_handle_client_write):
7066 Get negotiated caps from the sink pad, rather than the sink
7069 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7071 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7073 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7074 Don't forget to set src->callbacks_pushed to FALSE again when
7075 popping them, otherwise re-activation in a different mode won't
7078 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7080 Patch by: Sebastien Moutte <sebastien moutte net>
7082 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7083 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7084 (gst_ffmpeg_smpfmt_to_caps):
7085 Replace __VA_ARGS__ caps creation macros with varargs functions.
7086 Makes things compile on MSVC (#320765), looks nicer, and we can
7087 tell the compiler to check for the NULL terminator.
7089 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7091 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7093 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7094 Make sure the buffer we copy into is really always big
7095 enough, this time for real (#333488).
7097 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7099 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7100 Add support for 24bpp DIB (#305279).
7102 2006-03-14 Wim Taymans <wim@fluendo.com>
7104 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7105 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7106 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7107 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7108 (gst_video_scale_init), (gst_video_scale_src_event):
7109 Re-enable QoS after the release.
7110 Rework videoscale to use the base class src_event handler.
7112 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7117 === release 0.10.5 ===
7119 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7122 releasing 0.10.5, "Net"
7124 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7126 * docs/plugins/Makefile.am:
7127 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7129 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7131 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7132 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7133 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7134 Add cdparanoiasrc to docs.
7136 * gst-libs/gst/cdda/gstcddabasesrc.c:
7137 More GstCddaBaseSrc docs.
7139 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7141 * docs/libs/gst-plugins-base-libs-sections.txt:
7142 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7143 * gst-libs/gst/tag/tag.h:
7144 API: libgsttag: new method gst_tag_from_id3_user_tag().
7146 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7148 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7149 NULL-terminate array of mpeg4 video file extensions.
7150 Fixes crash on PPC (#334226).
7152 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7154 * ext/gnomevfs/gstgnomevfssrc.c:
7155 (gst_gnome_vfs_src_check_get_range):
7156 gnome_vfs_uri_is_local() alone is not a good indicator
7157 whether we can operate in pull-mode with a specific URI,
7158 as it returns FALSE for file:// URIs that point to an
7159 NFS-mounted path. Be more conservative here: whitelist
7160 local files, blacklist http URIs and use the old
7161 mechanism for anything else (fixes #334216).
7163 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7168 === release 0.10.4 ===
7170 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7173 releasing 0.10.4, "Power"
7175 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7177 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7178 Disable max-lateness by setting it to -1 for now, so that
7179 we can bed QoS stuff in thoroughly between now and the next
7182 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7184 Patch by: Fabrizio Gennari
7186 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7187 Make sure we don't read beyond the palette buffer in case of
7188 broken or manipulated files (#333488)
7190 2006-03-10 Edward Hervey <edward@fluendo.com>
7192 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7193 Fix for variable not initialized.
7195 2006-03-09 Wim Taymans <wim@fluendo.com>
7197 * ext/libvisual/visual.c: (gst_visual_get_type),
7198 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7202 * ext/theora/gsttheoradec.h:
7203 * ext/theora/theoradec.c: (gst_theora_dec_init),
7204 (gst_theora_dec_reset), (_theora_granule_time),
7205 (theora_dec_src_convert), (theora_dec_sink_convert),
7206 (theora_dec_src_query), (theora_dec_src_event),
7207 (theora_dec_sink_event), (theora_handle_comment_packet),
7208 (theora_handle_header_packet), (theora_dec_push),
7209 (theora_handle_data_packet), (theora_dec_chain),
7210 (theora_dec_change_state):
7213 2006-03-09 Wim Taymans <wim@fluendo.com>
7215 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7216 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7219 2006-03-09 Wim Taymans <wim@fluendo.com>
7221 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7222 Don't try to activate NULL chains.
7224 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7226 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7227 Fix invalid memory access to region before peek'd data (#332964).
7229 2006-03-09 Wim Taymans <wim@fluendo.com>
7231 Patch by: Christophe Fergeau
7233 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7234 * ext/pango/gsttextrender.c: (gst_text_render_init):
7235 * gst/adder/gstadder.c: (gst_adder_init):
7236 Don't leak padtemplates, closes #333510.
7238 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7240 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7241 Fix invalid memory access: make sure string passed to
7242 regexec() is NUL-termianted.
7244 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7246 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7248 Refactor mpeg/audio typefinding to make it more maintainable
7249 and easier to fine-tune. Make probing into middle of the file
7250 work properly (fixes #333900, also see #152688).
7252 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7254 * gst/typefind/gsttypefindfunctions.c:
7255 (utf8_type_find_have_valid_utf8_at_offset):
7256 Remove part from previous commit that was bogus:
7257 g_utf8_validate() does in fact not accept embedded
7258 zeroes, so we don't need to check for those (thanks
7259 to Mike for the hint).
7261 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7263 * gst/typefind/gsttypefindfunctions.c:
7264 (utf8_type_find_count_embedded_zeroes),
7265 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7266 Make plain/text typefinder more conservative: firstly, check
7267 for embedded zeroes, which are perfectly valid UTF-8 characters,
7268 but also a fairly good sign that something is not a plain text
7269 file; secondly, probe into the middle of the file if possible.
7270 If we can't probe into the middle, limit the probability value
7271 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7273 2006-03-08 Michael Smith <msmith@fluendo.com>
7275 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7276 Make typefind function name for mpeg4 video unique.
7278 2006-03-08 Wim Taymans <wim@fluendo.com>
7280 * ext/libvisual/visual.c: (gst_visual_init),
7281 (gst_visual_clear_actors), (gst_visual_dispose),
7282 (gst_visual_reset), (gst_visual_src_setcaps),
7283 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7284 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7285 (gst_visual_chain), (gst_visual_change_state):
7286 Cleanups, post nice errors.
7287 Handle sink and src events.
7288 Implement simple QoS.
7290 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7291 Use new basesink methods to configure max-lateness.
7294 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7295 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7296 Debug statement cleanups.
7298 * gst/volume/gstvolume.c: (gst_volume_class_init):
7301 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7303 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7304 (gst_text_overlay_init), (gst_text_overlay_set_property),
7305 (gst_text_overlay_get_property):
7306 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7307 as string type properties, but mark them deprecated. Add
7308 'halignment' and 'valignment' properties that use enums
7311 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7313 Patch by: Fabrizio Gennari
7315 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7316 Allow palettes with less than 256 colours in AVI files
7319 2006-03-07 Julien MOUTTE <julien@moutte.net>
7321 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7322 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7323 pad. We were releasing the queued text buffer when we should keep
7324 it until video pad gets EOS or discard the text buffer because it's
7325 too old. That was eating the last subtitle buffer. Add some more
7328 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7330 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7331 (gst_text_overlay_video_chain):
7332 Fix invalid memory access (we can't access a buffer after it's been
7333 pushed downstream without taking a reference); fix memory leak (if
7334 there's no text to render, bail out before allocating stuff).
7336 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7338 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7339 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7340 * ext/pango/gsttextoverlay.h:
7341 If input is plain text, escape it before passing it to
7342 pango_layout_set_markup().
7344 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7346 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7347 Don't ignore flow return from gst_pad_push().
7349 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7351 Patch by: Fabrizio Gennari
7353 * ext/libvisual/visual.c: (gst_visual_getcaps),
7354 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7355 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7356 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7357 (gst_vorbisenc_convert_sink):
7358 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7359 (gst_audio_duration_from_pad_buffer):
7360 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7361 (gst_audio_filter_chain):
7362 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7363 (gst_base_rtp_depayload_setcaps):
7364 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7365 (gst_video_get_size):
7366 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7367 Don't leak references returned by gst_pad_get_parent()
7370 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7372 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7373 change location param details
7374 * gst/volume/gstvolume.c: (plugin_init):
7375 correct plugin description
7377 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7379 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7380 (gst_gnome_vfs_src_check_get_range):
7381 Override GstBaseSrc::check_get_range() in order to avoid opening
7382 the resource just to check whether we can operate in pull-mode or
7383 not - we can predict that pretty well from the URI alone. Should
7384 fix problems with last.fm (#331690). (Requires latest core CVS).
7386 2006-03-06 Wim Taymans <wim@fluendo.com>
7388 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7389 (gst_video_sink_class_init):
7390 Throw away frames that are later than 20 ms.
7392 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7394 Patch by: Fabrizio Gennari
7396 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7397 Set depth on WMA caps (#333545)
7399 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7401 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7402 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7403 put Theora BOS pages before others. This hardcodes
7404 the Ogg/Theora I profile, but hey.
7406 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7409 updated with some examples
7410 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7411 (granulepos_add), (theora_buffer_from_packet):
7412 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7413 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7414 (gst_vorbisenc_chain):
7415 implement strategy from ext/ogg/README
7416 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7417 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7418 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7419 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7420 Fix muxer so that oggz-validate is happy with all streams;
7421 except for no eos mark, and the BOS page ordering
7422 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7423 (check_buffer_granulepos):
7424 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7425 update tests to check for OFFSET being set as requested
7426 fixed type of granulepos, it's not a ClockTime
7428 2006-03-05 Julien MOUTTE <julien@moutte.net>
7430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7431 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7432 Check that the xvimage we are creating has a correct size
7433 before returning it. (#314897)
7435 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7437 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7438 Give id3 and ape tag typefinders a rank slightly higher
7439 than PRIMARY to ensure they're always run before any of
7440 the other typefinders (in particular wav and mp3) (#324186).
7442 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7444 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7445 Add support for '3IVD' fourcc (#333403).
7447 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7450 Bump requirements to GStreamer CVS for the new error enum.
7452 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7453 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7454 space left on the device (fixes #333352).
7456 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7459 add a project file for libgstvolume
7460 update the workspace
7462 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7464 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7465 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7467 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7468 Set IN_CAPS on header buffers
7470 2006-03-02 Wim Taymans <wim@fluendo.com>
7472 * docs/plugins/Makefile.am:
7473 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7474 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7475 Add audioresample to docs.
7477 * gst/audioconvert/gstaudioconvert.c:
7480 * gst/audioresample/gstaudioresample.c:
7481 (gst_audioresample_base_init), (gst_audioresample_class_init),
7482 (gst_audioresample_init), (gst_audioresample_dispose),
7483 (audioresample_get_unit_size), (audioresample_transform_caps),
7484 (resample_set_state_from_caps), (audioresample_transform_size),
7485 (audioresample_set_caps), (audioresample_event),
7486 (audioresample_do_output), (audioresample_transform),
7487 (audioresample_pushthrough), (gst_audioresample_set_property),
7488 (gst_audioresample_get_property), (plugin_init):
7489 * gst/audioresample/gstaudioresample.h:
7491 Small code cleanups.
7493 2006-03-02 Wim Taymans <wim@fluendo.com>
7495 * docs/plugins/Makefile.am:
7496 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7497 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7498 Added videoscale to docs.
7500 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7501 (gst_video_rate_swap_prev), (gst_video_rate_event),
7502 (gst_video_rate_chain):
7505 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7506 (gst_video_scale_init), (gst_video_scale_prepare_size),
7507 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7508 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7509 * gst/videoscale/gstvideoscale.h:
7510 Added docs, examples.
7512 Post errors instead of g_warning.
7514 2006-03-02 Wim Taymans <wim@fluendo.com>
7516 * docs/libs/gst-plugins-base-libs-docs.sgml:
7517 * docs/libs/gst-plugins-base-libs-sections.txt:
7518 * docs/libs/gst-plugins-base-libs.types:
7519 * docs/plugins/Makefile.am:
7520 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7521 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7522 Added some more docs to libs and plugins.
7524 * gst-libs/gst/audio/gstringbuffer.c:
7525 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7526 * gst-libs/gst/audio/gstringbuffer.h:
7527 Document ringbuffer some more.
7529 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7530 (gst_video_rate_setcaps), (gst_video_rate_reset),
7531 (gst_video_rate_init), (gst_video_rate_flush_prev),
7532 (gst_video_rate_swap_prev), (gst_video_rate_event),
7533 (gst_video_rate_chain), (gst_video_rate_change_state):
7534 * gst/videorate/gstvideorate.h:
7535 Fix videorate to use segments.
7536 Make it work with 0/1 framerates (closes #331903)
7537 Handle EOS correctly.
7540 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7542 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7543 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7544 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7545 In state change function, first chain up to parent class,
7546 then handle downwards state change stuff. Remove some
7547 commented out cruft from 0.8 code.
7549 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7551 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7552 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7553 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7554 (gst_ogm_parse_chain):
7555 Don't remove/re-add source pad if the new caps are the same as
7556 the old caps anyway (#333042). When removing source pad, don't
7557 unref it afterwards - we didn't ref it when adding. Sprinkle some
7558 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7559 after using gst_pad_get_parent(). Return downstream flow return
7560 value in chain function.
7562 2006-03-02 Wim Taymans <wim@fluendo.com>
7564 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7565 * docs/plugins/gst-plugins-base-plugins.args:
7566 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7567 * docs/plugins/gst-plugins-base-plugins.interfaces:
7568 * docs/plugins/gst-plugins-base-plugins.signals:
7569 Fix hierarchy, added some more elements to the docs.
7571 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7572 (gst_ffmpegcsp_get_type):
7573 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7574 Fix docs for ffmpegcolorspace.
7576 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7578 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7579 (apetag_type_find), (ape_type_find), (plugin_init):
7580 Some typefinding fine-tuning:
7581 - rank ID3/APE tags in order of preference via probabilities, so that
7582 ID3v2 > APEv2 > APEv1 > ID3v1.
7583 - three or four bytes don't really justify MAXIMUM probability,
7584 change those to 'very likely' (musepack and monkeysaudio).
7586 2006-03-01 Wim Taymans <wim@fluendo.com>
7588 * docs/plugins/Makefile.am:
7589 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7590 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7591 * ext/alsa/gstalsamixer.c:
7592 * ext/alsa/gstalsamixer.h:
7593 * ext/alsa/gstalsamixerelement.c:
7594 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7595 * ext/alsa/gstalsamixerelement.h:
7596 * ext/alsa/gstalsasink.c:
7597 * ext/alsa/gstalsasink.h:
7598 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7600 * ext/alsa/gstalsasrc.h:
7602 Small code cleanups.
7604 2006-03-01 Wim Taymans <wim@fluendo.com>
7606 * ext/theora/Makefile.am:
7607 Dist new header too,
7609 2006-03-01 Wim Taymans <wim@fluendo.com>
7611 * docs/plugins/Makefile.am:
7612 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7613 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7614 * ext/gnomevfs/gstgnomevfssink.h:
7615 * ext/gnomevfs/gstgnomevfssrc.h:
7616 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7617 * ext/vorbis/vorbisdec.h:
7618 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7619 * ext/vorbis/vorbisenc.h:
7620 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7621 (vorbis_parse_chain), (vorbis_parse_change_state):
7622 * ext/vorbis/vorbisparse.h:
7623 * gst/audioconvert/gstaudioconvert.h:
7624 * gst/tcp/gsttcpserversink.h:
7625 * gst/videotestsrc/gstvideotestsrc.c:
7626 * gst/videotestsrc/gstvideotestsrc.h:
7627 * gst/volume/gstvolume.c:
7628 * gst/volume/gstvolume.h:
7630 Added docs for vorbisdec and vorbisparse.
7633 2006-03-01 Wim Taymans <wim@fluendo.com>
7635 * docs/plugins/Makefile.am:
7636 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7637 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7638 * ext/pango/gstclockoverlay.h:
7639 * ext/pango/gsttextoverlay.h:
7640 * ext/pango/gsttextrender.h:
7641 * ext/pango/gsttimeoverlay.h:
7642 * ext/theora/gsttheoradec.h:
7643 * ext/theora/gsttheoraenc.h:
7644 * ext/theora/theoradec.c:
7645 * ext/theora/theoraenc.c:
7646 * gst/audioconvert/gstaudioconvert.h:
7647 * gst/audiotestsrc/gstaudiotestsrc.h:
7648 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7649 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7650 * gst/tcp/gstmultifdsink.h:
7651 Updated/added documentation.
7653 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7654 (gst_text_overlay_halign_get_type),
7655 (gst_text_overlay_wrap_mode_get_type),
7656 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7657 (gst_text_overlay_init), (gst_text_overlay_set_property),
7658 (gst_text_overlay_get_property):
7659 Fix up properties to be enums instead of string to make bindings,
7660 introspection and automatic GUI creation possible.
7661 Add getters for the properties.
7663 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7665 * gst/audiotestsrc/gstaudiotestsrc.c:
7666 added defines of M_PI and M_PI_2
7667 * gst/ffmpegcolorspace/avcodec.h:
7668 removed #include "stdint.h" for win32 as _stdint.h is
7669 autogenerated to win32/common
7670 * win32/common/libgstaudio.def:
7671 * win32/common/libgsttag.def:
7674 some project files bugs corrected
7676 project files are reset to the default vs7 configuration
7677 (they link to msvcr71.dll using default optimizations)
7679 2006-02-28 Wim Taymans <wim@fluendo.com>
7681 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7684 2006-02-28 Edward Hervey <edward@fluendo.com>
7686 * ext/alsa/gstalsasrc.c:
7687 Set proper class on the ElementDetails:
7688 Source/Audio instead of Src/Audio/
7690 2006-02-28 Edward Hervey <edward@fluendo.com>
7692 * gst/videoscale/vs_scanline.c:
7693 (vs_scanline_resample_nearest_RGBA):
7694 Revert optimization in videoscale. It should go in liboil and have
7695 an appropriate liboil function.
7697 2006-02-28 Wim Taymans <wim@fluendo.com>
7699 * gst-libs/gst/audio/gstbaseaudiosink.c:
7700 (gst_base_audio_sink_provide_clock):
7701 Don't try to provide a clock in the NULL state.
7703 2006-02-28 Wim Taymans <wim@fluendo.com>
7705 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7706 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7707 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7708 (gst_ogg_demux_deactivate_current_chain),
7709 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7710 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7711 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7712 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7713 Use GstSegment infrastructure to remove duplicated code
7714 and handle more seek cases correctly.
7716 2006-02-28 Wim Taymans <wim@fluendo.com>
7718 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7719 (gst_ffmpegcsp_transform):
7720 Don't ignore return code from ffmpeg convert function.
7722 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7723 Split out some long statements to ease debugging.
7725 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7727 * ext/libvisual/visual.c: (gst_visual_init),
7728 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7729 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7730 being able to renegotiate the size. Instead, use the negotiation
7731 algorithm from the goom plugin to pick an initial output caps.
7733 Also, allow theoretical libvisual plugins that might support non-GL
7734 output even if they also do GL.
7736 2006-02-26 Julien MOUTTE <julien@moutte.net>
7738 * ext/libvisual/visual.c: (gst_visual_init),
7739 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7740 (plugin_init): Load only non GL plugins. Fix some memleaks and
7741 possible negotiation issues.
7743 2006-02-25 Julien MOUTTE <julien@moutte.net>
7745 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7747 2006-02-24 Michael Smith <msmith@fluendo.com>
7749 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7750 (cmml_type_find), (plugin_init):
7751 Fix CMML type find function to not require a specific minor version
7754 Add an MPEG4 video elementary stream typefind function.
7756 2006-02-04 Michael Smith <msmith@fluendo.com>
7758 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7759 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7760 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7761 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7762 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7763 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7764 Annodex support in ogg demuxer. Doesn't do very much without the
7765 other annodex patches (to come).
7767 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7769 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7771 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7772 Pick up palette for MS video v1 (#327028)
7774 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7776 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7777 (gst_ffmpegcsp_caps_remove_format_info),
7778 (gst_ffmpegcsp_get_unit_size):
7779 The 'palette_data' field from incoming RGB caps shouldn't be
7780 proxied on outgoing YUV caps; also, restrict unit size
7781 adjustment in case of paletted data only to the unit that
7782 actually has a palette. Fixes #330711.
7784 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7786 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7787 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7788 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7789 (gst_ffmpegcsp_get_unit_size):
7790 Plug some memory leaks.
7792 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7794 * sys/ximage/Makefile.am:
7795 * sys/xvimage/Makefile.am:
7796 Add some _CFLAGS and _LIBS that seem to be missing
7797 and/or required for Cygwin (see #317048).
7799 2006-02-22 Wim Taymans <wim@fluendo.com>
7801 * ext/alsa/gstalsasrc.c:
7802 Fix description as pointed out by caugier.
7804 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7806 Reviewed by : Edward Hervey <edward@fluendo.com>
7808 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7810 Better 3gp typefinding (#331526).
7812 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7814 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7815 Don't send EOS event here, the base class will send one for us.
7817 * gst/playback/gstplaybasebin.c: (prepare_output):
7818 Subpictures without video stream aren't allowed either.
7820 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7821 Fix debug statement copy'n'paste-o.
7823 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7825 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7826 Fix issues with mixer keeping state when muting/unmuting
7827 and when changing the volume whilst muted (see #331763
7830 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7832 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7833 (parse_subrip), (gst_sub_parse_format_autodetect):
7834 Set right caps given that we send escaped text. Also,
7835 honour <i></i>, <b></b> and <u></u> markers that can be found
7836 in .srt files (fixes #310202).
7838 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7840 * gst-libs/gst/audio/mixerutils.c:
7841 (element_factory_rank_compare_func):
7842 Make order in which elements are tried more determinable.
7844 2006-02-20 Julien MOUTTE <julien@moutte.net>
7846 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7847 (remove_element_chain), (cleanup_decodebin),
7848 (gst_decode_bin_change_state): Make decodebin reusable by
7849 fixing remove_element_chain first and then introduce a
7850 cleaner in state change to ->NULL. (Closes #331678)
7852 2006-02-19 Wim Taymans <wim@fluendo.com>
7854 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7855 use 0666 mask when creating files so umask gets applied
7856 correctly. Fixes #331295.
7858 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7860 * gst/subparse/Makefile.am:
7861 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7862 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7863 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7864 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7865 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7866 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7867 * gst/subparse/gstssaparse.h:
7868 * gst/subparse/gstsubparse.c: (plugin_init):
7869 Add very basic parser for SSA subtitle streams (as often
7870 found in matroska files).
7872 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7874 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7875 That should be text/x-pango-markup, not text/x-pango-layout.
7877 2006-02-19 Julien MOUTTE <julien@moutte.net>
7879 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7882 2006-02-19 Julien MOUTTE <julien@moutte.net>
7884 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7885 (gst_text_overlay_finalize), (gst_text_overlay_init),
7886 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7887 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7888 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7889 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7890 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7891 Fix state change deadlock.
7893 2006-02-19 Julien MOUTTE <julien@moutte.net>
7895 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7896 (gst_text_overlay_finalize), (gst_text_overlay_init),
7897 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7898 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7899 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7900 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7901 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7902 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7903 and subtitles files.
7905 2006-02-19 Julien MOUTTE <julien@moutte.net>
7907 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7908 should be considered as raw.
7910 2006-02-19 Julien MOUTTE <julien@moutte.net>
7912 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7914 * gst/playback/gststreaminfo.h: Introduce language informations.
7916 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7918 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7919 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7920 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7921 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7922 Set shared memory segments to be deleted as soon as we have attached,
7923 that way they get cleaned up automatically if we crash.
7925 2006-02-18 Julien MOUTTE <julien@moutte.net>
7927 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7928 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7929 functions are called with lock held.
7931 2006-02-18 Julien MOUTTE <julien@moutte.net>
7933 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7934 (gst_text_overlay_finalize), (gst_text_overlay_init),
7935 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7936 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7937 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7938 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7939 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7940 (gst_text_overlay_change_state): Refactoring of textoverlay
7941 without collectpads. This now supports sparse subtitles coming
7942 from a demuxer instead of a sub file. Seeking is still broken
7943 though. Need to discuss with wtay some more on how to handle
7945 * ext/pango/gsttextoverlay.h:
7946 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7947 subtitles coming from the demuxer.
7949 2006-02-17 Wim Taymans <wim@fluendo.com>
7951 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7952 (gst_vorbisenc_convert_sink):
7953 Use some more scaling functions.
7955 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7957 * ext/cdparanoia/gstcdparanoiasrc.c:
7958 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7959 (gst_cd_paranoia_paranoia_callback),
7960 (gst_cd_paranoia_src_signal_is_being_watched),
7961 (gst_cd_paranoia_src_read_sector):
7962 * ext/cdparanoia/gstcdparanoiasrc.h:
7963 Add back 'transport-error' and 'uncorrected-error' signals and
7964 make them actually be fired when bad stuff happens (#319340).
7966 2006-02-17 Wim Taymans <wim@fluendo.com>
7968 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7969 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7970 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7971 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7972 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7973 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7974 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7975 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7976 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7977 (gst_ring_buffer_clear):
7979 Added some G_LIKELY.
7981 2006-02-17 Wim Taymans <wim@fluendo.com>
7983 * gst-libs/gst/audio/TODO:
7986 * gst-libs/gst/audio/gstbaseaudiosink.c:
7987 (gst_base_audio_sink_get_offset):
7988 When trying to play samples ASAP and we don't have a
7989 previous sample, try to play at position 0 instead of
7990 an invalid position.
7992 2006-02-17 Wim Taymans <wim@fluendo.com>
7994 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7995 (gst_alsasink_reset):
7996 Also release lock when we get an error in _reset();
7997 fix an error message.
7999 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8001 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8002 (gst_alsasink_init), (get_channel_free_structure),
8003 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8004 (gst_alsasink_close):
8005 * ext/alsa/gstalsasink.h:
8006 Add support for more than 2 channels (#326720).
8008 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8010 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8011 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8012 with 4 or 6 channels, assume a default channel layout to make things
8013 work (not sure there's anything else we can do in those cases).
8015 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8017 * gst-libs/gst/audio/multichannel.c:
8020 * gst-libs/gst/riff/Makefile.am:
8021 * gst-libs/gst/riff/riff-ids.h:
8022 * gst-libs/gst/riff/riff-media.c:
8023 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8024 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8025 channels and a channel layout map.
8027 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8029 Reviewed by Edward Hervey <edward@fluendo.com>
8031 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8032 C-level optimization of the RGBA nearest neighbour function.
8033 Eventually this might end up in liboil with vectorized versions.
8035 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8037 * gst-libs/gst/audio/multichannel.c:
8038 (gst_audio_get_channel_positions):
8039 When we have more than 2 channels, but no channel layout is
8040 specified in the caps, return some default channel layout
8041 to the caller and warn about about a possibly buggy element
8042 (could be buggy filtercaps as well of course) (#317038).
8044 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8046 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8047 Add gst-libs/gst/cdda to list of lib search paths.
8049 2006-02-15 Andy Wingo <wingo@pobox.com>
8051 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8052 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8053 to the Lord Jesus that I do not have to touch the ogg muxer ever
8056 2006-02-15 Edward Hervey <edward@fluendo.com>
8058 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8059 quicktime movie files can also contain 'uuid' atoms.
8061 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8063 * gst/audioconvert/plugin.c: (plugin_init):
8064 Register the GstAudioChannelPosition enum type with the type
8065 system in the plugin_init function, so that it is known before
8066 any element actually makes use of multi-channel stuff. This is
8067 required for example if one wants to be able to deserialise/use
8068 a caps string with channel positions before any pipeline has
8069 been setup and started, like with gst-launch.
8071 2006-02-14 Wim Taymans <wim@fluendo.com>
8073 * gst-libs/gst/audio/gstringbuffer.c:
8074 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8075 (gst_ring_buffer_samples_done), (wait_segment),
8076 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8077 Add some compiler G_(UN_)LIKELY help.
8078 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8079 make sure they can exit their functions. Should fix #330748
8081 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8086 * win32/common/_stdint.h:
8087 Windows does not have long long; copy the generated _stdint.h
8088 * win32/common/interfaces-enumtypes.c:
8089 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8090 (gst_mixer_track_flags_get_type),
8091 (gst_tuner_channel_flags_get_type):
8092 * win32/common/multichannel-enumtypes.c:
8093 (gst_audio_channel_position_get_type):
8096 2006-02-13 Wim Taymans <wim@fluendo.com>
8098 * gst-libs/gst/audio/gstbaseaudiosink.c:
8099 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8100 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8101 Always sync on first sample we receive when starting.
8103 2006-02-13 Wim Taymans <wim@fluendo.com>
8105 * gst/playback/gstplaybin.c: (gen_vis_element):
8106 Update vis bin docs.
8107 Move queue after tee so we don't queue video buffers but
8108 audio samples instead. Fixes problems where the video queue
8109 is filled and the audio queue empty.
8111 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8113 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8114 No need to push an EOS event here, GstBaseSrc will do that for us
8115 when we return FLOW_UNEXPECTED.
8117 2006-02-12 Wim Taymans <wim@fluendo.com>
8119 * gst-libs/gst/audio/gstbaseaudiosink.c:
8120 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8121 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8122 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8123 Use scale functions when possible.
8125 Free clockid when after waiting for EOS.
8126 Use G_(UN_)LIKLY when it makes sense.
8127 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8129 2006-02-12 Edward Hervey <edward@fluendo.com>
8131 * gst/playback/gstplaybasebin.c: (prepare_output):
8132 Remove stray semi-colon (fixes #330888).
8134 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8136 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8137 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8138 Fix up the XShm call testing so that we catch errors, and don't
8139 cause new ones by attempting to detach from a segment we failed
8140 to attach to. Fixes #312439.
8142 2006-02-10 Edward Hervey <edward@fluendo.com>
8144 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8145 Added flv file typefind (video/x-flv).
8147 2006-02-10 Edward Hervey <edward@fluendo.com>
8149 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8150 (gst_riff_create_video_template_caps):
8151 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8152 Also added the caps to the default set of riff video caps.
8154 2006-02-09 Andy Wingo <wingo@pobox.com>
8156 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8157 time and the end time of the last packet in the page.
8158 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8159 on the pages in our queue, set the duration as well. Reflow a
8161 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8162 Fixes bad muxing order.
8164 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8166 * gst-libs/gst/rtp/gstbasertppayload.c:
8167 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8168 update seqnum before setting it on the packet; this makes sure
8169 that the timestamp and seqnum properties match after pushing
8172 2006-02-09 Andy Wingo <wingo@pobox.com>
8174 * gst-libs/gst/audio/gstringbuffer.c
8175 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8176 overflow after 13.5 hours of recording. Kapow!
8178 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8179 the buffer size -- we don't care about underrun/overrun reporting
8180 right now, just need to return a useful value.
8182 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8187 === release 0.10.3 ===
8189 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8192 releasing 0.10.3, "Under Pressure"
8194 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8197 Drat. Bump libtool version number for new API.
8198 Prelease 0.10.2.3 (of 0.10.3)
8200 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8203 * win32/common/config.h:
8204 0.10.2.2 prerelease (of 0.10.3).
8206 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8208 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8209 Revert Andy's newsegment change pending a more correct
8212 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8214 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8215 (qt_type_find), (plugin_init):
8216 detect more files as 3gp
8217 group and reorder the iso file formats
8219 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8221 * ext/vorbis/vorbis.c: (plugin_init):
8222 Register musicbrainz tags, so apps don't have to.
8224 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8226 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8227 (gst_tag_to_vorbis_tag):
8228 Make sure we called gst_tag_register_musicbrainz_tags()
8229 before possibly mapping a vorbiscomment string from/to a
8232 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8234 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8235 In case we can't find the required number of consecutive
8236 mpeg audio frames to positively identify an MPEG audio
8237 stream, check if there's at least a valid mpeg audio
8238 frame right at offset 0 and if so suggest mpeg/audio
8239 caps with a very low probability (#153004).
8241 2006-02-07 Andy Wingo <wingo@pobox.com>
8243 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8244 a TIME segment if we get timestamped buffers. Requires recent
8245 fixes in core to work properly.
8247 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8249 * gst/playback/gstplaybasebin.c: (prepare_output):
8250 Don't print the URI as part of the error message, it
8251 makes error dialogs look rather ugly, especially if
8252 the URI is very long or has characters in it that
8255 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8257 * gst/playback/gstplaybasebin.c: (prepare_output):
8258 Error out if we have only text or subtitles, but nothing
8259 else. Also error out if we have subtitles but no video
8262 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8264 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8265 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8266 Post an error message on the bus when we encounter an
8267 error, which will hopefully be more meaningful than the
8268 'Internal Flow Error' message users get to see if we
8269 just return GST_FLOW_ERROR.
8271 2006-02-07 Andy Wingo <wingo@pobox.com>
8273 * configure.ac (GST_MAJORMINOR): Update core version req to
8274 0.10.2.2, for the collectpads API addition (#330244).
8276 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8278 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8279 Return FALSE from plugin_init() when GnomeVFS can't
8280 be initialised for some reason (#328423).
8282 2006-02-06 Julien MOUTTE <julien@moutte.net>
8284 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8285 Stick to seeking theory until i find the bug.
8286 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8288 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8290 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8291 (theora_enc_finalize), (theora_enc_sink_setcaps),
8292 (theora_set_header_on_caps), (theora_enc_chain),
8293 (theora_enc_change_state):
8294 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8295 Make theoraenc and the tests leak free. Like, really.
8297 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8299 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8300 (theora_enc_finalize), (theora_enc_sink_setcaps):
8301 Add a finalize method to ensure we clean up state even if
8302 someone omitted the state change back to NULL.
8304 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8305 (gst_vorbisenc_chain):
8306 Free some more leaked bits.
8308 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8310 Wait for state changes to happen if they're ASYNC.
8312 This ought to teach those fancy pants buildbots a lesson.
8314 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8316 * gst-libs/gst/tag/gstid3tag.c:
8317 Add mapping for ID3 International Standard Recording Code
8320 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8322 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8323 Don't leak tag names.
8325 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8327 * docs/libs/gst-plugins-base-libs-docs.sgml:
8328 * docs/libs/gst-plugins-base-libs-sections.txt:
8329 * gst-libs/gst/tag/gstid3tag.c:
8330 * gst-libs/gst/tag/gstvorbistag.c:
8331 * gst-libs/gst/tag/tags.c:
8332 Split libgsttag docs into multiple sections.
8334 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8336 * docs/libs/Makefile.am:
8337 * docs/libs/gst-plugins-base-libs-docs.sgml:
8338 * docs/libs/gst-plugins-base-libs-sections.txt:
8339 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8340 * gst-libs/gst/tag/gstvorbistag.c:
8341 * gst-libs/gst/tag/tag.h:
8342 * gst-libs/gst/tag/tags.c:
8343 Add libgsttag to the docs.
8345 2006-02-05 Julien MOUTTE <julien@moutte.net>
8347 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8348 (gst_text_overlay_init), (gst_text_overlay_src_event),
8349 (gst_text_overlay_collected): Fix clockoverlay.
8351 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8353 * docs/libs/compiling.sgml:
8354 Fix typo: it's pkg-config, not pkg-gconfig
8356 * docs/libs/gst-plugins-base-libs-docs.sgml:
8357 * docs/libs/gst-plugins-base-libs-sections.txt:
8358 * docs/libs/tmpl/gstgconf.sgml:
8359 There is no libgstgconf in 0.10, remove it
8362 2006-02-05 Julien MOUTTE <julien@moutte.net>
8364 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8365 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8366 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8367 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8368 (gst_sub_parse_class_init), (gst_sub_parse_init),
8369 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8370 (parse_mpsub), (parser_state_init), (handle_buffer),
8371 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8372 * gst/subparse/gstsubparse.h: Introduce seeking code.
8374 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8376 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8377 Add comment about LANGUAGE tag inconsistency (we want
8378 ISO-639-1, but extract three-letter identifiers?)
8381 Add two translatable files.
8383 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8385 * gst-libs/gst/tag/Makefile.am:
8386 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8387 * gst-libs/gst/tag/tag.h:
8388 * gst-libs/gst/tag/tags.c:
8389 (gst_tag_register_musicbrainz_tags_internal),
8390 (gst_tag_register_musicbrainz_tags):
8391 Forward-port some tags stuff from the 0.8 branch. This is
8392 mostly the addition of musicbrainz tags and their mapping
8393 to vorbistags, and a vorbistag mapping of the language tag.
8395 2006-02-05 Julien MOUTTE <julien@moutte.net>
8397 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8400 2006-02-04 David Schleef <ds@schleef.org>
8402 * ext/ogg/gstoggmux.c:
8403 * gst/typefind/gsttypefindfunctions.c:
8404 Add Dirac typefinding and add dirac format to oggmux.
8406 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8408 * gst/playback/gstdecodebin.c: (try_to_link_1):
8409 Don't put essential function call into
8410 g_return_*() macro, otherwise it'll all be
8411 replaced by NOOPs when compiling with
8412 G_DISABLE_CHECKS defined.
8414 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8416 * ext/ogg/gstoggdemux.c:
8417 * ext/ogg/gstoggparse.c:
8418 * gst/tcp/gsttcpserversink.c:
8419 * sys/v4l/v4lsrc_calls.c:
8420 * sys/v4l/v4lsrc_calls.h:
8421 Just make it compile with --disable-gst-debug.
8423 2006-02-03 Wim Taymans <wim@fluendo.com>
8425 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8426 (gst_alsasink_class_init), (gst_alsasink_init),
8427 (gst_alsasink_write), (gst_alsasink_reset):
8428 * ext/alsa/gstalsasink.h:
8429 Add lock to protect alsa calls.
8430 Implement reset to flush samples ASAP, does not work
8433 2006-02-02 Wim Taymans <wim@fluendo.com>
8435 * gst-libs/gst/audio/gstbaseaudiosink.c:
8436 (gst_base_audio_sink_provide_clock):
8437 Ugh.. getting late I guess...
8439 2006-02-02 Wim Taymans <wim@fluendo.com>
8441 * gst-libs/gst/audio/gstbaseaudiosink.c:
8442 (gst_base_audio_sink_provide_clock),
8443 (gst_base_audio_sink_set_property),
8444 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8445 Don't try to provide a clock when we are not negotiated since
8446 we might not be able to make it run.
8448 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8450 * gst/playback/gstdecodebin.c: (try_to_link_1):
8451 Unlinking two source pads is ... hard.
8453 2006-02-02 Wim Taymans <wim@fluendo.com>
8455 * gst-libs/gst/audio/TODO:
8458 * gst-libs/gst/audio/gstbaseaudiosink.c:
8459 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8460 On EOS, wait till the last sample is played before posting EOS.
8462 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8464 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8465 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8466 setting queue_delay to zero. Also avoid thread being started if
8467 queue_delay is zero.
8469 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8471 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8472 Make test work again by connecting fakesinks to each decoded pad,
8473 which makes the pipeline wait until each fakesink has a buffer
8474 queued before going to PAUSED state. At that point we know the
8475 decodebin pads are negotiated.
8477 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8479 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8480 (gst_cdda_base_src_handle_event):
8481 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8482 Pass unhandled queries to the parent class's query function.
8484 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8486 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8487 (gst_ogg_pad_src_query):
8488 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8489 * ext/theora/theoradec.c: (theora_dec_src_query),
8490 (theora_dec_sink_query):
8491 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8492 (vorbis_dec_sink_query):
8493 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8494 (gst_vorbisenc_sink_query):
8495 * gst/adder/gstadder.c: (gst_adder_query):
8496 Pass unhandled queries upstream instead of just
8497 dropping them (#326447). Also, fix supported
8498 query types list for some elements.
8500 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8502 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8503 (paris_type_find), (ilbc_type_find), (plugin_init):
8504 Fix typefinding for audio/x-au, audio/x-paris and
8505 audio/iLBC-sh. We cannot use the START_WITH macros
8506 here, because there can only be one typefind factory
8507 with the same name (caps), so the second one would
8508 replace the first one and the first one would never
8509 be called when doing typefinding (see #161712).
8512 2006-01-31 Wim Taymans <wim@fluendo.com>
8514 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8515 (vorbis_handle_header_packet), (vorbis_dec_push),
8516 (vorbis_handle_data_packet):
8517 Use scale_int when we can, add some more scaling.
8518 Check packettype before parsing it.
8520 2006-01-31 Wim Taymans <wim@fluendo.com>
8522 * ext/theora/theoradec.c: (_theora_granule_time),
8523 (theora_dec_src_convert), (theora_dec_sink_convert):
8524 Call right _scale functions.
8525 Use parameter instead of some other random value.
8527 2006-01-31 Wim Taymans <wim@fluendo.com>
8529 * ext/theora/theoradec.c: (_theora_granule_frame),
8530 (_theora_granule_time), (_inc_granulepos),
8531 (theora_dec_src_convert), (theora_dec_sink_convert),
8532 (theora_handle_type_packet), (theora_handle_data_packet),
8534 Use higher precision timestamps calculation.
8535 Convert some other conversions to _scale.
8537 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8539 * gst/audiotestsrc/gstaudiotestsrc.c:
8540 (gst_audio_test_src_create_sine_table), (plugin_init):
8541 * gst/volume/gstvolume.c: (plugin_init):
8542 initialize gst_controller before using
8544 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8546 * tests/check/pipelines/theoraenc.c:
8547 * tests/check/pipelines/vorbisenc.c:
8548 Define constant using G_GINT64_CONSTANT to avoid errors when
8549 passing it around - otherwise it gets truncated to 32 bits.
8551 Fixes failing tests.
8553 2006-01-31 Andy Wingo <wingo@pobox.com>
8555 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8556 caps being set doesn't have a framerate value. Basically a stopgap
8559 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8560 technically correct enough to put into core though.
8561 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8562 DURATION. Fixes theoraenc ! oggmux.
8564 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8565 fraction, not double.
8567 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8570 add vs7 project files created by Sergey Scobich
8572 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8575 add vs8 project files created by Sergey Scobich
8577 2006-01-30 Andy Wingo <wingo@pobox.com>
8579 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8580 timestamp + duration, not just timestamp -- ogg pages should be
8581 ordered by stop time. Necessary fix given the change in vorbis
8584 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8585 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8586 (granulepos_add): New function, handles the messiness of adjusting
8588 (theora_buffer_from_packet):
8590 (theora_enc_sink_event): Use granulepos_add, not +.
8592 * tests/check/pipelines/theoraenc.c
8593 (check_buffer_granulepos_from_starttime): Just check the frame
8594 count, not the actual granulepos -- we can't dictate to the
8595 encoder when it should be placing keyframes.
8597 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8599 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8600 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8601 play an http:// stream from a server that's not serving
8603 2006-01-30 Andy Wingo <wingo@pobox.com>
8605 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8606 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8607 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8610 * ext/theora/gsttheoraenc.h:
8611 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8612 although theoraenc was timestamping correctly. Added handling of
8613 streams that start with nonzero timestamps.
8615 * tests/check/Makefile.am:
8616 * tests/check/pipelines/theoraenc.c: New file, basically does same
8619 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8621 2006-01-30 Wim Taymans <wim@fluendo.com>
8623 * gst-libs/gst/audio/gstaudiosink.c:
8624 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8625 (gst_audioringbuffer_pause):
8626 Implement pause that does not wait for completion.
8628 * gst-libs/gst/audio/gstbaseaudiosink.c:
8629 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8630 Don't drop buffers when going to PAUSED but perform preroll on
8631 remaining samples now that core base class supports this.
8633 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8634 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8635 (gst_ring_buffer_commit):
8636 Pause should not signal waiters.
8637 Implement return value of _commit correctly.
8639 2006-01-30 Andy Wingo <wingo@pobox.com>
8641 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8643 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8644 updated to timestamp from the first sample, not the last.
8645 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8646 special care of granulepos and timestamp for header packets.
8647 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8648 when the first buffer has a nonzero timestamp.
8650 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8651 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8652 case when the first audio buffer we get has a nonzero timestamp.
8653 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8654 properly timestamp vorbis buffers with the time of the first
8655 sample, not the last.
8657 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8658 vorbis_granule_time_copy -- now it takes the granule/subgranule
8659 offset into account.
8661 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8662 timestamps, durations, and granulepos on buffers produced by
8665 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8667 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8668 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8669 Patch from Eric Jonas to support conversions to/from UYVY
8672 2006-01-30 Julien MOUTTE <julien@moutte.net>
8674 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8675 (setup_subtitle), (setup_source), (set_active_source):
8676 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8677 (gen_text_element), (gen_audio_element), (gen_vis_element),
8678 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8680 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8682 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8683 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8684 use gst_guint64_to_gdouble to be compliant with vs6
8685 * gst/playback/gstdecodebin.c: (try_to_link_1)
8686 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8687 use G_GINT64_CONSTANT for int64 constants
8688 * win32/common/libgstinterfaces.def:
8689 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8691 update and add new project files
8693 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8697 * win32/common/interfaces-enumtypes.c:
8698 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8699 (gst_mixer_track_flags_get_type),
8700 (gst_tuner_channel_flags_get_type):
8701 * win32/common/interfaces-enumtypes.h:
8702 * win32/common/multichannel-enumtypes.c:
8703 (gst_audio_channel_position_get_type):
8704 * win32/common/multichannel-enumtypes.h:
8705 add a win32-update rule like in core, and copy over enumtypes files
8707 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8710 * win32/common/config.h:
8711 * win32/common/config.h.in:
8712 add config files just like in core
8714 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8716 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8717 Make gcc-4.1 happy (part of #327357).
8719 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8721 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8722 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8723 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8724 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8725 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8726 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8727 Update all error messages. All of them should either use
8728 the default translated message, or actually provide a
8729 translatable string.
8730 Make the string for channel count problems meaningful.
8732 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8734 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8735 check for and throw RESOURCE_BUSY
8737 2006-01-27 David Schleef <ds@schleef.org>
8739 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8740 checked in this change -- it requires liboil features not
8741 in 0.3.6. Revert parts.
8743 2006-01-27 David Schleef <ds@schleef.org>
8746 * configure.ac: update liboil requirement to 0.3.6
8747 * gst/videoscale/Makefile.am:
8748 * gst/videoscale/vs_scanline.c: liboilify
8750 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8752 * ext/libvisual/visual.c: (get_buffer):
8753 When pad_alloc returns a GstFlowReturn other
8754 than GST_FLOW_OK, make sure it is passed upstream.
8756 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8758 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8759 (gst_alsasink_class_init):
8760 Free the device name string.
8762 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8763 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8764 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8765 Don't remove a pad from the collectpads structure until it
8766 is released - it's a request pad, and may receive data again
8767 if the element gets moved back to PLAYING state.
8769 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8770 Ensure we turn on double buffering on the Xv port, and
8771 set the colour key to something dark and mysterious that
8774 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8776 * ext/alsa/gstalsaplugin.c: (plugin_init):
8777 * ext/cdparanoia/gstcdparanoiasrc.c:
8778 (gst_cd_paranoia_src_base_init), (plugin_init):
8779 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8780 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8781 - a library should not call setlocale. see "Libraries" node in
8783 - make sure all plugins that use translation do bindtextdomain
8784 to point to the localedir
8785 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8786 (setup_sinks), (plugin_init):
8787 all this, and check for NULL when creating sinks
8789 2006-01-27 Julien MOUTTE <julien@moutte.net>
8791 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8792 (plugin_init): Make typefinding of subtitles work again.
8794 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8796 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8797 (mp3_type_frame_length_from_header), (mp3_type_find),
8798 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8800 Backport a bunch of typefinding fixes from the 0.8 branch.
8801 Also, improve wavpack typefinding: if we can't peek the
8802 entire wavpack block, try to parse the bits we can get and
8803 see if we find what we're looking for in those.
8805 2006-01-26 Julien MOUTTE <julien@moutte.net>
8807 * sys/ximage/ximagesink.c:
8808 (gst_ximagesink_calculate_pixel_aspect_ratio):
8809 * sys/xvimage/xvimagesink.c:
8810 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8811 more cases of pixel aspect ratio.
8813 2006-01-26 Edward Hervey <edward@fluendo.com>
8815 * gst/playback/gstdecodebin.c: (pad_probe):
8816 Also consider the flush-start and tag events as unblockers
8819 2006-01-26 Julien MOUTTE <julien@moutte.net>
8821 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8822 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8823 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8824 On the fly visualisation switch, works disabling, enabling as
8825 well but it won't be able to enable vis in a playbin that was
8826 created with no visualisation.
8828 2006-01-25 Wim Taymans <wim@fluendo.com>
8830 * gst-libs/gst/audio/gstbaseaudiosink.c:
8831 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8832 Undo previous commit that returned WRONG_STATE sooner, it breaks
8835 2006-01-25 Wim Taymans <wim@fluendo.com>
8837 * gst-libs/gst/audio/gstbaseaudiosink.c:
8838 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8839 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8841 Post error when caps cannot be parsed.
8842 Resync on discontinuity in the stream.
8843 Clip samples to segment boundaries.
8844 return WRONG_STATE sooner when we are flushing.
8846 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8847 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8848 Make audiosrc operate in TIME.
8849 Set TIMESTAMP and DURATION on buffers.
8851 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8853 * tests/examples/seek/seek.c: (main):
8854 Output tag messages as well.
8856 2006-01-23 Edward Hervey <edward@fluendo.com>
8858 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8859 (free_pad_probes), (remove_fakesink), (pad_probe),
8860 (close_pad_link), (gst_decode_bin_change_state):
8861 Replace GstPadBlockCallback with pad probes that detect
8862 first buffer AND eos before removing fakesink.
8863 Fixes hang with demuxers doing EOS while pre-rolling.
8866 2006-01-23 Andy Wingo <wingo@pobox.com>
8868 * ext/alsa/gstalsasink.c:
8869 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8870 (gst_base_rtp_depayload_setcaps),
8871 (gst_base_rtp_depayload_add_to_queue),
8872 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8874 Patch by: Jens Granseuer <jensgr at gmx dot net>
8876 2006-01-22 Julien MOUTTE <julien@moutte.net>
8878 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8879 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8880 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8881 frames. We might get a frame destroyed after changing state to
8882 NULL, adding a safety check on xcontext.
8884 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8886 * gst-libs/gst/interfaces/xoverlay.c:
8887 Fix prepare-xwindow-id code example in the docs - we need to
8888 ignore all messages that aren't element messages as well.
8890 2006-01-21 Julien MOUTTE <julien@moutte.net>
8892 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8893 I think one day i'll completely undestand how caps negotiation
8894 is supposed to work. This refactoring handles buffer_alloc
8895 called with caps we can't handle. We definitely don't want a
8896 set_caps with those caps, so we define and allocate a buffer
8897 we would like to receive.
8899 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8901 * gst/playback/gstplaybasebin.c: (setup_source):
8902 Free iterator when done.
8904 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8906 * gst-libs/gst/audio/gstbaseaudiosink.c:
8907 (gst_base_audio_sink_render):
8908 Fix playback of non-synchronised streams by assuming a rate
8909 of 1.0 instead of a random one.
8911 Makes this work again:
8913 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8914 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8915 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8916 audioresample ! alsasink
8918 === release 0.10.2 ===
8920 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8923 releasing 0.10.2, "Then the devil is six"
8925 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8927 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8928 * gst/playback/gststreamselector.c:
8929 (gst_stream_selector_set_property):
8930 Comment out broken code that connects to the state-changed signal.
8931 At this point, changing current stream selection is broken, but
8932 stuff like gst-launch playbin current-audio=1 works and filters
8933 to the chosen stream.
8935 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8937 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8938 Fix #327216 (null dereference in vorbisdec)
8940 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8942 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8943 Post taglist actually on bus instead of just freeing it
8944 (fixes #327114 and totem bug #327080).
8946 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8947 Use gst_element_found_tags_for_pad(), so that the tags
8948 are sent downstream as an event as well.
8950 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8952 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8953 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8954 (gst_ximagesink_buffer_alloc):
8955 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8956 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8957 (gst_xvimagesink_buffer_alloc):
8958 move all regularly occurring messages to GST_LOG level
8959 add some more object logs
8961 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8963 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8964 fix a silly segfault
8966 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8968 * docs/libs/gst-plugins-base-libs-docs.sgml:
8969 * docs/libs/gst-plugins-base-libs-sections.txt:
8970 * gst-libs/gst/audio/mixerutils.c:
8971 * gst-libs/gst/audio/mixerutils.h:
8972 Add docs for mixerutils stuff.
8974 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8976 * gst/playback/gstplaybasebin.c: (setup_source):
8977 Fix playback for sources that emit raw audio or
8978 raw video streams (e.g.: cd audio sources) (#325984).
8980 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8982 * gst-libs/gst/audio/mixerutils.c:
8983 (gst_audio_mixer_filter_do_filter):
8984 actually save the element we create
8986 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8988 * gst-libs/gst/cdda/gstcddabasesrc.c:
8989 (gst_cdda_base_src_handle_track_seek):
8990 No need to post a tag message on the bus when seeking
8991 within the same track, only post it when the current
8994 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8996 * gst/playback/gstplaybasebin.c: (group_destroy),
8997 (probe_triggered), (new_decoded_pad), (mute_group_type),
8998 (set_active_source):
8999 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9000 * gst/playback/gststreamselector.c:
9001 (gst_stream_selector_base_init),
9002 (gst_stream_selector_set_property),
9003 (gst_stream_selector_request_new_pad):
9004 Reenable stream selection. These mechanisms need a complete overhaul
9005 in the face of 0.8->0.10 changes though.
9007 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9009 * ext/ogg/gstoggdemux.c:
9010 Change the pad template to src_%d to match the pads that
9011 are created from it. decodebin needs this information in order
9012 to decide that oggdemux is capable of producing multiple pads
9013 (and hence needs queues inserted).
9015 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9016 (gst_ogg_mux_collected):
9017 Make debug output more useful by using GST_PTR_FORMAT.
9019 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9021 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9023 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9024 Set depth and width for alaw/mulaw (fixes #326601).
9026 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9028 * tests/icles/Makefile.am:
9029 don't build the tests if we don't have the libs
9031 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9033 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9034 (gst_cd_paranoia_paranoia_callback):
9035 Don't try to free NULL pointers.
9037 2006-01-10 Edward Hervey <edward@fluendo.com>
9039 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9040 (gst_audio_rate_change_state), (plugin_init):
9041 Add debugging category.
9043 Add case for incoming buffers without valid offset/offset_end.
9045 2006-01-10 Michael Smith <msmith@fluendo.com>
9047 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9048 Don't leak GCond in audio sources.
9050 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9052 * gst/playback/gstplaybin.c: (gen_audio_element):
9053 Don't leak an autoaudiosink/alsasink when we generate
9054 a new audio element. (old code, I guess)
9056 2006-01-10 Michael Smith <msmith@fluendo.com>
9058 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9059 Support float audio in audiorate.
9060 Use width rather than depth for selecting sample width.
9062 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9064 * gst/videotestsrc/videotestsrc.h:
9065 Use GLib types here (that way we don't have to include the
9066 generated _stdint.h header, which makes life easier for win32
9067 folks that don't use autotools for the build) (#325990, patch
9068 by: Sergey Scobich).
9070 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9072 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9073 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9074 (gst_ring_buffer_pause), (wait_segment):
9075 * gst-libs/gst/audio/gstringbuffer.h:
9076 Name (private) union, makes Forte compiler happy (this time
9077 for real) (#324900).
9079 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9081 * gst-libs/gst/audio/Makefile.am:
9082 Link against libgstinterfaces, needed for mixer
9083 and property probe stuff.
9085 2006-01-09 Edward Hervey <edward@fluendo.com>
9087 * gst-libs/gst/Makefile.am:
9089 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9091 * gst-libs/gst/audio/Makefile.am:
9092 * gst-libs/gst/audio/mixerutils.c:
9093 (gst_audio_mixer_filter_do_filter),
9094 (gst_audio_mixer_filter_check_element),
9095 (gst_audio_mixer_filter_probe_feature),
9096 (element_factory_rank_compare_func),
9097 (gst_audio_default_registry_mixer_filter):
9098 * gst-libs/gst/audio/mixerutils.h:
9099 Add gst_audio_default_registry_mixer_filter() utility
9102 2006-01-03 Michael Smith <msmith@fluendo.com>
9104 * gst/audioresample/resample.h:
9105 As before, but for o_buf
9107 2006-01-03 Michael Smith <msmith@fluendo.com>
9109 * gst/audioresample/resample.h:
9110 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9111 since we do arithmetic on it.
9113 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9115 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9116 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9117 (gst_ring_buffer_pause), (wait_segment):
9118 * gst-libs/gst/audio/gstringbuffer.h:
9119 Sun's Forte compiler doesn't seem to like anonymous structs,
9120 so use same setup as in GstBaseSrc (fixes #324900).
9122 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9125 * gst/volume/Makefile.am:
9126 * gst/volume/demo.c:
9127 move old example to tests/examples/volume/volune.c
9128 * tests/examples/Makefile.am:
9129 * tests/examples/seek/seek.c: (main):
9130 change window-close event from "delete-event" to "destroy"
9131 * tests/examples/volume/Makefile.am:
9132 * tests/examples/volume/volume.c: (value_changed_callback),
9133 (setup_gui), (message_received), (eos_message_received), (main):
9134 fix event handling and bus usage
9136 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9138 * gst/audiotestsrc/gstaudiotestsrc.c:
9139 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9140 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9141 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9142 (gst_audio_test_src_create_square),
9143 (gst_audio_test_src_create_saw),
9144 (gst_audio_test_src_create_triangle),
9145 (gst_audio_test_src_create_silence),
9146 (gst_audio_test_src_create_white_noise),
9147 (gst_audio_test_src_create_pink_noise),
9148 (gst_audio_test_src_init_sine_table),
9149 (gst_audio_test_src_create_sine_table),
9150 (gst_audio_test_src_change_wave),
9151 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9152 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9153 * gst/audiotestsrc/gstaudiotestsrc.h:
9154 update to basesrc changes, implement segmented seeking and eos
9155 handling, add a 'sine-tab' waveform for performance critical playback
9157 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9160 ... and this time the other modified file that I missed last time.
9162 2005-12-29 Michael Smith <msmith@fluendo.com>
9164 * gst/playback/gstdecodebin.c: (new_pad):
9165 Fix non-C89 variable declaration not at the start of a block. Should
9166 help some compilers.
9168 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9170 * tests/check/Makefile.am:
9171 And now fix 'make distcheck' (builddir != srcdir)
9173 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9176 * ext/cdparanoia/Makefile.am:
9177 * ext/cdparanoia/gstcdparanoia.c:
9178 * ext/cdparanoia/gstcdparanoia.h:
9179 * ext/cdparanoia/gstcdparanoiasrc.c:
9180 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9181 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9182 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9183 (gst_cd_paranoia_paranoia_callback),
9184 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9185 (gst_cd_paranoia_src_set_property),
9186 (gst_cd_paranoia_src_get_property), (plugin_init):
9187 * ext/cdparanoia/gstcdparanoiasrc.h:
9188 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9189 plugin again (there are still fixes required to playbin to make
9190 cdda:// uris work there).
9192 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9194 * tests/check/Makefile.am:
9195 Fix test case compilation.
9197 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9199 * gst-libs/gst/cdda/gstcddabasesrc.c:
9200 (gst_cdda_base_src_update_duration),
9201 (gst_cdda_base_src_calculate_cddb_id):
9202 An integer is not a string. Fix access to uninitialised variable.
9204 * tests/check/Makefile.am:
9205 Add cddabasesrc unit test; also actually enable the vorbis test.
9207 * tests/check/generic/states.c:
9208 Blacklist new cd audio elements as well.
9210 * tests/check/libs/cddabasesrc.c:
9211 Unit test for GstCddaBaseSrc (discid calculation mostly).
9213 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9215 * docs/libs/Makefile.am:
9216 * docs/libs/gst-plugins-base-libs-docs.sgml:
9217 * docs/libs/gst-plugins-base-libs-sections.txt:
9218 * docs/libs/gst-plugins-base-libs.types:
9219 Add docs for libgstcdda/GstCddaBaseSrc.
9221 * gst-libs/gst/interfaces/mixertrack.h:
9222 Do one struct member per line with a semicolon at the end, that way
9223 even gtk-doc might parse it without complaining.
9225 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9228 * gst-libs/gst/Makefile.am:
9229 * gst-libs/gst/cdda/Makefile.am:
9230 * gst-libs/gst/cdda/base64.c:
9231 * gst-libs/gst/cdda/base64.h:
9232 * gst-libs/gst/cdda/gstcddabasesrc.c:
9233 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9234 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9235 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9236 (gst_cdda_base_src_get_property),
9237 (gst_cdda_base_src_get_track_from_sector),
9238 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9239 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9240 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9241 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9242 (gst_cdda_base_src_uri_get_protocols),
9243 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9244 (gst_cdda_base_src_uri_handler_init),
9245 (gst_cdda_base_src_setup_interfaces),
9246 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9247 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9248 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9249 (gst_cdda_base_src_add_tags),
9250 (gst_cdda_base_src_add_index_associations),
9251 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9252 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9253 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9254 (gst_cdda_base_src_create):
9255 * gst-libs/gst/cdda/gstcddabasesrc.h:
9256 * gst-libs/gst/cdda/sha1.c:
9257 * gst-libs/gst/cdda/sha1.h:
9258 Add new libgstcdda with GstCddaBaseSrc class.
9260 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9262 * ext/gnomevfs/gstgnomevfssink.h:
9263 Use GstBaseSinkClass as parent_class member for class struct, not
9266 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9268 Patch by: Michael Benes
9270 * gst/videotestsrc/gstvideotestsrc.c:
9271 (gst_video_test_src_class_init), (gst_video_test_src_start):
9272 Add start method to reset running time and number of frames sent
9273 when starting up (fixes #324696)
9275 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9277 * docs/plugins/Makefile.am:
9278 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9279 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9280 * docs/plugins/gst-plugins-base-plugins.args:
9281 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9282 * docs/plugins/gst-plugins-base-plugins.signals:
9283 Add docs stuff for gnomevfssrc and gnomevfssink.
9285 * ext/gnomevfs/gstgnomevfssrc.c:
9286 Fix example pipeline in gtk-doc blurb.
9288 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9290 * ext/gnomevfs/Makefile.am:
9291 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9292 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9293 (gst_gnome_vfs_handle_get_type), (plugin_init):
9294 * ext/gnomevfs/gstgnomevfs.h:
9295 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9296 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9297 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9298 (gst_gnome_vfs_sink_set_property),
9299 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9300 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9301 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9302 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9303 (gst_gnome_vfs_sink_uri_get_type),
9304 (gst_gnome_vfs_sink_uri_get_protocols),
9305 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9306 (gst_gnome_vfs_sink_uri_handler_init):
9307 * ext/gnomevfs/gstgnomevfssink.h:
9308 Port gnomevfssink; add gtk-doc blurb.
9310 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9311 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9312 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9313 (gst_gnome_vfs_src_uri_get_type),
9314 (gst_gnome_vfs_src_uri_get_protocols),
9315 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9316 (gst_gnome_vfs_src_uri_handler_init),
9317 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9318 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9319 (gst_gnome_vfs_src_send_additional_headers_callback),
9320 (gst_gnome_vfs_src_received_headers_callback),
9321 (gst_gnome_vfs_src_push_callbacks),
9322 (gst_gnome_vfs_src_pop_callbacks),
9323 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9324 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9325 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9326 * ext/gnomevfs/gstgnomevfssrc.h:
9327 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9328 file; add gtk-doc blurb with example pipelines.
9330 === release 0.10.1 ===
9332 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9335 releasing 0.10.1, "Dobro Dedek"
9337 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9339 * gst/typefind/gsttypefindfunctions.c:
9340 iLBC30 and iLBC20 added to typefind.
9342 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9344 * gst-libs/gst/audio/gstbaseaudiosink.c:
9345 (gst_base_audio_sink_class_init):
9346 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9347 (gst_base_audio_src_class_init):
9348 update strings, values are in microseconds
9349 change the default sink buffer time to something that is smaller
9350 (to help software volume mixing have a slightly lower delay) but
9351 still be acceptable on Wim's laptop
9353 2005-12-20 Edward Hervey <edward@fluendo.com>
9355 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9356 Made a quack, forgot to add DUCK to the riff video template.
9358 2005-12-19 Edward Hervey <edward@fluendo.com>
9360 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9361 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9362 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9363 (gst_ogm_parse_chain):
9364 Make sure pads are initialized correctly.
9365 * gst-libs/gst/riff/riff-ids.h:
9366 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9367 (gst_riff_create_video_template_caps):
9368 Add a whole bunch of FOURCC <=> MimeType.
9369 Extend the riff video pad template to support the newly added fourcc.
9371 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9373 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9374 (gst_ogg_demux_activate_chain):
9375 Extra debug output when activating/deactivating chains.
9377 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9378 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9380 Remove a queue from our list when it becomes unlinked.
9381 Don't add queues to elements in class 'Demux' if they
9382 can only produce one pad
9384 2005-12-18 Julien MOUTTE <julien@moutte.net>
9386 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9387 (gst_video_sink_get_type): Add a debug category.
9389 2005-12-17 Philippe Khalaf <burger@speedy.org>
9391 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9392 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9393 Handle downstream newsegment by sending our own newsegment before the
9394 next buffer to be released. (#323900)
9396 2005-12-17 Philippe Khalaf <burger@speedy.org>
9398 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9399 (gst_base_rtp_depayload_set_gst_timestamp):
9400 add queue delay to new segment as well (as opposed to just the first
9401 buffer). (bug #322347)
9403 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9405 * ext/libvisual/visual.c: (make_valid_name):
9406 change some char* into char[]
9407 * gst/audiotestsrc/gstaudiotestsrc.c:
9408 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9409 (gst_audio_test_src_create):
9410 * gst/audiotestsrc/gstaudiotestsrc.h:
9411 prepare to handle EOS and SEGMENT_DONE
9413 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9415 * tests/check/generic/states.c: (GST_START_TEST):
9416 Blacklist cdparanoia element in state test.
9418 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9420 Patch by: Benjamin Pineau
9423 * gst/tcp/gsttcpclientsink.c:
9424 * gst/tcp/gsttcpserversink.c:
9425 * gst/tcp/gsttcpserversrc.c:
9426 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9428 2005-12-15 Michael Smith <msmith@fluendo.com>
9430 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9431 (gst_video_rate_chain):
9432 Fix timestamping for videorate when the first buffer it sees has a
9433 non-zero timestamp. Fix some misleading debug output.
9435 2005-12-15 Michael Smith <msmith@fluendo.com>
9437 * gst/audioresample/gstaudioresample.c:
9438 Don't leak all input buffers to audioresample.
9440 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9442 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9443 Don't operate on empty text buffers. Strip newlines and
9444 tabs only from the end of the text, but leave them intact
9445 in the middle. Fix typo in gtk-doc description.
9447 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9449 * gst/playback/gstplaybasebin.c:
9450 * gst/playback/gstplaybin.c: (handoff):
9451 Make sure the video frame buffer we return to apps via the
9452 "frame" property always has caps set on it. Modify
9453 _gst_gvalue_set_object() macro to handle NULL objects
9456 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9458 * gst/audiotestsrc/gstaudiotestsrc.c:
9459 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9460 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9461 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9462 (gst_audio_test_src_create):
9463 * gst/audiotestsrc/gstaudiotestsrc.h:
9464 Adjust to some recent api changes and add wtays new cool seeking
9467 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9469 * ext/alsa/Makefile.am:
9470 * ext/alsa/gstalsadeviceprobe.c:
9471 * ext/alsa/gstalsadeviceprobe.h:
9472 Helper functions to add device probing via the GstPropertyProbe
9473 interface to a class.
9475 * ext/alsa/gstalsamixer.h:
9476 Comment out GST_ALSA_MIXER, it returns a struct that's not
9479 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9480 Add some debug info.
9482 * ext/alsa/gstalsamixerelement.c:
9483 (gst_alsa_mixer_element_interface_supported),
9484 (gst_implements_interface_init),
9485 (gst_alsa_mixer_element_init_interfaces),
9486 (gst_alsa_mixer_element_class_init),
9487 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9488 (gst_alsa_mixer_element_set_property),
9489 (gst_alsa_mixer_element_get_property),
9490 (gst_alsa_mixer_element_change_state):
9491 * ext/alsa/gstalsamixerelement.h:
9492 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9493 for device handling (gnome-volume-control will need that).
9495 2005-12-12 Christian Schaller <uraeus@gnome.org>
9497 * ext/Makefile.am: fix cdparanoia entry
9498 * gst-plugins-base.spec.in: add cdparanoia
9500 2005-12-12 Michael Smith <msmith@fluendo.com>
9502 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9503 Use the correct function to free list of typefind factories.
9505 2005-12-12 Wim Taymans <wim@fluendo.com>
9507 * gst/videotestsrc/gstvideotestsrc.c:
9508 (gst_video_test_src_class_init), (gst_video_test_src_init),
9509 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9510 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9511 (gst_video_test_src_create):
9512 * gst/videotestsrc/gstvideotestsrc.h:
9513 Implement seeking in videotestsrc.
9516 2005-12-12 Wim Taymans <wim@fluendo.com>
9518 * ext/cdparanoia/Makefile.am:
9519 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9520 (gst_paranoia_endian_get_type), (_do_init),
9521 (cdparanoia_class_init), (cdparanoia_init),
9522 (cdparanoia_set_property), (cdparanoia_get_property),
9523 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9524 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9525 (cdparanoia_convert), (cdparanoia_get_query_types),
9526 (cdparanoia_query), (cdparanoia_set_index),
9527 (cdparanoia_uri_set_uri):
9528 * ext/cdparanoia/gstcdparanoia.h:
9529 Partially ported cdparanoia now that basesrc can support a
9532 2005-12-12 Wim Taymans <wim@fluendo.com>
9534 * tests/examples/seek/scrubby.c: (main):
9535 Set higher priority for bus events so they don't get reordered with
9538 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9539 (flush_toggle_cb), (main):
9540 Added checkbox to disable flushing seeks.
9541 Disable scrubbing when doing non flushing seeks.
9543 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9545 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9546 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9547 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9548 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9549 Implement some sort of event handling that doesn't rely on
9550 g_return_if_fail; make sure we always push the last chunk of an
9551 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9552 state change function; remove some old cruft. Seeking is still
9553 rather unlikely to work though.
9558 2005-12-11 Julien MOUTTE <julien@moutte.net>
9560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9561 Fixed a leak of the current image reference when cleaning up.
9562 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9564 2005-12-09 Michael Smith <msmith@fluendo.com>
9566 * tools/Makefile.am:
9567 * tools/gst-launch-ext-m.m:
9568 Remove gst-launch-ext. It doesn't work, and is no longer
9569 particularly useful.
9571 2005-12-08 Luca Ognibene <luogni@tin.it>
9573 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9574 don't pass random values to ogmparse convert function.
9575 Make seeking possible in the exile1.ogm file.
9577 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9579 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9580 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9581 Work around refcount problem with g_value_set_object() that occur
9582 if the core has been compiled against GLib-2.6 (g_value_set_object()
9583 will only g_object_ref() the element, but the caller will
9584 gst_object_unref() it and bad things will happen due to the way
9585 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9586 totem for people on FC4 using Thomas's 0.10 RPMs.
9588 2005-12-07 Edward Hervey <edward@fluendo.com>
9590 Time to welcome ogm to 0.10 :)
9592 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9593 (gst_ogg_pad_typefind):
9594 Oggdemux can now properly typefind elements with dynamic pads.
9595 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9596 Properly set caps on src pad, and set caps on outgoing buffers.
9598 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9600 * ext/alsa/gstalsamixer.h:
9601 * ext/alsa/gstalsamixerelement.h:
9602 * ext/alsa/gstalsamixeroptions.h:
9603 * ext/alsa/gstalsamixertrack.h:
9604 * ext/alsa/gstalsasink.c:
9605 * ext/alsa/gstalsasink.h:
9606 * ext/alsa/gstalsasrc.c:
9607 * ext/alsa/gstalsasrc.h:
9608 * ext/cdparanoia/gstcdparanoia.h:
9609 * ext/gnomevfs/gstgnomevfsuri.h:
9610 * ext/ogg/gstoggdemux.c:
9611 * ext/ogg/gstoggmux.c:
9612 * ext/pango/gsttextoverlay.h:
9613 * ext/theora/theoradec.c:
9614 * ext/theora/theoraenc.c:
9615 * ext/vorbis/vorbisdec.h:
9616 * ext/vorbis/vorbisenc.c:
9617 * ext/vorbis/vorbisenc.h:
9618 * ext/vorbis/vorbisparse.h:
9619 * gst-libs/gst/audio/gstaudioclock.h:
9620 * gst-libs/gst/audio/gstaudiosink.c:
9621 * gst-libs/gst/audio/gstaudiosink.h:
9622 * gst-libs/gst/audio/gstaudiosrc.c:
9623 * gst-libs/gst/audio/gstaudiosrc.h:
9624 * gst-libs/gst/audio/gstbaseaudiosink.c:
9625 * gst-libs/gst/audio/gstbaseaudiosink.h:
9626 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9627 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9628 * gst-libs/gst/audio/gstringbuffer.h:
9629 * gst-libs/gst/audio/multichannel.h:
9630 * gst-libs/gst/floatcast/floatcast.h:
9631 * gst-libs/gst/interfaces/colorbalance.c:
9632 * gst-libs/gst/interfaces/colorbalance.h:
9633 * gst-libs/gst/interfaces/colorbalancechannel.h:
9634 * gst-libs/gst/interfaces/mixer.h:
9635 * gst-libs/gst/interfaces/mixeroptions.h:
9636 * gst-libs/gst/interfaces/mixertrack.h:
9637 * gst-libs/gst/interfaces/navigation.h:
9638 * gst-libs/gst/interfaces/propertyprobe.h:
9639 * gst-libs/gst/interfaces/tuner.h:
9640 * gst-libs/gst/interfaces/tunerchannel.h:
9641 * gst-libs/gst/interfaces/tunernorm.h:
9642 * gst-libs/gst/interfaces/xoverlay.h:
9643 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9644 * gst-libs/gst/riff/riff-ids.h:
9645 * gst-libs/gst/riff/riff-media.h:
9646 * gst-libs/gst/riff/riff-read.h:
9647 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9648 * gst-libs/gst/rtp/gstbasertppayload.c:
9649 * gst-libs/gst/rtp/gstbasertppayload.h:
9650 * gst-libs/gst/rtp/gstrtpbuffer.c:
9651 * gst-libs/gst/rtp/gstrtpbuffer.h:
9652 * gst-libs/gst/tag/gsttageditingprivate.h:
9653 * gst-libs/gst/tag/gstvorbistag.c:
9654 (gst_tag_list_from_vorbiscomment_buffer):
9655 * gst-libs/gst/tag/tag.h:
9656 * gst-libs/gst/video/video.h:
9657 * gst/adder/gstadder.c:
9658 * gst/adder/gstadder.h:
9659 * gst/audioconvert/audioconvert.c:
9660 * gst/audioconvert/audioconvert.h:
9661 * gst/audioconvert/gstaudioconvert.c:
9662 * gst/audioconvert/gstchannelmix.c:
9663 * gst/audioconvert/gstchannelmix.h:
9664 * gst/audiorate/gstaudiorate.c:
9665 * gst/audioresample/buffer.h:
9666 * gst/audioresample/functable.h:
9667 * gst/audioresample/gstaudioresample.c:
9668 * gst/audioresample/resample.h:
9669 * gst/ffmpegcolorspace/avcodec.h:
9670 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9671 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9672 * gst/ffmpegcolorspace/imgconvert.c:
9673 * gst/ffmpegcolorspace/imgconvert_template.h:
9674 * gst/playback/gstdecodebin.c:
9675 * gst/playback/gstplaybasebin.h:
9676 * gst/playback/gstplaybin.c:
9677 * gst/playback/gststreaminfo.h:
9678 * gst/tcp/gstfdset.c:
9679 * gst/tcp/gstfdset.h:
9680 * gst/tcp/gstmultifdsink.c:
9681 * gst/tcp/gstmultifdsink.h:
9683 * gst/tcp/gsttcpclientsrc.c:
9684 * gst/tcp/gsttcpclientsrc.h:
9685 * gst/tcp/gsttcpplugin.h:
9686 * gst/tcp/gsttcpserversink.c:
9687 * gst/tcp/gsttcpserversrc.c:
9688 * gst/typefind/gsttypefindfunctions.c:
9689 * gst/videorate/gstvideorate.c:
9690 * gst/videotestsrc/gstvideotestsrc.h:
9691 * gst/videotestsrc/videotestsrc.h:
9692 * sys/v4l/gstv4lcolorbalance.h:
9693 * sys/v4l/gstv4ltuner.h:
9694 * sys/v4l/gstv4lxoverlay.h:
9695 * sys/v4l/v4l_calls.h:
9696 * sys/v4l/videodev_mjpeg.h:
9697 * tests/check/elements/audioconvert.c:
9698 * tests/check/elements/audioresample.c:
9699 * tests/check/elements/audiotestsrc.c:
9700 * tests/check/elements/videotestsrc.c:
9701 * tests/check/elements/volume.c:
9702 * tests/examples/seek/scrubby.c:
9703 * tests/examples/seek/seek.c:
9706 === release 0.10.0 ===
9708 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9711 releasing 0.10.0, "Mont-d'or"
9713 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9715 * tests/examples/seek/Makefile.am:
9716 Build fix for when gtk is not available.
9718 2005-12-05 Andy Wingo <wingo@pobox.com>
9720 * ext/libvisual/visual.c: (get_buffer):
9721 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9722 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9723 * ext/theora/theoradec.c: (theora_handle_data_packet):
9724 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9726 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9727 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9728 Update for alloc_buffer changes.
9730 2005-12-05 Andy Wingo <wingo@pobox.com>
9732 patch by: Kai Vehmanen <kv2004 eca cx>
9734 * gst-libs/gst/rtp/gstbasertpdepayload.c
9735 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9737 2005-12-04 Andy Wingo <wingo@pobox.com>
9739 patch by: Sebastien Cote <sebas642 yahoo ca>
9741 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9744 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9746 * docs/plugins/Makefile.am:
9747 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9748 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9749 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9750 * ext/pango/gstclockoverlay.c:
9751 * ext/pango/gsttextoverlay.c:
9752 * ext/pango/gsttextrender.c:
9753 * ext/pango/gsttimeoverlay.c:
9754 Add gtk-doc blurbs to pango elements.
9756 2005-12-02 Wim Taymans <wim@fluendo.com>
9758 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9759 * gst/audioresample/buffer.h:
9760 * gst/audioresample/gstaudioresample.c:
9761 * gst/audioresample/gstaudioresample.h:
9762 * gst/audioresample/resample.c: (resample_input_flush),
9763 (resample_input_pushthrough), (resample_input_eos),
9764 (resample_get_output_size_for_input),
9765 (resample_get_input_size_for_output), (resample_get_output_size),
9766 (resample_get_output_data):
9767 * gst/audioresample/resample.h:
9768 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9769 Fix audioresample, seek torture, new segments, reverse negotiation
9772 2005-12-02 Wim Taymans <wim@fluendo.com>
9774 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9777 2005-12-02 Wim Taymans <wim@fluendo.com>
9779 * gst/audioconvert/gstaudioconvert.c:
9780 (gst_audio_convert_transform):
9783 === release 0.9.7 ===
9785 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9788 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9790 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9796 add win32 MANIFEST file
9797 do something to the hungarian translation
9799 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9802 Add $(PANGO_DIR) to SUBDIRS
9804 * ext/pango/gstclockoverlay.c:
9805 * ext/pango/gsttimeoverlay.c:
9806 Fix and improve element descriptions.
9808 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9810 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9811 * docs/plugins/inspect/plugin-libvisual.xml:
9812 * docs/plugins/inspect/plugin-pango.xml:
9813 add pango plugin to docs
9815 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9821 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9824 * tests/Makefile.am:
9825 * tests/icles/.cvsignore:
9826 * tests/icles/Makefile.am:
9827 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9828 (close_display), (resize_window), (move_window), (create_window),
9829 (terminate_playback), (pause_playback), (start_playback), (main):
9830 add stress test for xoverlay from Julien
9832 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9834 * docs/libs/tmpl/gstcolorbalance.sgml:
9835 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9836 * gst-libs/gst/rtp/gstbasertppayload.c:
9837 * gst-libs/gst/rtp/gstrtpbuffer.c:
9838 * gst-libs/gst/rtp/gstrtpbuffer.h:
9839 Do burger's rename for rtp payloaders and depayloaders
9841 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9844 add Visual Studio 6 build files
9846 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9848 * docs/libs/gst-plugins-base-libs-docs.sgml:
9849 * docs/libs/gst-plugins-base-libs-sections.txt:
9850 * docs/libs/tmpl/gstaudio.sgml:
9851 * docs/libs/tmpl/gstringbuffer.sgml:
9852 * gst-libs/gst/interfaces/xoverlay.c:
9853 * gst-libs/gst/video/gstvideofilter.c:
9854 * gst-libs/gst/video/gstvideosink.c:
9855 update documentation
9857 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9859 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9860 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9861 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9862 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9863 (gst_multi_fd_sink_get_stats),
9864 (gst_multi_fd_sink_remove_client_link),
9865 (gst_multi_fd_sink_handle_client_read),
9866 (gst_multi_fd_sink_client_queue_data),
9867 (gst_multi_fd_sink_client_queue_caps),
9868 (gst_multi_fd_sink_client_queue_buffer),
9869 (gst_multi_fd_sink_new_client),
9870 (gst_multi_fd_sink_handle_client_write),
9871 (gst_multi_fd_sink_recover_client),
9872 (gst_multi_fd_sink_queue_buffer),
9873 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9874 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9875 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9876 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9877 * gst/tcp/gstmultifdsink.h:
9878 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9879 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9880 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9881 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9882 (gst_tcp_client_sink_set_property),
9883 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9884 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9885 * gst/tcp/gsttcpclientsink.h:
9886 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9887 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9888 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9889 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9890 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9891 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9892 * gst/tcp/gsttcpclientsrc.h:
9893 * gst/tcp/gsttcpplugin.c: (plugin_init):
9894 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9895 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9896 (gst_tcp_server_sink_finalize),
9897 (gst_tcp_server_sink_handle_server_read),
9898 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9899 (gst_tcp_server_sink_set_property),
9900 (gst_tcp_server_sink_get_property),
9901 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9902 * gst/tcp/gsttcpserversink.h:
9903 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9904 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9905 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9906 (gst_tcp_server_src_set_property),
9907 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9908 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9909 * gst/tcp/gsttcpserversrc.h:
9912 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9914 * docs/plugins/Makefile.am:
9915 * docs/plugins/gst-plugins-base-plugins.args:
9916 * docs/plugins/inspect/plugin-libvisual.xml:
9917 * gst/audioconvert/plugin.h:
9918 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9919 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9920 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9921 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9922 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9924 * gst/audiotestsrc/gstaudiotestsrc.c:
9925 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9926 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9927 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9928 (gst_audio_test_src_get_query_types),
9929 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9930 (gst_audio_test_src_create_square),
9931 (gst_audio_test_src_create_saw),
9932 (gst_audio_test_src_create_triangle),
9933 (gst_audio_test_src_create_silence),
9934 (gst_audio_test_src_create_white_noise),
9935 (gst_audio_test_src_init_pink_noise),
9936 (gst_audio_test_src_generate_pink_noise_value),
9937 (gst_audio_test_src_create_pink_noise),
9938 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9939 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9940 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9942 * gst/audiotestsrc/gstaudiotestsrc.h:
9943 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9944 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9945 (gst_sub_parse_init), (gst_sub_parse_formats),
9946 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9947 (convert_encoding), (get_next_line),
9948 (gst_sub_parse_data_format_autodetect),
9949 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9950 (gst_sub_parse_loop), (gst_sub_parse_chain),
9951 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9953 * gst/subparse/gstsubparse.h:
9954 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9955 (gst_video_rate_base_init), (gst_video_rate_class_init),
9956 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9957 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9958 (gst_video_rate_init), (gst_video_rate_event),
9959 (gst_video_rate_chain), (gst_video_rate_set_property),
9960 (gst_video_rate_get_property), (gst_video_rate_change_state),
9962 * gst/videoscale/gstvideoscale.c:
9963 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9964 (gst_video_scale_src_template_factory),
9965 (gst_video_scale_sink_template_factory),
9966 (gst_video_scale_get_type), (gst_video_scale_base_init),
9967 (gst_video_scale_class_init), (gst_video_scale_init),
9968 (gst_video_scale_set_property), (gst_video_scale_get_property),
9969 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9970 (gst_video_scale_prepare_size), (parse_caps),
9971 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9972 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9973 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9975 * gst/videoscale/gstvideoscale.h:
9976 * gst/videotestsrc/gstvideotestsrc.c:
9977 (gst_video_test_src_pattern_get_type),
9978 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9979 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9980 (gst_video_test_src_set_pattern),
9981 (gst_video_test_src_set_property),
9982 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9983 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9984 (gst_video_test_src_event), (gst_video_test_src_get_times),
9985 (gst_video_test_src_create), (plugin_init):
9986 * gst/videotestsrc/gstvideotestsrc.h:
9987 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9988 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9989 (gst_video_test_src_black):
9990 * gst/videotestsrc/videotestsrc.h:
9992 clean up docs a little
9994 2005-11-30 Wim Taymans <wim@fluendo.com>
9996 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9997 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9998 (gst_basertppayload_event), (gst_basertppayload_push),
9999 (gst_basertppayload_change_state):
10000 * gst-libs/gst/rtp/gstbasertppayload.h:
10003 2005-11-30 Julien MOUTTE <julien@moutte.net>
10005 * docs/libs/gst-plugins-base-libs-docs.sgml:
10006 * docs/libs/gst-plugins-base-libs-sections.txt:
10007 * gst-libs/gst/video/gstvideofilter.c:
10008 * gst-libs/gst/video/gstvideosink.c:
10009 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10011 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10031 * scripts/autoplugins.sh:
10034 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10038 * examples/Makefile.am:
10039 * examples/capsfilter/Makefile.am:
10040 * examples/capsfilter/capsfilter1.c:
10041 * examples/gob/Makefile.am:
10042 * examples/gob/gst-identity2.gob:
10043 * examples/indexing/.cvsignore:
10044 * examples/indexing/Makefile.am:
10045 * examples/indexing/indexmpeg.c:
10046 * examples/seeking/.cvsignore:
10047 * examples/seeking/Makefile.am:
10048 * examples/seeking/cdparanoia.c:
10049 * examples/seeking/cdplayer.c:
10050 * examples/seeking/chained.c:
10051 * examples/seeking/scrubby.c:
10052 * examples/seeking/seek.c:
10053 * examples/stats/Makefile.am:
10054 * examples/stats/mp2ogg.c:
10055 * examples/switch/.cvsignore:
10056 * examples/switch/Makefile.am:
10057 * examples/switch/switcher.c:
10058 * tests/Makefile.am:
10059 * tests/check/generic/.cvsignore:
10060 * tests/check/pipelines/.cvsignore:
10061 * tests/examples/Makefile.am:
10062 * tests/examples/seek/Makefile.am:
10063 reorganize stuff under tests/
10065 2005-11-30 Edward Hervey <edward@fluendo.com>
10067 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10068 Go away you stupid GstStaticPadTemplate memleak.
10070 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10072 * gst-libs/gst/net/Makefile.am:
10073 * gst-libs/gst/net/README:
10074 * gst-libs/gst/net/gstnetbuffer.c:
10075 * gst-libs/gst/net/gstnetbuffer.h:
10076 this was moved to "netbuffer"
10078 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10080 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10081 (gst_video_filter_class_init), (gst_video_filter_init):
10082 * gst-libs/gst/video/gstvideofilter.h:
10083 borgify name to bring in line with other classes
10085 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10087 * gst/audioscale/.cvsignore:
10088 * gst/audioscale/Makefile.am:
10089 * gst/audioscale/README:
10090 * gst/audioscale/audioscale.vcproj:
10091 * gst/audioscale/dtof.c:
10092 * gst/audioscale/dtos.c:
10093 * gst/audioscale/functable.c:
10094 * gst/audioscale/gstaudioscale.c:
10095 * gst/audioscale/gstaudioscale.h:
10096 * gst/audioscale/private.h:
10097 * gst/audioscale/resample.c:
10098 * gst/audioscale/resample.h:
10099 * gst/audioscale/test.c:
10102 2005-11-30 Edward Hervey <edward@fluendo.com>
10104 * gst-libs/gst/netbuffer/Makefile.am:
10105 really, really tired
10107 2005-11-30 Edward Hervey <edward@fluendo.com>
10109 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10110 Update for new GstTypeFindFactory _register()
10112 2005-11-30 Edward Hervey <edward@fluendo.com>
10114 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10115 Let's not override libgstnet from core for no reason...
10116 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10117 Ok, maybe not so quick next time.
10119 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10122 * gst-libs/gst/Makefile.am:
10123 moved gst-libs/gst/net to netbuffer through CVS surgery
10124 remove old directory
10125 updating build to accomodate
10128 2005-11-29 Andy Wingo <wingo@pobox.com>
10130 * pkgconfig/gstreamer-plugins-base.pc.in:
10131 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10132 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10135 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10137 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10138 3rd time's the charm. Correct ref-counting for discarded buffers.
10140 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10142 * gst/playback/gststreamselector.c:
10143 (gst_stream_selector_class_init),
10144 (gst_stream_selector_set_property),
10145 (gst_stream_selector_get_property),
10146 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10149 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10151 * gst/subparse/gstsubparse.c: (feed_textbuf):
10152 Don't access already unref'ed buffer.
10154 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10156 * gst/playback/gststreamselector.c:
10157 (gst_stream_selector_class_init), (gst_stream_selector_init),
10158 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10159 (gst_stream_selector_get_property),
10160 (gst_stream_selector_get_linked_pad),
10161 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10162 * gst/playback/gststreamselector.h:
10163 Add the active-pad property for playbin to use shortly. Ignore buffers
10164 from any other pad, returning GST_FLOW_NOT_LINKED
10166 2005-11-29 Julien MOUTTE <julien@moutte.net>
10168 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10169 patch from bug #322704 (Alessandro Decina).
10171 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10173 * gst-libs/gst/audio/Makefile.am:
10174 folded audiofilter into the audio library
10176 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10178 * gst/videoscale/gstvideoscale.h:
10179 * gst/videoscale/gstvideoscale.c:
10180 remove unimplemented scale methods
10182 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10184 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10187 2005-11-28 Julien MOUTTE <julien@moutte.net>
10189 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10190 (gst_ximagesink_setcaps):
10191 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10192 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10193 happens (only visible on ximagesink but bug is in xv too) set_caps was
10194 destroying the internal x[v]image used to memcpy non locally alloced
10195 buffers so that it got renewed on next _chain. The issue is that
10196 _expose will try to put that image as it reffed it in _put.
10197 Using gst_buffer_unref instead of destroy fixes it !
10199 2005-11-28 Edward Hervey <edward@fluendo.com>
10201 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10202 (try_to_link_1), (queue_filled_cb):
10203 Better use of the queues. Start with a small size queue and only increase
10204 the size of the queues when the other queues are empty.
10206 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10208 * gst-libs/gst/video/Makefile.am:
10209 compile in copied-over videofilter into the video library
10210 * gst-libs/gst/video/videosink.h:
10211 rename the header to gstvideosink.h since it's a base GstObject class
10212 * sys/ximage/ximagesink.h:
10213 * sys/xvimage/xvimagesink.h:
10216 2005-11-28 Wim Taymans <wim@fluendo.com>
10218 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10219 * gst/playback/gstplaybasebin.h:
10220 Prepare to handle errors betters.
10222 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10223 Set sinks to PAUSED first before adding and linking them so that
10224 we don't interrupt dataflow.
10226 2005-11-28 Wim Taymans <wim@fluendo.com>
10228 * gst-libs/gst/audio/TODO:
10231 * gst-libs/gst/audio/gstaudiosink.c:
10232 (gst_audioringbuffer_open_device),
10233 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10234 (gst_audioringbuffer_release):
10237 * gst-libs/gst/audio/gstbaseaudiosink.c:
10238 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10239 (gst_base_audio_sink_change_state):
10240 Slave to the master clock when going to PLAYING and unslave when
10243 * gst-libs/gst/audio/gstringbuffer.c:
10244 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10245 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10246 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10247 (gst_ring_buffer_clear_all), (wait_segment),
10248 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10249 (gst_ring_buffer_advance):
10250 * gst-libs/gst/audio/gstringbuffer.h:
10251 Add some docs and cleanups.
10253 2005-11-28 Julien MOUTTE <julien@moutte.net>
10255 * sys/xvimage/xvimagesink.c:
10256 (gst_xvimagesink_navigation_send_event): Fix navigation events
10257 coordinates translation with pixel aspect ratios.
10259 2005-11-28 Julien MOUTTE <julien@moutte.net>
10261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10262 Use calculated video geometry from _setcaps instead of buffer
10263 caps to respect pixel aspect ratio. (fixes #322388)
10265 2005-11-28 Julien MOUTTE <julien@moutte.net>
10267 * docs/libs/tmpl/gstcolorbalance.sgml:
10268 * docs/libs/tmpl/gstmixer.sgml:
10269 * docs/libs/tmpl/gstxoverlay.sgml:
10270 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10273 2005-11-28 Julien MOUTTE <julien@moutte.net>
10275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10276 Refuse to create an XvImage if we can't find the format.
10278 2005-11-28 Edward Hervey <edward@fluendo.com>
10280 * gst-libs/gst/riff/riff-media.c:
10281 (gst_riff_create_audio_template_caps):
10282 Add ATRAC3 to the list of riff-possible audio caps.
10283 I know we still don't have a plugin for atrac3, but it's saner to output
10284 that than a cryptic mimetype.
10286 2005-11-27 Edward Hervey <edward@fluendo.com>
10288 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10289 Don't try to create a zero-sized subbuffer.
10291 2005-11-27 Julien MOUTTE <julien@moutte.net>
10293 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10294 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10295 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10296 (gst_ximagesink_expose): Fixed a tricky race.
10297 * sys/ximage/ximagesink.h:
10298 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10299 (gst_xvimagesink_expose): Fixed a tricky race.
10300 * sys/xvimage/xvimagesink.h:
10302 2005-11-27 Edward Hervey <edward@fluendo.com>
10304 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10305 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10306 Remove unused properties, and add queues between demuxers and decoders
10307 so that a lot more files can preroll properly.
10309 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10311 * gst-libs/gst/net/Makefile.am:
10312 * gst-libs/gst/rtp/Makefile.am:
10313 * gst-libs/gst/tag/Makefile.am:
10314 remove silly include
10315 * gst/tags/Makefile.am:
10316 * gst/tags/gsttagediting.c:
10317 * gst/tags/gsttageditingprivate.h:
10318 * gst/tags/tagedit.vcproj:
10319 remove directory, is as good as empty
10321 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10324 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10325 * gst-libs/Makefile.am:
10326 * gst-libs/gst/audio/Makefile.am:
10327 * gst-libs/gst/interfaces/Makefile.am:
10328 * gst-libs/gst/net/Makefile.am:
10329 * gst-libs/gst/riff/Makefile.am:
10330 * gst-libs/gst/rtp/Makefile.am:
10331 * gst-libs/gst/tag/Makefile.am:
10332 * gst-libs/gst/video/Makefile.am:
10335 2005-11-27 Julien MOUTTE <julien@moutte.net>
10337 * docs/libs/tmpl/gstcolorbalance.sgml:
10338 * docs/libs/tmpl/gstmixer.sgml:
10339 * docs/libs/tmpl/gstxoverlay.sgml:
10340 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10341 * sys/ximage/ximagesink.h:
10342 * sys/xvimage/xvimagesink.h: More and more documentation.
10344 2005-11-26 Julien MOUTTE <julien@moutte.net>
10346 * docs/libs/gst-plugins-base-libs-docs.sgml:
10347 * docs/libs/gst-plugins-base-libs-sections.txt:
10348 * docs/libs/tmpl/gstcolorbalance.sgml:
10349 * docs/libs/tmpl/gstmixer.sgml:
10350 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10353 2005-11-26 Julien MOUTTE <julien@moutte.net>
10355 * docs/plugins/Makefile.am:
10356 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10357 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10358 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10360 2005-11-26 Julien MOUTTE <julien@moutte.net>
10362 * docs/plugins/Makefile.am:
10363 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10364 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10365 * docs/plugins/inspect/plugin-adder.xml:
10366 * docs/plugins/inspect/plugin-alsa.xml:
10367 * docs/plugins/inspect/plugin-audioconvert.xml:
10368 * docs/plugins/inspect/plugin-audiorate.xml:
10369 * docs/plugins/inspect/plugin-audioresample.xml:
10370 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10371 * docs/plugins/inspect/plugin-decodebin.xml:
10372 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10373 * docs/plugins/inspect/plugin-gnomevfs.xml:
10374 * docs/plugins/inspect/plugin-ogg.xml:
10375 * docs/plugins/inspect/plugin-playbin.xml:
10376 * docs/plugins/inspect/plugin-subparse.xml:
10377 * docs/plugins/inspect/plugin-tcp.xml:
10378 * docs/plugins/inspect/plugin-theora.xml:
10379 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10380 * docs/plugins/inspect/plugin-video4linux.xml:
10381 * docs/plugins/inspect/plugin-videorate.xml:
10382 * docs/plugins/inspect/plugin-videoscale.xml:
10383 * docs/plugins/inspect/plugin-videotestsrc.xml:
10384 * docs/plugins/inspect/plugin-volume.xml:
10385 * docs/plugins/inspect/plugin-vorbis.xml:
10386 * docs/plugins/inspect/plugin-ximagesink.xml:
10387 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10388 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10390 2005-11-26 Edward Hervey <edward@fluendo.com>
10392 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10393 Properly return GstFlowReturn from gst_pad_push in chain functions.
10395 2005-11-25 Michael Smith <msmith@fluendo.com>
10397 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10398 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10399 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10400 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10401 Handle various conditions better when we don't understand a stream.
10402 Removes a heap of CRITICALs on ogg streams containing unknown data.
10404 2005-11-24 Andy Wingo <wingo@pobox.com>
10406 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10409 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10411 * configure.ac: back to HEAD
10413 === release 0.9.6 ===
10415 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10418 releasing 0.9.6, "White Eight"
10420 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10422 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10423 * docs/plugins/inspect/plugin-sine.xml:
10424 remove sinesrc some more
10426 2005-11-23 Wim Taymans <wim@fluendo.com>
10428 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10429 If we are reading too slowly, jump forward in the ringbuffer
10430 instead of blocking.
10432 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10434 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10435 (gst_visual_chain):
10436 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10437 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10438 (gst_videorate_chain):
10439 * gst/videotestsrc/gstvideotestsrc.c:
10440 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10441 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10442 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10443 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10444 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10445 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10446 Updates for API changes
10448 2005-11-23 Wim Taymans <wim@fluendo.com>
10450 * gst-libs/gst/audio/gstbaseaudiosink.c:
10451 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10452 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10453 Fix for calibration API change.
10455 2005-11-23 Michael Smith <msmith@fluendo.com>
10457 * gst-libs/gst/audio/multichannel.c:
10458 (gst_audio_get_channel_positions),
10459 (gst_audio_set_channel_positions),
10460 (gst_audio_set_structure_channel_positions_list),
10461 (gst_audio_fixate_channel_positions):
10462 Use gst_value_array_*() functions on value arrays, not
10463 gst_value_list_*().
10465 2005-11-23 Edward Hervey <edward@fluendo.com>
10468 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10471 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10473 * check/Makefile.am:
10474 * check/elements/videotestsrc.c: (setup_videotestsrc),
10475 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10477 add a test for videotestsrc
10479 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10481 * gst/sine/.cvsignore:
10482 * gst/sine/Makefile.am:
10483 * gst/sine/gstsinesrc.c:
10484 * gst/sine/gstsinesrc.h:
10485 * gst/sine/sinesrc.vcproj:
10486 and remove sinesrc from the repository. Closes #321446
10488 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10491 * gst-plugins-base.spec.in:
10492 remove sinesrc from the build
10494 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10496 * check/Makefile.am:
10497 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10498 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10500 add a test for audiotestsrc, testing all waves. Even seems
10501 leak-free at first glance, nice job Stefan
10503 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10519 Translation string updates
10521 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10522 (gst_v4lsrc_set_caps):
10523 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10524 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10525 * sys/v4l/v4lsrc_calls.h:
10526 Improve v4lsrc, by making it work again.
10528 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10530 * ext/libvisual/visual.c: (gst_visual_chain):
10531 Fix the fps calculations.
10533 * gst/ffmpegcolorspace/avcodec.h:
10534 Move structure element for clarity
10536 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10537 * gst-libs/gst/interfaces/tunernorm.h:
10538 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10539 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10540 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10541 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10542 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10543 (gst_v4lmjpegsrc_getcaps):
10544 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10545 (gst_v4lsrc_set_caps):
10546 * sys/v4l/gstv4lsrc.h:
10547 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10548 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10549 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10550 * sys/v4l/v4lsrc_calls.h:
10551 Fractional framerates...
10553 2005-11-22 Wim Taymans <wim@fluendo.com>
10555 * gst-libs/gst/audio/gstbaseaudiosink.c:
10556 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10557 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10558 And we provide a clock by default, of course...
10560 2005-11-22 Wim Taymans <wim@fluendo.com>
10562 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10563 This clock can be slaved to a master clock now.
10565 * gst-libs/gst/audio/gstbaseaudiosink.c:
10566 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10567 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10568 (gst_base_audio_sink_set_clock),
10569 (gst_base_audio_sink_set_property),
10570 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10571 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10572 * gst-libs/gst/audio/gstbaseaudiosink.h:
10573 Handle slaving the internal clock to the clock selected in the
10575 Add property to make the basesink not provide a clock.
10577 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10578 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10579 (gst_base_rtp_depayload_wait):
10580 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10581 We can use the clock in GstElement, no need to store it ourselves.
10583 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10585 * docs/libs/tmpl/gstaudio.sgml:
10587 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10588 (gst_paranoia_endian_get_type):
10589 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10590 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10591 * gst/audiotestsrc/gstaudiotestsrc.c:
10592 (gst_audiostestsrc_wave_get_type):
10593 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10594 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10595 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10596 (gst_sync_method_get_type), (gst_unit_type_get_type),
10597 (gst_client_status_get_type), (gst_multifdsink_class_init),
10598 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10599 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10600 (gst_multifdsink_get_property):
10601 * gst/tcp/gstmultifdsink.h:
10602 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10603 * gst/videotestsrc/gstvideotestsrc.c:
10604 (gst_videotestsrc_pattern_get_type):
10605 remove deprecated properties
10606 fix up enums to correctly have short lowercase dashed nicks
10608 2005-11-22 Michael Smith <msmith@fluendo.com>
10610 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10611 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10614 2005-11-22 Michael Smith <msmith@fluendo.com>
10616 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10617 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10618 Use utility method for scaling clocktime for fractional framerates.
10620 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10622 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10623 (gst_visual_chain):
10624 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10625 * ext/theora/theoradec.c: (theora_handle_type_packet):
10626 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10627 (theora_enc_chain):
10628 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10629 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10630 * gst-libs/gst/video/video.h:
10631 * gst/ffmpegcolorspace/avcodec.h:
10632 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10633 (gst_ffmpeg_caps_to_pixfmt):
10634 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10635 (gst_ffmpegcsp_set_caps):
10636 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10637 (gst_videorate_setcaps), (gst_videorate_blank_data),
10638 (gst_videorate_chain):
10639 * gst/videotestsrc/gstvideotestsrc.c:
10640 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10641 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10642 (gst_videotestsrc_event), (gst_videotestsrc_create):
10643 * gst/videotestsrc/gstvideotestsrc.h:
10644 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10645 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10646 (gst_ximagesink_get_times), (gst_ximagesink_init):
10647 * sys/ximage/ximagesink.h:
10648 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10649 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10650 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10651 * sys/xvimage/xvimagesink.h:
10652 Convert elements to use fractions for their framerate.
10653 V4L elements to come later tonight.
10655 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10657 * gst-libs/gst/audio/audio.c:
10658 * gst-libs/gst/audio/audio.h:
10659 remove some deprecated functions
10661 2005-11-22 Andy Wingo <wingo@pobox.com>
10663 * Update for gst_tag_setter API changes.
10665 2005-11-22 Andy Wingo <wingo@pobox.com>
10667 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10668 (gst_ogg_demux_perform_seek):
10669 * ext/theora/theoradec.c (theora_dec_sink_event):
10670 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10673 2005-11-22 Wim Taymans <wim@fluendo.com>
10675 * examples/seeking/seek.c: (main):
10676 Give higher priority to bus signals than the gtk events
10677 to fix a race condition in the segment looping.
10679 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10681 * ext/theora/Makefile.am:
10682 * ext/vorbis/Makefile.am:
10683 * gst-libs/gst/tag/Makefile.am:
10684 * gst-plugins-base.spec.in:
10685 Rename libgsttagedit to libgsttag (#322117).
10687 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10689 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10691 Call gst_x_overlay_prepare_xwindow_id() to give applications
10692 a final chance to set their own xwindow id before the video
10693 sink creates its own window.
10695 2005-11-22 Julien MOUTTE <julien@moutte.net>
10697 * sys/xvimage/xvimagesink.c:
10698 (gst_xvimagesink_navigation_send_event): Handle navigation
10699 events correcly with borders if applicable.
10701 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10703 Patch by: Luca Ognibene
10705 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10706 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10707 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10708 (gst_ffmpegcsp_caps_remove_format_info):
10709 * gst/ffmpegcolorspace/imgconvert.c:
10710 * gst/ffmpegcolorspace/imgconvert_template.h:
10711 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10712 #318353); use gst_structure_has_name().
10714 2005-11-22 Julien MOUTTE <julien@moutte.net>
10716 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10717 (gst_ximagesink_class_init): Add debug macros on functions.
10718 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10719 (gst_xvimagesink_xwindow_draw_borders),
10720 (gst_xvimagesink_xvimage_put),
10721 (gst_xvimagesink_xwindow_update_geometry),
10722 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10723 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10724 (gst_xvimagesink_xcontext_clear),
10725 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10726 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10727 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10728 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10729 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10730 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10731 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10732 expose while being PAUSED, out of data flow navigation events, etc..
10734 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10736 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10737 * gst-libs/gst/audio/audio.h:
10738 fix prototype - wondering why the test worked regardless
10740 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10742 * check/Makefile.am:
10743 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10744 * gst-libs/gst/audio/audio.h:
10745 add a method that returns a proper GstClockTime
10747 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10749 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10750 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10751 * gst-libs/gst/interfaces/xoverlay.h:
10752 Remove everything having to do with the desired size; add
10753 gst_x_overlay_prepare_xwindow_id() function; remove the
10754 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10755 post a message on the bus instead (#321816).
10757 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10758 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10759 (gst_xvimagesink_xoverlay_init):
10760 Remove desired size stuff (#321816).
10762 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10764 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10765 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10766 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10767 Terminate vararg functions with NULL instead of 0 to
10770 2005-11-21 Andy Wingo <wingo@pobox.com>
10772 patch by: Sebastien Cote <sebas642@yahoo.ca>
10774 * gst-libs/gst/rtp/gstrtpbuffer.h:
10775 * gst-libs/gst/rtp/gstrtpbuffer.c
10776 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10778 2005-11-21 Andy Wingo <wingo@pobox.com>
10780 * gst/playback/gstplaybin.c (gen_audio_element)
10781 (gen_video_element): Use the new MISSING_PLUGIN core error
10782 category. Closes #320060.
10784 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10785 * gst/videorate/gstvideorate.c (gst_videorate_event):
10786 * ext/theora/theoradec.c (theora_dec_sink_event):
10787 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10790 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10791 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10792 stream lock changes.
10794 2005-11-21 Wim Taymans <wim@fluendo.com>
10796 * gst-libs/gst/audio/gstbaseaudiosink.c:
10797 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10798 (gst_base_audio_sink_provide_clock),
10799 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10800 (gst_base_audio_sink_change_state):
10801 * gst/audioresample/gstaudioresample.c:
10802 Segment update fix.
10804 2005-11-21 Andy Wingo <wingo@pobox.com>
10807 * *.c: Ran scripts/update-macros. Oh yes.
10809 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10811 * sys/ximage/Makefile.am:
10812 * sys/ximage/ximage.c:
10813 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10814 remove your old libgstximage.* manually if necessary).
10816 2005-11-21 Michael Smith <msmith@fluendo.com>
10818 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10819 Minimal fix for bug #320200: set the min/max bitrate in the correct
10820 units. A better fix would be to upgrade to the RATEMANAGE2
10821 interface, rather than using the deprecated interface used here, but
10822 that would require an update in our libvorbis dependency (to 1.1),
10823 which is probably undesirable.
10825 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10827 * ext/libvisual/visual.c: (get_buffer):
10828 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10829 (gst_base_audio_src_fixate):
10830 * gst/audioconvert/gstaudioconvert.c:
10831 (gst_audio_convert_fixate_caps):
10832 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10833 * gst/audiotestsrc/gstaudiotestsrc.c:
10834 (gst_audiotestsrc_src_fixate):
10835 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10836 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10837 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10838 * gst/videotestsrc/gstvideotestsrc.c:
10839 (gst_videotestsrc_src_fixate):
10840 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10841 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10842 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10846 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10848 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10849 (gst_riff_create_iavs_caps):
10850 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10851 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10852 (gst_riff_parse_info):
10853 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10854 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10855 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10856 Fixes for GST_FOURCC_FORMAT API change.
10858 2005-11-21 Andy Wingo <wingo@pobox.com>
10860 patch by: Alessandro Dessina <alessandro nnva org>
10862 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10863 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10864 (gst_ogg_parse_chain):
10865 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10866 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10867 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10868 gst_value_list calls on arrays. Fixes #321962.
10870 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10872 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10873 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10874 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10875 * gst/adder/gstadder.c: (gst_adder_init),
10876 (gst_adder_request_new_pad), (gst_adder_collected),
10877 (gst_adder_change_state):
10878 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10881 2005-11-21 Michael Smith <msmith@fluendo.com>
10883 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10884 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10885 Properly handle pad_push return values.
10887 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10889 * gst-libs/gst/tag/Makefile.am:
10890 * gst-libs/gst/tag/gstvorbistag.c:
10891 (gst_tag_list_to_vorbiscomment_buffer):
10892 Remove obsolete vorbistag element and debug category.
10894 * gst/playback/gstplaybasebin.c: (check_queue):
10895 Don't divide by 0 when queue-threshold is 0.
10897 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10898 Don't modify an existing pixel-aspect-ratio if we fail to read
10901 2005-11-20 Wim Taymans <wim@fluendo.com>
10903 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10904 (gst_vorbisenc_push_packet):
10905 GST_PAD_IS_USABLE is gone, use the return value of
10906 the push or pad_alloc_buffer instead.
10908 2005-11-18 Julien MOUTTE <julien@moutte.net>
10910 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10911 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10912 (gst_ximagesink_ximage_destroy),
10913 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10914 (gst_ximagesink_xwindow_new),
10915 (gst_ximagesink_xwindow_update_geometry),
10916 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10917 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10918 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10919 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10920 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10921 (gst_ximagesink_navigation_send_event),
10922 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10923 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10924 (gst_ximagesink_finalize), (gst_ximagesink_init),
10925 (gst_ximagesink_class_init):
10926 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10927 This new version brings correct software scaling, non flickering
10928 window while resizing, pixel aspect ratio handling, usage of
10929 hardware buffer pools, out of data flow event thread for
10930 navigation and handling of expose events even when being PAUSED,
10931 a new property to keep video aspect ratio when resizing, etc...
10933 2005-11-18 Julien MOUTTE <julien@moutte.net>
10935 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10936 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10939 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10941 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10942 Unsetting IS_SINK flag from the fakesink, so decodebin
10943 never behaves as a sink.
10945 2005-11-17 Wim Taymans <wim@fluendo.com>
10947 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10948 (gst_base_audio_src_change_state):
10949 Fix the audiosrc base class again, we did not unflush.
10951 2005-11-17 Julien MOUTTE <julien@moutte.net>
10953 * examples/seeking/seek.c: (make_dv_pipeline),
10954 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10955 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10956 to ogg/vorbis/theora pipeline.
10958 2005-11-17 Wim Taymans <wim@fluendo.com>
10960 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10961 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10962 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10963 Fix EOS on multiple streams.
10966 2005-11-16 Wim Taymans <wim@fluendo.com>
10968 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10969 (gst_ogg_demux_perform_seek):
10970 Segment done must include stream time.
10972 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10973 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10974 (gst_ogg_mux_change_state):
10975 Fix ogg muxer again.
10977 2005-11-16 Wim Taymans <wim@fluendo.com>
10979 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10982 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10984 * ext/libvisual/visual.c: (gst_visual_init):
10985 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10986 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10987 (gst_ogg_parse_chain):
10988 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10989 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10990 * ext/theora/theoradec.c: (gst_theora_dec_init):
10991 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10992 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10993 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10994 * gst/adder/gstadder.c: (gst_adder_class_init),
10995 (gst_adder_dispose):
10996 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10997 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10998 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10999 Fix a whole set of pad template leaks
11001 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11003 * check/generic/states.c: (GST_START_TEST):
11004 fix the test so that it only checks for elements that are part of
11007 2005-11-16 Michael Smith <msmith@fluendo.com>
11009 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11010 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11011 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11012 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11013 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11014 (gst_ogg_mux_change_state):
11015 Fix leaking collectpads.
11017 2005-11-16 Edward Hervey <edward@fluendo.com>
11019 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11020 (gst_videorate_event), (gst_videorate_chain):
11021 Handle segment seeks
11023 2005-11-16 Wim Taymans <wim@fluendo.com>
11025 * gst-libs/gst/audio/gstbaseaudiosink.c:
11026 (gst_base_audio_sink_provide_clock),
11027 (gst_base_audio_sink_change_state):
11028 Set ringbuffer to non-flushing when going to PAUSED, set to
11029 flushing again when going to READY.
11031 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11032 (gst_ring_buffer_stop):
11033 Start in flushing mode by default.
11034 Don't set flushing in the _stop method, let the app call
11037 2005-11-16 Julien MOUTTE <julien@moutte.net>
11039 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11040 * gst-libs/gst/video/videosink.h: Add helper function needed
11043 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11045 * gst/videoscale/gstvideoscale.c:
11046 (gst_videoscale_handle_src_event):
11047 Don't leak reference to pad parent.
11049 2005-11-16 Wim Taymans <wim@fluendo.com>
11051 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11052 Set ringbuffer to flushing when stopping so that we don't
11053 block on wait_segment anymore and livelock.
11055 2005-11-16 Wim Taymans <wim@fluendo.com>
11057 * examples/seeking/seek.c: (send_event), (do_seek),
11058 (loop_toggle_cb), (segment_done), (main):
11059 Added looping checkbox.
11061 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11063 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11064 (gst_ogg_demux_init):
11065 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11066 (gst_vorbis_dec_init):
11067 revert unrefs, they don't pass make check
11069 2005-11-15 Johan Dahlin <johan@gnome.org>
11071 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11072 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11073 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11074 (gst_vorbis_dec_init):
11075 Fix pad template leaks.
11077 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11079 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11080 Make state change function thread safe.
11082 2005-11-15 Edward Hervey <edward@fluendo.com>
11084 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11085 (gst_ogg_demux_class_init):
11086 Implement GstElement::send_event, so we can send seek events
11089 2005-11-14 Julien MOUTTE <julien@moutte.net>
11091 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11092 Discovered how to take away flickering while resizing the
11093 window. Please don't put that in ximagesink, refactoring in
11096 2005-11-14 Michael Smith <msmith@fluendo.com>
11098 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11099 (gst_multifdsink_render):
11100 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11102 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11104 * gst/playback/gstplaybin.c: (gen_audio_element):
11105 Use autoaudiosink, it tends to be more widely available than
11108 2005-11-14 Andy Wingo <wingo@pobox.com>
11110 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11111 as well if it is available. Fixes #316442.
11113 2005-11-14 Michael Smith <msmith@fluendo.com>
11115 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11116 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11117 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11118 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11119 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11120 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11121 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11122 (gst_vorbisenc_change_state):
11123 Fix a small memory leak in vorbisenc.
11124 Fix large memory leaks in oggmux, also fix lots of state change
11127 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11129 * gst/videotestsrc/gstvideotestsrc.c:
11130 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11131 (gst_videotestsrc_src_fixate):
11132 move fixation to a fixate function
11133 remove negotiate function, basesrc's is good enough
11134 fixes a bug for check when using the element alone
11136 2005-11-13 Edward Hervey <edward@fluendo.com>
11138 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11139 (key_toggle_cb), (main):
11140 Added checkboxes for adding/removing the accurate and key_unit seek
11143 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11145 * configure.ac: back to HEAD
11147 === release 0.9.5 ===
11149 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11152 releasing 0.9.5, "No No Kia"
11154 2005-11-11 Edward Hervey <edward@fluendo.com>
11156 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11157 Added parse-launch syntax seeking mode for the seeking example.
11158 This should help stress-test even more cases.
11159 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11161 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11163 * sys/xvimage/xvimagesink.c:
11164 (gst_xvimagesink_navigation_send_event):
11165 Check whether peer pad exists before sending navigation events
11168 2005-11-11 Michael Smith <msmith@fluendo.com>
11170 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11171 (gst_vorbisenc_buffer_from_packet):
11172 * ext/vorbis/vorbisenc.h:
11173 Set duration on encoded buffers. This allows oggmux's
11174 max_page_delay parameter to actually work.
11176 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11178 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11179 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11180 (gst_ffmpegcsp_avpicture_fill):
11181 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11182 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11183 Make palettes work again (see #132341). Use our own macros
11186 2005-11-10 Andy Wingo <wingo@pobox.com>
11188 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11191 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11193 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11194 (gst_ffmpegcsp_transform_caps):
11195 Prefer passthrough in transform_caps
11197 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11199 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11200 check for ALSA errors properly, instead of relying on ALSA's
11201 error strings to serve to the user.
11203 2005-11-10 Wim Taymans <wim@fluendo.com>
11205 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11206 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11207 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11208 Modernise the seek code.
11210 2005-11-10 Michael Smith <msmith@fluendo.com>
11212 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11213 (setup_substreams), (set_active_source):
11214 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11215 trying to go to NULL if we failed to read a file.
11217 2005-11-10 Wim Taymans <wim@fluendo.com>
11219 * gst/audiotestsrc/gstaudiotestsrc.c:
11220 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11221 (gst_audiotestsrc_create):
11222 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11223 (gst_sinesrc_get_times), (gst_sinesrc_create):
11224 * gst/videotestsrc/gstvideotestsrc.c:
11225 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11226 (gst_videotestsrc_create):
11227 The base class can now sync for us.
11229 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11231 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11232 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11233 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11234 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11235 format=(fourcc)I420" ! xvimagesink
11237 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11239 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11240 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11241 (gst_sinesrc_newsegment):
11242 Send newsegment event in TIME format, set duration if
11243 num-buffers is set, fix duration querying.
11245 2005-11-10 Michael Smith <msmith@fluendo.com>
11247 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11248 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11249 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11250 (gst_ogg_mux_collected):
11251 Fix EOS handling, partially. Now forwarding an EOS event once we have
11252 EOS on all pads works correctly. However, we still don't properly set
11253 EOS on the actual ogg stream pages.
11255 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11257 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11258 Set elements to NULL state before disposing of them.
11260 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11262 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11264 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11265 (gst_base_rtp_depayload_init),
11266 (gst_base_rtp_depayload_set_gst_timestamp):
11267 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11268 We need to send a newsegment event for each instance, not
11269 just for the first instance of this class (get rid of
11270 static variable in function). (#321011).
11272 2005-11-08 Michael Smith <msmith@fluendo.com>
11274 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11275 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11276 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11277 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11278 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11279 This makes us mux things correctly according to the ogg muxing
11280 rules. Still not handling EOS correctly right now, though.
11282 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11284 * gst/audioconvert/gstaudioconvert.c:
11287 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11289 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11290 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11291 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11292 creating a new chain; should fix live streaming. Also
11293 add more debug output and fix a typo.
11295 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11297 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11299 * gst/volume/gstvolume.c: (volume_set_caps):
11300 Fix compilation on Solaris with Forte. (#320923)
11302 2005-11-08 Wim Taymans <wim@fluendo.com>
11304 * gst-libs/gst/audio/gstbaseaudiosink.c:
11305 (gst_base_audio_sink_render):
11306 No need to do a typecheck.
11308 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11310 * ext/alsa/gstalsa.h:
11311 We register a debug category, so let's use it.
11313 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11315 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11316 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11317 Fixed a small problem.
11319 2005-11-04 Wim Taymans <wim@fluendo.com>
11321 * examples/seeking/Makefile.am:
11322 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11323 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11324 (make_playerbin_pipeline), (format_value), (update_scale),
11325 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11326 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11327 (print_usage), (main):
11328 Added app for playback speed testing.
11330 * examples/seeking/seek.c: (dynamic_link),
11331 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11332 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11333 (message_received), (main):
11334 Updated seek example.
11336 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11338 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11339 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11340 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11341 (gst_base_rtp_depayload_set_clock):
11342 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11343 Don't sleep on the bench (system clock) when you have a nice
11344 comfortable bed (Gstreamer clock) to sleep on.
11346 2005-11-03 Wim Taymans <wim@fluendo.com>
11348 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11349 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11350 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11351 Handle the case where a pad_block failed.
11353 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11355 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11357 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11358 (gst_base_rtp_depayload_add_to_queue),
11359 (gst_base_rtp_depayload_push),
11360 (gst_base_rtp_depayload_set_gst_timestamp),
11361 (gst_base_rtp_depayload_queue_release):
11362 Fixes some bugs in the depayloader's queuing/de-queueing code.
11364 2005-10-31 Michael Smith <msmith@fluendo.com>
11366 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11367 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11368 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11369 Patch from Alessandro Decina <alessandro@nnva.org>.
11370 Make oggdemux only find the final time in a chain, not per-pad,
11371 since the per-pad information can be very expensive to locate, and
11372 it isn't used anywhere. This makes reading a file containing
11373 OggSkeleton reasonably fast.
11374 Also, make chain finding work when there are logical bitstreams that
11375 can't be decoded. Fixes #319110.
11377 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11379 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11380 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11381 (gst_base_rtp_depayload_chain),
11382 (gst_base_rtp_depayload_add_to_queue),
11383 (gst_base_rtp_depayload_push),
11384 (gst_base_rtp_depayload_set_gst_timestamp),
11385 (gst_base_rtp_depayload_queue_release),
11386 (gst_base_rtp_depayload_start_thread),
11387 (gst_base_rtp_depayload_set_property),
11388 (gst_base_rtp_depayload_get_property):
11389 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11390 Some random fixes, to fullfill the desires of thomas.
11392 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11394 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11395 (gst_base_rtp_depayload_add_to_queue),
11396 (gst_base_rtp_depayload_push):
11397 Fixed the queueing algorithm.
11399 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11401 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11402 (gst_base_rtp_depayload_push):
11405 2005-10-31 Wim Taymans <wim@fluendo.com>
11407 * gst-libs/gst/audio/gstringbuffer.h:
11410 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11411 (gst_ffmpeg_caps_to_pixfmt):
11412 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11413 (gst_ffmpegcsp_set_caps):
11414 Some more comments.
11415 Handle missing required caps fields better.
11417 2005-10-31 Wim Taymans <wim@fluendo.com>
11419 * gst-libs/gst/audio/gstbaseaudiosink.c:
11420 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11421 (gst_base_audio_sink_render):
11422 * gst-libs/gst/audio/gstringbuffer.c:
11423 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11424 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11425 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11426 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11427 (gst_ring_buffer_read):
11428 * gst-libs/gst/audio/gstringbuffer.h:
11429 Add flushing mode to the ringbuffer so that it in all cases does
11430 not try to handle more audio. This makes sure it does not try to
11431 block anymore when flushing and fixes a livelock.
11433 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11435 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11436 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11437 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11438 Explicitly check for -1 values before doing a conversion
11439 and always map them to -1. (#315545)
11441 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11443 * gst/playback/gstplaybin.c: (gen_video_element):
11444 first try autovideosink, then xvimagesink, then error out
11446 add translatable file
11461 update translations
11463 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11465 * gst-libs/gst/rtp/gstbasedepayload.c:
11466 * gst-libs/gst/rtp/gstbasedepayload.h:
11469 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11471 * gst/playback/.cvsignore:
11472 * gst/playback/decodetest.c:
11473 * gst/playback/test3.c:
11474 Port these two tests as well.
11476 2005-10-27 Wim Taymans <wim@fluendo.com>
11478 * ext/theora/theoradec.c: (theora_dec_src_query),
11479 (theora_dec_sink_event):
11480 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11481 (theora_enc_change_state):
11482 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11483 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11484 Take proper locks when handling events.
11486 2005-10-27 Wim Taymans <wim@fluendo.com>
11488 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11489 (gst_adder_change_state):
11490 Fix timestamps and fix deadlock when stopping the collectpads.
11492 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11494 * gst-libs/gst/rtp/gstrtpbuffer.h:
11495 Declaring the payload types as strings too so that they can be used
11496 in the padtemplate inialization.
11498 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11500 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11502 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11503 (gst_base_rtp_depayload_class_init):
11504 Fixes a small but nasty bug. The derived elements no longer segfaults
11507 2005-10-26 Michael Smith <msmith@fluendo.com>
11509 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11510 When clearing an audioconvert context, set tmpbufsize to zero, so
11511 we'll allocate it again later if required.
11512 This fixes audioconvert re-negotiating formats, which previously
11513 segfaulted with a NULL destination buffer.
11515 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11517 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11518 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11519 (gst_base_rtp_depayload_set_gst_timestamp),
11520 (gst_base_rtp_depayload_queue_release):
11521 Fixed a smalll memleak.
11523 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11524 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11525 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11526 (gst_base_rtp_depayload_finalize),
11527 (gst_base_rtp_depayload_setcaps),
11528 (gst_base_rtp_depayload_add_to_queue),
11529 (gst_base_rtp_depayload_push),
11530 (gst_base_rtp_depayload_set_gst_timestamp),
11531 (gst_base_rtp_depayload_queue_release),
11532 (gst_base_rtp_depayload_thread),
11533 (gst_base_rtp_depayload_change_state):
11534 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11535 Changed the C++ comments to C comments
11537 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11539 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11540 * gst/tcp/gsttcpclientsrc.h:
11541 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11542 * gst/tcp/gsttcpserversrc.h:
11543 Remove unused 'curoffset' structure member.
11545 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11547 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11548 (gst_base_rtp_depayload_base_init),
11549 (gst_base_rtp_depayload_finalize):
11550 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11551 * gst-libs/gst/rtp/gstbasertppayload.h:
11552 The pad-template on the sinkpad should be set by the derived classes.
11553 Also added some useful macros.
11555 2005-10-24 Wim Taymans <wim@fluendo.com>
11557 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11558 Correctly flush decoder samples even if we could not
11559 copy them to an output buffer. Fixes #319618.
11561 2005-10-24 Julien MOUTTE <julien@moutte.net>
11563 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11564 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11565 the caps against our xcontext caps.
11567 2005-10-24 Wim Taymans <wim@fluendo.com>
11569 * gst-libs/gst/audio/gstbaseaudiosink.c:
11570 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11572 Use sync property from baseclass to disable sync.
11574 2005-10-24 Wim Taymans <wim@fluendo.com>
11576 * gst-libs/gst/audio/gstbaseaudiosink.c:
11577 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11578 Buffers with no timestamps get aligned with previous buffers or
11579 on underrun, played ASAP.
11581 2005-10-24 Julien MOUTTE <julien@moutte.net>
11583 * gst-libs/gst/video/video.h:
11584 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11585 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11586 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11587 here comes my change on caps for framerate and geometry range.
11588 We are now accepting 1 to MAXINT for width and height, and from
11589 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11590 to be blended correctly in videomixer.
11592 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11597 === release 0.9.4 ===
11599 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11604 releasing 0.9.4, "Velociraptor"
11606 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11608 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11612 2005-10-21 Wim Taymans <wim@fluendo.com>
11614 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11615 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11616 (pad_blocked), (close_pad_link), (new_pad):
11617 Don't try to remove elements twice.
11619 2005-10-21 Wim Taymans <wim@fluendo.com>
11621 * ext/theora/theoradec.c: (theora_dec_src_query),
11622 (theora_dec_sink_event):
11623 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11624 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11625 (vorbis_handle_data_packet):
11626 * ext/vorbis/vorbisdec.h:
11629 * gst-libs/gst/audio/gstbaseaudiosink.c:
11630 (gst_base_audio_sink_render):
11631 Don't try to sync on buffers without a timestamp.
11633 2005-10-21 Wim Taymans <wim@fluendo.com>
11635 * ext/theora/theoradec.c: (theora_dec_src_query),
11636 (theora_dec_sink_event):
11637 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11638 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11639 (vorbis_handle_data_packet):
11640 * ext/vorbis/vorbisdec.h:
11643 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11645 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11646 (gst_vorbisenc_src_query):
11647 Implement position and duration queries.
11649 * gst/playback/test3.c: (update_scale), (main):
11650 Fix for async state changes and print nicer output.
11652 2005-10-20 Wim Taymans <wim@fluendo.com>
11654 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11655 (dump_element_stats), (main):
11656 * gst/playback/test6.c: (main):
11659 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11661 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11662 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11663 Don't use functions for position queries when handling
11666 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11668 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11669 (vorbis_handle_data_packet), (vorbis_dec_chain),
11670 (vorbis_dec_change_state):
11671 * ext/vorbis/vorbisdec.h:
11672 Vorbis streams can be embedded in other container formats
11673 than ogg, container formats where the demuxer might set
11674 timestamps on encoded vorbis buffers instead of those silly
11675 granulepos thingies. In short: make vorbisdec handle
11676 timestamps on incoming buffers as well.
11678 2005-10-20 Wim Taymans <wim@fluendo.com>
11680 * gst/playback/gstplaybasebin.c: (group_destroy),
11681 (gst_play_base_bin_change_state):
11683 Handle case where playbasebin is now ASYNC because
11686 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11688 * gst/audioconvert/Makefile.am:
11689 * gst/audioconvert/bufferframesconvert.c:
11690 * gst/audioconvert/plugin.c: (plugin_init):
11691 * gst/audioconvert/plugin.h:
11692 And bye bye buffer-frames-convert
11694 2005-10-19 Wim Taymans <wim@fluendo.com>
11696 * check/elements/audioconvert.c:
11697 * docs/libs/tmpl/gstaudio.sgml:
11698 * docs/libs/tmpl/gstcolorbalance.sgml:
11699 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11700 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11701 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11702 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11703 * gst-libs/gst/audio/audio.h:
11704 * gst/audioconvert/audioconvert.h:
11705 * gst/audioconvert/gstaudioconvert.c:
11706 (gst_audio_convert_parse_caps):
11707 * gst/volume/gstvolume.c:
11708 Bye bye buffer-frames.
11710 2005-10-19 Wim Taymans <wim@fluendo.com>
11712 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11713 (query_positions_elems), (query_positions_pads), (update_scale),
11714 (do_seek), (set_update_scale), (message_received), (main):
11715 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11716 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11717 (gst_ogg_demux_loop):
11718 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11719 * ext/theora/theoradec.c: (theora_dec_src_query),
11720 (theora_dec_sink_event):
11721 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11722 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11723 * gst/adder/gstadder.c: (gst_adder_query):
11724 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11725 * gst/playback/test3.c: (update_scale):
11726 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11727 (dump_element_stats), (main):
11728 * gst/playback/test6.c: (main):
11729 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11732 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11734 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11735 (xml_check_first_element), (xml_type_find), (smil_type_find),
11737 Add typefinding for SMIL and for generic XML. Based on patch by
11738 Akos Maroy (#308663).
11740 2005-10-18 Wim Taymans <wim@fluendo.com>
11742 * gst/playback/Makefile.am:
11743 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11744 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11745 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11746 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11747 (gst_decode_bin_change_state):
11748 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11749 (gst_play_bin_send_event_to_sink):
11750 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11751 (dump_element_stats), (main):
11752 * gst/playback/test6.c: (main):
11753 Make playbin async, it'll commit state to paused when all streams
11756 Added test6.c to show async behaviour.
11758 2005-10-18 Wim Taymans <wim@fluendo.com>
11760 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11761 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11762 Fix for segment-start/stop API change.
11764 2005-10-18 Wim Taymans <wim@fluendo.com>
11766 * check/Makefile.am:
11767 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11769 Add future test for clock selection.
11771 2005-10-18 Wim Taymans <wim@fluendo.com>
11773 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11774 (gst_alsasink_close):
11775 Set handle to NULL.
11777 * gst-libs/gst/audio/gstringbuffer.c:
11778 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11779 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11780 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11781 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11782 (gst_ring_buffer_read):
11785 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11787 * gst/audiotestsrc/Makefile.am:
11788 * gst/sine/Makefile.am:
11789 * gst/volume/Makefile.am:
11790 fix broken build of controllerized plugins
11792 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11794 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11796 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11797 (gst_riff_create_video_template_caps):
11798 Add support for Indeo-3 (IV32).
11800 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11805 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11807 * gst-libs/gst/video/video.c: (gst_video_get_size):
11808 * gst/audiotestsrc/gstaudiotestsrc.c:
11811 2005-10-17 Andy Wingo <wingo@pobox.com>
11813 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11814 with the collectpads change.
11815 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11817 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11819 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11821 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11822 alloc_buffer flow return to callers.
11823 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11824 change. Fix some memleaks in theoraenc.
11826 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11827 in strange circumstance.
11829 2005-10-17 Julien MOUTTE <julien@moutte.net>
11831 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11832 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11833 from caps, let's use the caps...
11835 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11838 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11840 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11842 * gst-libs/gst/interfaces/Makefile.am:
11845 2005-10-16 Andy Wingo <wingo@pobox.com>
11847 * gst/playback/gstdecodebin.c
11848 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11850 (try_to_link_1): Increase kraziness level.
11852 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11855 restructure like the core one
11856 * gst-libs/gst/audio/Makefile.am:
11857 * gst-libs/gst/interfaces/Makefile.am:
11858 * gst-libs/gst/net/Makefile.am:
11859 * gst-libs/gst/riff/Makefile.am:
11860 * gst-libs/gst/rtp/Makefile.am:
11861 * gst-libs/gst/tag/Makefile.am:
11862 * gst-libs/gst/video/Makefile.am:
11863 use correct linker flags, now the libs are properly versioned
11864 * check/elements/audioconvert.c: (verify_convert):
11865 * ext/alsa/gstalsaplugin.c:
11866 * ext/cdparanoia/gstcdparanoia.c:
11867 * ext/gnomevfs/gstgnomevfs.c:
11868 * ext/libvisual/visual.c:
11869 * ext/ogg/gstogg.c:
11870 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11871 * ext/theora/theora.c:
11872 * ext/vorbis/vorbis.c:
11873 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11874 * gst-libs/gst/tag/gsttagediting.c:
11875 * gst-libs/gst/video/video.c:
11876 * gst/adder/gstadder.c:
11877 * gst/audioconvert/plugin.c:
11878 * gst/audiorate/gstaudiorate.c:
11879 * gst/audioresample/gstaudioresample.c:
11880 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11881 * gst/audioscale/gstaudioscale.c:
11882 * gst/audioscale/resample.c:
11883 * gst/audiotestsrc/gstaudiotestsrc.c:
11884 * gst/ffmpegcolorspace/gstffmpeg.c:
11885 * gst/playback/gstdecodebin.c: (close_pad_link):
11886 * gst/playback/gstplaybin.c: (gen_video_element),
11887 (gen_audio_element):
11888 * gst/sine/gstsinesrc.c:
11889 * gst/subparse/gstsubparse.c:
11890 * gst/tags/gsttagediting.c:
11891 * gst/tcp/gsttcpplugin.c:
11892 * gst/typefind/gsttypefindfunctions.c:
11893 * gst/videorate/gstvideorate.c:
11894 * gst/videoscale/gstvideoscale.c:
11895 * gst/videotestsrc/gstvideotestsrc.c:
11896 * gst/volume/gstvolume.c:
11897 * sys/v4l/gstv4l.c:
11898 * sys/ximage/ximage.c:
11899 * sys/xvimage/xvimagesink.c:
11902 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11904 * ext/vorbis/vorbisenc.c:
11905 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11906 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11907 (gst_tag_to_vorbis_comments):
11908 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11910 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11912 * examples/stats/mp2ogg.c:
11913 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11916 2005-10-13 Michael Smith <msmith@fluendo.com>
11918 * ext/ogg/gstoggmux.c:
11919 Use magic glib macros to define constants as 64 bit, to ensure
11920 appropriate vararg passing.
11922 2005-10-13 Michael Smith <msmith@fluendo.com>
11924 * ext/ogg/gstoggmux.c:
11925 * gst/audioconvert/audioconvert.c: (float):
11926 Don't use LL suffix, as it's not portable, and neither of these
11927 uses required it anyway.
11929 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11931 * examples/indexing/indexmpeg.c: (main):
11932 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11933 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11934 (cdparanoia_convert), (cdparanoia_query):
11935 * ext/cdparanoia/gstcdparanoia.h:
11936 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11937 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11938 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11939 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11940 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11941 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11942 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11943 (gst_multifdsink_render), (gst_multifdsink_start),
11944 (gst_multifdsink_stop):
11945 * gst/tcp/gstmultifdsink.h:
11946 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11947 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11948 (gst_tcpclientsink_stop):
11949 * gst/tcp/gsttcpclientsink.h:
11950 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11951 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11952 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11953 * gst/tcp/gsttcpclientsrc.h:
11954 * gst/tcp/gsttcpserversink.h:
11955 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11956 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11957 (gst_tcpserversrc_stop):
11958 * gst/tcp/gsttcpserversrc.h:
11959 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11960 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11961 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11962 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11963 moved bitshift from macro to enum definition
11965 2005-10-12 Wim Taymans <wim@fluendo.com>
11967 * examples/seeking/Makefile.am:
11970 2005-10-12 Wim Taymans <wim@fluendo.com>
11972 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11973 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11974 Don't assert on normal stuff.
11976 * gst/playback/gstplaybin.c: (do_playbin_seek):
11979 2005-10-12 Wim Taymans <wim@fluendo.com>
11981 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11982 * examples/seeking/Makefile.am:
11983 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11984 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11985 (do_seek), (set_update_scale), (message_received), (main):
11986 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11987 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11988 Update for _get_state() API change.
11990 2005-10-11 Wim Taymans <wim@fluendo.com>
11992 * gst-libs/gst/audio/gstbaseaudiosink.c:
11993 (gst_base_audio_sink_render):
11994 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11995 (gst_base_audio_src_create):
11996 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11997 (gst_ring_buffer_read):
11999 Commit and read from ringbuffer in samples rather than bytes.
12001 2005-10-11 Wim Taymans <wim@fluendo.com>
12003 * gst-libs/gst/audio/gstbaseaudiosink.c:
12004 (gst_base_audio_sink_render):
12005 Respect segment rate and accum when scheduling samples.
12007 2005-10-11 Julien MOUTTE <julien@moutte.net>
12009 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12010 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12011 EOS correctly, that needs more work.
12013 2005-10-11 Wim Taymans <wim@fluendo.com>
12015 * check/generic/states.c: (GST_START_TEST):
12016 remove old property.
12018 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12019 (gst_ogg_demux_perform_seek):
12020 * ext/theora/theoradec.c: (theora_dec_sink_event):
12021 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12022 (vorbis_handle_data_packet):
12023 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12024 (gst_base_rtp_depayload_set_gst_timestamp):
12025 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12026 Update for newsegment API change.
12028 2005-10-11 Michael Smith <msmith@fluendo.com>
12030 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12031 (do_playbin_seek), (gst_play_bin_send_event):
12032 Override send_event differently, so that we can takes bits of
12033 functionality from GstPipeline (special handling for seeks,
12034 including pausing/resuming, and resetting stream time) and still get
12035 the appropriate behaviour of only forwarding event to a single sink,
12036 rather than all of them.
12037 Unfortunately requires a lot of code duplication, but the
12038 alternatives are equally ugly in the end.
12040 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12042 * check/elements/audioconvert.c: (setup_audioconvert),
12043 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12044 (GST_START_TEST), (audioconvert_suite):
12045 clean up tests a little, fix some leaks.
12047 2005-10-10 Wim Taymans <wim@fluendo.com>
12049 * ext/alsa/gstalsasink.c:
12050 Also allow unsigned int.
12052 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12053 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12056 2005-10-10 Wim Taymans <wim@fluendo.com>
12058 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12059 Small update, use API as stated in design docs.
12061 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12062 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12063 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12064 (message_received), (main):
12065 Updated seek example for GOption. Some usability improvements.
12067 2005-10-10 Wim Taymans <wim@fluendo.com>
12069 * gst/audioconvert/audioconvert.h:
12070 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12071 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12072 Alloc temp storage somewhere else where we can do it more
12075 2005-10-10 Wim Taymans <wim@fluendo.com>
12077 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12078 (gst_tcpserversrc_start):
12079 Don't block in accept while doing the state change, move
12080 to poll and make cancellable.
12082 2005-10-09 Philippe Khalaf <burger@speedy.org>
12084 * gst-libs/gst/rtp/rtpbasedepayload.c:
12085 Set timestamp and add queue delay to timestamp
12086 * gst-libs/gst/rtp/rtpbuffer.h:
12087 Set correct payload type for h263
12089 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12091 * gst/audiotestsrc/gstaudiotestsrc.c:
12092 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12093 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12094 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12095 (gst_audiotestsrc_create_triangle),
12096 (gst_audiotestsrc_create_silence),
12097 (gst_audiotestsrc_create_white_noise),
12098 (gst_audiotestsrc_init_pink_noise),
12099 (gst_audiotestsrc_generate_pink_noise_value),
12100 (gst_audiotestsrc_create_pink_noise),
12101 (gst_audiotestsrc_change_wave):
12102 * gst/audiotestsrc/gstaudiotestsrc.h:
12103 fixed typo, added pink noise
12105 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12107 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12109 Add wavpack and spc typefind functions from 0.8 branch.
12111 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12113 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12114 (ar_type_find), (msdos_type_find), (plugin_init):
12115 Add typefind functions for tar archives, ar archives,
12116 RAR archives, and msdos-executables (dlls, exe, etc.).
12117 Some of those would be wrongly identified as mpeg
12118 streams of some sort before (#315550).
12120 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12123 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12124 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12125 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12126 * gst/audiotestsrc/Makefile.am:
12127 * gst/audiotestsrc/gstaudiotestsrc.c:
12128 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12129 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12130 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12131 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12132 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12133 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12134 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12135 (gst_audiotestsrc_create_silence),
12136 (gst_audiotestsrc_create_white_noise),
12137 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12138 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12139 (gst_audiotestsrc_start), (plugin_init):
12140 * gst/audiotestsrc/gstaudiotestsrc.h:
12141 add new plugin and element
12142 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12145 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12147 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12148 (gst_adder_init), (gst_adder_request_new_pad),
12149 (gst_adder_change_state):
12150 Add query function to source pad, so adder reports the correct
12151 time/sample position when queried (#315457); fix state change
12152 function; use GST_DEBUG_FUNCPTR() for pad functions.
12154 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12156 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12157 Fix leaks in typefind registration
12158 Clean up the gratuitous commenting and whitespacing a little
12160 2005-10-08 Wim Taymans <wim@fluendo.com>
12162 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12163 Only actually wait for the thread to be stopped if it's
12166 2005-10-08 Wim Taymans <wim@fluendo.com>
12168 * gst-libs/gst/audio/gstbaseaudiosink.c:
12169 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12170 If we receive EOS we can start playback of what we had.
12172 2005-10-08 Wim Taymans <wim@fluendo.com>
12174 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12175 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12176 (gst_multifdsink_stop):
12177 Fix crasher when going to NULL multiple times.
12179 2005-10-06 Wim Taymans <wim@fluendo.com>
12181 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12182 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12183 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12184 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12185 patch from Edgard Lima <edgard.lima@indt.org.br>
12186 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12188 2005-10-06 Wim Taymans <wim@fluendo.com>
12190 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12191 Report the FLOW_RETURN as string in the error message.
12193 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12194 Don't assert when clearing an unnegotiated buffer.
12196 2005-10-04 Michael Smith <msmith@fluendo.com>
12198 * gst/playback/gstplaybasebin.c: (group_destroy),
12199 (gen_preroll_element), (remove_groups), (setup_source):
12200 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12201 (setup_sinks), (gst_play_bin_send_event),
12202 (gst_play_bin_change_state):
12203 Set state to NULL before removing from bin. Fix refcounting.
12205 2005-10-04 Michael Smith <msmith@fluendo.com>
12207 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12208 Correct refcounting in send_event() function. Previously was wrong
12209 if the first sink was unable to handle the event.
12211 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12214 back to development
12216 === release 0.9.3 ===
12218 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12221 Releasing 0.9.3, "De Facto"
12223 2005-10-03 Andy Wingo <wingo@pobox.com>
12225 * gst/playback/gstdecodebin.c (try_to_link_1)
12226 (remove_element_chain): set element to NULL before removing it.
12228 2005-10-02 Johan Dahlin <johan@gnome.org>
12230 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12231 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12234 2005-10-02 Andy Wingo <wingo@pobox.com>
12236 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12237 (gst_ring_buffer_prepare_read):
12238 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12241 2005-09-29 Wim Taymans <wim@fluendo.com>
12243 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12244 * ext/theora/theoradec.c: (theora_handle_data_packet):
12245 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12246 Propagate error codes from alloc_buffer too.
12248 2005-09-29 Wim Taymans <wim@fluendo.com>
12250 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12253 * gst/playback/Makefile.am:
12254 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12255 (dump_element_stats), (main):
12256 Added example stream introspection code.
12258 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12260 * gst/adder/gstadder.c: (gst_adder_collected):
12261 fix adder for float elements
12263 2005-09-28 Wim Taymans <wim@fluendo.com>
12265 * gst-libs/gst/audio/gstbaseaudiosink.c:
12266 (gst_base_audio_sink_class_init),
12267 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12268 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12269 (gst_base_audio_src_class_init),
12270 (gst_base_audio_src_provide_clock):
12271 get_clock -> provide_clock
12273 2005-09-28 Andy Wingo <wingo@pobox.com>
12275 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12278 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12281 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12282 Actually add the pad template.
12283 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12285 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12288 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12289 from fdsrc. Get caps in create() instead of start() so it can be
12290 interrupted. Interruption somewhat untested.
12292 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12293 Proper EOS handling.
12295 2005-09-27 Andy Wingo <wingo@pobox.com>
12297 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12299 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12301 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12303 * gst/tcp/gsttcp.h:
12304 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12305 out of tcpclientsrc.c. Cancellable.
12306 (gst_tcp_socket_read): Made private, cancellable, with better
12307 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12308 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12309 whole buffer, and better diagnostics.
12310 (gst_tcp_gdp_read_caps): Same.
12312 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12314 2005-09-26 Andy Wingo <wingo@pobox.com>
12316 * gst/sine/gstsinesrc.h:
12317 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12318 change the 'sync' property to 'is-live' and implement it halfway,
12319 update for controller api change.
12321 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12322 controller api change.
12324 2005-09-24 Wim Taymans <wim@fluendo.com>
12326 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12327 * gst-libs/gst/audio/gstaudiosink.c:
12328 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12329 (gst_audioringbuffer_stop):
12330 * gst-libs/gst/audio/gstbaseaudiosink.c:
12331 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12332 (gst_base_audio_sink_change_state):
12333 * gst-libs/gst/audio/gstbaseaudiosink.h:
12334 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12335 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12336 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12337 * gst-libs/gst/audio/gstringbuffer.h:
12338 Fix sync again. Moved sample alignment to basesink.
12340 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12342 * docs/plugins/Makefile.am:
12343 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12344 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12345 * gst/volume/gstvolume.c:
12347 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12348 * gst-libs/gst/audio/audio.h:
12349 add conversion macros for frames <-> clocktime
12351 2005-09-23 David Schleef <ds@schleef.org>
12353 * gst/audioresample/Makefile.am:
12354 * gst/audioresample/debug.h:
12355 * gst/audioresample/gstaudioresample.c:
12356 * gst/audioresample/resample.c: Convert to using gst debugging
12358 2005-09-22 Wim Taymans <wim@fluendo.com>
12360 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12361 (gst_play_bin_send_event):
12362 Only seek on one sink, the first one that succeeds.
12364 2005-09-22 Michael Smith <msmith@fluendo.com>
12366 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12367 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12368 Don't flush encoder state unless we have an initialised encoder.
12369 Clear out encoder state on PAUSED_TO_READY.
12371 2005-09-22 Wim Taymans <wim@fluendo.com>
12373 * gst-libs/gst/rtp/gstbasertppayload.c:
12374 (gst_basertppayload_class_init), (gst_basertppayload_init),
12375 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12376 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12377 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12378 (gst_basertppayload_set_property),
12379 (gst_basertppayload_get_property),
12380 (gst_basertppayload_change_state):
12381 * gst-libs/gst/rtp/gstbasertppayload.h:
12382 Added max-ptime to control amount of data in the rtp packets.
12384 2005-09-21 Andy Wingo <wingo@pobox.com>
12386 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12389 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12390 can be called multiple times, dogs.
12392 2005-09-21 Wim Taymans <wim@fluendo.com>
12394 * gst-libs/gst/rtp/gstbasertppayload.c:
12395 (gst_basertppayload_class_init), (gst_basertppayload_init),
12396 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12397 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12398 (gst_basertppayload_push), (gst_basertppayload_get_property),
12399 (gst_basertppayload_change_state):
12402 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12404 * docs/libs/compiling.sgml:
12407 2005-09-20 Wim Taymans <wim@fluendo.com>
12409 * gst-libs/gst/rtp/gstbasertppayload.c:
12410 (gst_basertppayload_class_init), (gst_basertppayload_init),
12411 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12412 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12413 (gst_basertppayload_push), (gst_basertppayload_set_property),
12414 (gst_basertppayload_get_property),
12415 (gst_basertppayload_change_state):
12416 * gst-libs/gst/rtp/gstbasertppayload.h:
12417 Added property to configure sequence number offsets.
12419 2005-09-20 Wim Taymans <wim@fluendo.com>
12421 * gst-libs/gst/rtp/gstbasertppayload.c:
12422 (gst_basertppayload_class_init), (gst_basertppayload_init),
12423 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12424 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12425 (gst_basertppayload_push), (gst_basertppayload_set_property),
12426 (gst_basertppayload_get_property),
12427 (gst_basertppayload_change_state):
12428 * gst-libs/gst/rtp/gstbasertppayload.h:
12429 Make timestamp offset configurable.
12431 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12433 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12434 fix wrong pop/unref
12436 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12438 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12440 * gst-libs/gst/interfaces/propertyprobe.c:
12441 (gst_property_probe_probe_property_name),
12442 (gst_property_probe_needs_probe_name),
12443 (gst_property_probe_get_values_name),
12444 (gst_property_probe_probe_and_get_values_name):
12445 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12446 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12448 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12450 * check/Makefile.am:
12451 have some tests be disabled for valgrinding
12452 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12454 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12455 Fix A Leak. Chain To Parent Finalize.
12457 2005-09-19 Wim Taymans <wim@fluendo.com>
12459 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12460 Fixed wav pipeline.
12462 2005-09-19 Wim Taymans <wim@fluendo.com>
12464 * gst-libs/gst/rtp/gstbasertppayload.c:
12465 (gst_basertppayload_class_init), (gst_basertppayload_init),
12466 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12467 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12468 (gst_basertppayload_push), (gst_basertppayload_get_property),
12469 (gst_basertppayload_change_state):
12470 Posting ERROR and WARNING messages is good.
12472 2005-09-19 Wim Taymans <wim@fluendo.com>
12474 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12475 (gst_base_rtp_depayload_add_to_queue),
12476 (gst_base_rtp_depayload_push),
12477 (gst_base_rtp_depayload_set_gst_timestamp),
12478 (gst_base_rtp_depayload_queue_release):
12479 This one was not supposed to go in.
12481 2005-09-19 Wim Taymans <wim@fluendo.com>
12483 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12486 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12487 (gst_base_rtp_depayload_chain),
12488 (gst_base_rtp_depayload_add_to_queue),
12489 (gst_base_rtp_depayload_push),
12490 (gst_base_rtp_depayload_set_gst_timestamp),
12491 (gst_base_rtp_depayload_queue_release):
12494 * gst-libs/gst/rtp/gstbasertppayload.c:
12495 (gst_basertppayload_class_init), (gst_basertppayload_init),
12496 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12497 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12498 (gst_basertppayload_get_property),
12499 (gst_basertppayload_change_state):
12500 Added debugging category.
12502 2005-09-18 David Schleef <ds@schleef.org>
12504 * gst/playback/gstdecodebin.c: free plugin list correctly
12505 * gst/playback/gstplaybin.c: emit warning if autovideosink
12506 and autoaudiosink can't be found (instead of segfaulting)
12508 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12510 * check/elements/audioconvert.c: (GST_START_TEST):
12511 try out 24 bit conversion
12513 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12515 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12516 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12517 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12518 * ext/vorbis/vorbisenc.h:
12519 Fix EOS handling. Still needs a fix in the ogg muxer to
12520 mark the last page as eos.
12522 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12524 * common/gtk-doc-plugins.mak:
12525 * docs/plugins/Makefile.am:
12526 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12527 * gst/ffmpegcolorspace/Makefile.am:
12528 * gst/ffmpegcolorspace/avcodec.h:
12529 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12530 * gst/tcp/gstmultifdsink.c:
12531 fix up ffmpegcolorspace docs; extract header
12533 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12535 * common/gtk-doc-plugins.mak:
12536 * docs/plugins/Makefile.am:
12537 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12538 * ext/theora/Makefile.am:
12539 * ext/theora/gsttheoraenc.h:
12540 * ext/theora/theoraenc.c:
12541 * ext/vorbis/vorbisenc.c:
12542 pick up signals and args for vorbis; add some docs for vorbis
12544 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12546 * common/gstdoc-scangobj:
12547 * common/gtk-doc-plugins.mak:
12548 * docs/libs/Makefile.am:
12549 * docs/plugins/gst-plugins-base-plugins.args:
12550 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12551 * docs/plugins/gst-plugins-base-plugins.interfaces:
12552 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12553 * docs/plugins/gst-plugins-base-plugins.signals:
12554 only scanobj stuff from our source module. Not sure yet
12555 if that's correct, given the hierarchy stuff :)
12557 2005-09-15 Wim Taymans <wim@fluendo.com>
12559 * gst/audioconvert/gstaudioconvert.c:
12560 And enable 24 bits mode as well..
12562 2005-09-15 Wim Taymans <wim@fluendo.com>
12564 * gst-libs/gst/rtp/Makefile.am:
12565 * gst-libs/gst/rtp/gstbasertppayload.c:
12566 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12567 (gst_basertppayload_class_init), (gst_basertppayload_init),
12568 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12569 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12570 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12571 (gst_basertppayload_set_property),
12572 (gst_basertppayload_get_property),
12573 (gst_basertppayload_change_state):
12574 * gst-libs/gst/rtp/gstbasertppayload.h:
12575 Added rtp payloader base class.
12577 2005-09-15 Andy Wingo <wingo@pobox.com>
12579 * configure.ac (plugindir): Remove the EOL matcher from the
12580 regexp, as it causes me problems. Libtool? Make? Who knows?
12582 2005-09-14 David Schleef <ds@schleef.org>
12584 * check/generic/states.c:
12585 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12586 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12587 Fixes for changes in registry API.
12589 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12590 to GST_PLUGIN_LDFLAGS.
12591 * ext/libvisual/visual.c: Make the library shut up.
12592 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12593 * gst-libs/gst/audio/gstaudiofilter.c: same
12595 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12597 * docs/plugins/Makefile.am:
12598 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12599 * docs/plugins/inspect/plugin-libvisual.xml:
12600 * docs/plugins/tmpl/element-tcpserversink.sgml:
12601 * ext/theora/theoraenc.c:
12602 add libvisual plugin and theoraenc element to docs
12604 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12606 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12607 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12608 * ext/theora/theoraenc.c:
12611 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12613 * gst/audioconvert/Makefile.am:
12614 Audioconvert derives from GstBaseTransform and should
12615 link to the library with our base elements to avoid
12616 unresolved symbols. Makes things work with MinGW (#316160)
12618 * gst/playback/test4.c: (main):
12619 Fix MinGW build problem and use g_usleep() instead of
12622 2005-09-12 Wim Taymans <wim@fluendo.com>
12624 * gst/audioconvert/audioconvert.c: (float),
12625 (audio_convert_prepare_context), (audio_convert_convert):
12626 * gst/audioconvert/audioconvert.h:
12627 Cleanups, speedups, simplifications, added back support
12630 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12632 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12633 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12634 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12635 * docs/plugins/tmpl/element-tcpserversink.sgml:
12636 * gst/ffmpegcolorspace/gstffmpeg.c:
12637 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12638 * gst/videotestsrc/gstvideotestsrc.c:
12639 * gst/volume/gstvolume.c:
12640 add more elements to the docs
12642 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12644 * check/Makefile.am:
12645 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12646 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12647 Add extra tests for basetransform based components.
12648 Comment out the test_element_negotiation test until we decide
12649 if it's testing correct behaviour.
12650 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12651 (gst_visual_chain), (gst_visual_change_state):
12652 Slightly more correct but still bogus timestamping.
12653 Fix state change function.
12654 * gst/audioconvert/gstaudioconvert.c:
12655 (gst_audio_convert_class_init):
12656 * gst/audioresample/gstaudioresample.c:
12657 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12658 (gst_ffmpegcsp_class_init):
12659 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12660 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12661 (gst_videoscale_prepare_image):
12662 * gst/volume/gstvolume.c: (gst_volume_class_init),
12663 (volume_transform_ip):
12664 Basetransform updates. Enable passthrough modes.
12665 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12666 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12667 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12668 Negotiation fix that allows the window to return to the original
12669 size and renegotiate passthrough upstream. Extra debug output.
12671 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12673 * gst/sine/gstsinesrc.c:
12674 * gst/volume/gstvolume.c:
12675 fix up header include
12677 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12679 * gst-libs/gst/audio/gstbaseaudiosink.c:
12680 (gst_base_audio_sink_render):
12681 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12682 * gst/volume/gstvolume.c: (gst_volume_class_init),
12683 (volume_transform):
12684 fixing lost sync, some more debugging
12686 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12688 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12689 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12690 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12691 (gst_xvimagesink_check_xshm_calls):
12692 Fix compilation when XShm is not available.
12694 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12696 * ext/libvisual/visual.c: (gst_visual_dispose),
12697 (gst_visual_getcaps), (gst_visual_src_setcaps),
12698 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12699 (gst_visual_change_state):
12700 Finish fixing up libvisual plugin so that it runs.
12702 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12704 * ext/vorbis/vorbisenc.c:
12705 * gst-libs/gst/tag/gstvorbistag.c:
12706 gsttaginterface.h -> gsttagsetter.h
12708 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12710 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12711 added another test that failes for me (test is not active by default)
12713 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12716 v4l2 is no longer in gst-plugins-base
12718 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12721 In the output at the end, don't show the first plugin on the same
12722 line as "Core plug-ins, always built:".
12723 Indent the output as for other plugin categories
12724 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12725 #define that can be used to not use peer buffer_alloc functions for
12727 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12728 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12729 (gst_ximagesink_show_frame):
12730 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12731 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12732 (gst_xvimagesink_show_frame):
12733 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12734 fails gracefully instead of XError aborting or deadlocking.
12736 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12738 * ext/libvisual/Makefile.am:
12739 link against gst-base-libs
12741 2005-09-06 David Schleef <ds@schleef.org>
12743 * configure.ac: Enable libvisual plugin.
12744 * ext/libvisual/Makefile.am:
12745 * ext/libvisual/visual.c: Fixes to make it compile.
12747 === release 0.9.2 ===
12749 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12754 * docs/random/ChangeLog-0.8:
12755 releasing 0.9.2, "Spoon"
12757 2005-09-05 Michael Smith <msmith@fluendo.com>
12759 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12760 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12761 that in the vorbisenc element.
12763 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12765 * common/gtk-doc-plugins.mak:
12766 * docs/plugins/Makefile.am:
12768 * gst/audioresample/resample.c:
12769 fix wrong docstring
12771 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12773 * common/gst-xmlinspect.py:
12774 * common/gtk-doc-plugins.mak:
12775 only inspect plugins for this given package
12776 require gst-python 0.9
12778 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12782 * common/gst-xmlinspect.py:
12784 * docs/Makefile.am:
12785 * docs/plugins/inspect/plugin-alsa.xml:
12786 * docs/plugins/inspect/plugin-audioresample.xml:
12787 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12788 * docs/plugins/inspect/plugin-ogg.xml:
12789 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12790 * docs/plugins/tmpl/element-multifdsink.sgml:
12791 * docs/plugins/tmpl/element-tcpserversink.sgml:
12792 * docs/plugins/tmpl/element-vorbisenc.sgml:
12793 * gst-plugins-base.spec.in:
12794 various doc-related updates
12796 2005-08-31 Wim Taymans <wim@fluendo.com>
12798 * gst-libs/gst/audio/gstbaseaudiosink.c:
12799 (gst_base_audio_sink_render):
12800 Resync if the buffer timestamps drift more than a 10th
12803 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12805 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12806 (gst_v4lsrc_get_property):
12807 The 'timestamp-offset' property is registered as an int64, so
12808 let's use g_value_{set|get}_int64() in our setter and getter
12809 functions (makes it work and fixes warnings with gst-inspect).
12811 2005-08-30 Wim Taymans <wim@fluendo.com>
12813 * check/elements/audioconvert.c: (setup_audioconvert):
12814 * check/elements/audioresample.c: (setup_audioresample):
12815 * check/elements/volume.c: (setup_volume):
12818 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12820 * common/gtk-doc-plugins.mak:
12821 * common/plugins.xsl:
12822 * docs/plugins/Makefile.am:
12823 make module a param
12825 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12827 * examples/seeking/seek.c: (make_mp3_pipeline),
12828 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12829 (play_cb), (pause_cb), (stop_cb):
12832 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12834 * gst/volume/gstvolume.c: (gst_volume_class_init),
12835 (volume_transform):
12836 do not update controlled params, if buffer has no timestamp
12838 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12841 * gst/sine/Makefile.am:
12842 * gst/volume/Makefile.am:
12843 controllerized elements also need to link against controller-libs ;)
12845 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12847 * docs/libs/tmpl/gstcolorbalance.sgml:
12848 * docs/libs/tmpl/gstgconf.sgml:
12849 * docs/libs/tmpl/gstmixer.sgml:
12850 * docs/libs/tmpl/gstringbuffer.sgml:
12851 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12852 (gst_sinesrc_create):
12853 * gst/volume/gstvolume.c: (gst_volume_class_init),
12854 (volume_transform):
12855 controllerized two audio plugins
12857 2005-08-29 Andy Wingo <wingo@pobox.com>
12859 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12860 (vorbis_handle_data_packet): Fix some int overflow errors.
12862 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12864 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12866 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12867 if it's valid. Fixed streaming-mode playback.
12869 * check/elements/volume.c (cleanup_volume): Fix for running
12872 * check/elements/audioconvert.c: Convert from native endian, not
12875 2005-08-29 Michael Smith <msmith@fluendo.com>
12877 * ext/ogg/Makefile.am:
12878 * ext/ogg/gstogg.c: (plugin_init):
12879 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12880 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12881 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12882 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12883 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12884 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12885 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12886 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12887 Add an ogg parser element.
12889 2005-08-28 Andy Wingo <wingo@pobox.com>
12891 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12893 2005-08-26 Wim Taymans <wim@fluendo.com>
12895 * gst/audioconvert/audioconvert.c: (if), (float),
12896 (audio_convert_get_func_index), (check_default),
12897 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12898 (audio_convert_clean_context), (audio_convert_get_sizes),
12899 (audio_convert_convert):
12902 2005-08-26 Wim Taymans <wim@fluendo.com>
12904 * gst/audioconvert/audioconvert.c: (if), (float),
12905 (audio_convert_get_func_index), (check_default),
12906 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12907 (audio_convert_clean_context), (audio_convert_get_sizes),
12908 (audio_convert_convert):
12909 More elegant and working temp buffer selection algo.
12911 2005-08-26 Wim Taymans <wim@fluendo.com>
12913 * gst/audioconvert/audioconvert.c: (if), (float),
12914 (audio_convert_get_func_index), (check_default),
12915 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12916 (audio_convert_clean_context), (audio_convert_get_sizes),
12917 (get_temp_buffer), (audio_convert_convert):
12918 Use realloc else we lose our original data.
12920 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12922 * gst/audioresample/gstaudioresample.c:
12923 use base class' newsegment to properly timestamp
12925 2005-08-26 Wim Taymans <wim@fluendo.com>
12927 * gst/audioconvert/audioconvert.c: (if), (float),
12928 (audio_convert_get_func_index), (check_default),
12929 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12930 (audio_convert_clean_context), (audio_convert_get_sizes),
12931 (get_temp_buffer), (audio_convert_convert):
12932 * gst/audioconvert/gstaudioconvert.c:
12933 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12934 (gst_audio_convert_transform_caps),
12935 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12936 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12937 Oops, allocate enough space to perform the channel mix.
12939 2005-08-26 Wim Taymans <wim@fluendo.com>
12941 * gst/audioconvert/Makefile.am:
12942 * gst/audioconvert/audioconvert.c: (if), (float),
12943 (audio_convert_get_func_index), (check_default),
12944 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12945 (audio_convert_clean_context), (audio_convert_get_sizes),
12946 (get_temp_buffer), (audio_convert_convert):
12947 * gst/audioconvert/audioconvert.h:
12948 * gst/audioconvert/gstaudioconvert.c:
12949 (gst_audio_convert_class_init), (gst_audio_convert_init),
12950 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12951 (gst_audio_convert_get_unit_size),
12952 (gst_audio_convert_transform_caps),
12953 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12954 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12955 * gst/audioconvert/gstaudioconvert.h:
12956 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12957 (gst_channel_mix_fill_identical),
12958 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12959 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12960 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12961 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12962 (gst_channel_mix_mix):
12963 * gst/audioconvert/gstchannelmix.h:
12964 Cleanups, librarify a bit, optimize, better negotiation and more.
12966 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12968 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12969 Another from MikeS:
12970 During typefinding, don't support negative offsets
12971 (offsets from the end of the stream) in our typefind->peek() function
12972 - nothing embedded in ogg ever needs them. However, we need to recognise
12973 those requests and reject them, otherwise we return invalid pointers.
12975 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12977 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12978 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12979 (vorbisdec_finalize), (vorbis_handle_type_packet):
12980 Big shout-out to MikeS for fixing this giant memory leak.
12983 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12985 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12986 (audio_convert_get_unit_size):
12989 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12991 * check/Makefile.am:
12992 * check/elements/audioconvert.c: (setup_audioconvert),
12993 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12994 (GST_START_TEST), (audioconvert_suite), (main):
12995 add a test for audioconvert
12996 * gst/audioresample/gstaudioresample.c:
12997 * gst/audioresample/gstaudioresample.h:
12998 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12999 note that for buffers of 1/3 sec this means DURATION(c) is
13000 one nanosecond more than for a and b
13002 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13004 * check/Makefile.am:
13005 * check/elements/audioresample.c: (setup_audioresample),
13006 (cleanup_audioresample), (fail_unless_perfect_stream),
13007 (test_perfect_stream_instance), (GST_START_TEST),
13008 add a check for audioresample
13009 (audioresample_suite), (main):
13010 * check/elements/volume.c: (GST_START_TEST):
13011 remove unused method
13012 * gst/audioresample/gstaudioresample.c:
13013 set correct buffer parameters since we're changing them
13014 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13017 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13019 * gst/audioresample/debug.c:
13020 * gst/audioresample/gstaudioresample.c:
13021 add room for extra overlap samples when asked to transform size
13022 protect against possible mem corruption and check for discrepancies
13023 between written size and outbuffer's size so we can warn for
13025 * gst/audioresample/resample.c: (resample_init),
13026 (resample_get_output_size_for_input), (resample_get_output_size),
13027 (resample_set_n_channels), (resample_set_format):
13028 set debug level based on RESAMPLE_DEBUG env var
13029 make sure that get_output_size* returns a whole number of
13031 set sample_size each time either channel or format is set
13032 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13033 * gst/audioresample/resample_functable.c:
13034 (resample_scale_functable):
13035 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13036 remove r->sample_size, it's done in resample.c now
13037 add some debugging to the ref implementation
13038 make sure we only give back bytes that are wholes of the sample
13041 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13042 * gst/playback/gstplaybasebin.c: (fill_buffer):
13043 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13045 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13047 * gst/volume/gstvolume.c:
13048 made set_caps function static
13050 2005-08-24 Wim Taymans <wim@fluendo.com>
13052 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13053 (gst_vorbisenc_change_state):
13054 Stop leaking taglists.
13056 2005-08-24 Wim Taymans <wim@fluendo.com>
13058 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13059 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13060 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13061 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13062 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13063 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13064 Parse seeking events better.
13066 Generate correct newsegment events, fixes seeking in live oggs.
13068 * ext/theora/theoradec.c: (theora_dec_src_query),
13069 (theora_dec_src_event), (theora_dec_src_getcaps),
13070 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13071 Use newsegment values to report correct play time.
13073 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13074 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13075 * ext/vorbis/vorbisdec.h:
13076 Parse and use newsegment values to report correct play time.
13078 * gst-libs/gst/audio/gstbaseaudiosink.c:
13079 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13080 Clear ringbuffer on flush.
13081 Use newsegment values to calculate playback time.
13083 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13084 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13085 Basesink does newsegment calculations for us now.
13087 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13089 * check/Makefile.am:
13091 add core's plugins to the mix so that playbin works
13092 * check/generic/states.c: (GST_START_TEST):
13093 set a 0 timeout on pipelines, so they don't force the next
13095 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13096 (gst_play_base_bin_change_state):
13097 remove the crappy error handling and do GST error handling
13099 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13101 * check/Makefile.am:
13102 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13103 add same test as to core, it bitches out on playbin atm.
13105 2005-08-24 Wim Taymans <wim@fluendo.com>
13110 2005-08-24 Wim Taymans <wim@fluendo.com>
13112 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13113 (gst_videoscale_prepare_size), (parse_caps),
13114 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13115 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13116 (gst_videoscale_transform):
13117 * gst/videoscale/gstvideoscale.h:
13118 Refactor, make use of BaseTranform really well.
13120 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13123 compile audioresample
13124 * gst/audioresample/Makefile.am:
13125 * gst/audioresample/buffer.c:
13126 * gst/audioresample/functable.c:
13127 * gst/audioresample/gstaudioresample.c:
13128 * gst/audioresample/gstaudioresample.h:
13129 * gst/audioresample/resample.c:
13130 (resample_get_output_size_for_input):
13131 * gst/audioresample/resample.h:
13132 * gst/audioresample/resample_chunk.c:
13133 * gst/audioresample/resample_functable.c:
13134 * gst/audioresample/resample_ref.c:
13135 port to use basetransform; doesn't work in all cases yet
13137 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13139 * gst/audioconvert/gstaudioconvert.c:
13140 (gst_audio_convert_class_init), (gst_audio_convert_init),
13141 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13142 (audio_convert_fixate_caps), (audio_convert_set_caps),
13143 (audio_convert_transform),
13144 (gst_audio_convert_buffer_to_default_format),
13145 (gst_audio_convert_buffer_from_default_format),
13146 (gst_audio_convert_channels):
13147 * gst/audioconvert/gstchannelmix.c:
13148 * gst/audioconvert/gstchannelmix.h:
13149 port to basetransform
13150 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13151 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13152 (gst_ffmpegcsp_get_unit_size):
13153 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13154 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13155 fix for basetransform changes
13157 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13159 * check/Makefile.am:
13160 Add CHECK_CFLAGS and LDFLAGS
13162 * gst/playback/gstplaybasebin.c: (fill_buffer):
13163 GST_MESSAGE_SRC became a GObject
13165 2005-08-24 Wim Taymans <wim@fluendo.com>
13167 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13168 (gst_ring_buffer_clear_all):
13169 * gst-libs/gst/audio/gstringbuffer.h:
13170 Added function to clear the ringbuffer.
13172 2005-08-24 Andy Wingo <wingo@pobox.com>
13174 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13175 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13176 of _open and _close.
13178 * sys/v4l/gstv4lxoverlay.h:
13179 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13180 an Xv connection here, instead of all the time. Make Xv only be
13181 loaded if you axe for it. Kindof a workaround for buggy behaviour
13182 of Xv when using remote xservers (XvQueryExtension would block).
13183 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13184 replace the _open and _close public API. Only start the xv
13185 connection if necessary.
13186 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13188 2005-08-23 David Schleef <ds@schleef.org>
13190 * gst/audioresample/Makefile.am: Leet audioresampling code
13191 * gst/audioresample/buffer.c:
13192 * gst/audioresample/buffer.h:
13193 * gst/audioresample/debug.c:
13194 * gst/audioresample/debug.h:
13195 * gst/audioresample/functable.c:
13196 * gst/audioresample/functable.h:
13197 * gst/audioresample/gstaudioresample.c:
13198 * gst/audioresample/gstaudioresample.h:
13199 * gst/audioresample/resample.c:
13200 * gst/audioresample/resample.h:
13201 * gst/audioresample/resample_chunk.c:
13202 * gst/audioresample/resample_functable.c:
13203 * gst/audioresample/resample_ref.c:
13205 2005-08-23 Wim Taymans <wim@fluendo.com>
13207 * examples/seeking/seek.c: (make_vorbis_pipeline),
13208 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13209 Small seek updates.
13211 2005-08-23 Andy Wingo <wingo@pobox.com>
13213 * gst-libs/gst/audio/gstbaseaudiosrc.c
13214 (gst_base_audio_src_fixate): Only fixate endianness if it is
13215 present in the caps.
13217 2005-08-22 Andy Wingo <wingo@pobox.com>
13219 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13220 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13221 device-name property.
13223 * gst-libs/gst/audio/gstaudiosrc.h:
13224 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13225 close_device in the ring buffer, like gstaudiosink.
13227 * ext/alsa/gstalsamixer.h:
13228 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13229 macro to implement the interface without much code. Cleanups.
13231 * ext/alsa/gstalsasrc.h:
13232 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13235 * ext/alsa/Makefile.am: Add new files.
13236 * ext/alsa/gstalsamixerelement.c:
13237 * ext/alsa/gstalsamixerelement.c: Split element code out from
13238 mixer code so that alsasrc can be a mixer too.
13240 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13242 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13244 * check/elements/vorbisdec.c: (setup_vorbisdec),
13245 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13246 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13247 (vorbis_handle_identification_packet),
13248 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13249 (vorbis_handle_header_packet), (vorbis_dec_push),
13250 (vorbis_dec_chain):
13251 use the setup/teardown methods to save code. save code is good.
13253 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13255 * check/Makefile.am:
13256 add ext dir for plugins
13257 add vorbisdec test conditionally
13258 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13259 (GST_START_TEST), (volume_suite):
13260 add a test with wrong caps
13261 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13262 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13263 add a vorbisdec test
13264 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13265 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13266 clean up debug output
13267 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13268 yay, fix a segfault/security issue in vorbisdec
13269 gst-launch fakesrc ! vorbisdec wasn't happy
13270 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13271 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13272 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13273 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13274 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13275 (gst_vorbisenc_set_metadata), (get_constraints_string),
13276 (update_start_message), (gst_vorbisenc_setup),
13277 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13278 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13279 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13280 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13281 * ext/vorbis/vorbisenc.h:
13283 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13284 (gst_ffmpegcsp_transform):
13285 have the kow come home
13286 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13288 * gst/volume/gstvolume.c: (volume_set_caps):
13291 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13294 * check/.cvsignore:
13295 * check/Makefile.am:
13296 * check/elements/.cvsignore:
13297 * check/elements/volume.c: (chain_func), (event_func),
13298 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13301 add unit test structure for gst-plugins-base
13302 add a test for volume
13303 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13304 (gst_volume_set_volume), (gst_volume_get_volume),
13305 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13306 (volume_funcfind), (volume_process_float), (volume_process_int16),
13307 (volume_set_caps), (volume_transform), (volume_update_mute),
13308 (volume_update_volume), (volume_set_property),
13309 (volume_get_property):
13310 document a little; use basetransform vmethod _set_caps
13312 2005-08-19 Andy Wingo <wingo@pobox.com>
13314 * ext/alsa/gstalsamixertrack.h:
13315 * ext/alsa/gstalsamixertrack.c:
13316 * ext/alsa/gstalsamixeroptions.h:
13317 * ext/alsa/gstalsamixeroptions.c:
13318 * ext/alsa/gstalsamixer.h:
13319 * ext/alsa/gstalsamixer.c: Port to 0.9.
13321 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13322 Remove gstalsa.c and alsaclock. No more cruft here.
13324 2005-08-18 Wim Taymans <wim@fluendo.com>
13326 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13327 (gst_base_rtp_depayload_chain),
13328 (gst_base_rtp_depayload_add_to_queue),
13329 (gst_base_rtp_depayload_push),
13330 (gst_base_rtp_depayload_queue_release):
13331 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13332 Fix for RTPBuffer changes.
13334 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13335 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13336 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13337 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13338 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13339 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13340 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13341 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13342 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13343 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13344 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13345 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13346 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13347 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13348 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13349 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13350 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13351 (gst_rtpbuffer_get_payload):
13352 * gst-libs/gst/rtp/gstrtpbuffer.h:
13353 Don't subclass GstBuffer but add methods and helper functions
13354 to construct and manipulate RTP packets in regular GstBuffers.
13356 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13358 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13359 moved statement below switch
13360 * gst/volume/gstvolume.c: (gst_volume_class_init):
13363 2005-08-16 Wim Taymans <wim@fluendo.com>
13365 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13366 (gst_base_audio_src_change_state):
13367 Open and close device in READY<->NULL state change.
13369 2005-08-16 Andy Wingo <wingo@pobox.com>
13371 * examples/seeking/Makefile.am: Don't compile non-compiling
13372 compiled objects with the compiler.
13374 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13377 2005-08-12 Philippe Khalaf <burger@speedy.org>
13378 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13379 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13380 Made a thread to release the queue.
13381 Removed timestamp conversion for now.
13383 2005-08-10 Philippe Khalaf <burger@speedy.org>
13384 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13385 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13386 Added rtp timestamp -> gst timestamp conversion.
13387 Fixed several problems with queue.
13389 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13391 * gst-libs/gst/audio/gstaudioclock.h:
13392 * gst-libs/gst/audio/gstaudiofilter.h:
13393 * gst-libs/gst/audio/gstaudiosink.h:
13394 * gst-libs/gst/audio/gstaudiosrc.h:
13395 * gst-libs/gst/audio/gstbaseaudiosink.h:
13396 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13397 * gst-libs/gst/audio/gstringbuffer.h:
13398 * gst-libs/gst/net/gstnetbuffer.h:
13399 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13400 * gst-libs/gst/rtp/gstrtpbuffer.h:
13401 Add padding (you will need to rebuild gst-plugins-base,
13402 gst-plugins and all applications afterwards!)
13404 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13406 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13407 (gst_riff_parse_chunk):
13408 Fix bug in debug message and add some more debug messages.
13410 2005-08-08 Edward Hervey <edward@fluendo.com>
13412 * gst-libs/gst/riff/riff-media.c:
13413 backported updates since branch
13415 2005-08-08 Andy Wingo <wingo@pobox.com>
13417 * gst-libs/gst/audio/gstbaseaudiosink.c
13418 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13419 like good elements should. Close on READY->NULL too.
13421 * gst-libs/gst/audio/gstaudiosink.c
13422 (gst_audioringbuffer_open_device,
13423 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13424 (gst_audioringbuffer_release): Updates for new ring buffer API,
13425 hook into the new audio sink api.
13427 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13428 (GstAudioSinkClass.close): Just open and close the device -- no
13429 resource allocation or configuration.
13430 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13431 vmethods, handle device setup and resource allocation.
13433 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13434 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13437 * gst-libs/gst/audio/gstringbuffer.h
13438 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13441 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13442 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13443 New API functions. The device should be opened before acquiring
13444 and closed after releasing.
13446 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13448 * gst-libs/gst/interfaces/mixer.h:
13449 Reset padding to GST_PADDING.
13451 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13453 * gst/playback/gstplaybin.c: (remove_sinks):
13454 Remove visualization from parent explicitely; works around some
13455 apparent refcount issue that I haven't tracked down yet.
13457 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13459 * ext/alsa/gstalsasink.c: (set_hwparams):
13460 Assign debug category, add negotiation debug msgs.
13462 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13464 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13465 Fix error code for file-not-found to NOT_FOUND.
13467 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13469 * common/gtk-doc-plugins.mak:
13470 * docs/plugins/Makefile.am:
13471 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13472 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13473 renamed to actual element names, so much nicer to look at
13474 * docs/plugins/tmpl/gstmultifdsink.sgml:
13476 * docs/plugins/tmpl/multifdsink.sgml:
13477 * docs/plugins/tmpl/tcpserversink.sgml:
13479 * ext/alsa/gstalsa.c:
13480 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13481 * ext/ogg/gstoggmux.c:
13482 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13483 * gst/playback/gstdecodebin.c:
13484 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13485 * gst/tcp/gsttcpserversink.c:
13486 various fixes and documentation additions
13488 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13490 * common/Makefile.am:
13491 * common/gstdoc-scangobj:
13492 * common/gtk-doc-plugins.mak:
13493 * common/gtk-doc.mak:
13494 add a custom scangobj that uses the registry
13495 add a custom gtk-doc-plugins.mak that uses it
13496 some doc build fixes
13498 * docs/Makefile.am:
13499 * docs/plugins/Makefile.am:
13500 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13501 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13502 * docs/plugins/gst-plugins-base-plugins.types:
13503 * docs/plugins/tmpl/gstmultifdsink.sgml:
13504 add docs for one element, multifdsink
13505 * gst/adder/gstadder.h:
13506 * gst/volume/gstvolume.h:
13507 don't privatize enum
13508 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13509 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13510 (gst_sync_method_get_type), (gst_client_status_get_type),
13511 (gst_multifdsink_class_init),
13512 (gst_multifdsink_client_queue_buffer),
13513 (gst_multifdsink_handle_client_write):
13514 * gst/tcp/gstmultifdsink.h:
13515 * gst/tcp/gsttcp.h:
13516 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13517 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13518 (gst_tcpclientsink_render):
13519 * gst/tcp/gsttcpclientsink.h:
13520 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13521 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13522 (gst_tcpclientsrc_start):
13523 * gst/tcp/gsttcpclientsrc.h:
13524 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13525 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13526 * gst/tcp/gsttcpserversrc.h:
13527 * gst/typefind/gsttypefindfunctions.c:
13528 remove superfluous Type stuff
13530 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13532 * gst/playback/gstplaybin.c: (gen_video_element):
13535 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13537 * gst-libs/gst/gconf/gconf.c:
13538 * gst-libs/gst/gconf/gconf.h:
13539 Fix some Andy Problem [tm].
13541 2005-08-04 Andy Wingo <wingo@pobox.com>
13543 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13544 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13545 (gst_ffmpegcsp_get_size): Adapt to API changes.
13547 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13548 Implement an in-place do-nothing transform.
13550 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13552 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13553 (gst_ximagesink_renegotiate_size):
13554 Do not set new window sizes yet if we prepare a new buffer size
13555 for upstream renegotiation (software scaling) at some point in the
13556 future, because this new size waqs not actually accepted yet. Once
13557 accepted, renegotiation later on will set the new sizes just fine.
13558 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13559 embedding testcase.
13561 2005-08-03 Andy Wingo <wingo@pobox.com>
13563 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13564 (gst_ximagesink_buffer_alloc):
13565 Protect the height, width, and desired_caps with the pool_lock.
13566 Fixes videotestsrc ! queue ! ximagesink.
13568 2005-08-02 Edward Hervey <edward@fluendo.com>
13570 * gst/volume/gstvolume.c:
13571 include left from controller cleanup
13573 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13574 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13575 Stop collectpads before calling the parent state
13576 change function on PAUSED->READY.
13578 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13580 When testing for X libs, use the X CFlags
13581 * gst/adder/gstadder.c: (gst_adder_change_state):
13582 Stop the collectpads before calling parent state change function
13583 on PAUSED->READY, otherwise we deadlock deactivating pads.
13585 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13588 * docs/libs/tmpl/gstcolorbalance.sgml:
13589 * docs/libs/tmpl/gstmixer.sgml:
13590 * examples/Makefile.am:
13591 * gst/sine/Makefile.am:
13592 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13593 (gst_sinesrc_set_property), (plugin_init):
13594 * gst/sine/gstsinesrc.h:
13595 * gst/volume/Makefile.am:
13596 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13597 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13598 (volume_process_float), (volume_process_int16),
13599 (volume_set_property), (plugin_init):
13600 * gst/volume/gstvolume.h:
13601 deactivate and remove dparams (libgstcontrol)
13603 2005-07-29 Wim Taymans <wim@fluendo.com>
13605 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13606 Convert me to BaseTransform!! help..
13608 2005-07-29 Andy Wingo <wingo@pobox.com>
13610 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13613 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13614 support of both endiannesses.
13616 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13618 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13619 Fix confusing debug message (s/event/query/)
13621 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13623 * gst/videotestsrc/videotestsrc.h:
13624 Use "_stdint.h" instead of <stdint.h>
13626 2005-07-27 Wim Taymans <wim@fluendo.com>
13628 * ext/vorbis/Makefile.am:
13629 Revert wrong commit.
13631 2005-07-27 Wim Taymans <wim@fluendo.com>
13633 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13634 More compilation fixen.
13636 2005-07-27 Wim Taymans <wim@fluendo.com>
13638 * gst-libs/gst/audio/gstbaseaudiosink.c:
13639 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13640 (gst_base_audio_sink_create_ringbuffer),
13641 (gst_base_audio_sink_change_state):
13644 2005-07-27 Wim Taymans <wim@fluendo.com>
13646 * examples/seeking/seek.c: (setup_dynamic_link),
13647 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13648 (query_positions_elems), (query_positions_pads), (do_seek):
13649 Update seek example.
13651 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13652 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13653 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13654 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13655 (gst_ogg_demux_handle_event),
13656 (gst_ogg_demux_deactivate_current_chain),
13657 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13658 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13659 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13660 (gst_ogg_demux_loop):
13661 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13662 * ext/theora/theoradec.c: (theora_dec_src_event),
13663 (theora_dec_src_getcaps), (theora_dec_sink_event),
13664 (theora_dec_push), (theora_dec_chain):
13665 * ext/vorbis/Makefile.am:
13666 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13667 (vorbis_dec_sink_event), (vorbis_dec_push),
13668 (vorbis_handle_data_packet):
13669 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13670 (gst_vorbisenc_chain):
13671 * gst/playback/gststreaminfo.c: (cb_probe):
13672 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13673 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13674 * gst/videoscale/gstvideoscale.c:
13675 (gst_videoscale_handle_src_event):
13676 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13677 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13678 (gst_ximagesink_navigation_send_event):
13679 * sys/xvimage/xvimagesink.c:
13680 (gst_xvimagesink_navigation_send_event):
13681 Various event updates and cleanups
13683 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13685 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13686 Fix segfault for I420/YV12.
13688 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13690 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13693 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13695 * gst/playback/gstplaybin.c: (gen_video_element),
13696 (gen_audio_element):
13697 Switch to auto*sink elements as default sinks; add volume element
13698 so that volume control in totem works.
13700 2005-07-21 Wim Taymans <wim@fluendo.com>
13702 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13703 * gst/playback/gstplaybin.c: (setup_sinks),
13704 (gst_play_bin_change_state):
13705 Refcount fix and more comments.
13707 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13709 * sys/ximage/Makefile.am:
13710 * sys/ximage/ximage.c: (plugin_init):
13711 * sys/ximage/ximagesink.c:
13712 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13715 2005-07-21 Wim Taymans <wim@fluendo.com>
13717 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13718 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13719 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13720 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13721 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13722 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13723 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13724 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13725 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13726 Generate correct disconts for live chained oggs.
13728 * gst-libs/gst/audio/gstbaseaudiosink.c:
13729 (gst_base_audio_sink_render),
13730 (gst_base_audio_sink_create_ringbuffer),
13731 (gst_base_audio_sink_change_state):
13732 Handle discont math correctly.
13734 * gst/playback/gstplaybin.c: (add_sink):
13735 Some small debug cleanup.
13737 2005-07-21 Wim Taymans <wim@fluendo.com>
13739 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13740 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13741 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13742 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13743 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13744 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13745 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13746 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13747 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13748 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13749 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13750 (gst_ogg_demux_change_state), (gst_ogg_print):
13751 Reorganize code to send the right disconts when in streaming
13754 2005-07-20 Andy Wingo <wingo@pobox.com>
13756 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13757 fix (?), fixes a seggie mcfalterson (#310894).
13759 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13761 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13762 (gst_ogg_mux_set_header_on_caps):
13763 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13764 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13765 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13766 * gst-libs/gst/audio/multichannel.c:
13767 (gst_audio_set_channel_positions),
13768 (gst_audio_set_structure_channel_positions_list):
13769 * gst/playback/gstdecodebin.c: (dynamic_create):
13770 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13771 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13772 Fixes for API changes in core.
13774 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13776 * gst/playback/gstplaybasebin.c: (fill_buffer):
13777 Use _new_custom() so we can set custom message types for buffering
13780 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13783 * gst-libs/gst/Makefile.am:
13784 * gst-libs/gst/gconf/.cvsignore:
13785 * gst-libs/gst/gconf/Makefile.am:
13786 * gst-libs/gst/gconf/test-gconf.c:
13787 * pkgconfig/Makefile.am:
13788 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13789 * pkgconfig/gstreamer-gconf.pc.in:
13790 Remove gconf stuff, use gconf elements instead from now on.
13792 2005-07-20 Wim Taymans <wim@fluendo.com>
13794 * gst-libs/gst/audio/TODO:
13795 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13796 (gst_audio_clock_get_internal_time):
13797 * gst-libs/gst/audio/gstaudioclock.h:
13798 * gst-libs/gst/audio/gstbaseaudiosink.c:
13799 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13800 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13801 (gst_base_audio_sink_render),
13802 (gst_base_audio_sink_create_ringbuffer),
13803 (gst_base_audio_sink_change_state):
13804 Make sure the audio clock always returns an increasing value.
13806 2005-07-19 Andy Wingo <wingo@pobox.com>
13808 * gst/videotestsrc/: Cleanups.
13810 2005-07-19 Wim Taymans <wim@fluendo.com>
13812 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13815 2005-07-19 Wim Taymans <wim@fluendo.com>
13817 * examples/seeking/seek.c: (make_dv_pipeline),
13818 (make_vorbis_theora_pipeline), (query_rates),
13819 (query_positions_elems), (query_positions_pads), (do_seek):
13820 Make correct DV pipeline.
13822 2005-07-18 Andy Wingo <wingo@pobox.com>
13824 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13825 default. Also because it's the only thing that really works. (This
13826 is used in the GConf elements).
13827 Use AS_LIBTOOL_TAGS.
13829 2005-07-18 Wim Taymans <wim@fluendo.com>
13831 * gst/playback/gstdecodebin.c: (remove_element_chain):
13832 * gst/playback/gstplaybin.c: (add_sink):
13833 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13834 (gst_stream_info_set_mute):
13835 * gst/playback/gststreamselector.c:
13836 (gst_stream_selector_get_linked_pad),
13837 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13838 More leak and compile fixes.
13840 2005-07-18 Wim Taymans <wim@fluendo.com>
13842 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13843 (query_rates), (query_positions_elems), (query_positions_pads),
13844 (do_seek), (seek_cb), (stop_seek):
13845 Updated seek example.
13847 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13848 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13849 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13850 * gst/playback/gstplaybin.c: (add_sink):
13851 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13852 (gst_stream_info_set_mute):
13853 Some refcount leak fixes.
13855 2005-07-16 Wim Taymans <wim@fluendo.com>
13857 * gst-libs/gst/audio/gstbaseaudiosink.c:
13858 (gst_base_audio_sink_render):
13859 Align samples even if we have roundoff errors in the
13860 timestamp conversion.
13862 2005-07-16 Wim Taymans <wim@fluendo.com>
13864 * docs/libs/tmpl/gstringbuffer.sgml:
13865 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13866 (query_rates), (query_positions_elems), (query_positions_pads),
13867 (update_scale), (do_seek):
13868 Updated seek example.
13870 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13871 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13872 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13873 (gst_ogg_demux_loop):
13874 Push out correct discont values.
13876 * ext/theora/theoradec.c: (theora_dec_src_convert),
13877 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13878 (theora_dec_sink_event), (theora_handle_type_packet),
13879 (theora_handle_header_packet), (theora_dec_push),
13880 (theora_handle_data_packet), (theora_dec_chain),
13881 (theora_dec_change_state):
13882 Better timestamping.
13884 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13885 (vorbis_dec_sink_event), (vorbis_dec_push),
13886 (vorbis_handle_data_packet), (vorbis_dec_chain):
13887 * ext/vorbis/vorbisdec.h:
13888 Better timestamping.
13890 * gst-libs/gst/audio/gstbaseaudiosink.c:
13891 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13892 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13893 Handle syncing on timestamps instead of sample offsets. Make
13894 use of DISCONT values as described in design docs.
13896 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13897 (gst_base_audio_src_get_time):
13898 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13899 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13900 (gst_ring_buffer_read):
13901 * gst-libs/gst/audio/gstringbuffer.h:
13902 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13903 (gst_ximagesink_show_frame):
13904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13905 Correcly convert buffer timestamp to stream time.
13907 2005-07-16 Wim Taymans <wim@fluendo.com>
13909 * gst/audioconvert/gstaudioconvert.c:
13910 (gst_audio_convert_get_buffer):
13911 Timestamp buffers correctly.
13913 * gst/playback/gstplaybin.c: (gen_video_element):
13914 Make internal fakesink silent.
13916 2005-07-15 Wim Taymans <wim@fluendo.com>
13918 * gst/ffmpegcolorspace/Makefile.am:
13919 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13920 (gst_ffmpegcsp_caps_remove_format_info),
13921 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13922 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13923 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13924 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13925 Ported ffmpegcolorspace to basetransform.
13927 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13928 * gst/volume/gstvolume.c: (volume_transform):
13931 2005-07-14 Wim Taymans <wim@fluendo.com>
13933 * gst/videotestsrc/Makefile.am:
13934 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13935 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13936 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13937 (gst_videotestsrc_init), (gst_videotestsrc_event),
13938 (gst_videotestsrc_create), (gst_videotestsrc_start),
13939 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13940 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13941 (gst_videotestsrc_get_property):
13942 * gst/videotestsrc/gstvideotestsrc.h:
13943 Make videotestsrc a pushsrc.
13945 2005-07-14 Wim Taymans <wim@fluendo.com>
13947 * gst/tcp/gstfdset.c: (gst_fdset_free):
13948 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13949 (gst_multifdsink_add), (gst_multifdsink_remove),
13950 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13951 (gst_multifdsink_remove_client_link),
13952 (gst_multifdsink_client_queue_data),
13953 (gst_multifdsink_client_queue_caps),
13954 (gst_multifdsink_client_queue_buffer),
13955 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13956 (gst_multifdsink_stop):
13957 * gst/tcp/gstmultifdsink.h:
13960 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13961 Also draw image when not from a pool.
13963 2005-07-14 Wim Taymans <wim@fluendo.com>
13965 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13966 (mute_stream), (silence_stream):
13967 Small debug additions.
13969 2005-07-14 Wim Taymans <wim@fluendo.com>
13971 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13972 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13973 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13974 Better error recovery, ignore unconnected pads and
13977 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13979 * docs/libs/tmpl/gstaudio.sgml:
13980 * docs/libs/tmpl/gstcolorbalance.sgml:
13981 * docs/libs/tmpl/gstgconf.sgml:
13982 * docs/libs/tmpl/gstmixer.sgml:
13983 * docs/libs/tmpl/gstringbuffer.sgml:
13984 * docs/libs/tmpl/gsttuner.sgml:
13985 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13986 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13987 (gst_tcpclientsrc_class_init):
13988 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13989 (gst_tcpserversrc_class_init):
13990 * sys/v4l/gstv4lelement.c:
13991 more autistic cleanliness in functions/names/defines
13993 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13996 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13997 added manually to each Makefile.am so we are sure it goes
13998 *last* and doesn't add -L flags before linking in libs of our
13999 own, like, say, internal .la libs, that then accidentally pick
14000 up the installed copy.
14001 * docs/libs/Makefile.am:
14002 * ext/alsa/Makefile.am:
14003 * ext/cdparanoia/Makefile.am:
14004 * ext/gnomevfs/Makefile.am:
14005 * ext/libvisual/Makefile.am:
14006 * ext/ogg/Makefile.am:
14007 * ext/theora/Makefile.am:
14008 * ext/vorbis/Makefile.am:
14009 * gst-libs/gst/video/Makefile.am:
14010 * gst/adder/Makefile.am:
14011 * gst/audioconvert/Makefile.am:
14012 * gst/audiorate/Makefile.am:
14013 * gst/audioscale/Makefile.am:
14014 * gst/ffmpegcolorspace/Makefile.am:
14015 * gst/playback/Makefile.am:
14016 * gst/sine/Makefile.am:
14017 * gst/subparse/Makefile.am:
14018 * gst/tags/Makefile.am:
14019 * gst/tcp/Makefile.am:
14020 * gst/typefind/Makefile.am:
14021 * gst/videorate/Makefile.am:
14022 * gst/videoscale/Makefile.am:
14023 * gst/videotestsrc/Makefile.am:
14024 * gst/volume/Makefile.am:
14025 * sys/v4l/Makefile.am:
14026 * sys/ximage/Makefile.am:
14027 * sys/xvimage/Makefile.am:
14028 adapt properly to this change. This should make sure that
14029 plugins and libs properly link to the as-yet-uninstalled
14030 copies of stuff like libgstinterfaces and libgstvideo
14032 2005-07-13 Andy Wingo <wingo@pobox.com>
14034 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14035 (gst_v4lsrc_fixate): Fixate on format as well.
14037 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14038 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14039 buffer points to it.
14040 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14041 rather just doing X calls ourselves. Also fixes a memleak.
14043 2005-07-12 Andy Wingo <wingo@pobox.com>
14045 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14046 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14047 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14048 TRUE to avoid deadlocks if an element holds on to our buffers.
14050 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14052 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14053 (gst_sinesrc_init), (gst_sinesrc_create),
14054 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14055 (gst_sinesrc_start):
14056 * gst/sine/gstsinesrc.h:
14057 removing num-buffers property before moving it
14059 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14062 use overridable ERROR_CFLAGS
14063 * docs/libs/gst-plugins-base-libs.types:
14064 * docs/libs/tmpl/gstringbuffer.sgml:
14065 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14066 (gst_alsasink_class_init):
14067 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14068 (gst_alsasrc_class_init):
14069 * gst-libs/gst/audio/audio.h:
14070 * gst-libs/gst/audio/gstaudioclock.h:
14071 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14072 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14073 (gst_audio_filter_link), (gst_audio_filter_init),
14074 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14075 (gst_audio_filter_get_property),
14076 (gst_audio_filter_class_add_pad_templates):
14077 * gst-libs/gst/audio/gstaudiofilter.h:
14078 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14079 (gst_audio_filter_template_get_type),
14080 (gst_audio_filter_template_base_init),
14081 (gst_audio_filter_template_class_init),
14082 (gst_audio_filter_template_init),
14083 (gst_audio_filter_template_set_property),
14084 (gst_audio_filter_template_get_property), (plugin_init),
14085 (gst_audio_filter_template_setup),
14086 (gst_audio_filter_template_filter),
14087 (gst_audio_filter_template_filter_inplace):
14088 * gst-libs/gst/audio/gstaudiosink.c:
14089 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14090 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14091 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14092 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14093 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14094 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14095 * gst-libs/gst/audio/gstaudiosink.h:
14096 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14097 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14098 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14099 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14100 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14101 (gst_audio_src_class_init), (gst_audio_src_init),
14102 (gst_audio_src_create_ringbuffer):
14103 * gst-libs/gst/audio/gstaudiosrc.h:
14104 * gst-libs/gst/audio/gstbaseaudiosink.c:
14105 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14106 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14107 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14108 (gst_base_audio_sink_set_property),
14109 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14110 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14111 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14112 (gst_base_audio_sink_create_ringbuffer),
14113 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14114 * gst-libs/gst/audio/gstbaseaudiosink.h:
14115 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14116 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14117 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14118 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14119 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14120 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14121 (gst_base_audio_src_event), (gst_base_audio_src_create),
14122 (gst_base_audio_src_create_ringbuffer),
14123 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14124 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14125 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14126 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14127 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14128 (gst_ring_buffer_debug_spec_caps),
14129 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14130 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14131 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14132 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14133 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14134 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14135 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14136 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14137 (gst_ring_buffer_clear):
14138 * gst-libs/gst/audio/gstringbuffer.h:
14139 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14140 (gst_video_sink_class_init), (gst_video_sink_get_type):
14141 * gst-libs/gst/video/videosink.h:
14142 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14143 (gst_multifdsink_class_init),
14144 (gst_multifdsink_handle_client_write),
14145 (gst_multifdsink_change_state):
14146 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14147 (gst_tcpclientsink_setcaps):
14148 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14149 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14150 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14151 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14152 (gst_ximagesink_send_pending_navigation),
14153 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14154 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14155 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14156 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14157 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14158 (gst_xvimagesink_send_pending_navigation),
14159 (gst_xvimagesink_navigation_send_event),
14160 (gst_xvimagesink_set_xwindow_id),
14161 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14162 (gst_xvimagesink_get_type):
14163 more macro splitting
14165 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14167 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14168 plug a memleak, allows me to import 1479 albums in one go
14170 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14171 (vorbis_handle_type_packet), (vorbis_dec_chain),
14172 (vorbis_dec_change_state):
14173 fix some format strings
14175 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14177 * docs/libs/tmpl/gstcolorbalance.sgml:
14178 * docs/libs/tmpl/gstmixer.sgml:
14179 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14180 (gst_alsasink_set_property), (gst_alsasink_get_property):
14181 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14182 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14183 add device property
14185 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14187 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14188 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14189 (audiocast_register_listener), (audiocast_thread_run),
14190 (gst_gnomevfssrc_send_additional_headers_callback),
14191 (gst_gnomevfssrc_received_headers_callback),
14192 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14193 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14194 (gst_gnomevfssrc_get_size):
14195 add/clean up debugging
14196 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14199 2005-07-07 Andy Wingo <wingo@pobox.com>
14201 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14202 framerate. Need to get a handle on when exactly this function is
14205 * sys/v4l/v4lsrc_calls.h:
14206 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14207 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14208 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14210 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14211 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14212 v4lelements are sources.
14214 * sys/v4l/gstv4lxoverlay.h:
14215 * sys/v4l/gstv4lxoverlay.c:
14216 * sys/v4l/gstv4ltuner.h:
14217 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14219 * sys/v4l/gstv4lsrc.h:
14220 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14221 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14222 or something should handle that. Made a live source.
14224 * sys/v4l/gstv4lelement.h:
14225 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14226 signals. Some cleanups.
14228 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14230 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14233 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14236 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14238 2005-07-07 Wim Taymans <wim@fluendo.com>
14240 * ext/theora/theoradec.c: (theora_get_query_types),
14241 (theora_dec_src_getcaps), (theora_dec_push):
14242 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14243 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14244 Remove deprecated/unused query types.
14246 2005-07-06 Wim Taymans <wim@fluendo.com>
14248 * ext/alsa/Makefile.am:
14249 * ext/alsa/gstalsaplugin.c: (plugin_init):
14250 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14251 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14252 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14253 (gst_alsasrc_class_init), (gst_alsasrc_init),
14254 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14255 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14256 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14257 (gst_alsasrc_reset):
14258 * ext/alsa/gstalsasrc.h:
14259 * gst-libs/gst/audio/Makefile.am:
14260 * gst-libs/gst/audio/gstaudiosink.c:
14261 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14262 (gst_audioringbuffer_start):
14263 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14264 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14265 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14266 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14267 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14268 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14269 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14270 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14271 * gst-libs/gst/audio/gstaudiosrc.h:
14272 * gst-libs/gst/audio/gstbaseaudiosink.c:
14273 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14274 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14275 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14276 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14277 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14278 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14279 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14280 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14281 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14282 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14283 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14284 (gst_baseaudiosrc_change_state):
14285 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14286 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14287 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14288 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14289 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14290 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14291 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14292 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14293 * gst-libs/gst/audio/gstringbuffer.h:
14294 Added audiosource base classes.
14295 Ported alsasrc, still very basic.
14297 2005-07-06 Wim Taymans <wim@fluendo.com>
14299 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14300 (theora_dec_push), (theora_handle_data_packet):
14301 Prepare for better timestamp fix later.
14303 * gst/audioconvert/gstaudioconvert.c:
14304 List most accurate caps first
14306 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14307 Use proper pad task function.
14309 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14310 (gst_xvimagesink_show_frame):
14311 Fix deadlock when alloc failed.
14313 2005-07-05 Andy Wingo <wingo@pobox.com>
14315 * ext/gnomevfs/gstgnomevfssrc.c:
14316 * gst/sine/gstsinesrc.c:
14317 * gst/tcp/gsttcpserversrc.c:
14318 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14320 * sys/v4l/: Port from 0.8.
14322 * Many files: Null if we got it....
14324 2005-07-05 Andy Wingo <wingo@pobox.com>
14326 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14327 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14330 2005-07-05 Wim Taymans <wim@fluendo.com>
14333 * gst/tcp/Makefile.am:
14335 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14336 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14337 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14338 (is_sync_frame), (gst_multifdsink_handle_client_write),
14339 (gst_multifdsink_render), (gst_multifdsink_start),
14340 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14341 * gst/tcp/gstmultifdsink.h:
14342 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14343 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14344 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14345 * gst/tcp/gsttcp.h:
14346 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14347 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14348 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14349 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14350 * gst/tcp/gsttcpclientsink.h:
14351 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14352 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14353 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14354 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14355 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14356 * gst/tcp/gsttcpclientsrc.h:
14357 * gst/tcp/gsttcpplugin.c: (plugin_init):
14358 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14359 * gst/tcp/gsttcpserversink.h:
14360 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14361 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14362 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14363 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14364 (gst_tcpserversrc_stop):
14365 * gst/tcp/gsttcpserversrc.h:
14366 * gst/tcp/gsttcpsink.c:
14367 * gst/tcp/gsttcpsink.h:
14368 * gst/tcp/gsttcpsrc.c:
14369 * gst/tcp/gsttcpsrc.h:
14370 Ported tcp plugins to 0.9.
14373 2005-07-05 Andy Wingo <wingo@pobox.com>
14375 * gst/playback/gstplaybasebin.c (fill_buffer):
14376 message_new_application fixen.
14378 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14381 2005-07-04 Wim Taymans <wim@fluendo.com>
14383 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14384 Set caps on output buffer.
14386 2005-07-04 Andy Wingo <wingo@pobox.com>
14388 * ext/gnomevfs/gstgnomevfssrc.c
14389 (gst_gnomevfssrc_received_headers_callback)
14390 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14393 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14394 No refcount leakage.
14396 * configure.ac: Enable -Werror.
14398 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14399 * gst/audioconvert/bufferframesconvert.c
14400 (buffer_frames_convert_fixate):
14401 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14402 (gst_audio_convert_fixate):
14403 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14404 (gst_sinesrc_create): Fixate func changes.
14406 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14407 (gst_ximagesink_buffer_alloc): Unused var.
14409 2005-07-01 Andy Wingo <wingo@pobox.com>
14411 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14412 getcaps to do explicit caps. Needs to be done in all decoders,
14413 possibly via a base class.
14415 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14417 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14418 caps on the sink pad, just rely on the pad template. Also, setting
14419 ANY caps on a pad is not valid because the caps are not fixed.
14421 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14422 caps on the buffer, and get the width from the desired_caps if
14424 (gst_ximagesink_renegotiate_size): Implement via setting the
14425 desired_caps on the ximagesink.
14426 (gst_ximagesink_setcaps): Only reset the width of the player if it
14427 wasn't already set. Not sure if this is right.
14428 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14430 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14431 that the user wants. NULL unless the window has been resized.
14433 * gst/volume/gstvolume.c (volume_transform): Adapt to
14434 basetransform refcount changes.
14436 2005-07-01 Andy Wingo <wingo@pobox.com>
14438 * gst/videoscale/gstvideoscale.c:
14439 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14440 from BaseTransform, implements a transform_caps. Removed dead code
14441 including some PAR stuff that was never reached -- should probably
14442 be added back somehow.
14444 2005-07-01 Andy Wingo <wingo@pobox.com>
14446 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14449 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14452 * docs/libs/Makefile.am:
14453 * docs/libs/gst-plugins-libs.types:
14454 * ext/alsa/Makefile.am:
14455 * ext/alsa/gstalsamixer.h:
14456 * ext/alsa/gstalsamixeroptions.h:
14457 * ext/alsa/gstalsamixertrack.h:
14458 * gst-libs/gst/Makefile.am:
14459 * gst-libs/gst/colorbalance/.cvsignore:
14460 * gst-libs/gst/colorbalance/Makefile.am:
14461 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14462 * gst-libs/gst/colorbalance/colorbalance.c:
14463 * gst-libs/gst/colorbalance/colorbalance.h:
14464 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14465 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14466 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14467 * gst-libs/gst/interfaces/Makefile.am:
14468 * gst-libs/gst/interfaces/colorbalance.c:
14469 (gst_color_balance_class_init):
14470 * gst-libs/gst/interfaces/colorbalance.h:
14471 * gst-libs/gst/interfaces/interfaces-marshal.list:
14472 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14473 * gst-libs/gst/interfaces/mixer.h:
14474 * gst-libs/gst/interfaces/mixeroptions.h:
14475 * gst-libs/gst/interfaces/navigation.c:
14476 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14477 * gst-libs/gst/interfaces/tuner.h:
14478 * gst/volume/Makefile.am:
14479 * gst/volume/gstvolume.c:
14480 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14481 * sys/ximage/Makefile.am:
14482 * sys/ximage/ximagesink.c:
14483 * sys/xvimage/Makefile.am:
14484 * sys/xvimage/xvimagesink.c:
14485 fold in all interfaces into an interfaces dir, preserving CVS
14488 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14490 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14491 Fix build after riff changes.
14493 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14495 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14496 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14497 (gst_riff_create_video_template_caps),
14498 (gst_riff_create_audio_template_caps),
14499 (gst_riff_create_iavs_template_caps):
14500 * gst-libs/gst/riff/riff-media.h:
14501 * gst-libs/gst/riff/riff-read.h:
14502 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14503 Add gst_riff_init() to initialize the debug category, instead
14504 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14506 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14508 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14509 Oops, I shouldn't apply hacks.
14511 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14513 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14514 Remove pad_loop function which doesn't work.
14516 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14518 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14519 Send EOS when deactivating.
14520 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14521 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14522 (gen_preroll_element), (probe_triggered), (mute_stream),
14523 (silence_stream), (new_decoded_pad), (setup_substreams),
14524 (set_active_source):
14525 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14526 (remove_sinks), (add_sink):
14527 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14528 Change for new probe API.
14530 2005-06-29 Wim Taymans <wim@fluendo.com>
14532 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14533 * gst-libs/gst/audio/gstbaseaudiosink.c:
14534 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14535 (gst_baseaudiosink_change_state):
14536 * gst-libs/gst/audio/gstbaseaudiosink.h:
14537 * gst-libs/gst/audio/gstringbuffer.c:
14538 (gst_ringbuffer_set_callback):
14539 Fix compilation error.
14540 Ringbuffer starts out as not running.
14541 Free our clock in dispose.
14542 When releasing the ringbuffer we need to renegotiate so
14543 clear the pad caps.
14545 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14549 * docs/Makefile.am:
14550 * docs/libs/Makefile.am:
14551 * docs/libs/gst-plugins-libs-docs.sgml:
14552 * docs/libs/gst-plugins-libs-sections.txt:
14553 * docs/libs/gst-plugins-libs.types:
14554 * docs/libs/tmpl/gstaudio.sgml:
14555 * docs/libs/tmpl/gstcolorbalance.sgml:
14556 * docs/libs/tmpl/gstringbuffer.sgml:
14557 * gst-libs/gst/audio/gstringbuffer.c:
14558 (gst_ringbuffer_set_callback):
14559 reinstate gtk-doc docs for plugin libs
14561 2005-06-28 Wim Taymans <wim@fluendo.com>
14563 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14564 (gst_ogg_demux_init):
14565 Removed pad loop function.
14567 2005-06-28 Wim Taymans <wim@fluendo.com>
14569 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14570 If we're building a chain we are not in an error case
14571 when we queue a buffer.
14573 2005-06-28 Andy Wingo <wingo@pobox.com>
14575 * *.c: Don't cast to GstObject before reffing/unreffing.
14577 2005-06-27 Andy Wingo <wingo@pobox.com>
14579 * gst/videotestsrc/gstvideotestsrc.c
14580 (gst_videotestsrc_activate_push): Activation API changes.
14582 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14583 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14584 they have refs on the decodebin.
14586 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14588 (gst_ogg_pad_typefind): Don't leak a pad ref.
14589 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14590 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14591 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14593 2005-06-27 Edward Hervey <edward@fluendo.com>
14595 * ext/theora/theoradec.c: (theora_dec_change_state):
14596 re-arranged call to parent's state change in order to avoid locks (or
14599 2005-06-26 Edward Hervey <edward@fluendo.com>
14601 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14602 2nd argument of 'unknow-type' signal is a GstCaps and not a
14605 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14606 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14607 Set the worker thread's running flag to TRUE before starting the
14609 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14610 Catch a failure to add typefind to the bin.
14612 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14614 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14615 (gst_sinesrc_init), (gst_sinesrc_create),
14616 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14617 (gst_sinesrc_start):
14618 * gst/sine/gstsinesrc.h:
14619 add num-buffers and timestamp-offset properties
14620 * gst/videotestsrc/gstvideotestsrc.c:
14621 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14622 (gst_videotestsrc_get_property):
14623 add timestamp-offset property
14625 2005-06-23 Christian Schaller <uraeus@gnome.org>
14627 * configure.ac: add videorate
14628 * gst-plugins-base.spec.in: add videorate
14630 2005-06-23 Wim Taymans <wim@fluendo.com>
14632 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14633 (gst_videorate_getcaps), (gst_videorate_setcaps),
14634 (gst_videorate_event), (gst_videorate_chain):
14635 Fixed videorate, fixating an already fixated caps is not
14638 2005-06-23 Wim Taymans <wim@fluendo.com>
14641 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14642 Buffer on caps is not boxed anymore.
14644 2005-06-22 Wim Taymans <wim@fluendo.com>
14646 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14647 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14648 Set buffers on caps as miniobjects and not as boxed.
14650 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14655 === release 0.9.1 ===
14657 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14678 updates for release
14680 2005-06-09 Andy Wingo <wingo@pobox.com>
14682 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14684 2005-06-09 Andy Wingo <wingo@pobox.com>
14687 * gst-libs/gst/Makefile.am:
14688 * gst-libs/gst/net/Makefile.am:
14689 Add gstnet to build.
14691 2005-06-09 Andy Wingo <wingo@pobox.com>
14693 * gst-libs/gst/gconf/gconf.c:
14694 * gst/playback/test.c:
14695 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14698 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14700 * ext/theora/theoraenc.c (theora_enc_chain):
14701 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14703 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14706 2005-06-02 Wim Taymans <wim@fluendo.com>
14708 * gst-libs/gst/net/Makefile.am:
14709 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14710 * pkgconfig/gstreamer-libs.pc.in:
14711 Added net stuff, version net lib.
14713 2005-06-02 Wim Taymans <wim@fluendo.com>
14715 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14716 (query_rates), (query_positions_elems), (query_positions_pads),
14718 Updated seek example.
14720 2005-06-02 Andy Wingo <wingo@pobox.com>
14722 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14723 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14726 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14727 remove the typefind, the bin dispose will do it for us. When it's
14728 removed and unreffed, the signal handler will be disconnected,
14730 (unlinked): It's too difficult to disconnect from unlinked
14731 handlers, as they are on pads not elements. Just punt if the pads
14732 aren't grandkids of the bin.
14734 2005-06-02 Wim Taymans <wim@fluendo.com>
14737 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14738 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14739 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14740 * ext/theora/theoradec.c: (theora_dec_src_query),
14741 (theora_handle_data_packet):
14742 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14743 (theora_enc_chain):
14744 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14745 (vorbis_handle_data_packet):
14746 * gst/audioconvert/bufferframesconvert.c:
14747 (buffer_frames_convert_chain):
14748 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14749 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14750 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14751 (gst_ffmpegcsp_chain):
14752 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14753 (gst_videorate_getcaps), (gst_videorate_setcaps),
14754 (gst_videorate_event), (gst_videorate_chain):
14755 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14756 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14757 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14758 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14759 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14760 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14761 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14762 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14763 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14764 Cleanups and buffer alloc.
14766 2005-05-31 Wim Taymans <wim@fluendo.com>
14768 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14769 Don't try to call the delay method when the device is not
14772 2005-05-31 Wim Taymans <wim@fluendo.com>
14774 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14775 Get actual segment size and buffer size after opening
14778 2005-05-30 Wim Taymans <wim@fluendo.com>
14780 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14781 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14782 Also FLUSH upstream, makes the loop function exit faster.
14784 * ext/theora/theoradec.c: (theora_dec_src_query):
14785 Some more debug info in the query.
14787 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14788 (gst_ximagesink_setcaps):
14789 Release lock on par error, better error reporting.
14791 2005-05-26 Wim Taymans <wim@fluendo.com>
14793 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14794 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14795 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14796 Clear chains in READY
14797 Queue packets until the chain is activated.
14799 2005-05-25 Wim Taymans <wim@fluendo.com>
14801 * gst-libs/gst/audio/gstaudiosink.c:
14802 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14803 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14804 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14805 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14806 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14807 (gst_audiosink_create_ringbuffer):
14808 * gst-libs/gst/audio/gstbaseaudiosink.c:
14809 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14810 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14811 (gst_baseaudiosink_set_property), (build_linear_format),
14812 (debug_spec_caps), (debug_spec_buffer),
14813 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14814 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14815 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14816 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14817 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14818 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14819 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14820 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14821 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14822 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14823 (wait_segment), (gst_ringbuffer_commit),
14824 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14825 (gst_ringbuffer_clear):
14826 Various small cleanups.
14828 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14829 (gst_audio_convert_change_state):
14830 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14831 No need to take the locks anymore.
14833 2005-05-25 Wim Taymans <wim@fluendo.com>
14835 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14836 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14837 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14839 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14840 (group_destroy), (group_commit), (queue_overrun),
14841 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14842 (mute_stream), (new_decoded_pad), (setup_substreams),
14843 (setup_source), (mute_group_type), (set_active_source),
14844 (gst_play_base_bin_change_state):
14845 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14846 (gen_video_element), (gen_text_element), (gen_audio_element),
14847 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14848 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14849 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14850 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14851 Some playbin cleanups mostly refcounting sloppyness.
14853 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14855 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14856 Work with streaming input.
14858 2005-05-25 Wim Taymans <wim@fluendo.com>
14860 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14861 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14862 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14863 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14864 No need to take the STREAM lock anymore.
14866 2005-05-25 Wim Taymans <wim@fluendo.com>
14868 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14869 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14870 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14871 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14872 (gst_ogg_demux_sink_activate):
14873 * ext/theora/theoradec.c: (theora_dec_src_event),
14874 (theora_handle_comment_packet), (theora_dec_chain),
14875 (theora_dec_change_state):
14876 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14877 (vorbis_handle_data_packet), (vorbis_dec_chain),
14878 (vorbis_dec_change_state):
14879 Remove STREAM locks as they are taken in core now.
14880 Never set bogus granulepos on vorbis/theora.
14881 Fix leaks in theoradec tag parsing.
14883 2005-05-25 Wim Taymans <wim@fluendo.com>
14885 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14886 Fix memleaks, GST_BUFFER_DATA() is not freed.
14888 2005-05-25 Wim Taymans <wim@fluendo.com>
14890 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14891 Open non-blocking, set to blocking mode afterwards to avoid
14892 lockups when audio device is busy.
14894 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14896 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14897 This can't be good.
14899 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14901 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14902 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14903 (gst_audio_convert_setcaps):
14904 Implement instant setup switching.
14906 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14908 * gst/playback/gstplaybasebin.c: (probe_triggered):
14909 Fix missing unlock.
14910 * gst/playback/gstplaybin.c: (add_sink):
14911 First add, then link (otherwise pad link fails).
14913 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14915 * examples/Makefile.am:
14916 fix buildbot (make distcheck)
14918 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14920 * gst/playback/gstplaybin.c: (gen_vis_element):
14921 Remove some wrong code. Doesn't work yet.
14923 2005-05-19 Wim Taymans <wim@fluendo.com>
14925 * gst-libs/gst/net/Makefile.am:
14926 * gst-libs/gst/net/README:
14927 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14928 (gst_netbuffer_class_init), (gst_netbuffer_init),
14929 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14930 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14931 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14932 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14933 * gst-libs/gst/net/gstnetbuffer.h:
14934 Added buffer subclass to store extra to/from addresses for
14935 network sources/sinks.
14937 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14939 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14940 Don't lock an unassigned variable.
14942 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14944 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14945 Increase buffer for video, decrease buffer for other media types.
14946 * gst/playback/gstplaybin.c: (gen_video_element),
14947 (gen_audio_element):
14948 Change names for debugging purposes.
14950 2005-05-18 Wim Taymans <wim@fluendo.com>
14952 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14953 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14954 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14955 (gst_ffmpegcsp_chain):
14956 Enable buffer alloc passthrough if the source and dest
14957 formats are the same.
14959 2005-05-17 Wim Taymans <wim@fluendo.com>
14961 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14962 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14963 (gst_ogg_demux_chain_unlocked):
14964 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14965 (gst_audio_convert_caps_remove_format_info),
14966 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14967 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14968 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14969 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14970 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14971 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14972 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14973 (gst_ffmpegcsp_get_property):
14974 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14975 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14976 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14977 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14978 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14979 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14980 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14981 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14982 Leak fixes in oggdemux.
14983 Some cleanups in audioconvert.
14984 Make passthrough work along with buffer_alloc etc.
14985 Make buffer_alloc and buffer recycling actually work in
14988 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14990 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14991 make the compiler happy
14993 2005-05-17 Wim Taymans <wim@fluendo.com>
14995 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14996 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14997 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14998 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14999 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15000 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15001 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15002 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15003 (gst_xvimagesink_set_xwindow_id):
15004 * sys/xvimage/xvimagesink.h:
15005 Port xvimagesink to new MiniObject.
15007 2005-05-17 Wim Taymans <wim@fluendo.com>
15009 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15010 (gst_audiofilter_chain):
15011 * gst-libs/gst/audio/gstaudiosink.c:
15012 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15013 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15014 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15015 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15016 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15017 (gst_audiosink_create_ringbuffer):
15018 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15019 (gst_audio_convert_caps_remove_format_info),
15020 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15021 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15022 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15023 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15024 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15025 Fix passthrough in ffmpegcolorspace.
15026 Fix memset in audiosink on wrong memory.
15028 2005-05-16 David Schleef <ds@schleef.org>
15030 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15033 2005-05-16 David Schleef <ds@schleef.org>
15035 Port from GstData to GstMiniObject.
15036 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15037 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15038 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15039 (gst_ogg_mux_collected):
15040 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15041 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15042 (theora_handle_data_packet):
15043 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15044 (theora_set_header_on_caps), (theora_enc_chain):
15045 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15046 (vorbis_handle_comment_packet):
15047 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15048 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15049 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15050 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15051 * gst/audioconvert/gstaudioconvert.c:
15052 (gst_audio_convert_get_buffer):
15053 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15054 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15055 (mute_stream), (silence_stream):
15056 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15057 * gst/volume/gstvolume.c: (volume_transform):
15058 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15059 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15060 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15061 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15062 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15063 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15064 (gst_ximagesink_buffer_alloc):
15065 * sys/ximage/ximagesink.h:
15067 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15069 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15070 (fill_buffer), (check_queue), (queue_threshold_reached),
15071 (queue_out_of_data):
15072 * gst/playback/gstplaybasebin.h:
15073 Post buffer-fullness on the bus.
15075 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15077 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15079 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15080 (group_commit), (probe_triggered), (setup_source),
15081 (gst_play_base_bin_change_state):
15082 * gst/playback/gstplaybasebin.h:
15083 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15084 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15085 (gst_play_bin_change_state):
15086 Move setup_output_pads into a virtual function, remove
15087 group-switch (no longer needed) and redirect (handled by bus
15090 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15092 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15093 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15094 (get_active_group), (get_building_group), (group_destroy),
15095 (group_commit), (check_queue), (queue_overrun),
15096 (queue_threshold_reached), (queue_out_of_data),
15097 (gen_preroll_element), (remove_groups), (unknown_type),
15098 (add_element_stream), (no_more_pads), (probe_triggered),
15099 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15100 (setup_substreams), (setup_source), (finish_source),
15101 (prepare_output), (muted_group_change_state),
15102 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15103 (gst_play_base_bin_change_state):
15104 * gst/playback/gstplaybasebin.h:
15105 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15106 (gst_play_bin_init), (gst_play_bin_set_property),
15107 (gen_video_element), (gen_text_element), (gen_audio_element),
15108 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15109 (gst_play_bin_change_state):
15110 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15111 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15112 (stream_info_change_state), (gst_stream_info_set_mute),
15113 (gst_stream_info_get_property):
15114 * gst/playback/gststreaminfo.h:
15115 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15116 (gst_stream_selector_get_linked_pad),
15117 (gst_stream_selector_getcaps),
15118 (gst_stream_selector_get_linked_pads),
15119 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15120 * gst/playback/gststreamselector.h:
15121 Rough port of playbin. Needs some more work, but is mostly done,
15122 and uses a few locks in important places, which should make stuff
15123 like chain-switches clean. Still uses GST_STATE() in a few places,
15124 which isn't all that good an idea, subtitles/elements disabled
15125 because no elements to test with and thus probably broken, query
15126 and event handling moved to GstBin, internal thread removed
15127 alltogether because the pipeline does that for us now. Can play
15128 Ogg/Vorbis files. Haven't tested anything else yet.
15130 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15132 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15133 Do no-more-pads (needed for autoplugging).
15135 2005-05-10 Andy Wingo <wingo@pobox.com>
15137 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15138 message to the bus with the tags. Still not sent downstream tho.
15140 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15142 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15143 avoid refcounting hassles.
15145 2005-05-09 Andy Wingo <wingo@pobox.com>
15147 * gst/volume/Makefile.am:
15148 * gst/volume/demo.c
15149 * gst/volume/gstvolume.h
15150 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15151 basetransform. Probably need an audio filter base class.
15153 2005-05-09 Wim Taymans <wim@fluendo.com>
15155 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15156 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15157 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15158 (gst_vorbisenc_chain):
15159 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15160 (gst_audio_convert_caps_remove_format_info),
15161 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15162 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15163 Make caps writable before writing to it.
15164 Fix negotiation in audioconvert some more.
15166 2005-05-09 Wim Taymans <wim@fluendo.com>
15168 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15169 (gst_videorate_getcaps), (gst_videorate_setcaps),
15170 (gst_videorate_event), (gst_videorate_chain):
15171 Better negotiation.
15173 2005-05-09 Wim Taymans <wim@fluendo.com>
15175 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15176 (gst_videorate_getcaps), (gst_videorate_setcaps),
15177 (gst_videorate_blank_data), (gst_videorate_init),
15178 (gst_videorate_event), (gst_videorate_chain),
15179 (gst_videorate_change_state):
15180 Port videorate, do a better job at negotiation while we're at
15183 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15188 * examples/Makefile.am:
15189 * gst-libs/gst/audio/Makefile.am:
15190 * gst-libs/gst/riff/Makefile.am:
15191 * gst-libs/gst/tag/Makefile.am:
15192 * gst-libs/gst/video/Makefile.am:
15193 Fixups for missing variables.
15195 2005-05-09 Wim Taymans <wim@fluendo.com>
15197 * examples/seeking/seek.c: (make_theora_pipeline),
15198 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15199 (query_rates), (query_positions_elems), (query_positions_pads),
15200 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15201 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15202 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15203 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15204 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15205 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15206 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15207 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15208 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15209 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15210 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15211 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15212 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15213 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15214 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15215 (theora_dec_src_convert), (theora_dec_sink_convert),
15216 (theora_dec_src_query), (theora_dec_sink_query),
15217 (theora_dec_src_event), (theora_dec_sink_event),
15218 (theora_handle_comment_packet), (theora_handle_type_packet),
15219 (theora_handle_header_packet), (theora_handle_data_packet),
15220 (theora_dec_chain):
15221 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15222 (vorbis_dec_convert), (vorbis_dec_src_query),
15223 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15224 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15225 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15226 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15227 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15228 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15229 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15230 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15231 (gst_play_bin_query):
15232 * gst/playback/test3.c: (update_scale):
15233 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15234 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15235 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15236 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15237 (gst_videotestsrc_src_query):
15238 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15239 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15240 (paint_hline_YUV9):
15241 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15242 Port to new query API.
15244 Cleanups in x[v]imagesink
15246 2005-05-09 Andy Wingo <wingo@pobox.com>
15248 * ext/alsa/gstalsasink.h:
15249 * ext/gnomevfs/gstgnomevfssrc.c:
15250 (gst_gnomevfssrc_get_icy_metadata):
15251 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15252 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15253 * ext/theora/theoradec.c (theora_dec_src_query)
15254 (theora_dec_src_event, theora_dec_sink_event)
15255 (theora_handle_comment_packet, theora_handle_data_packet):
15256 * ext/theora/theoraenc.c (theora_enc_chain):
15257 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15258 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15259 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15260 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15262 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15263 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15264 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15265 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15266 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15267 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15268 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15269 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15270 (paint_setup_RGB565, paint_setup_xRGB1555):
15271 * gst/videotestsrc/videotestsrc.h:
15272 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15273 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15274 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15277 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15278 gst_pad_query_position. Fixes oggdemux.
15280 2005-05-08 David Schleef <ds@schleef.org>
15282 * configure.ac: Require liboil.
15283 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15285 * gst/videotestsrc/videotestsrc.c:
15286 * gst/videotestsrc/videotestsrc.h:
15288 2005-05-06 Wim Taymans <wim@fluendo.com>
15290 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15291 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15292 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15293 Well, unreffing a buffer right before pushing it is asking
15296 2005-05-06 Christian Schaller <uraeus@gnome.org>
15298 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15300 2005-05-06 Wim Taymans <wim@fluendo.com>
15302 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15303 (gst_audio_convert_caps_remove_format_info),
15304 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15305 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15306 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15307 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15308 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15309 * gst/sine/Makefile.am:
15310 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15311 (gst_sinesrc_class_init), (gst_sinesrc_init),
15312 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15313 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15314 (gst_sinesrc_update_freq):
15315 * gst/sine/gstsinesrc.h:
15316 * gst/tcp/gstmultifdsink.c:
15317 * sys/xvimage/xvimagesink.c:
15318 Fixed negotiation wrt _peer_get_caps()
15322 2005-05-06 Wim Taymans <wim@fluendo.com>
15324 * gst-libs/gst/audio/gstaudiosink.c:
15325 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15326 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15327 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15328 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15329 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15330 (gst_audiosink_create_ringbuffer):
15331 * gst-libs/gst/audio/gstbaseaudiosink.c:
15332 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15333 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15334 (gst_baseaudiosink_set_property), (build_linear_format),
15335 (debug_spec_caps), (debug_spec_buffer),
15336 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15337 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15338 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15339 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15340 * gst-libs/gst/audio/gstbaseaudiosink.h:
15341 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15342 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15343 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15344 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15345 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15346 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15347 (wait_segment), (gst_ringbuffer_commit),
15348 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15349 (gst_ringbuffer_clear):
15350 * gst-libs/gst/audio/gstringbuffer.h:
15351 Make the base audiosink return an error when there is no
15352 audiobuffer negotiated.
15354 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15357 Disable cdparanoia until someone ports it!
15359 2005-05-06 Wim Taymans <wim@fluendo.com>
15361 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15362 (gst_ogg_demux_sink_activate):
15363 And revert after wingo's revert.. sigh..
15365 2005-05-05 Andy Wingo <wingo@pobox.com>
15367 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15369 * configure.ac: Return audiorate and subparse from the ghetto.
15370 Re-enable -Wall -Werror.
15371 * gst/subparse/gstsubparse.c:
15372 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15373 or chain-based. Cleaned up a bit. Not tested.
15375 2005-05-05 Christian Schaller <christian@fluendo.com>
15377 * Makefile.am: remove stuff that is not building
15378 * configure.ac: remove stuff that is not building
15379 * examples/Makefile.am: remove stuff that is not building
15380 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15381 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15382 * sys/Makefile.am: remove stuff that is not building
15383 * testsuite/Makefile.am: remove stuff that is not building
15385 2005-05-05 Andy Wingo <wingo@pobox.com>
15387 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15388 * gst-libs/gst/tag/gstvorbistag.c:
15389 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15390 * gst/adder/gstadder.h:
15391 * gst/audioconvert/gstchannelmix.c:
15392 (gst_audio_convert_fill_one_other):
15393 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15394 (gst_audiorate_init), (gst_audiorate_chain):
15395 * gst/playback/gstplaybasebin.c: (setup_source):
15396 * gst/playback/test3.c: (update_scale):
15414 2005-05-05 Wim Taymans <wim@fluendo.com>
15416 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15417 (gst_audio_convert_caps_remove_format_info),
15418 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15419 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15420 * gst/videotestsrc/gstvideotestsrc.c:
15421 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15422 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15423 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15424 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15425 Don't ignore _push() return values.
15426 Make sure no processing is done when shutting down.
15427 Videotestsrc pad activation fix.
15429 2005-05-05 Wim Taymans <wim@fluendo.com>
15431 * gst/adder/Makefile.am:
15432 * gst/adder/gstadder.c: (gst_adder_setcaps),
15433 (gst_adder_class_init), (gst_adder_init),
15434 (gst_adder_request_new_pad), (gst_adder_collected),
15435 (gst_adder_change_state):
15436 * gst/adder/gstadder.h:
15437 Ported adder as an example of a mixer element using
15438 collect pads. Needs more negotiation work.
15440 2005-05-05 Wim Taymans <wim@fluendo.com>
15442 * ext/theora/theoradec.c: (_inc_granulepos),
15443 (theora_dec_src_event), (theora_dec_sink_event),
15444 (theora_handle_comment_packet), (theora_handle_type_packet),
15445 (theora_handle_header_packet), (theora_handle_data_packet),
15446 (theora_dec_chain):
15447 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15448 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15449 (theora_push_buffer), (theora_push_packet),
15450 (theora_enc_sink_event), (theora_enc_chain),
15451 (theora_enc_change_state), (theora_enc_set_property),
15452 (theora_enc_get_property):
15453 Added stream lock to decoder so that we can serialize
15455 More theoraenc porting, recover from errors, do clean
15458 2005-05-05 Wim Taymans <wim@fluendo.com>
15460 * ext/ogg/Makefile.am:
15462 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15463 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15465 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15466 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15467 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15468 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15469 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15470 (gst_ogg_mux_change_state):
15473 2005-05-05 Wim Taymans <wim@fluendo.com>
15475 * docs/design-audiosinks.txt:
15476 * gst-libs/gst/audio/TODO:
15477 * gst-libs/gst/audio/gstaudiosink.c:
15478 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15479 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15480 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15481 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15482 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15483 (gst_audiosink_create_ringbuffer):
15484 * gst-libs/gst/audio/gstbaseaudiosink.c:
15485 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15486 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15487 (gst_baseaudiosink_set_property), (build_linear_format),
15488 (debug_spec_caps), (debug_spec_buffer),
15489 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15490 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15491 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15492 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15493 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15494 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15495 (gst_ringbuffer_release), (gst_ringbuffer_play),
15496 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15497 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15498 (gst_ringbuffer_set_sample), (wait_segment),
15499 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15500 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15501 More work on the audiosink, mostly debugging and a race in
15504 2005-04-28 Wim Taymans <wim@fluendo.com>
15506 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15507 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15508 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15509 (vorbis_dec_src_query), (vorbis_dec_src_event),
15510 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15511 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15512 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15513 Don't crap out when seeking back to position 0.
15515 2005-04-28 Wim Taymans <wim@fluendo.com>
15517 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15518 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15519 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15520 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15521 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15522 Make audio sink configurable, use alsasink as default.
15524 2005-04-28 Wim Taymans <wim@fluendo.com>
15526 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15527 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15528 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15529 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15530 (vorbis_dec_change_state):
15531 * ext/vorbis/vorbisdec.h:
15532 Refactor, use STREAM_LOCK.
15534 2005-04-28 Wim Taymans <wim@fluendo.com>
15536 * ext/theora/theoradec.c: (_inc_granulepos),
15537 (theora_dec_sink_event), (theora_handle_comment_packet),
15538 (theora_handle_type_packet), (theora_handle_header_packet),
15539 (theora_handle_data_packet), (theora_dec_chain),
15540 (theora_dec_change_state):
15541 Refactor a bit, use STREAM_LOCK.
15543 2005-04-28 Wim Taymans <wim@fluendo.com>
15545 * ext/alsa/Makefile.am:
15546 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15547 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15548 (gst_alsa_link), (gst_alsa_close_audio):
15549 * ext/alsa/gstalsaplugin.c: (plugin_init):
15550 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15551 (gst_alsasink_dispose), (gst_alsasink_base_init),
15552 (gst_alsasink_class_init), (gst_alsasink_init),
15553 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15554 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15555 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15556 (gst_alsasink_reset):
15557 * ext/alsa/gstalsasink.h:
15558 Implement alsasink with simple open/write/close API.
15559 Make alsa dir build by disabling compilation of code.
15561 2005-04-28 Wim Taymans <wim@fluendo.com>
15563 * gst-libs/gst/audio/Makefile.am:
15564 * gst-libs/gst/audio/audio.h:
15565 * gst-libs/gst/audio/audioclock.c:
15566 * gst-libs/gst/audio/audioclock.h:
15567 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15568 (gst_audio_clock_class_init), (gst_audio_clock_init),
15569 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15570 * gst-libs/gst/audio/gstaudioclock.h:
15571 * gst-libs/gst/audio/gstaudiosink.c:
15572 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15573 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15574 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15575 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15576 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15577 (gst_audiosink_create_ringbuffer):
15578 * gst-libs/gst/audio/gstbaseaudiosink.c:
15579 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15580 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15581 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15582 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15583 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15584 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15585 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15586 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15587 * gst-libs/gst/audio/gstbaseaudiosink.h:
15588 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15589 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15590 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15591 (gst_ringbuffer_release), (gst_ringbuffer_play),
15592 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15593 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15594 (gst_ringbuffer_set_sample), (wait_segment),
15595 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15596 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15597 * gst-libs/gst/audio/gstringbuffer.h:
15598 Make ringbuffer faster and more simple by removing the locks
15599 in the playback thread.
15600 Add sample accurate playback based on buffer sample offsets.
15601 Make the baseaudiosink provide a clock.
15602 Parse caps in the base class.
15603 Correctly handle seeking, flushing and state changes.
15605 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15608 * gst/audioconvert/Makefile.am:
15609 * gst/audioscale/Makefile.am:
15610 Fix part of the build. Come on guys, autogen didn't even work :)
15612 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15615 * gst-libs/gst/Makefile.am:
15616 * gst-libs/gst/media-info/.cvsignore:
15617 * gst-libs/gst/media-info/Makefile.am:
15618 * gst-libs/gst/media-info/README:
15619 * gst-libs/gst/media-info/media-info-priv.c:
15620 * gst-libs/gst/media-info/media-info-priv.h:
15621 * gst-libs/gst/media-info/media-info-test.c:
15622 * gst-libs/gst/media-info/media-info.c:
15623 * gst-libs/gst/media-info/media-info.h:
15624 * gst-libs/gst/media-info/media-info.vcproj:
15625 * pkgconfig/Makefile.am:
15626 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15627 * pkgconfig/gstreamer-media-info.pc.in:
15628 Remove media-info, which is also successed by playbin (see Totem
15631 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15634 * examples/Makefile.am:
15635 * examples/gstplay/.cvsignore:
15636 * examples/gstplay/Makefile.am:
15637 * examples/gstplay/player.c:
15638 * gst-libs/gst/Makefile.am:
15639 * gst-libs/gst/play/.cvsignore:
15640 * gst-libs/gst/play/Makefile.am:
15641 * gst-libs/gst/play/play.c:
15642 * gst-libs/gst/play/play.h:
15643 * gst-libs/gst/play/play.vcproj:
15644 * pkgconfig/Makefile.am:
15645 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15646 * pkgconfig/gstreamer-play.pc.in:
15647 Remove libgstplay, playbin is now the official successor.
15649 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15652 * gst-libs/gst/Makefile.am:
15653 * gst-libs/gst/xwindowlistener/Makefile.am:
15654 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15655 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15656 Remove deprecated xwindowlistener (I've moved xwindowlistening
15657 in the v4l/v4l2 plugins over to serverside).
15659 2005-04-25 David Schleef <ds@schleef.org>
15661 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15662 to examples/dynparams. Examples do not belong interspersed with
15664 * examples/dynparams/demo-dparams.c:
15665 * gst/sine/Makefile.am:
15666 * gst/sine/demo-dparams.c:
15668 2005-04-25 David Schleef <ds@schleef.org>
15670 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15671 * gst-libs/gst/audio/Makefile.am:
15672 * gst-libs/gst/riff/Makefile.am:
15673 * gst-libs/gst/tag/Makefile.am:
15674 * gst-libs/gst/video/Makefile.am:
15675 * gst-libs/gst/xwindowlistener/Makefile.am:
15677 Convert to 0.9 API, seems to work:
15678 * sys/ximage/Makefile.am:
15679 * sys/ximage/ximagesink.c:
15681 2005-04-24 David Schleef <ds@schleef.org>
15683 Link plugins against libraries:
15684 * ext/alsa/Makefile.am:
15685 * gst/tcp/Makefile.am:
15687 Remove asm code that should be in liboil
15688 * gst/videoscale/Makefile.am:
15689 * gst/videoscale/videoscale_x86_asm.s:
15691 gettext wants these checked in:
15707 2005-04-24 David Schleef <ds@schleef.org>
15709 Convert gst_main() to g_main_loop_run()
15710 * gst/playback/decodetest.c: (main):
15711 * gst/playback/test2.c: (main):
15712 * gst/playback/test3.c: (main):
15713 * gst/playback/test4.c: (main):
15715 Link plugins against libraries:
15716 * ext/libvisual/Makefile.am:
15717 * sys/xvimage/Makefile.am:
15719 2005-04-24 David Schleef <ds@schleef.org>
15721 * configure.ac: Remove idct and resample libs
15722 * gst-libs/gst/Makefile.am: same
15724 Remove usage of gst_library_load():
15725 * ext/alsa/gstalsaplugin.c: (plugin_init):
15726 * ext/libvisual/visual.c: (plugin_init):
15727 * ext/ogg/gstogg.c: (plugin_init):
15728 * ext/theora/theora.c: (plugin_init):
15729 * ext/vorbis/vorbis.c: (plugin_init):
15730 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15731 * gst/audioscale/gstaudioscale.c:
15732 * gst/adder/gstadder.c: (plugin_init):
15733 * gst/audioconvert/plugin.c: (plugin_init):
15734 * sys/ximage/ximagesink.c: (plugin_init):
15735 * sys/xvimage/xvimagesink.c: (plugin_init):
15736 * gst/tcp/gsttcpplugin.c: (plugin_init):
15738 Link plugins against libraries:
15739 * ext/ogg/Makefile.am:
15740 * ext/theora/Makefile.am:
15741 * ext/vorbis/Makefile.am:
15742 * gst/audioconvert/Makefile.am:
15744 Create proper libraries:
15745 * gst-libs/gst/riff/Makefile.am:
15746 * gst-libs/gst/audio/Makefile.am:
15747 * gst-libs/gst/video/Makefile.am:
15749 Move resample library to audioscale plugin directory:
15750 * gst-libs/gst/resample/Makefile.am:
15751 * gst-libs/gst/resample/README:
15752 * gst-libs/gst/resample/dtof.c:
15753 * gst-libs/gst/resample/dtos.c:
15754 * gst-libs/gst/resample/functable.c:
15755 * gst-libs/gst/resample/private.h:
15756 * gst-libs/gst/resample/resample.c:
15757 * gst-libs/gst/resample/resample.h:
15758 * gst-libs/gst/resample/resample.vcproj:
15759 * gst-libs/gst/resample/test.c:
15760 * gst/audioscale/Makefile.am:
15761 * gst/audioscale/README:
15762 * gst/audioscale/dtof.c:
15763 * gst/audioscale/dtos.c:
15764 * gst/audioscale/functable.c:
15765 * gst/audioscale/private.h:
15766 * gst/audioscale/resample.c:
15767 * gst/audioscale/resample.h:
15768 * gst/audioscale/test.c:
15770 Move tagedit library to gst-libs:
15771 * gst-libs/gst/tag/Makefile.am:
15772 * gst-libs/gst/tag/gstid3tag.c:
15773 * gst-libs/gst/tag/gsttagediting.c:
15774 * gst-libs/gst/tag/gsttageditingprivate.h:
15775 * gst-libs/gst/tag/gstvorbistag.c:
15776 * gst/tags/Makefile.am:
15777 * gst/tags/gstid3tag.c:
15778 * gst/tags/gstvorbistag.c:
15780 Fix for core changes:
15781 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15782 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15783 (gst_sinesrc_getrange):
15785 2005-04-23 David Schleef <ds@schleef.org>
15787 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15788 in gst-plugins in a long time, and properly belongs in liboil.
15789 * gst-libs/gst/idct/Makefile.am:
15790 * gst-libs/gst/idct/README:
15791 * gst-libs/gst/idct/dct.h:
15792 * gst-libs/gst/idct/doieee:
15793 * gst-libs/gst/idct/fastintidct.c:
15794 * gst-libs/gst/idct/floatidct.c:
15795 * gst-libs/gst/idct/idct.c:
15796 * gst-libs/gst/idct/idct.h:
15797 * gst-libs/gst/idct/idtc.vcproj:
15798 * gst-libs/gst/idct/ieeetest.c:
15799 * gst-libs/gst/idct/intidct.c:
15801 2005-04-20 Wim Taymans <wim@fluendo.com>
15803 * docs/design-audiosinks.txt:
15804 * gst-libs/gst/audio/Makefile.am:
15805 * gst-libs/gst/audio/TODO:
15806 * gst-libs/gst/audio/gstaudiosink.c:
15807 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15808 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15809 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15810 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15811 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15812 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15813 (gst_audiosink_class_init), (gst_audiosink_init),
15814 (gst_audiosink_create_ringbuffer):
15815 * gst-libs/gst/audio/gstaudiosink.h:
15816 * gst-libs/gst/audio/gstbaseaudiosink.c:
15817 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15818 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15819 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15820 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15821 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15822 (gst_baseaudiosink_create_ringbuffer),
15823 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15824 * gst-libs/gst/audio/gstbaseaudiosink.h:
15825 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15826 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15827 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15828 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15829 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15830 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15831 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15832 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15833 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15834 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15835 * gst-libs/gst/audio/gstringbuffer.h:
15836 An attempt at a set of audio base classes together with some
15839 2005-04-20 Wim Taymans <wim@fluendo.com>
15841 * gst/audioconvert/Makefile.am:
15842 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15843 (gst_audio_convert_caps_remove_format_info),
15844 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15845 (gst_audio_convert_channels):
15846 Link against audio libs.
15847 Fix audio convert plugin.
15849 2005-04-20 Wim Taymans <wim@fluendo.com>
15851 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15852 (gst_ogg_demux_sink_activate):
15853 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15854 (theora_set_header_on_caps), (theora_enc_sink_event),
15855 (theora_enc_chain):
15856 Fix theora encoder.
15858 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15860 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15861 * gst/playback/gstdecodebin.c: (find_compatibles):
15862 Work with staticpadtemplates in elementfactories.
15864 2005-04-12 Wim Taymans <wim@fluendo.com>
15866 * gst/playback/README:
15867 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15868 (compare_ranks), (print_feature), (gst_decode_bin_init),
15869 (dynamic_create), (dynamic_free), (find_compatibles),
15870 (mimetype_is_raw), (close_pad_link), (got_redirect),
15871 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15872 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15873 (gst_decode_bin_change_state):
15874 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15875 (gst_play_base_bin_init), (group_destroy), (group_commit),
15876 (check_queue), (queue_overrun), (queue_threshold_reached),
15877 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15878 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15879 (got_redirect), (setup_source), (play_base_eos),
15880 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15881 (gst_play_base_bin_remove_element):
15882 * gst/playback/gstplaybasebin.h:
15883 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15884 (gst_play_bin_init), (gst_play_bin_dispose),
15885 (gst_play_bin_set_property), (gen_video_element),
15886 (gen_text_element), (gen_audio_element), (remove_sinks),
15887 (gst_play_bin_send_event):
15888 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15889 (stream_info_change_state), (gst_stream_info_set_mute):
15890 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15891 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15892 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15893 (gst_stream_selector_chain):
15894 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15896 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15897 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15898 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15899 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15900 Raw and crude port of decodebin.
15901 Make playbin compile.
15903 2005-04-06 Wim Taymans <wim@fluendo.com>
15905 * ext/gnomevfs/Makefile.am:
15906 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15907 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15908 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15909 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15910 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15911 (gst_gnomevfssrc_stop):
15912 * ext/ogg/Makefile.am:
15913 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15914 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15915 * ext/theora/Makefile.am:
15916 * ext/theora/theoradec.c: (_inc_granulepos),
15917 (theora_dec_sink_event), (theora_dec_chain):
15918 * ext/vorbis/Makefile.am:
15919 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15920 (vorbis_dec_sink_event), (vorbis_dec_chain):
15921 * gst-libs/gst/audio/Makefile.am:
15922 * sys/xvimage/Makefile.am:
15923 Make gnomevfssrc extend the source base class.
15924 Fix linking against libs in various plugins.
15926 2005-04-06 Andy Wingo <wingo@pobox.com>
15928 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15931 * configure.ac: Add check and AC_SUBST for libgstbase.
15933 2005-03-31 Wim Taymans <wim@fluendo.com>
15935 * examples/seeking/Makefile.am:
15936 * examples/seeking/cdparanoia.c: (main):
15937 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15938 (play_cb), (pause_cb), (stop_cb), (main):
15939 * examples/seeking/playbin.c:
15940 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15941 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15942 (make_sid_pipeline), (make_vorbis_pipeline),
15943 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15944 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15945 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15946 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15947 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15949 * examples/seeking/spider_seek.c:
15950 * examples/seeking/vorbisfile.c:
15951 * ext/gnomevfs/Makefile.am:
15952 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15953 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15954 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15955 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15956 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15957 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15958 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15959 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15961 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15962 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15963 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15964 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15965 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15966 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15967 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15968 (gst_ogg_demux_factory_filter), (compare_ranks),
15969 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15970 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15971 (gst_ogg_chain_new), (gst_ogg_chain_free),
15972 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15973 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15974 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15975 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15976 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15977 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15978 (gst_ogg_demux_get_prev_page),
15979 (gst_ogg_demux_deactivate_current_chain),
15980 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15981 (gst_ogg_demux_bisect_forward_serialno),
15982 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15983 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15984 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15985 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15986 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15987 (gst_ogg_demux_change_state), (gst_ogg_print):
15988 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15989 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15990 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15991 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15992 (gst_ogg_mux_loop):
15993 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15994 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15995 (theora_dec_src_convert), (theora_dec_sink_convert),
15996 (theora_dec_src_query), (theora_dec_src_event),
15997 (theora_dec_sink_event), (theora_dec_chain),
15998 (theora_dec_change_state):
15999 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16000 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16001 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16002 (theora_enc_change_state):
16003 * ext/vorbis/Makefile.am:
16004 * ext/vorbis/oggvorbisenc.c:
16005 * ext/vorbis/oggvorbisenc.h:
16006 * ext/vorbis/vorbis.c: (plugin_init):
16007 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16008 (vorbis_dec_src_query), (vorbis_dec_src_event),
16009 (vorbis_dec_sink_event), (vorbis_dec_chain),
16010 (vorbis_dec_change_state):
16011 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16012 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16013 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16014 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16015 (gst_vorbisenc_change_state):
16016 * ext/vorbis/vorbisenc.h:
16017 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16018 * gst-libs/gst/audio/audioclock.c:
16019 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16020 (gst_audiofilter_init), (gst_audiofilter_chain):
16021 * gst-libs/gst/audio/testchannels.c: (main):
16022 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16023 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16024 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16025 (gmip_find_track_streaminfo), (gmip_find_track_format):
16026 * gst-libs/gst/media-info/media-info.c:
16027 (gst_media_info_read_idler):
16028 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16029 (gst_play_get_all_by_interface):
16030 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16031 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16032 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16033 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16034 (gst_riff_parse_info):
16035 * gst-libs/gst/riff/riff-read.h:
16036 * gst-libs/gst/riff/riff.c: (plugin_init):
16037 * gst-libs/gst/video/Makefile.am:
16038 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16039 (gst_videosink_class_init), (gst_videosink_get_type):
16040 * gst-libs/gst/video/videosink.h:
16041 * gst/audioconvert/bufferframesconvert.c:
16042 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16043 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16044 * gst/audioconvert/channelmixtest.c: (main):
16045 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16046 (gst_audio_convert_chain),
16047 (gst_audio_convert_caps_remove_format_info),
16048 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16049 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16050 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16051 (gst_audio_convert_buffer_to_default_format),
16052 (gst_audio_convert_buffer_from_default_format),
16053 (gst_audio_convert_channels):
16054 * gst/audioconvert/gstchannelmix.h:
16055 * gst/ffmpegcolorspace/avcodec.h:
16056 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16057 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16058 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16059 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16060 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16061 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16062 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16063 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16064 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16066 * gst/videotestsrc/gstvideotestsrc.c:
16067 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16068 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16069 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16070 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16071 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16072 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16073 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16075 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16076 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16077 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16078 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16079 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16080 (gst_xvimagesink_navigation_send_event),
16081 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16082 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16083 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16084 * sys/xvimage/xvimagesink.h:
16085 Plugin port to 0.9, ogg/theora playback should work in the seek
16087 Removed old examples.
16088 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16089 explained in 0.9 TODO doc.
16092 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16114 * testsuite/Makefile.am:
16115 remove a whole bunch of plugins. This module now contains a set
16116 of free reference plugins/elements as agreed.
16118 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16121 hunting season on 0.9 is now OPEN
16123 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16125 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16126 Kick the hell out of gcc for not warning me about a symbol conflict.
16128 2005-02-22 Luca Ognibene <luogni@tin.it>
16130 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16132 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16133 Don't leak caps string (fixes #168134)
16135 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16136 (gst_jpegenc_init), (gst_jpegenc_finalize),
16137 (gst_jpegenc_change_state):
16138 Don't leak line buffers and context struct (fixes #168133).
16140 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16143 * ext/dirac/gstdiracdec.cc:
16144 (gst_diracdec_chain):
16145 Since dirac 0.5.0 the framerate in dirac is expressed as a
16146 rational number. Fix build and up requirement to 0.5.0, and
16147 also pass parameters to gst_diracdec_link in the right order
16150 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16152 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16153 * ext/faad/gstfaad.h:
16154 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16155 certain invalid muxed streams, where some packets will contain
16156 junk after decoder data. Partially fixes #149158.
16158 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16159 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16160 Make sure we only write to writable buffers
16162 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16164 * gst-libs/gst/riff/riff-media.c:
16165 (gst_riff_create_audio_caps_with_data):
16166 Do actually fix invalid RIFF fmt header values for alaw
16167 and mulaw audio instead of just saying so.
16169 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16170 Give gst_riff_create_audio_caps_with_data() a chance to
16171 fix up broken format header fields before extracting any
16172 parameters from the header. (fixes #167633)
16174 2005-02-19 Martin Holters <martin.holters@gmx.de>
16176 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16178 * gst/audioconvert/bufferframesconvert.c:
16179 (buffer_frames_convert_link):
16180 Don't leak othercaps. (fixes #167878)
16182 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16185 * ext/libvisual/visual.c: (gst_visual_srclink),
16186 (gst_visual_change_state):
16187 Support libvisual 0.2.0.
16189 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16191 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16192 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16193 Use same rowstrides for I420 as used everywhere else.
16195 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16197 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16198 Declare variables at beginning of block and make gcc-2.95 happy
16199 (fixes # 167482, patch by Gergely Nagy).
16201 * gst/tcp/gsttcpclientsrc.c:
16202 * gst/tcp/gsttcpclientsrc.h:
16203 Move some includes into the header, so that struct sockaddr_in is
16204 defined when it should be defined on FreeBSD as well (fixes
16207 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16208 Don't pass uninitialised values to setsockopt() here either.
16210 2005-02-17 Luca Ognibene <luogni at tin dot it>
16212 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16214 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16215 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16217 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16219 * gst/playback/gstplaybin.c: (add_sink):
16220 Invert bin_add/link order to workaround deadlock in opt.
16222 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16224 * gst/modplug/gstmodplug.cc:
16225 Add missing break causing position queries to fail.
16227 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16229 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16230 Granpos can apparently be -1, which screws up calculations...
16232 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16234 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16235 (gst_ximagesink_send_pending_navigation),
16236 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16237 (gst_ximagesink_init):
16238 * sys/ximage/ximagesink.h:
16239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16240 (gst_xvimagesink_send_pending_navigation),
16241 (gst_xvimagesink_navigation_send_event),
16242 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16243 * sys/xvimage/xvimagesink.h:
16244 Use a mutex protected list to marshal navigation
16245 events into the stream thread from whichever thread
16248 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16250 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16251 Display current position and track length; misc. clean-ups.
16253 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16254 (speed_init), (speed_chain):
16255 Add query function, so that the stream length and current position
16256 get adjusted when queried (note that current position queries may
16257 still be wrong if the audio sink returns values based on buffer
16258 timestamps instead of passing on the query).
16260 2005-02-13 Benjamin Otte <otte@gnome.org>
16262 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16263 (gst_audio_convert_channels):
16264 create channel conversion matrix when linking
16265 * gst/audioconvert/.cvsignore:
16266 * gst/audioconvert/Makefile.am:
16267 * gst/audioconvert/channelmixtest.c: (main):
16268 add (ugly) test that ensures stereo <=> mono conversion works
16271 2005-02-13 Benjamin Otte <otte@gnome.org>
16273 * gst/audioconvert/gstchannelmix.h:
16274 include missing header file
16275 * gst/audioconvert/gstchannelmix.c:
16276 (gst_audio_convert_fill_compatible):
16277 use same sign for both channels when converting to/from compatible
16278 channel. Previously used different signs made the signals cancel
16279 each other out and appear like silence. (fixes #167269)
16281 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16283 * gst/ffmpegcolorspace/avcodec.h:
16284 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16285 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16286 (gst_ffmpegcsp_avpicture_fill):
16287 * gst/ffmpegcolorspace/imgconvert.c:
16288 Convert to and from YV12 (fixes #156379).
16290 2005-02-12 Julien MOUTTE <julien@moutte.net>
16292 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16293 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16294 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16295 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16296 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16297 methods from chain and negotiation and vice versa (Fixes #166142).
16298 * sys/ximage/ximagesink.h: Add stream_lock.
16299 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16300 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16301 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16302 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16304 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16306 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16307 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16308 error message when we can't open the DVD device (when dvdnav_open()
16309 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16310 the above). Send something more useful instead (fixes #167117).
16312 2005-02-11 Julien MOUTTE <julien@moutte.net>
16314 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16315 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16316 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16317 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16318 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16319 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16320 methods from chain and negotiation and vice versa (Fixes #166142).
16321 Fix a possible bug of images in the buffer pool being discarded because
16322 we are looking at the wrong geometry.
16323 * sys/xvimage/xvimagesink.h: Add stream_lock.
16325 2005-02-11 David Schleef <ds@schleef.org>
16327 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16328 unsigned int. (fixes #167128)
16330 2005-02-11 David Schleef <ds@schleef.org>
16332 * gst/librfb/Makefile.am: Testing stuff before committing is
16333 for wimps... and people with fast machines. Fix stupid
16336 2005-02-11 David Schleef <ds@schleef.org>
16338 * configure.ac: Pull in librfb from my CVS tree, because it is
16339 too small and annoying to be separate. Move rfbsrc plugin
16342 * ext/librfb/Makefile.am:
16343 * ext/librfb/gstrfbsrc.c:
16344 * gst/librfb/Makefile.am:
16345 * gst/librfb/gstrfbsrc.c:
16346 * gst/librfb/rfb.c:
16347 * gst/librfb/rfb.h:
16348 * gst/librfb/rfbbuffer.c:
16349 * gst/librfb/rfbbuffer.h:
16350 * gst/librfb/rfbbytestream.c:
16351 * gst/librfb/rfbbytestream.h:
16352 * gst/librfb/rfbcontext.h:
16353 * gst/librfb/rfbdecoder.c:
16354 * gst/librfb/rfbdecoder.h:
16355 * gst/librfb/rfbutil.h:
16357 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16359 * gst/speed/Makefile.am:
16360 * gst/speed/demo-mp3.c: (main):
16361 * gst/speed/filter.func:
16362 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16363 (speed_class_init), (speed_init), (speed_chain_int16),
16364 (speed_chain_float32), (speed_chain), (speed_set_property),
16365 (speed_get_property), (speed_change_state):
16366 * gst/speed/gstspeed.h:
16367 Fix speed element and make it chain-based (fixes #156467),
16368 and make it handle more than one channel.
16370 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16372 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16373 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16374 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16375 * ext/dts/gstdtsdec.h:
16376 Don't clobber the stack constructing the channels array.
16377 Make the element chain-based. DTS tracks can now be played.
16379 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16381 * gst-libs/gst/audio/multichannel.h:
16382 * gst-libs/gst/gconf/gconf.h:
16383 * gst-libs/gst/idct/idct.h:
16384 * gst-libs/gst/media-info/media-info-priv.h:
16385 * gst-libs/gst/play/play.h:
16386 * gst-libs/gst/resample/private.h:
16387 * gst-libs/gst/resample/resample.h:
16388 * gst-libs/gst/riff/riff-ids.h:
16389 * gst-libs/gst/video/video.h:
16390 * gst-libs/gst/video/videosink.h:
16391 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16392 missing, so that they work when included from C++ code.
16394 2005-02-09 David Schleef <ds@schleef.org>
16396 * testsuite/gst-lint: Check for non-statically scoped
16397 parent_class variables. This won't be a problem once
16398 plugins are loaded with RTLD_LOCAL.
16400 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16402 * ext/mplex/gstmplexibitstream.cc:
16405 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16407 * ext/ogg/gstogmparse.c:
16408 * gst/debug/gstnavigationtest.c:
16409 Die, thou faulty symbol pollutors (non-static parent_class).
16411 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16413 * ext/mplex/gstmplexibitstream.cc:
16414 Fix event handling (#165525).
16416 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16418 * ext/mikmod/gstmikmod.c:
16419 * gst/modplug/gstmodplug.cc:
16420 Add missing endianness to template (fixes #165509).
16422 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16424 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16425 Fix wrong order of reading of optional bytes (#165290).
16427 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16429 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16430 Implement FILLER event awareness.
16432 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16434 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16435 Fix track calculations (#166208).
16437 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16439 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16441 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16442 * ext/libpng/gstpngenc.c:
16443 Fix byte-order, use proper fixed caps. Fixes #164197.
16445 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16450 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16451 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16452 Don't push buffers if the src pad isn't negotiated yet.
16454 * gst/audioconvert/gstaudioconvert.c:
16455 (gst_audio_convert_buffer_to_default_format),
16456 (gst_audio_convert_buffer_from_default_format):
16457 Add support for 24-bit width.
16459 * gst/dvdlpcmdec/.cvsignore:
16460 * gst/dvdlpcmdec/Makefile.am:
16461 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16462 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16463 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16464 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16466 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16467 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16468 format. Needs support for the channels maps if someone can find
16469 a DVD LPCM track with > 2 channels.
16471 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16472 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16473 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16474 * gst/mpegstream/gstdvddemux.h:
16475 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16476 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16477 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16478 * gst/mpegstream/gstmpegdemux.h:
16479 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16480 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16481 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16482 (gst_mpeg_parse_handle_src_query),
16483 (gst_mpeg_parse_handle_src_event):
16484 Use audio/x-dvd-lpcm for LPCM output.
16487 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16489 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16491 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16492 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16493 Add BGRA handling (#165736).
16495 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16497 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16499 * gst/law/alaw-decode.c: (alawdec_link):
16500 * gst/law/alaw-encode.c: (alawenc_link):
16501 * gst/law/mulaw-decode.c: (mulawdec_link):
16502 * gst/law/mulaw-encode.c: (mulawenc_link):
16503 Fix caps memleaks (#166600).
16505 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16507 * ext/tarkin/mem.h:
16508 * ext/tarkin/wavelet.h:
16509 * ext/tarkin/yuv.h:
16510 * gst/ffmpegcolorspace/avcodec.h:
16511 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16512 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16514 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16516 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16517 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16518 (gst_xvimagesink_change_state):
16519 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16520 Xv video (and thereby regenerate Xv colourkey) in clear() so
16521 that PLAY -> READY -> PLAY works (fixes #162504).
16523 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16525 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16526 Switch to list instead of range, since MJPEG-devices really just
16527 support decimations, not any size.
16529 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16530 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16531 (gst_mpeg2dec_reset), (free_all_buffers),
16532 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16533 * ext/mpeg2dec/gstmpeg2dec.h:
16534 The libmpeg2 user-allocated buffer management is awkward,
16535 to say the least. Hopefully this fixes things.
16537 2005-02-04 Andy Wingo <wingo@pobox.com>
16539 * gst/audioconvert/bufferframesconvert.c
16540 (buffer_frames_convert_fixate): New function, fixates to 256
16541 frames per buffer by default. (Much better than 1.)
16542 (buffer_frames_convert_init): Set the fixate function for both src
16544 (buffer_frames_convert_link): After success setting nonfixed caps,
16545 get the negotiated caps so we can know how many buffer-frames it
16546 will be. No idea how this worked at all before.
16548 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16550 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16551 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16552 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16553 (handle_sequence), (handle_picture):
16554 * ext/mpeg2dec/gstmpeg2dec.h:
16555 Rearrange buffer tracking and refcounting and refactor
16556 a little for readability.
16558 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16559 * sys/v4l/gstv4l.c: (plugin_init):
16560 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16561 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16562 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16563 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16564 * sys/v4l/gstv4ljpegsrc.h:
16565 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16566 * sys/v4l/v4l_calls.h:
16567 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16568 (gst_v4lsrc_get_fps):
16569 * sys/v4l/v4lsrc_calls.h:
16570 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16571 you jpeg inside rgb frames" driver.
16572 Don't error in the v4lsrc link function, just return
16575 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16577 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16578 (gst_qcamsrc_open):
16579 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16581 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16583 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16584 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16586 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16588 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16589 Reset negotiated state on PAUSED->READY.
16591 2005-02-02 David Schleef <ds@schleef.org>
16593 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16594 whereever possible. (Fixes #165997)
16595 * examples/capsfilter/capsfilter1.c: (main):
16596 * examples/dynparams/filter.c: (create_ui):
16597 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16598 * examples/seeking/chained.c: (main):
16599 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16600 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16601 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16602 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16603 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16604 * examples/switch/switcher.c: (main):
16605 * ext/dv/demo-play.c: (main):
16606 * ext/faad/gstfaad.c: (gst_faad_change_state):
16607 * ext/mad/gstmad.c: (gst_mad_chain):
16608 * ext/smoothwave/demo-osssrc.c: (main):
16609 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16610 (gst_gconf_render_bin_from_description),
16611 (gst_gconf_get_default_audio_sink),
16612 (gst_gconf_get_default_video_sink),
16613 (gst_gconf_get_default_audio_src),
16614 (gst_gconf_get_default_video_src),
16615 (gst_gconf_get_default_visualization_element):
16616 * gst/level/demo.c: (main):
16617 * gst/level/plot.c: (main):
16618 * gst/playback/gstplaybin.c: (gen_video_element),
16619 (gen_audio_element):
16620 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16621 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16622 * gst/sine/demo-dparams.c: (main):
16623 * gst/spectrum/demo-osssrc.c: (main):
16624 * gst/speed/demo-mp3.c: (main):
16625 * gst/volume/demo.c: (main):
16626 * testsuite/embed/embed.c: (main):
16628 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16630 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16631 (gst_tcpclientsink_finalize):
16632 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16633 (gst_tcpclientsrc_finalize):
16634 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16635 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16636 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16637 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16638 Don't leak the hostname when shutting down.
16639 In tcpserversrc, take a copy of the default hostname.
16641 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16643 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16644 Set caps to systemstream=TRUE.
16646 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16648 * testsuite/Makefile.am:
16649 Fix more OSX buildbots.
16651 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16653 * ext/mpeg2dec/gstmpeg2dec.c:
16654 Don't send things to NULL PAD_PEERs
16656 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16657 Copy-on-write the incoming buffer.
16659 * gst/mpegstream/gstdvddemux.h:
16660 * gst/mpegstream/gstmpegclock.h:
16661 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16662 (normal_seek), (gst_mpeg_demux_handle_src_event):
16663 * gst/mpegstream/gstmpegdemux.h:
16664 * gst/mpegstream/gstmpegpacketize.h:
16665 * gst/mpegstream/gstmpegparse.c:
16666 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16667 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16668 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16669 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16670 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16671 * gst/mpegstream/gstmpegparse.h:
16672 * gst/mpegstream/gstrfc2250enc.h:
16673 Various changes to the way time is computed that make seeking and
16674 total time estimation much better here.
16675 Use G_BEGIN/END_DECLS instead of __cplusplus
16677 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16678 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16680 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16682 * gst/subparse/gstsubparse.c:
16685 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16687 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16688 (theora_enc_chain), (theora_enc_change_state):
16689 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16690 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16691 (gst_vorbisenc_change_state):
16692 * ext/vorbis/vorbisenc.h:
16693 Set granulepos and timestamp correctly for streams not
16694 starting at 0, taking into account the initial delay.
16696 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16698 * gst/mpegstream/gstdvddemux.c:
16699 Add audio/x-dts to audio pad template caps
16701 2005-01-30 David Schleef <ds@schleef.org>
16703 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16704 (create_context), (gst_polypsink_link): Fix silly endianness
16705 bug. Add some debugging. Remove float from caps; it doesn't
16706 work. Attempt to get remote audio working.
16708 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16710 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16713 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16715 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16716 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16717 (gst_avi_demux_stream_data):
16718 * gst/avi/gstavidemux.h:
16719 Invert DIB images. Fixes #132341.
16721 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16723 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16724 (gst_ffmpegcsp_chain):
16725 D'oh, reference the palette data, not the palette structure.
16726 Fixes color distortion in #132341.
16728 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16730 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16731 PAR can be non-fixed when not provided as argument (#162626).
16733 2005-01-29 David Moore <dcm@acm.org>
16735 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16737 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16738 (gst_qtdemux_loop_header):
16739 Re-apply patch from #142272 that allows non-seekable sources,
16740 re-proposed by Daniel Drake <dsd@gentoo.org>.
16742 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16744 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16745 Use the src template for creating the src pad (#162330).
16747 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16750 * ext/musepack/Makefile.am:
16751 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16752 (gst_musepackdec_init), (gst_musepackdec_dispose),
16753 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16754 (gst_musepack_stream_init), (gst_musepackdec_loop),
16755 (gst_musepackdec_change_state):
16756 * ext/musepack/gstmusepackdec.cpp:
16757 * ext/musepack/gstmusepackdec.h:
16758 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16759 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16760 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16761 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16762 * ext/musepack/gstmusepackreader.cpp:
16763 * ext/musepack/gstmusepackreader.h:
16764 Update to 1.1 API (#165446).
16766 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16771 2005-01-28 Andy Wingo <wingo@pobox.com>
16773 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16774 to reflect a different dubious internet source. Add a reference
16775 and some commentary.
16777 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16779 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16780 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16781 * gst/playback/gststreamselector.h:
16782 Be more selective when we're redoing caps negotiation from
16783 within the chain function on a stream change.
16785 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16789 * ext/amrnb/Makefile.am:
16790 * ext/amrnb/amrnb.c: (plugin_init):
16791 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16792 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16793 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16794 (gst_amrnbdec_state_change):
16795 * ext/amrnb/amrnbdec.h:
16796 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16797 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16798 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16799 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16800 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16801 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16802 * ext/amrnb/amrnbparse.h:
16803 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16804 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16805 Add AMR-NB/-WB raw formats.
16806 * ext/alsa/gstalsa.c: (gst_alsa_link):
16807 Keep valid time when changing format.
16808 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16809 (qtdemux_parse_trak):
16810 Add some more format-specific options (#140141, #143555, #155163).
16812 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16814 * gst/matroska/matroska-demux.c:
16815 (gst_matroska_demux_parse_blockgroup):
16816 Fix logic error in timing of subtitle stream synchronization.
16817 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16818 Add skip-chunk, which is found in kodak-camera streams.
16820 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16824 Adding Vietnamese translation (submitted by Clytie Siddall)
16826 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16828 * gst/playback/gstdecodebin.c: (try_to_link_1):
16829 Use realpad for signal.
16831 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16833 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16834 Fix category so decodebin picks it up.
16836 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16838 * ext/mad/Makefile.am:
16839 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16840 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16841 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16842 (found_type), (gst_id3demux_bin_change_state):
16843 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16844 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16845 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16846 (gst_id3_tag_change_state), (plugin_init):
16847 * ext/mad/gstmad.h:
16848 Add id3demuxbin (which is a simple bin consisting of id3demux
16849 and typefind), take over rank from id3demux, remove typefind
16850 code from id3demux. Makes all broken mp3s that I know of work,
16851 and thereby fixes #152688.
16853 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16855 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16857 * ext/mad/gstmad.c: (gst_mad_src_event):
16858 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16859 Allow seeks on audio pad, make mad forward those (#164826).
16860 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16861 Set duration (#165335).
16863 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16865 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16866 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16867 (gst_asf_demux_process_ext_content_desc),
16868 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16869 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16870 * gst/asfdemux/gstasfdemux.h:
16871 Improve metadata display, e.g. if the metadata comes before the
16872 streams are loaded (which is perfectly valid).
16874 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16876 * tools/gst-launch-ext-m.m:
16877 Fix AVI/ASF pipelines (#165340).
16879 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16880 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16881 build failure on amd64
16883 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16885 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16886 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16887 Check environment variables GST_ID3V2_TAG_ENCODING,
16888 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16889 list of character encodings to force interpretation of non-unicode
16890 strings stored in an ID3v2 tag to a particular encoding. If none
16891 is specified, try to use current locale's encoding, then fall back
16892 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16893 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16894 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16895 Check environment variables GST_ID3V1_TAG_ENCODING,
16896 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16897 list of character encodings to use in case a string encountered
16898 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16899 specified, try to use the current locale's encoding, then fall
16900 back to ISO-8859-1 (which will always succeed).
16902 2005-01-25 Benjamin Otte <otte@gnome.org>
16904 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16905 - on half framerate, compute the rate in advance so the comparisons
16906 don't compare wrong values
16907 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16909 - don't use mad_header_decode anymore, mad_frame_decode does that
16911 - when getting rid of consumed bytes, reset the stream's skiplen
16914 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16916 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16917 Use 1/2 a second for default max_discont, as PES streams from DVB
16918 seem to have larger spacings in the SCR.
16921 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16923 * gst/playback/gstplaybasebin.c: (group_commit):
16924 Notify delayed stream-info availability.
16926 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16927 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16928 (gst_a52dec_handle_event), (gst_a52dec_chain):
16929 Add some debug output. Check that a discont has a valid
16931 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16932 (gst_alsa_sink_loop):
16933 Ignore TAG events. A little extra debug for broken timestamps.
16934 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16935 (dvdnavsrc_change_state):
16936 Ensure we send a discont to engage the link before we send any
16938 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16939 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16940 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16941 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16942 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16943 dvd://title works in totem because typefinding sends a seek that ends
16944 up going back to chapter 1 regardless.
16945 * ext/mpeg2dec/gstmpeg2dec.c:
16946 * ext/mpeg2dec/gstmpeg2dec.h:
16947 Output correct timestamps and handle disconts.
16948 * ext/ogg/gstoggdemux.c: (get_relative):
16949 Small guard against a null dereference.
16950 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16951 (gst_textoverlay_set_property):
16952 Free memory when done. Don't call gst_event_filler_get_duration on
16953 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16955 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16956 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16957 (gst_sw_srclink), (gst_smoothwave_chain):
16958 Draw solid lines, prettier colours.
16959 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16960 Add a default palette that'll work for some movies.
16961 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16962 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16963 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16964 * gst/mpegstream/gstdvddemux.h:
16965 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16966 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16967 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16968 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16969 * gst/mpegstream/gstmpegparse.h:
16970 Use PTM/NAV events when for timestamp adjustment when connected to
16971 dvdnavsrc. Don't use many discont events where one suffices.
16972 * gst/playback/gstplaybasebin.c: (group_destroy),
16973 (gen_preroll_element), (gst_play_base_bin_add_element):
16974 * gst/playback/gstplaybasebin.h:
16975 Make sure we remove subtitles from the same bin we put them in.
16976 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16977 (gst_subparse_buffer_format_autodetect),
16978 (gst_subparse_change_state):
16979 Fix some memleaks and invalid accesses.
16980 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16981 (oggskel_type_find), (cmml_type_find), (plugin_init):
16982 Some typefind functions for Annodex v3.0 files
16983 * gst/wavparse/gstwavparse.h:
16984 GstRiffReadClass is the correct parent class.
16986 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16988 * gst-libs/gst/riff/riff-media.c:
16989 (gst_riff_create_video_caps_with_data):
16990 Add extradata to huffyuv (fixes #165013).
16991 * gst-libs/gst/riff/riff-read.c:
16992 (gst_riff_read_strf_vids_with_data):
16993 Fix extradata extraction if it is in the chunk size.
16995 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16997 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16999 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17000 (gst_quarktv_change_state), (gst_quarktv_dispose):
17001 Memory free'ing location fix (#164708).
17003 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17005 * gst/playback/gstplaybasebin.c: (group_commit),
17006 (gen_preroll_element), (probe_triggered), (gen_source_element),
17007 (setup_source), (gst_play_base_bin_change_state),
17008 (gst_play_base_bin_add_element):
17009 Don't block for streams.
17010 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17011 (gst_stream_info_set_mute):
17012 Use gst_pad_set_active_recursive.
17014 2005-01-25 Andy Wingo <wingo@pobox.com>
17016 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17017 for #ifndef HAVE_XVIDEO.
17019 2005-01-24 Jeffrey C. Ollie
17021 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17023 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17024 * ext/gsm/gstgsmdec.h:
17025 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17026 * ext/gsm/gstgsmenc.h:
17027 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17028 was given by property. Add proper buffer timestamps and offsets.
17030 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17032 * gst-libs/gst/riff/riff-media.c:
17033 (gst_riff_create_audio_caps_with_data):
17034 Audio can be <8000Hz.
17036 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17038 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17039 Explicit state change to workaround refcount bugs.
17041 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17043 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17044 (gst_avimux_riff_get_avi_header):
17047 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17049 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17050 (gst_riff_read_element_data):
17051 * gst-libs/gst/riff/riff-read.h:
17052 Add _peek version (req'ed in CDXA).
17053 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17054 (gst_cdxaparse_loop):
17055 Fix parsing in playbin.
17056 * gst/playback/gstdecodebin.c: (close_pad_link):
17057 Ignore current_ pads, they cause major annoyance.
17059 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17061 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17064 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17066 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17069 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17071 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17072 Allow for 0-sized buffers. Fixes length query problems in
17073 starwars.mkv from the testsuite.
17075 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17077 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17078 (gst_video_box_i420), (gst_video_box_chain):
17079 Fix row strides for I420 (fixes #163159)
17081 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17083 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17084 MPEG2 has a useful rate property, so we can actually use that.
17085 For MPEG-1, continue using the bytes/time properties.
17087 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17089 * gst-libs/gst/riff/riff-media.c:
17090 (gst_riff_create_video_caps_with_data),
17091 (gst_riff_create_video_template_caps):
17094 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17096 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17097 Fail if caps negotiation fails. Should fix #162184, and should
17098 definately be in there regardless of it fixing the actual bug.
17099 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17100 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17101 (gst_avimux_riff_get_avix_header),
17102 (gst_avimux_riff_get_video_header),
17103 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17104 (gst_avimux_start_file), (gst_avimux_handle_event),
17105 (gst_avimux_change_state):
17106 * gst/avi/gstavimux.h:
17107 Refactor structure writing to use GST_WRITE_UINT macros, add
17108 metadata writing support.
17110 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17112 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17113 Elements may already be destroyed when this function is called.
17115 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17117 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17118 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17119 More memory leak fixes (#149162).
17121 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17123 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17124 (gst_qtdemux_add_stream):
17127 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17129 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17132 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17134 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17135 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17136 when fixating to six channels in Totem.
17138 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17140 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17141 Fix compile warnings on Solaris 10 buildbot
17143 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17145 * ext/dvdread/dvdreadsrc.c: (_read):
17146 Don't read beyond the last cell in a chapter (fixes
17147 invalid memory access)
17149 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17151 * ext/dvdread/stream_labels.c:
17152 (dvdreadsrc_get_audio_stream_labels):
17153 Use NULL for an empty GList instead of g_list_alloc(); fix
17154 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17155 of GString (easier to bulk free later)
17157 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17159 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17161 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17162 (gst_ffmpeg_pixfmt_to_caps):
17163 Fix BGRA32 caps (#164209).
17165 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17167 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17169 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17170 (gst_ffmpeg_caps_to_pixfmt):
17171 alpha_mask can be RGBA/ABGR. Fixes #164265.
17173 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17175 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17177 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17178 (gst_mpeg2dec_alloc_buffer):
17179 * ext/mpeg2dec/gstmpeg2dec.h:
17180 Crop if decoding size is not the actual image size (#163676).
17182 2005-01-17 Steve Baker <steve@stevebaker.org>
17184 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17186 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17187 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17188 Add libsndfile typefind functions (#163309).
17190 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17192 * tools/gst-launch-ext-m.m:
17193 Add .aac, fix .m1v/.m2v (#163891).
17195 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17197 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17198 Sanity check, don't wait endlessly since the clock might not
17199 actually run at this point (which is a deadlock). Fixes #164069.
17201 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17203 * gst/playback/gstplaybasebin.c: (probe_triggered):
17204 Of course, only pause if group is done...
17206 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17208 * gst/playback/gstplaybasebin.c: (probe_triggered):
17211 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17213 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17214 Don't return state change success when the parent
17217 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17219 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17220 Free events (fix memleak in #162905).
17222 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17224 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17226 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17227 (gst_ffmpeg_caps_to_pixfmt):
17228 Fix for depth = 15. Fixes #161675.
17230 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17232 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17233 Set FPS correctly, even for webcams and the like.
17234 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17235 Don error on setting while capturing.
17237 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17239 * ext/dv/gstdvdec.c:
17240 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17241 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17242 I'm a bad boy. using /1001. to force C to do float division
17243 and not integer division (as it did in my last commit)
17244 Thanks to David I. Lehn for pointing this mistake.
17246 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17248 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17249 Revert Johan's 1.35->1.36 since it breaks compat.
17251 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17253 * ext/dv/gstdvdec.c:
17254 * ext/libfame/gstlibfame.c:
17255 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17256 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17257 replace framerate aproximations by their real value
17258 (24000/1001, 30000/1001, 60000/1001)
17259 Finish fixing bug #164049
17261 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17263 * ext/ogg/gstoggmux.c:
17265 * gst/tcp/gstmultifdsink.c:
17266 * gst/tcp/gstmultifdsink.h:
17267 * gst/tcp/gsttcp.c:
17268 * gst/tcp/gsttcp.h:
17269 * gst/tcp/gsttcpclientsink.c:
17270 * gst/tcp/gsttcpclientsrc.c:
17271 * gst/tcp/gsttcpserversink.c:
17272 * gst/tcp/gsttcpserversrc.c:
17273 improve reusability of elements after state changes and errors
17274 make multifdsink throw away streamheaders when receiving new ones
17276 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17278 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17279 Fix for if items are already in list...
17281 2005-01-12 Benjamin Otte <otte@gnome.org>
17283 * gst/adder/gstadder.c: (gst_adder_loop):
17284 fix adder a bit so it doesn't screw up with events as much anymore
17286 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17288 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17289 (pixbufscale_scale), (gst_pixbufscale_chain):
17290 * ext/gdk_pixbuf/pixbufscale.h:
17291 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17292 to ensure rowstrides are calculated the same way as
17294 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17295 that we pick up duration and offset also.
17297 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17299 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17300 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17303 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17305 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17306 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17307 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17308 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17309 Update flags when requested.
17311 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17313 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17316 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17318 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17319 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17320 (probe_triggered), (new_decoded_pad), (gen_source_element),
17321 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17322 * gst/playback/gstplaybasebin.h:
17323 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17324 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17325 (gst_play_bin_change_state):
17326 Implement group-switch signal for use in apps to clear metadata
17327 cache, clean up subtitle, add suburi property instead of # hack,
17328 some error-out fixes.
17330 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17332 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17334 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17335 If we got a state change in the _get handler, don't return success.
17337 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17339 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17340 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17341 Make jpegdec quiet on MJPEG decoding
17342 * gst/asfdemux/README:
17343 Fix mimetypes for MJPEG and H263
17345 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17347 * ext/theora/theoradec.c: (theora_dec_chain):
17348 Fix broken code generation by gcc by swapping arguments.
17349 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17352 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17355 delete this file, it is by far outdated
17356 * ext/alsa/gstalsa.1: remove
17357 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17358 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17359 (gst_alsa_get_caps):
17360 Add HW probing for supported sample rates. Fixes #161704
17362 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17364 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17365 Don't crash, biatch! :).
17367 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17369 * ext/musepack/gstmusepackreader.cpp:
17370 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17371 Some work on tags - still doesn't work in playbin...
17372 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17375 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17377 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17378 Also shove tags on kid pads.
17380 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17382 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17383 Don't bail on unknown events.
17384 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17385 Don't crash on events before negotiation.
17386 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17387 Send tags on pads, too.
17388 * gst/playback/gststreamselector.c:
17389 (gst_stream_selector_request_new_pad):
17390 Forward events on first pad if no input was selected yet.
17392 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17394 * gst/playback/gstplaybasebin.c: (setup_substreams):
17395 Don't disable streamtype if the stream doesn't exist, since
17396 then playing a video after audio will disable both and nothing
17397 will happen. Fixes the testsuite.
17399 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17401 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17402 (gst_v4l_xoverlay_set_xwindow_id):
17403 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17404 (gst_v4l2_xoverlay_set_xwindow_id):
17405 Add debug categories, fix overlay disabling.
17407 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17409 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17410 * ext/alsa/gstalsa.h:
17411 Add HW probing for period_count/size and buffer_size MIX/MAX
17412 Adjust default/user defined value if out of bounds
17413 Should fix bug #162024
17415 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17417 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17418 Fix warning (#161191).
17420 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17422 * ext/dvdread/stream_labels.c:
17423 (dvdreadsrc_get_audio_stream_labels):
17424 Fix warning (init the good variable in switch default)
17426 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17428 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17430 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17431 Fix gcc-2.95 compile (#163485).
17433 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17436 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17437 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17438 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17439 (gst_flacenc_change_state):
17440 * ext/flac/gstflacenc.h:
17441 Update for API change in flac-1.1.1. Update requirement in
17442 configure.ac. Fixes #162974.
17444 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17446 * gst/playback/gstplaybasebin.c: (group_destroy):
17447 Remove hack to get rid of assert and get rid of unlinked
17450 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17452 * gst/playback/gstplaybasebin.c: (setup_source):
17453 Set source to NULL so that resources are free'ed. Fixes issues
17454 with playback of CDDA and similar device-accessing things.
17456 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17458 * testsuite/embed/Makefile.am:
17459 test->noinst, fix make test in buildbot.
17461 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17463 * ext/dvdread/stream_labels.c: new file
17464 * ext/dvdread/stream_labels.h: new file
17465 * ext/dvdread/Makefile.am:
17466 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17467 Extract audio stream label from DVD IFO files.
17468 It only dump them on the console for now, still have to
17469 make playbin aware of them.
17471 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17473 * gst/playback/gstplaybasebin.c: (setup_source):
17476 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17478 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17479 (gen_preroll_element), (remove_groups), (setup_subtitle),
17480 (gen_source_element), (setup_source):
17481 * gst/playback/gstplaybasebin.h:
17482 Multiple .sub files is just a stupid idea... Fix some threading
17483 mistakes. Interestingly, external .sub files cause playbin to
17484 hang, I don't know why... Parsing fixes contributed by Fran??ois
17485 Kooman <fkooman@tuxed.net>.
17487 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17489 * testsuite/embed/Makefile.am:
17492 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17494 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17496 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17497 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17498 (gst_pngenc_set_property):
17499 * ext/libpng/gstpngenc.h:
17500 Add compression level property (#163323).
17502 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17505 * examples/capsfilter/capsfilter1.c: (main):
17506 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17507 * ext/dvdread/Makefile.am:
17508 * ext/dvdread/demo-play:
17509 * ext/dvdread/demo-play.c:
17510 * gconf/gstreamer.schemas.in:
17511 * gst-libs/gst/gconf/gconf.c:
17513 * testsuite/Makefile.am:
17514 * testsuite/embed/Makefile.am:
17515 * testsuite/embed/embed.c: (cb_expose), (main):
17516 Remove all references to xvideosink, fix examples (#140845).
17517 * gst/playback/gstplaybasebin.c: (group_destroy):
17518 Apparently, disposal does not unlink - so do explicitely.
17519 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17522 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17524 * README: fix PKG_CONFIG_PATH instructions, what was there
17525 previously was breaking default search path, not nice.
17528 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17530 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17531 (gst_audioscale_chain):
17532 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17533 when resampling - how the ^@$^!@^! is this possible?!?
17535 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17537 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17538 Reset variables on READY.
17539 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17540 (gst_matroska_mux_loop):
17541 Require data before writing header.
17543 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17545 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17547 * ext/mad/gstmad.c: (gst_mad_chain):
17548 Don't call mad_stream_sync() directly after recovering sync.
17551 2005-01-09 Martin Eikermann <meiker@upb.de>
17553 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17555 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17556 (snapshot_handler), (gst_snapshot_sinkconnect),
17557 (gst_snapshot_chain):
17558 Allocate resources when required, fix recursive signal emission
17559 and fix caps. Fixes #161667.
17561 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17563 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17565 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17566 (gst_pngdec_chain):
17567 Handle only 8-bppc (bits-per-pixel-component) images, better
17568 error handling and correct strides. Fixes #163177.
17569 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17570 (gst_pngenc_chain):
17571 Better error handling. Fixes #163348.
17573 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17575 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17576 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17577 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17578 (dvdnavsrc_uri_handler_init):
17579 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17580 * gst/playback/gstplaybasebin.c: (gen_source_element):
17581 Add MMS to streaming URIs.
17583 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17585 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17586 * sys/xvimage/xvimagesink.c:
17587 (gst_xvimagesink_navigation_send_event):
17588 Check for pad availability before sending event.
17590 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17592 * gst-plugins.spec.in:
17595 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17598 Since we use functions from CVS, up requirement.
17600 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17602 * gst/playback/Makefile.am:
17603 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17604 (group_destroy), (group_commit), (group_is_muted),
17605 (gen_preroll_element), (add_stream), (unknown_type),
17606 (probe_triggered), (preroll_unlinked), (mute_stream),
17607 (silence_stream), (new_decoded_pad), (setup_substreams),
17608 (setup_source), (get_active_source), (mute_group_type),
17609 (muted_group_change_state), (set_active_source),
17610 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17611 (play_base_eos), (gst_play_base_bin_change_state):
17612 * gst/playback/gstplaybasebin.h:
17613 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17614 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17615 (gst_stream_info_dispose), (stream_info_mute_pad),
17616 (stream_info_change_state), (gst_stream_info_set_mute):
17617 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17618 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17619 (gst_stream_selector_init), (gst_stream_selector_dispose),
17620 (gst_stream_selector_get_linked_pad),
17621 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17622 (gst_stream_selector_get_linked_pads),
17623 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17624 * gst/playback/gststreamselector.h:
17625 Adding stream selection support plus required properties for
17626 applications to use this. Fully fixes #100931.
17628 2005-01-08 Benjamin Otte <otte@gnome.org>
17630 * gst/games/gstpuzzle.c: (nav_event_handler):
17631 - handle nav events differently: forward every event no matter if it
17632 was handled or not.
17634 You can now cheat by using navigationtest ! puzzle and moving the
17635 mouse close to the edge of a tile. ;)
17637 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17640 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17641 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17642 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17643 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17644 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17645 (gst_ogm_parse_plugin_init):
17646 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17647 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17648 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17649 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17650 * ext/pango/gsttextoverlay.h:
17651 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17652 (gst_matroska_demux_handle_seek_event),
17653 (gst_matroska_demux_sync_streams),
17654 (gst_matroska_demux_parse_blockgroup),
17655 (gst_matroska_demux_subtitle_caps),
17656 (gst_matroska_demux_plugin_init):
17657 * gst/matroska/matroska-ids.h:
17658 * gst/playback/gstdecodebin.c: (close_pad_link):
17659 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17660 (gen_preroll_element), (remove_groups), (add_stream),
17661 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17663 * gst/playback/gstplaybasebin.h:
17664 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17665 * gst/subparse/Makefile.am:
17666 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17667 (gst_subparse_base_init), (gst_subparse_class_init),
17668 (gst_subparse_init), (gst_subparse_formats),
17669 (gst_subparse_eventmask), (gst_subparse_event),
17670 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17671 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17672 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17673 (parse_mpsub_deinit), (parse_mpsub_init),
17674 (gst_subparse_buffer_format_autodetect),
17675 (gst_subparse_format_autodetect), (gst_subparse_loop),
17676 (gst_subparse_change_state), (gst_subparse_type_find),
17678 * gst/subparse/gstsubparse.h:
17679 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17681 Add subtitle support, .sub parser (supports SRT and MPsub),
17682 OGM text support, Matroska UTF-8 text support, deadlock fixes
17683 all over the place, subtitle awareness in decodebin/playbin
17684 and some fixes to textoverlay to handle subtitles in a stream
17685 correctly. Fixes #100931.
17687 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17689 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17690 Check for pad availability before doing a query on it.
17692 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17694 * ext/dv/gstdvdec.c:
17695 really fix bpp24/32 dvdec caps (classic rgba indeed)
17696 * gst/asfdemux/gstasfdemux.c:
17697 (gst_asf_demux_process_ext_content_desc):
17698 don't send text tags if they are empty (bis repetita)
17700 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17702 * ext/dv/gstdvdec.c:
17703 remove unneeded comment from dvdec
17704 (related to DV 4CC codes in AVI files)
17705 moved them in gstreamer/docs/random/mimetypes
17706 * gst/asfdemux/gstasfdemux.c:
17707 (gst_asf_demux_process_ext_content_desc):
17708 don't send text tags if they are empty
17709 fix mem leak on error path
17710 * gst/ffmpegcolorspace/avcodec.h:
17711 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17712 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17713 (gst_ffmpegcsp_avpicture_fill):
17714 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17715 * gst/ffmpegcolorspace/imgconvert_template.h:
17716 adds BGR32 and BGRA32 to ffmpegcolorspace
17717 (still bad colors, fixing it on next commit)
17718 helps with dvdec outputing BGR32
17720 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17722 * ext/dv/gstdvdec.c:
17723 Fix audio caps i just broke (missing ',')
17724 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17725 (gst_matroska_mux_reset):
17726 Fix typo + add FIXME about old "x-gst-metadata" crap
17728 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17730 * ext/dv/demo-play.c: (main):
17731 xvideosink -> xvimagesink
17732 * ext/dv/gstdvdec.c:
17733 change rgb 32/32 caps to 24/32 (no alpha)
17734 change nb of channels to be a list (2 or 4, not 2)
17735 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17736 * gst/asfdemux/gstasfdemux.c:
17737 (gst_asf_demux_process_ext_content_desc):
17738 Add 'date/year' to extracted metadata list
17740 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17742 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17743 The return value of fixate_to does not imply that the requested
17744 value was set, so don't assume.
17746 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17748 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17750 * ext/libpng/gstpngdec.c:
17751 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17752 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17753 * ext/libpng/gstpngenc.h:
17754 Alpha support (encoder; #163161), mime fixage.
17756 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17758 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17760 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17761 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17762 (gst_faac_set_property), (gst_faac_get_property):
17763 * ext/faac/gstfaac.h:
17764 Allow for ADTS output (#153434).
17766 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17768 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17769 Fix against template (#150576).
17771 2005-01-06 Benjamin Otte <otte@gnome.org>
17773 * gst/games/gstpuzzle.c: (draw_puzzle):
17774 don't draw a puzzle if either width or height of tiles would be 0.
17776 2005-01-06 Benjamin Otte <otte@gnome.org>
17778 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17779 (gst_puzzle_class_init), (gst_puzzle_finalize):
17780 no memleaks, please
17781 (gst_puzzle_create), (gst_puzzle_init),
17782 (gst_puzzle_set_property), (gst_puzzle_setup):
17783 change initialization code around so we don't reshuffle on resize
17785 fix another stupid typo
17787 2005-01-06 Benjamin Otte <otte@gnome.org>
17789 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17790 fix stupid typo that borked copying on YUY2
17792 2005-01-06 Benjamin Otte <otte@gnome.org>
17794 * gst/games/gstpuzzle.c: (draw_puzzle):
17795 fix edges when image sizes aren't multiples of tile sizes
17797 2005-01-06 Benjamin Otte <otte@gnome.org>
17799 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17800 make RGB endianness work correctly
17801 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17802 refactor and fix race with initial shuffling
17803 (nav_event_handler):
17804 allow using the mouse to puzzle
17806 insist on tiles having width and height as multiples of 4 to get
17807 clean YUV image handling
17808 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17809 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17810 s/DEBUG/LOG/ for common messages
17811 (gst_xvimagesink_navigation_send_event):
17812 fix mouse event translation to not include screen PAR
17813 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17814 fix mouse event translation to actually work
17816 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17818 * gst/asfdemux/gstasfdemux.c:
17819 (gst_asf_demux_process_ext_content_desc):
17820 Extract TrackNumber metadata + clean up code
17821 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17822 Hope this is the good fix (var used unitialised)
17824 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17826 * ext/faad/gstfaad.c: (gst_faad_chain):
17827 Only increment timestamp if it's valid. Fixes raw AAC streams.
17829 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17832 * gst/games/Makefile.am:
17833 * gst/games/gstpuzzle.c:
17834 add a puzzle game with...
17835 * gst/games/gstvideoimage.c:
17836 * gst/games/gstvideoimage.h:
17837 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17838 from videotestsrc and made into something that would be a nice
17839 library for a lot of other plugins.
17841 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17844 don't compile faad plugin if a RC of 2.0 is found
17845 Fixes #155346 (and FC1 buildbot)
17846 * gst/asfdemux/gstasfdemux.c:
17847 (gst_asf_demux_process_ext_content_desc):
17848 try to make Solaris compiler happier
17850 2005-01-06 Paul Jack <pjack@sfaf.org>
17852 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17854 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17855 Fix segfault (#161667).
17857 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17859 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17860 Fix framerate reporting.
17862 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17864 * gst-libs/gst/riff/riff-ids.h:
17865 * gst/wavenc/riff.h:
17866 Add AMR (VBR and CBR) ids to riff.h audio codec list
17867 * gst/asfdemux/gstasfdemux.c:
17868 (gst_asf_demux_process_ext_content_desc),
17869 (gst_asf_demux_process_object):
17870 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17872 2005-01-05 Martin Eikermann <meiker@upb.de>
17874 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17876 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17877 (gst_dvd_demux_handle_discont):
17878 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17879 (gst_mpeg_demux_handle_discont):
17880 Recreate pads on new-media (#160730).
17881 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17882 Send discont even if manager changes timestamps (#161929).
17884 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17886 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17888 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17889 Fix invalid memory access (#159211).
17891 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17893 * examples/gstplay/player.c: (main):
17895 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17896 Add visualizations.
17897 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17898 (gst_a52dec_handle_frame):
17900 * ext/dvdnav/gst-dvd:
17901 Add audioconvert. Fixes #161325.
17902 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17903 Explicitely case to gint64. Possible valgrind error.
17904 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17905 (gst_play_tick_callback), (gst_play_change_state),
17906 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17907 (gst_play_set_location), (gst_play_get_location),
17908 (gst_play_seek_to_time), (gst_play_set_data_src),
17909 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17910 (gst_play_set_visualization), (gst_play_connect_visualization),
17911 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17913 Use playbin. Fixes #139749 and #147744.
17914 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17916 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17917 (audioscale_get_type), (gst_audioscale_base_init),
17918 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17919 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17920 (gst_audioscale_link), (gst_audioscale_get_buffer),
17921 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17922 (gst_audioscale_init), (gst_audioscale_dispose),
17923 (gst_audioscale_chain), (gst_audioscale_set_property),
17924 (gst_audioscale_get_property), (plugin_init):
17926 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17928 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17929 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17930 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17931 Add more metadata (fixes #162656).
17933 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17938 === release 0.8.7 ===
17940 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17945 releasing 0.8.7, "Hyperspace"
17947 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17949 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17951 * gst/playback/gstplaybasebin.c:
17952 Fix for #162924 - free caps after use, not before
17954 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17956 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17958 * gst/playback/gstplaybasebin.c:
17959 * gst/wavparse/gstwavparse.c:
17960 Fix for #154773 - fixes playback of small .wav files
17962 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17964 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17966 * gst/audioscale/gstaudioscale.c:
17967 Fix for #162819 - make audioscale reusable
17968 Fixes playback of more than one file with playbin/totem
17970 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17972 * gst/ffmpegcolorspace/avcodec.h:
17973 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17974 * gst/ffmpegcolorspace/imgconvert.c:
17975 clean up the mess that made me cry and avoid needless duplication
17977 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17979 * gst/ffmpegcolorspace/imgconvert.c:
17980 give some indication of why we're segfaulting
17982 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17985 Fix indentation, fix v4l2 plugin detection.
17987 Fix libmms location (Maciej, use diff -u!).
17988 * ext/alsa/gstalsa.c: (gst_alsa_init):
17989 Initialize caps cache to NULL.
17990 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17991 Only change state on audiosink if it exists.
17993 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17995 * gst/matroska/matroska-demux.c:
17996 * gst/matroska/matroska-ids.h:
17997 * gst/matroska/matroska-demux.h:
17998 Fix Vorbis streams failing to decode in some files, where cluster_time
17999 isn't 0, because then it doesn't send codec_priv before actual data.
18000 Remove time-based test and replace it with marker set on beginning of
18003 2004-12-28 David Schleef <ds@schleef.org>
18005 Merge patch from Ronald fixing problems with streaming
18007 * ext/cairo/gstcairo.c: (plugin_init):
18008 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18009 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18010 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18011 (gst_textoverlay_font_init), (gst_textoverlay_init),
18012 (gst_textoverlay_set_property):
18013 * ext/cairo/gsttextoverlay.h:
18015 2004-12-27 David Schleef <ds@schleef.org>
18017 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18018 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18019 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18020 (gst_textoverlay_font_init), (gst_textoverlay_init),
18021 (gst_textoverlay_set_property): Improvements to actually
18022 render text as white on black outline on video, including
18023 font selection and horizontal/vertical alignment. (Ronald's
18025 * ext/cairo/gsttextoverlay.h:
18027 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18029 * ext/ogg/gstogg.c:
18030 * ext/ogg/gstogmparse.c:
18031 fix ogm[audio/video]parse plugin registration
18032 (riff won't load if bytestream is already loaded)
18034 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18036 * gst/audioconvert/gstchannelmix.c:
18039 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18043 disable docs again until it actually passes make distcheck.
18045 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18047 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18048 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18050 Add 3GP (variables name Q3GP because they can't start with a
18051 number). Add samr audio fourcc (used in .3gp files), decoder
18052 is work in progress. Also do a GST_WARNING instead of ERROR
18053 in case of unknown nodes, to decrease output.
18055 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18060 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18063 * ext/speex/gstspeexdec.h:
18064 * ext/speex/gstspeexenc.h:
18065 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18066 Fix detection code in configure.ac
18068 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18070 * gst/matroska/matroska-demux.c:
18071 (gst_matroska_demux_parse_blockgroup):
18072 Save position, so that queries give proper return values. Don't
18073 know how this could ever have worked before...
18075 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18078 Put additional LAME check inside the conditional. Fixes #152339
18080 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18082 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18083 (gst_avi_demux_stream_scan):
18084 Add some more debug. Fix logic error when setting movi offset
18085 while reading index.
18087 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18089 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18090 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18091 (gst_avi_demux_process_next_entry):
18092 Add some debugging. Better detection of broken indexes and the
18093 accompanying index recovery. No infinite loops on state changes
18094 when we're still in our loopfunction.
18096 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18101 2004-12-22 Archana Shah <archana.shah@wipro.com>
18103 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18105 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18106 Normalizing the value before setting
18107 (gst_sunaudiomixer_get_volume):
18108 Normalizing the value after getting. Fixes bug# 161980
18110 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18112 * Makefile.am: Make sure docs gets disted
18113 * docs/Makefile.am: Make sure all needed files get disted
18114 * gst-plugins.spec.in: latest updates
18116 2004-12-22 Wim Taymans <wim@fluendo.com>
18118 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18119 Revert patch 1.38 as clock distribution over schedulers does
18120 not work correcly in the core yet.
18122 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18124 * sys/oss/README: remove this file, which predates my birth
18125 (and which content is by far outdated)
18127 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18131 * docs/Makefile.am:
18132 * docs/libs/Makefile.am:
18133 * docs/libs/gst-plugins-libs-docs.sgml:
18134 * docs/libs/gst-plugins-libs-sections.txt:
18135 * docs/libs/tmpl/gstgconf.sgml:
18137 * docs/version.entities.in:
18138 Added boilerplate gtk-doc files for plugin-libs documentation.
18140 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18142 * gst/auparse/gstauparse.c: fix int and float audio caps
18144 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18146 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18147 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18148 g_assert() can be a macro, don't use #ifdef inside it.
18150 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18152 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18154 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18155 (gst_videorate_init), (gst_videorate_chain),
18156 (gst_videorate_change_state):
18157 Event handling (fixes #159986).
18159 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18161 * gst-libs/gst/riff/riff-media.c:
18162 (gst_riff_create_video_caps_with_data):
18163 Add BLZ0 (Blizzard's version of DivX) fourcc.
18165 2004-12-18 David Schleef <ds@schleef.org>
18167 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18170 2004-12-18 David Schleef <ds@schleef.org>
18172 * gst/tta/ttadec.h: Disable some header code that isn't used
18173 and clearly isn't portable.
18175 2004-12-18 David Schleef <ds@schleef.org>
18177 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18178 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18179 (avcodec_get_pix_fmt), (avpicture_layout),
18180 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18181 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18182 Fix code to not use GCC extensions (and c99 extensions that
18183 Forte does not like.)
18185 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18187 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18189 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18190 (gst_deinterlace_chain):
18191 Rowstride fixes. Fixes #161039.
18192 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18193 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18194 (gst_video_crop_getcaps), (gst_video_crop_link),
18195 (gst_video_crop_i420), (gst_video_crop_chain),
18196 (gst_video_crop_change_state):
18197 Rework of negotiation. Actually works now. Fixes #158650.
18199 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18201 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18202 That was very stupid.
18204 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18206 * gst/matroska/matroska-demux.c:
18207 (gst_matroska_demux_parse_blockgroup):
18208 Fix possible crasher.
18210 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18212 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18213 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18214 Lace sizes can be zero.
18216 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18218 * ext/musepack/gstmusepackdec.cpp:
18219 Fetch error return values. Fixes #161624.
18220 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18223 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18225 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18226 Work for truncated (unfinished download etc.) files. Fixes #160514.
18228 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18230 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18231 Fix for integer overflow. Makes #156001 not crash. Probably masks
18234 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18236 * gst/ac3parse/gstac3parse.c: (plugin_init):
18237 Parsers never have ranks. Fixes #159651.
18239 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18241 * gst/playback/gstdecodebin.c: (compare_ranks):
18242 make sure the facotries are ordered the same every time even if they
18243 have the same rank by using the name
18244 * gst/playback/gstdecodebin.c: (find_compatibles):
18245 make sure we don't add factories to the list twice
18247 2004-12-16 David Schleef <ds@schleef.org>
18249 * configure.ac: look for musepack headers as musepack/*.h
18251 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18252 * ext/musepack/gstmusepackreader.h: same
18254 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18256 * gst-libs/gst/riff/riff-read.c:
18257 (gst_riff_read_strf_auds_with_data):
18258 Read extradata correctly (fixes #155879).
18260 2004-12-16 David Schleef <ds@schleef.org>
18262 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18263 audio. does _not_ attempt or allow conversion unless channels
18266 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18268 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18270 2004-12-16 David Schleef <ds@schleef.org>
18272 * gst/audioscale/gstaudioscale.c: the resample library only
18273 handles 1 or 2 channels. Change caps to compensate.
18275 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18277 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18278 (gst_matroska_demux_audio_caps):
18279 Some MPEG-AAC hacks, because else it doesn't work...
18281 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18283 * gst-libs/gst/riff/riff-media.c:
18284 (gst_riff_create_video_caps_with_data),
18285 (gst_riff_create_video_template_caps):
18288 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18290 * gst-libs/gst/audio/Makefile.am:
18291 Try to fix buildbot.
18293 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18295 * gst/tcp/gstmultifdsink.c:
18296 Clean up and uniformize debugging.
18298 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18300 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18302 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18303 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18304 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18305 (gst_mpeg_demux_change_state):
18306 Reset on ready. Fixes 160276.
18308 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18310 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18312 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18313 (gst_ffmpegcsp_pad_link):
18314 Fix memleak (#154815).
18316 2004-12-16 James Bowes <bowes@cs.dal.ca>
18318 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18320 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18321 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18322 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18323 * ext/musicbrainz/gsttrm.h:
18324 Add support for using a proxy server when getting a trm id from
18325 the MusicBrainz database (#149613).
18327 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18329 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18331 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18332 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18333 Fix memleaks (#157233).
18335 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18337 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18339 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18340 * gst-libs/gst/resample/resample.h:
18341 * gst/audioscale/gstaudioscale.c:
18342 Fix memleak (#159215).
18344 2004-12-16 Toni Willberg <toniw@iki.fi>
18346 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18348 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18349 * sys/oss/oss_probe.c: (main):
18350 Check for mono/stereo support (similar to samplerate probing),
18351 fixes #159433. Also add missing copyright header to oss_probe.c.
18353 2004-12-15 David Schleef <ds@schleef.org>
18355 * configure.ac: add audioresample and cairo plugins. Remove
18356 HAVE_MMX stuff, because it's not used.
18357 * ext/Makefile.am: same
18358 * ext/audioresample/Makefile.am: You are not ready for an
18359 audio resampling element based on audioresample.
18360 * ext/audioresample/gstaudioresample.c:
18361 * ext/audioresample/gstaudioresample.h:
18362 * ext/cairo/Makefile.am: You are not ready for overlay elements
18363 based on cairo. Don't look too closely, these elements kinda
18365 * ext/cairo/gstcairo.c: new
18366 * ext/cairo/gsttextoverlay.c: new
18367 * ext/cairo/gsttextoverlay.h: new
18368 * ext/cairo/gsttimeoverlay.c: new
18369 * ext/cairo/gsttimeoverlay.h: new
18370 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18371 problem with compilers that don't support variadic macros.
18373 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18375 Reviewed by: David Schleef <ds@schleef.org>
18377 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18378 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18379 bit. Also ran indent-gst.
18380 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18381 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18382 (gst_sunaudiosrc_setparams):
18384 2004-12-14 David Schleef <ds@schleef.org>
18386 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18387 output rate to 16000. Should fix #160235.
18389 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18391 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18392 Add typefinding for mpeg2 pes streams
18394 2004-12-13 David Schleef <ds@schleef.org>
18396 * configure.ac: Applied patch from bug #143659, making default
18397 sources and sinks OS-dependent (for Solaris), and added code
18399 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18401 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18403 * gst-libs/gst/riff/riff-media.c:
18404 forgot to add h2.64 to avidemux template caps
18406 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18408 * gst/wavenc/riff.h:
18409 * gst-libs/gst/riff/riff-media.c:
18410 * gst-libs/gst/riff/riff-ids.h:
18411 * gst/avi/gstavimux.c
18412 add 4CC code for VideoSoft h264 in AVI (VSSH)
18414 remove s323 from riff, it's quicktime specific :(
18416 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18418 * gst/asfdemux/README
18419 * gst/wavenc/riff.h
18420 * gst-libs/gst/riff/riff-ids.h
18421 * gst-libs/gst/riff/riff-media.c
18422 * gst/qtdemux/qtdemux.c:
18423 add new 4CC codes for h263 related codecs
18424 fixes partially bug #155163
18426 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18428 * configure.ac: Update polyaudio requirement to 0.7
18429 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18431 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18433 * gst/interleave/deinterleave.c:
18434 fix my name's spelling! :)
18436 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18438 * AUTHORS ChangeLog
18439 * gst/auparse/gstauparse.c
18440 * gst/interleave/deinterleave.c
18442 alaw-decode.c alaw-encode.c
18443 mulaw-decode.c mulaw-encode.c
18444 * gst/oneton/gstoneton.c
18446 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18448 cocoawindow.h cocoawindow.m
18449 osxvideosink.h osxvideosink.m
18451 put the same mail address for Zaheer Abbas Merali everywhere
18453 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18455 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18456 Align by packetsize, and assert that we a packet available before
18457 playing. The first makes webstreams work (they often include
18458 trailing padding data in a packet), the second allows pausing a
18459 ASF stream in totem without getting demux errors afterwards.
18461 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18463 * ext/ogg/gstoggdemux.c: (get_relative):
18464 Check for non-NULL before accessing member (end-of-chain).
18466 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18468 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18469 (cdparanoia_set_property), (cdparanoia_get_property):
18470 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18471 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18472 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18473 (dvdreadsrc_init), (dvdreadsrc_set_property),
18474 (dvdreadsrc_get_property):
18475 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18476 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18477 Synchronize property names where not yet the case. Devices are
18478 now device=X, other versions are deprecated (but still exist).
18479 Also use g_free() unconditionally.
18480 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18481 (setup_source), (gst_play_base_bin_get_property):
18484 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18486 * configure.ac: move GCONF macro outside conditional for the am
18487 conditional. Fixes #160439
18489 2004-12-08 David Schleef <ds@schleef.org>
18491 * tools/gst-visualise-m.m: Switch to elements that currently
18494 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18496 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18497 We love wrong commas.
18499 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18501 * gst/matroska/matroska-demux.c:
18502 (gst_matroska_demux_handle_src_query):
18503 Don't set DEFAULT, unsupported - makes length display incorrectly
18506 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18508 * gst/monoscope/README: remove blurb about files being GPL
18509 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18510 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18511 monoscope is now effectively LGPL licensed
18513 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18515 * gst/monoscope/README: Update information to be more correct
18516 * gst/monoscope/convolve.c: Relicense to LGPL
18517 * gst/monoscope/convolve.h: Relicense to LGPL
18519 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18521 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18522 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18523 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18524 set default_duration for mpeg1 audio
18526 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18528 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18529 * ext/alsa/gstalsa.h:
18530 refactor big chunks of the core caps negotiation code to make it
18531 a lot faster, because people claim it's really slow
18532 (actually, just cache the getcaps when the device is opened)
18534 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18536 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18537 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18538 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18539 (gst_a52dec_change_state), (plugin_init):
18540 * ext/a52dec/gsta52dec.h:
18541 Do something useful with timestamps. Make chain-based (since
18542 there's really no reason to be loopbased).
18543 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18544 Update current_byte/frame correctly.
18546 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18548 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18549 (gst_ape_demux_stream_init):
18552 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18554 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18555 Let's make sure we're done typefinding when detecting tags.
18557 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18559 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18560 (gst_ebml_read_init), (gst_ebml_read_use_event),
18561 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18562 (gst_ebml_read_seek), (gst_ebml_read_skip),
18563 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18564 (gst_ebml_read_master):
18565 * gst/matroska/ebml-read.h:
18566 * gst/matroska/matroska-demux.c:
18567 (gst_matroska_demux_parse_contents),
18568 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18569 Disgustingly evil hack for working around INTERRUPT events and
18570 their extremely annoying habit of being a pain in the ass. We
18571 simply peek a cluster before reading any of it.
18573 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18575 * ext/musepack/gstmusepackdec.cpp:
18576 There's also floating point libmusepacks.
18578 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18580 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18581 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18582 Set DURATION even if source buffer didn't. Also use increasing
18584 * gst-libs/gst/riff/riff-media.c:
18585 (gst_riff_create_audio_caps_with_data):
18586 Block_align can have larger values than 8192.
18588 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18590 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18591 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18592 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18593 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18596 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18598 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18601 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18603 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18606 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18608 * ext/esd/esdsink.c: (gst_esdsink_chain):
18609 Make error actually say something useful (fixes #156798).
18610 * gst-libs/gst/riff/riff-media.c:
18611 (gst_riff_create_video_caps_with_data),
18612 (gst_riff_create_video_template_caps):
18613 Add Intel Video 5.0 fourcc (IV50).
18615 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18617 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18618 detection on mono and stereo mp3 files.
18620 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18622 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18623 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18624 the contained stream).
18626 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18628 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18629 Oops, remove debug.
18631 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18633 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18635 * gst/law/alaw-decode.c: (alawdec_getcaps):
18636 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18637 Prevent warnings when negotiating caps (fixes #159338).
18639 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18641 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18642 (gst_ffmpegcsp_chain):
18643 Remove old leftover that shouldn't be there...
18645 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18647 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18649 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18650 Don't forward DISCONT events (fixes #159684).
18652 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18654 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18655 Unlink manually since sometimes bin disposal (and therefore
18656 pad unlinking) is delayed, which will cause a new media file
18657 to not be able to start playing instantly.
18659 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18661 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18662 On mute of an unlinked stream, check for pad availability so
18663 we don't crash on unlinked pad.
18665 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18667 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18668 (gst_avi_demux_massage_index):
18669 Fix quite humiliating bug in omitting 0-sized index chunks but
18670 forgetting to count them for timestamps.
18672 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18674 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18675 Actually leave the loop if we failed to sync. Don't crash.
18677 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18679 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18680 (gst_dvd_demux_process_private):
18681 * gst/mpegstream/gstdvddemux.h:
18682 Fix crash (#159759). Doesn't work, though. :-(.
18684 2004-11-28 Benjamin Otte <otte@gnome.org>
18686 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18687 more overwriting protection due to modifying channels one by one
18688 instead of all at once
18690 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18692 * gst/audioconvert/gstchannelmix.c:
18693 (gst_audio_convert_fill_normalize):
18694 Normalize using absolute values.
18696 2004-11-28 Julien MOUTTE <julien@moutte.net>
18700 * ext/directfb/Makefile.am:
18701 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18702 (gst_directfbvideosink_get_pixel_format),
18703 (gst_directfbvideosink_get_format_from_fourcc),
18704 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18705 (gst_directfbvideosink_sink_link),
18706 (gst_directfbvideosink_change_state),
18707 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18708 (gst_directfbvideosink_buffer_alloc),
18709 (gst_directfbvideosink_interface_supported),
18710 (gst_directfbvideosink_interface_init),
18711 (gst_directfbvideosink_navigation_send_event),
18712 (gst_directfbvideosink_navigation_init),
18713 (gst_directfbvideosink_set_property),
18714 (gst_directfbvideosink_get_property),
18715 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18716 (gst_directfbvideosink_base_init),
18717 (gst_directfbvideosink_class_init),
18718 (gst_directfbvideosink_get_type), (plugin_init):
18719 * ext/directfb/directfbvideosink.h: Adding a first version of
18721 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18724 2004-11-28 Benjamin Otte <otte@gnome.org>
18726 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18727 walk the samples backwards if out_channels > in_channels so we don't
18730 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18732 * gst/audioconvert/Makefile.am:
18733 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18734 (gst_audio_convert_link), (gst_audio_convert_change_state),
18735 (gst_audio_convert_channels):
18736 * gst/audioconvert/gstchannelmix.c:
18737 (gst_audio_convert_unset_matrix),
18738 (gst_audio_convert_fill_identical),
18739 (gst_audio_convert_fill_compatible),
18740 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18741 (gst_audio_convert_fill_others),
18742 (gst_audio_convert_fill_normalize),
18743 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18744 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18745 * gst/audioconvert/gstchannelmix.h:
18746 Implement a channel mixer.
18748 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18750 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18751 * ext/alsa/gstalsa.h:
18752 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18753 Make alsasink actually honor gst_element_set_clock and use that
18754 clock instead of its internal one.
18756 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18758 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18759 (gst_play_base_bin_change_state): nullify source and decoder when
18760 going from READY to NULL so that we don't try to do weird stuff with
18761 them when going from NULL to READY
18762 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18763 instead of g_object_unref
18764 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18765 it should be correct
18766 (gst_play_bin_change_state): don't call remove_sinks if we are
18767 currently disposing the object
18769 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18771 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18772 Don't forget bass if it's there. Else left channel is silent...
18774 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18776 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18777 (gst_a52dec_change_state):
18778 Don't do sample adjusting anymore, we use float audio now.
18779 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18780 Don't fixate to non-existing properties.
18782 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18784 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18785 (gst_a52dec_change_state):
18786 Advertise that we can do surround sound.
18788 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18790 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18791 Add buffer-frames=0.
18792 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18793 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18794 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18795 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18796 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18797 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18798 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18799 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18800 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18801 * ext/dvdread/dvdreadsrc.h:
18802 Add seeking, querying for bytes, sectors, title, angle and
18803 chapter. Handle multiple chapters. Relicense to LGPL because
18804 Billy agreed on that (thanks Billy!).
18806 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18808 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18809 call parent dispose method
18811 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18813 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18814 (gst_audio_clock_get_internal_time):
18815 Fix active <-> inactive transitions: ensure time value always
18816 grows and avoid abrupt value changes.
18818 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18821 * gst/tta/Makefile.am:
18823 * gst/tta/filters.h:
18824 * gst/tta/gsttta.c:
18825 * gst/tta/gstttadec.c:
18826 * gst/tta/gstttadec.h:
18827 * gst/tta/gstttaparse.c:
18828 * gst/tta/gstttaparse.h:
18829 * gst/tta/ttadec.h:
18830 added TTA parser and decoder
18832 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18834 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18835 (probe_triggered), (check_queue), (buffer_underrun),
18836 (buffer_running), (buffer_overrun), (gen_source_element),
18838 * gst/playback/gstplaybasebin.h:
18839 Implement buffering. Needs some more work.
18841 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18843 * ext/theora/theoradec.c: (theora_dec_chain):
18844 Fix ilog mask range overflow.
18846 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18848 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18849 Don't omit the last (which in case of dmix is the only :) )
18850 channel count. Don't set channels if <= 2.
18852 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18854 * gst/playback/gstplaybin.c: (gen_video_element),
18855 (gen_audio_element): Removed 2 obsolete comments
18857 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18859 * ext/vorbis/oggvorbisenc.c
18860 * ext/vorbis/vorbisenc.c :
18861 change description fields of those plugins to differentiate them
18862 (pitivi show Encoders by description, they had the same one)
18864 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18866 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18868 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18869 (gst_play_bin_set_property), (gen_video_element),
18870 (gen_audio_element):
18871 Refcounting fixes for provided audio-/videosinks.
18873 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18875 * gst/playback/gstplaybin.c: (gen_video_element),
18876 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18877 Don't reference all sinks, but only the video- and audiosinks.
18878 The vis. element should be disposed when we're done with it.
18879 We don't have any reason to keep it around. This fixes warnings
18880 when reusing playbin for playing multiple audio files with
18881 vis. enabled. Also release audio device on pause - idea stolen
18884 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18886 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18887 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18888 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18889 * ext/alsa/gstalsaplugin.c: (plugin_init):
18890 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18891 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18892 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18893 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18894 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18895 (gst_faad_change_state), (plugin_init):
18896 * ext/faad/gstfaad.h:
18897 * ext/vorbis/vorbis.c: (plugin_init):
18898 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18899 * gst-libs/gst/audio/Makefile.am:
18900 * gst-libs/gst/audio/audio.c: (plugin_init):
18901 * gst-libs/gst/audio/multichannel.c:
18902 (gst_audio_check_channel_positions),
18903 (gst_audio_get_channel_positions),
18904 (gst_audio_set_channel_positions),
18905 (gst_audio_set_structure_channel_positions_list),
18906 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18907 (gst_audio_fixate_channel_positions):
18908 * gst-libs/gst/audio/multichannel.h:
18909 * gst-libs/gst/audio/testchannels.c: (main):
18910 * gst/audioconvert/gstaudioconvert.c:
18911 (gst_audio_convert_class_init), (gst_audio_convert_init),
18912 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18913 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18914 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18915 * gst/audioconvert/plugin.c: (plugin_init):
18916 Surround sound support.
18918 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18920 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18921 Fix position for discont if we're close as well. Nitpicking, but
18922 saves a few milliseconds of extra waiting or skipping.
18924 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18926 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18927 We sometimes need parsers for playback, so add those too.
18929 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18932 * gst/apetag/Makefile.am:
18933 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18934 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18935 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18936 (gst_ape_demux_get_src_query_types),
18937 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18938 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18939 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18940 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18941 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18942 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18943 (gst_ape_demux_change_state):
18944 * gst/apetag/apedemux.h:
18945 * gst/apetag/apetag.c: (plugin_init):
18946 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18948 APE v1/2 tag reader plus typefind function.
18950 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18953 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18954 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18955 Remove hacks for older core. Require newer core version
18958 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18960 * gst/cdxaparse/Makefile.am:
18961 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18962 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18963 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18964 * gst/cdxaparse/gstcdxaparse.h:
18965 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18966 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18967 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18968 (gst_cdxastrip_get_src_query_types),
18969 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18970 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18971 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18972 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18973 * gst/cdxaparse/gstcdxastrip.h:
18974 SVCD/VCD header stripping separated from CDXA image parsing.
18975 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18977 Add VCD/SVCD header typefinding for VCD/SVCD.
18978 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18979 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18980 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18981 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18982 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18983 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18984 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18985 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18986 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18987 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18988 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18989 * sys/vcd/vcdsrc.h:
18990 Fix up, add seeking, querying, URI interface. Works in totem now.
18992 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18997 === release 0.8.6 ===
18999 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19017 releasing 0.8.6, "IOU Love"
19019 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19021 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19023 * gst/playback/gstplaybasebin.c:
19024 Fix unplayable files error handling. Fixes #158365
19026 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19028 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19030 * gst/typefind/gsttypefindfunctions.c:
19031 Fix broken mp3 typefinding. Fixes #158375
19033 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19035 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19037 * ext/ogg/gstoggdemux.c:
19038 Fix sync on broken files. Fixes #158976
19040 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19042 patch by: Edward Hervey <bilboed@bilboed.com>
19044 * ext/libpng/gstpngenc.c:
19045 Copy over buffer properties. Fixes #158832
19047 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19049 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19051 * ext/dvdread/dvdreadsrc.c:
19052 Fixes invalid reads (#158462)
19054 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19056 * sys/v4l/gstv4lsrc.c:
19057 * sys/v4l/gstv4lsrc.h:
19058 * sys/v4l/v4lsrc_calls.c:
19059 Probe less and cache it. Fixes #159187.
19061 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19063 * gst/videorate/gstvideorate.c:
19064 Handle all video formats. Fixes #159186.
19066 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19067 * gst/synaesthesia/gstsynaesthesia.c:
19068 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19069 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19070 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19071 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19072 (gst_synaesthesia_change_state), (plugin_init):
19073 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19074 Force 320x200 output, as that's the only thing the underlying
19075 synaesthesia implementation supports. Still needs to be made
19078 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19081 Fix mpeg2enc configure check (similar to mplex check below).
19083 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19085 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19087 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19088 Fix for gcc-2.95 (fixes #158221).
19090 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19092 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19093 Re-add clock distribution hack (until new core is released).
19096 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19098 fix mplex configure check segfaulting on some systems (bug #140994)
19100 2004-11-13 Benjamin Otte <otte@gnome.org>
19102 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19104 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19105 do a wait when we enter the loop func with no data available to
19106 write instead of getting into an 100% CPU loop by just returning and
19107 being called again by the scheduler
19109 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19112 * ext/libvisual/visual.c: (gst_visual_get_type),
19113 (libvisual_log_handler), (gst_visual_getcaps),
19114 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19116 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19117 * ext/smoothwave/Makefile.am:
19118 * ext/smoothwave/demo-osssrc.c: (main):
19119 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19120 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19121 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19123 * ext/smoothwave/gstsmoothwave.h:
19124 Make gstsmoothwave a working element in the 20th century.
19126 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19127 Fix incorrect link function
19129 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19131 * gst/volume/gstvolume.c:
19132 Allow buffer-frames=0.
19134 2004-11-12 Iain <iaingnome@gmail.com>
19136 * configure.ac: Check for polypaudio
19138 * ext/Makefile.am: Build the polyp dir
19140 * ext/polyp: The polypsink sources.
19142 2004-10-30 Iain <iaingnome@gmail.com>
19144 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19145 caps to reflect the new number of channels.
19147 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19149 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19150 Fix for negotiation order problem. This would show when the
19151 ALSA loopfuction was called before any other function. ALSA
19152 wouldn't do anything because we're not negotiated yet, leading
19153 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19155 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19157 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19159 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19160 No warnings (#157986).
19162 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19164 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19165 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19167 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19169 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19170 Signal no-more-pads (so it works in playbin).
19172 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19174 * ext/musepack/gstmusepackreader.cpp:
19175 Workaround for older core.
19177 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19179 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19180 Actually test for odd width/height rather than testing whether
19181 a temporary variable that was 0 before we subtracted 1 is now
19182 not equal to zero (which it always is).
19184 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19186 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19187 Fix compilation if HAVE_XVIDEO is not defined
19189 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19191 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19192 Fix compilation if HAVE_XVIDEO is not defined
19194 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19196 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19197 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19198 (gst_goom_change_state), (plugin_init):
19199 Use the bytestream adapter so goom doesn't depend on the input
19201 Add a debug category
19203 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19205 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19206 Only set hardware parameters *after* negotiation. Before
19207 negotiation, it will set ANY and that seems to cause crashes
19208 (see e.g. #151288, #153227).
19210 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19212 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19213 This seems to be antique leftover. It needs to pass error
19215 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19216 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19217 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19218 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19219 Fix GstXOverlay implementation (#151059).
19221 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19223 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19224 Don't assert (#157853).
19226 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19228 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19229 Fix bytes/samples confustion.
19230 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19231 Fix for underrun (#144389).
19233 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19235 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19236 Disable halfway-seek for pending release (since it needs a new
19239 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19241 * sys/v4l/gstv4lsrc.c:
19242 * sys/v4l/gstv4lsrc.h:
19243 * sys/v4l/v4lsrc_calls.c:
19244 add autoprobe-fps property so we can separate autoprobing parts
19246 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19248 * sys/v4l/gstv4lsrc.c:
19249 * sys/v4l/v4lsrc_calls.c:
19250 initialise fourcc to catch unset fourcc's, and debug
19252 2004-11-09 Wim Taymans <wim@fluendo.com>
19254 * gst/playback/README:
19255 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19256 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19257 (gst_play_bin_dispose), (gst_play_bin_set_property),
19258 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19259 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19260 (gst_play_bin_get_formats), (gst_play_bin_convert),
19261 (gst_play_bin_get_query_types), (gst_play_bin_query):
19262 Cleanups and some more documentation.
19264 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19266 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19267 (gst_cacasink_init), (gst_cacasink_chain):
19268 * ext/libcaca/gstcacasink.h:
19269 Cacasink inherits from VideoSink, so let that store the clock.
19271 2004-11-09 Wim Taymans <wim@fluendo.com>
19273 * gst/playback/README:
19274 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19275 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19276 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19277 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19278 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19280 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19281 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19282 * gst/playback/gststreaminfo.h:
19284 Only switch groups if all streams have muted (EOSed).
19285 Send Tags in sync with the stream playback instead of in
19286 the playback/preroll phase.
19287 Some cleanups, free the fakesrc elements.
19289 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19291 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19292 buffer-frames property was missing
19293 * ext/arts/gst_arts.c:
19294 rate missing from sinkcaps
19295 * ext/audiofile/gstafparse.c:
19296 * ext/audiofile/gstafsink.c:
19297 * ext/audiofile/gstafsrc.c:
19298 * ext/swfdec/gstswfdec.c:
19299 int audio doesn't know buffer-frames
19300 * ext/cdparanoia/gstcdparanoia.c:
19301 int audio doesn't know chunksize either
19302 * ext/nas/nassink.c:
19303 it's endianness, not endianess
19304 * gst-libs/gst/audio/audio.h:
19305 make float standard pad template caps really describe float
19306 * gst/law/mulaw.c: (linear_factory):
19307 signed only, please
19308 * gst/mpegstream/gstdvddemux.c:
19309 widths of 20 are not valid
19311 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19313 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19319 2004-11-08 Wim Taymans <wim@fluendo.com>
19321 * gst/playback/README:
19322 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19323 * gst/playback/gstplaybasebin.c: (probe_triggered),
19324 (gst_play_base_bin_change_state):
19325 Updated README, added more comments for fixmes etc..
19327 2004-11-08 Wim Taymans <wim@fluendo.com>
19329 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19330 We can remove this hack now.
19332 2004-11-08 Wim Taymans <wim@fluendo.com>
19334 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19335 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19336 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19337 Only mix AYUV for maximum quality.
19339 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19341 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19342 (gst_ogg_demux_push), (gst_ogg_pad_push):
19343 Let's act as if we're synchronized now! :).
19344 * ext/theora/theoradec.c: (theora_dec_chain):
19347 2004-11-08 Wim Taymans <wim@fluendo.com>
19349 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19350 (gst_alpha_set_property), (gst_alpha_sink_link),
19351 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19352 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19353 (gst_alpha_init_params), (gst_alpha_chain):
19354 Implement alpha functions for AYUV too, this increases
19355 accuracy quite a bit.
19357 2004-11-08 Wim Taymans <wim@fluendo.com>
19359 * gst/ffmpegcolorspace/avcodec.h:
19360 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19361 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19362 (gst_ffmpegcsp_avpicture_fill):
19363 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19364 (gst_ffmpegcsp_caps_remove_format_info):
19365 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19366 (shrink12), (img_get_alpha_info), (deinterlace_line),
19367 (deinterlace_line_inplace):
19368 * gst/ffmpegcolorspace/imgconvert_template.h:
19369 Added AYUV colorspace and handle RGBA a bit more respectful.
19371 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19373 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19374 Actually always send a discont (cornercase when resending the
19375 same serial-tagged chain twice).
19377 2004-11-08 Julien MOUTTE <julien@moutte.net>
19379 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19380 (gst_ximagesink_finalize):
19381 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19382 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19384 2004-11-08 Wim Taymans <wim@fluendo.com>
19386 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19387 Don't segfault on NULL data.
19389 2004-11-08 Wim Taymans <wim@fluendo.com>
19391 * gst/playback/gstdecodebin.c: (unlinked):
19392 * gst/playback/gstplay-marshal.list:
19393 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19394 (gst_play_base_bin_init), (group_create), (get_active_group),
19395 (get_building_group), (group_destroy), (group_commit),
19396 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19397 (add_element_stream), (no_more_pads), (probe_triggered),
19398 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19399 (state_change), (setup_source), (gst_play_base_bin_get_property),
19400 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19401 (gst_play_base_bin_link_stream),
19402 (gst_play_base_bin_get_streaminfo):
19403 * gst/playback/gstplaybasebin.h:
19404 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19405 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19406 Add support for chained ogg files. Prepare for playlist
19407 support. This patch introduces the concept of pad groups, which
19408 together compose one playable media file.
19410 2004-11-07 David Schleef <ds@schleef.org>
19412 * testsuite/gst-lint: Check for pad templates that aren't statically
19415 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19419 * ext/musepack/Makefile.am:
19420 * ext/musepack/gstmusepackdec.cpp:
19421 * ext/musepack/gstmusepackdec.h:
19422 * ext/musepack/gstmusepackreader.cpp:
19423 * ext/musepack/gstmusepackreader.h:
19424 Add musepack decoder.
19425 * ext/faad/gstfaad.c: (gst_faad_base_init):
19426 Make pad templates static.
19427 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19429 Add musepack typefinder, make mp3 typefinding work halfway stream,
19430 which doesn't actually work yet because id3demux doesn't implement
19433 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19435 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19436 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19437 Fix interrupt event handling (#144436).
19439 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19441 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19444 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19446 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19448 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19449 Fix weird caps (#157548).
19451 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19453 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19455 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19456 Add missing NULL terminator (#157543).
19458 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19460 * gst/tcp/gsttcp.h:
19461 * gst/tcp/gsttcpclientsink.c:
19462 * gst/tcp/gsttcpclientsrc.c:
19463 * gst/tcp/gsttcpserversink.c:
19464 * gst/tcp/gsttcpserversrc.c:
19465 ports can go up to 65535. Move common defines to gsttcp.h
19467 2004-11-05 Wim Taymans <wim@fluendo.com>
19469 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19470 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19471 Added two more colorspaces.
19473 2004-11-05 Wim Taymans <wim@fluendo.com>
19475 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19476 (gst_ffmpegcsp_avpicture_fill):
19477 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19478 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19479 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19482 2004-11-05 Wim Taymans <wim@fluendo.com>
19484 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19485 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19486 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19487 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19488 (gst_videomixer_loop):
19491 2004-11-05 Benjamin Otte <otte@gnome.org>
19493 * ext/mad/gstmad.c: (gst_mad_chain):
19494 don't overflow data buffer. Flush not needed sync data when syncing
19497 2004-11-04 Wim Taymans <wim@fluendo.com>
19499 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19500 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19501 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19502 (gst_alpha_init_params), (gst_alpha_chain),
19503 (gst_alpha_change_state):
19504 Updated the chroma keying algorithm with something more
19507 2004-11-03 Wim Taymans <wim@fluendo.com>
19509 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19510 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19511 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19512 Fix stride issues. Does not completely work for odd
19515 2004-11-03 Wim Taymans <wim@fluendo.com>
19517 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19518 (gst_alpha_chroma_key), (gst_alpha_chain):
19519 Fix stride issues. Does not completely work for odd
19522 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19524 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19525 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19528 2004-11-03 Wim Taymans <wim@fluendo.com>
19530 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19531 (gst_ffmpegcsp_avpicture_fill):
19532 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19534 * gst/ffmpegcolorspace/imgconvert_template.h:
19535 Use correct _fill function to get correct strides.
19537 2004-11-02 David Schleef <ds@schleef.org>
19539 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19540 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19541 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19542 Change all g_print()s to debugging. Add a bunch of consistency
19545 2004-11-02 Wim Taymans <wim@fluendo.com>
19547 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19548 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19549 (unlinked), (no_more_pads), (close_link):
19550 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19551 (unknown_type), (add_element_stream), (new_decoded_pad),
19552 (removed_decoded_pad), (setup_source):
19553 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19554 (gst_stream_info_class_init), (gst_stream_info_init),
19555 (gst_stream_info_new), (gst_stream_info_dispose),
19556 (stream_info_mute_pad), (gst_stream_info_set_property),
19557 (gst_stream_info_get_property):
19558 * gst/playback/gststreaminfo.h:
19559 Fix playback of multiple files.
19560 a slightly different approach to handling dynamic pad removals.
19561 This one only looks at pads that we have linked.
19563 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19565 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19566 free" warning from libc.
19568 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19570 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19571 (get_unconnected_element), (remove_starting_from), (pad_removed),
19573 Implement support for dynamic pad changing. We listen to "live"
19574 pad removals (i.e. while playing) and re-setup autoplugging
19575 after that. Playbasebin/playbin need some more work for this
19576 to finally work, but decodebin supports (and replugs) chained
19579 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19581 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19582 (gst_alsa_finalize):
19583 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19584 (gst_cdaudio_finalize):
19585 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19586 (cdparanoia_finalize):
19587 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19588 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19589 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19590 (dvdreadsrc_finalize):
19591 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19592 (gst_flacdec_finalize):
19593 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19594 (gst_flacenc_finalize):
19595 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19596 (gst_gnomevfssink_finalize):
19597 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19598 (gst_gnomevfssrc_finalize):
19599 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19600 (gst_fameenc_finalize):
19601 * ext/nas/nassink.c: (gst_nassink_class_init),
19602 (gst_nassink_finalize):
19603 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19604 (gst_sdlvideosink_class_init):
19605 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19606 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19607 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19608 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19609 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19610 (gst_x_window_listener_dispose):
19611 * gst/audioscale/gstaudioscale.c:
19612 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19613 (play_on_demand_finalize):
19614 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19615 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19616 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19617 (cdplayer_finalize):
19618 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19619 (gst_glimagesink_class_init):
19620 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19621 (gst_osselement_finalize):
19622 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19623 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19624 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19625 Fixes a bunch of problems with finalize and dispose functions,
19626 either assumptions that dispose is only called once, or not calling
19627 the parent class dispose/finalize function
19629 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19631 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19632 added two api precondition guards
19633 use g_strdup with getenv to fix crash when using ENVVAR
19635 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19636 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19637 (gst_esdsink_finalize):
19638 Use a finalize function, not dispose, and more importantly,
19639 call the parent class finalize function too
19641 2004-11-01 Johan Dahlin <johan@gnome.org>
19643 * ext/ogg/gstoggdemux.c:
19644 * gst/tags/gstvorbistag.c:
19647 2004-10-31 Benjamin Otte <otte@gnome.org>
19649 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19650 lotsa memleaks today. But they're all small...
19652 2004-10-31 Benjamin Otte <otte@gnome.org>
19654 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19655 another memleak crushed
19657 2004-10-31 Benjamin Otte <otte@gnome.org>
19659 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19662 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19664 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19665 Hack to prevent crash when going to READY inside signal handler
19666 while this function is active.
19668 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19670 * gst/ffmpegcolorspace/Makefile.am:
19671 * gst/ffmpegcolorspace/avcodec.h:
19672 * gst/ffmpegcolorspace/common.h:
19673 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19674 * gst/ffmpegcolorspace/dsputil.h:
19675 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19676 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19677 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19678 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19679 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19680 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19681 (gst_ffmpegcsp_avpicture_fill):
19682 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19683 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19684 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19685 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19686 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19687 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19688 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19689 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19690 * gst/ffmpegcolorspace/imgconvert.c:
19691 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19692 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19693 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19694 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19695 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19696 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19697 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19698 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19699 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19700 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19701 (grow21), (grow22), (grow41), (grow44), (conv411),
19702 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19703 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19704 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19705 (avpicture_free), (is_yuv_planar), (img_convert),
19706 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19707 (deinterlace_line_inplace), (deinterlace_bottom_field),
19708 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19709 * gst/ffmpegcolorspace/imgconvert_template.h:
19710 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19711 * gst/ffmpegcolorspace/mmx.h:
19712 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19713 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19714 (av_freep), (avcodec_get_context_defaults),
19715 (avcodec_alloc_context), (avcodec_init):
19716 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19717 handling plus update from ffmpeg CVS. Large clean-up.
19719 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19721 * gst/playback/Makefile.am:
19722 We need the marshallers for decodebin, too.
19724 2004-10-30 David Schleef <ds@schleef.org>
19726 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19727 quicktime typefinding work with 64-bit offsets.
19729 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19731 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19732 Set EOS on the element when processing an EOS event.
19733 * ext/speex/gstspeexdec.h:
19734 * ext/speex/gstspeexenc.h:
19735 Only keep a const ptr to the mode
19736 * gst-libs/gst/riff/riff-media.c:
19737 (gst_riff_create_audio_caps_with_data),
19738 (gst_riff_create_audio_template_caps):
19739 Allow WMAV3, with up to 6 channels.
19740 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19741 Don't call gst_pad_set_event_function on a sink pad.
19742 * gst/mpegstream/gstdvddemux.c:
19743 (gst_dvd_demux_get_subpicture_stream),
19744 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19745 Copy the explicit caps that were set across to the cur_* pads,
19746 instead of trying to use a possibly non-existent negotiated caps.
19747 Reset the type of subpicture pads to UNKNOWN after calling
19748 init_stream, so that the caps get set.
19750 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19752 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19754 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19755 Don't touch buffer if it is of size 0 (fixes #151064).
19757 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19759 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19760 Synchronized discont handling.
19762 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19764 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19765 (gst_ogg_demux_push):
19766 Make seeking sort-of exact again (fixes #156387).
19768 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19770 * gst/playback/gstplaybasebin.c: (unknown_type),
19771 (add_element_stream), (new_decoded_pad),
19772 (gst_play_base_bin_change_state):
19773 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19774 (gst_stream_info_init), (gst_stream_info_new),
19775 (gst_stream_info_dispose), (gst_stream_info_get_property):
19776 * gst/playback/gststreaminfo.h:
19777 Make caps explicitely available. Makes testing for unsupported
19778 types possible. Improves error reporting.
19780 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19782 * gst/audioconvert/gstaudioconvert.c:
19783 (gst_audio_convert_buffer_to_default_format):
19784 Really don't touch read-only buffers (#156563).
19786 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19788 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19790 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19791 Fix memleak (#155223).
19793 2004-10-29 Wim Taymans <wim@fluendo.com>
19795 * gst/tcp/.cvsignore:
19796 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19797 (gst_multifdsink_class_init), (gst_multifdsink_init),
19798 (gst_multifdsink_add), (gst_multifdsink_remove),
19799 (gst_multifdsink_remove_client_link), (is_sync_frame),
19800 (gst_multifdsink_new_client),
19801 (gst_multifdsink_handle_client_write),
19802 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19803 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19804 (gst_multifdsink_get_property):
19805 * gst/tcp/gstmultifdsink.h:
19806 Added burst on connect sync_method, deprecated sync_clients,
19807 streamlined the sync code some more.
19809 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19811 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19812 (gst_play_base_bin_change_state):
19813 Improve error reporting.
19815 2004-10-28 Wim Taymans <wim@fluendo.com>
19817 * gst/tcp/Makefile.am:
19818 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19819 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19820 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19821 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19822 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19823 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19825 Added more locks around fdset structures. Fixed/reworked
19826 the poll array resizing code.
19827 Added stress test for fdset.
19829 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19831 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19834 2004-10-28 Benjamin Otte <otte@gnome.org>
19836 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19837 fix link function to always query channels and query width for
19841 * gst/equalizer/Makefile.am:
19842 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19843 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19844 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19845 (arg_to_scale), (setup_filter),
19846 (gst_iir_equalizer_compute_frequencies),
19847 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19848 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19852 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19854 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19858 Added Norwegian Bokmaal translation
19860 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19862 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19863 Don't break on options (fixes #156488).
19865 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19868 * ext/cdaudio/Makefile.am:
19870 fix build on older automake
19872 2004-10-26 Wim Taymans <wim@fluendo.com>
19874 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19875 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19876 Allow a little margin when negotiating the framerate.
19878 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19880 * gst/level/gstlevel.c:
19881 synchonised naming of pads and pad-templates
19883 2004-10-26 Wim Taymans <wim@fluendo.com>
19885 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19886 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19887 (_find_streams_check), (gst_ogg_demux_push):
19888 Fix EOS again. Needs to be done in a better way. We should not
19889 remove the pad if there is no new chained stream.
19891 2004-10-26 Iain <iaingnome@gmail.com>
19893 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19894 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19896 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19898 (interleave_release_pad): Remove the pad.
19899 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19900 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19902 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19904 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19905 (gst_xvimagesink_finalize): Free the par.
19907 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19909 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19910 (gst_avimux_stop_file):
19911 First calculate the rate, and only then use it. Hdr.rate is a
19912 multiple and not a derivative of hdr.scale. Scale is not the
19913 same as blockalign but is solely related to rate.
19915 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19917 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19918 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19921 2004-10-25 James Henstridge <james@jamesh.id.au>
19923 Reviewed by: David Schleef <ds@schleef.org>
19925 * examples/gstplay/player.c: (got_stream_length), (main):
19926 * examples/seeking/cdplayer.c: (update_scale):
19927 * examples/seeking/seek.c: (format_value), (update_scale):
19928 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19930 Build fixes on AMD64.
19932 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19934 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19936 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19937 Fix for some v4l cards which hang in v4lsrc
19939 2004-10-25 Wim Taymans <wim@fluendo.com>
19941 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19942 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19943 Make sure to remove the pad when a new chain is
19944 encountered. Set some vars to NULL so we don't try
19945 to reference freed memory.
19947 2004-10-25 Wim Taymans <wim@fluendo.com>
19949 * examples/seeking/Makefile.am:
19950 * examples/seeking/cdplayer.c: (update_scale):
19951 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19952 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19953 (format_value), (update_scale), (iterate), (start_seek),
19954 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19955 (print_usage), (main):
19956 Added some more examples, update others.
19958 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19960 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19961 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19962 * ext/theora/theoradec.c: (theora_dec_chain):
19963 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19964 Add codec-name metadata.
19966 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19968 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19970 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19971 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19972 * ext/alsa/gstalsamixertrack.h:
19974 ALSA mixer track label internationalization (#154054).
19976 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19978 * ext/theora/theoradec.c: (theora_dec_chain):
19979 Export bitrate as metadata.
19981 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19983 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19984 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19985 * ext/alsa/gstalsamixertrack.h:
19986 Fix names, fix loop.
19988 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19990 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19991 (speex_dec_convert):
19992 sinkconvert function so oggdemux can get the file length (totem).
19994 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19996 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19998 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19999 Don't push incomplete packets.
20000 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20001 Fix MPEG-4 audio typefinding.
20003 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20005 * sys/v4l/Makefile.am:
20006 * sys/v4l/gstv4l.c: (plugin_init):
20007 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20008 (gst_v4lelement_init), (gst_v4lelement_dispose),
20009 (gst_v4lelement_change_state):
20010 * sys/v4l/gstv4lelement.h:
20011 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20012 (gst_v4l_xoverlay_close), (idle_refresh),
20013 (gst_v4l_xoverlay_set_xwindow_id):
20014 * sys/v4l/gstv4lxoverlay.h:
20015 * sys/v4l/v4l-overlay_calls.c:
20016 * sys/v4l/v4l_calls.h:
20017 * sys/v4l2/Makefile.am:
20018 * sys/v4l2/gstv4l2.c: (plugin_init):
20019 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20020 (gst_v4l2element_init), (gst_v4l2element_dispose),
20021 (gst_v4l2element_change_state):
20022 * sys/v4l2/gstv4l2element.h:
20023 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20024 (gst_v4l2_xoverlay_close), (idle_refresh),
20025 (gst_v4l2_xoverlay_set_xwindow_id):
20026 * sys/v4l2/gstv4l2xoverlay.h:
20027 * sys/v4l2/v4l2-overlay_calls.c:
20028 * sys/v4l2/v4l2_calls.h:
20029 Remove client-side overlay handling, use the X-server v4l plugin
20030 for that. Nicer overlay, less code. Also make the plugin
20031 compileable without X (but then without overlay, obviously).
20032 Makes xwindowlistener obsolete, should we remove that?
20034 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20036 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20037 (gst_osssrc_src_query):
20038 * sys/oss/gstosssrc.h:
20039 OK, so people want offset in DEFAULT. This time, actually fix all
20041 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20044 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20046 * gst/asfdemux/gstasfmux.c:
20047 * gst/avi/gstavimux.c:
20050 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20052 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20053 Fix properties (channel, norm, frequency).
20055 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20057 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20059 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20062 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20064 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20067 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20069 * sys/v4l2/gstv4l2element.h:
20070 Yet Another Hack (tm) for kernel header borkedness.
20071 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20072 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20073 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20074 (gst_v4l2src_change_state):
20075 * sys/v4l2/gstv4l2src.h:
20076 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20077 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20078 Fix caps, keep track of state, work.
20080 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20082 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20085 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20087 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20088 Don't mix bytes and samples.
20090 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20092 * ext/ogg/gstoggmux.c:
20093 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20094 and theora. Any is incorrect.
20095 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20097 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20098 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20099 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20100 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20101 * sys/v4l/gstv4lmjpegsrc.h:
20102 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20103 (gst_v4lsrc_change_state):
20104 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20105 (gst_v4lmjpegsrc_capture_stop):
20106 Fix caps. Keep track of internal state. Work.
20108 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20111 Fix the build fixes.
20113 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20115 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20116 (gst_ogg_demux_src_event), (_find_chain_seek),
20117 (gst_ogg_pad_push):
20118 Check for pad availability before using it.
20119 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20120 Fix parsing of chained ogg. Needs more work on the decoder side.
20122 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20124 * gst/spectrum/Makefile.am:
20125 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20127 Fix demo and reenable it. Yes, I'm currently playing with audio
20130 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20132 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20133 We love it if files that start at zero work too...
20135 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20137 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20138 Handle files with missing EOS headers.
20140 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20142 * gst/tcp/gsttcpserversink.c:
20143 (gst_tcpserversink_handle_server_read),
20144 (gst_tcpserversink_init_send):
20145 Zero some variables first (need for accept not to return EINVAL)
20147 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20149 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20150 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20151 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20152 (theora_dec_chain):
20153 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20154 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20155 Seeking and querying finetune.
20157 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20161 * ext/raw1394/Makefile.am:
20164 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20166 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20168 * gst/playback/Makefile.am:
20169 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20170 * gst/playback/gstplay-marshal.list:
20171 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20174 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20176 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20179 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20181 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20182 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20183 (gst_ogg_pad_push):
20184 Yay for non-lineair granulepos in theora.
20186 2004-10-18 Wim Taymans <wim@fluendo.com>
20188 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20189 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20190 * ext/dv/gstdvdec.h:
20191 Make sure we renegotiate aspect ratio when the camera switches.
20193 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20195 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20196 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20198 * ext/theora/theoradec.c: (theora_dec_chain):
20199 Skip headers. Bad idea for chained ogg, but fixes seeking.
20201 2004-10-18 Wim Taymans <wim@fluendo.com>
20204 I swear, this is the last time I touch this.
20206 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20208 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20209 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20210 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20212 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20213 Time-to-default conversion.
20214 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20215 Don't error on unknown packets, just skip. We should probably
20216 read them if we want to support chained ogg.
20218 2004-10-18 Wim Taymans <wim@fluendo.com>
20221 Added cdaudio to wrong list.
20223 2004-10-18 Wim Taymans <wim@fluendo.com>
20228 2004-10-18 Wim Taymans <wim@fluendo.com>
20230 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20231 (gst_dvdec_video_link), (gst_dvdec_push):
20232 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20233 (gst_smokeenc_resync), (gst_smokeenc_chain):
20234 Fix mimetype on smoke encoder.
20235 Add aspect ratio to dvdec. Not sure if these
20236 values are correct though....
20238 2004-10-18 Wim Taymans <wim@fluendo.com>
20240 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20241 Fix vorbis property descriptions and ranges.
20243 2004-10-18 Wim Taymans <wim@fluendo.com>
20245 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20246 Really do nothing when no data is available.
20247 Go to the playing state when the stream is not seekable
20248 instead of failing.
20250 2004-10-18 Wim Taymans <wim@fluendo.com>
20252 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20253 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20254 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20255 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20256 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20257 Added uri handler for cd://
20260 2004-10-18 Wim Taymans <wim@fluendo.com>
20262 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20263 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20264 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20265 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20266 (remove_prerolls), (unknown_type), (add_element_stream),
20267 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20268 (gst_play_base_bin_remove_element),
20269 (gst_play_base_bin_link_stream):
20270 * gst/playback/gstplaybin.c: (gen_video_element),
20271 (gen_vis_element), (remove_sinks), (setup_sinks):
20272 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20273 (gst_stream_info_get_type), (gst_stream_info_class_init),
20274 (gst_stream_info_init), (gst_stream_info_new),
20275 (gst_stream_info_dispose), (stream_info_mute_pad),
20276 (gst_stream_info_set_property), (gst_stream_info_get_property):
20277 * gst/playback/gststreaminfo.h:
20278 Add sink padtemplate to decodebin.
20279 Added some more comments.
20280 Make queue size configurable in playbasebin.
20281 Added possibility to use elements as sinks (ex cdaudio).
20283 2004-10-15 Wim Taymans <wim@fluendo.com>
20285 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20286 (gst_speexenc_chain):
20287 Fix speex timestamps so that it gets muxed properly.
20289 2004-10-15 Wim Taymans <wim@fluendo.com>
20291 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20292 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20293 (gst_dv1394src_init), (gst_dv1394src_dispose),
20294 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20295 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20296 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20297 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20298 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20299 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20300 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20301 * ext/raw1394/gstdv1394src.h:
20302 Added conversion/query functions.
20303 Update buffer timestamps,
20305 Added uri dv:// so it might play from the firewire in playbin.
20306 Fix a possible leak.
20309 2004-10-15 Wim Taymans <wim@fluendo.com>
20311 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20312 (gst_dv1394src_init), (gst_dv1394src_set_property),
20313 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20314 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20315 * ext/raw1394/gstdv1394src.h:
20316 Added AV/C VTR control support needed for some cameras.
20317 Added automatic port detection.
20318 Added properties for selecting the channel.
20319 The configure.ac script is not yet updated to reflect the
20320 new libavc1394 and librom1394 dependencies.
20322 2004-10-15 Wim Taymans <wim@fluendo.com>
20324 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20325 (qtdemux_parse), (gst_qtdemux_handle_esds):
20326 An esds box is not a container.
20327 Fix parsing of mp4v boxes.
20328 Do not try to renegotiate fps for each frame. Need to
20329 find a better method. This should fix mp4 playback.
20331 2004-10-14 David Schleef <ds@schleef.org>
20333 * configure.ac: update for swfdec-0.3 and liboil-0.2
20334 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20335 * ext/swfdec/gstswfdec.h: same
20336 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20337 * gst/videotestsrc/videotestsrc.c: same
20339 2004-10-14 Wim Taymans <wim@fluendo.com>
20341 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20342 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20343 (is_sync_frame), (gst_multifdsink_new_client),
20344 (gst_multifdsink_handle_client_write),
20345 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20346 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20347 Turn warnings into info.
20348 Don't allow a state change in the streaming thread.
20350 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20352 * ext/vorbis/oggvorbisenc.c:
20353 * ext/vorbis/vorbisdec.c:
20354 fix template sample rate
20356 2004-10-13 Wim Taymans <wim@fluendo.com>
20358 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20359 Decoding the header first fixes some problems in resyncing
20362 2004-10-12 Wim Taymans <wim@fluendo.com>
20364 * gst/playback/gstplaybin.c: (gen_video_element),
20365 (gen_vis_element), (remove_sinks), (setup_sinks):
20366 Added vis plugin support, need to configure the vis
20367 element to activate it.
20369 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20371 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20372 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20374 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20375 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20376 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20377 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20378 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20379 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20380 * gst/avi/gstavidemux.h:
20381 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20382 recovery (where, if part of the index is broken, we will still read
20383 the rest of the index and recover the broken part by stream
20384 scanning). More broken media support. EOS workarounds. General AVI
20385 braindamage headache recovery. Aspirin included.
20387 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20389 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20390 (cdparanoia_event), (cdparanoia_query):
20391 Get rid of hideous lead-in.
20393 2004-10-11 Wim Taymans <wim@fluendo.com>
20395 * gst/playback/gstplaybasebin.c: (setup_source):
20396 Wrong var used to get g_list_next.
20398 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20400 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20401 (cdparanoia_get), (cdparanoia_open):
20402 Report discid as metadata, add duration.
20404 2004-10-11 Wim Taymans <wim@fluendo.com>
20406 * gst/playback/gstplaybasebin.c: (setup_source):
20407 Cleanup the previous pipeline a little earlier for the
20408 case that a source element provides raw data.
20410 2004-10-11 Benjamin Otte <otte@gnome.org>
20412 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20413 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20414 consuming the last 128 bytes, even though it was valid mp3 data.
20416 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20418 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20419 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20420 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20421 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20423 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20425 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20426 Fix for webcams that support only specific width or height
20428 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20430 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20432 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20433 Fix wrong discont event setup (fixes #154967).
20435 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20437 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20439 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20440 Error out on invalid data (fixes #154807).
20442 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20444 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20446 * ext/dvdread/dvdreadsrc.c: (_read):
20447 Make titles > 0 work again (fixes #154834).
20449 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20451 * gst-libs/gst/riff/riff-media.c:
20452 (gst_riff_create_video_template_caps):
20453 WMV3 missing in template caps.
20455 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20457 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20458 OK, so the original code was too strict. It makes random AVI files
20459 hang for seconds upon opening, which is unacceptable and is far
20460 beyond the original goal of getting multiple chunks for one-chunk
20461 sounc stream files. So now do just that.
20463 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20465 * gst/playback/gstplaybasebin.c: (setup_source),
20466 (gst_play_base_bin_change_state):
20467 Actually clean up streaminfo if output fails. This would trigger
20468 if, for example, there was no CD in the drive. No preroll, so
20469 a streaminfo structure is created, but the subsequent state change
20470 of the thread fails.
20471 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20472 Don't change state if parent failed.
20474 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20476 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20477 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20478 (gen_video_element), (remove_sinks):
20479 Add small bits of code for screenshot handling.
20481 2004-10-08 Wim Taymans <wim@fluendo.com>
20483 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20484 (gen_video_element), (gen_audio_element), (setup_sinks):
20485 Don't assume the user provided sinks are named "sink"...
20487 2004-10-08 Wim Taymans <wim@fluendo.com>
20489 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20490 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20491 (gst_play_base_bin_link_stream):
20492 Do not try to autoplug sources that generate raw streams like
20494 disconnect the preroll overrun signal when we don't need it anymore.
20496 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20498 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20499 Added reworked patch from #154903 from milosz derezynski (deadchip).
20501 2004-10-08 Wim Taymans <wim@fluendo.com>
20503 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20504 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20505 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20506 (cdparanoia_convert), (cdparanoia_uri_get_type),
20507 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20508 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20509 * ext/cdparanoia/gstcdparanoia.h:
20510 This adds the cdda://<tracknum> uri.
20512 2004-10-08 Wim Taymans <wim@fluendo.com>
20514 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20515 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20516 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20517 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20518 (unknown_type), (gst_play_base_bin_remove_element),
20519 (gst_play_base_bin_link_stream):
20520 * gst/playback/gstplaybasebin.h:
20521 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20522 (gst_play_bin_set_property), (gen_video_element),
20523 (gen_audio_element), (setup_sinks):
20524 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20525 (gst_stream_info_get_type), (gst_stream_info_class_init),
20526 (gst_stream_info_init), (gst_stream_info_new),
20527 (gst_stream_info_dispose), (stream_info_mute_pad),
20528 (gst_stream_info_set_property), (gst_stream_info_get_property):
20529 * gst/playback/gststreaminfo.h:
20530 Reuse the audio and video bins.
20531 Some internal cleanups in the stream selection code.
20533 2004-10-08 Julien MOUTTE <julien@moutte.net>
20535 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20536 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20537 * sys/ximage/ximagesink.h:
20538 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20539 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20540 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20541 not coming from those elements. Moreover these elements should not keep
20542 the xid they have been given when in NULL state.
20544 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20546 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20547 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20548 * sys/ximage/ximagesink.h:
20549 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20550 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20551 * sys/xvimage/xvimagesink.h:
20552 Actually only create a new toplevel window if we're not gonna
20553 embed it right after.
20555 2004-10-07 Wim Taymans <wim@fluendo.com>
20557 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20558 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20559 * gst/playback/gstplaybin.c: (setup_sinks):
20560 Implement muting/unmuting of streams, mute streams that are not
20563 2004-10-07 Wim Taymans <wim@fluendo.com>
20565 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20567 Added lame audio/x-ac3 typefind function.
20569 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20574 === release 0.8.5 ===
20576 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20581 releasing 0.8.5, "Take You On"
20583 2004-10-06 Wim Taymans <wim@fluendo.com>
20585 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20586 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20587 (no_more_pads), (close_link), (type_found):
20588 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20589 * gst/playback/gstplaybin.c: (gen_video_element):
20590 Do not signal the no_more_pads after the first pad when
20591 we are plugging a non dynamic element with multiple
20592 output pads (like swfdec, dvdec, ...).
20594 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20597 bump for prerelease
20599 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20601 * gst/wavparse/gstwavparse.c:
20602 add ATRAC3 to STATIC CAPS to fix a warning
20604 * gst/matroska/ebml-read.c:
20605 * gst-libs/gst/riff/riff-read.c:
20608 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20610 * gst-libs/gst/riff/riff-media.c:
20611 generate caps for ATRAC3 audio streams
20613 * gst/realmedia/rmdemux.c:
20614 generate caps for ATRAC3 audio streams
20616 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20618 * gst/wavparse/Makefile.am
20619 * gst/wavparse/riff.h
20620 * gst/wavparse/wavparse.vcproj
20621 riff.h removal (unused and duplication with riff-ids.h)
20623 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20625 * gst/wavparse/gstwavparse.h
20626 remove duplicated defines for audio codec codes
20628 * gst-libs/gst/riff/riff-ids.h
20629 * gst/wavenc/riff.h:
20630 add "4CC" code for ATRAC3 audio streams
20631 add "4CC" code for ITU_G721_ADPCM (unused for now)
20633 2004-10-06 Wim Taymans <wim@fluendo.com>
20635 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20636 Actually _do_ negotiation. Pass gdouble as arg instead
20637 of guint64 for the framerate.
20639 2004-10-06 Wim Taymans <wim@fluendo.com>
20641 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20642 (find_compatibles), (close_pad_link), (try_to_link_1),
20643 (no_more_pads), (close_link), (type_found):
20644 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20645 * gst/playback/gstplaybin.c: (gen_video_element),
20646 (gen_audio_element):
20647 Set state on newly added element to READY so that negotiation
20649 Addes some more debug info.
20650 Do not try to plug pads with multiple caps structures or ANY
20651 because it is too dangerous since we do not do dynamic
20654 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20656 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20660 add Oriya translation
20662 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20664 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20665 Prevent overwrite of size member. Makes audio sound crappy.
20667 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20669 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20670 Add rmvb to the list of known RealMedia extensions
20672 2004-10-05 Wim Taymans <wim@fluendo.com>
20674 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20675 (mngdec_openstream), (mngdec_closestream),
20676 (mngdec_handle_sink_event), (mngdec_readdata),
20677 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20678 (mngdec_getcanvasline), (mngdec_refresh),
20679 (gst_mngdec_change_state):
20680 Set the framerate correctly.
20682 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20684 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20685 There was something wrong with the index massaging.
20687 2004-10-04 Wim Taymans <wim@fluendo.com>
20689 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20690 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20691 (gst_smokedec_chain):
20692 * ext/jpeg/gstsmokedec.h:
20693 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20694 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20695 * ext/jpeg/gstsmokeenc.h:
20696 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20697 (smokecodec_decode_new), (smokecodec_info_free),
20698 (smokecodec_set_quality), (smokecodec_get_quality),
20699 (smokecodec_set_threshold), (smokecodec_get_threshold),
20700 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20701 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20702 (smokecodec_encode), (smokecodec_parse_id),
20703 (smokecodec_parse_header), (smokecodec_decode):
20704 * ext/jpeg/smokecodec.h:
20705 * ext/jpeg/smokeformat.h:
20706 Updated smoke, new bitstream, allows embedding in ogg.
20708 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20710 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20711 Fix seeking in some files. All this code is no longer needed (and
20712 actually breaks stuff) because we now synchronize the full index
20713 right when reading the header.
20715 2004-10-04 Wim Taymans <wim@fluendo.com>
20718 configure update for libmng.
20720 2004-10-04 Wim Taymans <wim@fluendo.com>
20722 * ext/libmng/Makefile.am:
20723 * ext/libmng/gstmng.c: (plugin_init):
20724 * ext/libmng/gstmng.h:
20725 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20726 (gst_mngdec_base_init), (gst_mngdec_class_init),
20727 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20728 (gst_mngdec_loop), (gst_mngdec_get_property),
20729 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20730 (mngdec_closestream), (mngdec_handle_sink_event),
20731 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20732 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20733 (gst_mngdec_change_state):
20734 * ext/libmng/gstmngdec.h:
20735 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20736 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20737 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20738 (gst_mngenc_chain), (gst_mngenc_get_property),
20739 (gst_mngenc_set_property):
20740 * ext/libmng/gstmngenc.h:
20741 Added basic MNG decoder. Needs more work. The encoder does
20744 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20746 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20747 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20748 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20749 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20752 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20755 you need at least 1.0.4 of speex
20757 2004-10-04 Iain <iaingnome@gmail.com>
20759 * ext/speex/gstspeexdec.h: Revert the includes changes.
20761 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20763 2004-09-30 Iain <iaingnome@gmail.com>
20765 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20766 found during init or set as a property instead of hardcoding /dev/audio
20768 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20770 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20771 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20772 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20773 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20774 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20775 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20776 (gst_rmdemux_dump_data):
20777 Use debug category, fix EOS handling. filesrc ! rmdemux now
20780 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20782 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20783 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20784 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20785 Improve allocation, cutting and sorting of the index. How takes a
20786 few seconds instead of minutes.
20788 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20790 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20793 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20795 * gst-libs/gst/riff/riff-media.c:
20796 (gst_riff_create_video_caps_with_data),
20797 (gst_riff_create_video_template_caps):
20798 Add wing commander format mimetype/fourccs.
20799 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20800 Don't crash if some value is 0.
20802 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20804 * gst-libs/gst/riff/riff-media.c:
20805 (gst_riff_create_video_caps_with_data),
20806 (gst_riff_create_video_template_caps):
20807 Add DIB fourcc (raw, palettized 8-bit RGB).
20808 * gst-libs/gst/riff/riff-read.c:
20809 (gst_riff_read_strf_vids_with_data):
20810 Oops, fix strf_data reading bug.
20811 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20812 Use a non-NULL tag.
20813 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20814 Time for hacks. Sorry Dave. At least one quicktime movie (a
20815 trailer) that I've encountered contains multiple video tracks.
20816 One of those is the actual video track, the other are one-frame
20817 tracks (images). Unfortunately, the number of frames according
20818 to the trak header is 1 for each, so that doesn't help. So
20819 instead, I look at the duration and discard tracks with a
20820 duration shorter than 20% of the length of the stream. Better
20823 2004-10-01 Christian Schaller <christian@fluendo.com>
20825 * ext/ivorbis/vorbis.c:
20826 Patch from Phil Blundell (Bug 152341)
20828 2004-10-01 Wim Taymans <wim@fluendo.com>
20830 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20831 (speex_dec_get_formats), (speex_dec_convert),
20832 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20833 (speex_dec_chain), (gst_speexdec_get_property),
20834 (gst_speexdec_set_property):
20837 2004-10-01 Wim Taymans <wim@fluendo.com>
20839 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20840 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20841 (gst_wavparse_other), (gst_wavparse_loop),
20842 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20843 (gst_wavparse_srcpad_event):
20844 * gst/wavparse/gstwavparse.h:
20845 Added some more debugging info.
20846 Fix the case where the length of the file is 0.
20847 Make sure we seek to sample borders.
20849 2004-10-01 Wim Taymans <wim@fluendo.com>
20851 * gst/playback/README:
20852 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20853 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20854 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20855 Add some debug info to decodebin, update README
20857 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20859 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20860 Don't use g_print(); use GST_DEBUG().
20862 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20864 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20865 (gst_ogg_mux_queue_pads):
20866 Handle EOS properly.
20868 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20870 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20872 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20873 (gst_faad_chain), (gst_faad_change_state):
20874 * ext/faad/gstfaad.h:
20875 Allow playback of raw (unframed) MPEG AAC files (#148993).
20877 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20879 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20881 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20882 Throw error if we didn't recognize the stream. Fixes #152289.
20884 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20886 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20889 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20891 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20893 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20896 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20898 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20900 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20902 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20905 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20907 * gst-libs/gst/riff/riff-media.c:
20908 (gst_riff_create_video_caps_with_data),
20909 (gst_riff_create_audio_caps_with_data):
20910 Add codec_data handling (like asfdemux used to do).
20911 * gst/asfdemux/gstasf.c: (plugin_init):
20912 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20913 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20914 Use riff-media for caps creation instead of our own (mostly
20915 broken) copy of its functions.
20917 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20919 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20920 Don't actually error out if we get another return value than
20921 -EINVAL. Opposite to what I first thought, drivers have random
20922 return values for this, although -EINVAL is the expected return
20923 value. Since this is not fatal, we shouldn't use
20924 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20926 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20928 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20929 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20930 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20931 (dvdreadsrc_get), (dvdreadsrc_open_file),
20932 (dvdreadsrc_change_state):
20933 Fix. Don't do one big huge loop around the whole DVD, that will
20934 cache all data and thus eat sizeof(dvd) (several GB) before we
20936 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20937 Actually NULL'ify event after using it.
20938 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20939 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20940 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20941 (gst_ebml_read_seek), (gst_ebml_read_skip):
20943 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20944 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20945 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20946 Fix timing (this will probably break if I seek using menus, but
20947 I didn't get there yet). VOBs and normal DVDs should now work.
20948 Add a mpeg2-only pad with high rank so this get autoplugged for
20950 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20951 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20952 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20953 (gst_mpeg_demux_get_audio_stream),
20954 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20955 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20956 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20957 MPEG-1 but use dvddemux for MPEG-2.
20958 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20959 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20960 (gst_mpeg_parse_parse_packhead):
20961 Timing. Only add pad template if it exists. Add sink template from
20962 class and not from ourselves. This means we will always use the
20963 correct sink template even if it is not the one defined in this
20966 2004-09-29 Wim Taymans <wim@fluendo.com>
20968 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20969 (gst_mpeg_demux_parse_pes):
20970 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20971 Fix playback of mpeg again, timestamps where screwed up by
20974 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20976 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20977 Only return true if we actually filled something in. Prevents
20978 player applications from showing a random length for flac files.
20979 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20980 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20981 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20982 (gst_riff_read_strf_vids_with_data),
20983 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20984 OK, ok, so I implemented event handling. Apparently it's normal
20985 that we receive random events at random points without asking
20987 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20988 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20989 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20990 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20991 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20992 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20993 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20994 * gst/avi/gstavidemux.h:
20995 Implement non-lineair chunk handling and subchunk processing.
20996 The first solves playback of AVI files where the audio and video
20997 data of individual buffers that we read are not synchronized.
20998 This should not happen according to the wonderful AVI specs, but
20999 of course it does happen in reality. It is also a prerequisite for
21000 the second. Subchunk processing allows us to cut chunks in small
21001 pieces and process each of these pieces separately. This is
21002 required because I've seen several AVI files with incredibly large
21003 audio chunks, even some files with only one audio chunk for the
21004 whole file. This allows for proper playback including seeking.
21005 This patch is supposed to fix all AVI A/V sync issues.
21006 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21007 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21009 * gst/modplug/gstmodplug.cc:
21010 Proper return value setting for the query() function.
21011 * gst/playback/gstplaybasebin.c: (setup_source):
21012 Being in non-playing state (after, e.g., EOS) is not necessarily
21013 a bad thing. Allow for that. This fixes playback of short files.
21014 They don't actually playback fully now, because the clock already
21015 runs. This means that small files (<500kB) with a small length
21016 (<2sec) will still not or barely play. Other files, such as mod
21017 or flx, will work correctly, however.
21019 2004-09-28 Wim Taymans <wim@fluendo.com>
21021 * ext/speex/gstspeex.c: (plugin_init):
21022 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21023 (gst_speex_dec_class_init), (speex_dec_get_formats),
21024 (speex_get_event_masks), (speex_get_query_types),
21025 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21026 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21027 (gst_speexdec_get_property), (gst_speexdec_set_property),
21028 (speex_dec_change_state):
21029 * ext/speex/gstspeexdec.h:
21030 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21031 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21032 (gst_speexenc_base_init), (gst_speexenc_class_init),
21033 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21034 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21035 (gst_speexenc_src_query), (gst_speexenc_init),
21036 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21037 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21038 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21039 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21040 (gst_speexenc_chain), (gst_speexenc_get_property),
21041 (gst_speexenc_set_property), (gst_speexenc_change_state):
21042 * ext/speex/gstspeexenc.h:
21043 Rewrote speex encoder, make sure it can be embedded in ogg.
21044 Implemented speex decoder.
21046 2004-09-28 Christian Schaller <christian@fluendo.com>
21049 Remove kioslave plugin. Markey is brewing a new working one
21050 * ext/Makefile.am: Remove kioslave plugin
21052 * gst-plugins.spec.in: remove kio plugin from spec
21054 2004-09-27 Wim Taymans <wim@fluendo.com>
21056 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21057 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21058 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21059 (gst_multifdsink_new_client),
21060 (gst_multifdsink_handle_client_write),
21061 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21062 (gst_multifdsink_handle_clients):
21063 * gst/tcp/gstmultifdsink.h:
21064 Make syncing to keyframes actually work for new clients and lagging
21067 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21069 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21070 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21071 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21072 * gst/debug/gstnavigationtest.h:
21073 make navigationtest display button-press and button-release events
21075 2004-09-26 Iain <iaingnome@gmail.com>
21077 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21078 the channels have received a new media event.
21079 (interleave_buffered_loop): Compresses a new media event on all
21082 2004-09-26 Iain <iaingnome@gmail.com>
21084 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21085 call the sinkpad's default event handler and not the srcpads. He also
21086 says this is confusing :)
21087 (gst_wavenc_stop_file): Company says that seek events only go upstream
21088 we should send a discontinuous downstream instead.
21090 2004-09-25 Christian Schaller <christian@fluendo.com>
21092 * Update SPEC file to be usable in conjunction with Fedora Core,
21093 Fedora.us and freshrpms packages
21094 * Fix typo in multifilesrc test Makefile
21096 2004-09-24 Wim Taymans <wim@fluendo.com>
21098 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21099 Only signal the no_more_pads signal when we have
21100 added the stream to our list.
21102 2004-09-24 Wim Taymans <wim@fluendo.com>
21104 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21106 * gst/playback/gstplaybasebin.h:
21107 * gst/playback/gstplaybin.c: (setup_sinks):
21108 Don't try to preroll or decode more than one audio/video
21111 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21113 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21114 Throw error if we failed to find a suitable output. This should
21115 throw an error if we successfully set up a pipeline (e.g. because
21116 we recognized a media file) but found no decodable streams in it
21117 (e.g. because it contains only media stream types for which we
21118 have no decoders, or because it's not a media type).
21120 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21122 * ext/dirac/Makefile.am:
21123 * ext/dirac/gstdirac.cc:
21124 * ext/dirac/gstdiracdec.cc:
21125 * ext/dirac/gstdiracdec.h:
21126 Do something. Don't actually know if this works because I don't
21127 have a demuxer yet.
21128 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21129 Add channels=1 to caps returned from _getcaps().
21130 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21131 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21132 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21133 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21134 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21135 (gst_ogm_parse_change_state):
21136 Separate between audio/video so ogmaudioparse actually uses the
21137 audio pad templates. Both audio and video work now, including
21138 autoplugging. Also use sometimes-srcpad hack.
21139 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21140 Handle events better. Don't hang on infinite loops.
21141 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21142 (gst_avi_demux_init), (gst_avi_demux_reset),
21143 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21144 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21145 (gst_avi_demux_change_state):
21146 * gst/avi/gstavidemux.h:
21147 Improve A/V sync. Still not perfect.
21148 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21149 (gst_ebml_read_skip):
21150 Handle events better.
21151 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21152 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21153 (qtdemux_audio_caps):
21154 Add IMA4. Improve event handling. Save offset after a seek when
21155 the headers are at the end of the file so that we don't end up in
21157 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21158 Add low-priority typefind support for files with no length.
21160 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21162 * testsuite/multifilesink/Makefile.am:
21165 2004-09-22 Julien MOUTTE <julien@moutte.net>
21167 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21169 mistakes from thaytan's patches.
21171 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21173 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21174 For completeness, XSync in the destroy function as xvimage does.
21176 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21178 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21179 Correct caps negotiation
21180 * gst/volume/gstvolume.c: (volume_chain_float),
21181 (volume_chain_int16):
21182 Modify debug output to be little more informative
21183 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21184 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21185 (gst_xvimagesink_xvimage_destroy):
21186 Add XSync calls after detaching from the shared memory segment to
21189 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21192 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21193 * ext/vorbis/vorbis.c: (plugin_init):
21194 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21195 (gst_vorbisenc_chain):
21196 * ext/vorbis/vorbisenc.h:
21197 remove explicit newmedia support from oggmux and vorbisenc
21198 add debug category to vorbisenc
21199 * gst/multifilesink/gstmultifilesink.c:
21200 (gst_multifilesink_class_init), (gst_multifilesink_init),
21201 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21202 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21203 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21205 * gst/multifilesink/gstmultifilesink.h:
21206 add support for streamheader in multifilesink
21208 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21210 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21211 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21212 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21213 Prevent infinite loops. More correct error reporting.
21214 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21215 Error out if negotiation fails.
21216 * gst/playback/gstplaybasebin.c: (setup_source),
21217 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21218 (gst_play_base_bin_found_tag):
21219 Error/tag forwarding. Pre-roll fixes for source errors on state
21220 changes (e.g. "file does not exist") to prevent hangs.
21222 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21224 * testsuite/multifilesink/Makefile.am:
21225 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21226 (gst_newmedia_class_init), (gst_newmedia_init),
21227 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21228 (newfile_signal), (test_signal), (main):
21229 * testsuite/multifilesink/multifilesrc_test.c: (main):
21230 * testsuite/multifilesink/oggtheora_test.c:
21231 (gst_newmedia_base_init), (gst_newmedia_class_init),
21232 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21233 (test_format), (newfile_signal), (test_signal), (main):
21234 * testsuite/multifilesink/oggvorbis_test.c:
21235 (gst_newmedia_base_init), (gst_newmedia_class_init),
21236 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21237 (test_format), (newfile_signal), (test_signal), (main):
21238 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21239 (gst_newmedia_class_init), (gst_newmedia_init),
21240 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21241 (newfile_signal), (test_signal), (main):
21244 2004-09-20 Christian Schaller <christian@fluendo.com>
21246 * Fix mikmod license to LGPL as they have relicensed
21247 * Move Dirac and Effectv into LGPL section of README_license
21249 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21251 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21252 (gst_mad_change_state):
21253 Allow for mp3 rate/channels changes. However, only very
21254 conservatively. Reason that we *have* to enable this is smiply
21255 because the mad find_sync() function is not good enough, it will
21256 regularly sync on random data as valid frames and therefore make
21257 us provide random caps as *final* caps of the stream. The best fix
21258 I could think of is to simply require several of the same stream
21259 changes in a row before we change caps.
21260 The actual testcase that works now is #
21261 * ext/ogg/Makefile.am:
21262 * ext/ogg/gstogg.c: (plugin_init):
21263 * ext/ogg/gstogmparse.c:
21264 OGM support (video only for now; I need an audio sample file).
21265 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21266 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21267 (gst_asf_demux_add_video_stream):
21269 * gst/playback/gstplaybasebin.c: (unknown_type):
21270 Don't error out on single unknown-types after all. It's wrong.
21271 If we found type of video and audio but not of a subtitle stream,
21272 it will still error out (which is unwanted). Will find a better fix
21274 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21275 (ogmaudio_type_find), (plugin_init):
21278 2004-09-20 Johan Dahlin <johan@gnome.org>
21280 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21281 after setting caps.
21283 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21285 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21286 * gst/wavenc/gstwavenc.h:
21287 Added newmedia support to wavenc
21289 2004-09-17 Wim Taymans <wim@fluendo.com>
21291 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21292 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21293 (gst_fdset_fd_can_write), (gst_fdset_wait):
21294 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21295 (gst_multifdsink_init), (gst_multifdsink_add),
21296 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21297 (gst_multifdsink_remove_client_link),
21298 (gst_multifdsink_client_queue_buffer),
21299 (gst_multifdsink_handle_client_write),
21300 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21301 (gst_multifdsink_close), (gst_multifdsink_change_state):
21302 * gst/tcp/gstmultifdsink.h:
21303 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21304 (gst_tcpserversink_removed):
21305 Small cleanups in fdset.c
21306 Use a hastable to map fd to the client structure for faster
21307 lookup in _remove and get_stats.
21308 Added virtual function to close the fds.
21309 Handle clients even when the select/poll call was unblocked because
21311 Implement syncing to keyframe in the recovery procedure.
21313 2004-09-16 Iain <iaingnome@gmail.com>
21315 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21318 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21320 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21321 Caps are only set if the type of the stream is unknown, but this
21322 is initialized in ->init_stream(), so set to UNKNOWN after calling
21323 ->init_stream() so that capsnego starts.
21325 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21327 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21328 (gst_avi_demux_stream_data):
21329 Just hardcode for raw audio then. AVI audio sucks.
21331 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21333 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21334 * gst/matroska/matroska-mux.c: (audiosink_templ),
21335 (gst_matroska_mux_audio_pad_link):
21336 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21337 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21339 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21341 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21342 (gst_avi_demux_stream_data):
21343 Try to fix a/v sync issues.
21345 2004-09-15 David Schleef <ds@schleef.org>
21347 * configure.ac: remove NASM check, since we don't use it. Update
21349 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21350 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21351 Initialized variables.
21352 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21353 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21354 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21357 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21359 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21360 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21361 * gst/avi/gstavidemux.h:
21362 Fix for compressed audio (mp3) timestamp generation. How did this
21365 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21367 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21368 Volume is a double not a float.
21370 2004-09-15 Wim Taymans <wim@fluendo.com>
21372 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21373 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21374 Don't close the fd in multifdsink as we didn't open it in the
21375 first place. Some cleanups.
21377 2004-09-15 Wim Taymans <wim@fluendo.com>
21379 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21380 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21381 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21382 Fix the case where the muxer would mark pages as delta
21383 frames when they are not (vorbis only ogg).
21385 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21387 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21388 (gst_play_base_bin_change_state):
21389 Handle the case where we failed to setup a clear pipeline. This
21390 will throw an error (or EOS, another nice case) and if you don't
21391 catch that, the app will wait for the signal forever (and thus
21394 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21396 * ext/gnomevfs/gstgnomevfssink.c:
21397 (gst_gnomevfssink_uri_get_protocols):
21398 * ext/gnomevfs/gstgnomevfssrc.c:
21399 (gst_gnomevfssrc_uri_get_protocols):
21400 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21401 * ext/gnomevfs/gstgnomevfsuri.h:
21402 Use _uri_new() instead of _open(), so it doesn't take as long and
21403 Christophe's computer won't hang.
21404 * gst/playback/gstplaybasebin.c: (unknown_type):
21405 Throw error on unknown media type, so apps actually display it.
21407 2004-09-14 Brian Cameron <brian.cameron@sun.com
21409 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21410 this script to work on Solaris since bash shell handles echo
21411 differenly than bash.
21413 2004-09-17 Wim Taymans <wim@fluendo.com>
21415 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21416 (setup_source), (gst_play_base_bin_set_property),
21417 (gst_play_base_bin_add_element):
21418 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21419 Some more work on making sure seeking pauses the pipeline and
21420 that changing the uri actually does something.
21422 2004-09-17 Wim Taymans <wim@fluendo.com>
21424 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21425 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21426 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21427 (gst_tcpserversink_close):
21428 Be a bit more paranoid when freeing memory.
21430 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21432 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21433 (qtdemux_parse_trak):
21434 Don't crash by dividing by zero (see sample movie in #126922).
21436 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21438 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21439 Don't touch non-existing data (fixes crash on file in #140147).
21441 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21443 * gst/playback/gstplaybasebin.c:
21444 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21445 Handle double disposals, and proper change of URIs.
21447 2004-09-13 Martin Eikermann <meiker@upb.de>
21449 * gst/mpegstream/gstmpegparse.c:
21450 fix synchronistation for streams recorded from digital PCR
21453 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21455 * ext/gnomevfs/Makefile.am:
21456 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21457 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21458 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21459 (gst_gnomevfssink_uri_get_type),
21460 (gst_gnomevfssink_uri_get_protocols),
21461 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21462 (gst_gnomevfssink_uri_handler_init),
21463 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21464 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21465 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21466 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21467 (gst_gnomevfssrc_uri_get_type),
21468 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21469 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21470 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21471 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21472 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21473 * ext/gnomevfs/gstgnomevfsuri.h:
21474 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21475 of fake URIs to see which this version of Gnome-VFS likes, and
21476 uses that for the Gst-URI interface. Makes playbin support http://
21477 streams. Also fix up some stupid behaviour in gnomevfssrc.
21479 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21481 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21482 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21483 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21484 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21485 Update mixer (to sync with other sessions) if we try to obtain
21486 a new value. This makes alsamixer work accross applications.
21487 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21488 Only call sync functions if we're running, else alsalib asserts.
21489 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21490 Sometimes fails to compile. Possibly a gcc bug.
21491 * gst/playback/gstplaybin.c: (gen_video_element),
21492 (gen_audio_element):
21493 Add a reference to an application-provided object, because we lose
21494 this same reference if we add it to the bin. If we don't do this,
21495 we can only use this object once and thus crash if we go from
21496 ready to playing, back to ready and back to playing again.
21497 Also add an audioscale element because several cheap soundcards -
21498 like mine - don't support all samplerates.
21499 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21500 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21501 Fix wrong order or PAR calls. Makes automatically obtained PAR
21502 from the X server atually being used.
21504 2004-09-12 David Schleef <ds@schleef.org>
21506 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21507 #151887, #152102, #152247.
21508 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21509 * examples/seeking/cdparanoia.c: same
21510 * examples/seeking/cdplayer.c: same
21511 * examples/seeking/seek.c: same
21512 * examples/seeking/spider_seek.c: same
21513 * examples/seeking/vorbisfile.c: same
21514 * examples/stats/mp2ogg.c: same
21515 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21516 (gst_esdsink_dispose): Dispose of element properly.
21517 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21519 * ext/nas/nassink.c: (gst_nassink_class_init),
21520 (gst_nassink_dispose): Dispose of element correctly.
21521 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21522 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21523 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21524 Fix 64-bit warning.
21525 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21526 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21527 Fix 64-bit warning.
21529 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21531 * configure.ac : change speex detection as 1.1.6 now uses
21532 .pc/pkg-config and they changed their headers location.
21534 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21536 * gst/matroska/matroska-mux.h:
21537 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21538 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21539 (gst_matroska_mux_write_data):
21540 Write multiple blocks/frames per cluster.
21541 Write meta-seek information (seek heads).
21543 2004-09-09 Scott Wheeler <wheeler@kde.org>
21545 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21546 (gst_play_bin_set_property), (gst_play_bin_get_property),
21547 (gen_audio_element), (gen_audio_element):
21548 Add a volume element / property to the pipeline.
21550 2004-09-07 Wim Taymans <wim@fluendo.com>
21552 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21553 Copy timestamps from the master pad to the output buffers.
21555 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21557 * ext/raw1394/gstdv1394src.c:
21558 throw errors when applicable
21560 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21562 * gst/matroska/ebml-ids.h:
21563 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21564 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21565 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21566 automatically convert unix time <-> ebml time when reading/writing
21567 a date, use gst_ebml_write_uint to write CUETIME,
21568 not gst_ebml_write_date.
21569 * gst/matroska/matroska-ids.h:
21570 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21571 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21572 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21573 (gst_matroska_mux_write_data):
21574 Write track and segment UIDs, write muxing date, write
21575 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21576 Create cues for audio only files.
21578 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21580 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21581 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21582 Re-commit ALSA switches.
21583 * gst/adder/gstadder.c: (gst_adder_loop):
21584 64-bit fix (#151416).
21585 * gst/debug/progressreport.c: (gst_progressreport_report):
21586 64-bit fix (#151419).
21587 * gst/matroska/matroska-demux.c:
21588 (gst_matroska_demux_parse_contents):
21589 64-bit fix (#151420).
21590 * gst/playback/test3.c: (update_scale):
21591 64-bit fix (#151421).
21593 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21598 === release 0.8.4 ===
21600 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21602 * configure.ac: releasing 0.8.4, "Alias"
21604 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21606 * ext/theora/Makefile.am:
21607 fix makefile. Fixes #151462.
21609 2004-08-30 Wim Taymans <wim@fluendo.com>
21611 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21612 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21613 (gst_multifdsink_remove_client_link),
21614 (gst_multifdsink_client_queue_buffer),
21615 (gst_multifdsink_handle_client_write):
21616 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21617 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21618 Fix some memory leaks.
21620 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21622 Patch by: David Schleef
21626 rename our detection macro for V4L2. Fixes #151236.
21628 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21630 Patch by: David Schleef
21633 check to define LAMEPRESET. Fixes #151232.
21635 2004-08-27 David Schleef <ds@schleef.org>
21637 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21638 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21639 (gst_glimagesink_fixate): Move local variable declarations to
21640 make gcc-2.95 happy.
21642 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21645 bump nano for prerelease
21647 2004-08-27 David Schleef <ds@schleef.org>
21649 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21650 * sys/sunaudio/gstsunaudiosrc.c:
21651 * sys/sunaudio/gstsunaudiosrc.h:
21653 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21655 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21656 handle EOS correctly
21657 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21658 * gst/matroska/matroska-mux.h:
21659 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21660 VFW compatibility mode
21662 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21664 patch by: Zaheer Abbas Merali
21666 * ext/ogg/gstoggmux.c:
21667 * ext/vorbis/vorbisenc.c:
21668 * ext/vorbis/vorbisenc.h:
21671 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21673 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21674 fix byte order reversion on little endian machines.
21675 * gst/matroska/matroska-mux.c: (audiosink_templ),
21676 (gst_matroska_mux_audio_pad_link):
21677 add TTA codec to the list of supported codecs.
21678 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21679 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21680 (gst_matroska_mux_write_data):
21681 * gst/matroska/matroska-mux.h:
21682 write segment duration correctly, write muxing app string, fixes bugs
21683 #140897 and #140898.
21684 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21685 wait for all pads to be negotiated before starting to mux.
21687 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21689 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21690 * ext/lame/gstlame.h:
21691 Added new media support to lame
21693 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21695 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21696 send vorbis headers at the beginning of a stream, fixes bug #141554.
21697 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21699 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21700 (gst_matroska_demux_plugin_init):
21701 * gst/matroska/matroska-ids.h:
21702 enable demuxing of TTA audio streams, fixes bug #148951.
21703 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21704 enable typefinding for TTA audio files, fixes bug #148711.
21705 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21706 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21707 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21709 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21711 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21712 (gst_riff_read_element_data), (gst_riff_read_seek),
21713 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21714 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21717 2004-08-23 Iain <iaingnome@gmail.com>
21719 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21720 tags. They appear to be handled differently to normal.
21721 (tag_list_to_id3_tag_foreach): Ditto.
21723 2004-08-22 Wim Taymans <wim@fluendo.com>
21725 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21726 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21727 Make sure we never send -1 granulepos.
21729 2004-08-20 Wim Taymans <wim@fluendo.com>
21731 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21732 (gst_ogg_mux_loop):
21733 I will accept bitchslappings with non sharp objects.
21735 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21738 Clean up the test for lame presets
21740 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21743 * ext/lame/Makefile.am:
21744 * ext/lame/gstlame.c: (gst_lame_class_init),
21745 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21746 Only enable lame presets if version of lame has presets in API
21748 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21749 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21750 * gst/udp/gstudpsrc.h:
21751 Don't call gst_pad_push in a get function. Fixes #150449
21753 2004-08-18 Wim Taymans <wim@fluendo.com>
21755 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21756 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21757 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21758 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21759 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21761 * gst/tcp/gstfdset.h:
21762 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21763 (gst_multifdsink_client_queue_buffer),
21764 (gst_multifdsink_handle_client_write):
21765 * gst/tcp/gstmultifdsink.h:
21766 Some extra checks in gstfdset.
21767 Only use send() when the fd is a socket. Don't try to
21768 read from write only fds.
21770 2004-08-18 Wim Taymans <wim@fluendo.com>
21772 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21773 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21774 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21775 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21777 Add more locking and bounds checking.
21779 2004-08-18 Wim Taymans <wim@fluendo.com>
21781 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21782 Realloc test fdset in the lock and right before starting
21783 the poll call. Bump the limit to 4096.
21785 2004-08-17 David Schleef <ds@schleef.org>
21787 * sys/sunaudio/Makefile.am:
21788 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21789 of rates and channels. Make debugging less obnoxious.
21791 Patch from Balamurali Viswanathan implementing a mixer for
21792 Sun audio. (bug #144091):
21793 * sys/sunaudio/gstsunelement.c:
21794 * sys/sunaudio/gstsunelement.h:
21795 * sys/sunaudio/gstsunmixer.c:
21796 * sys/sunaudio/gstsunmixer.h:
21798 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21800 * gst/audioscale/gstaudioscale.c:
21801 * gst/audioscale/gstaudioscale.h:
21802 made audioscale resample from any sample rate to any sample rate
21804 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21806 * ext/libpng/gstpngdec.c:
21807 error out on unsupported types
21809 2004-08-17 Iain <iaingnome@gmail.com>
21811 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21812 mid_side and loose_mid_side properties if its a stereo stream.
21814 2004-08-17 Wim Taymans <wim@fluendo.com>
21816 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21817 (theora_get_formats), (theora_dec_src_convert),
21818 (theora_dec_sink_convert), (theora_dec_src_query),
21819 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21822 2004-08-17 Wim Taymans <wim@fluendo.com>
21824 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21825 (gst_ogg_pad_push):
21826 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21827 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21828 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21829 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21830 Mark delta units in the muxer.
21831 Try to decode the packet after an out-of-sync error from
21834 2004-08-17 Wim Taymans <wim@fluendo.com>
21836 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21837 (gst_multifdsink_init), (gst_multifdsink_add),
21838 (gst_multifdsink_client_queue_buffer),
21839 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21840 * gst/tcp/gstmultifdsink.h:
21841 Added option to send a keyframe to clients as the first buffer.
21842 Make timeout property writable.
21844 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21846 patch by: Wim Taymans
21848 * gst/tcp/gstfdset.c:
21849 * gst/tcp/gstmultifdsink.c:
21850 fix index comparison, should include 0
21852 2004-08-16 Wim Taymans <wim@fluendo.com>
21854 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21855 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21856 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21857 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21859 copy when reallocing for poll so the select arguments don't get
21860 changed during the call
21862 2004-08-16 Wim Taymans <wim@fluendo.com>
21864 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21865 (gst_theora_enc_class_init), (theora_enc_sink_link),
21866 (theora_buffer_from_packet), (theora_enc_chain):
21867 Fix bug where buffers were not marked as keyframes
21870 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21872 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21873 (gst_lame_preset_get_type), (gst_lame_class_init):
21874 describe the enum values for vbr mode and presets more verbosely
21876 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21878 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21879 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21880 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21881 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21882 * ext/lame/gstlame.h:
21883 add preset property to lame so it can use lame presets
21885 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21887 * ext/lame/gstlame.c: (gst_lame_get_property):
21888 whoops forgot break, thanks teuf
21890 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21892 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21893 (gst_lame_class_init), (gst_lame_src_getcaps),
21894 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21895 (gst_lame_get_property), (gst_lame_setup):
21896 * ext/lame/gstlame.h:
21897 fix lame's broken vbr stuff, allow it to resample if need be, and also
21898 make xing header optional
21900 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21902 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21903 added getcaps function so samplerate doesnt get fixated to silly values
21905 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21907 * ext/lame/gstlame.c: (gst_lame_src_link):
21908 revert previous fix
21910 2004-08-12 Johan Dahlin <johan@gnome.org>
21912 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21913 checks. Doesn't matter what state we are in. Interfaces are a
21914 compile time thing, not runtime. It also broke the python bindings.
21916 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21918 * ext/lame/gstlame.c: (gst_lame_src_link):
21919 made source pad link function check if sinkpad is ok..fixes the problem
21920 where core fixates the output rate of lame stupidly
21922 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21924 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21925 * sys/v4l/v4l_calls.c:
21926 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21927 fix fixate function to handle nonsimple caps.
21928 remove bogus check in _link
21931 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21933 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21934 set default compression ratio parameter to 0.0 so bitrate parameter
21937 2004-08-11 David Schleef <ds@schleef.org>
21939 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21941 2004-08-11 David Schleef <ds@schleef.org>
21943 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21946 2004-08-11 David Schleef <ds@schleef.org>
21948 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21950 2004-08-11 David Schleef <ds@schleef.org>
21952 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21954 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21955 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21957 * gst/auparse/gstauparse.c: Fix plugin license field.
21958 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21959 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21960 * gst/rtp/gstrtp.c: Fix plugin license field.
21962 2004-08-11 Wim Taymans <wim@fluendo.com>
21964 * gst/tcp/Makefile.am:
21965 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21966 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21967 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21968 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21969 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21970 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21971 (gst_fdset_fd_can_write), (gst_fdset_wait):
21972 * gst/tcp/gstfdset.h:
21973 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21974 (gst_multifdsink_class_init), (gst_multifdsink_init),
21975 (gst_multifdsink_add), (gst_multifdsink_remove),
21976 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21977 (gst_multifdsink_remove_client_link),
21978 (gst_multifdsink_handle_client_read),
21979 (gst_multifdsink_client_queue_data),
21980 (gst_multifdsink_client_queue_caps),
21981 (gst_multifdsink_client_queue_buffer),
21982 (gst_multifdsink_handle_client_write),
21983 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21984 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21985 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21986 (gst_multifdsink_close):
21987 * gst/tcp/gstmultifdsink.h:
21988 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21989 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21990 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21991 (gst_tcpserversink_close):
21992 * gst/tcp/gsttcpserversink.h:
21993 Abstracted away the select call, implemented poll (yes we ran into
21994 the 1024 limit in production).
21996 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21998 * gst/tcp/gsttcp.c:
21999 * gst/tcp/gsttcpplugin.c:
22000 improve debuggging, remove assert
22002 2004-08-10 Wim Taymans <wim@fluendo.com>
22004 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22005 (gst_client_status_get_type), (gst_multifdsink_class_init),
22006 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22007 (gst_multifdsink_handle_client_read),
22008 (gst_multifdsink_handle_client_write),
22009 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22010 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22011 (gst_multifdsink_get_property):
22012 * gst/tcp/gstmultifdsink.h:
22013 * gst/tcp/gsttcp-marshal.list:
22014 Starting to prepare for specifying buffer time in other units
22015 than buffers. Expose remove reason in signal.
22017 2004-08-10 Wim Taymans <wim@fluendo.com>
22019 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22020 (gst_multifdsink_remove), (gst_multifdsink_clear),
22021 (gst_multifdsink_remove_client_link),
22022 (gst_multifdsink_handle_client_read),
22023 (gst_multifdsink_client_queue_data),
22024 (gst_multifdsink_client_queue_buffer),
22025 (gst_multifdsink_handle_client_write),
22026 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22027 (gst_multifdsink_chain), (gst_multifdsink_close):
22028 * gst/tcp/gstmultifdsink.h:
22029 Added more debugging info. Changed the way clients are
22030 removed from the lists. Fixed a bug where a bad file descriptor
22031 could cause many clients to be removed.
22033 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22035 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22036 allow all pixel-aspect-ratios, not just 1:1
22038 2004-08-09 David Schleef <ds@schleef.org>
22040 * sys/glsink/ARB_multitexture.h: Remove old files.
22041 * sys/glsink/EXT_paletted_texture.h:
22042 * sys/glsink/NV_register_combiners.h:
22043 * sys/glsink/gstgl_nvimage.c:
22044 * sys/glsink/gstgl_pdrimage.c:
22045 * sys/glsink/gstgl_rgbimage.c:
22046 * sys/glsink/gstglsink.c:
22047 * sys/glsink/gstglsink.h:
22048 * sys/glsink/gstglxwindow.c:
22049 * sys/glsink/regcomb_yuvrgb.c:
22051 2004-08-09 David Schleef <ds@schleef.org>
22053 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22054 GL sink plugin. (Bug #147302)
22056 * configure.ac: Test for OpenGL
22057 * sys/Makefile.am: Use test for OpenGL
22058 * sys/glsink/Makefile.am:
22059 * sys/glsink/glimagesink.c: rewrite
22060 * sys/glsink/glimagesink.h: rewrite
22062 2004-08-09 David Schleef <ds@schleef.org>
22064 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22066 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22067 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22068 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22070 2004-08-09 Wim Taymans <wim@fluendo.com>
22072 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22073 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22074 (gst_multifdsink_client_remove),
22075 (gst_multifdsink_handle_client_read),
22076 (gst_multifdsink_handle_client_write),
22077 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22078 Do a bit more logging, make the client_read code more robust.
22080 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22082 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22083 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22084 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22085 (gst_jpegdec_init), (gst_jpegdec_chain):
22086 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22087 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22088 cleanups, debugging fixes and memleak plugging
22090 2004-08-09 Wim Taymans <wim@fluendo.com>
22092 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22093 (theora_get_formats), (theora_dec_src_convert),
22094 (theora_dec_sink_convert), (theora_dec_src_query),
22095 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22096 (theora_dec_change_state):
22097 Don't crash on missing header packets.
22099 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22103 Added Albanian translation (Laurent Dhima)
22107 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22109 * ext/lame/gstlame.c:
22112 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22114 * sys/ximage/ximagesink.c:
22115 * sys/xvimage/xvimagesink.c:
22116 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22118 2004-08-06 Wim Taymans <wim@fluendo.com>
22120 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22121 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22122 (gst_multifdsink_client_remove),
22123 (gst_multifdsink_handle_client_read),
22124 (gst_multifdsink_handle_client_write),
22125 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22126 Make sure we don't try to read more from a client that what
22127 ioctl says us or we deadlock.
22129 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22131 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22132 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22133 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22134 decouple running_time and n_frames so it can handle changing
22135 framerate while running
22137 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22141 updated translations
22143 2004-08-04 Benjamin Otte <otte@gnome.org>
22145 * gst/videotestsrc/gstvideotestsrc.c:
22146 (gst_videotestsrc_get_capslist), (generate_capslist),
22148 generate the list of supported caps at startup and reuse it instead
22149 of always generating it
22151 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22153 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22154 whoops, last checkin broke normal build
22156 2004-08-03 Benjamin Otte <otte@gnome.org>
22158 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22159 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22160 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22161 (gst_alsa_mixer_get_option):
22162 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22163 (dvdnavsrc_print_event):
22164 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22165 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22166 (gst_ogg_mux_pad_unlink):
22167 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22168 (gst_multipart_mux_pad_unlink):
22169 * gst/videofilter/gstvideobalance.c:
22170 (gst_videobalance_colorbalance_set_value):
22171 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22172 (gst_videomixer_pad_unlink):
22174 * sys/oss/gstossmixer.c:
22175 * sys/v4l/gstv4lcolorbalance.c:
22176 * sys/v4l/gstv4ltuner.c:
22177 * sys/v4l/v4lsrc_calls.c:
22178 * sys/v4l2/gstv4l2colorbalance.c:
22179 * sys/v4l2/gstv4l2tuner.c:
22180 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22182 2004-08-03 Benjamin Otte <otte@gnome.org>
22184 * examples/dynparams/filter.c: (ui_control_create):
22185 * examples/gstplay/player.c: (print_tag):
22186 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22187 * ext/gdk_pixbuf/gstgdkanimation.c:
22188 (gst_gdk_animation_iter_may_advance):
22189 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22190 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22191 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22192 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22193 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22194 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22195 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22196 * gst/sine/demo-dparams.c: (main):
22197 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22198 * testsuite/alsa/formats.c: (create_pipeline):
22199 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22200 fixes for G_DISABLE_ASSERT and friends
22201 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22202 (mp3_type_frame_length_from_header), (mp3_type_find),
22204 require mp3 typefinding to have at least MIN_HEADERS valid headers
22205 add typefinding for AAC adts files
22207 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22209 * sys/ximage/ximagesink.c:
22210 (gst_ximagesink_calculate_pixel_aspect_ratio):
22211 * sys/xvimage/xvimagesink.c:
22212 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22213 Make sure we calculate pixel-aspect-ratio using floating point maths
22215 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22218 updated translation
22220 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22222 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22223 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22224 add debugging for display PAR calculation
22226 2004-08-02 David Schleef <ds@schleef.org>
22228 * configure.ac: Fix mikmod CFLAGS.
22230 2004-07-27 Benjamin Otte <otte@gnome.org>
22232 * gst/audioscale/gstaudioscale.c:
22233 - fix templates to only support S16, it's the only format that works
22234 - make caps nego code use try_set_caps_nonfixed and fixation instead
22235 of try_set_caps twice, which is not nice for autopluggers
22236 - change rank to secondary, so autopluggers can pick it up after
22239 2004-08-02 Iain <iain@prettypeople.org>
22241 * gst/interleave/interleave.c (interleave_init),
22242 (interleave_request_new_pad),
22243 (interleave_pad_removed),
22244 (interleave_buffered_loop): Use the real pad count, not the artificial
22247 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22249 * configure.ac: bump nano back to development
22251 === release 0.8.3 ===
22253 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22255 * configure.ac: releasing 0.8.3, "Water"
22257 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22259 * sys/xvimage/xvimagesink.c:
22260 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22261 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22262 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22263 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22264 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22265 * sys/xvimage/xvimagesink.h:
22266 apply similar PAR fixes as to ximagesink
22268 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22270 patch from: Benjamin Otte
22272 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22273 add link function to lame. Fixes #148986.
22275 2004-08-02 Johan Dahlin <johan@gnome.org>
22277 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22280 2004-07-30 David Schleef <ds@schleef.org>
22282 * gst/videomixer/Makefile.am: Fix things that should have been
22283 fixed in the last checkin.
22285 2004-07-30 David Schleef <ds@schleef.org>
22287 * gst/multipart/Makefile.am: Fix things that should have been
22288 fixed in the last checkin.
22290 2004-07-30 David Schleef <ds@schleef.org>
22292 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22294 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22297 bump nano for prerelease
22309 2004-07-30 Wim Taymans <wim@fluendo.com>
22311 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22312 (gst_multifdsink_add), (gst_multifdsink_remove),
22313 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22314 (gst_multifdsink_client_remove),
22315 (gst_multifdsink_handle_client_write),
22316 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22317 * gst/tcp/gstmultifdsink.h:
22318 Recover from a select with a bad file descriptor by removing
22321 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22324 fix requirement of core
22325 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22326 (gst_play_pipeline_setup):
22327 don't use colorspace element. do use hermescolorspace element.
22328 make macro to get a colorspace element.
22329 mark strings for translation.
22341 update translations
22343 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22345 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22346 fix default for newmedia flag
22348 2004-07-30 Wim Taymans <wim@fluendo.com>
22350 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22351 (gst_theora_dec_init), (theora_get_formats),
22352 (theora_dec_src_convert), (theora_dec_sink_convert),
22353 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22354 (theora_dec_chain), (theora_dec_set_property),
22355 (theora_dec_get_property):
22356 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22357 (gst_theora_enc_class_init), (gst_theora_enc_init),
22358 (theora_enc_sink_link), (theora_enc_chain),
22359 (theora_enc_set_property), (theora_enc_get_property):
22360 Added cropping option to theora decoder.
22361 Added border option to theora encoder.
22363 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22365 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22366 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22367 (gst_pngenc_set_property):
22368 * ext/libpng/gstpngenc.h:
22369 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
22371 2004-07-30 Wim Taymans <wim@fluendo.com>
22373 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22374 (theora_enc_sink_link), (theora_enc_chain),
22375 (theora_enc_set_property), (theora_enc_get_property):
22376 Fix encoding of non-multiple-of-16 video.
22378 2004-07-29 David Schleef <ds@schleef.org>
22380 * configure.ac: make test for audiofile more strict
22382 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22384 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22385 give different names to typefind functions
22387 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22389 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22390 (gst_ximagesink_calculate_pixel_aspect_ratio),
22391 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22392 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22393 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22394 (gst_ximagesink_get_property), (gst_ximagesink_init):
22395 * sys/ximage/ximagesink.h:
22396 allocate PAR's dynamically.
22397 use autodetected PAR if no object-set PAR is given.
22398 add workaround for directfb's X not setting physical size.
22399 fix to xvimagesink will follow tomorrow.
22401 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22403 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22404 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22405 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22406 (gst_shout2send_class_init), (gst_shout2send_init),
22407 (set_shout_metadata), (gst_shout2send_set_metadata),
22408 (gst_shout2send_chain), (gst_shout2send_set_property),
22409 (gst_shout2send_get_property), (gst_shout2send_connect),
22410 (gst_shout2send_change_state):
22411 * ext/shout2/gstshout2.h:
22412 - fix for sending mp3 audio to icecast2 server, if pad link function not
22413 called before PAUSED state
22414 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22415 - added tagging support for mp3 audio broadcasted
22416 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22419 2004-07-28 Wim Taymans <wim@fluendo.com>
22421 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22422 (gst_ogg_demux_push):
22423 Return query failure when we don't know the length of
22424 an ogg stream insteda of returning TRUE with a bogus value.
22426 2004-07-28 Wim Taymans <wim@fluendo.com>
22428 * ext/theora/theoradec.c: (theora_get_formats),
22429 (theora_dec_src_convert), (theora_dec_sink_convert),
22430 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22431 (theora_dec_chain):
22432 Don't screw up the 1 Chroma for 1 luma sample situation when we
22433 have an odd offset/width by adding a black border in those cases.
22435 2004-07-28 Wim Taymans <wim@fluendo.com>
22437 * ext/theora/theoradec.c: (theora_get_formats),
22438 (theora_dec_src_convert), (theora_dec_sink_convert),
22439 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22440 (theora_dec_chain):
22441 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22442 Added first attempt at cropping of the image as required by the
22443 theora spec. We need more properties in the caps (offset_x,
22444 offset_y,stride) to implement this correctly.
22446 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22448 * ext/dvdnav/README:
22449 Update the README to use dvddemux
22450 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22451 Ensure getcaps returns a subset of the template caps
22452 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22453 (gst_mpeg2subt_init):
22454 Ensure getcaps returns a subset of the template caps
22455 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22456 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22457 (gst_dvd_demux_get_subpicture_stream),
22458 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22459 * gst/mpegstream/gstdvddemux.h:
22460 Set the explicit caps on the current_video pad before pushing
22462 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22463 (gst_mpeg_demux_get_audio_stream):
22464 Free caps used to gst_pad_set_explicit_caps, which takes a const
22467 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22469 * configure.ac: update GStreamer requirement to 0.8.4 because of
22472 2004-07-28 Wim Taymans <wim@fluendo.com>
22474 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22475 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22476 Add the pad to the element after setting up the caps. This
22477 makes it a lot easier to autoplug.
22479 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22481 * gst/median/gstmedian.c:
22482 * gst/mpeg2subt/gstmpeg2subt.c:
22483 * gst/mpegaudioparse/gstmpegaudioparse.c:
22484 * gst/mpegstream/gstdvddemux.c:
22485 * gst/mpegstream/gstmpegdemux.c:
22486 * gst/mpegstream/gstmpegpacketize.c:
22487 * gst/rtjpeg/gstrtjpeg.c:
22488 * gst/rtjpeg/gstrtjpegdec.c:
22489 * gst/rtjpeg/gstrtjpegenc.c:
22490 * gst/sine/gstsinesrc.c:
22491 * gst/smooth/gstsmooth.c:
22492 * gst/smpte/gstsmpte.c:
22493 * gst/smpte/gstsmpte.h:
22494 * gst/stereo/gststereo.c:
22495 * gst/videofilter/gstgamma.c:
22496 * gst/videofilter/gstvideobalance.c:
22497 * gst/videofilter/gstvideofilter.c:
22498 * gst/videofilter/gstvideoflip.c:
22499 * gst/videoscale/gstvideoscale.c:
22500 * gst/videoscale/videoscale.c:
22501 * gst/videotestsrc/gstvideotestsrc.c:
22502 * gst/videotestsrc/videotestsrc.c:
22503 * gst/wavenc/gstwavenc.c:
22504 * gst/wavparse/gstwavparse.c:
22505 fix local includes and 64 bits constants
22507 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22510 * gst-libs/gst/*/*.vcproj:
22512 more working plugins
22514 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22516 * testsuite/alsa/Makefile.am:
22517 * testsuite/alsa/srcstate.c:
22518 add test for alsasrc changing state
22520 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22522 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22524 * gst/silence/gstsilence.h:
22525 fix silence generation for 16bit raw audio
22527 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22529 * gst/matroska/matroska-demux.c:
22530 (gst_matroska_demux_parse_metadata),
22531 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22532 * gst/mpegaudio/common.c:
22533 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22534 (gst_videoscale_getcaps), (gst_videoscale_link),
22535 (gst_videoscale_src_fixate), (gst_videoscale_init),
22536 (gst_videoscale_finalize):
22537 * gst/videoscale/gstvideoscale.h:
22538 * gst/videotestsrc/gstvideotestsrc.c:
22539 (gst_videotestsrc_get_capslist):
22540 * gst/wavenc/gstwavenc.c:
22541 * sys/oss/gstossmixer.c: (fill_labels):
22542 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22543 (gst_ximagesink_handle_xevents),
22544 (gst_ximagesink_calculate_pixel_aspect_ratio),
22545 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22546 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22547 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22548 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22549 (gst_ximagesink_init), (gst_ximagesink_class_init):
22550 * sys/ximage/ximagesink.h:
22551 * sys/xvimage/xvimagesink.c:
22552 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22553 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22554 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22555 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22556 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22557 * sys/xvimage/xvimagesink.h:
22558 first batch of pixel aspect ratio commits.
22560 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22562 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22563 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22564 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22565 handle stride, needs work if we want to move stride handling
22566 upstream, but works correctly for our purposes.
22568 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22570 * gst/videoscale/README:
22571 add testing examples
22572 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22573 (gst_videoscale_chain):
22574 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22575 (gst_videoscale_get_size):
22576 add get_size function that handles stride like videotestsrc.
22577 fixes conversion for YUV formats for as much as I can test them.
22579 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22581 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22582 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22583 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22584 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22585 (gst_xvimagesink_xvimage_put):
22586 further cleanups, logging, error handling and synchronizing
22588 2004-07-27 Wim Taymans <wim@fluendo.com>
22590 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22591 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22592 (gst_videomixer_pad_set_property),
22593 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22594 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22595 (gst_videomixer_class_init), (gst_videomixer_init),
22596 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22597 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22598 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22599 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22600 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22601 (gst_videomixer_loop), (plugin_init):
22602 Be a nicer negotiation citizen and provide a getcaps function on
22603 the srcpad. This also fixes a crash when resizing.
22605 2004-07-27 Julien MOUTTE <julien@moutte.net>
22607 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22608 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22610 2004-07-27 Wim Taymans <wim@fluendo.com>
22612 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22613 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22614 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22615 (gst_pngenc_set_property):
22616 * ext/libpng/gstpngenc.h:
22617 Added snapshot property to pngenc.
22618 removed g_print from pngdec
22620 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22622 * gst/ac3parse/ac3parse.vcproj
22623 * gst/adder/adder.vcproj
22624 * gst/alpha/alpha.vcproj
22625 * gst/alpha/alphacolor.vcproj
22626 * gst/asfdemux/asf.vcproj
22627 * gst/audioconvert/audioconvert.vcproj
22628 * gst/audiorate/audiorate.vcproj
22629 * gst/audioscale/audioscale.vcproj
22630 * gst/auparse/auparse.vcproj
22631 * gst/avi/avi.vcproj
22632 * gst/cdxaparse/cdxaparse.vcproj
22633 * gst/chart/chart.vcproj
22634 * gst/colorspace/colorspace.vcproj
22635 * gst/cutter/cutter.vcproj
22636 * gst/debug/debug.vcproj
22637 * gst/debug/efence.vcproj
22638 * gst/debug/navigationtest.vcproj
22639 * gst/deinterlace/deinterlace.vcproj
22640 * gst/effectv/effectv.vcproj
22641 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22642 * gst/filter/filter.vcproj
22643 * gst/flx/flxdec.vcproj
22644 * gst/goom/goom.vcproj
22645 * gst/interleave/interleave.vcproj
22646 * gst/law/alaw.vcproj
22647 * gst/law/mulaw.vcproj
22648 * gst/matroska/matroska.vcproj
22649 * gst/median/median.vcproj
22650 * gst/mixmatrix/mixmatrix.vcproj
22651 * gst/mpeg1sys/mpeg1systemencode.vcproj
22652 * gst/mpeg1videoparse/mp1videoparse.vcproj
22653 * gst/mpeg2sub/mpeg2subt.vcproj
22654 * gst/mpegaudio/mpegaudio.vcproj
22655 * gst/mpegaudioparse/mpegaudioparse.vcproj
22656 * gst/mpegstream/mpegstream.vcproj
22657 * gst/multifilesink/multifilesink.vcproj
22658 * gst/multipart/multipart.vcproj
22659 * gst/oneton/oneton.vcproj
22660 * gst/overlay/overlay.vcproj
22661 * gst/passthrough/passthrough.vcproj
22662 * gst/qtdemux/qtdemux.vcproj
22663 * gst/realmedia/rmdemux.vcproj
22664 * gst/rtjpeg/rtjpeg.vcproj
22665 * gst/rtp/rtp.vcproj
22666 * gst/silence/silence.vcproj
22667 * gst/sine/sinesrc.vcproj
22668 * gst/smooth/smooth.vcproj
22669 * gst/smpte/smpte.vcproj
22670 * gst/spectrum/spectrum.vcproj
22671 * gst/speed/speed.vcproj
22672 * gst/stereo/stereo.vcproj
22673 * gst/switch/switch.vcproj
22674 * gst/tags/tagedit.vcproj
22675 * gst/tcp/tcp.vcproj
22676 * gst/typefind/typefindfunctions.vcproj
22677 * gst/udp/udp.vcproj
22678 * gst/videobox/videobox.vcproj
22679 * gst/videocrop/videocrop.vcproj
22680 * gst/videodrop/videodrop.vcproj
22681 * gst/videofilter/gamma.vcproj
22682 * gst/videofilter/videobalance.vcproj
22683 * gst/videofilter/videofilter.vcproj
22684 * gst/videofilter/videoflip.vcproj
22685 * gst/videoflip/videoflip.vcproj
22686 * gst/videomixer/videomixer.vcproj
22687 * gst/videorate/videorate.vcproj
22688 * gst/videoscale/videoscale.vcproj
22689 * gst/videotestsrc/videotestsrc.vcproj
22690 * gst/virtualdub/virtualdub.vcproj
22691 * gst/volenv/volenv.vcproj
22692 * gst/volume/volume.vcproj
22693 * gst/wavenc/wavenc.vcproj
22694 * gst/wavparse/wavparse.vcproj
22695 * gst/y4m/y4menc.vcproj
22696 * gst-libs/gst/audio/audio.vcproj
22697 * gst-libs/gst/audio/audiofilter.vcproj
22698 * gst-libs/gst/colorbalance/colorbalance.vcproj
22699 * gst-libs/gst/idct/idtc.vcproj
22700 * gst-libs/gst/media-info/media-info.vcproj
22701 * gst-libs/gst/mixer/mixer.vcproj
22702 * gst-libs/gst/navigation/navigation.vcproj
22703 * gst-libs/gst/play/play.vcproj
22704 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22705 * gst-libs/gst/resample/resample.vcproj
22706 * gst-libs/gst/riff/riff.vcproj
22707 * gst-libs/gst/tuner/tuner.vcproj
22708 * gst-libs/gst/video/video.vcproj
22709 * gst-libs/gst/xoverlay/xoverlay.vcproj
22710 avoid problems with math.h, fix release dependancy
22711 rename GStreamer-0.8.lib to libgstreamer.lib
22713 2004-07-27 Julien MOUTTE <julien@moutte.net>
22715 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22716 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22717 the atom is not available we have to unlock the mutex. Fixes #148023
22719 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22721 * gst-libs/gst/media-info/media-info.h:
22722 issue for a vararg macro with MSVC
22724 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22726 * gst/effectv/effectv.vcproj
22727 * gst-libs/gst/idct/idct.vcproj:
22728 * gst-libs/gst/media-info/media-info.vcproj:
22729 * gst-libs/gst/navigation/navigation.vcproj:
22730 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22731 * gst-libs/gst/video/video.vcproj:
22732 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22733 fixes for build problems
22735 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22737 * gst-libs/gst/audio/audio.def:
22738 * gst-libs/gst/audio/riff.def:
22739 add some definitions needed by plugins
22741 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22743 * gst/asfdemux/gstasfmux.c
22744 Fix some 64 bits constants to be glib friendly
22746 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22748 * gst/ac3parse/gstac3parse.c
22749 * gst/audioscale/gstaudioscale.c
22750 * gst/auparse/gstauparse.c
22751 * gst/colorspace/gstcolorspace.c
22752 * gst/colorspace/yuv2rgb.h
22753 local include fixes
22755 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22758 add more plugins to the build
22760 2004-07-26 Julien MOUTTE <julien@moutte.net>
22762 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22763 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22765 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22767 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22768 (gst_level_set_property), (gst_level_get_property),
22769 (gst_level_base_init), (gst_level_class_init):
22770 add debugging categories. cleanups.
22772 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22774 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22775 (gst_videoscale_planar411), (gst_videoscale_planar400),
22776 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22777 (gst_videoscale_scale_nearest_str1),
22778 (gst_videoscale_scale_nearest_str2),
22779 (gst_videoscale_scale_nearest_str4),
22780 (gst_videoscale_scale_nearest_16bit),
22781 (gst_videoscale_scale_nearest_24bit):
22782 fixed stride issues
22783 tested with 320x240 -> 321, 322, 324 x240
22784 tested with YV12, I420, YUY2, UYVY
22785 fixed packed422rev (don't think it could have worked before)
22786 by testing with UYVY
22788 2004-07-26 Benjamin Otte <otte@gnome.org>
22790 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22791 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22793 add debugging category, add error checks like checking return values
22794 of setup calls, make sure it still works after
22795 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22797 2004-07-26 Wim Taymans <wim@fluendo.com>
22799 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22800 (gst_mpeg_demux_get_audio_stream),
22801 (gst_mpeg_demux_process_private):
22802 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22803 Check for error codes from the negotiation functions. Make sure
22804 we really set the pad caps when a new pad is created.
22806 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22808 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22809 (gst_ffmpeg_caps_to_pix_fmt):
22810 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22811 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22812 (gst_ffmpegcolorspace_pad_link):
22813 don't make function do two things at the same time without reason.
22815 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22817 * gst/ac3parse/ac3parse.vcproj
22818 * gst/adder/adder.vcproj
22819 * gst/alpha/alpha.vcproj
22820 * gst/alpha/alphacolor.vcproj
22821 * gst/asfdemux/asf.vcproj
22822 * gst/audioconvert/audioconvert.vcproj
22823 * gst/audiorate/audiorate.vcproj
22824 * gst/audioscale/audioscale.vcproj
22825 * gst/auparse/auparse.vcproj
22826 * gst/avi/avi.vcproj
22827 * gst/cdxaparse/cdxaparse.vcproj
22828 * gst/chart/chart.vcproj
22829 * gst/colorspace/colorspace.vcproj
22830 * gst/cutter/cutter.vcproj
22831 * gst/debug/debug.vcproj
22832 * gst/debug/efence.vcproj
22833 * gst/debug/navigationtest.vcproj
22834 * gst/deinterlace/deinterlace.vcproj
22835 * gst/effectv/effectv.vcproj
22836 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22837 * gst/filter/filter.vcproj
22838 * gst/flx/flxdec.vcproj
22839 * gst/goom/goom.vcproj
22840 * gst/interleave/interleave.vcproj
22841 * gst/law/alaw.vcproj
22842 * gst/law/mulaw.vcproj
22843 * gst/matroska/matroska.vcproj
22844 * gst/median/median.vcproj
22845 * gst/mixmatrix/mixmatrix.vcproj
22846 * gst/mpeg1sys/mpeg1systemencode.vcproj
22847 * gst/mpeg1videoparse/mp1videoparse.vcproj
22848 * gst/mpeg2sub/mpeg2subt.vcproj
22849 * gst/mpegaudio/mpegaudio.vcproj
22850 * gst/mpegaudioparse/mpegaudioparse.vcproj
22851 * gst/mpegstream/mpegstream.vcproj
22852 * gst/multifilesink/multifilesink.vcproj
22853 * gst/multipart/multipart.vcproj
22854 * gst/oneton/oneton.vcproj
22855 * gst/overlay/overlay.vcproj
22856 * gst/passthrough/passthrough.vcproj
22857 * gst/qtdemux/qtdemux.vcproj
22858 * gst/realmedia/rmdemux.vcproj
22859 * gst/rtjpeg/rtjpeg.vcproj
22860 * gst/rtp/rtp.vcproj
22861 * gst/silence/silence.vcproj
22862 * gst/sine/sinesrc.vcproj
22863 * gst/smooth/smooth.vcproj
22864 * gst/smpte/smpte.vcproj
22865 * gst/spectrum/spectrum.vcproj
22866 * gst/speed/speed.vcproj
22867 * gst/stereo/stereo.vcproj
22868 * gst/switch/switch.vcproj
22869 * gst/tags/tagedit.vcproj
22870 * gst/tcp/tcp.vcproj
22871 * gst/typefind/typefindfunctions.vcproj
22872 * gst/udp/udp.vcproj
22873 * gst/videobox/videobox.vcproj
22874 * gst/videocrop/videocrop.vcproj
22875 * gst/videodrop/videodrop.vcproj
22876 * gst/videofilter/gamma.vcproj
22877 * gst/videofilter/videobalance.vcproj
22878 * gst/videofilter/videofilter.vcproj
22879 * gst/videofilter/videoflip.vcproj
22880 * gst/videoflip/videoflip.vcproj
22881 * gst/videomixer/videomixer.vcproj
22882 * gst/videorate/videorate.vcproj
22883 * gst/videoscale/videoscale.vcproj
22884 * gst/videotestsrc/videotestsrc.vcproj
22885 * gst/virtualdub/virtualdub.vcproj
22886 * gst/volenv/volenv.vcproj
22887 * gst/volume/volume.vcproj
22888 * gst/wavenc/wavenc.vcproj
22889 * gst/wavparse/wavparse.vcproj
22890 * gst/y4m/y4menc.vcproj
22891 more plugins supported under windows
22893 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22895 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22896 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22897 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22898 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22899 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22900 Add debugging statements. Use the sizes as returned by the
22901 *CreateImage calls.
22903 2004-07-26 Johan Dahlin <johan@gnome.org>
22905 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22906 the pad is negotiated.
22908 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22910 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22912 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22913 * gst-libs/gst/idct/idct.vcproj:
22914 * gst-libs/gst/media-info/media-info.vcproj:
22915 * gst-libs/gst/mixer/mixer.vcproj:
22916 * gst-libs/gst/navigation/navigation.vcproj:
22917 * gst-libs/gst/play/play.vcproj:
22918 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22919 * gst-libs/gst/resample/resample.vcproj:
22920 * gst-libs/gst/tuner/tuner.vcproj:
22921 * gst-libs/gst/video/video.vcproj:
22922 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22923 more plugins supported under windows
22925 2004-07-25 Iain <iain@prettypeople.org>
22927 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22928 pad now rather than when the pad is created because state changes wipe
22929 explicit caps (fixes #148043).
22931 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22933 reviewed by Benjamin Otte <otte@gnome.org>
22935 * ext/mad/gstmad.c:
22936 fix mad plugin crashing on Sun (fixes #148289)
22938 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22941 * gst/avi/avi.vcproj:
22942 * gst/matroska/matroska.def:
22943 * gst/matroska/matroska.vcproj:
22944 remove unused .def files
22946 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22948 * gst-libs/gst/audio/gstaudiofilter.c:
22949 Clean the local include
22951 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22954 * gst-libs/gst/audio/audio.def:
22955 * gst-libs/gst/audio/audio.vcproj:
22956 * gst-libs/gst/audio/audiofilter.vcproj:
22957 * gst-libs/gst/audio/riff.def:
22958 * gst-libs/gst/audio/riff.vcproj:
22959 * gst-libs/gst/gst-libs.def:
22960 * gst-libs/gst/gst-libs.vcproj:
22961 * gst/avi/avi.vcproj:
22962 * gst/avi/avi.vcproj:
22963 Copy the files where needed after building, cleaner projects
22965 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22967 * gst/matroska/ebml-write.c:
22968 Fix some 64 bits constants to be glib friendly
22970 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22973 * gst-libs/gst/gst-libs.def:
22974 * gst-libs/gst/gst-libs.vcproj:
22975 * gst/matroska/matroska.def:
22976 * gst/matroska/matroska.vcproj:
22977 Add the preliminary canvas to build plugins on Win32
22979 2004-07-23 Benjamin Otte <otte@gnome.org>
22981 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22982 don't enfore negotiation from source side, it breaks
22983 sinesrc ! audioconvert ! osssink
22985 2004-07-22 David Schleef <ds@schleef.org>
22987 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22988 for ELF files, since they can easily be recognized as audio/mpeg.
22991 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22993 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22994 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22995 (gst_videoscale_scale_nearest_24bit),
22996 (gst_videoscale_scale_nearest_16bit):
22997 fix 16bit and 24bit for stride (24bit might need testing)
22998 don't pretend we do more than one algorithm
23000 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23004 * gst/multifilesink/Makefile.am:
23005 * gst/multifilesink/gstmultifilesink.c:
23006 (gst_multifilesink_get_formats),
23007 (gst_multifilesink_get_query_types), (_do_init),
23008 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23009 (gst_multifilesink_init), (gst_multifilesink_dispose),
23010 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23011 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23012 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23013 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23014 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23015 (gst_multifilesink_uri_get_type),
23016 (gst_multifilesink_uri_get_protocols),
23017 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23018 (gst_multifilesink_uri_handler_init), (plugin_init):
23019 * gst/multifilesink/gstmultifilesink.h:
23020 * testsuite/Makefile.am:
23021 * testsuite/multifilesink/Makefile.am:
23022 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23023 (gst_newmedia_class_init), (gst_newmedia_init),
23024 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23025 (newfile_signal), (test_signal), (main):
23026 multifilesink plugin for creating new files every time a new media
23027 discontinuity event occurs
23029 2004-07-22 Wim Taymans <wim@fluendo.com>
23031 * gst/alpha/Makefile.am:
23032 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23033 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23034 (gst_alpha_color_init), (gst_alpha_color_set_property),
23035 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23036 (transform), (gst_alpha_color_chain),
23037 (gst_alpha_color_change_state), (plugin_init):
23038 Stupid plugin to to RGBA to AYUV conversion because none of
23039 the colorspace plugins can handle that yet.
23041 2004-07-22 Wim Taymans <wim@fluendo.com>
23043 * examples/seeking/seek.c: (update_scale), (main):
23044 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23045 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23046 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23047 (gst_decode_bin_init), (gst_decode_bin_dispose),
23048 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23049 (no_more_pads), (close_link), (type_found),
23050 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23052 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23053 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23054 (gst_play_base_bin_dispose), (queue_overrun),
23055 (gen_preroll_element), (remove_prerolls), (unknown_type),
23056 (no_more_pads), (new_stream), (setup_source),
23057 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23058 (play_base_eos), (gst_play_base_bin_change_state),
23059 (gst_play_base_bin_add_element),
23060 (gst_play_base_bin_remove_element),
23061 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23062 (gst_play_base_bin_unlink_stream),
23063 (gst_play_base_bin_get_streaminfo):
23064 * gst/playback/gstplaybin.c: (gen_video_element),
23065 (gen_audio_element):
23066 * gst/playback/gststreaminfo.h:
23067 More playback updates, attempt to fix things after the state change
23070 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23072 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23073 (gst_videoscale_scale_nearest_16bit):
23076 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23078 * gst/videotestsrc/gstvideotestsrc.c:
23079 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23080 (gst_videotestsrc_init), (gst_videotestsrc_get),
23081 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23082 (gst_videotestsrc_get_property):
23083 * gst/videotestsrc/gstvideotestsrc.h:
23084 * gst/videotestsrc/videotestsrc.c:
23085 * gst/videotestsrc/videotestsrc.h:
23086 cleanup and commenting
23088 2004-07-21 Wim Taymans <wim@fluendo.com>
23090 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23091 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23092 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23093 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23094 (_find_chain_get_unknown_part), (_find_streams_check),
23095 (gst_ogg_demux_push), (gst_ogg_pad_push):
23096 * ext/theora/theoradec.c: (theora_get_formats),
23097 (theora_dec_src_convert), (theora_dec_sink_convert),
23098 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23099 (theora_dec_chain):
23100 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23101 (vorbis_dec_convert), (vorbis_dec_src_query),
23102 (vorbis_dec_src_event), (vorbis_dec_event):
23103 More seeking fixes, oggdemux now supports seeking to time and
23104 uses the downstream element to convert granulepos to time.
23105 Seeking in theora-only ogg files now works.
23107 2004-07-21 Wim Taymans <wim@fluendo.com>
23109 * ext/theora/theoradec.c: (gst_theora_dec_init),
23110 (theora_get_formats), (theora_get_event_masks),
23111 (theora_get_query_types), (theora_dec_src_convert),
23112 (theora_dec_sink_convert), (theora_dec_src_query),
23113 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23114 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23115 (vorbis_get_event_masks), (vorbis_get_query_types),
23116 (gst_vorbis_dec_init), (vorbis_dec_convert),
23117 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23118 Added query/convert/formats functions to vorbis and theora decoders
23119 so that the outside world can use them too. Fixed seeking on an
23120 ogg/theora/vorbis file by disabling the seeking seeking on the
23123 2004-07-21 Julien MOUTTE <julien@moutte.net>
23125 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23126 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23127 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23128 images creation for both elements. We don't create the image on caps
23129 nego or renego, we just destroy the internal one if present if it does
23130 not match the needs. The chain function takes care of creating a new
23132 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23133 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23134 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23135 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23136 the image format information. The buffer pool checks for the context
23137 image format and discard images with different formats.
23138 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23140 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23142 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23143 (gst_ffmpegcolorspace_chain):
23144 no point in doing any chaining if the pad we want to push from
23147 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23149 * gst-libs/gst/riff/riff-media.c:
23150 (gst_riff_create_audio_caps_with_data):
23151 Fix double end-to-native symbol conversion (#148021).
23153 2004-07-20 David Schleef <ds@schleef.org>
23155 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23156 Don't use an Atom that doesn't exist.
23158 2004-07-20 Wim Taymans <wim@fluendo.com>
23160 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23161 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23162 (gst_multifdsink_client_remove),
23163 (gst_multifdsink_handle_client_write),
23164 (gst_multifdsink_queue_buffer):
23165 * gst/tcp/gstmultifdsink.h:
23166 More multifdsink stats. Avoid deadlock by releasing locks
23167 before sending out a signal.
23169 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23173 added Hungarian translation (Laszlo Dvornik)
23175 2004-07-20 Wim Taymans <wim@fluendo.com>
23177 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23178 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23179 (gst_multifdsink_handle_client_write),
23180 (gst_multifdsink_queue_buffer):
23181 * gst/tcp/gsttcp-marshal.list:
23182 Fixed the stupid marshal definition.
23184 2004-07-20 Wim Taymans <wim@fluendo.com>
23186 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23187 (gst_multifdsink_init), (gst_multifdsink_add),
23188 (gst_multifdsink_client_remove),
23189 (gst_multifdsink_handle_client_write),
23190 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23191 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23192 (gst_multifdsink_init_send):
23193 * gst/tcp/gstmultifdsink.h:
23194 Added more stats, added timeout for a client, fixed some typos
23195 and added some comments.
23197 2004-07-20 Wim Taymans <wim@fluendo.com>
23199 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23200 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23201 (gst_multifdsink_client_remove),
23202 (gst_multifdsink_handle_client_write):
23203 * gst/tcp/gstmultifdsink.h:
23204 * gst/tcp/gsttcp-marshal.list:
23205 Added get_stats method that returns a GValueArray of
23208 2004-07-19 Benjamin Otte <otte@gnome.org>
23210 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23211 make sure longname, description and author are valid UTF-8
23213 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23215 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23216 (gst_ximagesink_set_property):
23217 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23218 (gst_xvimagesink_set_property):
23219 make sure SYNCHRONOUS is respected after getting the X context
23221 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23223 * gst/matroska/matroska-demux.c:
23224 (gst_matroska_demux_handle_src_event),
23225 (gst_matroska_demux_parse_blockgroup):
23226 * gst/matroska/matroska-ids.h:
23227 add BlockReference tag and ignore it to clear out log.
23228 ignore NAVIGATION events to clear out log.
23230 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23232 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23233 (gst_matroska_demux_add_stream):
23234 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23235 add debug categories
23237 2004-07-16 Wim Taymans <wim@fluendo.com>
23239 * ext/libpng/Makefile.am:
23240 * ext/libpng/gstpng.c: (plugin_init):
23241 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23242 (gst_pngdec_get_type), (gst_pngdec_base_init),
23243 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23244 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23245 * ext/libpng/gstpngdec.h:
23248 2004-07-16 Julien MOUTTE <julien@moutte.net>
23250 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23251 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23252 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23253 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23254 (gst_ximagesink_buffer_alloc):
23255 * sys/ximage/ximagesink.h:
23256 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23257 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23258 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23259 (gst_xvimagesink_buffer_alloc):
23260 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23261 again. Using internal data pointer of the x(v)image to store image's
23262 data to be coherent with the buffer alloc mechanism. Investigated the
23263 image destruction code to be sure that everything gets freed correctly.
23265 2004-07-16 Wim Taymans <wim@fluendo.com>
23267 * gst-libs/gst/riff/riff-read.c:
23268 (gst_riff_read_strf_vids_with_data),
23269 (gst_riff_read_strf_auds_with_data):
23270 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23271 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23272 Make sure we don't create 0 sized subbuffers in riff-read.
23273 Signal the no more pads signal after reading the avi header.
23275 2004-07-16 Wim Taymans <wim@fluendo.com>
23277 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23278 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23279 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23280 (gst_decode_bin_init), (gst_decode_bin_dispose),
23281 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23282 (no_more_pads), (close_link), (type_found),
23283 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23284 (gst_decode_bin_change_state), (plugin_init):
23285 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23286 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23287 (gst_play_base_bin_dispose), (queue_overrun),
23288 (gen_preroll_element), (remove_prerolls), (unknown_type),
23289 (no_more_pads), (new_stream), (setup_source),
23290 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23291 (play_base_eos), (gst_play_base_bin_change_state),
23292 (gst_play_base_bin_add_element),
23293 (gst_play_base_bin_remove_element),
23294 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23295 (gst_play_base_bin_unlink_stream),
23296 (gst_play_base_bin_get_streaminfo):
23297 * gst/playback/gstplaybasebin.h:
23298 Better error recovery. Added configurable preroll queue size. Faster
23299 detection of no-more-pads.
23301 2004-07-16 Wim Taymans <wim@fluendo.com>
23303 * gst-libs/gst/video/video.h:
23304 Added 32 bits RGBA. Not sure if we should use another mime-type
23305 for alpha rgb. Currently the presence of the alpha_mask property
23306 signals an alpha channel.
23308 2004-07-16 Wim Taymans <wim@fluendo.com>
23310 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23311 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23312 FPS seems to be 0.0 to MAX everywhere else.
23314 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23316 * gst-libs/gst/riff/riff-media.c:
23317 (gst_riff_create_video_caps_with_data):
23318 mp42/mp43 (no caps) exist too.
23319 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23320 Set pixel_width/height; we've got them in-caps.
23321 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23322 * gst/wavparse/gstwavparse.c: (plugin_init):
23323 Both are valid primary.
23324 * sys/oss/gstossmixer.c:
23325 Remove i18n hack and enable translations.
23327 2004-07-15 Benjamin Otte <otte@gnome.org>
23329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23330 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23331 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23333 2004-07-15 Benjamin Otte <otte@gnome.org>
23335 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23336 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23337 (gst_alsa_close_audio):
23338 disable some of the debugging code for now. Writing debugging to a
23339 buffer is broken in current alsalib releases.
23341 2004-07-12 Benjamin Otte <otte@gnome.org>
23343 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23346 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23348 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23349 (theora_dec_src_query), (theora_dec_event):
23350 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23351 add debugging categories. Remove \n's.
23353 2004-07-13 Johan Dahlin <johan@gnome.org>
23355 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23356 (gst_play_bin_get_property): Impl.
23358 2004-07-13 Wim Taymans <wim@fluendo.com>
23360 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23361 When trying to find the stream length, seek back N pages
23362 instead of just one, where N is the number of streams in
23365 2004-07-13 Wim Taymans <wim@fluendo.com>
23367 * gst-libs/gst/riff/riff-media.c:
23368 (gst_riff_create_audio_caps_with_data),
23369 (gst_riff_create_audio_caps),
23370 (gst_riff_create_audio_template_caps):
23371 * gst-libs/gst/riff/riff-media.h:
23372 * gst-libs/gst/riff/riff-read.c:
23373 (gst_riff_read_strf_vids_with_data),
23374 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23375 * gst-libs/gst/riff/riff-read.h:
23376 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23377 (gst_avi_demux_add_stream):
23378 Set codec_data on caps for avidemuxer.
23380 2004-07-12 David Schleef <ds@schleef.org>
23382 * configure.ac: Fix test for Objective C
23384 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23385 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23386 (gst_gdk_pixbuf_chain):
23387 Add svg and pcx to template caps, and ensure that getcaps returns a
23388 subset of the template caps.
23389 Copy each row manually for output, as gdkpixbuf may pad the
23390 rowstride to a 32-bit word boundary.
23392 2004-07-12 Wim Taymans <wim@fluendo.com>
23394 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23395 (gst_riff_create_video_template_caps):
23396 Fix the template caps to include some more media types.
23398 2004-07-12 Wim Taymans <wim@fluendo.com>
23400 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23401 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23402 (compare_ranks), (print_feature), (gst_decode_bin_init),
23403 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23404 (try_to_link_1), (new_pad), (close_link), (type_found),
23405 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23406 (gst_decode_bin_change_state), (plugin_init):
23407 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23408 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23409 (gst_play_base_bin_dispose), (queue_overrun),
23410 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23411 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23412 (gst_play_base_bin_get_property), (play_base_eos),
23413 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23414 (gst_play_base_bin_remove_element),
23415 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23416 (gst_play_base_bin_unlink_stream),
23417 (gst_play_base_bin_get_streaminfo):
23418 * gst/playback/gstplaybasebin.h:
23419 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23420 (gst_play_bin_class_init), (gst_play_bin_init),
23421 (gst_play_bin_dispose), (gst_play_bin_set_property),
23422 (gst_play_bin_get_property), (gen_video_element),
23423 (gen_audio_element), (remove_sinks), (setup_sinks),
23424 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23425 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23426 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23427 (gst_play_bin_query), (plugin_init):
23428 * gst/playback/test4.c: (main):
23429 More fixes on reusing of the element.
23431 2004-07-11 Benjamin Otte <otte@gnome.org>
23433 * ext/mad/gstmad.c: (normal_seek):
23434 allow seeking for other methods than just SET
23436 2004-07-11 Andy Wingo <wingo@pobox.com>
23438 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23439 float, "any" caps -> buffer_frames=[0,MAX].
23441 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23442 doesn't intersect our caps with the template any more. Do it
23444 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23446 2004-07-09 Wim Taymans <wim@fluendo.com>
23448 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23449 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23450 (compare_ranks), (print_feature), (gst_decode_bin_init),
23451 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23452 (try_to_link_1), (new_pad), (close_link), (type_found),
23453 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23454 (gst_decode_bin_change_state), (plugin_init):
23455 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23456 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23457 (gst_play_base_bin_dispose), (queue_overrun),
23458 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23459 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23460 (gst_play_base_bin_get_property), (play_base_eos),
23461 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23462 (gst_play_base_bin_remove_element),
23463 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23464 (gst_play_base_bin_unlink_stream),
23465 (gst_play_base_bin_get_streaminfo):
23466 * gst/playback/gstplaybasebin.h:
23467 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23468 (gst_play_bin_class_init), (gst_play_bin_init),
23469 (gst_play_bin_dispose), (gst_play_bin_set_property),
23470 (gst_play_bin_get_property), (gen_video_element),
23471 (gen_audio_element), (remove_sinks), (setup_sinks),
23472 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23473 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23474 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23475 (gst_play_bin_query), (plugin_init):
23476 * gst/playback/test4.c: (main):
23477 Work on object reuse and seeking.
23479 2004-07-09 Wim Taymans <wim@fluendo.com>
23481 * examples/seeking/seek.c: (iterate):
23482 Don't consume all CPU in the idle loop.
23484 2004-07-09 Wim Taymans <wim@fluendo.com>
23486 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23487 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23488 Add pad to element *after* setting the pad functions so that
23489 the scheduler can use the correct ones.
23491 2004-07-09 Wim Taymans <wim@fluendo.com>
23493 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23494 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23495 Sync to keyframe after seek
23497 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23499 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23500 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23501 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23502 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23503 * ext/libvisual/visual.c: (gst_visual_change_state):
23504 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23505 * ext/theora/theoradec.c: (theora_dec_change_state):
23506 * ext/theora/theoraenc.c: (theora_enc_change_state):
23507 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23508 * gst-libs/gst/navigation/navigation.c:
23509 * gst/adder/gstadder.c: (gst_adder_change_state):
23510 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23511 (gst_audio_convert_get_buffer):
23512 * gst/multipart/multipartdemux.c:
23513 (gst_multipart_demux_change_state):
23514 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23515 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23516 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23517 * gst/videoscale/gstvideoscale.c:
23518 (gst_videoscale_handle_src_event):
23519 * gst/volume/gstvolume.c: (volume_chain_int16):
23520 don't assert in state change, this should be done by the base
23522 various debugging fixes.
23524 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23527 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23528 (gst_play_dispose), (gst_play_set_location),
23529 (gst_play_set_data_src), (gst_play_set_video_sink),
23530 (gst_play_set_audio_sink), (gst_play_set_visualization),
23531 (gst_play_connect_visualization), (gst_play_get_sink_element),
23532 (gst_play_get_all_by_interface):
23533 * gst-libs/gst/play/play.h:
23534 add new method to get elements implementing an interface.
23535 add various error logging
23537 2004-07-08 Wim Taymans <wim@fluendo.com>
23539 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23540 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23541 (make_playerbin_pipeline), (query_durations_elems),
23542 (query_durations_pads), (query_positions_elems),
23543 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23545 Added playbin seeking example.
23547 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23549 * gst-libs/gst/play/play.c: (gst_play_set_location),
23550 (gst_play_set_data_src), (gst_play_set_video_sink),
23551 (gst_play_set_audio_sink), (gst_play_set_visualization),
23552 (gst_play_connect_visualization), (gst_play_get_framerate):
23553 use a macro to look up elements from hash table
23555 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23557 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23558 (gst_play_get_length_callback), (gst_play_set_location),
23559 (gst_play_seek_to_time), (gst_play_set_data_src),
23560 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23561 (gst_play_set_visualization), (gst_play_connect_visualization),
23562 (gst_play_get_sink_element):
23563 - add debugging info
23564 - fix looking up sink elements by iterating over complete caps
23565 - put everything except for source and autoplugger in a complete bin
23567 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23569 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23570 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23571 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23572 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23573 * ext/alsa/gstalsasink.h:
23574 - add debugging info
23575 - clean up schizophrenia of data/buffer/event
23576 - fix double event unref error
23578 2004-07-08 Wim Taymans <wim@fluendo.com>
23580 * gst/playback/Makefile.am:
23581 Add headers to noinst
23583 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23585 * tools/gst-launch-ext-m.m:
23586 * tools/gst-launch-ext.1.in:
23587 convert to the third millenium
23589 2004-07-07 David Schleef <ds@schleef.org>
23591 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23593 2004-07-07 Wim Taymans <wim@fluendo.com>
23595 * gst/playback/Makefile.am:
23596 * gst/playback/README:
23597 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23598 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23599 (compare_ranks), (print_feature), (gst_decode_bin_init),
23600 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23601 (try_to_link_1), (new_pad), (close_link), (type_found),
23602 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23604 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23605 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23606 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23607 (gen_preroll_element), (no_more_pads), (new_stream),
23608 (setup_source), (gst_play_base_bin_set_property),
23609 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23610 (gst_play_base_bin_add_element),
23611 (gst_play_base_bin_remove_element),
23612 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23613 (gst_play_base_bin_unlink_stream),
23614 (gst_play_base_bin_get_streaminfo):
23615 * gst/playback/gstplaybasebin.h:
23616 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23617 (gst_play_bin_class_init), (gst_play_bin_init),
23618 (gst_play_bin_dispose), (gst_play_bin_set_property),
23619 (gst_play_bin_get_property), (gen_video_element),
23620 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23621 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23622 (gst_play_bin_get_formats), (gst_play_bin_convert),
23623 (gst_play_bin_get_query_types), (gst_play_bin_query),
23625 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23626 (gst_stream_info_get_type), (gst_stream_info_class_init),
23627 (gst_stream_info_init), (gst_stream_info_new),
23628 (gst_stream_info_dispose), (gst_stream_info_set_property),
23629 (gst_stream_info_get_property):
23630 * gst/playback/gststreaminfo.h:
23631 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23633 * gst/playback/test2.c: (main):
23634 * gst/playback/test3.c: (update_scale), (main):
23635 More playbin fixes. Added README. Do better element filtering.
23636 Added base class to preroll media. Added test apps.
23638 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23640 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23641 * ext/mpeg2dec/gstmpeg2dec.h:
23642 various debugging improvements. Reset stream to next picture
23643 instead of sequence header, otherwise seeks cannot work.
23645 2004-07-07 Wim Taymans <wim@fluendo.com>
23647 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23648 (gst_video_box_class_init), (gst_video_box_set_property),
23649 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23650 Use pad_alloc where possible.
23652 2004-07-07 Wim Taymans <wim@fluendo.com>
23654 * sys/oss/gstosselement.c: (gst_osselement_reset),
23655 (gst_osselement_parse_caps):
23656 * sys/oss/gstosselement.h:
23657 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23658 Fix offset on osssrc.
23660 2004-07-07 Wim Taymans <wim@fluendo.com>
23662 * ext/theora/theora.c: (plugin_init):
23663 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23664 (theora_dec_src_query), (theora_dec_chain):
23665 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23666 (theora_enc_sink_link), (theora_buffer_from_packet),
23667 (theora_push_packet), (theora_enc_chain):
23668 Fix theora granulepos calculation.
23669 Fix overflow in duration/position calculation.
23670 Bump rank to PRIMARY for theoradec.
23671 Use granulepos of last packet to calculate position.
23672 Set keyframe flag on buffers when needed.
23674 2004-07-06 David Schleef <ds@schleef.org>
23676 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23677 serious? (Fixed, obviously.)
23679 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23683 added Czech translation (Miloslav Trmac)
23685 2004-07-05 Wim Taymans <wim@fluendo.com>
23687 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23688 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23689 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23690 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23691 (close_link), (type_found), (gst_decode_bin_set_property),
23692 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23693 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23694 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23695 (gst_decode_bin_query), (plugin_init):
23696 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23697 (gst_play_bin_class_init), (gst_play_bin_init),
23698 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23699 (get_video_element), (new_pad), (setup_source),
23700 (gst_play_bin_set_property), (gst_play_bin_get_property),
23701 (gst_play_bin_change_state), (gst_play_bin_add_element),
23702 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23703 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23704 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23705 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23706 * gst/playback/test.c: (main):
23707 More fixes, cleaned up playbin, make it use decodebin. Added
23708 threaded property to playbin.
23710 2004-07-05 Wim Taymans <wim@fluendo.com>
23713 * gst/playback/Makefile.am:
23714 * gst/playback/decodetest.c: (main):
23715 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23716 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23717 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23718 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23719 (close_link), (type_found), (gst_decode_bin_set_property),
23720 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23721 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23722 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23723 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23725 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23726 (gst_play_bin_class_init), (gst_play_bin_init),
23727 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23728 (collect_sink_pads), (find_compatibles), (close_pad_link),
23729 (try_to_link_1), (new_pad), (close_link), (type_found),
23730 (setup_source), (gst_play_bin_set_property),
23731 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23732 (compare_ranks), (gst_play_bin_collect_factories),
23733 (gst_play_bin_change_state), (gst_play_bin_add_element),
23734 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23735 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23736 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23737 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23738 * gst/playback/test.c: (main):
23739 Added some playback helper elements and some test apps, very alpha
23742 2004-07-04 Benjamin Otte <otte@gnome.org>
23744 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23745 only restart audio when we indeed have an xrun to fix repeated
23746 xruns. Fix suggested by Giuliano Pochini.
23748 2004-07-03 David Schleef <ds@schleef.org>
23750 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23751 call to gst_debug_log() if debugging is disabled (bug #145118)
23753 2004-07-03 Benjamin Otte <otte@gnome.org>
23755 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23756 use our own functions for restarting the alsa device.
23757 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23758 I should apply patches myself - use MIN for the third argument, not
23759 the second, this fixes seeking
23761 2004-07-02 David Schleef <ds@schleef.org>
23763 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23764 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23767 2004-07-02 David Schleef <ds@schleef.org>
23769 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23770 output buffers. Fix logic mistake. (bug #144866)
23772 2004-07-02 David Schleef <ds@schleef.org>
23774 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23775 on X. (bug #144753)
23777 2004-07-02 David Schleef <ds@schleef.org>
23779 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23780 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23782 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23783 (gst_osselement_rate_probe_check): Add another workaround for
23784 buggy drivers (bug #145336)
23786 2004-07-02 David Schleef <ds@schleef.org>
23788 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23789 Most systems don't have MSG_NOSIGNAL.
23791 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23794 * gst-libs/gst/colorbalance/Makefile.am:
23795 * gst-libs/gst/mixer/Makefile.am:
23796 * gst-libs/gst/play/Makefile.am:
23797 * gst-libs/gst/tuner/Makefile.am:
23798 (hopefully) fix both install and dist and make error message useful.
23799 needs testing across automakes.
23801 2004-07-02 Benjamin Otte <otte@gnome.org>
23803 * ext/ogg/gstogg.c: (plugin_init):
23804 we require bytestream now
23805 * ext/ogg/gstoggdemux.c:
23806 huge diff to implement chain setup in a fast and generic way. This
23807 improves tag reading and startup of huge files (read: Theora videos)
23808 quite a bit. It probably contains bugs, too, so please test.
23809 Seeking is not improved to the fast method.
23811 2004-06-29 Wim Taymans <wim@fluendo.com>
23813 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23814 * ext/ogg/gstoggmux.c:
23815 Fix memleak in oggdemux when running unconnected pads.
23816 doc update in mux, start working on keyframe mode.
23818 2004-06-29 Benjamin Otte <otte@gnome.org>
23820 * sys/oss/gstosssink.c:
23821 * sys/oss/gstosssrc.c:
23822 advertise correct template caps - we indeed do non-native endianness
23823 and 8bit audio has no endianness
23824 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23825 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23826 avoid (wrong) duplications in getcaps function and return
23829 2004-06-29 Wim Taymans <wim@fluendo.com>
23831 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23832 (gst_multifdsink_class_init), (gst_multifdsink_add),
23833 (gst_multifdsink_remove), (gst_multifdsink_clear),
23834 (gst_multifdsink_client_remove),
23835 (gst_multifdsink_handle_client_read),
23836 (gst_multifdsink_client_queue_data),
23837 (gst_multifdsink_client_queue_caps),
23838 (gst_multifdsink_client_queue_buffer),
23839 (gst_multifdsink_handle_client_write),
23840 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23841 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23842 (gst_multifdsink_init_send), (gst_multifdsink_close):
23843 Fix wrong GList iteration that could crash the server when
23844 more then 2 clients disconnect at the same time. Read all the
23845 pending commands in one batch to recover from command storms under
23848 2004-06-28 Wim Taymans <wim@fluendo.com>
23850 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23851 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23852 (gst_videomixer_pad_set_property),
23853 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23854 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23855 (gst_videomixer_class_init), (gst_videomixer_init),
23856 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23857 (pad_zorder_compare), (gst_videomixer_sort_pads),
23858 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23859 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23860 (gst_videomixer_update_queues), (gst_videomixer_loop),
23862 Avoid divide by zero, choose masterpad as the pad with the highest
23865 2004-06-27 Julien Moutte <julien@moutte.net>
23867 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23868 (gst_ximagesink_xwindow_new):
23869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23870 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23871 function directly. We might want to call it from somewhere else one day.
23873 2004-06-27 Julien Moutte <julien@moutte.net>
23875 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23876 (gst_ximagesink_xwindow_new):
23877 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23878 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23879 window decorations.
23881 2004-06-27 Wim Taymans <wim@fluendo.com>
23883 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23884 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23885 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23886 (gst_dvdec_set_property), (gst_dvdec_get_property):
23887 * ext/dv/gstdvdec.h:
23888 Implement drop_factor property to lower the framerate with
23891 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23893 * gst-libs/gst/colorbalance/Makefile.am:
23894 * gst-libs/gst/mixer/Makefile.am:
23895 * gst-libs/gst/play/Makefile.am:
23896 * gst-libs/gst/tuner/Makefile.am:
23897 unbreak Company's fix that didn't install the -enum.h files
23899 2004-06-27 Wim Taymans <wim@fluendo.com>
23901 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23902 (gst_dvdec_change_state):
23903 * ext/dv/gstdvdec.h:
23904 Fix timestamp, duration and offset of the buffers.
23906 2004-06-27 Wim Taymans <wim@fluendo.com>
23908 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23909 (gst_multifdsink_class_init), (gst_multifdsink_add),
23910 (gst_multifdsink_remove), (gst_multifdsink_clear),
23911 (gst_multifdsink_client_remove),
23912 (gst_multifdsink_handle_client_read),
23913 (gst_multifdsink_client_queue_data),
23914 (gst_multifdsink_client_queue_caps),
23915 (gst_multifdsink_client_queue_buffer),
23916 (gst_multifdsink_handle_client_write),
23917 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23918 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23919 (gst_multifdsink_init_send), (gst_multifdsink_close):
23920 * gst/tcp/gstmultifdsink.h:
23921 * gst/tcp/gsttcpserversink.c:
23922 (gst_tcpserversink_handle_server_read),
23923 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23924 More multifdsink fixes, more recovery policy fixes.
23925 Removed stupid g_print
23927 2004-06-26 Wim Taymans <wim@fluendo.com>
23929 * gst/tcp/Makefile.am:
23930 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23931 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23932 (gst_multifdsink_class_init), (gst_multifdsink_init),
23933 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23934 (gst_multifdsink_handle_client_read),
23935 (gst_multifdsink_client_queue_data),
23936 (gst_multifdsink_client_queue_caps),
23937 (gst_multifdsink_client_queue_buffer),
23938 (gst_multifdsink_handle_client_write),
23939 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23940 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23941 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23942 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23943 (gst_multifdsink_close), (gst_multifdsink_change_state):
23944 * gst/tcp/gstmultifdsink.h:
23945 * gst/tcp/gsttcpplugin.c: (plugin_init):
23946 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23947 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23948 (gst_tcpserversink_handle_server_read),
23949 (gst_tcpserversink_handle_select),
23950 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23951 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23952 * gst/tcp/gsttcpserversink.h:
23953 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23954 one of the locks, added recovery policy to multifdsink.
23956 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23958 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23959 fix decision for when getting frames with same timestamp
23960 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23961 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23962 (gst_v4lsrc_get_property):
23963 * sys/v4l/gstv4lsrc.h:
23964 add latency offset property
23966 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23968 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23970 fix debugging. add category.
23972 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23974 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23977 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23979 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23980 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23981 (gst_alsa_src_change_state):
23982 return a time that is in sync with the element's processing
23984 2004-06-25 Wim Taymans <wim@fluendo.com>
23986 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23987 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23988 (gst_tcpserversink_client_remove),
23989 (gst_tcpserversink_handle_client_read),
23990 (gst_tcpserversink_client_queue_data),
23991 (gst_tcpserversink_client_queue_caps),
23992 (gst_tcpserversink_client_queue_buffer),
23993 (gst_tcpserversink_handle_client_write),
23994 (gst_tcpserversink_queue_buffer),
23995 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23996 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23997 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23998 (gst_tcpserversink_close):
23999 * gst/tcp/gsttcpserversink.h:
24000 Serversink rewrite. Really do non blocking writes to clients and
24001 maintain an internal queue to handle slower clients while not
24002 disturbing fast clients.
24004 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24006 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24007 better debug, don't override OFFSET and OFFSET_END
24009 2004-06-25 Iain <iain@prettypeople.org>
24011 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24012 name=source for the wavparse pipeline.
24014 2004-06-24 Johan Dahlin <johan@gnome.org>
24016 * ext/theora/theoraenc.c (theora_enc_chain): Call
24017 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24018 streamheader caps are set correctly.
24020 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24022 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24023 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24024 respect minimum bitrate; same could be done for max bitrate
24026 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24028 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24029 (gst_vorbisenc_setup):
24030 fix sample rate range
24032 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24034 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24035 (gst_oggvorbisenc_setup):
24036 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24037 (gst_vorbisenc_setup):
24038 resolve ambiguities in code and description
24040 2004-06-24 Wim Taymans <wim@fluendo.com>
24042 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24043 * ext/alsa/gstalsa.h:
24044 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24045 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24046 Use alsa trigger_tstamp to get the timestamp of the first
24047 sample in the buffer for more precise sync. Some cleanups.
24049 2004-06-24 Wim Taymans <wim@fluendo.com>
24051 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24052 (gst_audiorate_init), (gst_audiorate_chain),
24053 (gst_audiorate_set_property), (gst_audiorate_get_property):
24054 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24055 (gst_videorate_chain):
24056 Added some logging, fixed an overflow bug in videorate.
24058 2004-06-24 Benjamin Otte <otte@gnome.org>
24060 * ext/kio/Makefile.am:
24061 fix for builddir != srcdir and distcheck
24063 2004-06-24 Benjamin Otte <otte@gnome.org>
24065 * gst-libs/gst/colorbalance/Makefile.am:
24066 * gst-libs/gst/mixer/Makefile.am:
24067 * gst-libs/gst/play/Makefile.am:
24068 * gst-libs/gst/tuner/Makefile.am:
24069 * gst/tcp/Makefile.am:
24070 * sys/dxr3/Makefile.am:
24071 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24073 Also add all *.list files that were missing.
24075 add a distcheck hook to ensure the above doesn't happen again.
24077 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24079 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24081 2004-06-23 Colin Walters <walters@redhat.com>
24083 * m4/Makefile.am: Distribute gst-fionread.m4.
24085 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24087 * configure.ac: back to dev
24089 2004-06-23 Wim Taymans <wim@fluendo.com>
24091 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24092 (gst_alsa_xrun_recovery):
24093 * ext/alsa/gstalsa.h:
24094 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24095 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24096 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24097 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24098 (gst_alsa_src_loop):
24099 Add clock to alsasrc. Take new capture timestamp when
24100 restarting after an overrun. Split up some functions between
24101 alsasrc and alsasink.
24103 === release 0.8.2 ===
24105 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24107 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24108 (gst_alsa_change_state), (gst_alsa_update_avail),
24109 (gst_alsa_xrun_recovery):
24110 * ext/alsa/gstalsa.h:
24111 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24112 merge back changes from release
24114 2004-06-23 Wim Taymans <wim@fluendo.com>
24116 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24117 (gst_audiorate_init), (gst_audiorate_chain),
24118 (gst_audiorate_set_property), (gst_audiorate_get_property):
24119 Implement sample dropping and notify
24121 2004-06-22 Wim Taymans <wim@fluendo.com>
24123 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24124 (theora_enc_sink_link), (theora_buffer_from_packet),
24125 (theora_push_packet), (theora_enc_chain):
24126 Some cleanups, make sure the timestamps are correct.
24128 2004-06-22 Wim Taymans <wim@fluendo.com>
24130 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24131 (gst_alsa_change_state), (gst_alsa_update_avail),
24132 (gst_alsa_xrun_recovery):
24133 * ext/alsa/gstalsa.h:
24134 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24135 Cleanups, take queued samples into account when reporting
24138 2004-06-22 Wim Taymans <wim@fluendo.com>
24140 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24141 (gst_videorate_init):
24142 Initialize the property as well.
24144 2004-06-22 Wim Taymans <wim@fluendo.com>
24146 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24147 (gst_videorate_init), (gst_videorate_chain),
24148 (gst_videorate_set_property), (gst_videorate_get_property):
24149 Add property to make videorate silent.
24150 Add property to prefer new frames over old ones.
24152 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24154 * sys/osxvideo/Makefile.am:
24155 Workaround so that the osxvideo .so file gets linked with the
24156 Cocoa, OpenGL and QuickTime frameworks
24158 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24160 * sys/osxaudio/Makefile.am:
24161 Workaround so that the osxaudio .so file gets linked with the
24162 CoreAudio framework
24164 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24167 Whoops, my fault...fixed build issues
24169 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24172 Add objective-c support if running in Darwin/Mac OS X
24175 * sys/osxvideo/Makefile.am:
24176 * sys/osxvideo/osxvideosink.h:
24177 * sys/osxvideo/osxvideosink.m:
24178 * sys/osxvideo/cocoawindow.h:
24179 * sys/osxvideo/cocoawindow.m:
24180 Add osxvideosink, a cocoa-based osx video sink
24183 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24184 * ext/dvdnav/gst-dvd:
24185 Grab the gconf key from the right spot
24186 * gst/debug/gstnavseek.c: (gst_navseek_init),
24187 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24188 (gst_navseek_chain):
24189 * gst/debug/gstnavseek.h:
24190 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24191 and loop parameters of a segment seek.
24192 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24193 (gst_videotestsrc_get_event_masks),
24194 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24195 * gst/videotestsrc/gstvideotestsrc.h:
24196 Add seeking support to videotestsrc
24197 Initialise the timestamp_offset variable.
24199 2004-06-18 Wim Taymans <wim@fluendo.com>
24201 * ext/sidplay/gstsiddec.cc:
24202 Fix negotiation and set correct end offset.
24204 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24206 * configure.ac: branch and prerelease
24208 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24210 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24211 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24212 (gst_tcpclientsrc_init_receive):
24213 * gst/tcp/gsttcpclientsrc.h:
24214 read caps when connecting to server for GDP so we set them correctly
24216 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24218 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24219 notify drops and duplicates
24220 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24221 no good reason to limit ourselves to 100x100
24223 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24225 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24226 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24227 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24228 (gst_v4lsrc_get_property):
24229 * sys/v4l/gstv4lsrc.h:
24230 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24231 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24232 (gst_v4l_set_audio):
24233 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24234 (gst_v4lsrc_try_capture):
24235 * sys/v4l/v4lsrc_calls.h:
24236 change try_palette to more general try_capture
24237 add autoprobe option so we can turn off autoprobing
24240 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24244 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24245 (gst_ximagesink_class_init):
24246 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24247 (gst_xvimagesink_class_init):
24248 run them as finalize, not dispose, since dispose can be invoked
24251 2004-06-17 Wim Taymans <wim@fluendo.com>
24253 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24254 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24255 * ext/alsa/gstalsa.h:
24256 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24257 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24258 (gst_alsa_src_change_state):
24259 * ext/alsa/gstalsasrc.h:
24260 Make the xrun code timestamp and offset the buffers correctly.
24261 moved the clock to the base class, use alsa methods to get time.
24262 Do correct timestamping on outgoing buffers.
24264 2004-06-17 Wim Taymans <wim@fluendo.com>
24266 * gst/audiorate/Makefile.am:
24267 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24268 (gst_audiorate_base_init), (gst_audiorate_class_init),
24269 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24270 (gst_audiorate_set_property), (gst_audiorate_get_property),
24271 (gst_audiorate_change_state), (plugin_init):
24272 Added an audiorate converter that fills in gaps.
24274 2004-06-17 Johan Dahlin <johan@gnome.org>
24276 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24278 2004-06-16 Wim Taymans <wim@fluendo.com>
24280 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24281 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24282 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24283 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24284 (gst_v4lsrc_get_property):
24285 * sys/v4l/gstv4lsrc.h:
24286 Added a copy mode to v4lsrc where it will output a copied version
24287 of its internal hardware buffer.
24288 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24291 2004-06-16 Wim Taymans <wim@fluendo.com>
24293 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24296 2004-06-16 Wim Taymans <wim@fluendo.com>
24298 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24299 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24300 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24301 (gst_v4lsrc_get_property):
24302 * sys/v4l/gstv4lsrc.h:
24303 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24304 Added a sync mode enum property to control v4lsrc timestamp method
24305 Removed the use-fixed-fps property and moved functionality in
24307 Don't error on an error value from v4l-conf, it might not always
24310 2004-06-16 Wim Taymans <wim@fluendo.com>
24312 * gst/videorate/Makefile.am:
24313 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24314 (gst_videorate_base_init), (gst_videorate_class_init),
24315 (gst_videorate_getcaps), (gst_videorate_link),
24316 (gst_videorate_init), (gst_videorate_chain),
24317 (gst_videorate_set_property), (gst_videorate_get_property),
24318 (gst_videorate_change_state), (plugin_init):
24319 Added a video timestamp corrector.
24321 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24323 fixed a potential leak with previous commit
24325 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24327 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24329 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24330 Added missing refcount, fixes bug #144425
24331 Cheers Tim for finding the bug
24333 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24335 * sys/v4l/gstv4l.c: (plugin_init):
24336 * sys/v4l/gstv4lcolorbalance.c:
24337 * sys/v4l/gstv4lcolorbalance.h:
24338 * sys/v4l/gstv4lelement.c:
24339 * sys/v4l/gstv4lelement.h:
24340 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24341 * sys/v4l/gstv4lmjpegsink.h:
24342 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24343 * sys/v4l/gstv4lmjpegsrc.h:
24344 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24345 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24346 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24347 * sys/v4l/gstv4lsrc.h:
24348 * sys/v4l/gstv4ltuner.c:
24349 * sys/v4l/gstv4ltuner.h:
24350 * sys/v4l/gstv4lxoverlay.c:
24351 * sys/v4l/gstv4lxoverlay.h:
24352 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24353 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24354 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24355 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24356 (gst_v4l_set_audio):
24357 * sys/v4l/v4l_calls.h:
24358 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24359 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24360 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24361 (gst_v4lmjpegsink_playback_init),
24362 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24363 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24364 (gst_v4lmjpegsink_playback_stop),
24365 (gst_v4lmjpegsink_playback_deinit):
24366 * sys/v4l/v4lmjpegsink_calls.h:
24367 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24368 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24369 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24370 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24371 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24372 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24373 * sys/v4l/v4lmjpegsrc_calls.h:
24374 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24375 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24376 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24377 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24378 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24379 (gst_v4lsrc_try_palette):
24380 * sys/v4l/v4lsrc_calls.h:
24381 bunch of paranoia cleanups
24383 2004-06-14 David Schleef <ds@schleef.org>
24385 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24386 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24387 Send discont events and change timestamps appropriately when
24388 we get a seek event. (bug #144240)
24389 * ext/cdparanoia/gstcdparanoia.h:
24391 2004-06-14 Benjamin Otte <otte@gnome.org>
24393 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24394 snd_pcm_hw_params_set_rate since the latter fails for no good
24395 reason on some setups.
24397 2004-06-14 David Schleef <ds@schleef.org>
24399 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24400 standard. Thank you for playing.
24402 2004-06-14 Wim Taymans <wim@fluendo.com>
24404 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24405 Patch 1.3 broke the ordering of the colorspace info and
24406 made the plugin basically work by coincidence, reordered
24409 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24411 * ext/lame/gstlame.c:
24412 * ext/mad/gstmad.c:
24413 sync caps. Make sure mad can only output a list of rates, not
24414 a full range. In the future, have three caps lists for each of the
24415 mpeg versions. Change mpegversion to a double as well.
24417 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24419 * gst/volume/.cvsignore:
24420 * gst/volume/Makefile.am:
24421 * gst/volume/demo.c: (value_changed_callback), (idler),
24422 (setup_gui), (main):
24423 added small demo app
24425 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24426 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24427 * ext/esd/esdsink.h:
24428 Close the esd connection on pause, because esd will just wait -
24429 blocking all other esd clients indefinitely.
24431 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24433 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24434 previous commit with GST_DEBUG
24436 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24439 add a header check for a dvdread header in dvdnav. Fixes #133002
24441 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24443 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24444 * gst/tcp/gsttcpclientsink.h:
24445 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24446 * gst/tcp/gsttcpclientsrc.h:
24447 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24448 (gst_tcpserversink_handle_server_read),
24449 (gst_tcpserversink_init_send):
24450 * gst/tcp/gsttcpserversink.h:
24451 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24452 * gst/tcp/gsttcpserversrc.h:
24453 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24456 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24459 Added ogg library so that OSX detects libtheora properly
24461 2004-06-11 Wim Taymans <wim@fluendo.com>
24463 * ext/theora/theoradec.c: (theora_dec_chain),
24464 (theora_dec_change_state):
24465 Don't try to decode frames before we received a keyframe.
24467 2004-06-11 Wim Taymans <wim@fluendo.com>
24469 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24470 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24471 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24472 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24473 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24474 Added property to set the maximum delay of a page.
24476 2004-06-10 Wim Taymans <wim@fluendo.com>
24478 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24479 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24480 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24481 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24482 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24483 Added max-delay property to control the maximum amount
24484 of data to put in one page.
24486 2004-06-10 Wim Taymans <wim@fluendo.com>
24488 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24489 (gst_theora_enc_init), (theora_enc_sink_link),
24490 (theora_buffer_from_packet), (theora_enc_set_property),
24491 (theora_enc_get_property):
24492 Set duration on encoded buffer, added some more properties
24494 2004-06-10 Wim Taymans <wim@fluendo.com>
24496 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24497 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24498 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24499 * ext/theora/theoraenc.c: (theora_enc_chain):
24500 Fix refcounting bugs
24502 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24504 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24505 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24506 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24507 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24508 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24509 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24510 (gst_asf_demux_change_state):
24511 * gst/asfdemux/gstasfdemux.h:
24512 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24513 feels like. I think we should set a new requirement for demuxers
24514 from now on to implement sane loop functions, data loops, query
24515 and seek functions before first commit into CVS. And this commit
24516 fixes all of the above.
24518 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24520 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24521 vorbis comments are properly encoded in UTF-8 before adding them
24524 2004-06-09 Benjamin Otte <otte@gnome.org>
24526 * ext/alsa/gstalsa.c: (add_channels):
24527 handle min <= max correctly
24528 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24529 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24530 add fixation functions so we fixate correctly. No preferring of alaw
24531 anymore because it's the first structure.
24532 * ext/alsa/gstalsa.h:
24533 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24534 (gst_alsa_hw_params_dump):
24535 add functions to ease debugging in alsalib
24536 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24537 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24538 (gst_alsa_start_audio):
24539 only specify hw params if we really setup a format (fixes #134007 -
24540 or at least works around it)
24542 2004-06-09 Wim Taymans <wim@fluendo.com>
24544 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24545 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24546 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24547 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24548 (gst_ogg_mux_loop):
24549 Use stream caps to setup the initial pages in the ogg stream.
24550 Correctly set the streamheader caps on the srcpad.
24552 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24554 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24555 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24556 (gst_v4lsrc_getcaps):
24557 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24558 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24559 add querying of fps lists for webcams. Negotiating to a framerate
24562 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24564 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24565 (theora_push_buffer), (theora_push_packet),
24566 (theora_set_header_on_caps), (theora_enc_chain):
24567 mark buffers and put on streamheader, raw theora streaming
24568 now works too, whee
24570 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24572 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24573 (gst_tcp_gdp_read_caps):
24574 do a looping read for caps and GDP headers too
24576 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24578 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24579 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24580 return EOS instead of NULL in _get
24582 2004-06-08 Wim Taymans <wim@fluendo.com>
24584 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24585 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24586 (gst_tcp_gdp_write_caps):
24587 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24588 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24589 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24592 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24594 * ext/vorbis/Makefile.am:
24595 * ext/vorbis/vorbis.c: (plugin_init):
24596 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24597 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24598 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24599 (vorbis_parse_change_state):
24600 * ext/vorbis/vorbisparse.h:
24601 adding a vorbisparse element that marks the buffers, streaming
24602 raw vorbis using GDP now works, whee
24604 2004-06-08 Wim Taymans <wim@fluendo.com>
24606 * ext/jpeg/Makefile.am:
24608 * ext/jpeg/gstjpeg.c: (plugin_init):
24609 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24610 (gst_smokedec_base_init), (gst_smokedec_class_init),
24611 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24612 * ext/jpeg/gstsmokedec.h:
24613 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24614 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24615 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24616 (gst_smokeenc_resync), (gst_smokeenc_chain),
24617 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24618 * ext/jpeg/gstsmokeenc.h:
24619 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24620 (smokecodec_flush_destination), (smokecodec_term_destination),
24621 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24622 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24623 (smokecodec_term_source), (smokecodec_encode_new),
24624 (smokecodec_decode_new), (smokecodec_info_free),
24625 (smokecodec_set_quality), (smokecodec_get_quality),
24626 (smokecodec_set_threshold), (smokecodec_get_threshold),
24627 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24628 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24629 (smokecodec_parse_header), (smokecodec_decode):
24630 * ext/jpeg/smokecodec.h:
24631 Added a new simple jpeg based codec
24633 2004-06-08 Wim Taymans <wim@fluendo.com>
24635 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24636 (gst_multipart_mux_loop):
24639 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24641 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24642 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24643 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24644 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24645 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24646 * gst/tcp/gsttcpserversink.h:
24647 take streamheader into account
24649 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24651 * gst/level/Makefile.am:
24652 * gst/level/gstlevel.c: (gst_level_class_init):
24653 clean up marshal generation
24655 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24657 * gst/tcp/Makefile.am:
24658 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24659 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24660 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24661 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24662 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24663 (gst_tcpclientsrc_get_property):
24664 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24665 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24666 (gst_tcpserversink_handle_client_read),
24667 (gst_tcpserversink_handle_client_write),
24668 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24669 * gst/tcp/gsttcpserversink.h:
24670 add signals client-added and client-removed
24671 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24672 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24673 (gst_tcpserversrc_get_property):
24674 uniformized, change default protocol to NONE
24675 * gst/tcp/gsttcp-marshal.list: added
24676 2004-06-07 Benjamin Otte <otte@gnome.org>
24678 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24679 handle discont events if they happen before caps nego
24681 2004-06-07 Wim Taymans <wim@fluendo.com>
24683 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24684 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24685 (gst_multipart_demux_plugin_init):
24686 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24687 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24688 (gst_multipart_mux_change_state):
24689 Small updates, fix a memleak
24691 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24693 * configure.ac: OSS portability
24694 * ext/arts/gst_arts.c: idem
24695 * sys/oss/gstosselement.c: idem
24696 * sys/oss/gstossmixer.c: idem
24697 * sys/oss/gstosssink.c: idem
24698 * sys/oss/gstosssrc.c: idem
24699 * sys/oss/oss_probe.c: idem
24700 - check for soundcard.h in different places for some BSD
24702 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24705 Add me to the authors file
24707 Increase the libdv requirement to >= version 0.100
24708 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24709 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24710 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24711 * ext/dv/gstdvdec.h:
24712 Add support for the new_media flag when sending DISCONT events
24713 Make the querying work when video pad is not linked
24715 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24717 reviewed by Benjamin Otte <otte@gnome.org>
24719 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24720 create a NULL-initialized array of pads, so we don't think they
24721 exist already. (fixes #143130)
24723 2004-06-07 Benjamin Otte <otte@gnome.org>
24725 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24726 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24727 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24728 don't use // coments
24730 2004-06-07 Benjamin Otte <otte@gnome.org>
24732 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24733 cast to GstClockTime to get higher granularity
24734 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24735 use gst_element_set_time_delay to get the exact time
24736 * ext/mad/gstmad.c: (gst_mad_chain):
24737 use the negotiated rate instead of the current frame's rate which
24738 might be wrong because of bit errors. This avoids emitting totally
24739 bogus timestamps and screwing sync.
24742 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24744 reviewed by Benjamin Otte <otte@gnome.org>
24746 * gst/adder/gstadder.c: (gst_adder_loop):
24747 properly error out when no negotiation has happened yet. (fixes
24750 2004-06-06 Benjamin Otte <otte@gnome.org>
24752 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24753 forward correctly transformed offset in discont events. Based on
24754 patch by Arwed v. Merkatz. (fixes #142851)
24756 2004-06-06 David Schleef <ds@schleef.org>
24758 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24759 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24760 problems on several systems.
24762 2004-06-06 Benjamin Otte <otte@gnome.org>
24764 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24765 use explicit caps on the srcpad
24766 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24767 properly error out if caps couldn't be set (fixes #142764)
24769 2004-06-06 Benjamin Otte <otte@gnome.org>
24771 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24772 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24773 (gst_alsa_start_audio):
24774 - don't call set_periods_integer anymore, it breaks the
24775 configuration randomly
24776 - call snd_pcm_hw_params_set_access directly instead of using masks
24777 - don't fail if the sw_params can't be set, just use the default
24778 params and hope it works. Alsalib has weird issues when you touch
24779 sw_params and does no proper error reporting about what failed.
24780 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24781 (gst_alsa_close_audio):
24782 make our alsa debugging go via gst debugging and not conditionally
24784 * ext/alsa/gstalsa.h:
24785 add ALSA_DEBUG_FLUSH macro
24786 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24788 wrap alsa errors to be printed via the gst debugging system and not
24791 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24793 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24794 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24795 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24796 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24797 (qtdemux_parse_trak):
24798 * gst/qtdemux/qtdemux.h:
24799 Bitch. Also known as seeking, querying & co.
24800 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24801 (gst_osssink_change_state):
24802 * sys/oss/gstosssink.h:
24803 Resyncing is for weenies, this hack is no longer needed and was
24804 broken anyway (since it - unintendedly - always leaves resync to
24807 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24809 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24810 * gst/tcp/gsttcpclientsrc.h: idem
24811 - define MSG_NOSIGNAL if not done
24812 - include unistd.h for off_t
24815 2004-06-05 Benjamin Otte <otte@gnome.org>
24818 * ext/kio/Makefile.am:
24819 check for qt's moc preprocessor explicitly and use it
24821 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24823 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24824 don't get a signal for EPIPE on socket writes
24825 (somebody check if this works on other platforms)
24827 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24829 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24830 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24831 check error condition on available samples correctly
24833 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24835 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24837 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24838 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24839 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24840 (gst_tcpserversrc_gdp_read_header):
24841 use ssize_t over size_t since the former is signed and thus the
24842 check for error codes can work
24844 2004-06-02 Wim Taymans <wim@fluendo.com>
24848 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24849 (gst_multipart_mux_loop):
24852 2004-06-02 Wim Taymans <wim@fluendo.com>
24854 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24855 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24856 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24857 (gst_multipart_mux_change_state):
24858 Added configurable boundary specifier, added the value as a
24859 caps field as well.
24861 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24863 * gst/tcp/gsttcp.c:
24864 * gst/tcp/gsttcpclientsrc.c:
24865 * gst/tcp/gsttcpclientsrc.h:
24866 * gst/tcp/gsttcpserversrc.c:
24867 - portability fix, to compile on OSX
24870 * sys/osxaudio/gstosxaudioelement.c:
24871 * sys/osxaudio/gstosxaudiosink.c:
24872 * sys/osxaudio/gstosxaudiosrc.c:
24873 - compilation warnings on OSX
24876 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24878 * ext/vorbis/vorbisdec.c : sign warning fixes
24880 * gst-libs/gst/mixer/mixertrack.c :
24881 do no use defines which are glib 2.4 specific
24883 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24885 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24886 buffer since libflac doesn't expect it (reports a sync error when
24887 it encounters that)
24890 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24892 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24893 * gst-libs/gst/mixer/mixertrack.c:
24894 (gst_mixer_track_get_property), (get_mixer_track_init),
24895 (get_mixer_track_get_property): Added property accessors
24896 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24897 * gst-libs/gst/mixer/mixeroptions.c:
24898 (gst_mixer_options_get_values): Added
24899 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24900 * gst-libs/gst/mixer/mixer.c: Fixed comment
24903 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24905 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24906 improve error messages on open
24909 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24911 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24912 check if v4l-conf is in path
24914 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24916 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24917 change assert to a more readable error message
24919 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24921 * gst-libs/gst/tuner/tunerchannel.h:
24922 - add a freq_multiplicator field to make the conversion
24923 between internal frequency unit and Hz
24924 * sys/v4l/gstv4lelement.c:
24925 * sys/v4l2/gstv4l2element.c:
24926 - change default video device to /dev/video0
24927 * sys/v4l/v4l_calls.c:
24928 * sys/v4l2/v4l2_calls.c:
24929 - we only expose frequency to the user in Hz instead of
24930 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24932 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24933 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24934 Initialise b_o_s and e_o_s variables
24935 * gst-libs/gst/riff/riff-media.c:
24936 (gst_riff_create_video_caps_with_data):
24937 Add some unusual fourcc's from mplayer avi's
24938 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24939 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24942 2004-05-28 Wim Taymans <wim@fluendo.com>
24945 * gst/alpha/Makefile.am:
24946 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24947 (gst_alpha_get_type), (gst_alpha_base_init),
24948 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24949 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24950 (gst_alpha_chroma_key), (gst_alpha_chain),
24951 (gst_alpha_change_state), (plugin_init):
24952 A plugin to add an alpha channel to I420 video. Can optionally do
24954 * gst/multipart/Makefile.am:
24955 * gst/multipart/multipart.c: (plugin_init):
24956 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24957 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24958 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24959 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24960 (gst_multipart_demux_change_state),
24961 (gst_multipart_demux_plugin_init):
24962 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24963 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24964 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24965 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24966 (gst_multipart_mux_pad_unlink),
24967 (gst_multipart_mux_request_new_pad),
24968 (gst_multipart_mux_handle_src_event),
24969 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24970 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24971 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24972 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24973 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24974 send multipart jpeg images to a browser.
24975 * gst/videobox/Makefile.am:
24976 * gst/videobox/README:
24977 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24978 (gst_video_box_get_type), (gst_video_box_base_init),
24979 (gst_video_box_class_init), (gst_video_box_init),
24980 (gst_video_box_set_property), (gst_video_box_get_property),
24981 (gst_video_box_sink_link), (gst_video_box_i420),
24982 (gst_video_box_ayuv), (gst_video_box_chain),
24983 (gst_video_box_change_state), (plugin_init):
24984 Crops or adds borders around an image. can do alpha channel
24986 * gst/videomixer/Makefile.am:
24987 * gst/videomixer/README:
24988 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24989 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24990 (gst_videomixer_pad_get_sink_event_masks),
24991 (gst_videomixer_pad_get_property),
24992 (gst_videomixer_pad_set_property),
24993 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24994 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24995 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24996 (gst_videomixer_base_init), (gst_videomixer_class_init),
24997 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24998 (gst_videomixer_handle_src_event),
24999 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25000 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25001 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25002 (gst_videomixer_loop), (gst_videomixer_get_property),
25003 (gst_videomixer_set_property), (gst_videomixer_change_state),
25005 Generic video mixer plugin, can handle multiple inputs all with
25006 different framerates and video sizes. Is fully alpha channel
25009 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25011 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25012 Select first track as master track. Not sure how else to handle
25014 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25015 Discard discont events. Should fix #142962.
25017 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25019 * ext/alsa/Makefile.am:
25020 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25021 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25022 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25023 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25024 (gst_alsa_mixer_get_option):
25025 * ext/alsa/gstalsamixer.h:
25026 * ext/alsa/gstalsamixeroptions.c:
25027 (gst_alsa_mixer_options_get_type),
25028 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25029 (gst_alsa_mixer_options_new):
25030 * ext/alsa/gstalsamixeroptions.h:
25031 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25032 * ext/alsa/gstalsamixertrack.h:
25033 Add enumerations (as GstMixerOptions). Make correct distinction
25034 between input/output tracks. Add capture/playback private flag.
25035 Use flag to decide on whether to set capture or playback volumes
25036 or switches. Use playback and record switches.
25037 * gst-libs/gst/mixer/Makefile.am:
25038 * gst-libs/gst/mixer/mixer-marshal.list:
25039 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25040 (gst_mixer_set_option), (gst_mixer_get_option),
25041 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25042 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25043 * gst-libs/gst/mixer/mixer.h:
25044 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25045 (gst_mixer_options_class_init), (gst_mixer_options_init),
25046 (gst_mixer_options_dispose):
25047 * gst-libs/gst/mixer/mixeroptions.h:
25048 Add GstMixerOptions.
25049 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25050 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25051 broken device detection on computers with multiple OSS sound
25054 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25056 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25057 fixate nicely even when the peer is not negotiating
25059 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25061 * gst/audioconvert/gstaudioconvert.c:
25062 (gst_audio_convert_parse_caps):
25063 make sure we don't allow depth > width
25064 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25065 fixate endianness to G_BYTE_ORDER as default
25066 * gst/audioscale/gstaudioscale.c:
25067 we don't handle another endianness as host-endianness
25069 2004-05-25 David Schleef <ds@schleef.org>
25071 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25073 2004-05-24 Benjamin Otte <otte@gnome.org>
25075 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25076 (gst_oggvorbisenc_setup):
25077 properly fail when we can't setup the vorbis encoder due to
25078 unsupported settings
25079 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25080 (gst_vorbisenc_setup):
25082 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25083 fix case where warnings occured when one pad was unlinked while the
25084 other's link function was called
25086 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25088 * gst/tcp/Makefile.am:
25091 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25093 * gst-libs/gst/resample/private.h:
25094 don't use optimizations that are #if 0'ed
25096 2004-05-24 Wim Taymans <wim@fluendo.com>
25098 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25099 Fix potential division by zero error and hopefully get
25100 the position query right to get correct timestamps on avi
25103 2004-05-24 Wim Taymans <wim@fluendo.com>
25105 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25106 (gst_videoscale_scale_nearest_str2),
25107 (gst_videoscale_scale_nearest_str4),
25108 (gst_videoscale_scale_nearest_32bit),
25109 (gst_videoscale_scale_nearest_24bit),
25110 (gst_videoscale_scale_nearest_16bit):
25111 Fix the scaling algorithm and avoid a buffer overflow.
25112 removed the while loop in the scaling function as it
25113 was used for point sampling only.
25115 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25117 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25118 (gst_id3_tag_class_init), (gst_id3_tag_init),
25119 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25120 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25121 (gst_id3_tag_send_tag_event):
25122 lots of fixes to make id3mux work and id3demux work correctly
25124 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25127 add rules to build shout2send (was removed by accident
25128 when this module was no more marked experimental/broken)
25130 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25132 * ext/shout2/gstshout2.c:
25133 * ext/shout2/gstshout2.h:
25134 adding a "connection problem" signal to shout2send
25137 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25139 * ext/kio/kioreceiver.cpp:
25140 * ext/kio/kioreceiver.h:
25141 fix sign comparison issues
25143 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25145 * gst/cdxaparse/gstcdxaparse.c:
25146 * gst/cdxaparse/gstcdxaparse.h:
25148 add some checks/sanity
25149 prepare for seek addition
25151 * sys/sunaudio/gstsunaudio.c:
25152 remove exported dupe init function
25154 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25156 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25157 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25158 Fix format conversion and position querying.
25159 * gst/debug/progressreport.c: (gst_progressreport_report):
25160 Don't output a bogus total value that we didn't query.
25161 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25162 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25163 only a blank window after xine has been used.
25165 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25168 sync with upstream version to fix test on FC2
25169 readd with -ko to preserve Id header
25171 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25174 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25175 * gst/tcp/gsttcpclientsrc.c: idem
25176 * gst/tcp/gsttcpserversink.c: idem
25177 * gst/tcp/gsttcpserversrc.c: idem
25178 * m4/gst-fionread.m4: idem
25180 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25182 * configure.ac: enable speex plugin for speex 1.1.5+
25183 * ext/speex/gstspeexenc.c: fix cast warning
25185 * ext/esd/README: fix typo
25187 2004-05-20 David Schleef <ds@schleef.org>
25189 * configure.ac: Minor cosmetic change to convince the buildbot to
25191 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25192 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25193 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25194 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25195 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25196 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25197 More hacking. Plays audio now.
25199 2004-05-20 David Schleef <ds@schleef.org>
25204 2004-05-20 David Schleef <ds@schleef.org>
25206 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25207 * sys/osxaudio/gstosxaudio.c:
25208 * sys/osxaudio/gstosxaudioelement.c:
25209 * sys/osxaudio/gstosxaudioelement.h:
25210 * sys/osxaudio/gstosxaudiosink.c:
25211 * sys/osxaudio/gstosxaudiosink.h:
25212 * sys/osxaudio/gstosxaudiosrc.c:
25213 * sys/osxaudio/gstosxaudiosrc.h:
25215 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25217 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25218 (gst_vorbisenc_chain):
25219 put the codec headers on the caps as streamheader as well as
25222 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25224 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25225 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25226 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25227 split up push_packet into two functions
25229 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25231 * gst/tcp/.cvsignore:
25233 * gst/tcp/Makefile.am:
25235 * gst/tcp/gsttcp.c:
25236 * gst/tcp/gsttcp.h:
25237 * gst/tcp/gsttcpclientsink.c:
25238 * gst/tcp/gsttcpclientsink.h:
25239 * gst/tcp/gsttcpclientsrc.c:
25240 * gst/tcp/gsttcpclientsrc.h:
25241 * gst/tcp/gsttcpplugin.c:
25242 * gst/tcp/gsttcpserversink.c:
25243 * gst/tcp/gsttcpserversink.h:
25244 * gst/tcp/gsttcpserversrc.c:
25245 * gst/tcp/gsttcpserversrc.h:
25246 add new tcp elements
25248 2004-05-19 Wim Taymans <wim@fluendo.com>
25250 * gst/law/mulaw-conversion.c: (mulaw_encode):
25251 Fix overflow bug in ulaw encoding.
25253 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25255 * ext/mad/gstmad.c: (gst_mad_handle_event):
25256 don't unref the event twice
25258 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25261 remove -Wno-sign-compare
25263 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25266 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25267 if you want to work against glib 2.2 and 2.4
25269 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25271 * gst/tcp/Makefile.am:
25272 * gst/tcp/gsttcp.c:
25273 * gst/tcp/gsttcp.h:
25274 * gst/tcp/gsttcpsink.h:
25275 * gst/tcp/gsttcpsrc.h:
25276 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25278 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25280 * gst/debug/tests.c: (md5_get_value):
25281 fix segfault on gst-inspect
25283 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25285 * gst/debug/testplugin.c:
25286 * gst/debug/tests.c:
25287 * gst/debug/tests.h:
25288 add new extensible and configurable testing element. Current tests
25289 include buffer count, stream length, timestamp/duration matching and
25291 * gst/debug/Makefile.am:
25292 * gst/debug/gstdebug.c: (plugin_init):
25293 add infrastructure for new element
25295 2004-05-19 Johan Dahlin <johan@gnome.org>
25297 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25298 ending of the array. Fixes gst-inspect segfault on ppc.
25300 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25302 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25304 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25306 2004-05-18 David Schleef <ds@schleef.org>
25308 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25309 warnings (bugs, actually) noticed by gcc but not forte.
25311 2004-05-18 David Schleef <ds@schleef.org>
25313 * sys/sunaudio/Makefile.am:
25314 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25316 2004-05-18 David Schleef <ds@schleef.org>
25318 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25319 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25320 to allow qtdemux to use non-seekable streams. (bug #142272)
25322 2004-05-18 David Schleef <ds@schleef.org>
25324 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25325 (gst_resample_sinc_ft_float): Remove use of static temporary
25326 buffer. This code was obviously not supposed to last long, but
25327 it's stuck in our ABI, so it required a little hack to make it
25328 ABI-compatible. Fixes #142585.
25329 * gst-libs/gst/resample/resample.h: same.
25331 2004-05-18 David Schleef <ds@schleef.org>
25333 * configure.ac: Add sunaudio
25334 * examples/Makefile.am: make gstplay depend on gconf
25335 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25336 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25337 (convert_table_lookup), (img_convert): remove c99-isms
25338 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25339 unsigned, to fix a warning on Solaris
25340 * gst/mpeg1sys/systems.c: bcopy->memcpy
25341 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25342 * sys/Makefile.am: Add sunaudio
25344 2004-05-18 Wim Taymans <wim@fluendo.com>
25346 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25347 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25348 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25349 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25350 (gst_ogg_mux_loop):
25351 Fix an ugly memleak where the muxer didn't flush enough ogg
25352 pages. This also resulted in badly muxed ogg files.
25354 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25356 * gst/asfdemux/asfheaders.c :
25357 * gst/asfdemux/asfheaders.h :
25358 * gst/asfdemux/gstasfdemux.c :
25359 - fix ASF_OBJ_PADDING guid
25360 - add 3 new object guids (language list, metadata,
25361 extended stream properties)
25362 - add a function to parse extended header objects
25364 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25366 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25367 remove leftover debugging g_print
25369 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25371 * ext/mad/gstmad.c: (gst_mad_handle_event):
25372 Fix for when the first format in a discont event is not a
25373 byte-based one. Should fix #137710.
25375 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25377 * m4/a52.m4 : fix compilation with -Wall -Werror
25378 * m4/libfame.m4 : idem
25379 * m4/libmikmod.m4 : idem
25381 2004-05-17 Benjamin Otte <otte@gnome.org>
25383 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25384 signal the new tags before giving up the reference
25386 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25388 * ext/shout2/gstshout2.c:
25389 use application/ogg instead of application/x-ogg (patch by Patrick
25390 Guimond, fixes #142432)
25391 * sys/oss/gstosselement.c: (gst_osselement_reset),
25392 (gst_osselement_sync_parms):
25393 don't set fragment size unless specified (fixes #142493)
25395 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25397 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25400 2004-05-17 Benjamin Otte <otte@gnome.org>
25402 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25403 compute offsets correctly for internal buffers so timestamps are set
25404 correctly when we can't seek. Also handle cases where there are no
25405 offsets. (based on a patch by David Moore, fixes #142507)
25407 2004-05-17 Benjamin Otte <otte@gnome.org>
25409 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25410 use correct variable when determining amount of data to skip so we
25411 don't skip into the void and segfault
25413 2004-05-16 Benjamin Otte <otte@gnome.org>
25415 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25418 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25420 * gst/asfdemux/gstasfdemux.c:
25421 - fix a mem leak and always propagate tags
25422 - add WMV3 to known video codecs (but no decoder yet)
25423 - replace "surplus data" at end of audio header for what
25424 it is : codec specific data
25427 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25429 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25431 * gst-libs/gst/audio/audioclock.c:
25432 Fix wrong return type (#142205).
25434 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25436 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25437 Ignore CRCs by default (fixes #142566).
25439 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25441 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25442 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25443 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25444 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25445 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25446 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25447 Fix for cases where we fail to attach to a mixer.
25449 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25451 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25452 Don't touch events after not owning them anymore.
25453 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25454 (gst_wavparse_fmt), (gst_wavparse_other),
25455 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25456 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25457 (gst_wavparse_srcpad_event):
25458 * gst/wavparse/gstwavparse.h:
25459 Add seeking, fix querying.
25461 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25463 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25464 - process comments even if they don't end with \0\0
25465 g_convert would ignore them if present and works well without them
25467 2004-05-16 Benjamin Otte <otte@gnome.org>
25469 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25472 2004-05-16 Benjamin Otte <otte@gnome.org>
25474 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25475 don't write to memory we might not write to - g_convert does that
25476 for us anyway (fixes #142613)
25477 (gst_asf_demux_audio_caps):
25478 comment out gst_util_dump_mem
25480 2004-05-16 Benjamin Otte <otte@gnome.org>
25482 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25483 compute correct expected timestamps after seek (broken since
25485 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25486 rename element and debugging category to gdkpixbufscale
25488 2004-05-16 Benjamin Otte <otte@gnome.org>
25490 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25491 add error checking to snd_pcm_delay and remove duplicate call to
25492 snd_pcm_delay that caused issues (see inline code comments)
25493 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25494 make more readable and fix return value when snd_pcm_delay fails
25497 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25498 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25499 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25500 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25501 (gst_pixbufscale_link), (gst_pixbufscale_init),
25502 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25503 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25504 (gst_pixbufscale_get_property), (pixbufscale_init):
25505 * ext/gdk_pixbuf/pixbufscale.h:
25506 Add these files I forgot earlier
25508 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25509 * ext/gdk_pixbuf/Makefile.am:
25510 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25511 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25512 Add new pixbufscale element to scale RGB video
25513 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25514 and HYPER interpolation correctly.
25515 * ext/theora/theoraenc.c: (theora_enc_chain),
25516 Discard buffer and return if explicit caps could not be set
25517 (theora_enc_get_property):
25518 Make _get return kbps for the bitrate consistent with
25522 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25524 * ext/libvisual/visual.c: (gst_visual_chain):
25525 add missing visual_audio_analyze
25527 2004-05-14 David Schleef <ds@schleef.org>
25529 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25530 is killed while we're playing.
25531 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25532 gst_element_no_more_pads().
25534 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25536 * gst-libs/gst/riff/riff-read.c :
25537 - fix INFO tag extraction in RIFF/AVI files
25538 because gst_event_unref (event) also freed taglist
25541 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25543 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25544 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25546 * gst/auparse/gstauparse.c :
25547 - add code (commented for now) to support audio/x-adpcm on src pad
25548 (we have no decoder for those layout yet)
25550 * gst/cdxaparse/gstcdxaparse.c :
25551 * gst/cdxaparse/gstcdxaparse.h :
25552 - partial rewrite using RiffRead (ripped iain's wavparse code)
25554 * gst/rtp/gstrtpL16enc.c : typo
25555 * gst/rtp/gstrtpgsmenc.c : typo
25557 2004-05-13 Benjamin Otte <otte@gnome.org>
25560 check for exact version of libvisual, it's not supposed to be
25563 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25565 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25566 signal no-more-pads
25568 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25570 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25571 Report which format was used for GST_FORMAT_DEFAULT
25572 * gst/debug/Makefile.am:
25573 * gst/debug/gstdebug.c: (plugin_init):
25574 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25575 (gst_progressreport_class_init), (gst_progressreport_init),
25576 (gst_progressreport_report), (gst_progressreport_set_property),
25577 (gst_progressreport_get_property), (gst_progressreport_chain),
25578 (gst_progressreport_plugin_init):
25579 Add progressreport element for testing.
25581 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25583 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25584 * sys/v4l/gstv4lsrc.h:
25585 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25586 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25587 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25588 (gst_v4lsrc_grab_frame):
25590 send a discont at start
25592 2004-05-12 Colin Walters <walters@redhat.com>
25594 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25595 inflooping if we can't find a chunk. Or in other words, don't blow
25596 chunks if we don't have a chunk to blow.
25598 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25599 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25600 Remove old debug output
25601 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25602 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25603 (gst_dvdec_set_property), (gst_dvdec_get_property):
25604 Change the quality setting to an enum, so it works from gst-launch
25605 Don't renegotiate a non-linked pad. Allows audio only decoding.
25606 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25607 (gst_deinterlace_link), (gst_deinterlace_init):
25608 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25609 (gst_videodrop_link):
25610 Some caps negotiation fixes
25612 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25614 * ext/tarkin/gsttarkin.c :
25615 - Change RANK from NONE to PRIMARY
25616 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25617 - Change RANK from NONE to MARGINAL
25618 * ext/divx/gstdivxenc.c :
25619 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25621 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25623 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25624 (gst_vorbisenc_push_packet):
25625 copy a function that was added between 1.0 and 1.0.1 until we
25626 depend on worthwhile features of post-1.0
25628 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25631 enable shout2 by default
25632 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25633 (gst_shout2send_base_init), (gst_shout2send_init),
25634 (gst_shout2send_connect), (gst_shout2send_change_state):
25635 * ext/shout2/gstshout2.h:
25636 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25638 * ext/theora/theora.c: (plugin_init):
25639 don't set rank on encoders
25641 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25643 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25644 Use codec_data property instead of flag1 and flag2 for wma
25646 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25648 * gst/cdxaparse/gstcdxaparse.c :
25649 - Add mpegversion to CAPS to make it link
25650 - Rank is as GST_RANK_SECONDARY instead of NONE
25651 * gst/auparse/gstauparse.c :
25652 - Document all audio encoding we can encounter from Solaris 9
25653 headers and libsndfile information.
25654 - Increase max. rate from 48000 to 192000 (to match other elements)
25655 - Don't try to play junk data between header and samples
25657 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25659 * ext/libvisual/visual.c: (gst_visual_getcaps):
25660 use the right caps depending on endianness (I hope)
25661 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25662 use GST_RANK_NONE for all non-decoding elements or spider gets
25665 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25667 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25668 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25670 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25672 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25673 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25674 (gst_switch_loop), (gst_switch_get_type):
25675 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25676 HEADERS. Had to be said.
25678 2004-05-10 David Schleef <ds@schleef.org>
25680 * configure.ac: Add prototype Dirac support.
25682 * ext/dirac/Makefile.am:
25683 * ext/dirac/gstdirac.cc:
25684 * ext/dirac/gstdiracdec.cc:
25686 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25688 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25689 (gst_auparse_init), (gst_auparse_chain),
25690 (gst_auparse_change_state):
25691 Hack around spider. Remove me some day please.
25693 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25695 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25696 Fix for some uninitialized variables in previous patch, also
25697 makes it work. Fixes #142286 while we're at it.
25699 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25701 * gst/auparse/gstauparse.c:
25702 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25703 only unsupported formats are ADPCM/CCITT G.72x
25705 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25707 2004-05-10 Wim Taymans <wim@fluendo.com>
25709 * ext/vorbis/Makefile.am:
25710 * ext/vorbis/README:
25711 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25712 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25713 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25714 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25715 (gst_oggvorbisenc_convert_sink),
25716 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25717 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25718 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25719 (get_constraints_string), (update_start_message),
25720 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25721 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25722 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25723 * ext/vorbis/oggvorbisenc.h:
25724 * ext/vorbis/vorbis.c: (plugin_init):
25725 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25726 (raw_caps_factory), (gst_vorbisenc_class_init),
25727 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25728 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25729 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25730 * ext/vorbis/vorbisenc.h:
25731 Added a raw vorbis encoder to be used with the oggmuxer.
25732 We still need the old encoder for some gnome applications,
25733 read the README to find out how that works.
25734 The raw encoder is called "rawvorbisenc" until 0.9.
25736 2004-05-10 Wim Taymans <wim@fluendo.com>
25738 * ext/ogg/gstogg.c: (plugin_init):
25739 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25741 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25742 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25743 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25744 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25745 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25746 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25747 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25748 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25749 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25750 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25751 Added an ogg muxer.
25752 Small typo fixes in the demuxer.
25754 2004-05-10 Wim Taymans <wim@fluendo.com>
25756 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25757 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25758 (theora_enc_change_state), (theora_enc_set_property),
25759 (theora_enc_get_property):
25760 Mark the last packet with an EOS flag which is not really needed
25762 Do some better video framerate initialisation.
25763 Update the buffer timestamp.
25765 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25767 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25768 Return the result of the parent state change call
25770 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25772 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25773 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25774 * gst/law/alaw-encode.c : (idem)
25775 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25776 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25777 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25779 2004-05-09 Benjamin Otte <otte@gnome.org>
25781 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25782 don't use a fixed buffer size when writing variable length data to
25783 it. Fixes memory corruption and makes alsasrc work
25785 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25787 * ext/gnomevfs/gstgnomevfssink.c:
25788 (_gst_boolean_allow_overwrite_accumulator),
25789 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25790 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25791 RUN_LAST, and don't use that to set the accumulator value because
25792 then it's always FALSE.
25794 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25796 * gst-libs/gst/riff/riff-media.c:
25797 (gst_riff_create_video_caps_with_data),
25798 (gst_riff_create_audio_caps),
25799 (gst_riff_create_audio_template_caps):
25800 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25801 Fix for unaligned RIFF files (i.e. where all the chunks together
25802 in a LIST chunk are not of the same size as the size given in
25803 the LIST chunk header). Fixes several odd WAVE files. Also fix
25804 ADPCM (block_align property) in audio, so that wavparse based
25805 on this works now as it used to stand-alone.
25807 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25809 reviewed by Benjamin Otte <otte@gnome.org>
25811 * ext/a52dec/gsta52dec.c:
25812 * ext/divx/gstdivxdec.c:
25813 * ext/divx/gstdivxenc.c:
25814 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25815 * ext/faac/gstfaac.c: (gst_faac_base_init):
25816 * ext/faad/gstfaad.c: (gst_faad_base_init):
25817 * ext/ivorbis/vorbisfile.c:
25818 * ext/lame/gstlame.c:
25819 * ext/libfame/gstlibfame.c:
25820 * ext/mpeg2enc/gstmpeg2enc.cc:
25821 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25822 * ext/sidplay/gstsiddec.cc:
25823 * ext/speex/gstspeexdec.c:
25824 * ext/speex/gstspeexenc.c:
25825 * ext/xvid/gstxviddec.c:
25826 * ext/xvid/gstxvidenc.c:
25827 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25830 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25832 * ext/alsa/gstalsa.c: (device_list),
25833 (gst_alsa_class_probe_devices):
25834 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25835 Fix alsa oddness in mixer after the combination of using mixer
25836 in source/sink elements and using hw:x,y instead of just hw:x.
25838 2004-05-09 Benjamin Otte <otte@gnome.org>
25840 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25841 (gst_wavparse_create_sourcepad):
25842 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25845 2004-05-09 Benjamin Otte <otte@gnome.org>
25847 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25848 allow discont events before caps nego
25850 2004-05-08 Benjamin Otte <otte@gnome.org>
25852 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25855 2004-05-08 Benjamin Otte <otte@gnome.org>
25857 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25858 (gst_level_change_state), (gst_level_init):
25859 * gst/level/gstlevel.h:
25860 figure out if we're initialized directly instead of keeping a
25861 variable that's wrong in 90% of cases
25862 don't initialize pads and then leak them and use a new unitialized
25863 pad. (fixes #142084)
25864 these were bugs so n00bish I didn't find them for an hour :/
25866 2004-05-08 Iain <iain@prettypeople.org>
25868 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25869 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25870 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25871 return the length that was read.
25872 (gst_riff_read_strf_auds): Allow fmt tags as well.
25874 2004-05-07 David Schleef <ds@schleef.org>
25876 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25877 signed char assumption in faad.h.
25879 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25881 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25882 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25884 2004-05-07 Colin Walters <walters@redhat.com>
25886 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25887 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25889 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25890 Add dispose function.
25892 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25893 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25894 Fix caps nego and pad templates. RGB mode caps should
25896 * ext/dvdnav/gst-dvd:
25897 Move mpeg2dec inside the thread because otherwise the
25898 queue rejects cap changes mid-stream
25899 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25900 (gst_mpeg2dec_flush_decoder):
25901 For mpeg2dec > 0.4.0, call the flush function instead of
25902 manually extracting all in-flight frames.
25903 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25904 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25905 Change mime type video/dv go video/x-dv to match the
25906 rest of gst-plugins
25908 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25910 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25911 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25912 (gst_alsa_sink_class_init):
25913 * ext/alsa/gstalsasink.h:
25914 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25915 (gst_alsa_src_class_init):
25916 * ext/alsa/gstalsasrc.h:
25917 Make alsasink/src a subclass of alsamixer so that mixer stuff
25918 shows up in gst-rec. Needs some finetuning.
25920 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25922 * ext/lame/gstlame.c: (gst_lame_chain):
25924 * ext/mad/gstmad.c: (gst_mad_handle_event):
25926 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25927 be able to detect mp3 files < 4096 bytes
25929 2004-05-06 Wim Taymans <wim@fluendo.com>
25931 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25932 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25933 (theora_enc_set_property), (theora_enc_get_property):
25934 Also encode the first frame, cleanup some code.
25936 2004-05-06 Wim Taymans <wim@fluendo.com>
25938 * ext/mpeg2enc/gstmpeg2enc.cc:
25939 Forward events first before deciding that negotiation was
25942 2004-05-06 Wim Taymans <wim@fluendo.com>
25944 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25945 First process the events before deciding that negotiation
25948 2004-05-06 Wim Taymans <wim@fluendo.com>
25950 * ext/theora/Makefile.am:
25951 * ext/theora/theora.c: (plugin_init):
25952 * ext/theora/theoradec.c: (theora_dec_change_state):
25953 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25954 (gst_theora_enc_class_init), (gst_theora_enc_init),
25955 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25956 (theora_enc_chain), (theora_enc_change_state),
25957 (theora_enc_set_property), (theora_enc_get_property):
25958 Added a theora encoder, grouped the encoder and decoder into the
25961 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25963 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25964 (gst_jpegenc_chain):
25965 fix DURATION on outgoing buffers
25966 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25967 debug using time formats
25968 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25969 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25970 (gst_xvimagesink_sink_link):
25971 windows with width/height 0 generate X errors, so don't allow them
25973 2004-05-05 Wim Taymans <wim@fluendo.com>
25975 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25976 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25977 (gst_mpeg2dec_negotiate_format):
25978 * ext/mpeg2dec/gstmpeg2dec.h:
25979 removed the static pad template so that we can add the
25980 more accurate framerate value to the caps.
25983 2004-05-04 Benjamin Otte <otte@gnome.org>
25986 check for kdemacros.h, too (should fix #141821)
25987 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25988 don't crash if no header was sent, but nicely error out (fixes part
25991 2004-05-04 Wim Taymans <wim@fluendo.com>
25993 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25994 parent dispose function to avoid segfault on destroy.
25996 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25998 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26001 (gst_xvimagesink_sink_link):
26002 clean up debugging caps
26003 also recreate xvimage when format has changed
26005 2004-05-04 Benjamin Otte <otte@gnome.org>
26007 * ext/libvisual/Makefile.am:
26008 * ext/libvisual/visual.c: (gst_visual_class_init),
26009 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26010 (gst_visual_srclink), (gst_visual_chain),
26011 (gst_visual_change_state), (plugin_init):
26012 use a GstAdapter to correctly adapt buffer sizes - allows using a
26015 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26017 * sys/v4l/gstv4lelement.h:
26018 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26019 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26020 (gst_v4lsrc_buffer_free):
26021 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26022 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26023 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26024 (gst_v4lsrc_requeue_frame):
26025 move some debugging categories around
26026 query for fps index and set accordingly if found
26028 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26030 * ext/lame/gstlame.c:
26031 correct defaults that lame_init puts out of range
26033 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26035 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26036 (gst_divxenc_class_init):
26037 fix range since -1 is the default
26038 * gst/mpeg1sys/gstmpeg1systemencode.c:
26039 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26040 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26041 (gst_rtjpegdec_chain):
26042 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26043 (gst_rtjpegenc_chain):
26044 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26045 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26046 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26047 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26048 * sys/v4l/gstv4lsrc.c:
26049 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26050 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26051 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26052 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26053 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26054 remove gst_info calls
26056 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26065 Updated translations
26067 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26069 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26070 refactor/comment code
26072 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26074 * gst/asfdemux/Makefile.am:
26075 * gst/asfdemux/asfheaders.c:
26076 * gst/asfdemux/asfheaders.h:
26077 * gst/asfdemux/gstasf.c: (plugin_init):
26078 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26079 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26080 (gst_asf_demux_setup_pad):
26081 * gst/asfdemux/gstasfdemux.h:
26082 * gst/asfdemux/gstasfmux.c:
26083 * gst/asfdemux/gstasfmux.h:
26084 Add tagging support to demuxer, split out registration in its own
26085 file instead of in demux (hacky), and prevent having some tables
26086 in our memory multiple times (in asfheaders.h).
26088 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26090 * gst/matroska/matroska-demux.c:
26091 (gst_matroska_demux_parse_metadata):
26092 * gst/matroska/matroska-ids.h:
26093 Basic tag reading support.
26095 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26097 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26098 Really detect ac-3 audio.
26099 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26100 really detect matroska files (off-by-1).
26102 2004-04-30 David Schleef <ds@schleef.org>
26104 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26105 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26106 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26107 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26108 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26109 hackage -- parse a lot more atoms, extract a few tags. One might even
26110 mistake this for tag support. Maybe it is.
26111 * gst/qtdemux/qtdemux.h:
26113 2004-04-30 Colin Walters <walters@verbum.org>
26115 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26117 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26119 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26120 (gst_ffmpegcolorspace_getcaps):
26121 remove broken nego fix
26123 2004-04-30 Benjamin Otte <otte@gnome.org>
26127 * ext/libvisual/Makefile.am:
26128 * ext/libvisual/visual.c:
26129 add initial support for libvisual (http://libvisual.sourceforge.net)
26130 libvisual is still quite alpha, so expect crashes in there :)
26132 2004-04-29 David Schleef <ds@schleef.org>
26134 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26135 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26136 up qtdemux to make it spit out codec_data. Do _not_ look at this
26137 code; you will no longer respect me.
26139 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26141 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26142 * ext/alsa/gstalsa.h :
26143 change alsa pcm device discovery to find more than 1 device
26144 per card. code review by Ronald.
26146 2004-04-29 David Schleef <ds@schleef.org>
26148 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26149 Add a check for a driver bug on FreeBSD. (bug #140565)
26151 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26153 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26154 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26155 (gst_jpegenc_getcaps):
26156 move format setting to inner loop
26157 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26158 (gst_ffmpegcolorspace_getcaps):
26159 use GST_PAD_CAPS if available so that we use already negotiated
26161 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26162 (qtdemux_parse_moov), (qtdemux_parse):
26164 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26165 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26166 move hardcoded path to DEFINE
26168 2004-04-28 David Schleef <ds@schleef.org>
26170 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26173 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26175 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26176 Don't probe for playback device if we're a source element. Fixes
26179 2004-04-29 Benjamin Otte <otte@gnome.org>
26181 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26182 (gst_id3_tag_chain):
26183 rewrite buffer offset
26185 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26189 * ext/dts/Makefile.am:
26190 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26191 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26192 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26193 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26194 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26195 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26197 * ext/dts/gstdtsdec.h:
26199 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26200 (gst_faad_srcconnect):
26201 Add ESDS atom handling (.m4a).
26203 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26205 * ext/divx/gstdivxdec.c: (plugin_init):
26206 Remove comment that makes no sense.
26207 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26208 Fix for obvious typo that resulted in warnings during gst-register.
26209 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26210 (gst_xviddec_sink_link):
26211 Fix caps negotiation a bit better.
26212 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26213 We call this 'codec_data', not 'esds'.
26215 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26217 * gst/monoscope/gstmonoscope.c:
26218 make sure we only provide 256x128
26219 * gst/monoscope/monoscope.c: (monoscope_init):
26220 assert size of 256x128
26222 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26225 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26226 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26227 fixate to max width and height of device
26229 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26232 * sys/v4l/gstv4l.c:
26233 * sys/v4l/gstv4lsrc.c:
26234 * sys/v4l/v4l_calls.c:
26235 * sys/v4l/v4lsrc_calls.c:
26236 fix for qc-usb driver which fakes having more than one buffer
26237 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26238 buffer_free override
26241 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26244 * gst/videotestsrc/gstvideotestsrc.c:
26245 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26246 (gst_videotestsrc_init), (gst_videotestsrc_get),
26247 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26248 * gst/videotestsrc/gstvideotestsrc.h:
26249 add num-buffers property
26251 2004-04-26 Benjamin Otte <otte@gnome.org>
26253 * ext/mad/gstid3tag.c: (plugin_init):
26254 set id3mux rank to NONE so it doesn't confuse spider
26255 require audio/mpeg,mpegversion=1 in id3mux
26257 2004-04-26 Benjamin Otte <otte@gnome.org>
26260 detect faad correctly as non-working if it's indeed non-working
26262 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26265 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26266 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26267 fix _getcaps so it only negotiates to its supported format
26269 2004-04-25 Benjamin Otte <otte@gnome.org>
26271 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26274 2004-04-23 Benjamin Otte <otte@gnome.org>
26276 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26277 audio/x-raw-int with height rules! not. Now it's depth.
26279 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26281 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26282 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26283 (gst_wavparse_loop):
26284 Missing variable initialization. Add handling of DVI ADPCM. Fix
26285 mis-parsing of LIST chunks. This works around a bug where we mis-
26286 parse non-aligning LIST chunks (so LIST chunks where the contents
26287 don't align with the actual LIST size). The correct fix is to use
26288 rifflib, I'm not going to fix wavparse - too much work. All this
26291 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26293 reviewed by Benjamin Otte <otte@gnome.org>
26295 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26296 fix shoutcast not working (fixes #140844)
26298 2004-04-22 Benjamin Otte <otte@gnome.org>
26300 * ext/hermes/gsthermescolorspace.c:
26301 (gst_hermes_colorspace_caps_remove_format_info):
26302 * gst/colorspace/gstcolorspace.c:
26303 (gst_colorspace_caps_remove_format_info):
26304 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26305 (gst_ffmpegcolorspace_caps_remove_format_info):
26306 s/gst_caps_simplify/gst_caps_do_simplify/
26308 2004-04-22 Benjamin Otte <otte@gnome.org>
26310 * gst-libs/gst/riff/riff-media.c:
26311 (gst_riff_create_video_caps_with_data):
26312 mpegversion is an int
26313 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26314 don't try to create pad templates with NULL caps, use any caps
26317 2004-04-20 David Schleef <ds@schleef.org>
26319 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26320 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26323 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26325 reviewed by David Schleef
26327 * ext/mad/gstid3tag.c: Add stdlib.h
26328 * gst/rtp/gstrtpgsmenc.c: same
26329 * gst/tags/gstid3tag.c: same
26330 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26331 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26332 GST_DISABLE_LOADSAVE use.
26333 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26334 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26335 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26337 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26338 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26340 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26341 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26343 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26346 2004-04-20 David Schleef <ds@schleef.org>
26348 * gst/realmedia/rmdemux.c: This was supposed to part of the
26349 last checkin. Same idea.
26351 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26353 reviewed by David Schleef
26355 * configure.ac: bump required gstreamer version to 0.8.1.1
26356 because of following changes [--ds]
26358 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26359 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26360 (gst_riff_read_header): Use GST_READ_UINT*
26361 macros to access possibly unaligned memory.
26363 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26364 (mp3_type_find): Use GST_READ_UINT*
26365 macros to access possibly unaligned memory.
26366 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26367 (speex_type_find): Likewise
26369 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26371 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26372 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26373 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26374 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26375 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26376 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26377 macros to access possibly unaligned memory.
26379 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26382 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26383 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26385 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26388 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26389 (gst_mpeg2subt_chain_subtitle): Likewise.
26391 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26392 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26395 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26398 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26401 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26404 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26407 update required version of GStreamer because of GST_TIME_FORMAT
26409 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26411 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26412 remove leftover g_print
26413 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26414 don't try setting only a subset of the caps. We don't want to kill
26415 autoplugging on purpose
26417 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26419 * sys/ximage/ximagesink.c: (plugin_init):
26420 * sys/xvimage/xvimagesink.c: (plugin_init):
26421 add debugging categories
26423 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26427 Adding en_GB translation (Gareth Owen)
26429 2004-04-20 David Schleef <ds@schleef.org>
26431 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26432 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26433 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26434 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26435 A number of new features and hacks to extract the esds atom and
26436 put it into the caps. (bug #137724)
26438 2004-04-19 David Schleef <ds@schleef.org>
26440 * gconf/Makefile.am: Fix for non-GNU make
26441 * gst-libs/gst/Makefile.am: Change directory order to handle
26442 GstPlay linking with gstinterfaces
26443 * gst-libs/gst/audio/make_filter: make use of tr portable
26444 * gst-libs/gst/play/Makefile.am: Add intended \
26445 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26446 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26447 function prototype instead of void *.
26448 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26450 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26451 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26452 * gst/videofilter/make_filter: make use of tr portable
26453 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26455 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26459 Added Ukrainian translation (Maxim V. Dziumanenko)
26461 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26463 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26464 (gst_gsmdec_link), (gst_gsmdec_chain):
26465 Fix capsnego, simplify chain function slightly.
26466 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26469 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26471 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26472 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26473 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26474 Hack to make wavparse work with spider (always -> sometimes pad).
26475 Fixes #135862 && #140411.
26477 2004-04-18 Benjamin Otte <otte@gnome.org>
26479 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26480 (gst_osselement_rate_probe_check),
26481 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26482 get rid of \n in debug output
26484 2004-04-17 Iain <iain@prettypeople.org>
26486 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26489 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26491 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26492 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26493 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26494 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26495 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26496 (gst_id3_tag_change_state), (plugin_init):
26497 deprecate id3tag element and replace with id3demux/id3mux.
26498 great side effect: this ugly file is now even uglier, yay!
26499 * ext/mad/gstmad.h:
26500 remove non-available function
26501 update for new get_type
26503 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26506 require mpeg2dec >= 0.4.0
26508 2004-04-17 Benjamin Otte <otte@gnome.org>
26510 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26511 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26512 (gst_xvimagesink_set_xwindow_id):
26513 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26514 assorted cleanup fixes.
26516 2004-04-16 David Schleef <ds@schleef.org>
26518 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26519 * sys/xvimage/xvimagesink.h: same
26521 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26523 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26524 Fix GST_ELEMENT_ERROR with (NULL)
26526 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26528 * gst-libs/gst/riff/riff-media.c:
26529 (gst_riff_create_video_caps_with_data):
26530 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26532 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26534 * gst-libs/gst/riff/riff-media.c:
26535 (gst_riff_create_video_caps_with_data),
26536 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26537 (gst_riff_create_video_template_caps),
26538 (gst_riff_create_audio_template_caps):
26539 * gst-libs/gst/riff/riff-media.h:
26540 * gst-libs/gst/riff/riff-read.c:
26541 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26542 * gst-libs/gst/riff/riff-read.h:
26543 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26544 Add MS RLE support. I added some functions to read out strf chunks
26545 into strf chunks and the data behind it. This is usually color
26546 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26547 caps creation. Lastly, add ADPCM (similar to wavparse - which
26548 should eventually be rifflib based).
26549 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26550 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26551 * gst/matroska/matroska-demux.h:
26552 Remove placeholders for some prehistoric tagging system. Didn't add
26553 support for any tag system really anyway.
26554 * gst/qtdemux/qtdemux.c:
26555 Add support for audio/x-m4a (MPEG-4) through spider.
26556 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26557 (gst_wavparse_loop):
26558 ADPCM support (#135862). Increase max. buffer size because we
26559 cannot split buffers for ADPCM (screws references) and I've seen
26560 files with 2048 byte chunks. 4096 seems safe for now.
26562 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26564 * configure.ac: bump nano to 1
26566 === release 0.8.1 ===
26568 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26570 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26572 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26574 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26575 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26578 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26580 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26581 lower rank of dvddemux so that it's not used for mpeg playback.
26583 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26586 save libs correctly when checking mad
26588 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26590 * ext/mad/gstid3tag.c: (plugin_init):
26591 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26593 2004-04-13 David Schleef <ds@schleef.org>
26595 * common/m4/gst-feature.m4: Call -config scripts with
26596 --plugin-libs if it is supported.
26597 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26598 JPEG images are image/jpeg.
26599 * gst/debug/Makefile.am:
26600 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26601 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26602 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26603 (gst_negotiation_plugin_init): Add a property that acts like
26605 * testsuite/gst-lint: Move license checking to be a standard
26608 2004-04-13 David Schleef <ds@schleef.org>
26610 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26611 patch from Sebastien Cote (bug #139958)
26613 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26615 * examples/gstplay/Makefile.am:
26616 * examples/gstplay/player.c: (main):
26617 make the commandline player example use gconf settings
26619 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26621 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26622 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26623 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26624 init/end library during state transition, not object
26625 creation/disposal. get rid of custom dispose handler.
26628 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26630 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26633 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26635 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26636 Handle JUNK chunks inside data section. Prevents warnings.
26638 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26640 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26641 (gst_riff_create_video_template_caps):
26643 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26644 (gst_avi_demux_stream_data):
26645 Add support for "rec-list" chunks.
26647 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26649 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26650 Fix another codecname mismatch.
26652 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26654 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26655 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26656 so that MJPEG plays back.
26658 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26660 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26661 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26662 * gst/mpeg1videoparse/gstmp1videoparse.h:
26663 Fix for some slight mis-cuts in buffer parsing, and for some
26664 potential overflows or faults-causers. Adds disconts. Also fixes
26665 #139105 while we're at it.
26667 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26670 * sys/v4l2/gstv4l2element.h:
26671 Workaround for missing struct v4l2_buffer declaration in Suse 9
26672 and Mandrake 10 linux/videodev2.h header file (#135919).
26674 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26676 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26677 Bail out if no filename was given.
26679 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26681 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26682 (gst_v4l2_fourcc_from_structure):
26683 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26686 2004-04-09 Benjamin Otte <otte@gnome.org>
26688 * ext/gnomevfs/gstgnomevfssink.c:
26689 (_gst_boolean_allow_overwrite_accumulator),
26690 (gst_gnomevfssink_class_init):
26691 fix erase signal - if any handler returns false the file will not be
26692 overwritten. If no handler is connected, the file will not be
26693 overwritten either.
26694 renamed signal to "allow-overwrite"
26695 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26696 free string when adding it to ID3 failed
26697 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26698 unref event when done
26699 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26701 * gst/typefind/gsttypefindfunctions.c:
26702 (mpeg_video_stream_type_find):
26705 2004-04-08 David Schleef <ds@schleef.org>
26707 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26708 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26710 2004-04-08 David Schleef <ds@schleef.org>
26712 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26713 we don't support (bug #139532)
26715 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26717 * ext/mad/gstmad.c: (gst_mad_handle_event),
26718 (gst_mad_check_caps_reset), (gst_mad_chain),
26719 (gst_mad_change_state):
26720 only set explicit caps if they haven't been set before for
26721 this stream. MPEG-audio sample rate/channels aren't allowed
26722 to change in-stream.
26725 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26727 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26728 (_gst_boolean_did_something_accumulator),
26729 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26730 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26731 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26732 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26733 (gst_gnomevfssink_change_state):
26734 Fix erase signal. Don't erase by default. Remove handoff signal.
26735 Remove erase property. Don't segfault. General cleanup.
26737 2004-04-07 Benjamin Otte <otte@gnome.org>
26739 * gst-libs/gst/gconf/test-gconf.c: (main):
26740 add missing gst_init
26742 2004-04-07 Benjamin Otte <otte@gnome.org>
26744 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26745 free the mutexes, too
26747 2004-04-07 Benjamin Otte <otte@gnome.org>
26749 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26750 actually free the URI string
26751 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26752 compute offset correctly when passing discont events
26753 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26754 don't leak discont events
26755 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26756 add some missing breaks so caps aren't copied randomly
26757 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26758 if we realloc memory, we better use it
26760 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26762 * ext/mad/gstmad.c: (normal_seek):
26763 fix GST_FORMAT_TIME usage
26765 2004-04-05 David Schleef <ds@schleef.org>
26767 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26768 a deprecated function (hack!)
26770 2004-04-05 Benjamin Otte <otte@gnome.org>
26772 * ext/esd/esdmon.c: (gst_esdmon_get):
26773 fix nonterminated vararg and memleak
26775 2004-04-05 Benjamin Otte <otte@gnome.org>
26777 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26778 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26779 (gst_ladspa_set_property), (gst_ladspa_get_property),
26780 (gst_ladspa_instantiate), (gst_ladspa_activate),
26781 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26784 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26786 reviewed by Benjamin Otte <otte@gnome.org>
26788 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26789 check for broken LADSPA parameters (fixes #138635)
26791 2004-04-05 Benjamin Otte <otte@gnome.org>
26793 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26794 advertise buffer-frames correctly on sinkpads
26796 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26798 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26799 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26800 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26801 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26802 (gst_mad_check_caps_reset), (gst_mad_chain):
26803 add more debugging, only reset caps when we're not in error state
26805 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26807 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26809 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26811 reviewed by Benjamin Otte <otte@gnome.org>
26814 fix == in test(1) operator
26816 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26818 reviewed by Benjamin Otte <otte@gnome.org>
26821 fix --export-symblos-regex to a working regex.
26823 2004-04-04 Benjamin Otte <otte@gnome.org>
26825 * sys/oss/.cvsignore:
26828 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26830 reviewed by Benjamin Otte <otte@gnome.org>
26832 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26833 add missing 'new_media' argument (fixes #138168)
26834 * gst/matroska/matroska-demux.c:
26835 (gst_matroska_demux_handle_seek_event):
26836 add vararg terminator (fixes #138169)
26838 2004-04-02 David Schleef <ds@schleef.org>
26840 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26841 disted (bug #138914)
26843 2004-04-01 Benjamin Otte <otte@gnome.org>
26845 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26846 (gst_alsa_close_audio):
26847 handle case better where a soundcard can't pause
26848 * ext/ogg/gstoggdemux.c:
26849 don't crash when we get events but don't have pads yet
26851 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26853 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26854 throw an error if we couldn't probe any caps.
26856 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26858 * ext/dvdnav/gst-dvd:
26859 Add a really simple sample DVD player
26861 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26863 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26864 (gst_a52dec_push), (gst_a52dec_handle_event),
26865 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26866 (gst_a52dec_change_state):
26867 * ext/a52dec/gsta52dec.h:
26868 Use a debug category, Output timestamps correctly
26869 Emit tag info, Handle events, tell liba52dec about cpu
26870 capabilities so it can use MMX etc.
26871 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26872 Fix a crasher accessing invalid memory
26873 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26874 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26875 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26876 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26878 Some support for byte-format seeking.
26879 Small fixes for still frames and menu button overlays
26880 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26881 (gst_mpeg2dec_alloc_buffer):
26882 Use a debug category. Adjust the report level of several items to
26883 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26884 so it doesn't lose the GstBuffer pointer
26885 * gst/debug/Makefile.am:
26886 * gst/debug/gstdebug.c: (plugin_init):
26887 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26888 (gst_navseek_base_init), (gst_navseek_class_init),
26889 (gst_navseek_init), (gst_navseek_seek),
26890 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26891 (gst_navseek_get_property), (gst_navseek_chain),
26892 (gst_navseek_plugin_init):
26893 * gst/debug/gstnavseek.h:
26894 Add the navseek debug element for seeking back and forth in a
26895 video stream using arrow keys.
26896 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26897 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26898 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26899 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26900 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26901 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26902 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26903 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26904 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26905 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26906 * gst/mpeg2sub/gstmpeg2subt.h:
26907 Pretty much a complete rewrite. Now a loopbased element. May still
26908 require work to properly synchronise subtitle buffers.
26909 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26910 (gst_dvd_demux_send_subbuffer):
26911 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26912 Don't attempt to create subbuffers of size 0
26913 Reduce a couple of error outputs to warnings.
26914 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26915 (gst_y4mencode_chain):
26916 Output the y4m frame header correctly.
26918 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26920 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26921 throw errors instead of allowing SIGFPE
26923 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26925 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26926 (gst_gconf_render_bin_from_key):
26927 leak plugging and style fixing
26929 2004-03-31 David Schleef <ds@schleef.org>
26931 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26932 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26934 * gst/debug/Makefile.am:
26935 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26936 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26938 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26939 (gst_negotiation_base_init), (gst_negotiation_class_init),
26940 (gst_negotiation_init), (gst_negotiation_getcaps),
26941 (gst_negotiation_pad_link), (gst_negotiation_chain),
26942 (gst_negotiation_set_property), (gst_negotiation_get_property),
26943 (gst_negotiation_plugin_init): New element to talk about random
26944 negotiation things happening in a pipeline.
26946 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26948 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26949 fix integer addition with help of Stefan Kost
26951 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26953 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26955 2004-03-30 David Schleef <ds@schleef.org>
26957 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26958 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26959 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26961 * ext/mpeg2dec/gstmpeg2dec.h:
26963 2004-03-30 David Schleef <ds@schleef.org>
26965 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26967 2004-03-30 David Schleef <ds@schleef.org>
26969 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26970 Michael Petullo) to handle .mov
26972 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26974 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26975 (gst_osselement_rate_check_rate):
26976 probe caps correctly for sound cards that only support one format
26978 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26980 * ext/kio/kiosrc.cpp: (process_events):
26981 update handling event processing if inside KDE - untested
26983 2004-03-29 David Schleef <ds@schleef.org>
26985 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26986 by 2 to not interfere with other colorspaces.
26987 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26988 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26989 one to not interfere with ffmpeg_colorspace.
26991 2004-03-29 David Schleef <ds@schleef.org>
26993 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26994 aren't in the caps.
26995 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26996 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26998 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27000 * gst-libs/gst/riff/riff-media.c:
27001 fail on error, don't try to set stuff on NULL caps
27003 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27007 * ext/kio/Makefile.am:
27008 * ext/kio/kioreceiver.cpp:
27009 * ext/kio/kioreceiver.h:
27010 * ext/kio/kiosrc.cpp:
27011 * ext/kio/kiosrc.h:
27012 add experimental kiosrc plugin
27013 * ext/alsa/gstalsaplugin.c: (plugin_init):
27014 initialize debugging category only when we're sure registering the
27017 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27019 * examples/gstplay/player.c: (main):
27020 * gst-libs/gst/play/play.c: (gst_play_class_init),
27021 (gst_play_set_location), (gst_play_set_data_src),
27022 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27023 (gst_play_set_visualization), (gst_play_connect_visualization):
27024 check return values of element_set_state and return FALSE where
27027 2004-03-29 Benjamin Otte <otte@gnome.org>
27029 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27030 try harder to check if an event is really a discont
27032 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27034 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27037 2004-03-28 Benjamin Otte <otte@gnome.org>
27039 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27040 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27041 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27042 get rid of non-standard "..." ranges in case statements.
27044 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27046 * gst/mpegstream/gstmpegdemux.c:
27047 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27048 specific functionality split to the new dvddemux element.
27049 * gst/mpegstream/gstdvddemux.c:
27050 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27051 streams, derived from mpegdemux.
27052 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27053 up. SCR based timestamp rewriting can be turned off (will probably
27054 completely disappear soon).
27055 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27056 hacking. General cleanup. All printf statements replaced by
27057 debugging messages. Almost complete libdvdnav support.
27058 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27059 by events. New properties for audio and subpicture languages.
27060 (dvdnavsrc_update_highlight): Now uses events.
27061 (dvdnavsrc_user_op): Cleaned up.
27062 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27063 based). Lots of cleanup, and propper support for most libdvdnav
27065 (dvdnavsrc_make_dvd_event): New function.
27066 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27067 (dvdnavsrc_make_clut_change_event): New function.
27069 2004-03-26 Benjamin Otte <otte@gnome.org>
27071 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27072 fix bug where typefinding would claim it's theora whenever less then
27073 7 bytes of data were available
27075 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27077 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27078 (gst_alawdec_base_init), (gst_alawdec_class_init),
27079 (gst_alawdec_init), (gst_alawdec_chain):
27080 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27081 (gst_alawenc_base_init), (gst_alawenc_class_init),
27082 (gst_alawenc_init), (gst_alawenc_chain):
27083 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27084 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27085 (gst_mulawdec_init), (gst_mulawdec_chain):
27086 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27087 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27088 (gst_mulawenc_init), (gst_mulawenc_chain):
27089 Fix capsnego in all four, remove the unused property functions and
27090 simplify the chain functions slightly. I guess we could use macros
27091 or something similar for those, since the code is so similar, but
27092 I'm currently too lazy...
27094 2004-03-24 David Schleef <ds@schleef.org>
27096 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27097 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27098 (gst_osselement_get_format_structure),
27099 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27100 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27101 (gst_osselement_rate_int_compare): Add code to handle rate probing
27103 * sys/oss/gstosselement.h: same
27104 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27105 Use rate probing provided by osselement.
27106 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27108 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27110 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27111 (gst_xvidenc_get_property):
27114 2004-03-24 David Schleef <ds@schleef.org>
27116 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27117 (gst_speexdec_init):
27118 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27119 (gst_speexenc_init): Create the pad template correctly (from
27120 the static pad template, not a NULL pointer.)
27122 2004-03-25 Benjamin Otte <otte@gnome.org>
27124 * gst/debug/Makefile.am:
27125 * gst/debug/breakmydata.c:
27126 add element that quasi-randomly changes bytes in the stream.
27127 Intended use is robustness checking of demuxers and decoders in
27130 2004-03-24 Benjamin Otte <otte@gnome.org>
27132 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27133 (gst_alsa_probe_hw_params):
27134 * ext/alsa/gstalsa.h:
27135 debugging output fixes
27137 2004-03-24 Benjamin Otte <otte@gnome.org>
27139 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27140 don't g_return_if_fail if element is PLAYING, fail silently as every
27142 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27143 only fix needed for cast lvalue issues in gst-plugins
27144 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27147 2004-03-24 Benjamin Otte <otte@gnome.org>
27149 * gst/level/gstlevel.c: (gst_level_init):
27150 add proxying getcaps function, so level doesn't advertise impossible
27153 2004-03-24 David Schleef <ds@schleef.org>
27155 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27156 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27157 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27158 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27159 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27160 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27161 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27162 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27163 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27164 messages. Divide the chunk size by the compression ratio
27165 (needed for MACE audio)
27167 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27169 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27170 Fix buffer overflow read error.
27172 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27174 * ext/alsa/gstalsa.h:
27175 Remove unused entry.
27176 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27178 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27179 (gst_videodrop_link), (gst_videodrop_chain):
27180 Fix, sort of. Was horribly broken with new capsnego. Bah...
27182 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27184 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27186 Add a monkeysaudio typefind function
27188 2004-03-23 Johan Dahlin <johan@gnome.org>
27190 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27191 (gst_play_video_fixate): Check so the structure has the field
27192 before trying to fixate them, this makes it possible to have
27193 fakesinks for video and audio output without printing errors on
27194 the output console.
27196 2004-03-22 David Schleef <ds@schleef.org>
27198 * sys/oss/Makefile.am:
27199 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27200 (check_rate), (add_rate): Rate probing test app.
27202 2004-03-21 Benjamin Otte <otte@gnome.org>
27204 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27205 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27206 add a fixation function that pretty much does the right thing (fixes
27209 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27211 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27213 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27215 reviewed by: Benjamin Otte <otte@gnome.org>
27217 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27218 terminate gst_event_new_discontinuous correctly (fixes parts of
27221 2004-03-19 David Schleef <ds@schleef.org>
27223 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27224 since it doesn't depend on X, and it's part of our ABI.
27226 2004-03-19 Iain <iain@prettypeople.org>
27228 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27229 is_int in the structure, not the local variable.
27231 2004-03-19 David Schleef <ds@schleef.org>
27233 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27234 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27235 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27236 Improvements in caps negotiation.
27238 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27242 adding Afrikaans (Petri Jooste)
27244 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27246 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27247 (gst_ffmpegcolorspace_chain):
27248 throw error instead of g_critical (#137588)
27250 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27254 dist common and m4 correctly
27257 2004-03-17 David Schleef <ds@schleef.org>
27259 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27262 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27266 adding Swedish translation (Christian Rose)
27268 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27270 * Makefile.am: use release.mak
27272 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27274 * common/ChangeLog:
27275 * common/gst-autogen.sh:
27276 add some explanation about the version detection
27280 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27282 * configure.ac: bump nano to 1
27284 === release 0.8.0 ===
27286 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27288 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27290 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27293 update libtool version
27294 * gst-libs/gst/media-info/Makefile.am:
27295 actually use libtool version
27297 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27299 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27301 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27304 * gst-plugins.spec.in:
27305 * pkgconfig/Makefile.am:
27306 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27307 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27308 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27309 * pkgconfig/gstreamer-libs.pc.in:
27310 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27311 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27312 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27313 * pkgconfig/gstreamer-plugins.pc.in:
27314 remove @VERSION@ from some of the pc files since core and plugins
27316 created gstreamer-plugins.pc as it's a better name, but keeping
27317 -libs around for now to get fixes upstream done first.
27319 2004-03-15 Julien MOUTTE <julien@moutte.net>
27321 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27322 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27323 * gst-libs/gst/play/play.h:
27325 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27327 * *.c, *.cc: don't mix tabs and spaces
27329 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27331 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27332 use the new ffmpegcolorspace
27333 * gst-plugins.spec.in:
27334 package new colorspace and media-info
27336 * pkgconfig/Makefile.am:
27337 fix some more disting issues
27338 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27339 * pkgconfig/gstreamer-media-info.pc.in:
27340 generate media-info pc files
27342 2004-03-15 Johan Dahlin <johan@gnome.org>
27344 * *.h: Revert indenting
27346 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27349 adding ffmpegcolorspace element
27350 * gst/ffmpegcolorspace/Makefile.am:
27351 * gst/ffmpegcolorspace/avcodec.h:
27352 * gst/ffmpegcolorspace/common.h:
27353 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27354 * gst/ffmpegcolorspace/dsputil.h:
27355 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27356 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27357 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27358 (gst_ffmpeg_caps_to_pix_fmt):
27359 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27360 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27361 (gst_ffmpegcolorspace_caps_remove_format_info),
27362 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27363 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27364 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27365 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27366 (gst_ffmpegcolorspace_set_property),
27367 (gst_ffmpegcolorspace_get_property),
27368 (gst_ffmpegcolorspace_register):
27369 * gst/ffmpegcolorspace/imgconvert.c:
27370 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27371 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27372 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27373 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27374 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27375 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27376 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27377 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27378 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27379 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27380 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27381 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27382 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27383 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27384 (img_get_alpha_info), (deinterlace_line),
27385 (deinterlace_line_inplace), (deinterlace_bottom_field),
27386 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27387 * gst/ffmpegcolorspace/imgconvert_template.h:
27388 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27389 * gst/ffmpegcolorspace/mmx.h:
27390 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27391 adding ffmpegcolorspace element supplied by Ronald after cleaning
27392 up and pulling in the right bits of upstream source.
27393 I'm sure a better C/compiler wizard could do some cleaning up (for
27394 example use GLIB's malloc stuff), but as a first pass this
27397 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27399 * ext/alsa/gstalsa.h:
27400 I assume Ronald forgot to commit the change to have cardname
27401 as a struct member. Expect some public spanking at the next
27404 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27406 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27407 (gst_alsa_open_audio), (gst_alsa_close_audio):
27408 * ext/alsa/gstalsa.c:
27409 Don't open the device if we're a mixer (= padless).
27410 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27411 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27412 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27413 Open mixer during state change rather than during object
27414 initialization. Also, get a device name. Currently in a somewhat
27415 hackish fashion, but I didn't really find something better.
27417 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27419 * *.c, *.h: run gst-indent
27421 2004-03-14 Benjamin Otte <otte@gnome.org>
27423 * gst/modplug/gstmodplug.cc:
27424 * gst/modplug/gstmodplug.h:
27425 set correct timestamps on outgoing buffers
27427 2004-03-14 Benjamin Otte <otte@gnome.org>
27429 * gst/modplug/gstmodplug.cc:
27430 handle events - don't do crap when a discont arrives that's not
27432 This allows correct loading and playback of mods in Rhythmbox
27434 2004-03-14 Benjamin Otte <otte@gnome.org>
27437 * gst-libs/gst/gconf/Makefile.am:
27438 * pkgconfig/Makefile.am:
27439 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27440 they get rebuilt properly
27442 when checking for vorbis, try pkgconfig first.
27443 * gst/modplug/gstmodplug.cc:
27444 add fixate function
27446 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27448 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27449 Fix for obvious mistake, where we first shift the offset and then
27450 read a samplesize element assuming the old offset. Note that this
27451 part still has something weird, i.e. my movies containing those
27452 don't actually play well, but at least there's something that looks
27455 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27456 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27458 Add a typefind function for speex format
27460 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27462 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27463 (gst_asf_demux_setup_pad):
27464 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27465 instead of 0. Reason is simple: some elements have a fps range
27466 of 1-max instead of 0-max. So now ASF video actually works.
27468 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27472 adding serbian as a language
27474 2004-03-13 Benjamin Otte <otte@gnome.org>
27476 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27477 return taglist correctly from _get function, don't gst_pad_push it.
27480 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27481 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27483 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27485 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27486 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27487 (gst_alsa_mixer_track_new):
27488 * ext/alsa/gstalsamixertrack.h:
27489 Fix ancient leftovers... MixerTrack is a GObject.
27491 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27493 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27494 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27495 Don't block during probing...
27497 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27499 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27500 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27501 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27502 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27503 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27504 (gst_alsa_open_audio), (gst_alsa_close_audio):
27505 * ext/alsa/gstalsa.h:
27506 Add propertyprobe interface implementation, add some device-name
27507 property, all this so that it looks good in gnome-volume-control.
27509 2004-03-12 David Schleef <ds@schleef.org>
27511 * configure.ac: the Hermes library controls hermescolorspace, not
27513 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27514 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27516 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27517 * ext/sdl/sdlvideosink.h: ditto.
27518 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27520 2004-03-12 Benjamin Otte <otte@gnome.org>
27522 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27523 (gst_x_overlay_got_xwindow_id):
27524 * gst-libs/gst/xoverlay/xoverlay.h:
27525 replace XID with unsigned long to get rid of the xlibs dependency in
27526 XOverlay (fixes #137004)
27528 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27529 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27530 (gst_agingtv_setup):
27531 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27532 (gst_dicetv_base_init), (gst_dicetv_class_init),
27533 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27534 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27535 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27536 (gst_edgetv_setup), (gst_edgetv_rgb32):
27537 * gst/effectv/gsteffectv.c:
27538 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27539 (gst_quarktv_set_property):
27540 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27541 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27542 (gst_revtv_setup), (gst_revtv_rgb32):
27543 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27544 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27545 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27546 (gst_shagadelictv_rgb32):
27547 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27548 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27549 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27550 * gst/effectv/gstwarp.c:
27551 Port everything that can be ported to videofilter and fix up the caps.
27552 Can someone with a big-endian machine please check these?
27554 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27556 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27557 (gst_osssink_chain), (gst_osssink_change_state):
27558 Latest fixes for A/V sync, audio playback and such. This is about
27559 all... MPEG playback issues are mostly related to the async build-
27560 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27562 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27564 patch from: Stephane Loeuillet
27567 use pkg-config for some libraries, falling back to the old .m4 way
27572 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27575 * tools/Makefile.am:
27576 * tools/Makefile.in:
27577 * tools/gst-launch-ext-m.m:
27578 * tools/gst-launch-ext.1.in:
27579 * tools/gst-visualise-m.m:
27580 * tools/gst-visualise.1:
27581 * tools/gst-visualise.1.in:
27582 reorganizing generation of script tools
27584 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27586 * ext/divx/gstdivxdec.c:
27587 Downgrade priority. We prefer ffdec_mpeg4.
27588 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27589 (gst_faad_chain), (gst_faad_change_state):
27590 Fix capsnego. Doesn't work for some sounds because we don't have
27591 a 5:1 to stereo element.
27592 * ext/xvid/gstxvid.c: (plugin_init):
27594 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27595 (gst_osssink_change_state):
27596 Add discont handling.
27598 2004-03-09 Colin Walters <walters@verbum.org>
27600 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27603 2004-03-09 Benjamin Otte <otte@gnome.org>
27605 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27606 the signals take 2 arguments
27608 2004-03-09 David Schleef <ds@schleef.org>
27610 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27611 (gst_alsa_fixate): Add fixate function. (bug #136686)
27612 * ext/alsa/gstalsa.h:
27613 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27615 2004-03-09 Benjamin Otte <otte@gnome.org>
27617 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27618 (gst_mikmod_change_state):
27619 * ext/mikmod/gstmikmod.h:
27620 make mikmod's loop function not loop infinitely and call
27621 gst_element_yield anymore
27622 * gst/modplug/gstmodplug.cc:
27623 fix pad negotiation (fixes #136590)
27625 2004-03-09 David Schleef <ds@schleef.org>
27627 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27628 doesn't conflict with the internal colorspace plugin.
27629 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27630 satisfy the crappy-ass shell shipped by a certain vendor.
27631 * gst/videofilter/make_filter: same (bug #135299)
27633 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27635 * configure.ac: bump nano to 1
27637 === release 0.7.6 ===
27639 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27641 * configure.in: releasing 0.7.6, "There"
27643 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27645 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27646 * pkgconfig/gstreamer-play.pc.in:
27647 synchronize the two
27649 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27651 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27652 (cdparanoia_open), (cdparanoia_event):
27653 fix/add error handling
27655 add cdparanoia source
27656 * tools/Makefile.am:
27657 make scripts executable
27659 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27662 * ext/vorbis/Makefile.am:
27664 remove id3types, vorbisfile and xvideosink from the build (#133783)
27666 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27668 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27669 Fix metadata read crash (#136537).
27671 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27673 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27674 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27675 adding mime types, fixing the one-stop function
27677 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27679 * ext/nas/nassink.c and /ext/nas/nassink.h:
27680 More NAS love from Arwed von Merkatz
27681 So lets all sing 'Can you feel the NAS tonight'
27683 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27685 * tools/gst-launch-ext.in:
27686 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27688 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27690 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27691 (gst_mpeg2dec_init):
27692 remove the user_data pad for now, because it is being used in
27693 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27694 If someone knows how to fix this properly, please do.
27696 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27698 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27699 (gst_osssink_get_time):
27700 add a warning, IMO this won't get triggered anymore, remove later
27702 2004-03-07 David Schleef <ds@schleef.org>
27704 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27705 format (bug #136470)
27707 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27709 * gst-libs/Makefile.am:
27710 * gst-libs/gst/media-info/Makefile.am:
27711 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27712 (error_callback), (gst_media_info_error_create),
27713 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27714 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27715 * gst-libs/gst/media-info/media-info-priv.h:
27716 * gst-libs/gst/media-info/media-info-test.c: (main):
27717 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27718 (gst_media_info_class_init), (gst_media_info_instance_init),
27719 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27720 (gst_media_info_read_idler), (gst_media_info_read):
27721 * gst-libs/gst/media-info/media-info.h:
27722 fixed, should work now
27724 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27726 * ext/nas/nassink.c:
27727 A bunch of NAS fixes from Arwed von Merkatz
27729 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27731 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27732 (qtdemux_parse_trak):
27733 Fix crash (j might be greater than n_samples, in which case we're
27734 writing outside the allocated space for the array) and memleak.
27736 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27738 * sys/oss/gstosssink.c: (gst_osssink_chain):
27739 And another caller that couldn't handle delay < 0 (unsigned
27740 integer overflow). Video now continues playing on an audio
27741 buffer underrun, and the clock continues working. Audio still
27744 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27746 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27747 (gst_osssink_get_time):
27748 get_delay() may return values lower than 0. In those cases, we
27749 should not actually cast to *unsigned* int64, that will break
27750 stuff horribly. In my case, it screwed up A/V sync in movies
27751 in totem rather badly.
27753 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27755 * ext/faac/gstfaac.c: (gst_faac_chain):
27756 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27757 * ext/libpng/gstpngenc.c: (user_write_data):
27758 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27759 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27760 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27761 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27762 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27763 of any buffer), should fix some leaks. I hope I didn't unref buffers
27764 that shouldn't be...
27766 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27768 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27769 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27770 (error_callback), (gmi_reset), (gmi_seek_to_track),
27771 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27772 (gmip_find_type_post), (gmip_find_stream_post),
27773 (gmip_find_track_streaminfo_post):
27774 * gst-libs/gst/media-info/media-info-priv.h:
27775 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27776 (info_print), (main):
27777 * gst-libs/gst/media-info/media-info.c:
27778 (gst_media_info_error_create), (gst_media_info_error_element),
27779 (gst_media_info_instance_init), (gst_media_info_get_property),
27780 (gst_media_info_new), (gst_media_info_set_source),
27781 (gst_media_info_read_idler), (gst_media_info_read):
27782 * gst-libs/gst/media-info/media-info.h:
27783 first pass at making this work again. This seems to work on
27784 tagged ogg/vorbis and mp3 files.
27786 2004-03-06 Benjamin Otte <otte@gnome.org>
27788 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27789 fix huge leak: gst_buffer_merge doesn't unref the first argument
27792 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27794 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27795 report layer/mode/emphasis
27797 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27799 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27801 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27803 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27806 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27808 * ext/vorbis/vorbis.c: (plugin_init):
27809 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27810 (gst_vorbis_dec_init), (vorbis_dec_event):
27812 make vorbisdec handle _BYTE and _TIME queries
27814 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27816 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27817 from the xing header
27819 2004-03-06 Benjamin Otte <otte@gnome.org>
27821 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27822 (gst_audio_convert_link), (gst_audio_convert_change_state),
27823 (gst_audio_convert_buffer_from_default_format):
27824 do conversions from/to float correctly, fix some caps nego errors,
27825 export correct supported caps in template and getcaps, use correct
27826 caps in try_set_caps functions
27828 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27830 For some reason, I only committed a ChangeLog entry yesterday and
27831 not the corresponding code...
27832 * ext/mad/gstmad.c: Fix detection of Xing headers
27833 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27835 2004-03-06 Benjamin Otte <otte@gnome.org>
27837 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27838 (gst_ogg_demux_src_query):
27839 make sure to handle the case where there's no current chain
27842 2004-03-05 David Schleef <ds@schleef.org>
27844 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27845 Add fixate function. (bug #131128)
27846 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27847 (gst_sdlvideosink_fixate): Add fixate function.
27848 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27849 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27850 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27851 Fix missing break that was causing ulaw to be interpreted as
27854 2004-03-05 David Schleef <ds@schleef.org>
27856 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27857 Fix code that ignores return value of gst_buffer_merge().
27859 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27860 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27861 * testsuite/gst-lint: Check for above.
27863 2004-03-05 David Schleef <ds@schleef.org>
27865 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27866 caps and throw an element error. (bug #136334)
27868 2004-03-05 David Schleef <ds@schleef.org>
27870 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27871 (gst_faad_chain): Fix negotiation.
27872 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27873 key and button events.
27874 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27876 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27878 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27879 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27880 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27881 function to encourage better negotiation, particularly between
27882 audioconvert and osssink.
27883 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27884 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27886 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27888 * gst/vbidec/vbiscreen.c: Add glib header
27889 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27891 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27893 * ext/mad/gstmad.c: Fix detection of Xing headers
27894 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27896 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27898 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27899 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27902 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27904 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27905 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27906 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27907 files, and report the parsed length as a GST_TAG_DURATION tag.
27908 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27910 2004-03-05 Benjamin Otte <otte@gnome.org>
27912 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27913 convert channels correctly. convert correctly to unsigned.
27915 2004-03-05 Julien MOUTTE <julien@moutte.net>
27917 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27918 we have a window before clearing it.
27920 2004-03-05 Julien MOUTTE <julien@moutte.net>
27922 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27923 have a window before clearing it.
27925 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27927 * gconf/gstreamer.schemas.in:
27928 * gst-libs/gst/gconf/Makefile.am:
27929 version installation path the same way as for 0.6
27930 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27931 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27932 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27933 remove comment that was fixed
27935 2004-03-05 David Schleef <ds@schleef.org>
27937 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27938 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27939 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27940 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27941 Add prototype code for handling seeking and querying.
27943 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27945 * examples/gstplay/player.c: (main):
27946 Initialize variables to NULL. Prevents a segfault because the
27947 (uninitialized) variable is not NULL, resulting in a crash on
27948 trying to reach error->message.
27950 2004-03-05 Benjamin Otte <otte@gnome.org>
27952 * gst/audioconvert/gstaudioconvert.c:
27953 (gst_audio_convert_buffer_to_default_format):
27954 make float=>int conversion work correctly even in cornercases.
27956 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27958 * debian/README.Debian:
27959 * debian/build-deps:
27960 * debian/changelog:
27962 * debian/control.in:
27963 * debian/copyright:
27964 * debian/gstreamer-a52dec.files:
27965 * debian/gstreamer-aa.files:
27966 * debian/gstreamer-alsa.files:
27967 * debian/gstreamer-alsa.manpages:
27968 * debian/gstreamer-arts.files:
27969 * debian/gstreamer-artsd.files:
27970 * debian/gstreamer-audiofile.files:
27971 * debian/gstreamer-avifile.files:
27972 * debian/gstreamer-cdparanoia.files:
27973 * debian/gstreamer-colorspace.files:
27974 * debian/gstreamer-doc.files:
27975 * debian/gstreamer-dv.files:
27976 * debian/gstreamer-dvd.files:
27977 * debian/gstreamer-esd.files:
27978 * debian/gstreamer-festival.files:
27979 * debian/gstreamer-flac.files:
27980 * debian/gstreamer-gconf.conffiles:
27981 * debian/gstreamer-gconf.files:
27982 * debian/gstreamer-gconf.postinst:
27983 * debian/gstreamer-gnomevfs.files:
27984 * debian/gstreamer-gsm.files:
27985 * debian/gstreamer-http.files:
27986 * debian/gstreamer-jack.files:
27987 * debian/gstreamer-jpeg.files:
27988 * debian/gstreamer-mad.files:
27989 * debian/gstreamer-mikmod.files:
27990 * debian/gstreamer-misc.files:
27991 * debian/gstreamer-mpeg2dec.files:
27992 * debian/gstreamer-oss.files:
27993 * debian/gstreamer-plugin-apps.files:
27994 * debian/gstreamer-plugin-apps.manpages:
27995 * debian/gstreamer-plugin-libs-dev.files:
27996 * debian/gstreamer-plugin-libs.files:
27997 * debian/gstreamer-plugin-template.postinst:
27998 * debian/gstreamer-plugin-template.postrm:
27999 * debian/gstreamer-sdl.files:
28000 * debian/gstreamer-sid.files:
28001 * debian/gstreamer-vorbis.files:
28002 * debian/gstreamer-x.files:
28003 * debian/mk.control:
28005 Debian package info not maintained here.
28007 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28009 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28010 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28011 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28012 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28013 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28014 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28015 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28016 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28017 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28018 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28019 * gst-libs/gst/colorbalance/colorbalance.c:
28020 (gst_color_balance_class_init):
28021 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28022 (gst_color_balance_channel_class_init):
28023 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28024 * gst-libs/gst/play/play.c: (gst_play_class_init):
28025 * gst-libs/gst/propertyprobe/propertyprobe.c:
28026 (gst_property_probe_iface_init):
28027 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28028 * gst-libs/gst/tuner/tunerchannel.c:
28029 (gst_tuner_channel_class_init):
28030 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28031 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28032 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28033 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28034 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28035 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28036 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28037 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28038 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28039 fix signals to use - instead of _
28040 * ext/libcaca/gstcacasink.h:
28041 * ext/sdl/sdlvideosink.h:
28044 2004-03-04 David Schleef <ds@schleef.org>
28046 * testsuite/gst-lint: Add a check for bad signal names.
28048 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28050 reviewed by David Schleef
28052 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28053 modified the alpha channel and caused a warning. (bug #136192)
28055 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28057 * gst-plugins.spec.in:
28058 Change names of plugins to actually be correct. Try to keep things
28059 alphabetical to avoid getting beat up by Thomas
28061 2004-03-03 Julien MOUTTE <julien@moutte.net>
28063 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28064 Using ximagesink as a default if no gconf key found. We should
28065 probably consider using alsasink instead of osssink for the audio
28068 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28071 fix --with-plugins, don't think it ever worked before
28072 * gst-plugins.spec.in:
28075 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28077 * ext/sdl/sdlvideosink.h:
28078 * sys/ximage/ximagesink.h:
28079 * sys/xvideo/xvideosink.h:
28080 * sys/xvimage/xvimagesink.h:
28081 Fix for move of gstvideosink.h -> videosink.h.
28083 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28085 * gst-libs/gst/xwindowlistener/Makefile.am:
28086 this is a plugin library, not a library
28088 2004-03-01 David Schleef <ds@schleef.org>
28090 * AUTHORS: Added some names. Add yourself if you're still
28093 2004-03-01 David Schleef <ds@schleef.org>
28097 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28099 * gst-plugins.spec.in: clean up spec file
28101 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28103 * gst-libs/gst/video/Makefile.am:
28104 * gst-libs/gst/video/gstvideosink.c:
28105 * gst-libs/gst/video/gstvideosink.h:
28106 rename gstvideosink.h to videosink.h to match other headers
28107 * gst/mixmatrix/Makefile.am:
28108 fix plugin filename
28109 * gst/tags/Makefile.am: fix plugin filename
28111 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28113 * gst/tags/Makefile.am: fix plugin filename
28115 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28117 * examples/gstplay/player.c: (got_time_tick), (main):
28119 display time_tick more readably
28120 * gst/mixmatrix/Makefile.am:
28121 fix plugin file name
28123 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28125 * sys/oss/gstosselement.c: (gst_osselement_probe),
28126 (device_combination_append), (gst_osselement_class_probe_devices):
28127 * sys/oss/gstosselement.h:
28128 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28129 on my system using alsa oss emulation, fixes bug #135597
28131 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28133 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28134 (gst_videodrop_chain), (gst_videodrop_change_state):
28135 * gst/videodrop/gstvideodrop.h:
28136 Work based on timestamp of input data, not based on the expected
28137 framerate from the input. The consequence is that this element now
28138 not only scales framerates, but also functions as a framerate
28139 corrector or framerate stabilizer/constantizer.
28141 2004-02-27 David Schleef <ds@schleef.org>
28143 patches from jmmv@menta.net (Julio M. Merino Vidal)
28145 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28146 GST_ELEMENT_ERROR call (bug #135634)
28147 * gst/interleave/interleave.c: (interleave_buffered_loop),
28148 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28149 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28150 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28151 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28152 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28153 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28154 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28155 Fix GST_ELEMENT_ERROR call.
28156 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28157 GST_ELEMENT_ERROR call.
28159 2004-02-27 Benjamin Otte <otte@gnome.org>
28161 * gst-libs/gst/audio/audio.h:
28162 add macro to make sure header isn't included twice
28163 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28164 don't use gst_buffer_free
28165 * gst/playondemand/filter.func:
28166 don't use gst_data_free. Free data only once.
28168 2004-02-26 David Schleef <ds@schleef.org>
28170 * gst-libs/gst/colorbalance/Makefile.am:
28171 * gst-libs/gst/mixer/Makefile.am:
28172 * gst-libs/gst/tuner/Makefile.am:
28173 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28174 should not be disted, -marshal.h files should not be installed,
28175 and -enum.h files _should_ be installed. Fix to make this the
28178 === release 0.7.5 ===
28180 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28182 * configure.ac: release 0.7.5, "Under The Sea"
28184 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28186 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28187 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28188 * gst/videoscale/gstvideoscale.c:
28189 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28190 assorted debug/warning fixes
28192 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28194 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28195 (gst_videoscale_init), (gst_videoscale_chain),
28196 (gst_videoscale_set_property), (plugin_init):
28197 * gst/videoscale/gstvideoscale.h:
28198 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28199 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28200 (gst_videoscale_planar400), (gst_videoscale_packed422),
28201 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28202 (gst_videoscale_24bit), (gst_videoscale_16bit),
28203 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28204 (gst_videoscale_scale_plane_slow),
28205 (gst_videoscale_scale_point_sample),
28206 (gst_videoscale_scale_nearest),
28207 (gst_videoscale_scale_nearest_str2),
28208 (gst_videoscale_scale_nearest_str4),
28209 (gst_videoscale_scale_nearest_32bit),
28210 (gst_videoscale_scale_nearest_24bit),
28211 (gst_videoscale_scale_nearest_16bit):
28212 add debugging category and use it properly
28213 fix use of GST_PTR_FORMAT
28215 2004-02-25 Andy Wingo <wingo@pobox.com>
28217 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28218 push only when channel->buffer is NULL. Prevents segfaults doing
28219 the state change after a nonlocal exit, like a scheme exception.
28221 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28222 Handle the case where the intersected caps is empty.
28224 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28226 * gst/law/mulaw-decode.c: (mulawdec_link):
28227 * gst/law/mulaw.c: (plugin_init):
28228 fix mulawdec so it actually works again
28230 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28232 reviewed by: David Schleef <ds@schleef.org>
28234 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28235 (gst_gamma_init), (gst_gamma_set_property),
28236 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28237 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28238 for RGB, with separate r g and b correction factors. (#131167)
28240 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28242 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28243 only signal tags for bitrate if they're > 0 (#134894)
28245 2004-02-24 David Schleef <ds@schleef.org>
28247 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28248 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28249 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28250 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28251 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28252 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28253 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28254 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28255 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28256 category. Attempt to fix timestamp calculation.
28258 2004-02-24 Johan Dahlin <johan@gnome.org>
28260 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28262 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28265 * gconf/Makefile.am:
28266 * gconf/gstreamer.schemas:
28267 * gst-libs/gst/gconf/Makefile.am:
28268 * gst-libs/gst/gconf/gconf.c:
28269 version gconf schemas and install locations
28271 2004-02-23 Benjamin Otte <otte@gnome.org>
28273 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28274 (gst_xine_input_subclass_init):
28275 call parent dispose.
28276 change pad template for CD reader correctly
28277 * ext/xine/Makefile.am:
28278 * ext/xine/gstxine.h:
28279 * ext/xine/xine.c: (plugin_init):
28280 * ext/xine/xineaudiosink.c:
28281 wrap audio sinks, too
28282 * gst-libs/gst/resample/private.h:
28283 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28284 (gst_resample_reinit), (gst_resample_scale),
28285 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28286 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28287 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28288 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28289 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28290 * gst-libs/gst/resample/resample.h:
28291 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28292 (gst_audioscale_class_init), (gst_audioscale_link),
28293 (gst_audioscale_get_buffer), (gst_audioscale_init),
28294 (gst_audioscale_chain), (gst_audioscale_set_property),
28295 (gst_audioscale_get_property):
28296 * gst/audioscale/gstaudioscale.h:
28297 s/resample_*/gst_resample_*/i to not clobber namespaces
28299 2004-02-23 Julien MOUTTE <julien@moutte.net>
28301 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28302 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28303 (gst_riff_create_video_template_caps),
28304 (gst_riff_create_audio_template_caps),
28305 (gst_riff_create_iavs_template_caps):
28306 * gst-libs/gst/riff/riff-media.h:
28307 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28308 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28309 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28310 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28311 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28312 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28313 (gst_matroska_demux_plugin_init): First batch implementing audio and
28314 video codec tags in demuxers.
28316 2004-02-22 Benjamin Otte <otte@gnome.org>
28318 * ext/xine/Makefile.am:
28319 * ext/xine/gstxine.h:
28320 * ext/xine/xine.c: (plugin_init):
28321 * ext/xine/xineinput.c:
28322 add input plugin wrapper. Playback from files, http, mms and cdda
28324 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28325 remove leftover G_GNUC_UNUSED
28326 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28327 (gst_asf_demux_identify_guid):
28328 improve debugging output
28330 2004-02-22 Benjamin Otte <otte@gnome.org>
28332 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28335 replace test -e with test -x for mkinstalldirs to be more portable.
28338 2004-02-22 Benjamin Otte <otte@gnome.org>
28340 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28342 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28343 set rank to PRIMARY
28344 * gst/volume/gstvolume.c: (plugin_init):
28348 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28350 reviewed by Benjamin Otte <otte@gnome.org>
28352 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28353 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28355 2004-02-22 Benjamin Otte <otte@gnome.org>
28358 export [_]*{gst,Gst,GST}.* symbols from plugins
28360 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28362 reviewed by: Benjamin Otte <otte@gnome.org>
28364 * ext/lame/gstlame.c: (add_one_tag):
28365 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28366 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28367 (gst_vorbisenc_metadata_set1):
28368 * gst/tags/gstid3tag.c:
28369 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28370 apply fixes from bugs #135042 (lame can't write tags) and #133817
28371 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28373 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28375 * configure.ac: Export only gst_plugin_desc from plugins.
28376 Note that this change only makes any effect with Linux using libtool
28377 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28378 fine. And don't try to have several versions of libtool in different
28381 2004-02-20 Andy Wingo <wingo@pobox.com>
28383 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28384 interleave respectively.
28386 * gst/interleave/deinterleave.c: New plugin: deinterleave
28387 (replaces on oneton).
28388 * gst/interleave/interleave.c: New plugin: interleave.
28389 * gst/interleave/plugin.h: Support file.
28390 * gst/interleave/plugin.c: Support file.
28392 * configure.ac: Remove intfloat and oneton, add interleave.
28394 * ext/sndfile/gstsf.c: Handle events better.
28396 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28397 and float2int operation. int2float has scheduling problems as
28398 noted in in2float_chain.
28400 2004-02-20 Benjamin Otte <otte@gnome.org>
28402 * ext/xine/Makefile.am:
28403 * ext/xine/gstxine.h:
28405 * ext/xine/xineaudiodec.c:
28406 * ext/xine/xinecaps.c:
28407 add first version of xine plugin wrapper. Currently only wraps the
28408 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28411 add xine plugin wrapper, disabled by default. Use --enable-xine to
28412 build. Note that it'll segfault on gst-register if you don't remove
28413 the goom and tvtime post plugins from xine.
28414 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28415 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28416 add extradata parsing for QDM2.
28417 change around debugging prints.
28419 2004-02-19 Benjamin Otte <otte@gnome.org>
28421 * ext/lame/gstlame.c: (gst_lame_chain):
28422 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28423 use gst_tag_list_insert when you want to insert tags
28425 2004-02-18 David Schleef <ds@schleef.org>
28427 * configure.ac: Move massink to gst-rotten
28429 * ext/mas/Makefile.am:
28430 * ext/mas/massink.c:
28431 * ext/mas/massink.h:
28433 2004-02-18 David Schleef <ds@schleef.org>
28435 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28436 typefinding, since it seems to be worse than nothing.
28437 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28438 atom to recognize .mp4 and .m4a files as video/quicktime.
28440 2004-02-18 David Schleef <ds@schleef.org>
28442 * gst/sine/demo-dparams.c: (quit_live),
28443 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28444 Use double dparams, not float.
28445 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28446 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28447 sync'd elements don't really work correctly.
28448 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28449 (volume_update_volume), (volume_get_property): Change dparam
28452 2004-02-18 Julien MOUTTE <julien@moutte.net>
28454 * sys/ximage/ximagesink.c:
28455 (gst_ximagesink_xwindow_update_geometry),
28456 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28457 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28458 (gst_ximagesink_init): Rework the way software video scaling works. So
28459 now we check on each chain call if the video frames are feeling the
28460 window. If not we try to renegotiate caps. On failure we memorize that
28461 and we won't try again for that PLAYING sessions.
28462 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28464 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28467 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28469 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28470 break up _link so we can give a better debug message for errors
28472 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28474 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28475 set up debug category
28477 2004-02-18 Julien MOUTTE <julien@moutte.net>
28479 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28480 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28481 the way renegotiation work. The event handling function is not taking
28482 care of external windows and renegotiate method check for pad flags
28483 NEGOTIATING. Should fix : #133209
28485 2004-02-17 Julien MOUTTE <julien@moutte.net>
28487 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28488 pad is negotiating before trying renegotiation.
28490 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28492 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28493 pass on all possible mime types as typefind hints
28495 2004-02-17 Julien MOUTTE <julien@moutte.net>
28497 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28498 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28499 possible SHM leak if we crash. All other apps using XShm are doing
28502 2004-02-17 Julien MOUTTE <julien@moutte.net>
28504 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28505 (gst_ximagesink_expose): Renegotiate size on expose.
28506 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28509 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28511 * testsuite/alsa/sinesrc.c:
28512 cosmetic fix to fix compile issue with gcc 2.95.4
28514 2004-02-16 Julien MOUTTE <julien@moutte.net>
28516 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28517 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28518 failed opening the audio device.
28519 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28520 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28521 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28522 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28523 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28524 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28525 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28526 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28527 Removing some useless g_return_if_fail like wingo suggested.
28528 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28529 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28530 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28531 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28532 (gst_xvimagesink_update_colorbalance),
28533 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28534 (gst_xvimagesink_xcontext_clear),
28535 (gst_xvimagesink_get_fourcc_from_caps),
28536 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28537 (gst_xvimagesink_set_xwindow_id),
28538 (gst_xvimagesink_colorbalance_list_channels),
28539 (gst_xvimagesink_colorbalance_set_value),
28540 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28541 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28543 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28545 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28546 throw error when not negotiated instead of asserting
28548 2004-02-15 Julien MOUTTE <julien@moutte.net>
28550 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28551 correct data refcounting.
28553 2004-02-15 Julien MOUTTE <julien@moutte.net>
28555 * gst/switch/gstswitch.c: (gst_switch_change_state),
28556 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28557 change, mostly the EOS flag.
28559 2004-02-15 Julien MOUTTE <julien@moutte.net>
28561 * examples/gstplay/player.c: (got_eos), (main): Adding some
28562 output for debugging.
28563 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28564 timeouts if we go to any state different from PLAYING.
28565 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28566 more EOS bugs in riff lib.
28568 2004-02-14 Julien MOUTTE <julien@moutte.net>
28570 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28571 visualization until i find a way to fix switch correctly.
28572 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28574 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28575 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28576 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28577 Reworked switch to get a more correct behaviour with events and refing
28578 of data stored in sinkpads.
28579 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28580 we don't pull from a pad in EOS.
28582 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28584 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28585 remove v1 tag even if we can't read it (makes sure we don't detect
28588 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28590 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28591 (gst_alsa_xrun_recovery):
28592 * ext/alsa/gstalsa.h:
28593 try xrun recovery when wait failed. Make xrun recovery function
28594 return TRUE/FALSE to indicate success. (might fix #134354)
28596 2004-02-13 David Schleef <ds@schleef.org>
28598 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28599 (dynparm_value_changed), (main): Convert from float to double.
28600 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28602 2004-02-13 David Schleef <ds@schleef.org>
28604 * gst/silence/gstsilence.c: (gst_silence_class_init),
28605 (gst_silence_set_clock), (gst_silence_get),
28606 (gst_silence_set_property), (gst_silence_get_property):
28607 * gst/silence/gstsilence.h: Add sync property.
28608 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28609 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28610 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28611 * gst/sine/gstsinesrc.h: Add sync property.
28613 2004-02-13 David Schleef <ds@schleef.org>
28615 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28616 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28618 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28622 * gst-libs/ext/Makefile.am:
28623 move ffmpeg plugin to gst-ffmpeg module
28625 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28627 * configure.ac: use GST_ARCH to detect architecture
28629 2004-02-12 Julien MOUTTE <julien@moutte.net>
28631 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28633 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28635 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28636 classify LADSPA plugins based on number of src/sink pads
28637 (#133663, Stefan Kost)
28638 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28639 fix dparams registration
28640 (#133528, Stefan Kost)
28641 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28642 fix use of isprint and use g_ascii_isprint instead
28643 (#133316, Stefan Kost)
28645 2004-02-11 David Schleef <ds@schleef.org>
28647 Convert a few inner loops to use liboil. This is currently
28648 optional, and is only enabled if liboil is present (duh!).
28649 * configure.ac: Check for liboil-0.1
28650 * gst/intfloat/Makefile.am:
28651 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28652 (gst_int2float_chain_gint16):
28653 * gst/videofilter/Makefile.am:
28654 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28655 (tablelookup_u8), (gst_videobalance_planar411):
28656 * gst/videotestsrc/Makefile.am:
28657 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28658 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28659 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28660 (paint_hline_RGB565), (paint_hline_xRGB1555):
28662 2004-02-11 David Schleef <ds@schleef.org>
28664 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28665 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28666 (gst_colorspace_getcaps), (gst_colorspace_link),
28667 (gst_colorspace_base_init), (gst_colorspace_init),
28668 (gst_colorspace_chain), (gst_colorspace_change_state),
28669 (plugin_init): Merge Ronald's patch (bug #117897) and update
28670 for new caps and negotiation. Seems to work, although it
28671 shows off bugs in lcs.
28673 2004-02-11 David Schleef <ds@schleef.org>
28675 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28676 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28678 2004-02-11 David Schleef <ds@schleef.org>
28680 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28681 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28682 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28683 Add server and port properties
28685 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28690 * m4/as-liblame.m4:
28691 * m4/as-slurp-ffmpeg.m4:
28692 * m4/check-libheader.m4:
28699 * m4/gst-ivorbis.m4:
28700 * m4/gst-matroska.m4:
28702 * m4/gst-shout2.m4:
28710 fix underquotedness of macros (#133800)
28711 * m4/as-avifile.m4:
28713 removed because no longer used
28715 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28718 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28719 by autopoint (fixes #132996)
28721 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28723 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28724 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28725 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28726 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28729 2004-02-11 David Schleef <ds@schleef.org>
28731 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28732 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28733 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28734 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28735 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28736 (gst_jpegenc_class_init), (gst_jpegenc_init),
28737 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28738 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28739 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28740 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28742 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28744 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28745 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28746 * ext/mikmod/gstmikmod.h:
28747 fix caps negotiation in mikmod
28748 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28749 output debug information
28751 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28753 * gst-libs/gst/colorbalance/Makefile.am:
28754 * gst-libs/gst/navigation/Makefile.am:
28755 * gst-libs/gst/xoverlay/Makefile.am:
28756 remove unused GST_OPT_CFLAGS from Makefiles
28757 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28759 2004-02-07 David Schleef <ds@schleef.org>
28761 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28762 push events to pads that haven't been created (#133508)
28764 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28766 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28767 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28768 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28769 (gst_dvdec_loop), (gst_dvdec_change_state):
28770 Second attempt at committing a working dvdec element.
28772 2004-02-06 David Schleef <ds@schleef.org>
28774 Build fixes for OS X: (see #129600)
28775 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28776 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28777 (gst_riff_read_strf_iavs):
28778 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28779 (gst_avi_demux_stream_odml):
28780 * gst/playondemand/Makefile.am:
28781 * gst/rtp/rtp-packet.c:
28783 2004-02-05 David Schleef <ds@schleef.org>
28785 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28786 last change, because it Just Doesn't Compile.
28788 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28790 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28791 skip undecodable id3v2 tag instead of keeping it
28793 2004-02-05 David Schleef <ds@schleef.org>
28795 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28796 Unref leaked buffer. (Noticed by Ronald)
28798 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28800 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28801 Sync requires with other checks. >= vs =.
28803 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28805 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28806 (gst_dvdec_video_link), (gst_dvdec_loop):
28807 * ext/dv/gstdvdec.h:
28808 rework the caps negotiation so that dvdec works again instead
28809 of just segfaulting.
28811 === release 0.7.4 ===
28813 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28815 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28816 * configure.ac: changed for release
28818 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28820 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28821 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28822 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28823 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28824 reworked patch by David Lehn to fix libdir and includedir for
28825 uninstalled libraries
28826 removed play and gconf from gstreamer-libs since they have their
28827 own pkgconfig files
28829 2004-02-04 David Schleef <ds@schleef.org>
28831 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28834 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28836 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28837 use correct GST_TAG_ENCODER tag
28839 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28841 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28842 be sure to stop the clock when going to paused
28843 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28844 reset number of transmitted when going to ready.
28847 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28849 reviewed by Benjamin Otte
28851 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28852 extract track count (fixes #133410)
28854 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28856 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28857 that should be !=, not == (fixes #132519)
28859 2004-02-04 David Schleef <ds@schleef.org>
28861 Make sure set_explicit_caps() is called before adding pad.
28862 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28863 * gst/id3/gstid3types.c: (gst_id3types_loop):
28864 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28865 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28867 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28870 bump nano to 2, first prerelease
28871 put back AM_PROG_LIBTOOL
28873 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28875 * testsuite/alsa/Makefile.am:
28876 these are user test apps, not automatic testsuite tests
28878 2004-02-04 David Schleef <ds@schleef.org>
28880 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28881 * gst/mpeg1videoparse/gstmp1videoparse.c:
28882 (mp1videoparse_parse_seq):
28883 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28884 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28885 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28886 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28887 (gst_xvideosink_getcaps):
28888 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28889 * testsuite/gst-lint: more tests
28891 2004-02-04 David Schleef <ds@schleef.org>
28893 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28894 with the code that they would expand to.
28895 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28896 (gst_flacdec_get_src_query_types),
28897 (gst_flacdec_get_src_event_masks):
28898 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28899 (gst_gnomevfssrc_get_query_types),
28900 (gst_gnomevfssrc_get_event_mask):
28902 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28904 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28905 (gst_sinesrc_dispose):
28906 fix memleak by properly disposing sinesrc
28908 2004-02-04 Julien MOUTTE <julien@moutte.net>
28910 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28911 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28912 an overlay to redraw the image because it has been exposed.
28913 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28914 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28915 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28916 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28918 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28919 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28920 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28921 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28924 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28926 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28927 more memleak fixage
28929 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28931 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28932 * gst/typefind/gsttypefindfunctions.c:
28933 fix memleaks shown by gst-typefind
28935 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28937 * common/glib-gen.mak:
28938 add hack rule to touch .Plo files
28939 * gst-libs/gst/colorbalance/Makefile.am:
28940 * gst-libs/gst/mixer/Makefile.am:
28941 * gst-libs/gst/play/Makefile.am:
28942 * gst-libs/gst/tuner/Makefile.am:
28943 remove glib_root variable
28945 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28947 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28948 set explicit caps before adding the element, so the autopluggers can
28950 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28951 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28952 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28954 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28957 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28959 * gst-libs/gst/colorbalance/Makefile.am:
28960 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28961 * gst-libs/gst/colorbalance/colorbalance.c:
28962 * gst-libs/gst/colorbalance/colorbalance.h:
28963 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28964 * gst-libs/gst/mixer/Makefile.am:
28965 * gst-libs/gst/mixer/mixer-marshal.list:
28966 * gst-libs/gst/mixer/mixer.c:
28967 * gst-libs/gst/mixer/mixer.h:
28968 * gst-libs/gst/mixer/mixermarshal.list:
28969 * gst-libs/gst/play/Makefile.am:
28970 * gst-libs/gst/play/play.h:
28971 * gst-libs/gst/tuner/Makefile.am:
28972 * gst-libs/gst/tuner/tuner-marshal.list:
28973 * gst-libs/gst/tuner/tuner.c:
28974 * gst-libs/gst/tuner/tuner.h:
28975 * gst-libs/gst/tuner/tunermarshal.list:
28976 use new glib-gen.mak snippet to clean up Makefile.am
28977 fix various bugs in Makefile.am's
28979 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28981 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28982 handle chain parsing correctly in the multichain case
28983 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28984 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28985 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28986 (theora_dec_chain):
28987 handle events and queries correctly
28989 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28992 Ignore generated file _stdint.h.
28994 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28996 * gst-libs/gst/colorbalance/Makefile.am:
28997 * gst-libs/gst/colorbalance/colorbalance.h:
28998 * gst-libs/gst/mixer/Makefile.am:
28999 * gst-libs/gst/mixer/mixer.h:
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.h:
29004 Generate enum type code with glib-mkenums.
29005 * gst-libs/gst/colorbalance/.cvsignore:
29006 * gst-libs/gst/mixer/.cvsignore:
29007 * gst-libs/gst/play/.cvsignore:
29008 * gst-libs/gst/tuner/.cvsignore:
29009 Ignore generated files.
29011 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29013 * gst-libs/gst/audio/.cvsignore:
29014 Ignore generated file.
29015 * gst-libs/gst/audio/Makefile.am:
29016 Do not install example filter.
29018 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29020 * examples/switch/.cvsignore:
29021 Ignore generated file.
29023 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29025 * common/m4/ax_create_stdint_h.m4:
29027 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29030 remove generated _stdint.h in DISTCLEANFILES
29031 * ext/a52dec/gsta52dec.c:
29032 include _stdint.h for a52dec. (should fix #133064)
29034 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29036 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29037 (gst_tag_to_vorbis_comments):
29038 Add replaygain support to vorbistag
29040 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29041 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29042 (gst_ffmpeg_caps_to_extradata):
29043 Fix SVQ3 caps flag properties
29044 Use glib macro for bytes swap
29046 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29048 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29049 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29050 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29051 * ext/sndfile/gstsf.c: (plugin_init):
29052 * gst/avi/gstavi.c: (plugin_init):
29053 * sys/dxr3/dxr3init.c: (plugin_init):
29054 * sys/oss/gstossaudio.c: (plugin_init):
29055 * sys/v4l/gstv4l.c: (plugin_init):
29056 * sys/v4l2/gstv4l2.c: (plugin_init):
29057 remove textdomain calls
29059 update Dutch translation
29061 2004-02-02 Julien MOUTTE <julien@moutte.net>
29063 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29064 (gst_play_set_audio_sink): Moving volume in the audio thread for
29065 instantaneous volume change. Maybe i will add another volume in front
29066 of visualization later, not sure yet though.
29068 2004-02-02 Julien MOUTTE <julien@moutte.net>
29070 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29071 (gst_ximagesink_handle_xevents): Better X events handling, only take
29072 the latest events for configure and motion.
29073 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29075 2004-02-02 Jon Trowbridge <trow@gnu.org>
29077 reviewed by: David Schleef <ds@schleef.org>
29080 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29081 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29083 2004-02-02 David Schleef <ds@schleef.org>
29085 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29087 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29088 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29089 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29090 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29091 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29092 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29093 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29094 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29095 (gst_float2_2_int_link):
29096 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29097 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29098 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29099 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29100 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29101 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29102 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29103 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29104 * testsuite/gst-lint: Add tests for bzero and ;;
29106 2004-02-02 David Schleef <ds@schleef.org>
29108 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29110 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29112 * ext/aalib/gstaasink.c: (gst_aasink_open):
29113 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29114 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29115 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29116 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29117 (gst_afsink_close_file):
29118 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29119 (gst_afsrc_close_file):
29120 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29121 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29122 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29123 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29124 * ext/esd/esdmon.c: (gst_esdmon_get):
29125 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29126 * ext/faac/gstfaac.c: (gst_faac_chain):
29127 * ext/faad/gstfaad.c: (gst_faad_chain):
29128 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29129 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29130 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29131 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29132 (gst_flacdec_loop):
29133 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29134 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29135 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29136 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29137 (gst_gnomevfssink_close_file):
29138 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29139 (gst_gnomevfssrc_open_file):
29140 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29141 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29142 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29143 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29144 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29145 * ext/mad/gstmad.c: (gst_mad_chain):
29146 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29147 * ext/mpeg2dec/gstmpeg2dec.c:
29148 * ext/mpeg2enc/gstmpeg2enc.cc:
29149 * ext/mplex/gstmplex.cc:
29150 * ext/mplex/gstmplexibitstream.cc:
29151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29152 (gst_ogg_demux_push):
29153 * ext/raw1394/gstdv1394src.c:
29154 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29155 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29156 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29158 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29159 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29160 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29161 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29162 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29163 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29164 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29165 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29166 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29167 (gst_riff_read_element_data), (gst_riff_read_seek),
29168 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29169 * gst/adder/gstadder.c: (gst_adder_loop):
29170 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29171 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29172 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29173 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29174 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29175 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29176 * gst/goom/gstgoom.c: (gst_goom_chain):
29177 * gst/id3/gstid3types.c: (gst_id3types_loop):
29178 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29179 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29180 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29181 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29182 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29183 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29184 (gst_ebml_read_float), (gst_ebml_read_header):
29185 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29186 (gst_matroska_demux_parse_blockgroup):
29187 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29188 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29189 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29190 * gst/silence/gstsilence.c: (gst_silence_get):
29191 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29192 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29193 * gst/speed/gstspeed.c: (speed_loop):
29194 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29195 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29196 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29197 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29198 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29199 (gst_wavparse_loop):
29200 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29201 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29202 (dxr3audiosink_close):
29203 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29204 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29205 (dxr3videosink_close), (dxr3videosink_write_data):
29206 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29207 * sys/oss/gstosssink.c: (gst_osssink_chain):
29208 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29209 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29210 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29211 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29212 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29213 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29214 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29215 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29216 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29217 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29218 (gst_v4l_set_audio):
29219 * sys/v4l/v4l_calls.h:
29220 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29221 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29222 (gst_v4lmjpegsink_playback_init),
29223 (gst_v4lmjpegsink_playback_start):
29224 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29225 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29226 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29227 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29228 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29229 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29230 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29231 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29232 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29233 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29234 (gst_v4l2_get_output), (gst_v4l2_set_output),
29235 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29236 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29237 (gst_v4l2_set_attribute):
29238 * sys/v4l2/v4l2_calls.h:
29239 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29240 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29241 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29242 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29243 (gst_v4l2src_capture_stop):
29244 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29245 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29246 (gst_ximagesink_chain):
29247 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29248 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29249 (gst_xvideosink_xwindow_new):
29250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29251 (gst_xvimagesink_chain):
29253 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29255 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29256 (gst_volume_get_volume), (volume_class_init), (volume_init),
29257 (volume_chain_int16), (volume_update_volume):
29258 * gst/volume/gstvolume.h:
29259 make code more readable by removing magic numbers
29260 make mixer interface export 0-100 range
29261 make it internally map to 0.0-1.0 range so users don't distort
29262 output by putting the sliders at full volume
29264 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29266 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29267 (gst_play_state_change), (gst_play_seek_to_time):
29268 block the tick callback for 0.5 secs after doing a seek
29270 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29272 * gst-libs/gst/play/play.c: (gst_play_new):
29275 2004-02-01 Julien MOUTTE <julien@moutte.net>
29277 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29278 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29279 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29280 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29281 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29282 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29284 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29287 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29288 check for a function added in vorbis 1.1
29290 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29292 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29293 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29294 really start/stop clock only on PLAYING <=> PAUSED
29295 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29296 remove \n from debugging lines
29297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29298 make it work when seeking does not
29299 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29302 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29304 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29305 start clock on PAUSED=>PLAYING, not later
29306 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29307 extract correct time for different discont formats
29308 (gst_alsa_sink_get_time):
29309 don't segfault when no format is negotiated yet, just return 0
29310 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29311 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29312 (gst_ogg_pad_push):
29313 handle flush and discont events correctly
29314 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29315 handle discont events correctly
29317 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29319 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29320 (gst_play_error_create), (gst_play_error_plugin),
29321 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29322 * gst-libs/gst/play/play.h:
29323 add error handling during creation
29324 * examples/gstplay/player.c: (main):
29325 use new gst_play_new
29328 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29330 * ext/theora/theoradec.c: (theora_dec_chain):
29332 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29333 (vorbis_dec_src_event), (vorbis_dec_chain):
29334 add encoder tag, fix tag reading to be more error tolerant, change
29335 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29336 gst_pad_event_default.
29337 * gst/tags/gstvorbistag.c:
29338 (gst_tag_list_from_vorbiscomment_buffer):
29339 undefine function specific define at end of function
29341 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29343 * ext/flac/gstflac.c: (plugin_init):
29344 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29345 * ext/flac/gstflacdec.h:
29346 * ext/flac/gstflacenc.h:
29349 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29351 * examples/gstplay/player.c: s/gstplay.h/play.h/
29353 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29355 * gst-libs/gst/play/Makefile.am:
29356 * gst-libs/gst/play/gstplay.c:
29357 * gst-libs/gst/play/gstplay.h:
29358 * gst-libs/gst/play/play.c:
29359 more surgery, operation complete
29361 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29363 * gst-libs/gst/play/play.old.c:
29364 * gst-libs/gst/play/play.old.h:
29365 after CVS surgery by moving, remove
29366 * gst-libs/gst/play/playpipelines.c:
29369 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29370 add negotiation error
29372 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29374 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29375 (gst_ogg_demux_push):
29376 add some seeking debug info
29377 send a flush when seeking
29379 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29385 * ext/theora/Makefile.am:
29386 * ext/theora/theoradec.c:
29387 add theora video decoder. Does just do simple decoding for now and
29388 has been tested against Theora cvs only. It only works when theora
29389 is compiled with --enable-static.
29390 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29391 always reset packetno on DISCONT
29393 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29395 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29398 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29400 * gst/mpegaudioparse/gstmpegaudioparse.c:
29401 (mp3_type_frame_length_from_header):
29402 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29404 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29406 * ext/esd/esdsink.c: (gst_esdsink_init):
29407 Since we have static pad template caps, we don't need to negotiate;
29408 either the core errors out or we know the format.
29410 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29412 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29413 (gst_riff_read_seek):
29414 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29415 (gst_ebml_read_seek):
29416 Fix event handling.
29418 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29420 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29421 removee video/x-theora from vp3 decoder, it doesn't handle raw
29423 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29424 fix bug with finalizing element that never went to PAUSED
29425 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29426 length and position queries were swapped
29427 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29428 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29429 (vorbis_dec_src_event):
29430 implement querying time and bytes
29432 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29434 * just about every source file:
29435 gst_element_error -> GST_ELEMENT_ERROR
29437 2004-01-29 Julien MOUTTE <julien@moutte.net>
29439 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29440 emiting FLUSH and even before DISCONT.
29441 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29442 get the best instant seeking as possible yay!
29444 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29446 * gst/mpeg1videoparse/gstmp1videoparse.c:
29447 (gst_mp1videoparse_real_chain):
29448 Committed wrong version last week... Grr... Didn't notice until now.
29450 2004-01-29 Julien MOUTTE <julien@moutte.net>
29452 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29453 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29454 have_xwindow_id signal in xwindow_create.
29456 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29458 * ext/ogg/gstoggdemux.c:
29459 lots of changes - mainly support for chained bitstreams, seeking,
29460 querying and bugfixes of course
29461 * ext/vorbis/Makefile.am:
29462 * ext/vorbis/vorbisdec.c:
29463 * ext/vorbis/vorbisdec.h:
29464 add vorbisdec raw vorbis decoder
29465 * ext/vorbis/vorbis.c: (plugin_init):
29466 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29467 * gst/intfloat/Makefile.am:
29468 * gst/intfloat/float22int.c:
29469 * gst/intfloat/float22int.h:
29470 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29471 add float2intnew plugin. It converts multichannel interleaved float to
29472 multichannel interleaved int. The name should probably be changed.
29473 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29475 add typefinding for raw theora video so oggdemux can detect it.
29477 2004-01-28 Julien MOUTTE <julien@moutte.net>
29479 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29480 sink element first.
29481 * gst/videoscale/gstvideoscale.c:
29482 (gst_videoscale_handle_src_event): Fixing src event handler.
29484 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29486 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29487 (gst_v4lsrc_open), (gst_v4lsrc_close),
29488 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29489 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29490 * sys/v4l/gstv4lsrc.h:
29491 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29492 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29493 Implement resizing... Hack. But that's why v4l is b0rked...
29495 2004-01-28 Julien MOUTTE <julien@moutte.net>
29497 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29498 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29499 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29500 (gst_ximagesink_xwindow_destroy):
29501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29502 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29503 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29504 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29505 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29506 correctly cleaning the image created to check xshm calls on succes,
29507 added a lot of XSync calls in X11 functions, and fixed a segfault when
29508 no image format was defined before negotiation happened.
29510 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29512 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29513 use gst_element_get_time to get correct time
29515 2004-01-28 Julien MOUTTE <julien@moutte.net>
29517 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29518 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29519 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29521 (gst_xvimagesink_check_xshm_calls),
29522 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29523 X plugins are now able to detect that XShm calls will fail even if the
29524 server claims that it has XShm support (remote displays most of the
29525 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29526 so that we use non XShm functions. This feature is almost useless for
29527 xvimagesink as Xv is not supported on remote displays anyway, but
29528 it might happen than even on the local display XShm calls fail.
29530 2004-01-27 David Schleef <ds@schleef.org>
29532 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29533 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29534 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29535 changed esdsink to only use 44100,16,2, since esd sucks at rate
29536 conversion and esdsink has had difficulty negotiating.
29538 2004-01-27 Julien MOUTTE <julien@moutte.net>
29540 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29541 (gst_play_seek_to_time): Fixing the way to get current position.
29543 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29545 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29546 use gst_element_get_time to get correct time
29548 2004-01-27 Julien MOUTTE <julien@moutte.net>
29550 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29551 fix ever... Inverting 2 lines of code make spider autoplug correctly
29554 2004-01-27 David Schleef <ds@schleef.org>
29556 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29557 Use gst_pad_try_set_caps_nonfixed().
29559 2004-01-27 David Schleef <ds@schleef.org>
29561 * gst/ac3parse/gstac3parse.c: update to checklist 5
29562 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29563 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29564 * gst/audioscale/gstaudioscale.c: same
29565 * gst/auparse/gstauparse.c: same
29566 * gst/avi/gstavidemux.c: same
29568 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29570 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29571 stop processing after EOS
29573 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29575 * gst/asfdemux/asfheaders.h:
29576 * gst/asfdemux/gstasfdemux.c:
29577 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29578 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29579 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29580 lot's of fixes to make data extraction simpler and get the code
29581 architecture and compiler independant. Add debugging category
29582 * gst/goom/gstgoom.c: (gst_goom_change_state):
29583 reset channel count on PAUSED=>READY, not READY=>PAUSED
29585 2004-01-26 Colin Walters <walters@verbum.org>
29587 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29588 code to pull a bigger buffer in iradio mode. This as a side effect
29589 makes typefinding work.
29591 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29593 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29594 Fix SVQ3 decoding on PPC
29596 2004-01-26 Julien MOUTTE <julien@moutte.net>
29598 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29599 that one managed to stay there... Fixed.
29601 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29603 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29604 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29605 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29606 (qtdemux_video_caps):
29607 * gst/qtdemux/qtdemux.h:
29608 Add SVQ3 specific flags to qtdemux and ffmpeg
29610 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29612 * gst-libs/gst/audio/audio.h:
29613 remove buffer-frames from audio caps
29614 * gst/audioconvert/gstaudioconvert.c:
29615 fix plugin to really work.
29617 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29619 * gst-libs/gst/mixer/mixer.c:
29620 * gst-libs/gst/propertyprobe/propertyprobe.c:
29621 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29622 (gst_tuner_find_channel_by_name):
29623 * gst-libs/gst/tuner/tuner.h:
29624 Add gtk-doc style comments. Also fix a function name.
29626 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29628 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29629 (gst_divxdec_negotiate):
29630 Fix for new capsnego - also fixes gst-player with divxdec.
29632 2004-01-25 Julien MOUTTE <julien@moutte.net>
29634 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29635 (gst_play_identity_handoff), (gst_play_set_location),
29636 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29637 try in visualization implementation. Still have an issue with switch
29638 blocking when pulling from video_queue and only audio comes out of
29640 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29641 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29642 release method. And check if the pad is usable before pulling.
29644 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29646 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29647 (gst_videobalance_init),
29648 (gst_videobalance_colorbalance_list_channels),
29649 (gst_videobalance_colorbalance_set_value),
29650 (gst_videobalance_colorbalance_get_value),
29651 (gst_videobalance_update_properties),
29652 (gst_videobalance_update_tables_planar411),
29653 (gst_videobalance_planar411):
29654 * gst/videofilter/gstvideobalance.h:
29655 Implement lookup-tables. +/- 10x faster.
29657 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29659 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29660 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29661 The index reading was broken. The rest worked fine, but the whole
29662 goal of my rewrite was to make avidemux readable, and this was
29663 not at all readable. Please use typed variables.
29665 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29667 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29668 Additional pad usability check.
29669 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29670 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29671 (gst_mp1videoparse_real_chain):
29672 Fix MPEG video stream parsing. The original plugin had several
29673 issues, including not timestamping streams where the source was
29674 not timestamped (this happens with PTS values in mpeg system
29675 streams, but MPEG video is also a valid stream on its own so
29676 that needs timestamps too). We use the display time code for that
29677 for now. Also, if one incoming buffer contains multiple valid
29678 frames, we push them all on correctly now, including proper EOS
29679 handling. Lastly, several potential segfaults were fixed, and we
29680 properly sync on new sequence/gop headers to include them in next,
29681 not previous frames (since they're header for the next frame, not
29682 the previous). Also see #119206.
29683 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29685 Move caps setting so we only do it after finding several valid
29686 MPEG-1 fraes sequentially, not right after the first one (which
29687 might be coincidental).
29688 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29689 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29691 Add unsynced MPEG video stream typefinding, and change some
29692 probability values so we detect streams rightly. The idea is as
29693 follows: I can have an unsynced system stream which contains
29694 video. In the current code, I would randomly get a type for either
29695 system or video stream type found, because the probabilities are
29696 being calculated rather randomly. I now use fixed values, so we
29697 always prefer system stream if that was found (and that is how it
29698 should be). If no system stream was found, we can still identity the stream as video-only.
29700 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29702 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29703 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29704 don't write to buffer. Extract data without the need of
29705 __attribute__ ((packed))
29707 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29709 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29710 (mpeg1_sys_type_find):
29711 Fix MPEG-1 stream typefinding.
29713 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29715 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29716 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29718 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29720 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29721 * ext/esd/gstesd.c: (plugin_init):
29722 private debugging, better error reporting
29724 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29726 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29727 (gst_riff_read_init), (gst_riff_read_change_state):
29728 * gst-libs/gst/riff/riff-read.h:
29729 Remove stuff fromold metadata system.
29731 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29733 * ext/ogg/gstoggdemux.c:
29734 Fix wrong file comment.
29735 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29736 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29737 Add metadata reading properly.
29739 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29742 Fix nas DIST_SUBDIRS
29744 Fix bug where make distcheck doesn't get run on adding stuff to
29747 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29749 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29750 * ext/divx/gstdivxdec.h:
29751 Fix divx3 ("msmpeg4") playback using divxdec.
29753 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29755 * gst/typefind/gsttypefindfunctions.c:
29756 (mp3_type_frame_length_from_header): fix bug in length computation
29757 (mp3_type_find): improve debugging output
29759 2004-01-23 Julien MOUTTE <julien@moutte.net>
29761 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29762 (gst_play_set_location), (gst_play_seek_to_time),
29763 (gst_play_set_audio_sink), (gst_play_set_visualization),
29764 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29765 the pipeline from scratch. Visualization is back and switch went out as
29766 i realized it was not possible to use the way i wanted.
29767 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29768 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29769 clearing in state change from READY to NULL. So that one can clean the
29770 X ressources keeping the element.
29771 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29772 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29773 (gst_xvimagesink_colorbalance_set_value),
29774 (gst_xvimagesink_colorbalance_get_value),
29775 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29776 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29777 change from READY to NULL and fixed some stupid bugs in colorbalance
29778 get/set values. Also added the following feature : when nobody tries to
29779 set some values to the colorbalance levels before the xcontext is
29780 grabbed, then when creating channels list from Xv attributes we set the
29781 internal values to the Xv defaults. This way we handle buggy Xv drivers
29782 that set default hue values far from the middle of the range (Thanks
29783 to Jon Trowbridge for pointing that issue).
29784 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29785 colorbalance levels have been set before xcontext is grabbed.
29787 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29789 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29790 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29791 it might block operations (which is bad for a mixer).
29793 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29795 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29796 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29797 (gmip_find_type_pre):
29798 * gst-libs/gst/media-info/media-info-priv.h:
29799 * gst-libs/gst/media-info/media-info.c:
29800 (gst_media_info_instance_init), (gst_media_info_read_idler):
29801 add fakesink to get caps on decoder src pad again
29802 fix callback prototype to match new have_type signal signature
29804 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29806 * gst/adder/gstadder.c: (gst_adder_link):
29807 fix non-compile and cut-n-paste code
29809 2004-01-21 David Schleef <ds@schleef.org>
29811 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29812 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29813 (gst_swfdec_init), (gst_swfdec_change_state):
29814 * ext/swfdec/gstswfdec.h:
29816 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29817 (gst_adder_request_new_pad): Fix negotiation.
29818 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29819 Add a fixate function.
29820 * gst/intfloat/gstfloat2int.c:
29821 * gst/intfloat/gstfloat2int.h:
29822 * gst/intfloat/gstint2float.c:
29823 * gst/intfloat/gstint2float.h:
29824 Completely rewrite the negotiation. Doesn't quite work yet,
29825 due to some buffer-frames problem.
29827 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29829 * ext/gnomevfs/gstgnomevfssrc.c:
29830 * sys/v4l2/v4l2_calls.h:
29831 fix includes for distcheck
29833 2004-01-21 Christian Schaller <uraeus@gnome.org>
29836 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29837 based on earlier patch from Laurent Vivier
29839 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29841 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29842 Fix wma caps property
29843 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29844 Fix typo (flags1 and flags2)
29846 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29848 * gst-libs/gst/media-info/media-info-priv.c:
29849 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29850 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29851 (gmip_find_stream), (gmip_find_track_metadata),
29852 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29853 (gmip_find_track_format):
29854 * gst-libs/gst/media-info/media-info-priv.h:
29855 * gst-libs/gst/media-info/media-info-test.c: (main):
29856 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29857 (gst_media_info_read_idler), (gst_media_info_read):
29858 * gst-libs/gst/media-info/media-info.h:
29859 register debugging category and use it for debugging
29861 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29863 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29864 (gst_vorbisfile_new_link):
29865 signal streaminfo through tags
29867 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29869 * ext/mplex/gstmplex.cc:
29870 * ext/mplex/gstmplexibitstream.cc:
29871 g++ doesn't like NULL in our i18n/error macros, should be
29872 either (NULL) or ("").
29874 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29876 * sys/dxr3/dxr3audiosink.c:
29877 * sys/dxr3/dxr3init.c:
29878 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29879 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29880 Fix more error error error errors (missing includes here).
29882 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29884 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29885 fix thomas' error errors.
29887 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29889 * ext/mpeg2enc/gstmpeg2enc.cc:
29892 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29894 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29895 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29896 Fix for new error system.
29898 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29900 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29901 fix for new error reporting
29903 2004-01-20 David Schleef <ds@schleef.org>
29905 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29906 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29907 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29908 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29909 and neither is 100+, most likely.
29910 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29911 (gst_xvimagesink_getcaps): same
29913 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29916 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29917 clashes with ffmpeg.
29919 2004-01-20 Julien MOUTTE <julien@moutte.net>
29921 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29922 (gst_switch_init): Fixed switch element : proxying link and setting
29923 caps from src to sink on request.
29925 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29927 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29928 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29929 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29932 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29934 * sys/v4l/v4l_calls.h:
29935 * sys/v4l2/v4l2_calls.h:
29936 element_error fixes
29938 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29940 * gst-libs/gst/gst-i18n-plugin.h:
29942 remove config.h inclusion
29944 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29947 adding autopoint invocation
29950 * gst-libs/gst/gettext.h:
29951 adding gettext bits
29952 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29953 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29954 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29955 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29956 (gst_gnomevfssink_close_file):
29957 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29958 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29959 * gst-libs/gst/gst-i18n-plugin.h:
29960 * gst/avi/gstavi.c: (plugin_init):
29961 * sys/dxr3/dxr3init.c: (plugin_init):
29962 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29963 * sys/oss/gstossaudio.c: (plugin_init):
29964 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29965 * sys/v4l/gstv4l.c: (plugin_init):
29966 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29967 * sys/v4l2/gstv4l2.c: (plugin_init):
29968 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29969 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29970 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29971 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29972 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29973 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29974 make sure locale and translation domain are set
29975 fix translated strings
29981 put translation files into place
29982 * sys/xvideo/imagetest.c: (main):
29983 * ext/dv/demo-play.c: (main):
29984 fix unnecessary translations
29986 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29988 * ext/sndfile/gstsf.c:
29989 * gst/avi/gstavimux.c:
29990 * ext/audiofile/gstafsink.c:
29991 * ext/audiofile/gstafsrc.c:
29992 * ext/gnomevfs/gstgnomevfssink.c:
29993 * ext/gnomevfs/gstgnomevfssrc.c:
29994 * sys/oss/gstosselement.c:
29995 * sys/v4l/v4l_calls.h:
29998 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30000 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30001 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30002 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30003 (gst_v4l2_get_output), (gst_v4l2_set_output),
30004 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30005 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30006 (gst_v4l2_set_attribute):
30007 update to new error handling
30009 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30011 * ext/sidplay/gstsiddec.cc:
30012 * gst/modplug/gstmodplug.cc:
30013 parenthese NULL because C++ seems angry about it
30015 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30017 * gst-libs/gst/gst-i18n-plugin.h:
30018 add skeleton i18n stuff, but needs to be further implemented
30020 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30022 * examples/gstplay/player.c: (main):
30023 * ext/aalib/gstaasink.c: (gst_aasink_open):
30024 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30025 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30026 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30027 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30028 (gst_afsink_close_file):
30029 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30030 (gst_afsrc_close_file):
30031 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30032 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30033 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30034 * ext/esd/esdmon.c: (gst_esdmon_get):
30035 * ext/esd/esdsink.c: (gst_esdsink_chain):
30036 * ext/faac/gstfaac.c: (gst_faac_chain):
30037 * ext/faad/gstfaad.c: (gst_faad_chain):
30038 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30039 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30040 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30041 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30042 (gst_flacdec_loop):
30043 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30044 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30045 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30046 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30047 (gst_gnomevfssink_close_file):
30048 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30049 (gst_gnomevfssrc_open_file):
30050 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30051 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30052 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30053 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30054 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30055 * ext/mad/gstmad.c: (gst_mad_chain):
30056 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30057 * ext/mpeg2dec/gstmpeg2dec.c:
30058 * ext/mpeg2enc/gstmpeg2enc.cc:
30059 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30060 * ext/mplex/gstmplex.cc:
30061 * ext/mplex/gstmplexibitstream.cc:
30062 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30063 (gst_ogg_demux_push), (gst_ogg_pad_push):
30064 * ext/raw1394/gstdv1394src.c:
30065 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30066 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30067 * ext/sidplay/gstsiddec.cc:
30068 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30070 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30071 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30072 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30073 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30074 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30075 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30076 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30077 * gst-libs/gst/Makefile.am:
30078 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30079 (gst_riff_read_element_data), (gst_riff_read_seek),
30080 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30081 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30082 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30083 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30084 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30085 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30086 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30087 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30088 * gst/goom/gstgoom.c: (gst_goom_chain):
30089 * gst/id3/gstid3types.c: (gst_id3types_loop):
30090 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30091 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30092 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30093 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30094 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30095 (gst_ebml_read_float), (gst_ebml_read_header):
30096 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30097 (gst_matroska_demux_parse_blockgroup):
30098 * gst/modplug/gstmodplug.cc:
30099 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30100 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30101 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30102 * gst/silence/gstsilence.c: (gst_silence_get):
30103 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30104 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30105 * gst/speed/gstspeed.c: (speed_loop):
30106 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30107 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30108 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30109 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30110 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30111 (gst_wavparse_loop):
30112 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30113 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30114 (dxr3audiosink_close):
30115 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30116 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30117 (dxr3videosink_close), (dxr3videosink_write_data):
30118 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30119 * sys/oss/gstosselement.h:
30120 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30121 (gst_osssink_chain):
30122 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30123 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30124 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30125 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30126 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30127 (gst_v4l_enable_overlay):
30128 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30129 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30130 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30131 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30132 (gst_v4l_set_audio):
30133 * sys/v4l/v4l_calls.h:
30134 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30135 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30136 (gst_v4lmjpegsink_playback_init),
30137 (gst_v4lmjpegsink_playback_start):
30138 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30139 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30140 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30141 (gst_v4lmjpegsrc_requeue_frame):
30142 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30143 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30144 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30145 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30146 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30147 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30148 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30149 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30150 (gst_v4l2src_capture_stop):
30151 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30152 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30153 (gst_ximagesink_chain):
30154 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30155 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30156 (gst_xvideosink_xwindow_new):
30157 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30158 (gst_xvimagesink_chain):
30159 use new error signal, function and categories
30161 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30165 * ext/musicbrainz/gsttrm.c:
30166 * ext/musicbrainz/gsttrm.h:
30167 * ext/musicbrainz/Makefile.am:
30170 2004-01-18 Julien MOUTTE <julien@moutte.net>
30172 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30173 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30174 synchronous property for debugging.
30175 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30176 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30177 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30178 smaller block, fixing indent.
30180 2004-01-16 David Schleef <ds@schleef.org>
30182 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30183 property affects the video stream.
30184 * sys/xvimage/xvimagesink.c:
30185 * sys/xvimage/xvimagesink.h:
30186 Add synchronous property for debugging. Should probably be
30187 disabled in non-CVS builds. Make sure that the Xv attribute
30188 exists before we set it (crash!). Fix a silly float bug that
30189 caused colorbalance to just not work.
30191 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30193 * tools/gst-launch-ext.in - update for new plugins
30195 2004-01-16 David Schleef <ds@schleef.org>
30197 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30198 already-freed caps.
30200 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30202 * Update spec for new colorspace plugin and libcaca plugin
30203 * Fix compilation of libcaca plugin (clock -> id)
30205 2004-01-16 Julien MOUTTE <julien@moutte.net>
30207 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30208 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30209 (gst_xvimagesink_set_xwindow_id),
30210 (gst_xvimagesink_colorbalance_set_value),
30211 (gst_xvimagesink_colorbalance_get_value),
30212 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30213 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30214 correct colorbalance properties. They can now be set when the element
30215 is still in NULL state. The values will be committed to the Xv Port
30216 when xcontext is initialized.
30217 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30218 brightness int values in the GstXvImagesink structure.
30220 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30222 * gst-libs/gst/Makefile.am:
30223 restructure so having local patches works easier.
30225 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30227 * ext/mpeg2enc/Makefile.am:
30228 * ext/mpeg2enc/gstmpeg2enc.cc:
30229 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30230 Bugfix with respect to EOS handling.
30232 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30234 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30235 Link with right caps (else, it segfaults).
30236 * ext/mplex/gstmplexjob.cc:
30237 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30239 2004-01-15 David Schleef <ds@schleef.org>
30241 * gst-libs/gst/audio/Makefile.am:
30242 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30244 * gst-libs/gst/audio/gstaudiofilter.c:
30245 * gst-libs/gst/audio/gstaudiofilter.h:
30246 Add bytes_per_sample and size and n_samples calculation.
30247 * gst-libs/gst/audio/gstaudiofilterexample.c:
30248 Remove, now autogenerated.
30249 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30250 Moved from gstaudiofilterexample, object name changed, code added
30251 so that it actually works.
30252 * gst-libs/gst/audio/make_filter:
30253 Script to build an audiofilter subclass from the template.
30254 * gst/colorspace/Makefile.am:
30255 * gst/colorspace/yuv2yuv.c:
30256 Remove file, since it's GPL, and we don't use it.
30258 2004-01-15 Julien MOUTTE <julien@moutte.net>
30260 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30262 them use the buffer free function to test how the buffer was allocated.
30264 2004-01-15 David Schleef <ds@schleef.org>
30266 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30267 that handles osssink fallback.
30268 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30269 (gst_audio_convert_getcaps):
30270 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30271 Add audio/x-qdm2 for QDM2 audio.
30272 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30273 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30274 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30275 Decrease minimum size to 16x16.
30276 * gst/wavparse/gstwavparse.c:
30277 Convert disabled pad template caps to new caps.
30278 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30279 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30280 (gst_xvimagesink_chain): Throw element error when display cannot
30281 be opened. Increase minimum framerate to 1.0. Check the data
30282 free function on a buffer to make sure it is the type we expect
30283 before manipulating it.
30285 2004-01-15 Julien MOUTTE <julien@moutte.net>
30287 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30288 (gst_videobalance_colorbalance_set_value): Implement passthru if
30289 settings are in the middle.
30290 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30292 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30294 * gst/videofilter/Makefile.am:
30295 * gst/volume/Makefile.am:
30296 Since we use videofilter symbols, link to it.
30298 2004-01-15 Julien MOUTTE <julien@moutte.net>
30300 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30301 mixer interface type to HARDWARE.
30302 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30304 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30305 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30306 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30307 (gst_volume_interface_init), (gst_volume_list_tracks),
30308 (gst_volume_set_volume), (gst_volume_get_volume),
30309 (gst_volume_set_mute), (gst_volume_mixer_init),
30310 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30311 (volume_init): Implementing mixer interface.
30312 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30313 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30314 (gst_osselement_change_state): Removing some trailing commas in
30316 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30317 interface type to HARDWARE.
30318 * sys/v4l/gstv4lcolorbalance.c:
30319 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30321 * sys/v4l2/gstv4l2colorbalance.c:
30322 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30323 interface type to HARDWARE.
30324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30325 same code than ximagesink for event handling.
30327 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30329 * ext/snapshot/Makefile.am:
30330 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30331 (gst_snapshot_chain):
30332 * ext/snapshot/gstsnapshot.h:
30333 This has to be a joke... Snapshot should be connected to a tee,
30334 colorspace element before it and EOS after that, where the other
30335 src of the tee receives normal data.
30336 The current way is *wrong*.
30338 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30340 * ext/hermes/gsthermescolorspace.c:
30341 Fix another compile error. Same as below.
30343 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30345 * gst/colorspace/gstcolorspace.c:
30346 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30347 (gst_colorspace_i420_to_yv12):
30348 Fix compiling... Didn't test if it actually works.
30350 2004-01-15 David Schleef <ds@schleef.org>
30353 * gst/colorspace/Makefile.am:
30354 * gst/colorspace/gstcolorspace.c:
30355 * gst/colorspace/gstcolorspace.h:
30356 * gst/colorspace/yuv2rgb.c:
30357 * gst/colorspace/yuv2rgb.h:
30358 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30359 code and GPL code. Fix for new caps negotiation. Rewrite
30360 much of the format handling code, and some of the conversion
30361 code. Basically, rewrote almost everything. This element
30362 handles I420, YV12 to RGB conversions.
30363 * ext/hermes/Makefile.am:
30364 * ext/hermes/gsthermescolorspace.c:
30365 Rename colorspace to hermescolorspace. Fix negotiation issues.
30366 Remove non-Hermes related code. This element handles lots of
30367 RGB to RGB conversions, but no YUV.
30368 * ext/hermes/gstcolorspace.c:
30369 * ext/hermes/gstcolorspace.h:
30370 * ext/hermes/rgb2yuv.c:
30371 * ext/hermes/yuv2rgb.c:
30372 * ext/hermes/yuv2rgb.h:
30373 * ext/hermes/yuv2rgb_mmx16.s:
30374 * ext/hermes/yuv2yuv.c:
30375 * ext/hermes/yuv2yuv.h:
30378 2004-01-14 Colin Walters <walters@verbum.org>
30380 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30381 they've already been.
30383 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30385 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30386 assume tag mode when pad is not connected
30388 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30390 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30391 Don't update the time of the clock
30392 (gst_alsa_sink_loop):
30393 sync to the clock given to alsasink, not the own clock
30394 * sys/oss/gstosssink.c: (gst_osssink_chain):
30396 (gst_osssink_change_state):
30398 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30399 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30400 remove bogus code that made DISCONT events unhandled
30401 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30402 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30404 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30405 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30406 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30407 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30408 2nd warning in bug #131502)
30410 2004-01-14 Julien MOUTTE <julien@moutte.net>
30412 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30413 (gst_videobalance_colorbalance_set_value),
30414 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30415 for colorbalance interface implementation.
30416 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30417 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30418 (gst_ximagesink_dispose), (gst_ximagesink_init),
30419 (gst_ximagesink_class_init): Adding DISPLAY property.
30420 * sys/ximage/ximagesink.h: Adding display_name to store display.
30421 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30422 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30423 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30424 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30425 properties (they still need polishing though for gst-launch use : no
30426 xcontext yet, i ll do that tomorrow).
30427 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30429 2004-01-14 Julien MOUTTE <julien@moutte.net>
30431 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30432 (gst_play_set_location), (gst_play_set_visualization): Preparing
30433 switch integration, adding videobalance in the pipeline.
30435 2004-01-14 Julien MOUTTE <julien@moutte.net>
30437 * gst-libs/gst/colorbalance/colorbalance.c:
30438 (gst_color_balance_class_init): Adding a default type.
30439 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30441 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30442 (gst_videobalance_dispose), (gst_videobalance_class_init),
30443 (gst_videobalance_init), (gst_videobalance_interface_supported),
30444 (gst_videobalance_interface_init),
30445 (gst_videobalance_colorbalance_list_channels),
30446 (gst_videobalance_colorbalance_set_value),
30447 (gst_videobalance_colorbalance_get_value),
30448 (gst_videobalance_colorbalance_init): Implementing colorbalance
30450 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30452 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30453 bug which was triggering a BadAccess X error when setting an overlay
30454 before pad was really negotiated.
30455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30456 Using the colorbalance type macro.
30458 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30460 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30461 (gst_flacenc_chain):
30462 handle tags correctly
30463 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30464 extract ID3v1 tags correctly
30466 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30468 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30470 Improve matroska typefinding for odd-typed headers...
30472 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30474 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30475 Fix for using incremental number on padnames.
30477 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30479 * ext/divx/gstdivxdec.c:
30480 * ext/divx/gstdivxenc.c:
30481 Set category to divx4linux instead of divx (too generic).
30482 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30483 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30484 (gst_wavparse_loop), (gst_wavparse_change_state):
30485 * gst/wavparse/gstwavparse.h:
30486 fix parsing of WAV files with non-standard fmt-tag size and fix
30487 skipping of unrecognized chunks... Someone please fix this thing
30488 to use rifflib so all this is automated.
30489 * sys/v4l/Makefile.am:
30490 * sys/v4l2/Makefile.am:
30491 Add X_CFLAGS because we depend on X (for overlay).
30493 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30495 * ext/mpeg2dec/gstmpeg2dec.c:
30496 Don't issue a timestamp unless we tagged the frame
30499 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30501 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30502 Query the audio element to get the time, not the clock. We're
30503 interested in the element's time here.
30505 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30507 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30508 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30509 * ext/esd/esdsink.c: (gst_esdsink_chain):
30510 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30511 * ext/mas/massink.c: (gst_massink_chain):
30512 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30513 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30514 (gst_matroska_demux_parse_metadata):
30515 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30516 (gst_mpeg_parse_release_locks):
30517 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30518 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30519 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30520 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30521 (gst_osssink_change_state):
30522 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30523 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30524 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30525 (gst_xvideosink_release_locks):
30526 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30528 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30529 (gst_alsa_clock_stop):
30530 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30531 (gst_audio_clock_get_internal_time):
30532 simplify for use with new clocking code.
30533 * testsuite/alsa/Makefile.am:
30534 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30535 fix testsuite for new caps system
30537 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30539 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30540 * ext/flac/gstflacenc.c: (add_one_tag):
30541 length is already host endian, no need to convert. Fixes playback of
30542 tagged files on PPC. (bug #128384)
30544 2004-01-13 Julien MOUTTE <julien@moutte.net>
30546 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30547 colorbalance interface stating if it is hardware based or software
30549 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30550 Removing a trailing comma.
30551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30552 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30553 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30554 the documentation seems to be wrong on the -1000 to 1000 interval.
30556 2004-01-12 David Schleef <ds@schleef.org>
30558 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30559 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30560 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30561 Fix negotiation. Add a bufferalloc function for the sink pad,
30562 and generally clean up some of the code.
30564 2004-01-12 Julien MOUTTE <julien@moutte.net>
30566 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30567 (gst_color_balance_channel_dispose): Adding safety check in dispose
30569 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30570 (gst_xvimagesink_xcontext_clear),
30571 (gst_xvimagesink_interface_supported),
30572 (gst_xvimagesink_colorbalance_list_channels),
30573 (gst_xvimagesink_colorbalance_set_value),
30574 (gst_xvimagesink_colorbalance_get_value),
30575 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30576 Adding colorbalance interface support to set XV parameters such as
30577 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30578 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30581 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30583 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30584 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30585 (gst_audio_convert_init), (gst_audio_convert_set_property),
30586 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30587 (gst_audio_convert_link),
30588 (gst_audio_convert_buffer_to_default_format),
30589 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30590 - implement _getcaps and use it
30592 - remove float caps since no float conversion is actually done
30593 - remove properties and arguments that were to be used for rate
30596 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30598 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30599 (gst_audio_structure_set_int):
30600 * gst-libs/gst/audio/audio.h:
30601 add helper functions for _getcaps matching the standard audio
30604 2004-01-12 David Schleef <ds@schleef.org>
30606 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30607 Test that pad is negotiated before getting its caps.
30609 2004-01-12 Julien MOUTTE <julien@moutte.net>
30611 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30612 analyzing the pads of an element the bin is mostly in READY state so
30613 no caps were negotiated. This helper function needs to work with
30614 _get_caps directly then. I was not freeing them though, added that to
30617 2004-01-12 Julien MOUTTE <julien@moutte.net>
30619 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30620 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30621 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30622 than the free_func.
30624 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30626 * sys/oss/gstossaudio.c: (plugin_init):
30627 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30628 * sys/oss/gstosselement.h:
30629 make an oss debugging category
30630 make failure more descriptive
30632 2004-01-11 David Schleef <ds@schleef.org>
30634 * ext/ffmpeg/gstffmpeg.c:
30635 * ext/ffmpeg/gstffmpegcodecmap.c:
30636 * ext/ffmpeg/gstffmpegdec.c:
30637 * ext/ffmpeg/gstffmpegenc.c:
30638 * ext/ffmpeg/gstffmpegprotocol.c:
30639 * ext/gdk_pixbuf/gstgdkanimation.c:
30640 * ext/jpeg/gstjpeg.c:
30641 * ext/libpng/gstpng.c:
30642 * ext/mpeg2dec/perftest.c:
30643 * ext/speex/gstspeex.c:
30644 * gst-libs/gst/resample/dtos.c:
30645 * gst/intfloat/gstintfloatconvert.c:
30646 * gst/oneton/gstoneton.c:
30647 * gst/rtjpeg/RTjpeg.c:
30648 * gst/rtp/gstrtp.c:
30649 * sys/dxr3/dxr3init.c:
30650 * sys/glsink/gstgl_nvimage.c:
30651 * sys/glsink/gstgl_pdrimage.c:
30652 * sys/glsink/gstglsink.c:
30653 * testsuite/gst-lint:
30654 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30656 2004-01-11 David Schleef <ds@schleef.org>
30658 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30659 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30660 * ext/gdk_pixbuf/gstgdkanimation.c:
30661 (gst_gdk_animation_iter_create_pixbuf):
30662 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30663 (gst_gdk_pixbuf_chain):
30664 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30665 * ext/jack/gstjack.c: (gst_jack_change_state):
30666 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30667 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30668 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30669 * gst/videofilter/gstvideofilter.c:
30670 (gst_videofilter_set_output_size):
30671 Remove all usage of gst_pad_get_caps(), and replace it with
30672 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30674 2004-01-11 David Schleef <ds@schleef.org>
30677 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30678 * ext/divx/gstdivxdec.c:
30679 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30680 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30681 handle images that span multiple buffers. Now work with both
30682 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30683 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30684 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30685 video/video.h changes
30686 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30687 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30688 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30689 of GstData free function.
30690 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30693 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30695 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30696 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30697 (gst_v4l2element_get_property):
30698 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30699 add norm, channel and frequency properties.
30700 * sys/v4l2/gstv4l2tuner.c:
30701 fixes for tuner interface changes
30702 * sys/v4l2/gstv4l2element.h:
30703 * sys/v4l2/gstv4l2src.c:
30704 * sys/v4l2/gstv4l2src.h:
30705 * sys/v4l2/v4l2src_calls.c:
30706 * sys/v4l2/v4l2src_calls.h:
30707 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30709 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30711 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30712 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30713 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30714 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30715 * gst-libs/gst/tuner/tuner.h:
30716 GObjects aren't const.
30717 Add find_by_name functions.
30718 Add checks to _changed functions.
30719 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30720 (gst_v4l_tuner_get_norm):
30723 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30725 * gst-libs/gst/video/video.h:
30726 Fix caps template names to be understandable.
30727 Prefix everything with GST_VIDEO.
30728 * ext/aalib/gstaasink.c:
30729 * ext/divx/gstdivxdec.c:
30730 * ext/divx/gstdivxenc.c:
30731 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30732 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30733 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30734 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30735 * ext/libcaca/gstcacasink.c:
30736 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30737 * ext/snapshot/gstsnapshot.c:
30738 * ext/swfdec/gstswfdec.c:
30739 * ext/xvid/gstxviddec.c:
30740 * ext/xvid/gstxvidenc.c:
30741 * gst/chart/gstchart.c:
30742 * gst/deinterlace/gstdeinterlace.c:
30743 * gst/effectv/gsteffectv.c:
30744 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30745 * gst/goom/gstgoom.c:
30746 * gst/median/gstmedian.c:
30747 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30748 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30749 * gst/overlay/gstoverlay.c:
30750 * gst/smooth/gstsmooth.c:
30751 * gst/smpte/gstsmpte.c:
30752 * gst/synaesthesia/gstsynaesthesia.c:
30753 * gst/videocrop/gstvideocrop.c:
30754 * gst/videodrop/gstvideodrop.c:
30755 * gst/y4m/gsty4mencode.c:
30756 * sys/qcam/gstqcamsrc.c:
30757 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30758 Make them work with new video.h file.
30759 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30760 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30761 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30762 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30763 Make it work with new buffer allocation system.
30765 2004-01-11 Julien MOUTTE <julien@moutte.net>
30767 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30768 pad_alloc_buffer implementation to use ->srcpad
30769 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30770 pad_alloc_buffer implementation to use ->srcpad
30771 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30772 pad_alloc_buffer implementation to use ->srcpad
30773 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30774 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30775 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30776 a reference to everything we need.
30777 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30778 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30779 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30780 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30781 a reference to everything we need.
30782 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30784 2004-01-11 David Schleef <ds@schleef.org>
30786 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30787 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30788 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30790 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30791 value during a resize/renegotiation.
30792 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30793 gst_pad_alloc_buffer();
30794 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30795 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30797 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30798 Fix for rename of buffer private structure members.
30799 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30800 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30801 Fix for rename of buffer private structure members.
30802 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30803 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30804 Fix for rename of buffer private structure members.
30806 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30808 reviewed by: David Schleef <ds@schleef.org>
30810 * gst/videofilter/Makefile.am:
30811 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30812 from the patch by ds to fit in with recent make_filter changes.
30814 2004-01-11 Julien MOUTTE <julien@moutte.net>
30816 * configure.ac: Adding examples/switch/Makefile
30817 * examples/Makefile.am: Adding examples/switch
30818 * examples/switch/Makefile.am: Adding switcher example.
30819 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30820 (switch_timer), (main): Adding an example demonstrating switch usage
30821 with 2 videotestsrc showing different patterns.
30822 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30823 (gst_switch_init): Fixing switch with the new caps system.
30825 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30827 * gst-libs/gst/video/video.h:
30828 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30829 They should probably be like
30830 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30832 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30834 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30835 (qtdemux_parse_trak):
30836 fix audio chunk size/timestamp calculation
30838 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30840 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30843 2004-01-11 Steve Baker <steve@stevebaker.org>
30845 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30846 (gst_agingtv_base_init), (gst_agingtv_class_init),
30847 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30848 (gst_agingtv_set_property), (gst_agingtv_get_property):
30849 Port agingTV to videofilter
30851 2004-01-09 Julien MOUTTE <julien@moutte.net>
30853 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30854 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30856 2004-01-09 Julien MOUTTE <julien@moutte.net>
30858 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30859 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30860 * gst-libs/gst/xoverlay/xoverlay.c:
30861 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30862 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30863 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30864 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30865 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30866 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30867 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30868 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30869 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30870 interface implementation to handle xid being 0 and fix some bugs
30871 triggered by Benjamin's testcase.
30872 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30873 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30874 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30875 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30876 interface implementation to handle xid being 0 and fix some bugs
30877 triggered by Benjamin's testcase.
30879 2004-01-09 David Schleef <ds@schleef.org>
30881 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30882 mouse pointer events. It works.
30884 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30886 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30887 Use explicit caps - fix capsnego.
30888 * ext/xvid/gstxviddec.c:
30889 * ext/xvid/gstxvidenc.c:
30890 Remove macro-inside-macro which caused compile errors.
30891 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30892 Error out if it's not a RIFF file. Else we error out without
30893 gst_element_error() which is not good...
30895 2004-01-08 David Schleef <ds@schleef.org>
30897 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30898 Fix pad_link function to handle formats that ffmpeg returns
30899 as multiple caps structures.
30900 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30901 Only complain if source buffer is _smaller_ than expected.
30902 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30903 (gst_videoscale_handle_src_event): Resize navigation events
30904 when passing them upstream.
30905 * gst/videotestsrc/gstvideotestsrc.c:
30906 * gst/videotestsrc/gstvideotestsrc.h:
30907 * gst/videotestsrc/videotestsrc.c:
30908 * gst/videotestsrc/videotestsrc.h:
30909 Rewrite many of the buffer painting functions to handle odd
30910 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30911 been verified to work with my video card.
30912 * testsuite/gst-lint: Add check for elements calling
30913 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30915 2004-01-08 David Schleef <ds@schleef.org>
30917 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30918 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30920 2004-01-08 Julien MOUTTE <julien@moutte.net>
30922 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30923 configure event is not emiting the desired size signal. That fixes
30924 aspect ratio issues with gst-player.
30926 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30928 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30931 2004-01-08 Julien MOUTTE <julien@moutte.net>
30933 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30934 public method to fire size signal.
30936 2004-01-07 Julien MOUTTE <julien@moutte.net>
30938 * examples/gstplay/Makefile.am: Adding the interface library.
30939 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30940 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30941 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30942 GST_IS_X_OVERLAY before signal connect.
30943 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30944 Removing the have_video_size signal.
30945 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30946 and associated public method.
30947 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30948 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30950 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30951 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30953 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30954 Using XOverlay public method to fire size signal.
30956 2004-01-07 David Schleef <ds@schleef.org>
30958 * gst/videofilter/Makefile.am:
30959 * gst/videofilter/gstvideotemplate.c:
30960 * gst/videofilter/make_filter:
30961 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30962 Convert make_filter to /bin/sh script.
30964 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30966 * gst/modplug/gstmodplug.cc: fix element description
30968 2004-01-07 Julien MOUTTE <julien@moutte.net>
30970 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30971 (got_video_size): Adding some new lines in g_print calls.
30972 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30973 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30974 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30975 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30976 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30977 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30978 Complete code review, reverting some stuff i disagree with, adding
30979 some fixes : time synchronization on invalid timestamps, renegotiation
30981 * sys/ximage/ximagesink.h:
30982 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30983 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30984 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30985 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30986 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30987 (gst_xvimagesink_buffer_new),
30988 (gst_xvimagesink_navigation_send_event),
30989 (gst_xvimagesink_set_xwindow_id),
30990 (gst_xvimagesink_get_desired_size),
30991 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30992 stuff i disagree with, adding some fixes : Renegotiation of private
30993 window, implementing get_desired_size.
30995 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30997 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30998 (gst_afsink_handle_event):
30999 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31000 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31001 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31002 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31003 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31004 Fix for instantiate-test (see core). Also remove dead code from
31005 jpegenc (which still needs fixing, but that's lower on my TODO
31007 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31008 Never return NULL as caps.
31010 2004-01-07 David Schleef <ds@schleef.org>
31014 * ext/librfb/Makefile.am:
31015 * ext/librfb/gstrfbsrc.c:
31016 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31017 is the protocol used by VNC.
31019 2004-01-07 David Schleef <ds@schleef.org>
31021 * gst/videofilter/gstvideotemplate.c:
31022 * gst/videofilter/gstvideotemplate.h:
31023 * gst/videofilter/make_filter:
31024 Merge videotemplate header into source file.
31025 * gst/effectv/Makefile.am:
31026 * gst/effectv/gsteffectv.c: (plugin_init):
31027 * gst/effectv/gstwarp.c:
31028 Make warpTV a subclass of videofilter.
31030 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31032 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31033 Add guard against invalid utf-8 conversions in mad. Just in case.
31035 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31037 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31038 Fix for bug shown by poisoning
31040 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31042 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31043 (gst_v4lmjpegsrc_buffer_free):
31044 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31045 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31046 (gst_v4lsrc_buffer_free):
31047 Fix for removed bufferpools.
31049 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31051 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31052 Fix caps negotiation.
31054 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31055 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31056 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31058 * ext/mpeg2dec/gstmpeg2dec.c:
31059 * gst-libs/gst/navigation/navigation.c:
31060 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31061 * gst-libs/gst/navigation/navigation.h:
31062 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31063 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31064 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31065 Super-simple first version of mouse and keyboard events. Clicking
31066 on a DVD menu now works, although it may not take you where you
31069 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31070 * gst/videotestsrc/gstvideotestsrc.c:
31071 (gst_videotestsrc_src_fixate):
31072 These fixate functions were broken - they never actually
31075 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31077 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31078 (gst_icecastsend_init):
31079 fix for new caps system.
31080 * gst-libs/gst/mixer/mixertrack.h:
31081 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31082 Add 'master track' flag (for tools like ACME that only want to
31083 change the main volume).
31085 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31087 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31088 (gst_xvid_csp_to_caps):
31089 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31090 * ext/xvid/gstxvidenc.c:
31091 ifdef out ARGB type when it isn't available
31092 in xvidcore 1.0.0beta2
31094 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31096 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31097 When we have received a new SCR right in the first buffer after
31098 a seek (so in the same cycle that handles the discont), we should
31099 handle the buffer instead of unreffing it, else we lose data.
31101 2004-01-06 Iain <iain@prettypeople.org>
31103 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31104 buffer-frames caps too.
31106 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31107 caps that we need, don't destroy them all and rebuild them. And when
31108 creating src pads, use the src pad template rather than the sink...
31110 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31112 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31113 Add pad to element *after* setting functions such as event handler.
31114 Without this, the scheduler (opt) will link pads, set the event
31115 handler from the default event function (dispatcher in gstpad.c)
31116 and *after* that, we will set our own event function, which will
31117 thus never be used (and thus mpegdemux doesn't handle events).
31119 2004-01-04 David Schleef <ds@schleef.org>
31121 Fix the fixate functions to handle new prototype:
31122 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31123 * gst/videotestsrc/gstvideotestsrc.c:
31124 (gst_videotestsrc_src_fixate):
31125 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31126 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31127 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31129 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31131 * sys/ximage/ximagesink.h:
31132 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31133 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31134 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31135 (gst_ximagesink_xoverlay_init):
31136 assorted fixes to make (re)embedding work
31137 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31138 (gst_ximagesink_get_desired_size):
31139 implement desired size additions to XOverlay
31141 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31143 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31144 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31145 (gst_x_overlay_got_desired_size):
31146 * gst-libs/gst/xoverlay/xoverlay.h:
31147 Add optional "desired size" signal and querying.
31149 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31151 * gst/matroska/matroska-demux.c:
31152 (gst_matroska_demux_parse_blockgroup):
31153 Fix EBML-laced block parsing. Diffs are relative to previous
31154 lace, not the first lace. Thanks to Mosu from the Matroska
31155 team for detecting this.
31156 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31157 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31158 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31159 (gst_wavparse_change_state):
31160 * gst/wavparse/gstwavparse.h:
31161 Quickfix for capsnego.
31163 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31165 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31166 Fix indenting, fix pad creation.
31168 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31170 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31171 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31172 (gst_xviddec_sink_link):
31173 Implement src_getcaps() so proper size caps is negotiated.
31175 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31177 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31178 Finish flac decoder on EOS. See #116178.
31180 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31182 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31183 (gst_matroska_demux_add_stream):
31184 * gst/matroska/matroska-ids.h:
31185 Add getcaps() function to fix capsnego...
31187 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31189 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31190 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31191 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31192 Fix more integer overflows. Again, see #126967.
31194 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31196 * ext/mpeg2dec/gstmpeg2dec.c:
31197 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31200 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31203 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31204 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31205 * ext/xvid/gstxvid.h:
31206 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31207 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31208 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31209 (gst_xviddec_change_state):
31210 * ext/xvid/gstxviddec.h:
31211 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31212 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31213 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31214 (gst_xvidenc_link), (gst_xvidenc_set_property),
31215 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31216 * ext/xvid/gstxvidenc.h:
31217 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31219 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31221 * gst/rtp/rtp-packet.c:
31222 Add sys/types.h include, since OS X doesn't define in_addr_t
31223 in netinet/in.h, like it does on Linux (see #129600).
31225 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31227 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31229 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31230 Correct logic of dispose function (see #129306).
31232 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31234 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31235 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31236 (gst_mpeg_parse_init):
31237 * gst/mpegstream/gstmpegparse.h:
31238 Remove clock (which was never provided, i.e. dead code), and
31239 also fix integer overflows at high PTS values (see #126967).
31241 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31243 * ext/flac/gstflacdec.c:
31244 * ext/libpng/gstpngenc.h:
31245 * ext/mikmod/gstmikmod.h:
31246 OS X fixes (see #126628).
31248 2004-01-02 David Schleef <ds@schleef.org>
31250 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31251 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31252 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31253 (gst_mpeg_parse_class_init): Move pad template registration
31254 to class_init, since the derived class (mpegdemux) doesn't
31257 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31259 * sys/ximage/Makefile.am:
31260 * sys/xvideo/Makefile.am:
31261 * sys/xvimage/Makefile.am:
31262 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31263 after installation (see #127664).
31265 2004-01-02 David Schleef <ds@schleef.org>
31267 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31268 (gst_ffmpegenc_connect): Negotiation fixes.
31269 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31270 Remove inappropriate gst_caps_free().
31271 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31272 Reenable Ronald's internal resize code, since the core handles
31275 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31277 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31278 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31279 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31280 Fix pad template stuff.
31282 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31284 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31285 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31286 fix signed integer reading/writing.
31288 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31291 Remove outdated document
31293 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31295 * gst/cutter/gstcutter.c: (gst_cutter_init):
31296 src pad was being created twice - oops.
31298 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31300 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31301 Comment out internal resize. It doesn't handle the resulting
31302 XEvent internally, does another try_set_caps() which leads to
31303 a really nice loop.
31304 Real fix will come when Julien and Dave are awake. ;).
31306 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31308 * ext/mpeg2enc/gstmpeg2enc.cc:
31309 fix const/nonconst compile issue.
31311 2004-01-02 David Schleef <ds@schleef.org>
31313 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31314 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31315 Add fixate function and a check for bad formats.
31317 2004-01-01 David Schleef <ds@schleef.org>
31320 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31321 (gst_audiofilter_init):
31322 * gst/debug/efence.c: (gst_efence_init):
31323 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31324 (gst_deinterlace_init):
31325 * gst/volume/gstvolume.c: (volume_connect):
31327 2004-01-01 David Schleef <ds@schleef.org>
31329 Convert elements to use gst_pad_use_explicit_caps() where
31331 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31332 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31333 (gst_afparse_open_file):
31334 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31335 (gst_afsrc_open_file):
31336 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31337 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31338 (gst_ffmpegdec_chain):
31339 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31340 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31341 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31342 (gst_gdk_pixbuf_chain):
31343 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31344 (gst_jpegdec_chain):
31345 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31346 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31347 (gst_mikmod_negotiate):
31348 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31349 (gst_mpeg2dec_negotiate_format):
31350 * ext/mpeg2enc/gstmpeg2enc.cc:
31351 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31352 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31353 (gst_speexdec_sinkconnect):
31354 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31355 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31356 (gst_vorbisfile_new_link):
31357 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31358 (gst_ac3parse_chain):
31359 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31360 (gst_asf_demux_setup_pad):
31361 * gst/auparse/gstauparse.c: (gst_auparse_init),
31362 (gst_auparse_chain):
31363 * gst/id3/gstid3types.c: (gst_id3types_loop):
31364 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31365 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31366 (mp1videoparse_parse_seq):
31367 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31369 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31370 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31371 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31372 (gst_mpeg_parse_send_data):
31373 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31374 (gst_qtdemux_add_stream):
31375 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31376 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31377 (gst_wavparse_parse_fmt):
31379 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31382 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31383 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31384 it therefore uses the wrong include paths. Too bad... Note
31385 that 1.6.1.93 is not release yet. ;).
31386 Also add a check for mplex, which is now using the lib'ified
31387 mplex from mjpegtools, too.
31388 * ext/ffmpeg/gstffmpegcodecmap.c:
31389 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31390 issues. I don't think ffmpeg handles 3ivx correctly, so this
31391 probably won't work. But it won't hurt either.
31392 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31393 (gst_ffmpegdec_chain):
31394 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31395 (gst_ffmpegenc_chain_audio):
31396 Fix memleak in audio encoding. Close codec if open fails, this
31397 calls the cleanup routines so we can re-use the context.
31398 * ext/mpeg2enc/gstmpeg2enc.cc:
31399 Fix pad template names/types, fix memory issue with getcaps().
31400 * ext/mpeg2enc/gstmpeg2encoder.cc:
31401 * ext/mpeg2enc/gstmpeg2encoder.hh:
31402 Fix compile issue with new caps system (const thingy).
31403 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31404 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31405 We read a first frame right on initing, so that we have a caps
31406 when we init the output. This caps is cached in padprivate and
31407 read as first frame.
31408 * ext/mplex/Makefile.am:
31409 * ext/mplex/gstmplex.cc:
31410 * ext/mplex/gstmplex.h:
31411 * ext/mplex/gstmplex.hh:
31412 * ext/mplex/gstmplexibitstream.cc:
31413 * ext/mplex/gstmplexibitstream.hh:
31414 * ext/mplex/gstmplexjob.cc:
31415 * ext/mplex/gstmplexjob.hh:
31416 * ext/mplex/gstmplexoutputstream.cc:
31417 * ext/mplex/gstmplexoutputstream.hh:
31418 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31419 had issues, didn't do capsnego, supported only a subset of the
31420 mplex features and required a mplex fork in our local CVS. Plus
31421 that it worked agaist a very old mplex version. Rewriting was
31422 faster than updating it.
31423 * gst-libs/ext/Makefile.am:
31424 * gst-libs/ext/mplex/INSTRUCT:
31425 * gst-libs/ext/mplex/Makefile.am:
31426 * gst-libs/ext/mplex/README:
31427 * gst-libs/ext/mplex/TODO:
31428 * gst-libs/ext/mplex/ac3strm_in.cc:
31429 * gst-libs/ext/mplex/audiostrm.hh:
31430 * gst-libs/ext/mplex/audiostrm_out.cc:
31431 * gst-libs/ext/mplex/aunit.hh:
31432 * gst-libs/ext/mplex/bits.cc:
31433 * gst-libs/ext/mplex/bits.hh:
31434 * gst-libs/ext/mplex/buffer.cc:
31435 * gst-libs/ext/mplex/buffer.hh:
31436 * gst-libs/ext/mplex/fastintfns.h:
31437 * gst-libs/ext/mplex/format_codes.h:
31438 * gst-libs/ext/mplex/inputstrm.cc:
31439 * gst-libs/ext/mplex/inputstrm.hh:
31440 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31441 * gst-libs/ext/mplex/mjpeg_logging.cc:
31442 * gst-libs/ext/mplex/mjpeg_logging.h:
31443 * gst-libs/ext/mplex/mjpeg_types.h:
31444 * gst-libs/ext/mplex/mpastrm_in.cc:
31445 * gst-libs/ext/mplex/mpegconsts.cc:
31446 * gst-libs/ext/mplex/mpegconsts.h:
31447 * gst-libs/ext/mplex/mplexconsts.hh:
31448 * gst-libs/ext/mplex/multplex.cc:
31449 * gst-libs/ext/mplex/outputstream.hh:
31450 * gst-libs/ext/mplex/padstrm.cc:
31451 * gst-libs/ext/mplex/padstrm.hh:
31452 * gst-libs/ext/mplex/stillsstream.cc:
31453 * gst-libs/ext/mplex/stillsstream.hh:
31454 * gst-libs/ext/mplex/systems.cc:
31455 * gst-libs/ext/mplex/systems.hh:
31456 * gst-libs/ext/mplex/vector.cc:
31457 * gst-libs/ext/mplex/vector.hh:
31458 * gst-libs/ext/mplex/videostrm.hh:
31459 * gst-libs/ext/mplex/videostrm_in.cc:
31460 * gst-libs/ext/mplex/videostrm_out.cc:
31461 * gst-libs/ext/mplex/yuv4mpeg.cc:
31462 * gst-libs/ext/mplex/yuv4mpeg.h:
31463 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31464 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31465 We don't fork mjpegtools' mplex in our CVS anymore.
31466 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31467 (gst_avi_demux_add_stream):
31468 * gst/avi/gstavidemux.h:
31469 Add getcaps() function for proper caps nego. This makes some
31470 parts of AVI playback/reading work.
31471 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31472 Resize window on new capsnego. This is probably wrong, but
31473 I'm still committing it because with current capsnego, the
31474 first successfull capsnego is auto-fixated, therefore rounded
31475 down to the lowest values in the caps. this results in a 16x16
31476 XWindow that is not reized when real capsnego finishes.
31477 Dave, I see more cases of this, do you know a proper solution?
31478 * tools/gst-launch-ext.in:
31479 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31481 2003-12-31 David Schleef <ds@schleef.org>
31483 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31484 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31485 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31487 2003-12-30 David Schleef <ds@schleef.org>
31489 * ext/ffmpeg/gstffmpegcolorspace.c:
31490 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31491 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31492 (gst_ffmpegcsp_chain): Negotiation fixes
31493 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31494 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31495 (gst_audio_convert_link), (gst_audio_convert_channels):
31496 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31497 (gst_audioscale_link), (gst_audioscale_get_buffer),
31498 (gst_audioscale_chain): Negotiation fixes
31499 * gst/audioscale/gstaudioscale.h:
31500 * gst/videofilter/gstvideofilter.c:
31501 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31502 (gst_videofilter_link), (gst_videofilter_init),
31503 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31504 (gst_videofilter_find_format_by_structure):
31505 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31506 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31507 (gst_videoscale_link):
31508 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31509 (videoscale_find_by_structure), (gst_videoscale_setup):
31510 * gst/videoscale/videoscale.h: Negotiation fixes
31511 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31512 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31513 function, restrict resizing to a multiple of 4 (hack until
31514 everyone supports odd sizes correctly).
31516 2003-12-29 Colin Walters <walters@verbum.org>
31518 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31521 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31523 * ext/sndfile/gstsf.c: (gst_sf_loop):
31524 Fix warning about discarding const qualifier
31526 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31528 * gst/cutter/gstcutter.c:
31529 * gst/videoscale/gstvideoscale.c:
31530 * gst/volenv/gstvolenv.c:
31531 * gst-libs/gst/audio/audio.c:
31532 * gst-libs/gst/video/video.c:
31535 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31537 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31538 Don't send ALSA debugging to stderr.
31539 * ext/alsa/gstalsa.h:
31540 Use GST_WARNING instead of g_warning when ALSA functions fail.
31542 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31545 Free XVAdapterInfo correctly.
31547 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31549 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31550 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31551 Make id3tag use correct caps nego.
31553 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31555 * ext/ivorbis/vorbis.c:
31556 * ext/ivorbis/vorbisenc.h:
31557 * ext/ivorbis/vorbisfile.c:
31558 Modify so that it uses the new caps things
31560 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31562 * testsuite/spider/spider1.c: (main):
31563 * testsuite/spider/spider2.c: (main):
31564 * testsuite/spider/spider3.c: (main):
31565 Make tests compile again. They probably don't work.
31567 2003-12-24 Colin Walters <walters@verbum.org>
31569 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31570 we can't fixate the caps anymore.
31572 2003-12-23 David Schleef <ds@schleef.org>
31574 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31575 * sys/oss/gstosssink.c: (gst_osssink_init),
31576 (gst_osssink_sink_fixate): Add fixate function.
31578 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31580 * ext/ffmpeg/gstffmpegcodecmap.c:
31581 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31582 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31583 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31584 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31585 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31586 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31587 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31588 fix typo in RGB masks, and move back to "old" colorspace
31589 capsnego code until whoever wrote this new crap has actually
31590 tested it so that it works.
31591 And yes, this works, keep it that way please.
31593 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31595 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31596 (gst_divxdec_init), (gst_divxdec_negotiate):
31597 * ext/divx/gstdivxdec.h:
31598 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31599 (gst_divxenc_init):
31600 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31601 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31602 * ext/mpeg2enc/gstmpeg2enc.cc:
31603 * ext/mpeg2enc/gstmpeg2encoder.cc:
31604 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31605 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31606 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31607 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31608 (dxr3spusink_init):
31609 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31610 (dxr3videosink_init):
31611 Fix caps breakage after Dave's caps branch merge.
31613 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31615 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31616 Fix for 24bpp display.
31618 2003-12-23 Colin Walters <walters@verbum.org>
31620 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31621 a GnomeVFSHandle directly.
31623 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31625 * gst/volume/Makefile.am:
31626 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31627 (volume_base_init), (volume_init):
31628 Reenable volume element and fix to work with new caps stuff.
31629 Rhythmbox needs this.
31631 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31633 * gst/qtdemux/qtdemux.c: (plugin_init):
31634 qtdemux requires bytestream
31636 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31638 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31639 Fix remaining caps handling errors due to CAPS merge.
31641 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31643 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31644 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31645 (gst_faad_srcconnect):
31646 Port to new caps system.
31648 2003-12-21 Julien MOUTTE <julien@moutte.net>
31650 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31651 (got_video_size), (main): using g_print instead of g_message.
31652 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31653 signal which was not emitted because of "switch" element added to the
31654 bin but not connected. (Removing from the bin temporarily)
31656 2003-12-21 Julien MOUTTE <julien@moutte.net>
31658 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31659 find X development files. I don't understand the previous tests and
31660 they fail on my debian/ppc unstable. This one works.
31661 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31663 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31664 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31665 (gst_play_set_visualization): Add some safety checks in set_ methods
31666 and state_change. This was throwing some ugly CRITICAL messages when
31667 pipeline was getting disposed and casts were failing.
31669 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31672 Improve mpeg2enc detection. This is for distributions that do
31673 ship mjpegtools, but without mpeg2enc. Also does object check
31674 for might there ever be ABI incompatibility.
31675 * ext/mpeg2enc/gstmpeg2enc.cc:
31676 Add Andrew as second maintainer (he's helping me), and also add
31677 an error if no caps was set. This happens if I pull before capsnego
31678 and that's something I should solve sometime else.
31679 * gst/matroska/matroska-demux.c:
31680 (gst_matroska_demux_parse_blockgroup):
31682 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31683 (gst_matroska_mux_track_header):
31684 Add caps to templates.
31685 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31686 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31687 * gst/mpegstream/gstmpegdemux.c:
31688 Remove layer since it causes warnings about unfixed caps.
31689 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31690 Fix obvious typo (we error out if caps were set, we should of
31691 course error out if *no* caps were set).
31692 * sys/oss/gstosselement.c: (gst_osselement_convert):
31693 Fix format conversion, we confused bits/bytes.
31694 * sys/oss/gstosselement.h:
31695 Improve documentation for 'bps'.
31697 Remove stuff about plugins that need removing - this was done
31699 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31700 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31701 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31702 (gst_v4lsrc_src_query):
31703 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31704 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31705 Add get_query_types(), get_formats() and query() functions.
31707 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31709 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31710 * moved CVS to freedesktop.org