1 2007-03-09 Wim Taymans <wim@fluendo.com>
3 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
5 Improve adapter usage and comments.
7 2007-03-09 Wim Taymans <wim@fluendo.com>
9 * ext/pango/gsttextrender.c: (gst_text_render_chain):
10 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
11 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
12 Use new metadata copy function.
14 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15 (gst_ffmpegcsp_transform):
16 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
17 Basetransform copied the metadata for us.
19 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
21 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
22 (gst_text_overlay_video_event):
23 Some more logging. Only accept newsegment events in TIME format and
24 send a WARNING message if they are not in TIME format.
26 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
27 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
28 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
29 * gst/subparse/gstsubparse.h:
30 No need to allocate GstSegment structure dynamically, just put it
31 into the instance structure; ignore newsegment events in BYTE
32 format and in particular don't let it overwrite our saved TIME
33 segment from the last seek.
35 2007-03-09 Michael Smith <msmith@fluendo.com>
37 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
38 Replace AC3 typefinder with one that isn't terrible, and actually
41 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
43 * gst/audioconvert/gstaudioconvert.c:
44 (gst_audio_convert_transform):
45 fix error category and translatable string
48 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
50 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
51 * pkgconfig/gstreamer-plugins-base.pc.in:
52 Fix up utils => pbutils here too.
54 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
56 * gst/subparse/gstsubparse.c: (handle_buffer):
57 Break out of loop in chain function as soon as possible if we get
60 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
62 * tests/check/elements/alsa.c: (GST_START_TEST):
63 Unref the mixer if the state change fails too (if the
64 alsa devices are inaccessible, for example)
66 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
68 * tests/check/Makefile.am:
69 Don't test libvisual elements in the states check, because libvisual
70 seems to leak internally.
72 Re-enable the alsa and states tests now that there's new suppressions
75 * tests/check/elements/alsa.c: (GST_START_TEST):
76 Don't leak the alsamixer we instantiated.
78 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
80 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
81 (gst_ximagesink_change_state), (gst_ximagesink_reset),
82 (gst_ximagesink_finalize):
83 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
84 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
85 Move some cleanup stuff from the state change handler into a _reset()
86 function that can be called from _finalize(). This ensures that things
87 get freed even if (for some reason) the NULL->READY state transition
88 fails in the parent class.
89 Even if a parent state change fails, process our downward state change
90 logic instead of bailing out early.
91 Free the correct xcontext pointer in ximagesink's xcontext_clear.
93 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
95 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
98 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
99 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
100 Use pango_font_description_set_family_static instead of
101 pango_font_description_set_family to save a string copy (it was
102 leaking due to the strdup anyway)
104 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
105 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
106 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
107 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
108 Chain up in finalize.
110 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
112 * gst-libs/gst/interfaces/mixertrack.c:
113 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
114 (gst_mixer_track_set_property):
115 API: add "untranslated-label" property which should be set by
116 implementations at construct time (#414645).
118 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
119 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
120 Set "untranslated-label" when constructing mixer track objects.
122 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
123 Unit test to check the above.
125 2007-03-07 Wim Taymans <wim@fluendo.com>
127 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
128 Fix confusing debug message.
130 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
132 * gst-plugins-base.doap:
133 update doap file with new version
135 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
140 === release 0.10.12 ===
142 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
145 releasing 0.10.12, "Zombie Horde"
147 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
150 Bump version to 0.10.11.4 pre-release
152 2007-03-06 Wim Taymans <wim@fluendo.com>
154 * gst-libs/gst/audio/gstbaseaudiosink.c:
155 (gst_base_audio_sink_async_play):
156 Fix regression that made GStreamer skip the first samples of audio.
159 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
162 Bump version to 0.10.11.3 pre-release
164 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
167 Update paths for the rename from utils to pbutils to fix the build.
169 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
171 * gst-libs/gst/pbutils/Makefile.am:
172 Change directory to install headers in from gst/utils to gst/pbutils
175 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
178 * docs/libs/gst-plugins-base-libs-docs.sgml:
179 * docs/libs/gst-plugins-base-libs-sections.txt:
180 * gst-libs/gst/Makefile.am:
181 * gst-libs/gst/interfaces/mixer.c:
182 * gst-libs/gst/pbutils/Makefile.am:
183 * gst-libs/gst/pbutils/descriptions.c:
184 (gst_pb_utils_get_source_description),
185 (gst_pb_utils_get_sink_description),
186 (gst_pb_utils_get_decoder_description),
187 (gst_pb_utils_get_encoder_description),
188 (gst_pb_utils_get_element_description),
189 (gst_pb_utils_add_codec_description_to_tag_list),
190 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
191 * gst-libs/gst/pbutils/descriptions.h:
192 * gst-libs/gst/pbutils/install-plugins.c:
193 * gst-libs/gst/pbutils/install-plugins.h:
194 * gst-libs/gst/pbutils/missing-plugins.c:
195 (gst_missing_uri_source_message_new),
196 (gst_missing_uri_sink_message_new),
197 (gst_missing_element_message_new),
198 (gst_missing_decoder_message_new),
199 (gst_missing_encoder_message_new),
200 (gst_missing_plugin_message_get_description):
201 * gst-libs/gst/pbutils/missing-plugins.h:
202 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
203 * gst-libs/gst/pbutils/pbutils.h:
204 * gst-libs/gst/utils/Makefile.am:
205 * gst-libs/gst/utils/base-utils.c:
206 * gst-libs/gst/utils/base-utils.h:
207 * gst-libs/gst/utils/descriptions.c:
208 * gst-libs/gst/utils/descriptions.h:
209 * gst-libs/gst/utils/install-plugins.c:
210 * gst-libs/gst/utils/install-plugins.h:
211 * gst-libs/gst/utils/missing-plugins.c:
212 * gst-libs/gst/utils/missing-plugins.h:
213 * gst-plugins-base.spec.in:
214 * gst/playback/Makefile.am:
215 * gst/playback/gstdecodebin.c:
216 * gst/playback/gstdecodebin2.c:
217 * gst/playback/gstplaybasebin.c: (setup_subtitle),
218 (gen_source_element):
219 * gst/playback/gstplaybin.c: (plugin_init):
220 * tests/check/Makefile.am:
221 * tests/check/libs/pbutils.c: (GST_START_TEST),
222 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
223 * tests/check/libs/utils.c:
224 rename utils to pbutils
226 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
228 * docs/plugins/Makefile.am:
229 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
230 * docs/plugins/gst-plugins-base-plugins-sections.txt:
231 * docs/plugins/inspect/plugin-decodebin2.xml:
232 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
233 Add documentation for decodebin2 that indicates that the API
236 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
239 Update to 0.10.11.2 (0.10.12 pre-release)
241 2007-03-01 Wim Taymans <wim@fluendo.com>
243 * gst-libs/gst/audio/gstbaseaudiosink.c:
244 (gst_base_audio_sink_async_play):
245 base time is irrelevant here.
247 2007-03-01 Wim Taymans <wim@fluendo.com>
249 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
250 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
253 * gst-libs/gst/audio/gstbaseaudiosink.c:
254 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
255 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
256 Improve latency and clock slaving calculations.
257 Improve slave clock calibration.
259 * gst-libs/gst/audio/gstringbuffer.c:
260 (gst_ring_buffer_commit_full):
261 When we are asked to render N sample to 0 bytes, return N.
263 2007-03-01 Wim Taymans <wim@fluendo.com>
265 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
266 (gst_alsasink_write), (gst_alsasink_reset):
267 * ext/alsa/gstalsasink.h:
268 Remove unused dispose function.
269 Rename lock to not interfere with alsasrc lock.
271 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
272 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
273 (gst_alsasrc_read), (gst_alsasrc_reset):
274 * ext/alsa/gstalsasrc.h:
275 Implement finalize function.
276 Use lock to protect alsa access.
280 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
283 Convert to new AG_GST style.
285 2007-02-28 Wim Taymans <wim@fluendo.com>
287 Patch by: Ed Catmur <ed at catmur dot co dot uk>
289 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
290 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
291 Fix race condition when rapidly switching visualisations in playbin.
294 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
296 * tests/check/Makefile.am:
297 Include local stuff before system installed things in LDFLAGS and
300 2007-02-28 Wim Taymans <wim@fluendo.com>
302 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
305 2007-02-28 Wim Taymans <wim@fluendo.com>
307 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
308 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
309 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
310 Fix duration and timestamping, taking latency into account.
311 Implement latency query.
313 2007-02-28 Wim Taymans <wim@fluendo.com>
315 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
316 (gst_audio_clock_new):
319 * gst-libs/gst/audio/gstbaseaudiosink.c:
320 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
321 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
322 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
323 (gst_base_audio_src_create):
324 Improve latency query code.
325 Use proper clock names.
327 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
329 * tests/check/generic/states.c: (GST_START_TEST):
330 Copy the states.c test from core again
331 * tests/check/Makefile.am:
332 ignore cdio and cdparanoiasrc
334 2007-02-28 Stefan Kost <ensonic@users.sf.net>
336 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
337 (double_hq), (audio_convert_get_func_index), (check_default),
338 (audio_convert_prepare_context), (audio_convert_convert):
339 Also make valgrind happy and avoid copying data in some cases.
341 2007-02-28 Stefan Kost <ensonic@users.sf.net>
343 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
344 (double_hq), (audio_convert_get_func_index),
345 (audio_convert_prepare_context), (audio_convert_convert):
346 * gst/audioconvert/gstaudioconvert.c:
347 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
348 (gst_audio_convert_transform_caps):
349 * tests/check/elements/audioconvert.c: (GST_START_TEST),
350 (audioconvert_suite):
351 Don't run inplace if that overwrites source data as we go. Add more
352 tests. Fixes #339837 even more.
354 2007-02-27 Julien MOUTTE <julien@moutte.net>
356 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
357 (msg_segment_done): Fix various seeking bugs (Slider was not
358 updating when doing a non flushing seek, Reverse playback
359 on segment seek was wrong).
361 2007-02-26 Wim Taymans <wim@fluendo.com>
363 * tests/examples/seek/seek.c: (stop_seek):
364 When we stop scrubbing, don't leave the pipeline PLAYING when we
365 requested a PAUSED state.
367 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
369 Patch by: René Stadler <mail at renestadler de>
371 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
372 Parse date strings in vorbis comments that have an invalid (zero)
373 month or day (#410396).
375 * tests/check/libs/tag.c: (GST_START_TEST):
376 Test case for the above.
378 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
380 Patch by: Loïc Minier <lool+gnome at via ecp fr>
383 * ext/alsa/Makefile.am:
384 * gst/audiotestsrc/Makefile.am:
385 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
387 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
389 * gst/playback/gstplaybin.c:
390 Improve docs: point out that the application needs to assist playbin
393 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
395 * gst-libs/gst/utils/install-plugins.c:
396 * gst-libs/gst/utils/missing-plugins.c:
397 * tests/check/libs/utils.c: (missing_msg_check_getters):
398 Change GStreamer marker prefix in detail string from 'gstreamer.net'
399 to just 'gstreamer'. Document the caps string component of the
400 decoder/encoder detail a bit better, since not everyone will be
401 familiar with the GStreamer media type/caps system (but they better
402 enjoy nested itemized lists).
404 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
406 * gst-libs/gst/netbuffer/gstnetbuffer.c:
407 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
408 Fix copying of GstNetBuffer (would crash before, or at least lead to
409 invalid memory access, #410772), for now by copying the GstBuffer copy
410 code from the core over here so we can copy the GstBuffer fields on a
411 provided buffer instance (of type GstNetBuffer in this case). Would be
412 better to fix this with some support by the core though (and in the long
413 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
415 * tests/check/Makefile.am:
416 Enable unit test for GstNetBuffer.
418 2007-02-22 Andy Wingo <wingo@pobox.com>
420 * gst-libs/gst/audio/gstbaseaudiosink.c
421 (gst_base_audio_sink_init): Disable pull-mode activation until we
422 figure out how to make audio sinks go to PLAYING.
424 2007-02-22 Stefan Kost <ensonic@users.sf.net>
426 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
427 (double_hq), (audio_convert_get_func_index),
428 (audio_convert_prepare_context), (audio_convert_convert):
429 * gst/audioconvert/audioconvert.h:
430 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
431 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
432 * gst/audioconvert/gstchannelmix.h:
433 * tests/check/elements/audioconvert.c: (GST_START_TEST):
434 Add float as an intermediate format, as well as float mixing. Enable
435 test that was failing before. Fixes #339837
437 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
439 * tests/examples/seek/seek.c: (do_seek):
440 Undo the previous commit: -1 as a stop time implies that the stop
441 time is the end of file, clearing any previously configured segment.
443 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
445 * tests/examples/seek/seek.c: (do_seek):
446 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
448 2007-02-21 Stefan Kost <ensonic@users.sf.net>
450 * gst/volume/gstvolume.c: (volume_process_int16),
451 (volume_process_int16_clamp), (volume_set_caps):
452 Unbreak volume, value remains gint.
454 2007-02-21 Stefan Kost <ensonic@users.sf.net>
456 * gst/volume/gstvolume.c: (volume_choose_func),
457 (volume_update_real_volume), (gst_volume_set_volume),
458 (gst_volume_init), (volume_process_double), (volume_process_float),
459 (volume_process_int16), (volume_process_int16_clamp),
460 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
461 * gst/volume/gstvolume.h:
462 Extend float audio support (double) and some int->uint cleanups.
464 2007-02-20 Edward Hervey <edward@fluendo.com>
466 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
467 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
468 (sort_end_pads), (gst_decode_group_expose),
469 (gst_decode_group_hide):
470 Don't free groups from the streaming threads. Just put them aside and
471 free them in dispose.
473 2007-02-20 Edward Hervey <edward@fluendo.com>
475 * gst/playback/gstdecodebin2.c: (connect_element),
476 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
477 (sort_end_pads), (gst_decode_group_expose):
478 Handle dynamic pads within groups.
479 Sort pads before exposing them in order to make playbin happy.
480 There still is a race with the multiqueue filling up. This should be
484 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
486 * gst-libs/gst/utils/base-utils.c:
487 * gst-libs/gst/utils/descriptions.c:
488 * gst-libs/gst/utils/install-plugins.c:
489 * gst-libs/gst/utils/missing-plugins.c:
490 Some more docs (and descriptions for two subtitle formats).
492 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
494 * gst-libs/gst/audio/audio.c:
497 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
499 Patch by: Yves Lefebvre <ivanohe abacom com>
501 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
502 Don't leak caps. Fixes #408278.
504 2007-02-15 Stefan Kost <ensonic@users.sf.net>
506 * ext/cdparanoia/gstcdparanoiasrc.h:
507 * ext/ogg/gstoggdemux.h:
508 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
509 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
510 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
511 * gst-libs/gst/audio/audio.h:
512 * gst-libs/gst/audio/gstaudiofilter.h:
513 * gst-libs/gst/interfaces/videoorientation.h:
514 * gst/adder/gstadder.h:
515 More docs coverage and some ChangeLog surgery (add missing names)
517 2007-02-15 Wim Taymans <wim@fluendo.com>
519 * sys/ximage/ximagesink.c:
520 (gst_ximagesink_calculate_pixel_aspect_ratio):
521 * sys/xvimage/xvimagesink.c:
522 (gst_xvimagesink_calculate_pixel_aspect_ratio):
523 Small constifications.
525 2007-02-15 Wim Taymans <wim@fluendo.com>
527 * gst-libs/gst/audio/gstbaseaudiosink.c:
528 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
529 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
530 (gst_base_audio_sink_async_play),
531 (gst_base_audio_sink_change_state):
532 Answer latency query.
533 Use configured latency when syncing.
536 * gst-libs/gst/audio/gstbaseaudiosrc.c:
537 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
538 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
539 Fix possible memleak.
540 Implement latency query.
543 2007-02-15 Wim Taymans <wim@fluendo.com>
545 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
546 Ignore errors in reset, these are not fatal. They also grab the element
547 lock which is already taking when this function is called. Fixes
550 2007-02-13 Stefan Kost <ensonic@users.sf.net>
553 Remove 'tests/examples/xerror/Makefile' from output files again.
555 2007-02-13 Stefan Kost <ensonic@users.sf.net>
558 * docs/plugins/Makefile.am:
559 Also crossref against gst-plugins-base-libs.
561 2007-02-12 Stefan Kost <ensonic@users.sf.net>
564 * docs/libs/Makefile.am:
565 * docs/plugins/Makefile.am:
566 Add crossreferences to glib/gobject/gstream docs.
568 * gst-libs/gst/audio/audio.h:
571 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
572 Add own debug category.
574 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
576 Patch by: René Stadler <mail at renestadler de>
578 * gst-libs/gst/tag/gstvorbistag.c:
579 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
582 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
584 * gst/playback/gstplaybasebin.c: (setup_source):
585 When we have external subtitles and wait for the subtitle decodebin
586 to get up and running, we set up a (sync) bus handler for the
587 subtitle decodebin, so we can stop waiting when it posts an error
588 message. However, we should do that before we set the subtitle
589 decodebin's state to playing, otherwise things are racy and we might
590 miss error messages posted before we had a chance to set up the bus.
591 This should finally fix totem hanging on .txt pseudo-subtitle files.
593 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
595 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
596 Use gst_gdouble_to_guint64 for conversions.
597 * win32/common/config.h.in:
598 Add a define for GST_INSTALL_PLUGINS_HELPER
599 * win32/common/libgstaudio.def:
600 * win32/common/libgstcdda.def:
601 * win32/common/libgstnetbuffer.def:
602 * win32/common/libgstrtp.def:
603 * win32/common/libgutils.def:
604 Add new exported functions.
605 * win32/vs6/gst_plugins_base.dsw:
606 * win32/vs6/libgstdecodebin.dsp:
607 * win32/vs6/libgstnetbuffer.dsp:
608 * win32/vs6/libgstplaybin.dsp:
609 * win32/vs6/libgstrtp.dsp:
610 * win32/vs6/libgstvorbis.dsp:
611 * win32/vs6/libgstcdda.dsp:
612 * win32/vs6/libgstgdp.dsp:
613 * win32/vs6/libgstutils.dsp:
614 Update and add new project files.
616 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
618 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
619 (subrip_remove_unhandled_tags), (parse_subrip):
620 For SubRip (.srt) subtitles, ignore all markup tags we don't
621 handle (like font tags, for example).
623 * tests/check/elements/subparse.c:
626 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
628 * gst/playback/gstdecodebin.c: (add_fakesink),
629 (gst_decode_bin_change_state):
630 * gst/playback/gstdecodebin2.c: (add_fakesink),
631 (gst_decode_bin_change_state):
632 Don't error out if there is no fakesink in the NULL to READY state
633 change, since when decodebin is re-used, we're only adding the
634 fakesink element in READY to PAUSED.
636 * tests/check/elements/decodebin.c:
637 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
639 Minimal unit test to make sure we can use the same decodebin
640 instance twice (at least with audiotestsrc input).
642 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
644 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
645 Try to get devic-name from device string first, and from handle only
646 as fallback (seems to yield better results and is more robust
647 against buggy probing code on the application side).
649 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
651 Based on patch by: Julien Puydt <julien.puydt at laposte net>
653 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
654 (gst_alsa_find_device_name):
655 * ext/alsa/gstalsa.h:
656 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
657 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
658 Improve device-name detection a bit, especially in the case where
659 the device is not actually open (#405020, #405024). Move common code
660 into gstalsa.c instead of duplicating it.
662 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
664 * gst/audioconvert/gstaudioconvert.c:
665 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
667 2007-02-06 Julien MOUTTE <julien@moutte.net>
669 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
670 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
671 (gst_xvimagesink_interface_supported),
672 (gst_xvimagesink_probe_get_properties),
673 (gst_xvimagesink_probe_probe_property),
674 (gst_xvimagesink_probe_needs_probe),
675 (gst_xvimagesink_probe_get_values),
676 (gst_xvimagesink_property_probe_interface_init),
677 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
678 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
679 (gst_xvimagesink_get_type):
680 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
681 for XVAdaptors so that one can choose the adaptor to use with
682 gstreamer-properties.
684 2007-02-06 Stefan Kost <ensonic@users.sf.net>
686 * gst/audioconvert/gstaudioconvert.c:
687 Also mention that a conversion from double to float is suboptimal still.
689 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
691 * gst-libs/gst/audio/gstaudiofilter.c:
692 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
693 Clear our formats structure and free the caps contained in it when
696 2007-02-05 Andy Wingo <wingo@pobox.com>
698 * gst-libs/gst/audio/gstbaseaudiosink.c
699 (gst_base_audio_sink_callback): Update basesink->offset so that we
700 pull monotonically increasing offsets instead of, um, seeking back
701 to 0 each time. Fixes alsasrc ! alsasink!
703 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
705 * gst/videoscale/gstvideoscale.c:
706 A width and height of 1 makes us crash, so increase minimum size to
707 2x2 pixels until someone feels like fixing this (#404512).
709 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
711 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
712 Add small test to make sure request pads are cleaned up properly
713 even if oggmux never changes state out of NULL.
715 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
717 * tests/check/libs/utils.c: (GST_START_TEST):
718 Fix unit test. Turns out things work much better when you
719 NULL-terminate string arrays. Should make p5 build bot happy again.
721 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
723 * gst-libs/gst/audio/Makefile.am:
724 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
725 (gst_audio_filter_template_base_init),
726 (gst_audio_filter_template_class_init),
727 (gst_audio_filter_template_init),
728 (gst_audio_filter_template_set_property),
729 (gst_audio_filter_template_get_property),
730 (gst_audio_filter_template_setup),
731 (gst_audio_filter_template_filter),
732 (gst_audio_filter_template_filter_inplace), (plugin_init):
733 Oops, forgot to commit fixed-up example.
735 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
737 * docs/libs/gst-plugins-base-libs-sections.txt:
738 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
739 (gst_audio_filter_class_init), (gst_audio_filter_init),
740 (gst_audio_filter_set_caps),
741 (gst_audio_filter_class_add_pad_templates):
742 * gst-libs/gst/audio/gstaudiofilter.h:
743 Port GstAudioFilter to 0.10. This change technically breaks
744 API and ABI (and thus also every library developer's heart),
745 but seems justifiable on the grounds that the base class was
746 completely unusable before (ie. would crash immediately when
747 actually used). Fixes #403963 (and eventually also #403572).
748 Also document all of this a bit.
750 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
752 * gst-libs/gst/utils/install-plugins.c:
753 (gst_install_plugins_spawn_child):
754 * tests/check/libs/utils.c:
755 (test_base_utils_install_plugins_do_callout):
756 Lowering log level to see why things fail on the p5 build bot;
757 fix some typos in unit test messages.
759 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
761 * tests/check/libs/utils.c:
762 (test_base_utils_install_plugins_do_callout):
763 Don't hard-code temp directory for test helper; use GLib functions
764 to write out file and do error checking etc.
766 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
768 * gst-libs/gst/utils/Makefile.am:
769 * gst-libs/gst/utils/base-utils.h:
770 * gst-libs/gst/utils/install-plugins.c:
771 (gst_install_plugins_context_set_xid),
772 (gst_install_plugins_context_new),
773 (gst_install_plugins_context_free),
774 (gst_install_plugins_get_helper),
775 (gst_install_plugins_spawn_child),
776 (gst_install_plugins_return_from_status),
777 (gst_install_plugins_installer_exited),
778 (gst_install_plugins_async), (gst_install_plugins_sync),
779 (gst_install_plugins_return_get_name),
780 (gst_install_plugins_installation_in_progress):
781 * gst-libs/gst/utils/install-plugins.h:
782 API: add API for applications to initiate installation of missing
783 plugins, ie. gst_install_plugins_async() primarily.
784 Based on libgimme-codec by Ryan Lortie.
787 Add --with-install-plugins-helper configure option so distros can specify
788 the path of the helper script or program to call when plugin installation
789 is requested (distros: please do any argument munging in this helper
790 script instead of patching GStreamer to pass arguments differently
791 to another program directly).
793 * docs/libs/gst-plugins-base-libs-docs.sgml:
794 * docs/libs/gst-plugins-base-libs-sections.txt:
795 Build and document new API.
797 * tests/check/libs/utils.c: (result_cb),
798 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
799 (libgstbaseutils_suite):
800 Some simple checks for the new API.
802 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
804 * tests/check/elements/audioconvert.c: (test_float_conversion):
805 Add small test for 32bit float <=> 64bit float conversion (works
806 only one way so far, 32=>64 produces structured noise).
808 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
810 * gst/audioconvert/gstaudioconvert.c:
811 (set_structure_widths_32_and_64), (make_lossless_changes):
812 We don't support floats with a width of 40, 48 or 56 bits.
814 2007-02-02 Stefan Kost <ensonic@users.sf.net>
816 * gst/audioconvert/audioconvert.c: (float), (double),
817 (audio_convert_get_func_index):
818 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
819 (make_lossless_changes):
820 Support for 64-bit float audio in audioconvert (#339837)
822 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
824 Patch by: Holger Wansing <linux wansing-online de>
828 Add German translation (#352069).
830 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
832 reviewed by: Wim Taymans <wim@fluendo.com>
834 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
835 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
836 Use newly added GstCollectPads API to free the allocated resources in
837 the GstOggPad structures (#402393).
839 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
841 * gst/playback/gstplaybin.c: (gen_vis_element):
842 Add audioresample+audioconvert in front of the visualisation
843 element, so that elements like libvisual 0.4 that don't support all
844 samplerates can work.
848 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
850 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
851 (gst_play_base_bin_get_streaminfo_value_array):
852 Take some locks and make a copy of the streaminfo value array we
853 maintain while holding the lock, so that the application can
854 retrieve the stream-info as a value array in a thread-safe way.
856 2007-01-30 Wim Taymans <wim@fluendo.com>
858 * gst/audioconvert/gstaudioconvert.c:
859 Don't fail on 0 sized buffers. Fixes #396835.
861 2007-01-29 David Schleef <ds@schleef.org>
863 * gst/typefind/gsttypefindfunctions.c:
864 Detect BBCD as video/x-dirac, so we can play raw dirac
867 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
869 * ext/theora/theoraenc.c: (theora_enc_chain):
870 Check return value of theora_encode_header(), or we might try to
871 allocate a random number of bytes. theora_encode_header() can fail
872 if libtheora has been compiled with encoding support disabled.
875 2007-01-29 Wim Taymans <wim@fluendo.com>
877 * tests/check/gst/.cvsignore:
880 2007-01-29 Wim Taymans <wim@fluendo.com>
882 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
883 Fix strides in libvisual. Gst uses X strides.
884 Inspired by: <ed at catmur dot co dot uk> and
885 <tim at centricular dot net>
888 2007-01-27 Wim Taymans <wim@fluendo.com>
890 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
891 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
892 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
893 (gst_ogg_demux_perform_seek),
894 (gst_ogg_demux_bisect_forward_serialno),
895 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
896 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
897 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
898 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
899 * ext/ogg/gstoggdemux.h:
900 Properly propagate streaming errors when we are scanning the file for
901 chains so that we don't crash when shut down. Might fix some crashers
902 when quickly switching oggs in RB such as #332503 and #378436.
904 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
906 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
907 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
910 2007-01-25 Wim Taymans <wim@fluendo.com>
912 * gst/playback/gstplaybasebin.c: (remove_source):
913 Don't try to disconnect a signal from a finalized object.
915 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
917 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
918 Cast lock macro parameters to make sure we're actually accessing the
919 lock member at the right class level. Free list itself in _dispose()
920 as well and NULL it in case dispose gets called multiple times.
922 2007-01-25 Edward Hervey <edward@fluendo.com>
924 * gst/playback/gstdecodebin2.c:
925 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
926 Free GstDecodeGroups no longer used.
927 (gst_decode_group_expose):
928 Don't unlock too many times !
929 (deactivate_free_recursive):
930 Free iterator once we're done with it.
931 Fix for recursively deactivating elements (stop at ghostpads).
933 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
935 * gst/playback/gstplaybin.c: (handoff):
936 Fix up caps on the frame buffer before we save it and potentially
937 make it accessible to other threads via g_object_get; also use
938 gst_buffer_replace() instead of gst_mini_object_replace().
940 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
942 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
943 Make getting the current frame thread-safe.
945 2007-01-25 Edward Hervey <edward@fluendo.com>
947 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
948 (gst_decode_group_new), (gst_decode_group_free):
949 Set queues to bigger sizes to cope with HD contents.
950 Fix some mutex freeing and add comment about MT safe methods.
952 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
954 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
955 (gst_text_overlay_text_event):
956 Don't unnecessarily ref (and then leak) upstream events if the text
957 pad is not linked. Fixes #399948.
959 * tests/check/gst-plugins-base.supp:
960 Add suppression for pango on edgy/x86 for textoverlay test.
962 2007-01-24 Wim Taymans <wim@fluendo.com>
964 * gst-libs/gst/rtp/gstrtpbuffer.h:
965 Add some more fixed payloads.
967 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
969 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
970 Error out properly if we get an error from libogg while reading the
971 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
973 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
975 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
978 * tests/check/elements/playbin.c:
979 (test_sink_usage_video_only_stream),
980 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
981 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
982 (test_missing_suburisource_handler),
983 (test_missing_primary_decoder), (playbin_suite):
984 Run all tests once with decodebin and once with decodebin2.
985 One test does not pass yet with decodebin2.
987 2007-01-23 Edward Hervey <edward@fluendo.com>
989 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
990 Fix the cases where oggmux doesn't properly figure out that all
991 sinkpads have gone EOS, and therefore doesn't push out the remaining
992 buffers and the final EOS event.
995 2007-01-23 Julien MOUTTE <julien@moutte.net>
997 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
999 Don't lock on navigation event push, just on keysym to string.
1000 Fixes #397673 again.
1002 2007-01-22 Edward Hervey <edward@fluendo.com>
1004 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1005 (get_current_group), (group_demuxer_event_probe),
1006 (gst_decode_group_expose), (deactivate_free_recursive),
1007 (gst_decode_group_free):
1009 Don't forget to emit 'no-more-pads' once a group is exposed.
1010 Cleanup elements from a DecodeGroup once we remove it.
1011 Protect call to gst_decode_group_expose() with the decodebin lock.
1013 2007-01-22 Julien MOUTTE <julien@moutte.net>
1015 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1016 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1017 Looking at Xorg code i can't figure out if that XKeysymToString
1018 function is thread sensible or not. Lock it just in case as
1019 recommended by Radek Doulik <rodo at ximian dot com>.
1021 2007-01-22 Julien MOUTTE <julien@moutte.net>
1023 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1024 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1025 Lock that X Call as well. Fixes #397673.
1027 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1029 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1030 Don't go into an endless loop if the file starts with 00 00 01 2X,
1031 like quicktime redirect files might. Fixes #396042.
1033 * tests/check/Makefile.am:
1034 * tests/check/gst/.cvsignore:
1035 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1036 (typefindfunctions_suite):
1037 Add unit test for the above.
1039 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1041 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1042 On second thought, use "depth" field rather than "bpp" field.
1044 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1046 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1047 Camtasia caps apparently need a bpp field (#398875).
1049 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1051 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1052 (gen_source_element), (gst_play_base_bin_change_state):
1053 Attempt at a better error message in case we don't have the required
1054 URI handler installed; post missing-plugin message also when we're
1055 missing an URI handler for the subtitle URI; clean up properly also
1056 when an error occurs and we never made it to PAUSED state.
1058 * tests/check/elements/playbin.c: (GST_START_TEST),
1060 Check that we're also getting a missing-plugin messsage for a
1061 missing subtitle URI handler (and clean up properly).
1063 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1065 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1066 Plug a few reference leaks.
1068 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1070 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1071 Lower probability a bit if the marker isn't right at the start,
1072 to decrease the chance of false positives.
1074 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1076 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1077 Small mpeg2 system stream typefinding improvement: make typefinder
1078 probe a bit into the stream instead of just looking for a marker
1079 at the beginning. Fixes #397810.
1081 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1083 * gst/audioconvert/gstchannelmix.c:
1084 Remove compatibility cruft for prehistoric GLib versions.
1086 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1088 * gst/playback/Makefile.am:
1089 * gst/playback/gstdecodebin.c: (close_pad_link):
1090 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1091 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1092 (gst_play_base_bin_handle_message_func), (unknown_type):
1093 Let decodebin be the element to post missing-plugin messages for
1094 missing decoders (rather than playbin); make playbin implement
1095 GstBin::handle_message so we can suppress missing-plugin messages
1096 for types we're not handling on purpose (don't want to bring up an
1097 installer in those cases).
1099 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1101 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1102 * gst-libs/gst/tag/gstvorbistag.c:
1103 (gst_tag_list_to_vorbiscomment_buffer):
1104 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1105 Fix potentially unaligned access (#397207).
1107 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1109 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1110 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1111 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1113 Allow to toggle looping while it plays. Fix callback prototype. Clean
1114 up code a bit more. Add copyright header.
1116 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1118 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1119 Red and blue mask was swapped (spotted by Dan Williams).
1121 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1123 * gst-libs/gst/tag/gstid3tag.c:
1124 * gst-libs/gst/tag/gstvorbistag.c:
1125 Use new beats-per-minute tag from core.
1127 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1130 Add new files with translatable strings, so they actually make it
1131 into the template file one day.
1133 2007-01-12 Andy Wingo <wingo@pobox.com>
1135 * gst-libs/gst/audio/gstbaseaudiosink.c
1136 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1137 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1138 stuff, as the base class handles this now. Actually tell the ring
1140 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1141 How did this work before? Maybe I'm not as awesome a programmer as
1144 * gst-libs/gst/audio/gstbaseaudiosrc.c
1145 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1148 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1150 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1151 Remove more fields so that the application can better blacklist
1152 formats that have been tried before.
1154 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1156 * gst-libs/gst/audio/mixerutils.h:
1157 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1158 used when compiling with c++ compilers as well.
1160 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1162 * gst/typefind/gsttypefindfunctions.c:
1165 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1167 * gst/playback/gstplaybin.c: (post_missing_element_message),
1168 (gen_video_element), (gen_text_element), (gen_audio_element),
1170 Post missing-plugin messages also when we error out because
1171 converters, textoverlay or auto*sinks are missing (#161922).
1173 2007-01-10 Wim Taymans <wim@fluendo.com>
1175 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1176 (is_demuxer_element), (new_caps):
1177 * gst/playback/gstplaybasebin.c: (source_new_pad):
1178 Fix the case where we try to ref a NULL element when we delay a link
1179 because of unfixed caps.
1180 Set the state of autoplugged decodebins to PAUSED.
1181 RTSP now works in playbin, we can remove it from the blacklist.
1183 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1185 * gst/playback/Makefile.am:
1186 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1187 (unknown_type), (setup_subtitle), (gen_source_element):
1188 * gst/playback/gstplaybin.c: (plugin_init):
1189 Post missing-plugin messages on the bus for missing sources and
1190 missing decoders/demuxers/depayloaders; fix error code used when
1191 we're missing an URI handler source; for media types that we are not
1192 handling on purpose at the moment, don't print "don't know how to
1193 handle xyz" messages to the terminal or post missing-plugin
1194 messages on the bus.
1196 * tests/check/elements/playbin.c: (create_playbin),
1197 (GST_START_TEST), (gst_codec_src_uri_get_type),
1198 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1199 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1200 (gst_codec_src_init_type), (gst_codec_src_base_init),
1201 (gst_codec_src_create), (gst_codec_src_class_init),
1202 (gst_codec_src_init), (plugin_init), (playbin_suite):
1203 Add some tests for the missing-plugin stuff.
1205 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1208 * gst-libs/gst/Makefile.am:
1209 * gst-libs/gst/utils/Makefile.am:
1210 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1211 * gst-libs/gst/utils/base-utils.h:
1212 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1213 (find_format_info), (caps_are_rtp_caps),
1214 (gst_base_utils_get_source_description),
1215 (gst_base_utils_get_sink_description),
1216 (gst_base_utils_get_decoder_description),
1217 (gst_base_utils_get_encoder_description),
1218 (gst_base_utils_get_element_description),
1219 (gst_base_utils_add_codec_description_to_tag_list),
1220 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1221 * gst-libs/gst/utils/descriptions.h:
1222 * gst-libs/gst/utils/missing-plugins.c:
1223 (missing_structure_get_type), (copy_and_clean_caps),
1224 (gst_missing_uri_source_message_new),
1225 (gst_missing_uri_sink_message_new),
1226 (gst_missing_element_message_new),
1227 (gst_missing_decoder_message_new),
1228 (gst_missing_encoder_message_new),
1229 (missing_structure_get_string_detail),
1230 (missing_structure_get_caps_detail),
1231 (gst_missing_plugin_message_get_installer_detail),
1232 (gst_missing_plugin_message_get_description),
1233 (gst_is_missing_plugin_message):
1234 * gst-libs/gst/utils/missing-plugins.h:
1235 API: add new libgstbaseutils library with functions
1236 - to create and parse missing-plugins messages
1237 - that provide (translated) descriptions for caps/decoders/sources/etc.
1240 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1241 * pkgconfig/gstreamer-plugins-base.pc.in:
1244 * docs/libs/gst-plugins-base-libs-docs.sgml:
1245 * docs/libs/gst-plugins-base-libs-sections.txt:
1246 Generate docs for new lib and API.
1248 * tests/check/Makefile.am:
1249 * tests/check/libs/.cvsignore:
1250 * tests/check/libs/utils.c: (missing_msg_check_getters),
1251 (GST_START_TEST), (libgstbaseutils_suite):
1252 Add some basic unit tests.
1254 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1256 * ext/ogg/Makefile.am:
1257 Dist gstoggdemux.h to fix 'make distcheck'.
1259 * sys/v4l/Makefile.am:
1260 Fix 'make distcheck' even more.
1262 2007-01-09 Wim Taymans <wim@fluendo.com>
1264 * docs/plugins/Makefile.am:
1265 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1266 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1267 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1268 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1269 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1270 (gst_ogg_demux_perform_seek):
1271 * ext/ogg/gstoggdemux.h:
1273 Add some more comments.
1276 2007-01-09 Wim Taymans <wim@fluendo.com>
1278 * ext/theora/theoradec.c:
1279 * ext/vorbis/vorbisdec.c:
1280 * gst-libs/gst/audio/gstringbuffer.c:
1281 (gst_ring_buffer_commit_full):
1282 * gst-libs/gst/audio/gstringbuffer.h:
1283 * gst-libs/gst/rtp/gstrtpbuffer.c:
1284 * gst-libs/gst/tag/gstvorbistag.c:
1285 Small documentation updates/fixes
1287 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1290 Require core CVS HEAD for Andy's basesrc/sink API additions.
1292 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1294 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1296 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1298 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1299 on flac.sf.net (there appear to be other versions of the first
1300 ogg page in the wild) (#391365).
1302 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1305 Check if localtime_r() is available.
1307 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1308 If localtime_r() is not available, fall back to localtime(). Should
1309 fix build on MingW (#393310).
1311 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1313 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1314 * gst/subparse/gstsubparse.h:
1315 Remove spurious 1000 subtrahend when calculating the timestamp from
1316 the frame number and the frame rate . Also, use the frames/second
1317 value specified in the first line of the file, if one is specified
1318 there. Should fix #357503.
1320 * tests/check/elements/subparse.c: (do_test),
1321 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1323 Add some basic unit tests for the microdvd subtitle format.
1325 2007-01-07 Julien MOUTTE <julien@moutte.net>
1327 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1328 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1329 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1330 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1331 (gst_xvimagesink_set_xwindow_id),
1332 (gst_xvimagesink_set_event_handling),
1333 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1334 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1335 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1337 Add an adaptor property to select a specific XV adaptor.
1338 * sys/xvimage/xvimagesink.h:
1340 2007-01-07 Julien MOUTTE <julien@moutte.net>
1342 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1343 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1344 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1345 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1346 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1347 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1348 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1349 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1350 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1351 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1352 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1353 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1354 Use flow_lock much more to protect every access to xwindow.
1355 Try to catch erros while creating images in case some drivers are
1356 just generating an XError when the requested image is too big.
1357 Should fix : #354698, #384008, #384060.
1358 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1359 Implement some stress testing of setting window xid.
1361 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1363 * win32/common/libgsaudio.def:
1364 Add new exported function.
1365 * win32/common/libgstogg.dsp:
1366 Add gstoggaviparse.c to the build.
1367 * win32/common/libgstvideoscale.dsp:
1368 Add vs_4tap.c to the build.
1369 * win32/common/libgstvorbis.dsp:
1370 Add vorbistag.c to the build.
1372 2007-01-06 Andy Wingo <wingo@pobox.com>
1374 * gst-libs/gst/audio/gstbaseaudiosink.c
1375 (gst_base_audio_sink_class_init)
1376 (gst_base_audio_sink_init):
1377 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1378 to baseaudiosink, and tell basesink that we can work in pull mode.
1379 This way the ring buffer thread drives the pipeline directly, if
1380 pull mode is possible. There is some lingering nastiness regarding
1382 (gst_base_audio_sink_callback): Implement the callback to pull
1383 data. This interface is a bit light, though -- it should get a
1384 GstFlowReturn return value at least.
1386 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1388 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1389 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1390 * gst/playback/gstdecodebin2.c:
1391 (gst_decode_group_check_if_blocked):
1392 Printf format and missing argument fixes.
1394 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1396 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1397 (gst_ogm_parse_change_state):
1398 Activate pads before adding them to the element.
1400 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1402 * tests/examples/seek/scrubby.c: (main):
1403 * tests/examples/seek/seek.c: (main):
1404 Call g_thread_init() first thing in main() (see #391278).
1406 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1408 * tests/check/Makefile.am:
1409 * tests/check/libs/.cvsignore:
1410 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1412 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1413 for the time being, since it's broken, see #393099.
1415 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1417 * tests/check/Makefile.am:
1418 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1420 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1423 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1424 so that GST_BASE_CFLAGS can go inbetween them, making sure
1425 we use uninstalled gst-libs headers
1426 * docs/libs/Makefile.am:
1427 * ext/alsa/Makefile.am:
1428 * ext/cdparanoia/Makefile.am:
1429 * ext/gnomevfs/Makefile.am:
1430 * ext/libvisual/Makefile.am:
1431 * ext/ogg/Makefile.am:
1432 * ext/theora/Makefile.am:
1433 * ext/vorbis/Makefile.am:
1434 * gst-libs/gst/audio/Makefile.am:
1435 * gst-libs/gst/cdda/Makefile.am:
1436 * gst-libs/gst/interfaces/Makefile.am:
1437 * gst-libs/gst/riff/Makefile.am:
1438 * gst-libs/gst/rtp/Makefile.am:
1439 * gst-libs/gst/tag/Makefile.am:
1440 * gst/adder/Makefile.am:
1441 * gst/audioconvert/Makefile.am:
1442 * gst/audiorate/Makefile.am:
1443 * gst/audioresample/Makefile.am:
1444 * gst/playback/Makefile.am:
1445 * gst/tcp/Makefile.am:
1446 * gst/videoscale/Makefile.am:
1447 * gst/volume/Makefile.am:
1448 * sys/ximage/Makefile.am:
1449 * sys/xvimage/Makefile.am:
1450 * tests/icles/Makefile.am:
1453 2007-01-04 Julien MOUTTE <julien@moutte.net>
1455 * gst-libs/gst/interfaces/xoverlay.c:
1456 (gst_x_overlay_handle_events):
1457 * gst-libs/gst/interfaces/xoverlay.h:
1458 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1459 (gst_ximagesink_set_xwindow_id),
1460 (gst_ximagesink_set_event_handling),
1461 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1462 (gst_ximagesink_get_property), (gst_ximagesink_init),
1463 (gst_ximagesink_class_init):
1464 * sys/ximage/ximagesink.h:
1465 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1466 (gst_xvimagesink_set_xwindow_id),
1467 (gst_xvimagesink_set_event_handling),
1468 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1469 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1470 (gst_xvimagesink_class_init):
1471 * sys/xvimage/xvimagesink.h:
1472 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1473 Add a method to the XOverlay interface to allow disabling of
1474 event handling in x[v]imagesink elements. This will let X events
1475 propagate to parent windows which can be usefull in some cases.
1476 Be carefull that the application is then responsible of pushing
1477 navigation events and expose events to the video sink.
1480 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1482 * gst-libs/gst/tag/gstvorbistag.c:
1483 * tests/check/libs/tag.c: (GST_START_TEST):
1484 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1487 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1491 * docs/design/Makefile.am:
1494 2006-12-27 Julien MOUTTE <julien@moutte.net>
1496 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1497 typo. Fixes: #390063.
1499 2006-12-27 Julien MOUTTE <julien@moutte.net>
1501 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1502 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1504 * win32/common/config.h: Updated.
1506 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1508 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1509 (setup_gdpdepay_streamheader):
1510 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1511 (setup_gdppay_streamheader):
1512 Fix the dp tests, but activating the pads for the streamheader tests
1513 too and cleaning up conditionaly
1515 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1517 * gst/ffmpegcolorspace/avcodec.h:
1518 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1519 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1520 (gst_ffmpegcsp_avpicture_fill):
1521 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1522 (img_get_alpha_info):
1523 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1524 other end of the word. Fixes: #387073.
1526 Add some inconsequential branch hints in a couple of places.
1528 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1530 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1531 (gst_ffmpeg_caps_to_smpfmt):
1532 The "signed" field in raw audio caps is of boolean type, trying to
1533 extract the value with _get_int() will fail (fix to keep in sync with
1534 the copy in gst-ffmpeg)
1536 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1538 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1539 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1540 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1542 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1543 * tests/check/elements/subparse.c: (teardown_subparse):
1544 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1545 * tests/check/elements/videorate.c: (cleanup_videorate):
1546 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1547 * tests/check/elements/volume.c: (cleanup_volume):
1548 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1549 (cleanup_vorbisdec):
1550 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1551 (cleanup_vorbistag):
1552 consistent pad (de)activation
1554 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1556 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1557 Forgot to register the extensions.
1559 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1561 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1563 Add typefinder for VIVO files (my christmas present to the 90s).
1565 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1567 * gst/playback/gstdecodebin.c: (type_found):
1568 Special-case the text/plain media type: we only want to recognise it
1569 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1570 parser, but not if the entire stream is of text/plain type. If the
1571 entire stream is text/plain, we should just error out.
1573 This fixes playback of audio files with lyrics in totem. Totem can't
1574 distinguish between text files and subtitle files and passes any
1575 .txt file with the same basename as the main file to playbin as
1576 suburi, and playbin will then throw a 'subtitle found, but no video
1577 stream' error, which isn't entirely helpful. See #380342.
1579 Also, with this change we'll show a slightly more correct error
1580 message in case totem passes a playlist file to us (although a
1581 custom error message wording instead of the default text would
1582 probably not be a bad idea either).
1584 Same problem also needs to be fixed for playbin+decodebin2.
1586 * tests/check/Makefile.am:
1587 * tests/check/elements/decodebin.c: (src_handoff_cb),
1588 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1590 Add simple unit test for decodebin for the above.
1592 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1594 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1595 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1596 Refuse to change state to READY when we failed to create any of the
1597 required elements in our instance init function.
1599 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1601 * docs/libs/gst-plugins-base-libs-sections.txt:
1602 Small docs fixes/updates.
1604 * gst-libs/gst/video/gstvideosink.h:
1605 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1606 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1607 removed from the base sink API between 0.9.6 and 0.9.7).
1608 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1609 accessor macros, so we don't do a runtime GObject type check every
1612 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1615 * gst-plugins-base.doap:
1616 * gst-plugins-base.spec.in:
1619 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1621 Patch by: Jens Granseuer <jensgr at gmx net>
1623 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1624 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1625 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1626 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1627 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1628 Declare variables at the beginning of a block. Fixes #383195.
1630 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1633 Bump version nano - back to CVS.
1636 === release 0.10.11 ===
1638 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1641 releasing 0.10.11, "Dumb things"
1643 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1645 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1646 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1647 Handle the case where an element has multiple pads with
1648 unfixed caps as well as still possibly producing more dynamic
1649 pads by storing each case as a distinct entry in the dynamic list.
1652 2006-12-04 Wim Taymans <wim@fluendo.com>
1654 * gst/playback/gstdecodebin.c: (close_pad_link):
1655 Fix #382223, add more dynamic caps handling.
1657 2006-12-04 Wim Taymans <wim@fluendo.com>
1659 reviewed by: <delete if not using a buddy>
1661 * gst-libs/gst/audio/gstringbuffer.h:
1662 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1663 (gst_netaddress_set_ip4_interface),
1664 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1665 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1666 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1667 (gst_netaddress_get_ttl):
1668 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1669 * gst/playback/gstdecodebin.c: (close_pad_link):
1670 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1671 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1672 * win32/common/config.h:
1674 2006-12-01 Michael Smith <msmith@fluendo.com>
1676 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1677 Delete bad debug code.
1680 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1682 * gst/videoscale/vs_4tap.c:
1684 * win32/common/config.h:
1685 * win32/vs8/libgstvideoscale.vcproj:
1686 Fix compilation on win32 under VS8
1687 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1688 Partially fixes #381175
1690 2006-11-30 Michael Smith <msmith@fluendo.com>
1692 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1694 It would be very bad if, after a discont buffer, we thought every
1695 single following buffer was also discont. So, add to the test to
1696 ensure that this isn't the case.
1698 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1699 ... it was the case. So fix it.
1701 2006-11-28 Wim Taymans <wim@fluendo.com>
1703 * gst/playback/gstplaybasebin.c: (check_queue_event):
1706 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1707 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1708 padtemplate caps. Refixes #357577.
1710 2006-11-28 Wim Taymans <wim@fluendo.com>
1712 * gst/playback/gstplaybasebin.c: (check_queue_event),
1713 (queue_threshold_reached), (queue_out_of_data),
1714 (gen_preroll_element):
1715 Add event probe to see when EOS is in a queue and we can disable the
1716 underrun signals. Fixes #357577.
1718 2006-11-28 Edward Hervey <edward@fluendo.com>
1720 * gst/playback/Makefile.am:
1721 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1722 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1723 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1724 (gst_decode_bin_init), (gst_decode_bin_dispose),
1725 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1726 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1727 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1728 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1729 (connect_element), (expose_pad), (type_found),
1730 (pad_added_group_cb), (pad_removed_group_cb),
1731 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1732 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1733 (are_raw_caps), (multi_queue_overrun_cb),
1734 (multi_queue_underrun_cb), (gst_decode_group_new),
1735 (get_current_group), (group_demuxer_event_probe),
1736 (gst_decode_group_control_demuxer_pad),
1737 (gst_decode_group_control_source_pad),
1738 (gst_decode_group_check_if_blocked),
1739 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1740 (gst_decode_group_hide), (gst_decode_group_free),
1741 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1742 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1743 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1745 New decodebin2 element.
1747 * gst/playback/gstplay-marshal.list:
1748 Added marshallers for new signals in decodebin2
1749 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1750 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1753 2006-11-28 Wim Taymans <wim@fluendo.com>
1755 * gst/playback/gstplaybasebin.c: (setup_source),
1756 (gst_play_base_bin_change_state):
1757 Disable rtsp:// uris for the release, it's not good enough yet.
1760 2006-11-26 Wim Taymans <wim@fluendo.com>
1762 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1763 (theora_dec_push_forward), (theora_dec_push_reverse),
1764 (theora_handle_data_packet), (theora_dec_decode_buffer),
1765 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1766 (theora_dec_chain_forward), (theora_dec_chain):
1767 Implement reverse playback.
1769 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1770 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1771 (vorbis_dec_chain_forward):
1772 Clear buffers used for reverse playback in _reset.
1773 No need to set the eos flag, we clip samples using the segment.
1775 2006-11-24 Wim Taymans <wim@fluendo.com>
1777 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1778 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1779 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1780 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1782 Handle continued pages in reverse mode.
1784 2006-11-24 Wim Taymans <wim@fluendo.com>
1786 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1787 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1788 (vorbis_dec_flush_decode):
1790 Don't try to add invalid timestamps.
1791 Clipping will unref the buffer.
1793 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1795 * gst/adder/gstadder.h:
1796 * gst/audiotestsrc/gstaudiotestsrc.h:
1797 remove obsolete _factory_init protos
1799 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1801 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1802 Fix spacing in debug message.
1804 2006-11-23 Wim Taymans <wim@fluendo.com>
1806 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1807 (gst_ogg_demux_chain):
1808 Don't just ignore return values from _pad_push().
1809 Small debug improvements.
1811 2006-11-23 Michael Smith <msmith@fluendo.com>
1813 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1814 If our incoming buffer is marked as DISCONT, then increment the page
1815 number (so that the discontinuity is marked in the final ogg
1816 bitstream) and flush the previous page.
1818 2006-11-22 Michael Smith <msmith@fluendo.com>
1820 * ext/theora/gsttheoraenc.h:
1821 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1822 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1823 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1824 (theora_enc_chain), (theora_enc_change_state):
1825 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1827 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1828 (GST_START_TEST), (theoraenc_suite):
1829 Enable discontinuity test, fix it.
1831 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1833 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1834 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1835 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1836 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1837 (gst_text_overlay_change_state):
1838 * ext/pango/gsttextoverlay.h:
1839 Some textoverlay fixes: for one, in the video chain function,
1840 actually wait for a text buffer to come in if there is none at the
1841 moment and there should be one; also, deal more gracefully with
1842 incoming buffers that do not have a timestamp or duration; discard
1843 text buffer when not needed any longer. Fixes #341681.
1845 * tests/check/Makefile.am:
1846 * tests/check/elements/.cvsignore:
1847 * tests/check/elements/textoverlay.c:
1848 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1849 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1850 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1851 (test_video_waits_for_text_send_text_newsegment_thread),
1852 (test_video_waits_for_text_shutdown_element),
1853 (test_render_continuity_push_video_buffers_thread),
1854 (textoverlay_suite):
1855 Add some unit tests for textoverlay.
1857 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1859 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1860 Avoid integer underflow when the found probability for mp3 is
1861 smaller than the 'penalty' we subtract if there's not a clean
1862 mp3 header sync at offset 0.
1864 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1866 * docs/libs/gst-plugins-base-libs-sections.txt:
1867 Add some new symbols to the docs
1869 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1871 * tests/check/Makefile.am:
1872 * tests/check/elements/ffmpegcolorspace.c:
1873 (ffmpegcolorspace_suite):
1874 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1875 (for now not for valgrinding though, since it takes too long).
1877 2006-11-20 Wim Taymans <wim@fluendo.com>
1879 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1880 (gst_ffmpeg_pixfmt_to_caps):
1881 Fix RGBA32 caps. Fixes #357038.
1883 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1885 * gst-libs/gst/interfaces/mixertrack.h:
1886 Add FIXME so we can add some padding here in 0.11
1888 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1890 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1891 Fix GstBaseRTPAudioPayload structure so the whole GObject
1892 inheritance business actually works (parent class instance structure
1893 must always come first in the derived class instance structure).
1895 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1897 * gst/videotestsrc/Makefile.am:
1898 * tests/check/Makefile.am:
1899 Make sure our checks and the videotestsrc plugin link against the
1900 local uninstalled gst libs and not any installed gst libs that
1901 might happen to exist as well.
1903 * tests/check/elements/adder.c: (message_received),
1904 (test_event_message_received), (test_play_twice_message_received):
1905 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1906 Fix compiler warnings when compiling against core with disabled
1909 2006-11-16 Michael Smith <msmith@fluendo.com>
1911 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1912 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1913 Fix audiorate, so that it accurately sets offsets and timestamps.
1914 Doesn't change the fundamental algorithmic decisions; so should be
1917 * tests/check/Makefile.am:
1918 Enable audiorate test now that it passes.
1920 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1922 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1923 clear xv when going to NULL, remove // commented non-existant proto
1925 * tests/examples/seek/seek.c: (main):
1926 add missing tooltip description for scrub and play_scrub
1928 2006-11-14 David Schleef <ds@schleef.org>
1931 Bump liboil requirement to 0.3.8.
1932 * gst-libs/gst/riff/riff-media.c:
1934 * gst/videoscale/vs_image.h:
1935 * gst/videoscale/vs_scanline.h:
1936 Use liboil's stdint.h.
1937 * gst/videotestsrc/videotestsrc.c:
1938 Remove liboil related ifdef's, since they aren't needed now, and
1939 won't work with future versions.
1941 2006-11-14 David Schleef <ds@schleef.org>
1943 * gst/videoscale/Makefile.am:
1944 * gst/videoscale/gstvideoscale.c:
1945 * gst/videoscale/gstvideoscale.h:
1946 * gst/videoscale/vs_4tap.c:
1947 * gst/videoscale/vs_4tap.h:
1948 * gst/videoscale/vs_image.c:
1949 * gst/videoscale/vs_image.h:
1950 * gst/videoscale/vs_scanline.c:
1951 * gst/videoscale/vs_scanline.h:
1952 Add a 4-tap image scaler. Theoretically looks much prettier.
1953 The tap calculation could use some improvement.
1955 2006-11-14 Wim Taymans <wim@fluendo.com>
1957 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1959 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1960 (gst_riff_parse_strf_iavs):
1961 * gst/subparse/gstsubparse.c: (convert_encoding):
1962 * gst/tcp/gstmultifdsink.c:
1963 (gst_multi_fd_sink_handle_client_write):
1964 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1965 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1966 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1967 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1968 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1969 (gst_ximagesink_ximage_new):
1970 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1971 Various gsize and gssize printf fixes. Fixes #372507.
1973 2006-11-13 Wim Taymans <wim@fluendo.com>
1975 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1976 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1977 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1978 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1979 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1980 * ext/vorbis/vorbisdec.h:
1981 First stab at vorbis reverse playback.
1983 2006-11-13 Wim Taymans <wim@fluendo.com>
1985 * gst-libs/gst/audio/gstbaseaudiosink.c:
1986 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1987 * gst-libs/gst/audio/gstbaseaudiosink.h:
1988 Make the clock sync code more accurate wrt resampling and playback
1991 * gst-libs/gst/audio/gstringbuffer.c:
1992 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1993 * gst-libs/gst/audio/gstringbuffer.h:
1994 Use better algorithm to interpolate sample rates.
1996 2006-11-13 Michael Smith <msmith@fluendo.com>
1998 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1999 Improve a debug line slightly.
2001 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2002 Call gst_riff_init() in plugin_init, to avoid getting errors from
2003 the debug system (unrelated changes to another plugin made this turn
2006 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2008 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2010 * win32/common/libgsttag.def:
2011 Add missing symbol (#366492).
2013 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2015 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2016 Don't unref a NULL pad.
2018 2006-11-09 Wim Taymans <wim@fluendo.com>
2020 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2021 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2022 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2023 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2024 (gst_ogg_demux_loop):
2025 Implement first stab at reverse playback.
2027 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2029 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2030 (gst_riff_create_video_template_caps):
2031 add h263/h264 variants to the caps, Fixes #363118
2033 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2035 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2036 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2037 Use g_strerror instead of strerror so we get UTF-8.
2039 2006-11-03 David Schleef <ds@schleef.org>
2041 * ext/ogg/gstoggdemux.c:
2042 * ext/ogg/gstoggmux.c:
2043 Add/remove KW-DIRAC header here, since it is ogg-specific.
2045 2006-11-03 Michael Smith <msmith@fluendo.com>
2047 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2048 Recognise more mpeg4 elementary video streams.
2050 2006-11-02 Edward Hervey <edward@fluendo.com>
2052 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2053 Lower the probability of mp3 typefinding functions if we don't find a
2054 valid mp3 header at the start of the file.
2057 2006-11-02 Wim Taymans <wim@fluendo.com>
2059 * ext/theora/gsttheoradec.h:
2060 * ext/theora/theoradec.c: (gst_theora_dec_init),
2061 (theora_dec_sink_event), (theora_dec_chain_forward),
2062 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2064 Document and partially implement an algorithm for doing reverse playback
2067 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2069 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2071 * win32/common/config.h:
2072 * win32/common/interfaces-enumtypes.c:
2073 * win32/common/libgsttag.def:
2074 * win32/vs8/gst-plugins-base.sln:
2075 * win32/vs8/libgstaudioresample.vcproj:
2076 * win32/vs8/libgstinterfaces.vcproj:
2077 * win32/vs8/libgstogg.vcproj:
2078 * win32/vs8/libgstriff.vcproj:
2079 * win32/vs8/libgsttag.vcproj:
2080 * win32/vs8/libgsttheora.vcproj:
2081 * win32/vs8/libgstvideoscale.vcproj:
2082 * win32/vs8/libgstvorbis.vcproj:
2083 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2084 to libgsttag.def; add missing dependencies for some vs8 projects;
2085 re-arrange placement of .def files in vs8 projects (#366334).
2087 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2090 Remove unused variable.
2092 * ext/ogg/gstoggdemux.c:
2093 Fix Wim's surname in plugin description.
2095 2006-10-31 Wim Taymans <wim@fluendo.com>
2097 * gst-plugins-base.spec.in:
2098 spec new .h file. Fixes #368310.
2100 2006-10-31 Michael Smith <msmith@fluendo.com>
2102 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2103 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2104 (gst_multi_fd_sink_get_stats),
2105 (gst_multi_fd_sink_remove_client_link),
2106 (gst_multi_fd_sink_queue_buffer),
2107 (gst_multi_fd_sink_handle_clients):
2108 * gst/tcp/gstmultifdsink.h:
2109 Make using the remove or clear signals threadsafe.
2110 Make calling get-stats with an invalid fd not segfault.
2113 2006-10-31 Wim Taymans <wim@fluendo.com>
2115 * gst-libs/gst/rtp/Makefile.am:
2116 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2117 (gst_base_rtp_audio_payload_init):
2118 Fix and activate base audio payloader.
2120 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2122 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2124 Add typefinder for QuickTime Image Files (see #366156).
2126 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2128 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2129 Another typo fix (#366212).
2131 2006-10-27 Wim Taymans <wim@fluendo.com>
2133 * gst/volume/gstvolume.c: (volume_transform_ip):
2134 Use stream time to synchronize volume property instead of rather random
2135 timestamps. This is needed when gnonlin does its time shifting.
2137 2006-10-27 Wim Taymans <wim@fluendo.com>
2139 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2141 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2142 Remove the pad from the element in release_pad. Fixes #364812.
2144 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2146 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2147 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2148 Explicitly create our custom buffer classes at a thread-safe
2149 location as well, since g_type_class_ref() doesn't seem to be
2150 entirely thread-safe either (#365501; also see #349410).
2152 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2154 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2155 (gst_riff_parse_info):
2156 If strings in INFO chunk are not UTF-8, do something similar to
2157 what we do for ID3v1 tags: check a number of environment variables
2158 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2159 character sets to try, otherwise try the current locale and/or fall
2160 back on ISO-8859-1. Fixes #360552.
2162 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2164 * gst/videotestsrc/gstvideotestsrc.c:
2165 (gst_video_test_src_pattern_get_type),
2166 (gst_video_test_src_set_pattern):
2167 * gst/videotestsrc/gstvideotestsrc.h:
2168 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2169 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2170 (gst_video_test_src_checkers8):
2171 * gst/videotestsrc/videotestsrc.h:
2172 Add a bunch of exciting new checkers patterns.
2174 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2176 * gst/subparse/Makefile.am:
2177 * gst/subparse/gstsubparse.c:
2178 (gst_sub_parse_data_format_autodetect),
2179 (gst_sub_parse_format_autodetect), (handle_buffer),
2180 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2181 * gst/subparse/gstsubparse.h:
2182 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2184 * gst/subparse/tmplayerparse.h:
2185 Add support for TMPlayer-type subtitles (#362845).
2187 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2188 (GST_START_TEST), (subparse_suite):
2189 Add some basic unit tests for the above.
2191 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2193 * tests/check/elements/audiorate.c: (test_injector_base_init),
2194 (test_injector_class_init), (test_injector_chain),
2195 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2196 (GST_START_TEST), (audiorate_suite):
2197 More tests for audiorate: inject buffers to check behaviour when
2200 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2202 * tests/check/Makefile.am:
2203 * tests/check/elements/.cvsignore:
2204 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2205 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2206 Add some basic unit tests for audiorate. Disabled at the moment
2207 since it doesn't pass yet (see bug #363119).
2209 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2211 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2212 (parse_subrip), (handle_buffer):
2213 Add missing closing tags for markup and fix broken markup,
2214 otherwise pango won't render anything (fixes #357531). Also,
2215 make sure the text we send out is always NUL-terminated
2216 (better safe than sorry etc.).
2218 * tests/check/elements/subparse.c: (test_srt_do_test),
2220 Some more tests for .srt incl. tests for the above stuff.
2222 2006-10-20 Julien MOUTTE <julien@moutte.net>
2224 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2225 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2226 Patch by: Stefan Kost <ensonic@users.sf.net>
2227 Try to redraw borders only when needed. Apparently this consumes
2228 resources on small devices... :-O (#363607)
2230 2006-10-20 Michael Smith <msmith@fluendo.com>
2232 * gst/tcp/gstmultifdsink.c:
2233 (gst_multi_fd_sink_client_queue_buffer):
2234 If caps change, then update the client's idea of the caps so that we
2235 don't end up re-sending streamheaders for every single buffer after
2238 2006-10-20 Michael Smith <msmith@fluendo.com>
2240 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2241 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2242 Set caps on pushed buffers; fix up refcounting of caps objects.
2244 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2246 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2248 Typefind mmsh header data packet to application/x-mmsh (#362625).
2250 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2252 * tests/check/Makefile.am:
2253 * tests/check/elements/.cvsignore:
2254 * tests/check/elements/subparse.c: (buffer_from_static_string),
2255 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2256 (GST_START_TEST), (subparse_suite):
2257 Add very simple unit test for subparse.
2259 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2261 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2263 Strip trailing newlines from subtitle text output.
2265 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2267 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2268 (gst_sub_parse_change_state):
2269 Fix memleak; clear subparse->textbuf n state change function.
2271 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2273 * gst/subparse/gstsubparse.c:
2274 (gst_sub_parse_data_format_autodetect):
2275 Don't require subrip (.srt) files to start with a chunk number of 1.
2277 2006-10-18 Wim Taymans <wim@fluendo.com>
2279 * gst-libs/gst/audio/gstbaseaudiosink.c:
2280 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2281 * gst-libs/gst/audio/gstbaseaudiosink.h:
2282 Extract rate from the NEWSEGMENT event.
2283 Use commit_full to also take rate adjustment into account when writing
2284 samples to the ringbuffer.
2286 * gst-libs/gst/audio/gstringbuffer.c:
2287 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2288 (gst_ring_buffer_read):
2289 * gst-libs/gst/audio/gstringbuffer.h:
2290 Added _commit_full() to also take rate into account.
2291 Use simple interpolation algorithm to resample audio.
2292 API: gst_ring_buffer_commit_full()
2294 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2295 * tests/examples/seek/seek.c: (segment_done):
2296 Don't try to seek with 0.0 rate, just pause instead.
2297 Remove bogus debug line.
2299 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2301 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2303 Catch async errors when starting up the subtitle bin, so we can
2304 stop waiting and continue with the main film instead of hanging
2305 forever. Fixes #339366.
2307 * tests/check/elements/playbin.c: (playbin_suite):
2308 Enable unit test for the above.
2310 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2312 * tests/check/Makefile.am:
2313 * tests/check/elements/.cvsignore:
2314 * tests/check/elements/playbin.c: (GST_START_TEST),
2315 (gst_red_video_src_uri_get_type),
2316 (gst_red_video_src_uri_get_protocols),
2317 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2318 (gst_red_video_src_uri_handler_init),
2319 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2320 (gst_red_video_src_create), (gst_red_video_src_class_init),
2321 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2322 Some small and basic unit tests for playbin; not very useful yet,
2323 but at least a start.
2325 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2327 * gst/playback/gstplaybin.c: (setup_sinks):
2328 The old pad activation spiel.
2330 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2332 * gst/playback/gstplaybasebin.c: (setup_source):
2333 Don't hang forever if the subbin already fails to start up in
2334 the state change to PAUSED (#339366).
2336 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2338 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2339 (gst_tuner_set_channel), (gst_tuner_get_channel),
2340 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2341 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2342 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2343 (gst_tuner_find_channel_by_name):
2344 Fix some function guards, add some more function guards.
2346 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2348 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2349 (remove_element_chain):
2350 Don't return a pad from get_our_ghost_pad unless it is actually the
2352 Change a cast in remove_element_chain slightly.
2354 2006-10-13 Julien MOUTTE <julien@moutte.net>
2356 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2357 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2358 Segment seeking needs to use the rate and set stop to -1.
2360 2006-10-13 Wim Taymans <wim@fluendo.com>
2362 * gst-libs/gst/audio/gstbaseaudiosink.c:
2363 (gst_base_audio_sink_setcaps):
2364 Don't crash when ringbuffer is not yet created.
2365 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2368 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2369 * gst/playback/gststreamselector.c:
2370 (gst_stream_selector_request_new_pad):
2371 Activate pads befre adding them to running elements.
2373 2006-10-13 Julien MOUTTE <julien@moutte.net>
2375 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2376 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2377 updater when we start grabing the slider. Don't wait for the
2378 pipeline to be PAUSED.
2380 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2382 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2383 (gst_mixer_set_volume), (gst_mixer_get_volume),
2384 (gst_mixer_set_mute), (gst_mixer_set_option),
2385 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2386 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2387 (gst_mixer_option_changed):
2388 Guard mixer interface functions against bogus arguments.
2390 2006-10-12 Julien MOUTTE <julien@moutte.net>
2392 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2393 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2394 (msg_state_changed), (main): Use state-changed messages to trigger
2395 start/stop of scale update timer. Indeed the scale slider was
2396 jumping here and there because the update timer was activated
2397 before seek completed. This fixes instant applying of rate changes
2398 by pressing the spinbutton like a crazy man !
2400 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2402 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2404 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2405 (gst_basertppayload_finalize):
2406 Fix two small memory leaks (#361456).
2408 2006-10-10 Julien MOUTTE <julien@moutte.net>
2410 * tests/examples/seek/seek.c: (do_seek),
2411 (rate_spinbutton_changed_cb): When changing spinbutton we try
2412 to change the rate on the fly.
2414 2006-10-10 Wim Taymans <wim@fluendo.com>
2416 * gst-libs/gst/riff/riff-ids.h:
2417 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2418 (gst_riff_create_audio_template_caps):
2421 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2423 Patch by: Josep Torre Valles <josep@fluendo.com>
2425 * ext/gnomevfs/gstgnomevfssink.c:
2426 * ext/gnomevfs/gstgnomevfssrc.c:
2427 Fix URI interface implementation return type.
2428 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2429 Fix what looks like a copy/paste issue when assigning values.
2430 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2431 (gst_audio_filter_template_get_type):
2432 Cast to prevent Forte warnings.
2433 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2434 Fix URI interface implementation return type.
2435 gst_pad_query_position requires a signed integer pointer as
2436 3rd parameter, GstClockTime is unsigned.
2437 * gst/audioconvert/audioconvert.c:
2438 Fix integer overflow when treated as signed.
2439 * gst/audioresample/resample.c: (resample_add_input_data):
2440 Cast to prevent warnings on Forte.
2441 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2442 Fix integer overflow when treated as signed.
2443 * gst/ffmpegcolorspace/imgconvert_template.h:
2444 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2445 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2446 (cleanup_decodebin):
2447 Who initialises a guint to -1!
2448 Cast function pointers to prevent warnings on Forte.
2449 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2450 (queue_threshold_reached):
2451 Cast function pointers correctly to prevent warnings on Forte.
2452 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2453 Cast function pointers correctly to prevent warnings on Forte.
2454 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2455 Obvious change to unsigned, 0xEF > max signed char.
2456 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2457 GstClockTime is unsigned, initialise correctly.
2458 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2459 Cast so pointer arithemetic doesn't cause warnings on Forte.
2460 * gst/videorate/gstvideorate.c:
2461 Use correct return value.
2462 * tests/examples/seek/scrubby.c:
2463 GstClockTime is unsigned, initialise correctly.
2465 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2467 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2469 * gst/typefind/gsttypefindfunctions.c:
2470 Recognise XML files and XML-like files shorter than 256 bytes as
2471 well (fixes #359237).
2473 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2475 Patch by: Renato Filho <renato.filho@indt.org.br>
2477 * gst/typefind/gsttypefindfunctions.c:
2478 Added typefind functions to video/x-nuv media.
2480 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2482 * gst-libs/gst/interfaces/xoverlay.c:
2483 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2484 Some more guards against invalid input.
2486 2006-10-07 Julien MOUTTE <julien@moutte.net>
2488 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2490 * tests/examples/seek/seek.c: (do_seek),
2491 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2492 seek example to experiment with rates != 1.0 (reverse playback !)
2494 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2496 * gst-libs/gst/interfaces/xoverlay.c:
2497 Unref message in doc-example (spotted by Robert McQueen)
2499 2006-10-06 Wim Taymans <wim@fluendo.com>
2501 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2502 (mpeg1_parse_header), (mpeg1_sys_type_find):
2505 2006-10-06 Wim Taymans <wim@fluendo.com>
2507 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2509 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2510 Activate dynamic pads before adding them to the element.
2512 2006-10-06 Michael Smith <msmith@fluendo.com>
2514 * gst-libs/gst/floatcast/floatcast.h:
2515 Fix obviously-bogus macros; use the correct types.
2517 2006-10-06 Wim Taymans <wim@fluendo.com>
2519 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2520 (gst_base_rtp_depayload_change_state):
2521 Also call parent state change function to activate pads.
2523 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2524 (mpeg1_parse_header), (mpeg1_sys_type_find):
2525 Add some more debug info in mpeg typefinding.
2527 2006-10-06 Michael Smith <msmith@fluendo.com>
2529 * ext/theora/theoradec.c: (theora_dec_chain):
2530 Zero byte theora packets are valid and well-defined; don't warn on
2533 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2535 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2536 (gst_multi_fd_sink_get_stats), (find_limits),
2537 (gst_multi_fd_sink_queue_buffer):
2538 API: add dropped_buffers to the get-stats GValueArray
2540 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2542 * ext/alsa/gstalsadeviceprobe.c:
2543 (gst_alsa_device_property_probe_get_values):
2544 * ext/alsa/gstalsasink.c: (set_hwparams):
2545 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2546 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2547 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2548 (gst_ogg_mux_process_best_pad):
2549 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2550 (gst_ogg_parse_chain):
2551 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2552 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2553 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2554 (gst_vorbis_enc_buffer_check_discontinuous):
2555 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2556 * gst-libs/gst/audio/gstbaseaudiosink.c:
2557 (gst_base_audio_sink_render):
2558 * gst-libs/gst/cdda/gstcddabasesrc.c:
2559 (gst_cdda_base_src_handle_track_seek):
2560 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2561 (gst_base_rtp_depayload_push_full):
2562 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2563 * gst/audioresample/resample.c: (resample_input_pushthrough):
2564 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2565 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2566 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2567 (wavpack_type_find):
2568 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2569 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2570 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2571 * tests/check/elements/volume.c: (GST_START_TEST):
2572 Printf format fixes.
2574 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2576 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2577 Fix a simple mistake (see the docs)
2580 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2582 * docs/plugins/Makefile.am:
2583 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2584 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2585 * docs/plugins/gst-plugins-base-plugins.args:
2586 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2587 * docs/plugins/inspect/plugin-adder.xml:
2588 * docs/plugins/inspect/plugin-alsa.xml:
2589 * docs/plugins/inspect/plugin-audioconvert.xml:
2590 * docs/plugins/inspect/plugin-audiorate.xml:
2591 * docs/plugins/inspect/plugin-audioresample.xml:
2592 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2593 * docs/plugins/inspect/plugin-cdparanoia.xml:
2594 * docs/plugins/inspect/plugin-decodebin.xml:
2595 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2596 * docs/plugins/inspect/plugin-gdp.xml:
2597 * docs/plugins/inspect/plugin-gnomevfs.xml:
2598 * docs/plugins/inspect/plugin-libvisual.xml:
2599 * docs/plugins/inspect/plugin-ogg.xml:
2600 * docs/plugins/inspect/plugin-pango.xml:
2601 * docs/plugins/inspect/plugin-playbin.xml:
2602 * docs/plugins/inspect/plugin-subparse.xml:
2603 * docs/plugins/inspect/plugin-tcp.xml:
2604 * docs/plugins/inspect/plugin-theora.xml:
2605 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2606 * docs/plugins/inspect/plugin-video4linux.xml:
2607 * docs/plugins/inspect/plugin-videorate.xml:
2608 * docs/plugins/inspect/plugin-videoscale.xml:
2609 * docs/plugins/inspect/plugin-videotestsrc.xml:
2610 * docs/plugins/inspect/plugin-volume.xml:
2611 * docs/plugins/inspect/plugin-vorbis.xml:
2612 * docs/plugins/inspect/plugin-ximagesink.xml:
2613 * docs/plugins/inspect/plugin-xvimagesink.xml:
2614 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2616 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2618 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2620 * ext/vorbis/Makefile.am:
2621 * ext/vorbis/vorbis.c: (plugin_init):
2622 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2623 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2624 * ext/vorbis/vorbisparse.h:
2625 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2626 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2627 (gst_vorbis_tag_parse_packet):
2628 * ext/vorbis/vorbistag.h:
2629 Add new vorbistag element which derives from vorbisparse
2630 and is essentially the same as well, only that it implements
2631 the GstTagSetter interface and can modify the stream's
2632 vorbiscomment on the fly (#335635).
2634 * tests/check/Makefile.am:
2635 * tests/check/elements/.cvsignore:
2636 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2637 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2638 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2639 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2640 Add unit test for new vorbistag element.
2642 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2644 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2645 (vorbis_parse_push_headers), (vorbis_parse_chain):
2646 Set BOS flag in packet structure to fix 'jump depends
2647 on unitialized value' errors in valgrind; various minor
2650 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2652 * gst/playback/gstdecodebin.c: (close_pad_link):
2653 Fix typo in a debug statement.
2655 * gst/playback/gstplaybasebin.c: (probe_triggered),
2656 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2657 (gen_source_element), (source_new_pad), (analyse_source),
2659 When handling no_more_pads in new_decoded_pad, make sure to treat
2660 subtitle pads correctly. Fixes playback with subtitle files.
2662 Move a recurring message to LOG level.
2664 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2665 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2666 which ends up as -1 when cast to an int. Make the logic handle the
2667 max value as an unsigned mask and only change the colorkey when it's
2668 a value we recognise.
2670 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2672 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2673 Removed empty * between paragraphs
2675 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2677 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2678 * gst-libs/gst/rtp/README:
2679 Moved some documentation into .c file
2681 2006-09-29 Wim Taymans <wim@fluendo.com>
2683 * gst/playback/gstdecodebin.c: (no_more_pads):
2686 2006-09-29 Wim Taymans <wim@fluendo.com>
2688 * gst/playback/gstdecodebin.c: (new_caps):
2691 * gst/playback/gstplaybin.c:
2694 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2696 * tests/check/Makefile.am:
2697 Re-enable cddabasesrc test to see if it works again
2700 2006-09-29 Wim Taymans <wim@fluendo.com>
2702 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2703 (gen_source_element):
2704 Handle invalid URIs a bit more gracefully.
2706 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2708 * tests/check/pipelines/oggmux.c:
2709 Remove obsolete comment.
2711 2006-09-29 Michael Smith <msmith@fluendo.com>
2713 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2714 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2715 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2716 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2717 (gst_ogg_mux_collected):
2718 Commit patch from James "Doc" Livingston, adds proper EOS handling
2719 in oggmux. GStreamer can, for the first time ever, create a valid
2722 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2724 Reenable tests now that they pass.
2726 2006-09-29 Wim Taymans <wim@fluendo.com>
2728 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2729 Stop reading commands when EOF (we read 0) as well.
2731 2006-09-28 Wim Taymans <wim@fluendo.com>
2733 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2734 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2735 (find_dynamic), (unlinked), (close_link):
2736 Implement delayed caps linking needed for element with a lot of
2737 different caps on the src pads that get fixed at runtime.
2738 Improve management of dynamic elements.
2740 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2741 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2742 (gen_preroll_element), (remove_groups), (unknown_type),
2743 (add_element_stream), (no_more_pads_full), (no_more_pads),
2744 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2745 (new_decoded_pad), (setup_subtitle), (array_has_value),
2746 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2747 (analyse_source), (remove_decoders), (make_decoder),
2748 (remove_source), (setup_source), (finish_source), (prepare_output),
2749 (gst_play_base_bin_change_state):
2750 * gst/playback/gstplaybasebin.h:
2751 Use more _CAST instead of full type checking casts.
2752 Small cleanups, plug some leaks.
2753 Handle dynamic sources.
2754 Add some helper functions to create lists of strings used for
2755 blacklisting and other stuff.
2756 Refactor some code dealing with analysing the source.
2757 Re-enable sources without pads (like cd:// or other selfcontained
2760 2006-09-28 Wim Taymans <wim@fluendo.com>
2762 * gst-libs/gst/audio/gstbaseaudiosink.c:
2763 (gst_base_audio_sink_render):
2764 When we have a timestamp, we can still perform clipping.
2765 When we have no clock, we must play the sample ASAP.
2767 2006-09-28 Wim Taymans <wim@fluendo.com>
2769 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2770 Set caps on outgoing buffers.
2772 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2773 (gst_video_rate_event), (gst_video_rate_chain):
2774 * gst/videorate/gstvideorate.h:
2775 Fix videorate some more. Fixes #357977
2777 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2779 * tests/check/elements/adder.c: (adder_suite):
2780 Don't set timeout to 6 seconds when we're running
2781 in valgrind ... (and how is 6 seconds longer than
2782 the default anyway?)
2784 2006-09-28 Wim Taymans <wim@fluendo.com>
2786 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2787 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2788 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2789 Keep sink and src segment to keep track of time and support more
2791 Fix bogus next_offset and run_time calculation, don't understand how
2792 this could have worked before. Fixes #357976.
2793 Remove some unneeded vars.
2795 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2797 * gst/playback/gstplaybin.c: (remove_sinks):
2798 Only remove visualisation from visbin if there is a visbin (or:
2799 don't throw warnings when closing totem without playing a file).
2801 2006-09-27 Wim Taymans <wim@fluendo.com>
2803 * gst-libs/gst/audio/gstbaseaudiosink.c:
2804 (gst_base_audio_sink_render):
2805 Add some more info in a WARNING.
2807 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2808 (gst_base_audio_src_create):
2809 Handle PAUSE in create function, use new -core addition to
2810 wait for playing. Fixes pausing and resuming capture from an
2813 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2814 (gst_ring_buffer_read):
2816 Caller supports interrupted reads now.
2818 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2820 * tests/check/Makefile.am:
2821 Another attempt to make the gen64 buildbot happy.
2823 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2825 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2827 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2828 (gst_visual_chain), (gst_visual_change_state):
2829 Libvisual plugin was not passing audio data to libvisual 0.4.0
2830 correctly. Fixes #357800
2832 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2834 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2835 Add timeout to _get_state() so we see which pipeline it is
2836 that causes trouble on the gen64 build bot.
2838 2006-09-27 Wim Taymans <wim@fluendo.com>
2840 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2841 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2842 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2843 (gst_base_rtp_depayload_set_gst_timestamp):
2844 the source pad always uses fixed caps.
2846 2006-09-27 Wim Taymans <wim@fluendo.com>
2848 * docs/libs/gst-plugins-base-libs-docs.sgml:
2849 * docs/libs/gst-plugins-base-libs-sections.txt:
2850 * gst-libs/gst/audio/gstaudioclock.c:
2851 * gst-libs/gst/audio/gstaudioclock.h:
2852 * gst-libs/gst/audio/gstaudiosink.c:
2853 * gst-libs/gst/audio/gstaudiosink.h:
2854 * gst-libs/gst/audio/gstaudiosrc.c:
2855 * gst-libs/gst/audio/gstbaseaudiosink.c:
2856 (gst_base_audio_sink_render):
2857 * gst-libs/gst/audio/gstbaseaudiosink.h:
2858 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2859 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2860 * gst-libs/gst/audio/gstringbuffer.h:
2861 Added docs for the audio libs.
2863 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2865 * tests/check/Makefile.am:
2866 Temporarily disable test that fails on the bots for unknown reasons.
2868 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2870 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2871 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2872 Moved AudioCodecType into priv
2873 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2875 2006-09-25 Wim Taymans <wim@fluendo.com>
2877 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2878 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2879 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2881 Cleanups and small leak fixes.
2882 Added Depayloaders to valid list of autopluggable elements.
2884 2006-09-25 Wim Taymans <wim@fluendo.com>
2886 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2887 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2888 (gen_video_element), (gen_text_element), (gen_audio_element),
2889 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2890 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2891 Detect NO_PREROLL state change returns and disable clock distribution to
2892 the sinks so that sync is disabled.
2893 Avoid some type checking and do simple casts instead.
2894 Small cleanups, fix some FIXMEs.
2895 Be more robust when linking user specified elements, catch an report
2896 errors. Fixes #357404.
2897 Fix some leaks in the error paths.
2899 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2902 ChangeLog surgery for missing bug-number
2904 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2906 Patch by: Peter Kjellerstedt <pkj at axis com>
2908 * gst/playback/test.c:
2909 Fix compilation with uClibc and -Werror (#357591).
2911 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2913 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2914 Parse dates that are followed by a time as well (#357532).
2916 * tests/check/libs/tag.c: (test_vorbis_tags):
2917 Add unit test for this.
2919 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2921 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2922 (gst_audio_convert_transform_caps):
2923 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2924 * gst/videotestsrc/videotestsrc.h:
2925 A few array const-ifications.
2927 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2929 * tests/check/Makefile.am:
2930 See if this makes the build bots happy.
2932 * tests/check/libs/cddabasesrc.c:
2935 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2937 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2939 * gst/subparse/samiparse.c: (handle_start_font),
2940 (fix_invalid_entities):
2941 More case-insensitivity for certain tags; recognise entities with
2942 decimal codes as special entities as well (#357330).
2944 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2946 * gst-libs/gst/Makefile.am:
2947 Need to build tag directory before cdda.
2949 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2951 * docs/libs/gst-plugins-base-libs-sections.txt:
2952 * gst-libs/gst/cdda/Makefile.am:
2953 * gst-libs/gst/cdda/gstcddabasesrc.c:
2954 (gst_cdda_base_src_base_init):
2955 * gst-libs/gst/cdda/gstcddabasesrc.h:
2956 * gst-libs/gst/tag/tag.h:
2957 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2958 (gst_tag_register_musicbrainz_tags):
2959 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2960 depend on libgsttag. This is required so we can extract/read tags like
2961 DISCID without depending on libgstcddabasesrc (which used to register
2964 * gst-libs/gst/tag/gstvorbistag.c:
2965 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2966 tags (also see #347848).
2968 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2969 Log vorbis comments we are actually writing. Const-ify array.
2971 2006-09-23 Wim Taymans <wim@fluendo.com>
2973 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2974 Improve buffering a bit by avoiding a deadlock because we cannot assume
2975 the underrun is always called.
2977 2006-09-23 Wim Taymans <wim@fluendo.com>
2979 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2981 * gst-libs/gst/riff/riff-ids.h:
2982 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2983 (gst_riff_create_audio_template_caps):
2984 Added MPEG-4 AAC and id and caps. Fixes #357289
2985 Added WMA9 Lossless id.
2987 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2989 * ext/gnomevfs/gstgnomevfssrc.c:
2990 Fix misleading docs addition.
2992 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2993 Get rid of compiler warning the right way.
2995 2006-09-22 Wim Taymans <wim@fluendo.com>
2997 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2998 (gst_base_rtp_depayload_finalize),
2999 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3000 (gst_base_rtp_depayload_push_full),
3001 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3002 (gst_base_rtp_depayload_process),
3003 (gst_base_rtp_depayload_set_gst_timestamp),
3004 (gst_base_rtp_depayload_queue_release):
3005 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3008 Refactored the process method and added methods to push from the process
3010 Use _scale functions.
3011 API: gst_base_rtp_depayload_push_ts
3012 API: gst_base_rtp_depayload_push
3014 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3015 timestamps are uint.
3017 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3019 * gst-libs/gst/interfaces/xoverlay.c:
3020 Remove unused statement from doc example.
3022 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3024 * gst-libs/gst/interfaces/videoorientation.c:
3025 (gst_video_orientation_iface_init),
3026 (gst_video_orientation_get_hflip),
3027 (gst_video_orientation_get_vflip),
3028 (gst_video_orientation_get_hcenter),
3029 (gst_video_orientation_get_vcenter),
3030 (gst_video_orientation_set_hflip),
3031 (gst_video_orientation_set_vflip),
3032 (gst_video_orientation_set_hcenter),
3033 (gst_video_orientation_set_vcenter):
3034 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3037 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3039 * tests/check/Makefile.am:
3040 * tests/check/elements/.cvsignore:
3041 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3042 (create_rgb_conversions), (rgb_conversion_free),
3043 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3044 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3045 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3046 but disable for now since it doesn't pass (something wrong with
3049 2006-09-21 Wim Taymans <wim@fluendo.com>
3051 * gst/playback/gstplaybasebin.c: (group_commit),
3052 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3053 (queue_out_of_data), (gen_preroll_element),
3054 (preroll_remove_overrun), (probe_triggered):
3055 Refactor handling of overrun detection.
3056 Separate handling of group completion and deadlock detection when doing
3057 network buffering. This should fix some deadlocks that were not detected
3058 because the group was completed.
3059 Add more comments, improve debugging.
3061 2006-09-21 Wim Taymans <wim@fluendo.com>
3063 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3064 * tests/check/libs/audio.c:
3065 Some more compilation fixes.
3067 2006-09-21 Wim Taymans <wim@fluendo.com>
3069 * gst-libs/gst/audio/gstringbuffer.c:
3070 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3071 (gst_ring_buffer_read):
3072 Early morning compilation fix.
3074 2006-09-20 Wim Taymans <wim@fluendo.com>
3076 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3077 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3078 * tests/check/elements/videorate.c: (GST_START_TEST):
3079 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3080 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3083 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3085 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3086 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3087 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3088 Handcrafted merge to help CVS understanding what I changed and what
3091 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3094 (gst_xvimagesink_get_times):
3095 change colorkey behaviour back according to #354773 comment 6/7
3097 2006-09-19 Michael Smith <msmith@fluendo.com>
3099 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3100 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3101 (gst_multi_fd_sink_recover_client),
3102 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3103 (gst_multi_fd_sink_get_property):
3104 * gst/tcp/gstmultifdsink.h:
3105 Implement stubbed out properties unit-type, units-soft-max,
3106 units-max, to allow specifying maximum sizes in units other than
3110 2006-09-19 Wim Taymans <wim@fluendo.com>
3112 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3113 (gst_riff_create_audio_template_caps):
3114 Reorder the audio formats a bit for clarity.
3115 Detect and create caps for MSGSM and MSN (WAV49).
3118 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3119 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3120 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3121 Small cleanups, move error handling out of normal flow for clarity.
3123 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3125 * docs/libs/gst-plugins-base-libs-docs.sgml:
3126 * docs/libs/gst-plugins-base-libs.types:
3127 * gst-libs/gst/interfaces/Makefile.am:
3128 * gst-libs/gst/interfaces/videoorientation.c:
3129 (gst_video_orientation_get_type),
3130 (gst_video_orientation_iface_init),
3131 (gst_video_orientation_get_hflip),
3132 (gst_video_orientation_get_vflip),
3133 (gst_video_orientation_get_hcenter),
3134 (gst_video_orientation_get_vcenter),
3135 (gst_video_orientation_set_hflip),
3136 (gst_video_orientation_set_vflip),
3137 (gst_video_orientation_set_hcenter),
3138 (gst_video_orientation_set_vcenter):
3139 * gst-libs/gst/interfaces/videoorientation.h:
3140 API: Add new interface to control video orientation (fixes #354908)
3142 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3144 * gst/videotestsrc/gstvideotestsrc.c:
3145 Use G_UNLIKELY in _create and log one more detail.
3147 (gst_video_test_src_get_times), (gst_video_test_src_create):
3148 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3149 Use gst_util_uint64_scale_int in _get_times().
3151 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3154 Give better warning message (add object and detail).
3156 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3159 (gst_xvimagesink_get_times):
3160 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3161 #354773), use gst_util_uint64_scale_int in _get_times()
3163 2006-09-18 Michael Smith <msmith@fluendo.com>
3165 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3166 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3167 always true, leading to dropping all timestamps.
3169 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3171 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3172 (gst_visual_chain), (gst_visual_change_state):
3173 update to work also with libvisual 0.4 API, fix double unref (#355914)
3175 * tools/gst-launch-ext.1.in:
3176 * tools/gst-visualise.1.in:
3177 remove references to old man-pages
3179 * tests/examples/seek/seek.c: (main):
3180 add real meadi-buttons, add tool-tips for the seek-options, arrange
3181 seek options in a table
3183 2006-09-18 Michael Smith <msmith@fluendo.com>
3185 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3186 (gst_ogg_mux_push_buffer):
3187 Don't generate out-of-order timestamps from oggmux, instead clamp
3188 output timestamps to be >= the previously output ts.
3191 2006-09-18 Michael Smith <msmith@fluendo.com>
3193 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3194 (gst_multi_fd_sink_class_init):
3195 Updates, fixes, and typo corrections for multifdsink. No functional
3198 2006-09-17 Michael Smith <msmith@fluendo.com>
3200 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3201 Don't crash on truncated files - check that we got an 8 byte buffer
3202 before trying to memcmp it.
3204 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3206 * gst/playback/gstplaybasebin.c: (get_active_source):
3207 Make stream-switching appear instant to the application
3208 (ie. make sure that a g_object_get on 'current-foo' returns
3209 the stream previously set with g_object_set(). Totem needs
3210 this to update stream-related meta-info (like audio-codec)
3211 correctly when switching streams.
3213 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3215 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3216 (gst_alsa_mixer_ensure_track_list):
3217 Try harder to guess which mixer track is the master mixer
3218 track (instead of just taking the first one that has a pvolume).
3221 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3223 reviewed by: <delete if not using a buddy>
3225 * gst-libs/gst/audio/audio.h:
3226 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3228 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3230 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3231 (gst_audio_convert_transform_caps):
3232 Get structure-name just once.
3234 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3236 * tests/check/elements/audioresample.c: (GST_START_TEST):
3237 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3238 * tests/check/elements/volume.c: (GST_START_TEST):
3239 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3240 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3241 (test_pipeline), (GST_START_TEST):
3242 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3243 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3244 Fix big batch of compiler warnings.
3246 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3248 * ext/gnomevfs/gstgnomevfssrc.c:
3249 Add docs about icydemux usage in connection with gnomevfssrc
3251 * ext/libvisual/visual.c:
3252 * ext/ogg/gstoggaviparse.c:
3253 * ext/ogg/gstoggdemux.c:
3254 * ext/ogg/gstoggmux.c:
3255 * ext/ogg/gstoggparse.c:
3256 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3257 * gst-libs/gst/audio/gstaudiosink.c:
3258 * gst-libs/gst/audio/gstaudiosrc.c:
3259 * gst/audiorate/gstaudiorate.c:
3260 More G_OBJECT macro fixing.
3262 * gst/audiotestsrc/gstaudiotestsrc.h:
3263 Fix wrong info in header due to copy & paste
3265 2006-09-15 Wim Taymans <wim@fluendo.com>
3267 * gst-libs/gst/audio/gstbaseaudiosink.c:
3268 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3269 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3270 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3271 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3272 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3273 Do the delay calculation in the source/sink base classes as this is
3274 specific for the capture/playback mode.
3275 Try to fixate a bit better, like round depth up to a multiple of 8
3277 Handle underruns correctly by marking DISCONT on buffers and adjusting
3278 timestamps to handle the gap.
3279 Set offset/offset_end correctly on buffers.
3281 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3282 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3283 (gst_ring_buffer_read):
3284 Remove resync and underrun recovery from the ringbuffer.
3285 Fix ringbuffer read code on under/overrun.
3287 2006-09-15 Wim Taymans <wim@fluendo.com>
3289 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3290 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3291 (queue_threshold_reached), (gst_play_base_bin_set_property),
3292 (gst_play_base_bin_get_property):
3293 * gst/playback/gstplaybasebin.h:
3294 Don't use a 0 low watermark when buffering, it is catching starvation
3295 way too late. Instead, use a 3 second queue with 30 and 95
3296 percent low/high watermarks.
3297 Added queue-min-threshold property to configure low watermark.
3298 Use new _buffering message API.
3299 Make queue_threshold variable big enough to store a uint64 time value.
3300 API: playbin::queue-min-threshold property.
3302 2006-09-15 Wim Taymans <wim@fluendo.com>
3305 We require 0.10.10.1 now because of _wait_preroll().
3307 * gst-libs/gst/audio/gstbaseaudiosink.c:
3308 (gst_base_audio_sink_render):
3309 Use gst_base_sink_wait_preroll().
3311 2006-09-15 Wim Taymans <wim@fluendo.com>
3313 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3314 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3315 Use DEBUG_OBJECT more.
3317 === release 0.10.10 ===
3319 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3321 patch by: Michael Smith <msmith at fluendo dot com>
3323 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3324 (gst_multi_fd_sink_client_queue_buffer),
3325 (gst_multi_fd_sink_new_client):
3326 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3327 (multifdsink_suite):
3328 Fix implementation of sync-method 'next-keyframe'
3331 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3333 patch by: Wim Taymans <wim at fluendo dot com>
3335 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3336 This patch removes the RANDOM flag that was incorrectly introduced with
3337 revision 1.91. Fixes #354590
3339 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3341 * tests/check/Makefile.am:
3342 Random variation in Makefile line to see if it makes the
3343 gen64-base-full bot any happier.
3345 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3347 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3348 Disable test that fails at the moment (killed after timeout).
3350 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3352 Patch by: James Livingston <doclivingston at gmail.com>
3354 * tests/check/Makefile.am:
3355 * tests/check/pipelines/.cvsignore:
3356 * tests/check/pipelines/oggmux.c: (get_page_codec),
3357 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3358 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3359 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3360 (test_theora_vorbis), (oggmux_suite):
3361 Add simple unit test for oggmux from #337026 with checking for the
3362 EOS flags disabled for the time being.
3364 2006-09-04 Wim Taymans <wim@fluendo.com>
3366 patch by: Alessandro Dessina <alessandro nnva org>
3368 * ext/ogg/gstoggmux.c:
3369 Add cmml caps to oggmux. Fixes #353912
3371 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3373 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3374 Returning a return value often helps. In this case, we
3375 don't need the return value anyway, so just get rid of it.
3376 Should make build bots much happier.
3378 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3380 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3381 (paint_get_structure), (gst_video_test_src_get_size),
3382 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3383 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3384 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3385 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3386 * gst/videotestsrc/videotestsrc.h:
3387 Add support for AYUV and the various RGBA formats. Initialise
3388 fields of paintinfo structs allocated on the stack.
3390 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3391 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3392 (check_rgb_buf), (videotestsrc_suite):
3393 Add unit tests for videotestsrc's RGB output.
3395 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3397 * gst/videotestsrc/gstvideotestsrc.c:
3398 (gst_video_test_src_pattern_get_type),
3399 (gst_video_test_src_set_pattern):
3400 * gst/videotestsrc/gstvideotestsrc.h:
3401 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3402 (gst_video_test_src_black), (gst_video_test_src_white),
3403 (gst_video_test_src_red), (gst_video_test_src_green),
3404 (gst_video_test_src_blue):
3405 * gst/videotestsrc/videotestsrc.h:
3406 Add more uni-colour patterns ("white", "red", "green", and "blue").
3408 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3410 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3411 Fix stride for YVYU, should be word-aligned (#353658).
3413 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3415 * gst/adder/gstadder.c: (gst_adder_src_event):
3418 2006-08-31 Edward Hervey <edward@fluendo.com>
3420 * gst/adder/gstadder.c: (forward_event_func),
3421 (gst_adder_src_event), (gst_adder_collected),
3422 (gst_adder_change_state):
3423 * gst/adder/gstadder.h:
3424 Remember the start position asked in the incoming seeks, so we can
3425 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3426 of assuming it will always be 0).
3428 2006-08-31 Edward Hervey <edward@fluendo.com>
3430 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3431 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3432 (gst_ogg_demux_loop):
3433 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3435 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3437 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3438 (gst_ffmpegcsp_get_unit_size):
3439 Return FALSE instead of returning a random false unit
3440 size when the format isn't known/supported (even if
3441 this shouldn't happen under normal circumstances).
3443 2006-08-29 Wim Taymans <wim@fluendo.com>
3445 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3447 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3448 (gst_gnome_vfs_src_start):
3449 Try harder to get the size from a uri by using _info_uri() when
3450 _info_from_handle() does not give us enough info.
3451 Also follow symlinks when getting the size.
3452 Partially Fixes #332864.
3454 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3456 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3458 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3459 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3460 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3461 (gst_alsa_mixer_set_record):
3462 * ext/alsa/gstalsamixertrack.c:
3463 (gst_alsa_mixer_track_update_alsa_capabilities),
3464 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3465 (gst_alsa_mixer_track_update):
3466 * ext/alsa/gstalsamixertrack.h:
3467 Improve and fix mixer track handling, in particular better handling
3468 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3469 separate track objects for tracks that have both capture and playback
3470 volume (and label them differently as well so they're not mistakenly
3471 assumed to be duplicates); classify mixer tracks that only affect
3472 the audible volume of something (rather than the capture volume)
3473 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3474 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3475 (following the meaning documented in the mixer interface header
3476 file); add support for alsa's exclusive cswitch groups; update/sync
3477 state/flags better if mixer settings are changed by another
3478 application. Fixes #336075.
3480 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3482 * gst/playback/gstplaybin.c:
3483 Improve docs: add section about BUFFERING messages sent by playbin.
3485 2006-08-29 Michael Smith <msmith@fluendo.com>
3487 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3488 (gst_vorbis_enc_buffer_check_discontinuous),
3489 (gst_vorbis_enc_chain):
3490 Ignore explicit DISCONT marked on buffers (which is often spurious,
3491 particularly when using multiple segments), in favour of solely
3492 using the timestamps/durations.
3494 2006-08-29 Edward Hervey <edward@fluendo.com>
3496 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3497 Don't rely on incoming buffers offset anymore, since it is completely
3498 broken when using multiple segments.
3499 Instead convert the incoming buffers timestamp to running time, and
3500 then convert that value to the offsets.
3501 Also inform GstSegment of the last outputted stop position, which is
3502 needed if we received several segments with an unknown stop value.
3504 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3506 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3507 fix buffer unreffing on a header push failure
3509 2006-08-28 Wim Taymans <wim@fluendo.com>
3511 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3512 (gst_audio_rate_chain):
3513 Make the metadata of the buffer writable before changing its
3516 2006-08-28 Wim Taymans <wim@fluendo.com>
3518 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3519 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3520 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3521 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3522 Fix audiorate some more.
3523 Reset and resync counters on flush and READY.
3524 Handle the DISCONT flag correctly.
3525 Use GstSegment to track position.
3526 Fail when not negotiated.
3529 2006-08-25 Michael Smith <msmith@fluendo.com>
3531 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3533 Remove accidently included debug line.
3535 2006-08-25 Wim Taymans <wim@fluendo.com>
3537 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3539 If a buffer is received with no caps, make the buffer metadata
3540 writable and set the caps, making sure that we don't screw up the
3543 2006-08-25 Michael Smith <msmith@fluendo.com>
3545 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3546 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3547 Fix memory leaks and misleading debug messages, add a couple of
3550 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3551 (gst_multi_fd_sink_render):
3552 Do not use gst_buffer_make_writable() in a basesink render method,
3553 as it may incorrectly unref the buffer. Instead, use convoluted
3554 dance to avoid copying the buffer except when we need to.
3556 2006-08-25 Michael Smith <msmith@fluendo.com>
3558 * ext/vorbis/vorbisenc.c:
3559 (gst_vorbis_enc_buffer_check_discontinuous):
3560 Allow very small discontinuities in the timestamps. These we can't
3561 do anything useful with anyway (because vorbis's timestamps have
3562 only sample granularity), and are commonly produced by elements with
3563 minor bugs. Allow up to 1/2 a sample out.
3566 2006-08-24 Wim Taymans <wim@fluendo.com>
3568 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3569 (play_scrub_toggle_cb), (main):
3570 Add a checkbox to enable play scrubbing. Makes it possible to disable
3573 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3575 * tests/check/elements/.cvsignore:
3578 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3580 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3581 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3582 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3583 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3584 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3585 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3586 (gst_ogm_text_parse_strip_trailing_zeroes),
3587 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3588 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3589 Refactor ogm parse, do better input checking, misc. clean-ups.
3590 Cache incoming events and push them once the source pad has
3591 been created. Don't pass unterminated strings to sscanf().
3592 Strip trailing zeroes from subtitle text output, since they
3593 are not valid UTF-8. Don't push vorbiscomment packets on
3594 the subtitle text pad. Output perfect streams if possible.
3596 2006-08-23 Wim Taymans <wim@fluendo.com>
3598 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3599 Waits for tasks to settle down so that we clean up correctly for
3602 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3604 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3605 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3606 actually return return value in taglists_are_equal.
3608 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3610 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3611 Fix crash due to broken bitstream parsing on x86-64: can't make
3612 any assumptions about sizeof(struct) due to alignment/packing
3613 differences on different architectures. Fixes #351790.
3615 2006-08-22 Wim Taymans <wim@fluendo.com>
3617 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3618 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3619 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3620 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3621 (gst_riff_parse_info):
3622 Protect public functions against bad input.
3626 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3628 * gst-libs/gst/riff/riff-ids.h:
3629 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3630 Add voxware audio IDs (even if we can't play it) (#351795).
3632 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3634 * gst-libs/gst/riff/riff-media.c:
3635 (gst_riff_create_video_template_caps),
3636 (gst_riff_create_audio_template_caps),
3637 (gst_riff_create_iavs_template_caps):
3638 Const-ify some arrays and use G_N_ELEMENTS instead
3639 of wasting oodles of RAM on terminator bits.
3641 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3643 * gst-libs/gst/tag/gstvorbistag.c:
3644 (gst_tag_list_to_vorbiscomment_buffer):
3645 * tests/check/libs/tag.c: (GST_START_TEST):
3646 And the same for _to_vorbiscomment_buffer(): allow
3647 id_data_len == 0 for speex.
3649 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3652 * docs/plugins/Makefile.am:
3653 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3654 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3655 * docs/plugins/inspect/plugin-gdp.xml:
3656 * gst/gdp/Makefile.am:
3657 * tests/check/Makefile.am:
3658 Move GDP plugin to -base from -bad. Closes #347783.
3660 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3662 * gst-libs/gst/tag/gstvorbistag.c:
3663 (gst_tag_list_from_vorbiscomment_buffer):
3664 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3665 Also add some checks to make sure we don't memcmp() beyond the end of
3666 vorbiscomment buffer if the ID to check for is larger than the buffer.
3668 * tests/check/libs/tag.c: (GST_START_TEST):
3669 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3671 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3673 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3674 (gst_vorbis_enc_set_metadata):
3675 Use vorbis comment utility functions from libgsttag
3676 instead of re-inventing the wheel (partially fixes #347091).
3678 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3680 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3681 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3684 2006-08-21 Wim Taymans <wim@fluendo.com>
3686 * docs/libs/Makefile.am:
3687 * docs/libs/gst-plugins-base-libs-sections.txt:
3688 * docs/libs/gst-plugins-base-libs.types:
3689 Don't try to GObject scan the netbuffer as it's not a GObject.
3692 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3693 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3694 Document GstNetBuffer.
3696 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3698 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3699 (audioconvert_suite):
3700 Add testcase for caps-size-explosion
3702 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3704 * gst/audioconvert/gstaudioconvert.c:
3705 (gst_audio_convert_get_unit_size), (set_structure_widths):
3706 Lower debug, use g_assert in _get_unit_size
3708 * gst/audioresample/gstaudioresample.c:
3709 (audioresample_get_unit_size):
3710 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3711 (gst_ffmpegcsp_get_unit_size):
3712 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3713 use g_assert in _get_unit_size
3715 2006-08-18 Wim Taymans <wim@fluendo.com>
3717 * docs/libs/gst-plugins-base-libs-sections.txt:
3718 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3719 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3720 (gst_rtp_buffer_get_payload_buffer):
3721 * gst-libs/gst/rtp/gstrtpbuffer.h:
3722 Document GstRTPBuffer.
3723 Added function to efficiently strip payload headers.
3724 API: gst_rtp_buffer_get_payload_subbuffer()
3726 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3728 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3729 (gst_tag_to_vorbis_comments):
3730 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3731 tags and deserialise them properly as well (#347091).
3732 Add some more gtk-doc blurbs and also some g_return_if_fail().
3734 * tests/check/libs/tag.c: (GST_START_TEST),
3735 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3738 2006-08-17 Wim Taymans <wim@fluendo.com>
3740 * ext/ogg/Makefile.am:
3741 * ext/ogg/gstogg.c: (plugin_init):
3742 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3743 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3744 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3745 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3746 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3747 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3748 Added ogg-in-avi parser element. Fixes #140139.
3750 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3751 Fixed a bug in oggdemux debug code.
3753 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3754 (gst_riff_create_audio_template_caps):
3755 Recognise Ogg in the AVI extensible wave format.
3757 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3759 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3760 Make buffer durations add up (duration should be next_ts-ts for
3761 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3764 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3765 (test_buffer_timestamps), (cddabasesrc_suite):
3766 Add unit test for the above.
3768 * tests/check/Makefile.am:
3769 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3770 to see what happens.
3772 2006-08-16 Wim Taymans <wim@fluendo.com>
3774 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3775 (gst_alsasink_open):
3776 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3778 Avoid setting and using a NULL device name.
3779 Print more info when we fail to open a device.
3781 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3783 * docs/libs/gst-plugins-base-libs-sections.txt:
3784 * gst-libs/gst/tag/tag.h:
3785 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3786 API: add gst_tag_parse_extended_comment() (#351426).
3788 * tests/check/Makefile.am:
3789 * tests/check/libs/.cvsignore:
3790 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3791 Add unit test for gst_tag_parse_extended_comment().
3793 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3795 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3799 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3801 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3802 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3803 * docs/plugins/gst-plugins-base-plugins.args:
3804 * gst/playback/gstplaybin.c:
3807 * docs/plugins/inspect/plugin-adder.xml:
3808 * docs/plugins/inspect/plugin-alsa.xml:
3809 * docs/plugins/inspect/plugin-audioconvert.xml:
3810 * docs/plugins/inspect/plugin-audiorate.xml:
3811 * docs/plugins/inspect/plugin-audioresample.xml:
3812 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3813 * docs/plugins/inspect/plugin-cdparanoia.xml:
3814 * docs/plugins/inspect/plugin-decodebin.xml:
3815 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3816 * docs/plugins/inspect/plugin-gnomevfs.xml:
3817 * docs/plugins/inspect/plugin-ogg.xml:
3818 * docs/plugins/inspect/plugin-pango.xml:
3819 * docs/plugins/inspect/plugin-playbin.xml:
3820 * docs/plugins/inspect/plugin-subparse.xml:
3821 * docs/plugins/inspect/plugin-tcp.xml:
3822 * docs/plugins/inspect/plugin-theora.xml:
3823 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3824 * docs/plugins/inspect/plugin-video4linux.xml:
3825 * docs/plugins/inspect/plugin-videorate.xml:
3826 * docs/plugins/inspect/plugin-videoscale.xml:
3827 * docs/plugins/inspect/plugin-videotestsrc.xml:
3828 * docs/plugins/inspect/plugin-volume.xml:
3829 * docs/plugins/inspect/plugin-vorbis.xml:
3830 * docs/plugins/inspect/plugin-ximagesink.xml:
3831 * docs/plugins/inspect/plugin-xvimagesink.xml:
3832 Update to CVS version.
3834 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3836 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3837 (gst_play_bin_set_property), (gst_play_bin_get_property),
3838 (value_list_append_structure_list),
3839 (gst_play_bin_handle_redirect_message),
3840 (gst_play_bin_handle_message):
3841 API: GstPlayBin::connection-speed
3842 Add "connection-speed" property; re-order redirect messages with
3843 multiple redirect locations depending on the minimum bitrate if
3844 that information is available and a connection speed is set
3847 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3849 * gst/playback/gstplaybin.c:
3850 Update max volume to the same value that the volume element uses.
3852 2006-08-14 Wim Taymans <wim@fluendo.com>
3854 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3857 2006-08-14 Wim Taymans <wim@fluendo.com>
3859 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3860 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3861 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3862 Add some more debug info.
3863 Don't crash when a seek failed.
3864 Actually return the result of the seek instead of TRUE.
3865 Ignore multiple BOS pages with the same serial so that we don't create
3866 the same stream multiple times.
3867 Post an error when we fail to do the initial seek.
3869 2006-08-13 Wim Taymans <wim@fluendo.com>
3871 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3872 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3875 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3876 (gst_alsa_mixer_new):
3877 Remove hack that always set the device to hw:0*.
3878 Properly find the card name for whatever device was configured.
3879 Do some better debugging.
3882 * ext/alsa/gstalsamixerelement.c:
3883 (gst_alsa_mixer_element_set_property),
3884 (gst_alsa_mixer_element_change_state):
3886 Handle setting of a NULL device name better.
3888 2006-08-11 Wim Taymans <wim@fluendo.com>
3890 * gst/adder/gstadder.c:
3891 Don't clip float values. Fixes #350900.
3893 2006-08-11 Andy Wingo <wingo@pobox.com>
3895 * gst/tcp/gsttcp.c: Really fix the build?
3897 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3900 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3902 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3903 Float caps shouldn't have a "signed" field.
3905 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3907 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3908 Implement SEEKING query in its most basic form, so that we can
3909 at least check if we're seekable or not (#350655).
3911 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3913 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3914 The checks here are not even close to anything that would
3915 justify MAXIMUM probability, lowering to POSSIBLE until someone
3916 fixes the checks (case at hand: quicktime redirection files
3917 might start with 00 00 01 XX and pass the checks here just
3920 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3922 Patch by: Sjoerd Simons <sjoerd at luon net>
3924 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3925 Better detection for multipart/x-mixed-replace: accept leading
3926 whitespaces before the boundary marker as well (as our very own
3927 multipartmux used to produce) (#349068).
3929 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3931 Patch by: Young-Ho Cha <ganadist at chollian net>
3933 * gst-libs/gst/riff/riff-ids.h:
3934 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3935 (gst_riff_create_audio_template_caps):
3936 Detect DTS audio streams (#350157).
3938 2006-08-05 Andy Wingo <wingo@pobox.com>
3940 * ext/theora/gsttheoraparse.h:
3941 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3942 (theora_parse_dispose, theora_parse_set_property)
3943 (theora_parse_get_property, theora_parse_munge_granulepos)
3944 (theora_parse_push_buffer, theora_parse_change_state):
3945 API: GstTheoraParse::synchronization-points
3946 Add a property 'synchronization-points' to fix badly synchronized oggs.
3948 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3950 * tests/check/Makefile.am:
3951 * tests/check/libs/.cvsignore:
3952 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3953 (fixed_caps_have_channel_positions), (GST_START_TEST),
3954 (audio_suite), (main):
3955 Add a few tests for the channel position stuff in libgstaudio.
3957 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3959 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3960 (gst_alsa_detect_channels):
3961 * ext/alsa/gstalsasink.c:
3962 Add support for cards that (only) do more than 8 channels,
3963 like the Delta 44 (#345188).
3965 * gst-libs/gst/audio/multichannel.c:
3966 (gst_audio_check_channel_positions):
3967 * gst-libs/gst/audio/multichannel.h:
3968 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3969 unspecified channel position and cannot be combined with any
3970 of the other audio channel positions; adjust position layout
3971 checks accordingly (#345188).
3973 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3975 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3976 Recognise ancient RealAudio files (see #349779).
3978 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3980 Patch by: Jens Granseuer <jensgr at gmx net>
3982 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3983 Add typefinder for Interplay's MVE format (#348973).
3985 2006-08-02 Wim Taymans <wim@fluendo.com>
3987 Patch by: Marcel Moreaux <marcelm at luon dot net>
3989 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3990 (gst_base_rtp_depayload_add_to_queue):
3991 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3992 Handle RTP sequence number rollover.
3993 Disable jitterbuffer by default.
3995 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3997 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3998 (audioresample_set_caps):
3999 Don't leak references to the incoming caps. Clean them up when
4002 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4003 (gst_video_scale_finalize):
4004 Don't leak our temporary pixel buffer.
4006 * tests/check/Makefile.am:
4007 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4008 (GST_START_TEST), (simple_launch_lines_suite):
4010 Fix leaks and re-enable the test for valgrind checking.
4012 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4014 Patch by: Sjoerd Simons <sjoerd at luon net>
4016 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4018 Add typefind function for multipart/x-mixed-replace (#348916).
4020 2006-07-28 Wim Taymans <wim@fluendo.com>
4022 * gst/adder/gstadder.c: (gst_adder_setcaps),
4023 (gst_adder_query_duration):
4024 Fix leak in duration query.
4025 Reflow some docs and notes.
4027 2006-07-28 Michael Smith <msmith@fluendo.com>
4029 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4031 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4034 2006-07-28 Michael Smith <msmith@fluendo.com>
4036 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4037 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4038 (gst_vorbis_enc_push_buffer),
4039 (gst_vorbis_enc_buffer_check_discontinuous),
4040 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4041 * ext/vorbis/vorbisenc.h:
4042 Handle discontinuities in the input vorbis stream correctly,
4043 so that the output is properly timestamped (and has good granulepos
4044 values). Needs some oggmux fixes too.
4046 2006-07-27 Wim Taymans <wim@fluendo.com>
4048 patch by: Kai Vehmanen <kv2004 eca cx>
4050 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4051 (gst_base_rtp_depayload_chain),
4052 (gst_base_rtp_depayload_handle_sink_event),
4053 (gst_base_rtp_depayload_change_state):
4054 Don't send multiple newsegments with different formats.
4057 2006-07-26 Wim Taymans <wim@fluendo.com>
4059 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4060 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4061 Make seeking in ogg more accurate again by doing the more correct
4062 granuletime to stream time conversion.
4064 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4066 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4067 (gst_multi_fd_sink_new_client):
4068 debug a little more understandably
4069 do not use goto as a substitute for break, especially if
4070 break is also being used
4072 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4074 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4075 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4076 Remove GLib-2.6 compatibility cruft.
4078 2006-07-24 Wim Taymans <wim@fluendo.com>
4080 * gst-libs/gst/audio/gstbaseaudiosink.c:
4081 (gst_base_audio_sink_render):
4082 Don't try to align a sample to an unknown value.
4084 2006-07-24 Wim Taymans <wim@fluendo.com>
4086 * gst-libs/gst/audio/gstbaseaudiosink.c:
4087 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4088 When the audio clock is slaved to another clock, never try to align
4089 samples but trust the rate interpolation algorithm.
4091 2006-07-24 Wim Taymans <wim@fluendo.com>
4093 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4094 Don't try to calculate silence samples, base class does this much
4097 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4098 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4099 (gst_ring_buffer_acquire):
4100 Calculate silence samples correctly.
4102 * gst-libs/gst/audio/gstringbuffer.h:
4105 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4107 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4108 Limit search for the first markup tag to the first few kB of
4109 the file. If we don't find one there, it's highly unlikely that
4110 this is an XML(-ish) file.
4112 2006-07-21 Andy Wingo <wingo@pobox.com>
4114 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4115 test to the one in vorbisenc. Also commented out.
4117 * tests/check/pipelines/vorbisenc.c:
4118 (test_discontinuity): New test, commented out until Mike lands
4119 some elite vorbisenc patches.
4121 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4122 Bufferstraw was actually factored out of these tests. Now we share
4125 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4126 for bufferstraw addition to gstcheck.
4128 2006-07-21 Wim Taymans <wim@fluendo.com>
4130 * ext/theora/theoradec.c: (clip_buffer):
4133 2006-07-21 Wim Taymans <wim@fluendo.com>
4135 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4136 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4137 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4139 Avoid type casting when we can.
4141 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4144 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4146 * ext/alsa/gstalsamixerelement.c:
4147 (gst_alsa_mixer_element_change_state):
4148 Make state change fail if the specified device can't be opened
4151 2006-07-20 Wim Taymans <wim@fluendo.com>
4153 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4154 (cb_newpad), (main):
4155 Example of a small audio/video player using decodebin.
4157 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4159 * gst-libs/gst/riff/riff-ids.h:
4162 2006-07-19 Wim Taymans <wim@fluendo.com>
4164 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4165 (gst_base_rtp_depayload_chain),
4166 (gst_base_rtp_depayload_change_state):
4167 Don't assert when not negotiated but post a meaningfull
4168 error message. Fixes #347918.
4170 * gst-libs/gst/rtp/gstbasertppayload.c:
4171 Add comment about better default MTU size.
4173 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4174 Small cleanups, start docs.
4176 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4178 Patch by: Martin Szulecki
4180 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4181 If "device-name" is requested and the device is not
4182 open, try to temporarily open it to obtain this
4183 information (#342494).
4185 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4187 * gst-libs/gst/tag/gstid3tag.c:
4188 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4190 * gst-libs/gst/tag/gsttageditingprivate.h:
4191 * gst-libs/gst/tag/gstvorbistag.c:
4192 Some more random const-ifications.
4194 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4196 * gst-libs/gst/riff/riff-ids.h:
4197 * gst-libs/gst/riff/riff-media.c:
4198 (gst_riff_create_video_template_caps):
4199 Add more FOURCCs (sort list to make stuff easier to find),
4200 add comment what those 16 bytes in struct _gst_riff_strh according to
4203 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4205 * gst-libs/gst/audio/multichannel.c:
4206 (gst_audio_check_channel_positions),
4207 (gst_audio_fixate_channel_positions):
4208 Const-ify two arrays.
4210 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4212 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4213 Fix typo, so that alsasink also advertises 8 channels
4214 if that's supported (tags: can, worms, open, alsa, ph34r).
4216 2006-07-17 Wim Taymans <wim@fluendo.com>
4218 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4219 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4220 *sigh*, when is the compiler going to warn when the comments
4221 are out-of-sync with the code.. Refix case of busted theora
4222 headers with 0 granule pos.
4224 2006-07-14 Wim Taymans <wim@fluendo.com>
4226 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4227 (gst_base_rtp_depayload_wait),
4228 (gst_base_rtp_depayload_change_state),
4229 (gst_base_rtp_depayload_set_property),
4230 (gst_base_rtp_depayload_get_property):
4231 Fix 99% cpu load by waiting for absolute times on the
4232 clock. Fixes #347300.
4234 2006-07-14 Andy Wingo <wingo@pobox.com>
4236 * ext/theora/gsttheoraparse.h:
4237 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4238 (theora_parse_push_headers, theora_parse_clear_queue)
4239 (theora_parse_drain_queue_prematurely, )
4240 (theora_parse_sink_event, theora_parse_change_state): Queue events
4241 until we initialized our state, like in vorbisparse.
4243 * ext/vorbis/vorbisparse.h:
4244 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4245 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4246 (vorbis_parse_drain_queue_prematurely, )
4247 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4248 until we have initialized our state. Fixes seeking after an
4251 2006-07-14 Andy Wingo <wingo@pobox.com>
4253 Patch by: Iain Holmes <iaingnome@gmail.com>
4255 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4257 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4260 Bump nano back to CVS
4262 === release 0.10.9 ===
4264 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4267 releasing 0.10.9, "I walk the line"
4269 2006-07-14 Michael Smith <msmith@fluendo.com>
4271 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4272 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4273 (commonly happens when running this test under valgrind) when trying
4274 to remove the buffer probe.
4276 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4278 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4279 Fix missing g_unlock from the previous commit
4281 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4283 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4284 (gst_ximagesink_change_state):
4285 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4286 (gst_xvimagesink_change_state):
4287 Implement a locking order to ensure we always take the object lock
4288 before the x_lock and never vice-versa.
4290 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4292 * gst/playback/gstdecodebin.c: (find_compatibles):
4293 Fix a caps leak when linking (#347304)
4295 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4296 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4297 (gst_ximagesink_change_state):
4298 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4299 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4300 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4301 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4302 Don't leak shared memory resources. Use the object lock to protect
4303 against the xcontext disappearing while returning a buffer from the
4306 2006-07-12 Edward Hervey <edward@fluendo.com>
4308 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4309 (vorbis_handle_comment_packet):
4310 gst_tag_list_merge() returns a new object. Take that into account when
4311 using it. This avoids memleak.
4312 Revert previous commit which is not needed.
4314 2006-07-12 Edward Hervey <edward@fluendo.com>
4316 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4317 Reset the decoder in finalize so that all fields get cleared.
4319 2006-07-12 Wim Taymans <wim@fluendo.com>
4321 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4322 (gst_base_audio_src_set_clock),
4323 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4324 Don't try to post an error message when setting the clock fails
4325 as this can happen when adding an element to a bin which will then
4326 deadlock. Fixes #347296.
4328 2006-07-12 Edward Hervey <edward@fluendo.com>
4330 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4331 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4332 (vorbis_handle_type_packet):
4333 Post tag messages on the bus even if we're not initialized.
4334 If we're not initialized, we still postpone the event pushing of tags.
4336 2006-07-12 Wim Taymans <wim@fluendo.com>
4338 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4339 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4340 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4341 Revert last two changes that broke the freeze.
4343 2006-07-12 Wim Taymans <wim@fluendo.com>
4345 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4346 basesink calculates silence sample correctly for us.
4348 2006-07-12 Wim Taymans <wim@fluendo.com>
4350 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4351 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4352 Calculate correct silence samples so we don't fill our ringbuffer
4355 2006-07-12 Edward Hervey <edward@fluendo.com>
4357 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4358 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4359 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4360 * ext/vorbis/vorbisdec.h:
4361 Delay sending events (newsegment, tags) until the decoder is properly
4365 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4367 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4368 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4369 Patch from #347221 adding a test for audioconvert
4372 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4374 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4375 (gst_ssa_parse_parse_line):
4376 Don't include the terminating NUL in the buffer size,
4377 it's only there for extra paranoia (would add random
4378 '*' characters at the end of each subtitle since the
4379 terminator itself is not valid UTF-8 technically).
4380 Also fix indenting after boilerplate macro.
4382 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4384 * gst/playback/gstdecodebin.c: (close_pad_link):
4385 Also emit 'unknown-type' signal (which should really be
4386 called unhandled-type) if we found potential decoders/demuxers
4387 in the registry but none of them worked in the end (as in the
4388 case where the plugins don't exist any longer but are still
4389 listed in the registry). Fixes #329798.
4391 2006-07-08 Andy Wingo <wingo@pobox.com>
4393 * theoraparse.c (theora_parse_push_buffer)
4394 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4395 Add some more debugging. Fix granulepos reconstruction in the face
4398 2006-07-06 Wim Taymans <wim@fluendo.com>
4400 * gst-libs/gst/audio/gstbaseaudiosink.c:
4401 (gst_base_audio_sink_class_init),
4402 (gst_base_audio_sink_provide_clock):
4403 Use gobject_class instead of G_OBJECT_CLASS (klass)
4405 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4406 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4407 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4408 (gst_base_audio_src_get_time),
4409 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4410 (gst_base_audio_src_create_ringbuffer):
4411 Fix latency and buffer-time constants and properties ala basesink.
4412 Implement pull based scheduling. Fixes #346527.
4413 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4415 Refuse slaving to another clock instead of silently not working.
4416 Only provide a clock when we are actually able to do so.
4417 Various small cleanups and compiler hints.
4419 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4421 Patch by: Lutz Mueller <lutz at topfrose de>
4423 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4425 Add typefinding for text/html (#346581).
4427 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4429 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4430 (xml_check_first_element), (xml_type_find), (smil_type_find):
4431 Fix SMIL typefinding, make xml_check_first_element() more
4434 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4436 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4437 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4438 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4439 * gst/playback/gstplaybasebin.h:
4440 Protect list of elements with a subtitle-encoding property and
4441 the subtitle encoding member itself with a lock of their own
4442 instead of using the object lock. This prevents a dead-lock in
4443 the element-remove callback in some circumstances when shutting
4446 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4448 * win32/common/libgsttag.def:
4449 Export some new functions.
4450 * win32/vs6/libgstogg.dsp:
4451 Add a link to libgsttag-0.10.lib.
4453 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4455 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4456 Some const-ification.
4458 2006-07-04 Wim Taymans <wim@fluendo.com>
4460 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4461 Improve checking if we are dealing with a stream. Added some
4462 more uris that need buffering.
4464 2006-07-03 Edward Hervey <edward@fluendo.com>
4466 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4467 Remove unused variable.
4469 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4474 add GCOV_LIBS to GST_LIBS
4476 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4478 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4480 * ext/alsa/gstalsasrc.c:
4481 Add 32 bps to template caps and increase channels range
4482 from [1,2] to [1,MAX]. See #346326.
4484 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4486 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4487 Recognise 'WMVA' video codec fourcc (#345879).
4489 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4491 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4492 Fixed nasty memory leak
4494 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4496 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4497 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4500 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4502 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4503 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4504 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4505 Protect remove_fakesink using a mutex, so that we don't try and
4506 remove the fakesink simultaneously from multiple threads.
4508 When going from READY to PAUSED, restore the fakesink, so that
4509 it is there when decodebin gets reused.
4511 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4513 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4514 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4515 * gst-libs/gst/rtp/gstbasertppayload.c:
4516 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4517 * gst/tcp/gstmultifdsink.c:
4518 * gst/tcp/gsttcpclientsink.c:
4519 * gst/tcp/gsttcpclientsrc.c:
4520 * gst/tcp/gsttcpserversink.c:
4521 * gst/tcp/gsttcpserversrc.c:
4522 * gst/videorate/gstvideorate.c:
4523 * gst/videotestsrc/gstvideotestsrc.c:
4524 * sys/v4l/gstv4ljpegsrc.c:
4525 * sys/v4l/gstv4lmjpegsink.c:
4526 * sys/v4l/gstv4lsrc.c:
4527 * tests/examples/seek/scrubby.c:
4528 * tests/examples/seek/seek.c:
4529 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4531 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4533 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4534 Second field in GEnumValue shouldn't be a description,
4535 but a stringified version of the enum value.
4537 2006-06-22 Wim Taymans <wim@fluendo.com>
4539 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4540 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4541 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4542 Avoid type checking in buffer casts.
4543 Avoid caps copy in buffer_alloc when we can.
4544 Use pad_peer_accept.
4546 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4548 * gst-libs/gst/tag/tag.h:
4549 Oops, make that 'Since: 0.10.9'.
4551 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4553 * docs/libs/gst-plugins-base-libs-sections.txt:
4554 * gst-libs/gst/tag/tag.h:
4555 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4556 (gst_tag_image_type_get_type):
4557 API: add GstTagImageType enum to describe images contained
4558 in image tags (#345641).
4560 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4562 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4563 Fix warnings with gst-inspect: "buffers-min" property
4564 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4565 typo in property description.
4567 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4569 Patch by: Cody Russell <bratsche at gnome org>
4571 * gst/audioresample/gstaudioresample.c:
4572 (gst_audioresample_class_init):
4573 * gst/playback/gststreamselector.c:
4574 (gst_stream_selector_class_init):
4575 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4576 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4577 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4578 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4579 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4580 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4581 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4582 * gst/videotestsrc/gstvideotestsrc.c:
4583 (gst_video_test_src_class_init):
4584 * gst/volume/gstvolume.c: (gst_volume_class_init):
4585 Avoid unnecessary class cast check in class_init
4586 functions (#337747).
4588 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4590 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4591 (gst_text_overlay_video_chain):
4592 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4593 and doesn't validate its input either (and neither did
4594 textoverlay it seems). Let's do that then and fix #345206.
4596 2006-06-19 Wim Taymans <wim@fluendo.com>
4598 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4599 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4600 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4601 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4602 (find_syncframe), (find_limits), (assign_value),
4603 (count_burst_unit), (gst_multi_fd_sink_new_client),
4604 (gst_multi_fd_sink_handle_client_write),
4605 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4606 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4607 (gst_multi_fd_sink_change_state):
4608 * gst/tcp/gstmultifdsink.h:
4609 Added shiny new burst-on-connect methods.
4610 Add properties to control the minimal amount of data queued.
4612 API: bytes-min property
4613 API: time-min property
4614 API: buffers-min property
4615 API: burst-unit property
4616 API: burst-value property
4617 API: add-full signal
4619 * gst/tcp/gsttcp-marshal.list:
4620 Added new marshaller code for the new signal.
4622 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4623 (multifdsink_suite):
4624 Added testcases for new burst methods.
4626 2006-06-19 Edward Hervey <edward@fluendo.com>
4628 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4629 Implement clipping for accurate seeking.
4632 2006-06-19 Wim Taymans <wim@fluendo.com>
4634 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4636 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4637 (gst_video_scale_transform):
4638 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4640 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4643 Fix --disable-external (can't set conditionals conditionally,
4646 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4648 * tests/check/elements/audioresample.c: (test_reuse),
4649 (audioresample_suite):
4650 Add test case for bug #342789 fixed below.
4652 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4654 * gst/audioresample/gstaudioresample.c:
4655 (gst_audioresample_class_init), (gst_audioresample_init),
4656 (audioresample_start), (audioresample_stop),
4657 (gst_audioresample_set_property), (gst_audioresample_get_property):
4658 Implement GstBaseTransform::start and ::stop so that audioresample
4659 can clear its internal state properly and be reused instead of
4660 causing non-negotiated errors with playbin under some circumstances
4663 * tests/check/elements/audioresample.c: (setup_audioresample),
4664 (cleanup_audioresample):
4665 Need to set element state here so that ::start and ::stop are
4668 2006-06-16 Wim Taymans <wim@fluendo.com>
4670 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4672 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4673 Parse extra data better, apparently it's right behind
4674 the normal strf header size. Fixes #343500.
4676 2006-06-16 Wim Taymans <wim@fluendo.com>
4678 * ext/alsa/gstalsasink.c: (set_hwparams):
4679 If we fail to set the buffer_time and period_time alsa
4680 parameters, post a warning and leave alsa select a
4681 default instead of failing. Fixes #342085
4683 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4685 * docs/libs/gst-plugins-base-libs-sections.txt:
4686 * gst-libs/gst/cdda/gstcddabasesrc.h:
4687 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4688 out in the header file and shouldn't be listed in the docs.
4690 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4691 Must dereference pointer to fourcc in the debug statement.
4693 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4695 * docs/libs/Makefile.am:
4696 * docs/libs/gst-plugins-base-libs-docs.sgml:
4697 * docs/libs/gst-plugins-base-libs-sections.txt:
4698 * docs/libs/gst-plugins-base-libs.types:
4699 add remaining symbols into correct setions
4701 * gst-libs/gst/audio/gstringbuffer.c:
4704 * gst-libs/gst/audio/gstringbuffer.h:
4705 comment out not yet implemented function
4708 * gst-libs/gst/floatcast/floatcast.h:
4709 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4710 add short descriptions
4713 * gst-libs/gst/interfaces/propertyprobe.c:
4714 fix return value docs
4716 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4717 simplify debug logging
4719 * gst-libs/gst/riff/riff-read.h:
4720 sync function prototype and docs
4722 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4723 remove left over symbol
4725 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4730 Use GST_PLUGIN_DOCS macro in configure.ac, add
4731 --enable-plugin-docs default to autogen.sh and use
4732 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4734 2006-06-15 Wim Taymans <wim@fluendo.com>
4736 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4737 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4738 (gst_ogg_demux_loop):
4739 Combine GstFlowReturn from the source pads to give a
4740 meaningfull result to the upstream peer or to stop the
4741 processing task in case of errors.
4743 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4745 * gst/playback/gststreaminfo.c: (cb_probe):
4746 Try GST_TAG_CODEC as fallback when extracting the
4747 codec name; more debug info.
4749 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4751 * ext/ogg/Makefile.am:
4752 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4753 Extract language tags from ogm subtitle streams, so that
4754 the subtitle menu choices are labelled correctly in
4755 Totem (fixes #344708).
4757 2006-06-14 Wim Taymans <wim@fluendo.com>
4759 Patch by: Alessandro Decina <alessandro at nnva dot org>
4761 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4762 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4763 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4764 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4765 Fix various leaks. Fixes #343699.
4766 Add x-smoke mime type.
4768 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4770 * gst-libs/gst/riff/riff-ids.h:
4771 Add IDs for 'bext' chunks (see #343837).
4773 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4775 Patch by: Young-Ho Cha <ganadist at chollian net>
4777 * gst/subparse/samiparse.c: (sami_context_pop_state),
4778 (handle_start_font), (end_sami_element):
4779 Honour font face tags in SAMI subtitles (#344503).
4781 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4784 add missing files containing translatable strings
4786 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4788 * docs/libs/tmpl/.cvsignore:
4789 we don't want those *.sgml files in CVS either
4791 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4793 * docs/libs/.cvsignore:
4794 * tests/check/elements/.cvsignore:
4795 * tests/check/libs/.cvsignore:
4798 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4800 * docs/libs/Makefile.am:
4801 also commiting the changed Makefile.am (added more libs to the
4804 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4806 * docs/libs/gst-plugins-base-libs-docs.sgml:
4807 * docs/libs/gst-plugins-base-libs-sections.txt:
4808 * docs/libs/gst-plugins-base-libs.types:
4809 first batch of reordering things, add index & hierarchy
4811 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4814 use GST_PKG_CHECK_MODULES, cleans up output
4816 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4818 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4819 Add support for burn:// URIs (#343385); const-ify things a bit,
4820 use G_N_ELEMENTS instead of hard-coded array size.
4822 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4824 Patch by: Young-Ho Cha <ganadist at chollian net>
4826 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4827 Fix up broken entities before passing them to libxml *sigh*.
4830 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4835 === release 0.10.8 ===
4837 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4840 releasing 0.10.8, "Moar gij ziet mij nie"
4842 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4859 * win32/common/config.h:
4862 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4864 * docs/libs/tmpl/gstaudio.sgml:
4865 * docs/libs/tmpl/gstcolorbalance.sgml:
4866 * docs/libs/tmpl/gstmixer.sgml:
4867 * docs/libs/tmpl/gstringbuffer.sgml:
4868 * docs/libs/tmpl/gsttuner.sgml:
4869 * docs/libs/tmpl/gstxoverlay.sgml:
4870 * gst-libs/gst/audio/audio.c:
4871 * gst-libs/gst/audio/gstringbuffer.c:
4872 * gst-libs/gst/interfaces/colorbalance.c:
4873 * gst-libs/gst/interfaces/mixer.c:
4874 * gst-libs/gst/interfaces/tuner.c:
4875 * gst-libs/gst/interfaces/xoverlay.c:
4876 move last template doc snippets to source code and delete them
4878 2006-06-06 Michael Smith <msmith@fluendo.com>
4880 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4881 (theora_parse_drain_queue):
4882 Mark DELTA_UNIT on non-keyframes.
4884 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4886 * gst-libs/gst/audio/gstbaseaudiosink.c:
4887 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4888 * gst-libs/gst/audio/gstbaseaudiosink.h:
4889 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4890 (gst_ring_buffer_samples_done):
4891 * gst-libs/gst/audio/gstringbuffer.h:
4892 Document better the fact that latency_time and buffer_time are values
4893 stored in microseconds, and not the usual GStreamer nanoseconds.
4894 Change the variables (compatibly) that store them from GstClockTime
4895 to guint64 to make it more clear that they're not storing clock times.
4896 Also, remove the bogus property description that says the user can
4897 specify -1 to get the default value, since that's never been the case.
4899 When computing the default segment size for the ring buffer, make it
4900 an integer number of samples.
4902 When the sub-class indicates a delay greater than the number of
4903 samples we've written return 0 from the audio sink get_time method.
4905 2006-06-02 Michael Smith <msmith@fluendo.com>
4907 * tests/check/elements/audioconvert.c: (set_channel_positions),
4908 (get_float_mc_caps), (get_int_mc_caps):
4909 * tests/check/elements/audioresample.c:
4910 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4911 * tests/check/elements/videorate.c:
4912 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4913 * tests/check/elements/volume.c:
4914 * tests/check/elements/vorbisdec.c:
4915 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4916 Don't busy-wait in tests; this was causing test timeouts very
4917 frequently when running under valgrind.
4919 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4922 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4923 (gst_multi_fd_sink_remove_client_link),
4924 (gst_multi_fd_sink_client_queue_caps),
4925 (gst_multi_fd_sink_client_queue_buffer),
4926 (gst_multi_fd_sink_handle_client_write),
4927 (gst_multi_fd_sink_render):
4928 * gst/tcp/gstmultifdsink.h:
4929 make multifdsink properly deal with streamheader:
4930 - streamheader is taken from caps
4931 - buffers marked with IN_CAPS are not sent
4932 - streamheaders are sent, on connection, from the caps of the
4933 buffer where the client gets positioned to
4934 - further streamheader changes are done every time the client
4935 will receive a buffer with different caps
4936 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4937 (gst_multifdsink_create_streamheader):
4940 2006-06-02 Michael Smith <msmith@fluendo.com>
4942 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4943 Reinstate limit on channel count. Vorbis does not define the meaning
4944 of > 6 channels, so they're just independent channels. Gstreamer
4945 currently has no mechanism to represent N independent channels.
4947 2006-06-02 Michael Smith <msmith@fluendo.com>
4949 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4950 Don't arbitrarily restrict channel counts and rate in vorbis.
4951 In terms of effects likely on real-world files, this fixes 96kHz
4954 2006-06-02 Michael Smith <msmith@fluendo.com>
4956 * gst/audioconvert/audioconvert.c: (float):
4957 More correct float->int conversion.
4959 2006-06-02 Michael Smith <msmith@fluendo.com>
4961 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4962 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4963 value. Fixes g-critical on trying to play back ogg containing
4966 2006-06-02 Wim Taymans <wim@fluendo.com>
4968 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4970 * gst/playback/gstplaybasebin.h:
4971 Make the subtitle detection work from any thread so we don't
4972 deadlock. Fixes #343397.
4974 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4976 * gst/volume/Makefile.am:
4977 Seriously, it's not *that* hard to get compilation right. Even
4978 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4980 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4982 * gst/volume/gstvolume.c: (volume_choose_func),
4983 (volume_update_real_volume), (gst_volume_class_init),
4984 (gst_volume_init), (volume_process_float), (volume_process_int16),
4985 (volume_process_int16_clamp), (volume_set_caps),
4986 (volume_transform_ip), (plugin_init):
4987 * gst/volume/gstvolume.h:
4988 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4989 another property desc., remove unused param from process function
4991 * tests/check/elements/volume.c: (volume_suite):
4992 reactivate the passthrough test
4994 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4996 * ext/alsa/gstalsamixerelement.h:
4997 * ext/alsa/gstalsamixeroptions.h:
4998 * ext/alsa/gstalsamixertrack.h:
4999 * ext/gnomevfs/gstgnomevfssink.h:
5000 * ext/gnomevfs/gstgnomevfssrc.h:
5001 * ext/theora/gsttheoradec.h:
5002 * ext/theora/gsttheoraenc.h:
5003 * ext/theora/gsttheoraparse.h:
5004 * ext/vorbis/vorbisparse.h:
5005 * gst-libs/gst/audio/gstaudioclock.h:
5006 * gst-libs/gst/audio/gstaudiofilter.h:
5007 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5008 * gst/audioconvert/gstaudioconvert.h:
5009 * gst/audioresample/gstaudioresample.h:
5010 * gst/audiotestsrc/gstaudiotestsrc.h:
5011 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5012 * gst/playback/gststreamselector.h:
5013 * gst/tcp/gstmultifdsink.h:
5014 * gst/tcp/gsttcpclientsink.h:
5015 * gst/tcp/gsttcpclientsrc.h:
5016 * gst/tcp/gsttcpserversink.h:
5017 * gst/tcp/gsttcpserversrc.h:
5018 * gst/videorate/gstvideorate.h:
5019 * gst/videoscale/gstvideoscale.h:
5020 * gst/videotestsrc/gstvideotestsrc.h:
5021 * gst/volume/gstvolume.h:
5022 * sys/v4l/gstv4ljpegsrc.h:
5023 * sys/v4l/gstv4lmjpegsink.h:
5024 * sys/v4l/gstv4lmjpegsrc.h:
5025 * sys/v4l/gstv4lsrc.h:
5026 * sys/ximage/ximagesink.h:
5027 * sys/xvimage/xvimagesink.h:
5028 * tests/old/testsuite/alsa/sinesrc.h:
5029 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5031 2006-05-31 Wim Taymans <wim@fluendo.com>
5033 * ext/libvisual/visual.c: (gst_visual_reset),
5034 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5035 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5037 Use running time before doing QoS.
5040 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5042 * docs/libs/Makefile.am:
5043 set a magic variable to indicate we know the docs are incomplete
5045 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5047 * win32/common/libgstvideo.def:
5048 export gst_video_calculate_display_ratio
5049 * win32/vs6/libgstvideoscale.dsp:
5050 add link to libgstvideo-0.10.lib
5052 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5054 * gst/playback/gstplaybasebin.c: (gen_source_element):
5055 Throw a more comprehensible error for rtsp:// URIs (rather
5056 than erroring out with a negotiation error later on) until
5057 we fix playbin to handle rtspsrc etc.
5059 2006-05-30 Wim Taymans <wim@fluendo.com>
5061 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5062 (gst_text_overlay_text_event):
5065 2006-05-30 Wim Taymans <wim@fluendo.com>
5067 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5068 (gst_adder_request_new_pad), (gst_adder_release_pad):
5069 * gst/adder/gstadder.h:
5070 Implement release_request_pad.
5071 Make padcounter atomic.
5073 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5074 Added check for release_pad in adder.
5076 2006-05-30 Wim Taymans <wim@fluendo.com>
5078 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5081 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5083 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5084 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5085 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5086 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5087 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5088 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5089 (gst_ogg_demux_bisect_forward_serialno),
5090 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5091 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5093 clean up printf formats for granulepos and serialno
5095 2006-05-30 Michael Smith <msmith@fluendo.com>
5097 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5098 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5099 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5100 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5101 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5102 * ext/vorbis/vorbisenc.h:
5103 Multi-channel caps negotiation, so we can do proper multichannel
5104 vorbis encoding, negotiated through audioconvert.
5106 2006-05-30 Wim Taymans <wim@fluendo.com>
5108 * tests/check/elements/adder.c: (test_event_message_received),
5109 (test_play_twice_message_received), (GST_START_TEST),
5111 Added check to show that #339935 is fixed with ongoing
5112 adder and collectpads fixes.
5114 2006-05-29 Wim Taymans <wim@fluendo.com>
5116 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5117 Don't leak pad name.
5119 2006-05-29 Wim Taymans <wim@fluendo.com>
5121 * gst/adder/gstadder.c: (gst_adder_query_duration),
5122 (forward_event_func), (forward_event), (gst_adder_src_event):
5124 Make query/seeking code threadsafe.
5126 * tests/check/Makefile.am:
5127 * tests/check/elements/adder.c: (test_event_message_received),
5128 (GST_START_TEST), (test_play_twice_message_received):
5129 Fix adder test case.
5131 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5133 Patch by: Young-Ho Cha <ganadist at chollian net>
5135 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5136 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5137 (set_encoding_element), (decodebin_element_added_cb),
5138 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5139 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5140 * gst/playback/gstplaybasebin.h:
5141 Add 'subtitle-encoding' property to playbin, so applications can
5142 force a subtitle encoding for non-UTF8 subtitles (#342268).
5144 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5145 (gst_sub_parse_set_property):
5146 Rename recently-added 'encoding' property to 'subtitle-encoding'
5147 (so it can be proxied by playbin/decodebin in a generic way
5148 with less danger of false positives).
5150 2006-05-29 Michael Smith <msmith@fluendo.com>
5152 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5153 (append_with_other_format), (set_structure_widths),
5154 (gst_audio_convert_transform_caps):
5155 Patch from #341562: give more specific audio caps in get_caps, so
5156 that basetransform can make better decisions on what caps to
5159 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5161 * tests/check/elements/volume.c:
5162 make it compile again
5164 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5166 * tests/check/elements/volume.c: (volume_suite):
5167 disable test until #343196 gets resolved
5169 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5171 * gst/adder/gstadder.c: (gst_adder_get_type):
5172 Make it easier to copy&paste
5174 * gst/volume/Makefile.am:
5175 * gst/volume/gstvolume.c: (volume_update_real_volume),
5176 (gst_volume_set_volume), (gst_volume_set_mute),
5177 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5178 (volume_transform_ip), (volume_update_mute),
5179 (volume_update_volume):
5180 * gst/volume/gstvolume.h:
5181 Add own debug category, move duplicate code to helper function, fix
5182 property texts, add more comments and prepare ffor liboil-goodness
5184 * tests/check/Makefile.am:
5185 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5186 add test for mute and passtrough case, be a bit more verbose to track
5189 * tests/check/generic/states.c: (GST_START_TEST):
5190 catch elements that fail to instantiate
5192 2006-05-28 Edward Hervey <edward@fluendo.com>
5194 * tests/check/pipelines/simple-launch-lines.c:
5195 * tests/check/pipelines/theoraenc.c:
5196 * tests/check/pipelines/vorbisenc.c:
5197 Comment out tests using parse_launch() if core was built without
5198 parsing capabilities.
5200 2006-05-27 Edward Hervey <edward@fluendo.com>
5202 * tests/check/Makefile.am:
5203 Extra bonus points for whoever explains to ensonic that you are meant
5204 to test unit tests thoroughly before commiting them, especially if
5205 you know it's going to break.
5206 De-activated element/adder tests.
5208 2006-05-27 Edward Hervey <edward@fluendo.com>
5210 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5211 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5212 Marking caps conversion issues as GST_WARNING is way too verbose,
5213 Moving them to GST_LOG.
5215 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5218 Replace current README (containing the release notes from
5219 some 0.9.x version) with a proper README taken from the core.
5221 2006-05-26 Wim Taymans <wim@fluendo.com>
5223 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5224 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5225 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5226 (vorbis_dec_change_state):
5229 Clip output samples to segment boundaries.
5231 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5233 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5234 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5235 Improve the errors produced on bad output, including some human
5236 readable description strings.
5237 Handle the (theoretical for ximagesink) case where the XServer
5238 has a different idea about the size required for a particular
5239 frame and gives us too small a memory allocation.
5241 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5243 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5244 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5245 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5246 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5247 Improve the errors produced on bad output, including some human
5248 readable description strings.
5249 Handle RGB Xv formats properly by transforming them into our
5250 big-endian caps description.
5251 Use gst_caps_truncate to ensure that we never try and choose a
5252 non-fixed caps in buffer_alloc.
5253 Handle the case where the XServer has a different idea about the size
5254 required for a particular frame and gives us too small a memory
5256 Use -1 to indicate 'no image format', because 0 is a valid XServer
5257 image format number.
5258 Put RGB Xv formats at the end of the caps, so that we always prefer
5260 Iterate the available Xv Encodings to determine the maximum width and
5261 height, and then return that in our caps.
5262 (Closes #315312, #337544)
5264 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5266 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5267 When there is only one unfinished pad and it receives an event that
5268 doesn't match our requirements, we need to set alldone=FALSE so that
5269 the fakesink is not removed yet.
5271 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5273 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5274 Use gst_type_find_helper_for_buffer() to find the type
5275 of stream from the first packet.
5278 Bump requirements to core CVS (needed for vorbis
5279 typefinding to work).
5281 2006-05-24 Edward Hervey <edward@fluendo.com>
5283 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5284 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5285 contain. Else they play perfectly fine with qtdemux.
5287 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5289 * ext/theora/theoradec.c:
5290 * ext/theora/theoraenc.c:
5291 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5292 * gst/audiorate/gstaudiorate.c:
5293 make more debug catagories static
5295 * tests/check/Makefile.am:
5296 * tests/check/elements/adder.c: (message_received),
5297 (test_event_message_received), (GST_START_TEST),
5298 (test_play_twice_message_received), (adder_suite):
5299 added test case for using element twice, extra bonus points for anyone
5300 who can make these test run reliably
5302 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5304 * ext/theora/theoradec.c: (theora_dec_chain):
5305 Make work with time-stamped input buffers that do not
5306 have a granulepos in BUFFER_OFFSET_END (like theora
5307 buffers coming from matroskademux). Fixes #342448.
5309 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5311 Patch by: Peter Kjellerstedt <pkj at axis com>
5313 * gst/tcp/Makefile.am:
5314 fdstresstest doesn't need Gtk+, fix compilation if
5315 gtk is not available (#342566).
5317 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5319 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5321 Removed redundant floor()
5323 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5325 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5326 On second thought, just skip JUNK chunks automatically, so
5327 the caller doesn't have to handle this. Fixes #342345.
5328 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5331 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5333 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5334 Don't bail out on JUNK chunks with a size of 0 (would try to
5335 pull_range 0 bytes before, which sources don't like too much).
5338 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5340 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5342 Use the gstutil scaling function to preserve 64 bits while calculating
5343 output width and height from the display-aspect-ratio. (A continuation
5346 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5348 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5349 (gst_xvimagesink_buffer_alloc):
5350 * sys/xvimage/xvimagesink.h:
5351 When performing buffer allocations, remember the caps and image format
5352 we return so that if the same caps are asked for next time we can
5353 return them immediately without doing any caps intersections.
5355 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5357 * gst-libs/gst/rtp/README:
5358 Some new documentation
5359 * gst-libs/gst/rtp/gstrtpbuffer.h:
5360 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5361 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5362 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5363 New RTP audio base payloader class. Supports frame or sample based
5364 codecs. Not enabled in Makefile.am until approved.
5366 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5368 * tests/check/elements/alsa.c: (test_device_property_probe):
5369 Fix test case: don't try to free NULL GValueArray when there
5372 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5374 * tests/check/Makefile.am:
5375 * tests/check/elements/alsa.c: (test_device_property_probe),
5376 (alsa_suite), (main):
5377 Add simple test that runs a device property probe on alsasrc,
5378 alsasink and alsamixer. Disable valgrind check for now (too
5379 many leaks in libasound, and valgrind ignored my suppressions
5382 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5384 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5385 (gst_alsa_device_property_probe_probe_property),
5386 (gst_alsa_device_property_probe_needs_probe),
5387 (gst_alsa_device_property_probe_get_values),
5388 (gst_alsa_type_add_device_property_probe_interface):
5389 * ext/alsa/gstalsadeviceprobe.h:
5390 * ext/alsa/gstalsamixerelement.c:
5391 (gst_alsa_mixer_element_init_interfaces):
5392 * ext/alsa/gstalsamixerelement.h:
5393 Clean up and simplify alsa device probing. Make it actually work
5394 for multiple classes. Don't cache results any longer.
5396 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5397 (gst_alsasink_init):
5398 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5399 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5400 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5401 Make alsasink and alsasrc implement the GstPropertyProbe interface
5402 for device probing (#342181).
5403 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5405 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5407 * gst/subparse/samiparse.c: (handle_start_font):
5408 Don't ignore return value of strtol (++compiler_happiness).
5410 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5412 Patch by: Young-Ho Cha <ganadist chollian net>
5414 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5415 (gst_sub_parse_class_init), (gst_sub_parse_init),
5416 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5418 * gst/subparse/gstsubparse.h:
5419 Add 'encoding' property (#341681).
5421 * gst/subparse/samiparse.c: (characters_sami):
5422 Output is pango markup, so we need to escape text
5423 between tags (#342143).
5425 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5427 * gst-libs/gst/audio/multichannel.c:
5428 (gst_audio_check_channel_positions):
5429 It's okay to have caps with channels=1 and a channel position
5430 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5431 (deinterleavers might want to keep the position in the caps,
5432 so that they can be re-interleaved again properly later).
5433 Leave check for unexpected 2-channel layouts intact for now.
5435 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5437 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5438 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5439 basesrc can do its job correctly.
5441 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5443 * ext/alsa/Makefile.am:
5444 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5445 (gst_alsa_detect_formats), (get_channel_free_structure),
5446 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5447 (gst_alsa_probe_supported_formats):
5448 * ext/alsa/gstalsa.h:
5449 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5450 Refactor and improve caps probing code: probe signedness
5451 when we probe the supported formats/widths; set endianness
5452 to the one we actually probed for (ie. cpu endianness).
5454 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5455 (gst_alsasrc_close):
5456 * ext/alsa/gstalsasrc.h:
5457 Implement caps probing for alsasrc.
5459 2006-05-15 Wim Taymans <wim@fluendo.com>
5461 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5462 (theora_dec_src_query), (theora_dec_src_event),
5463 (theora_dec_sink_event), (theora_handle_comment_packet),
5464 (theora_handle_data_packet), (theora_dec_change_state):
5465 Cleanups, add some G_LIKELY.
5466 Use segment helpers instead of our own wrong code.
5467 Clear queued buffers on seek and READY.
5469 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5470 (vorbis_dec_convert), (vorbis_dec_src_query),
5471 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5472 (vorbis_handle_comment_packet), (vorbis_dec_push),
5473 (vorbis_handle_data_packet), (vorbis_dec_chain),
5474 (vorbis_dec_change_state):
5475 * ext/vorbis/vorbisdec.h:
5476 Remove old useless packetno variable.
5477 Do position query properly.
5479 Do cleanup of queued buffers in new helper function
5482 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5484 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5485 Query supported sample rates. Fixes #341732.
5487 2006-05-15 Julien MOUTTE <julien@moutte.net>
5489 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5490 (gst_decode_bin_change_state): Make decodebin reusable
5491 when going from PAUSE_TO_READY and then back to PAUSED.
5494 2006-05-15 Wim Taymans <wim@fluendo.com>
5496 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5497 (vorbis_dec_convert), (vorbis_dec_src_query),
5498 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5499 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5500 (vorbis_dec_clean_queued), (vorbis_dec_push),
5501 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5502 Cleanups. Use refcounting and DEBUG_OBJECT.
5503 Reset segment on flush, use code methods instead of our
5505 Fix potential memleak.
5507 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5509 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5510 (gst_alsasink_init):
5511 * ext/alsa/gstalsasink.h:
5512 Don't leak allocated snd_output_t structure if there's
5513 more than one alsasink instance at a time (#341873).
5514 Also fix GObject macros in header file.
5516 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5518 * gst/subparse/gstsubparse.c:
5519 (gst_sub_parse_data_format_autodetect):
5520 Don't use libxml functions in the typefinding code.
5522 2006-05-15 Wim Taymans <wim@fluendo.com>
5524 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5525 Fix seeking performance in the case where a non-header
5526 packet has a 0 granulepos (busted theora case).
5528 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5529 the first place, you limelight stealer you)
5531 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5533 * gst/subparse/gstsubparse.c:
5534 (gst_sub_parse_data_format_autodetect):
5535 Improve SAMI typefinding: handle case where there are
5536 whitespaces or newlines in front of the first <SAMI>
5539 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5542 Build video4linux plugin even if there's no XVIDEO, just
5543 without implementing the GstXOverlay interface (#334002).
5545 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5548 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5550 Add tentative support for libvisual-0.4 (#336881).
5552 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5554 Patch by: Young-Ho Cha <ganadist at chollian net>
5556 * gst/subparse/samiparse.c: (handle_start_font):
5557 Need to map "silver" colour explicitly (#169936).
5559 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5561 Patch by: Young-Ho Cha <ganadist at chollian net>
5563 * gst/subparse/Makefile.am:
5564 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5565 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5566 (gst_sub_parse_format_autodetect), (feed_textbuf),
5567 (gst_subparse_type_find), (plugin_init):
5568 * gst/subparse/gstsubparse.h:
5569 * gst/subparse/samiparse.c:
5570 * gst/subparse/samiparse.h:
5571 Add support for SAMI subtitles (#169936).
5573 2006-05-14 Michael Smith <msmith@fluendo.com>
5575 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5576 Fix #341696: crash when mixing L+R+C to mono or stereo.
5577 * tests/check/Makefile.am:
5578 * tests/check/elements/audioconvert.c: (set_channel_positions),
5579 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5580 (audioconvert_suite):
5581 Add test for the above, including some generic framework bits for
5582 testing multichannel things.
5584 === release 0.10.7 ===
5586 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5589 releasing 0.10.7, "Leave the gun"
5591 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5593 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5594 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5597 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5599 * docs/libs/gst-plugins-base-libs-docs.sgml:
5600 * docs/libs/gst-plugins-base-libs-sections.txt:
5601 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5602 * gst-libs/gst/video/video.h:
5603 * gst/videoscale/Makefile.am:
5604 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5606 * tests/check/Makefile.am:
5607 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5609 Fix integer overflow problem with pixel-aspect-ratio calculations
5610 in videoscale and xvimagesink (#341542)
5612 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5614 * gst-libs/gst/tag/gstid3tag.c:
5615 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5617 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5620 update win32 files listing
5622 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5624 patch by: Sjoerd Simons (sjoerd@luon.net)
5626 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5627 (group_create), (group_destroy), (add_stream),
5628 (gst_play_base_bin_get_property),
5629 (gst_play_base_bin_get_streaminfo_value_array):
5630 * gst/playback/gstplaybasebin.h:
5631 API: GstPlayBaseBin::stream-info-value-array property
5632 use a more bindings-friendly way of exposing streaminfo
5633 using a GValueArray. Tested in ipython.
5636 2006-05-11 Wim Taymans <wim@fluendo.com>
5638 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5639 (queue_underrun_cb), (queue_filled_cb):
5640 Also catch queue underruns but don't do anything yet.
5641 Refactor and comment queue enlarging code a bit.
5643 * gst/playback/gstplaybasebin.c: (queue_overrun),
5644 (queue_threshold_reached), (queue_out_of_data),
5645 (gen_preroll_element):
5646 If a queue over/underruns check that we don't create nasty
5647 deadlocks when the min-threshold is not reached but the
5648 max-bytes is. In those cases disable max-bytes when we
5649 know that the queue is fed timed data.
5652 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5654 * gst/playback/gstplaybin.c: (gen_audio_element):
5655 Make playbin automatically plug an 'audioresample'
5656 element before the audio sink as well. This solves
5657 problems with sinks that only accept a very specific
5658 sample rate, like esdsink (e.g. #340379).
5660 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5662 * gst/playback/gstplaybasebin.c: (gen_source_element):
5663 Make http sources send special headers so that we receive
5664 icecast metadata if the http stream is an icecast stream
5665 (otherwise the server will just ignore them). This also
5666 means that from now on users will need the 'icydemux'
5667 element from gst-plugins-good installed if they want to
5668 listen to icecast radio streams. (#341432, #333657).
5670 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5672 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5673 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5674 remove stupid example from docs - it should come with a simple
5677 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5678 (fail_if_can_read), (GST_START_TEST),
5679 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5680 add a test for changing streamheader which exposes a bug in
5683 2006-05-11 Michael Smith <msmith@fluendo.com>
5685 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5686 (gst_gnome_vfs_src_received_headers_callback):
5687 * ext/gnomevfs/gstgnomevfssrc.h:
5688 Don't set icy-caps unless we have a sane interval value. Move
5689 interval to a local variable; we never use it outside this function.
5691 2006-05-11 Wim Taymans <wim@fluendo.com>
5693 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5694 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5695 Register special buffer types along with the objects so
5696 that they are not registered at runtime from N different
5697 streaming threads since they are not threadsafe.
5699 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5701 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5702 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5703 add two more tests, one doing streamheader
5705 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5707 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5708 clean up the bufqueue when shutting down
5709 * tests/check/Makefile.am:
5710 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5711 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5713 add a test for the leak that was just fixed
5715 2006-05-10 Wim Taymans <wim@fluendo.com>
5717 * gst/adder/gstadder.c: (gst_adder_setcaps),
5718 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5719 (gst_adder_src_event), (gst_adder_sink_event),
5720 (gst_adder_class_init), (gst_adder_finalize),
5721 (gst_adder_request_new_pad), (gst_adder_collected):
5722 * gst/adder/gstadder.h:
5723 Updated some docs. Added comments and FIXMEs all over the place.
5724 Improve debugging info.
5725 Fix leak on finalize by not calling the parent.
5726 Implement duration query.
5727 Make event forwarding threadsafe.
5728 Correctly send NEWSEGMENT at start and after flush.
5729 Handle EOS correctly.
5730 Post error when not negotiated.
5732 * tests/check/elements/adder.c: (GST_START_TEST):
5733 Added FIXME in the test.
5735 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5737 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5738 (gst_text_overlay_halign_get_type),
5739 (gst_text_overlay_wrap_mode_get_type):
5740 * ext/theora/theoradec.c: (theora_handle_type_packet),
5741 (theora_handle_data_packet):
5742 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5743 (theora_enc_sink_setcaps), (theora_enc_chain):
5744 * gst-libs/gst/cdda/gstcddabasesrc.c:
5745 (gst_cdda_base_src_mode_get_type):
5746 * gst/audiotestsrc/gstaudiotestsrc.c:
5747 (gst_audiostestsrc_wave_get_type):
5748 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5749 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5750 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5751 (gst_sync_method_get_type), (gst_unit_type_get_type),
5752 (gst_client_status_get_type):
5753 * gst/videoscale/gstvideoscale.c:
5754 (gst_video_scale_method_get_type):
5755 * gst/videotestsrc/gstvideotestsrc.c:
5756 (gst_video_test_src_pattern_get_type):
5757 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5758 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5759 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5760 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5761 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5762 (paint_setup_RGB565), (paint_setup_xRGB1555):
5763 Const-ify GEnumValue and GFlagsValue arrays. Use
5764 GST_ROUND_UP_* macros instead of home-made ones.
5766 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5769 Require core CVS for the new newsegment stuff.
5771 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5773 Patch by: Sjoerd Simons <sjoerd at luon net>
5775 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5776 Register nick for enum value (#341160).
5778 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5780 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5782 backout typefind patch #340375
5784 * tests/check/elements/adder.c: (message_received),
5785 (GST_START_TEST), (adder_suite):
5786 redo, signal-handling of test
5788 2006-05-09 Wim Taymans <wim@fluendo.com>
5790 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5791 (gst_adder_collected):
5792 * gst/adder/gstadder.h:
5793 Remove bogus segment merging and forwarding, we don't
5794 care about timestamps anyway and we just produce a
5796 Also create a nice NEWSEGMENT event when we start.
5797 Use _scale_int some more.
5799 2006-05-09 Edward Hervey <edward@fluendo.com>
5801 * tests/icles/stress-xoverlay.c:
5802 Fix if core was built without parsing support.
5804 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5806 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5807 Add SEDG (Samsung MPEG-4) fourcc.
5809 2006-05-09 Edward Hervey <edward@fluendo.com>
5811 * tests/icles/stress-xoverlay.c:
5812 * tests/examples/volume/volume.c:
5813 Fix if core was built without parsing support.
5815 * tests/examples/seek/seek.c:
5816 Disable the parse_launch example if core was built without parsing
5819 2006-05-08 Edward Hervey <edward@fluendo.com>
5821 * autogen.sh: (CONFIGURE_DEF_OPT):
5822 libtoolize on Darwin/MacOSX is called glibtoolize
5824 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5826 * tests/check/Makefile.am:
5827 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5828 Disable the adder test, until the build-slaves posses the kindness to
5829 either like it or to give valid reason for not doing so
5831 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5833 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5835 Shuffle NULL state change around and raise timeout more
5837 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5839 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5840 (mp4_type_find), (plugin_init):
5841 Add typefind to distinguish between "audio/x-m4a" and new type
5842 "video/mp4". Fixes #340375
5844 * tests/check/elements/adder.c: (adder_suite):
5845 Raise timeout to make buildbot happy
5847 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5849 * gst/adder/gstadder.c: (gst_adder_sink_event),
5850 (gst_adder_request_new_pad), (gst_adder_change_state):
5851 * gst/adder/gstadder.h:
5852 * tests/check/Makefile.am:
5853 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5854 (adder_suite), (main):
5855 Add sink-event handling to adder. It tries to merge incomming
5856 newsegment-events. Added test to check if segment_done is comming
5857 through. Fixes #340060
5859 2006-05-05 Andy Wingo <wingo@pobox.com>
5861 * ext/theora/theoraparse.c (gst_theora_parse_init)
5862 (theora_parse_src_convert, theora_parse_src_query):
5863 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5864 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5865 query functions on the source pads of the theora and vorbis parse
5866 elements. Fixes position querying when doing a remux.
5868 2006-05-05 Michael Smith <msmith@fluendo.com>
5870 * ext/theora/theoraparse.c: (parse_granulepos),
5871 (theora_parse_drain_queue_prematurely),
5872 (theora_parse_queue_buffer), (theora_parse_sink_event):
5874 Fix invalid granulepos outputs when starting with a non-keyframe.
5876 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5878 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5879 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5880 Rearrange MPEG system stream detection, fixing some memleaks in the
5882 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5883 they clean up their data correctly.
5884 Remove unused ogganx caps and move the 'is_annodex' check to inside
5885 the 'is_ogg' if statement.
5887 2006-05-05 Wim Taymans <wim@fluendo.com>
5889 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5890 Properly remove ghostpads. Fixes #340392
5892 2006-05-04 David Schleef <ds@schleef.org>
5894 * gst/typefind/gsttypefindfunctions.c:
5896 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5898 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5899 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5901 When typefinding an MP3 in push-based mode, don't penalise the
5902 probability down to 74% when we found 5 valid frames just because we
5903 can't peek the end of the file.
5905 Make the probability for detecting MPEG Transport Streams based on the
5906 number of sequential headers we successfully detected.
5908 2006-05-03 Wim Taymans <wim@fluendo.com>
5910 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5911 (vorbis_dec_push), (vorbis_dec_chain):
5912 Still produce an error when we receive an empty packet.
5914 2006-05-03 Wim Taymans <wim@fluendo.com>
5916 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5917 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5918 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5919 Mark buffers with DISCONT after seek and after activating new
5922 * ext/theora/gsttheoradec.h:
5923 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5924 (theora_get_query_types), (theora_dec_sink_event),
5925 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5926 (theora_dec_change_state):
5928 Detect and mark DISCONT buffers.
5930 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5931 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5932 (vorbis_dec_change_state):
5933 * ext/vorbis/vorbisdec.h:
5935 Detect and mark DISCONT buffers.
5936 Don't crash on 0 sized buffers.
5938 2006-05-03 Wim Taymans <wim@fluendo.com>
5940 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5941 (volume_transform_ip):
5942 Increase "volume" property to 10.0. Fixes #340369.
5943 Set the process function to NULL when capsnego fails so that
5944 we properly error out.
5946 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5948 * gst/playback/gstplaybin.c: (add_sink):
5949 * gst/playback/test.c: (main):
5950 * gst/playback/test5.c: (dump_element_stats):
5951 * gst/playback/test6.c: (main):
5952 free caps using gst_caps_unref, don't leak caps-strings
5954 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5956 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5958 Refine musepack typefinding a bit. Return MAXIMUM
5959 probability when we detect stream version 7 to make
5960 sure the mpeg audio typefinder doesn't trump us.
5962 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5964 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5965 Protect against unexpected NULL strf_data buffer.
5967 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5969 * tests/check/elements/audioconvert.c: (verify_convert),
5971 interpret the out[] buffer in the order the bytes are actually
5972 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5973 Other tests should use BYTE_ORDER since the array is filled in
5976 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5978 * tests/check/elements/audioconvert.c: (verify_convert),
5980 when a test fails, give an indication of which it is
5982 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5984 * gst-libs/gst/cdda/gstcddabasesrc.c:
5985 compile fix; strtol() needs <stdlib.h>
5987 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5989 * ext/alsa/gstalsamixerelement.c:
5990 * ext/alsa/gstalsasrc.c:
5991 * ext/cdparanoia/gstcdparanoiasrc.c:
5992 * ext/gnomevfs/gstgnomevfssink.c:
5993 * ext/gnomevfs/gstgnomevfssrc.c:
5994 * ext/ogg/gstoggdemux.c:
5995 * ext/ogg/gstoggmux.c:
5996 * ext/ogg/gstoggparse.c:
5997 * ext/ogg/gstogmparse.c:
5998 * ext/pango/gstclockoverlay.c:
5999 * ext/pango/gsttextoverlay.c:
6000 * ext/pango/gsttextrender.c:
6001 * ext/pango/gsttimeoverlay.c:
6002 * ext/theora/theoradec.c:
6003 * ext/theora/theoraenc.c:
6004 * ext/vorbis/vorbisdec.c:
6005 * ext/vorbis/vorbisenc.c:
6006 * gst-libs/gst/audio/gstaudiofilter.c:
6007 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6008 * gst/audioconvert/gstaudioconvert.c:
6009 * gst/audiorate/gstaudiorate.c:
6010 * gst/audioresample/gstaudioresample.c:
6011 * gst/audiotestsrc/gstaudiotestsrc.c:
6012 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6013 * gst/playback/gstdecodebin.c:
6014 * gst/playback/gstplaybin.c:
6015 * gst/playback/gststreamselector.c:
6016 * gst/subparse/gstsubparse.c:
6017 * gst/tcp/gstmultifdsink.c:
6018 * gst/tcp/gsttcpclientsink.c:
6019 * gst/tcp/gsttcpclientsrc.c:
6020 * gst/tcp/gsttcpserversink.c:
6021 * gst/tcp/gsttcpserversrc.c:
6022 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6023 * gst/videorate/gstvideorate.c:
6024 * gst/videoscale/gstvideoscale.c:
6025 * gst/videotestsrc/gstvideotestsrc.c:
6026 * gst/volume/gstvolume.c:
6027 * sys/v4l/gstv4ljpegsrc.c:
6028 * sys/v4l/gstv4lmjpegsink.c:
6029 * sys/v4l/gstv4lmjpegsrc.c:
6030 * sys/v4l/gstv4lsrc.c:
6031 * sys/ximage/ximagesink.c:
6032 * sys/xvimage/xvimagesink.c:
6033 * tests/check/libs/cddabasesrc.c:
6034 make GstElementDetails const
6036 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6038 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6040 send events from src-pad to all sink-pads fixes #338657
6042 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6044 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6045 (alsasink_parse_spec):
6046 query width capabilities from alsa, fixes #338919
6048 2006-04-28 Wim Taymans <wim@fluendo.com>
6050 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6051 (gst_multi_fd_sink_remove_client_link):
6052 * gst/tcp/gstmultifdsink.h:
6053 Fix race condition in multifdsink that can lead to spurious
6054 duplicate clients. this patch adds a new signal that is fired when
6055 multifdsink has removed all references to the fd.
6057 Updated documentation.
6058 API: client-fd-removed signal added
6060 2006-04-28 Michael Smith <msmith@fluendo.com>
6062 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6063 When asking g_value_array_new to prealloc elements, we may as well
6064 ask for the right number of elements.
6066 2006-04-28 Wim Taymans <wim@fluendo.com>
6068 * gst-libs/gst/audio/gstbaseaudiosink.c:
6069 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6070 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6071 patch to make timestamp checking more tollerant to rounding
6072 errors given that real discontinuities are to be marked on
6073 buffers. Fixes some asf files and #338778.
6074 Also avoid some crashers when we receive an event in the
6077 2006-04-28 Michael Smith <msmith@fluendo.com>
6079 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6080 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6081 (gst_gnome_vfs_src_get_property),
6082 (gst_gnome_vfs_src_send_additional_headers_callback),
6083 (gst_gnome_vfs_src_received_headers_callback),
6084 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6085 (gst_gnome_vfs_src_stop):
6086 * ext/gnomevfs/gstgnomevfssrc.h:
6087 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6088 proper shared support within icydemux.
6090 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6092 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6093 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6095 fix a leak when no caps negotiated
6096 fix counting of input frames
6097 * tests/check/elements/.cvsignore:
6098 * tests/check/elements/videorate.c: (assert_videorate_stats),
6099 (GST_START_TEST), (videorate_suite):
6102 2006-04-28 Wim Taymans <wim@fluendo.com>
6104 * gst-libs/gst/audio/gstringbuffer.c:
6105 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6106 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6107 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6108 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6109 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6110 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6111 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6112 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6113 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6114 Check arguments passed to public functions instead of
6117 2006-04-28 Wim Taymans <wim@fluendo.com>
6119 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6120 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6121 GstBaseAudioSrc must be live or it does not work.
6123 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6124 Don't set live to TRUE as this is the default in the parentclass.
6126 2006-04-28 Wim Taymans <wim@fluendo.com>
6128 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6129 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6130 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6131 fixation cases better. Fixes #338991
6133 2006-04-28 Wim Taymans <wim@fluendo.com>
6135 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6136 Handle 0/1 framerate correctly Fixes #331901.
6138 2006-04-28 Wim Taymans <wim@fluendo.com>
6140 * tests/check/elements/audioconvert.c: (get_float_caps),
6141 (GST_START_TEST), (audioconvert_suite):
6142 Added check for correct clipping when doing float samples
6145 2006-04-28 Wim Taymans <wim@fluendo.com>
6147 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6148 (gst_video_rate_chain):
6149 Print more debugging info.
6151 2006-04-28 Wim Taymans <wim@fluendo.com>
6153 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6154 (resample_set_state_from_caps):
6155 Add support for other formats audioresample can handle such as
6156 32 bits in and float and 64 bits float. Fixes #301759
6158 2006-04-28 Wim Taymans <wim@fluendo.com>
6160 * gst/audioconvert/audioconvert.c: (float):
6161 correctly clip float samples > 1.0. Fixes #338718
6163 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6165 Patch by: Young-Ho Cha <ganadist at chollian net>
6167 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6168 (gst_text_overlay_render_text):
6169 Don't strip newlines from the text. Also, center lines
6170 within multi-line paragraphs (#339405).
6172 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6174 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6175 Fix wavpack typefinding to work in more cases (don't peek
6176 for chunks of multiple hundred kBs at once, but process
6177 things step-by-step in smaller units). Fixes #339786.
6179 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6184 === release 0.10.6 ===
6186 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6189 releasing 0.10.6, "Chao"
6191 2006-04-26 David Schleef <ds@schleef.org>
6193 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6196 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6199 * win32/common/config.h:
6202 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6204 patch by: Wim Taymans
6206 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6207 (gst_ogg_demux_perform_seek):
6208 make sure correct newsegments are sent, so that the decoder
6209 and the demuxer agree on timestamps. Fixes playback of a lot
6210 of Ogg files that do not start from 0. Fixes #339833.
6212 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6214 Patch by: Edward Hervey <edward@fluendo.com>
6216 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6217 * tests/check/Makefile.am:
6218 * tests/check/elements/videorate.c: (assert_videorate_stats),
6219 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6220 (videorate_suite), (main):
6221 Fix an infinite loop if frames are passed in with wrongly ordered
6222 timestamps. Fixes #339013.
6224 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6226 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6228 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6229 fix typefinding on some ISO files. Fixes #339212.
6231 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6233 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6235 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6236 add another H264 fourcc. Fixes #339047.
6238 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6240 Patch by: Jan Schmidt
6242 * gst/playback/gststreamselector.c:
6243 (gst_stream_selector_bufferalloc):
6244 Restore old StreamSelector behaviour.
6247 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6250 * win32/common/config.h:
6253 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6255 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6257 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6258 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6259 Fix some memory leaks: on finalize, free buffers left in the queue
6260 before destroying the queue; in _push(), unref rtp_buf even if
6261 the process vfunc returned a NULL buffer as output buffer (#337548);
6262 demote some recuring debug messages to LOG level.
6264 2006-04-11 Wim Taymans <wim@fluendo.com>
6266 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6267 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6268 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6269 (gst_ogg_demux_loop):
6271 Respect segment stop when emiting EOS or SEGMENT_DONE.
6274 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6276 * gst/playback/gststreamselector.c:
6277 (gst_stream_selector_get_property):
6278 Don't leak pad name.
6280 2006-04-10 Michael Smith <msmith@fluendo.com>
6282 * tests/check/Makefile.am:
6283 * tests/check/gst-plugins-base.supp:
6284 Suppress an old libtheora bug (fixed in more recent versions), so
6285 that FC4 buildslaves can pass.
6287 2006-04-10 Wim Taymans <wim@fluendo.com>
6289 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6290 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6291 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6292 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6293 (gst_ogg_demux_loop):
6295 Remember what error we got when finding chains, if we
6296 were shutdown, that would not be an error.
6298 2006-04-10 Wim Taymans <wim@fluendo.com>
6300 * gst-libs/gst/audio/gstbaseaudiosink.c:
6301 (gst_base_audio_sink_event):
6302 Starting the ringbuffer when we did not acquire it can cause
6303 a deadlock, is pointless and causes nasty things for
6305 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6307 2006-04-10 Wim Taymans <wim@fluendo.com>
6309 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6310 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6311 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6312 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6313 (gst_ogg_demux_deactivate_current_chain),
6314 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6315 (gst_ogg_demux_bisect_forward_serialno),
6316 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6317 Add some more debugging.
6319 2006-04-10 Wim Taymans <wim@fluendo.com>
6321 * ext/theora/theoradec.c: (theora_dec_src_event),
6322 (theora_handle_data_packet):
6323 Some more debug info.
6325 * tests/examples/seek/seek.c: (start_seek), (main):
6326 Print element messages too.
6328 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6330 * gst/audioresample/debug.h:
6331 replace debug macros with variable number of parameters
6332 by a simple alias to gstreamer standard debug macros
6333 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6334 supported by MSVC 6.0 and 7.1)
6335 * gst/audioresample/resample.h:
6336 define M_PI and rint for WIN32
6337 * win32/common/libgstaudio.def:
6338 * win32/common/libgstriff.def:
6339 * win32/common/libgsttag.def:
6340 * win32/common/libgstvideo.def:
6341 add new exported functions
6343 update project files
6345 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6347 * ext/alsa/gstalsamixeroptions.c:
6348 (gst_alsa_mixer_options_class_init):
6349 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6350 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6351 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6352 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6353 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6354 * gst-libs/gst/audio/gstaudiofilter.c:
6355 (gst_audio_filter_class_init):
6356 * gst-libs/gst/audio/gstaudiosink.c:
6357 (gst_audioringbuffer_class_init):
6358 * gst-libs/gst/audio/gstaudiosrc.c:
6359 (gst_audioringbuffer_class_init):
6360 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6361 * gst-libs/gst/interfaces/colorbalancechannel.c:
6362 (gst_color_balance_channel_class_init):
6363 * gst-libs/gst/interfaces/mixeroptions.c:
6364 (gst_mixer_options_class_init):
6365 * gst-libs/gst/interfaces/mixertrack.c:
6366 (gst_mixer_track_class_init):
6367 * gst-libs/gst/interfaces/tunerchannel.c:
6368 (gst_tuner_channel_class_init):
6369 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6370 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6371 (gst_netbuffer_class_init):
6372 * gst-libs/gst/rtp/gstbasertppayload.c:
6373 (gst_basertppayload_class_init):
6374 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6375 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6376 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6377 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6378 * gst/playback/gststreamselector.c:
6379 (gst_stream_selector_class_init):
6380 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6381 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6382 * sys/v4l/gstv4lcolorbalance.c:
6383 (gst_v4l_color_balance_channel_class_init):
6384 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6385 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6386 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6387 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6388 (gst_v4l_tuner_norm_class_init):
6389 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6390 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6391 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6392 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6394 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6396 * ext/pango/gsttextrender.h:
6397 * gst-libs/gst/audio/gstaudiosink.h:
6398 * gst-libs/gst/audio/gstaudiosrc.h:
6399 * gst-libs/gst/audio/gstbaseaudiosink.h:
6400 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6401 * gst-libs/gst/audio/gstringbuffer.h:
6402 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6403 * gst-libs/gst/rtp/gstbasertppayload.h:
6404 * gst-libs/gst/video/gstvideofilter.h:
6405 * gst-libs/gst/video/gstvideosink.h:
6406 * gst/playback/gstplaybasebin.h:
6407 * gst/tcp/gstmultifdsink.h:
6408 * sys/v4l/gstv4lelement.h:
6409 Fix broken GObject macros
6411 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6413 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6414 More debug to trace why my USB headset is not working with gst
6416 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6418 * gst/playback/gstplaybasebin.c: (group_destroy):
6419 Clean up our group elements properly in the case where it never
6420 got committed - it still got added unconditionally to the bin.
6422 2006-04-07 Wim Taymans <wim@fluendo.com>
6424 * ext/theora/theoradec.c: (theora_dec_sink_event),
6425 (theora_handle_data_packet), (theora_dec_chain):
6426 Unref unhandled events.
6427 Protect against empty buffers.
6428 Perform QoS on running time.
6430 2006-04-07 Michael Smith <msmith@fluendo.com>
6432 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6433 (gst_vorbis_enc_chain):
6434 Remove leaks from vorbisenc.
6435 Mostly minor changes, the only significant one is that now the
6436 buffers we set as 'streamheader' on the caps are copies of the
6437 original buffers, to avoid circular refcounting problems.
6439 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6441 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6442 Don't remove our mute-probe if someone else already did so.
6443 Don't set a 2nd one if there is already one pending on the pad.
6445 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6447 When a seek fails, ensure that playbin is still set back to playing.
6449 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6450 (mpeg_ts_type_find), (plugin_init):
6451 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6453 2006-04-06 Andy Wingo <wingo@pobox.com>
6455 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6456 (gst_video_rate_init): Caps-related parameters should not be reset
6457 by a flush -- move their inits to the instance init function.
6458 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6459 is not OK, just return the result.
6461 * gst/audiotestsrc/gstaudiotestsrc.c
6462 (gst_audio_test_src_class_init)
6463 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6464 broken by Stefan's commit on 24 March.
6466 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6467 buffers being pushed out. Fixes oggmux ! multifdsink.
6469 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6471 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6472 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6473 * ext/vorbis/vorbisdec.h:
6474 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6475 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6476 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6477 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6478 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6479 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6480 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6481 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6482 (gst_vorbis_enc_buffer_from_packet),
6483 (gst_vorbis_enc_buffer_from_header_packet),
6484 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6485 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6486 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6487 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6488 (gst_vorbis_enc_change_state):
6489 * ext/vorbis/vorbisenc.h:
6490 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6491 vorbisenc adhere to the official nomenclature; use boilerplate
6494 2006-04-04 Andy Wingo <wingo@pobox.com>
6496 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6497 Whoops, fix bug introduced. Bad hacker!
6499 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6500 Properly handle the case where you get EOS before any buffers are
6501 received. Use gst_buffer_make_metadata_writable where appropriate.
6503 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6504 is often negative -- make it signed so as not to wrap around.
6505 Fixes segfaults introduced on 9 March.
6507 2006-04-03 Wim Taymans <wim@fluendo.com>
6509 * ext/theora/gsttheoradec.h:
6510 * ext/theora/theoradec.c: (theora_dec_src_event):
6511 Don't try to store a gdouble in a gboolean.
6514 2006-04-03 Michael Smith <msmith@fluendo.com>
6516 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6518 Make it suck slightly less by writing out the final page.
6519 Still can't encode a vorbis-in-ogg file correctly, though.
6521 2006-04-03 Andy Wingo <wingo@pobox.com>
6523 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6526 * ext/theora/theora.c (plugin_init): Register theoraparse.
6528 * ext/theora/gsttheoraparse.h:
6529 * ext/theora/theoraparse.c: New files implementing a theora
6530 parser. Now we can properly remux ogg/theora+vorbis, yay.
6532 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6534 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6536 * gst/audiotestsrc/gstaudiotestsrc.c:
6537 Fixed the sample pipeline (see #323798)
6539 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6542 * win32/common/config.h:
6543 * win32/common/config.h.in:
6544 use AS_VERSION and AS_NANO
6547 2006-03-31 Andy Wingo <wingo@pobox.com>
6549 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6550 uninitialized variable return that would happen.
6552 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6553 uninitialized variable return that would never happen.
6555 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6556 (vorbis_parse_sink_event): Add an event function to flush our
6557 state on a seek, and to drain buffers on a premature EOS.
6558 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6559 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6560 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6561 (vorbis_parse_drain_queue): Queue up buffers until we can set
6562 their timestamps and granulepos values.
6564 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6565 and keep track of data needed for deriving granulepos and
6566 timestamps for buffers.
6568 2006-03-29 Wim Taymans <wim@fluendo.com>
6570 Patch by: j^ <j at bootlab dot org>
6572 * ext/alsa/gstalsamixerelement.c:
6573 (gst_alsa_mixer_element_class_init):
6574 * ext/alsa/gstalsasink.c:
6575 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6576 * ext/ogg/gstoggdemux.c:
6577 * ext/ogg/gstoggmux.c:
6578 * ext/ogg/gstoggparse.c:
6579 * ext/pango/gstclockoverlay.c:
6580 * ext/pango/gsttextoverlay.c:
6581 * ext/pango/gsttextrender.c:
6582 * ext/pango/gsttimeoverlay.c:
6583 * ext/theora/theoradec.c:
6584 * ext/theora/theoraenc.c:
6585 * ext/vorbis/vorbisdec.c:
6586 * ext/vorbis/vorbisenc.c:
6587 * gst/audioconvert/gstaudioconvert.c:
6588 * gst/subparse/gstsubparse.c:
6589 * gst/tcp/gstmultifdsink.c:
6590 * gst/tcp/gsttcpclientsink.c:
6591 * gst/tcp/gsttcpclientsrc.c:
6592 * gst/tcp/gsttcpserversink.c:
6593 * gst/tcp/gsttcpserversrc.c:
6594 better/unified long descriptions
6597 2006-03-29 Wim Taymans <wim@fluendo.com>
6599 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6601 Don't let double and triple clicks mess up our state.
6603 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6605 * gst/playback/gstplaybin.c: (gen_video_element),
6606 (gen_text_element), (gen_audio_element), (gen_vis_element):
6607 Error out gracefully when we can't create any of the usual
6608 conversion elements for some reason. Also, don't try to
6609 create an audioscale (sic) element that's not used anyway.
6611 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6613 * gst/playback/gstplaybasebin.c: (setup_source):
6614 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6615 element for a particular protocol, that's confusing for users.
6616 Instead, post a RESOURCE_FAILED error, so that our own error
6617 message is actually shown in totem etc. (#336303).
6619 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6621 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6623 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6624 (gst_gnome_vfs_src_get_icy_metadata):
6625 Fix some minor memory leaks (#336194).
6627 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6629 * ext/gnomevfs/gstgnomevfs.c:
6630 (gst_gnome_vfs_location_to_uri_string):
6631 * ext/gnomevfs/gstgnomevfs.h:
6632 * ext/gnomevfs/gstgnomevfssink.c:
6633 (gst_gnome_vfs_sink_set_property):
6634 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6635 Make gnomevfssink accept filenames as well as URIs for the
6636 "location" property, just like gnomevfssrc does (and
6637 filesrc/filesink do) (#336190).
6639 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6641 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6642 set to NULL before unreffing, fixes a valgrind leak.
6643 Why was this not triggering the error that an object needs to
6644 be NULL before unreffing ?
6645 * win32/common/config.h:
6648 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6650 * gst/subparse/gstsubparse.c: (convert_encoding),
6651 (gst_sub_parse_change_state):
6652 * gst/subparse/gstsubparse.h:
6653 Text subtitle files may or may not be UTF-8. If it's not, we
6654 don't really want to see '?' characters in place of non-ASCII
6655 characters like accented characters. So let's assume the input
6656 is UTF-8 until we come across text that is clearly not. If it's
6657 not UTF-8, we don't really know what it is, so try the following:
6658 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6659 is set; if not, check (b) if the current locale encoding is
6660 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6661 the current locale encoding is UTF-8 and the environment variable
6662 was not set to any particular encoding. Not perfect, but better
6663 than nothing (and better than before, I think) (fixes #172848).
6665 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6668 update core requirement to 0.10.4.1 because of async_playback
6669 vmethod on GstBaseSink
6671 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6673 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6674 * gst/adder/gstadder.c: (gst_adder_init):
6675 use DEBUG_FUNCPTR for collectpads
6677 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6679 * docs/plugins/Makefile.am:
6680 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6681 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6682 * ext/cdparanoia/gstcdparanoiasrc.c:
6683 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6684 (gst_gnome_vfs_sink_class_init):
6685 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6686 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6687 * ext/ogg/gstoggmux.c:
6688 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6689 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6690 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6691 * ext/pango/gsttextoverlay.c:
6692 * ext/pango/gsttextrender.c:
6693 * ext/theora/theoradec.c:
6694 * ext/theora/theoraenc.c:
6695 * ext/vorbis/vorbisdec.c:
6696 * ext/vorbis/vorbisenc.c:
6697 * gst-libs/gst/audio/gstaudiofilter.c:
6698 (gst_audio_filter_base_init):
6699 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6700 (gst_audio_filter_template_base_init):
6701 * gst/adder/gstadder.c: (gst_adder_get_type):
6702 * gst/adder/gstadder.h:
6703 * gst/audioconvert/gstaudioconvert.c:
6704 * gst/audiotestsrc/gstaudiotestsrc.c:
6705 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6706 (gst_audio_test_src_create):
6707 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6708 * gst/playback/gstdecodebin.c:
6709 * gst/playback/gstplaybin.c:
6710 * gst/playback/gststreamselector.c:
6711 (gst_stream_selector_base_init):
6712 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6713 * gst/volume/gstvolume.c:
6714 * sys/v4l/gstv4lmjpegsink.c:
6715 * sys/v4l/gstv4lmjpegsrc.c:
6716 * tests/check/libs/cddabasesrc.c:
6717 * tests/old/examples/gob/gst-identity2.gob:
6718 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6719 define GstElementDetails at the top
6721 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6723 * win32/common/libgstinterfaces.def:
6724 Add a lot of export functions for gst-python
6725 * win32/vs6/libgstinterfaces.dsp:
6726 Add a missing include folder in the project configuration
6728 2006-03-23 Wim Taymans <wim@fluendo.com>
6730 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6731 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6732 (gst_base_audio_src_change_state):
6733 Fix audio sources, forgot to make the ringbuffer
6736 2006-03-23 Wim Taymans <wim@fluendo.com>
6738 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6739 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6740 (gst_base_audio_src_change_state):
6741 unparent instead of unref the ringbuffer.
6743 2006-03-23 Wim Taymans <wim@fluendo.com>
6745 * gst-libs/gst/audio/gstbaseaudiosink.c:
6746 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6747 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6748 Implement new async_play vmethod to start slaving and allow
6749 playback start in case of async PLAY state changes.
6751 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6752 Enable QoS with new method in base class.
6754 2006-03-23 Wim Taymans <wim@fluendo.com>
6756 Patch by: Julien MOUTTE <julien at moutte dot net>
6758 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6759 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6760 Partially handle 0 framerate, only EOS after the first frame
6763 2006-03-23 Wim Taymans <wim@fluendo.com>
6765 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6767 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6768 (gst_riff_create_video_template_caps):
6769 * gst/ffmpegcolorspace/avcodec.h:
6770 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6771 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6772 (gst_ffmpegcsp_avpicture_fill):
6773 * gst/ffmpegcolorspace/imgconvert.c:
6774 Patch for support of YVU9 AVI files (#334822)
6776 2006-03-22 Edward Hervey <edward@fluendo.com>
6778 * docs/design/design-decodebin.txt:
6779 Added design document for new decodebin
6780 (Target Caps): text/x-pango-markup is also a default target caps.
6782 2006-03-22 Wim Taymans <wim@fluendo.com>
6784 * gst-libs/gst/audio/gstbaseaudiosink.c:
6785 (gst_base_audio_sink_dispose):
6786 Since we _parent the ringbuffer, we also need to
6787 _unparent instead of a plain _unref.
6789 2006-03-22 Wim Taymans <wim@fluendo.com>
6791 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6792 (stop_seek), (scrub_toggle_cb), (main):
6795 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6797 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6798 (gst_ogg_parse_chain):
6799 Fix very inefficient usage of linked lists (#335365).
6801 2006-03-21 Edward Hervey <edward@fluendo.com>
6803 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6804 * gst/playback/gstplaybin.c: (handoff):
6805 * gst/playback/gststreamselector.c:
6806 (gst_stream_selector_set_property):
6807 gcc 4.1 unreferenced pointer fixes.
6808 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6809 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6810 gst_buffer_ref() now takes a GstBuffer*.
6812 2006-03-20 Julien MOUTTE <julien@moutte.net>
6814 * sys/xvimage/xvimagesink.c:
6815 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6818 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6820 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6821 (id3v1_type_find), (apetag_type_find), (plugin_init):
6822 Can't do tag preferences via probability, as tags would then
6823 lose against types that are recognised with MAXIMUM probability
6824 (like .wav); so let all tag typefinders return MAXIMUM themselves
6825 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6826 that we can prefer APE to ID3v1 (fixes #335028).
6828 2006-03-17 Wim Taymans <wim@fluendo.com>
6830 * gst-libs/gst/audio/gstbaseaudiosink.c:
6831 (gst_base_audio_sink_change_state):
6832 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6833 (gst_ring_buffer_may_start):
6834 * gst-libs/gst/audio/gstringbuffer.h:
6835 Only start playback if we are playing.
6838 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6840 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6841 * win32/common/config.h:
6842 Revert accidental commits to these files.
6844 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6846 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6848 * tests/Makefile.am:
6849 Don't try to build tests in tests/icles if we
6850 don't have X (#323852)
6852 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6854 * gst-libs/gst/tag/gstid3tag.c:
6855 Add TXXX frame identifiers for replaygain stuff as used
6856 by some taggers (see #323721).
6858 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6860 * gst/playback/gststreamselector.c:
6861 (gst_stream_selector_set_property),
6862 (gst_stream_selector_bufferalloc):
6863 Preserve the existing buggy streamselector behaviour by performing
6864 a fallback buffer allocation when downstream isn't linked yet.
6865 This should really be fixed in playbin by blocking pads until it's
6867 Also, use gst_pad_alloc_buffer instead of
6868 gst_pad_alloc_buffer_and_set.
6870 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6872 * gst-libs/gst/tag/gstid3tag.c:
6873 Don't crash on unknown ID3v2 TXXX frames.
6875 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6877 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6878 Chain up to the parent finalize method.
6879 Add 32-bit sample size to the template caps.
6881 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6882 (gst_riff_create_video_template_caps):
6883 Add the fourcc that the VMWare codec uses.
6885 * gst/playback/gststreamselector.c:
6886 (gst_stream_selector_set_property),
6887 (gst_stream_selector_bufferalloc),
6888 (gst_stream_selector_request_new_pad):
6889 For the active pad, forward buffer-alloc requests, otherwise
6890 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6891 having to memcpy every frame when used by playbin.
6893 * gst/tcp/gstmultifdsink.c:
6894 (gst_multi_fd_sink_handle_client_write):
6895 Get negotiated caps from the sink pad, rather than the sink
6898 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6900 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6902 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6903 Don't forget to set src->callbacks_pushed to FALSE again when
6904 popping them, otherwise re-activation in a different mode won't
6907 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6909 Patch by: Sebastien Moutte <sebastien moutte net>
6911 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6912 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6913 (gst_ffmpeg_smpfmt_to_caps):
6914 Replace __VA_ARGS__ caps creation macros with varargs functions.
6915 Makes things compile on MSVC (#320765), looks nicer, and we can
6916 tell the compiler to check for the NULL terminator.
6918 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6920 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6922 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6923 Make sure the buffer we copy into is really always big
6924 enough, this time for real (#333488).
6926 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6928 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6929 Add support for 24bpp DIB (#305279).
6931 2006-03-14 Wim Taymans <wim@fluendo.com>
6933 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6934 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6935 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6936 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6937 (gst_video_scale_init), (gst_video_scale_src_event):
6938 Re-enable QoS after the release.
6939 Rework videoscale to use the base class src_event handler.
6941 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6946 === release 0.10.5 ===
6948 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6951 releasing 0.10.5, "Net"
6953 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6955 * docs/plugins/Makefile.am:
6956 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6958 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6960 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6961 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6962 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6963 Add cdparanoiasrc to docs.
6965 * gst-libs/gst/cdda/gstcddabasesrc.c:
6966 More GstCddaBaseSrc docs.
6968 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6970 * docs/libs/gst-plugins-base-libs-sections.txt:
6971 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6972 * gst-libs/gst/tag/tag.h:
6973 API: libgsttag: new method gst_tag_from_id3_user_tag().
6975 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6977 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6978 NULL-terminate array of mpeg4 video file extensions.
6979 Fixes crash on PPC (#334226).
6981 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6983 * ext/gnomevfs/gstgnomevfssrc.c:
6984 (gst_gnome_vfs_src_check_get_range):
6985 gnome_vfs_uri_is_local() alone is not a good indicator
6986 whether we can operate in pull-mode with a specific URI,
6987 as it returns FALSE for file:// URIs that point to an
6988 NFS-mounted path. Be more conservative here: whitelist
6989 local files, blacklist http URIs and use the old
6990 mechanism for anything else (fixes #334216).
6992 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6997 === release 0.10.4 ===
6999 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7002 releasing 0.10.4, "Power"
7004 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7006 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7007 Disable max-lateness by setting it to -1 for now, so that
7008 we can bed QoS stuff in thoroughly between now and the next
7011 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7013 Patch by: Fabrizio Gennari
7015 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7016 Make sure we don't read beyond the palette buffer in case of
7017 broken or manipulated files (#333488)
7019 2006-03-10 Edward Hervey <edward@fluendo.com>
7021 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7022 Fix for variable not initialized.
7024 2006-03-09 Wim Taymans <wim@fluendo.com>
7026 * ext/libvisual/visual.c: (gst_visual_get_type),
7027 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7031 * ext/theora/gsttheoradec.h:
7032 * ext/theora/theoradec.c: (gst_theora_dec_init),
7033 (gst_theora_dec_reset), (_theora_granule_time),
7034 (theora_dec_src_convert), (theora_dec_sink_convert),
7035 (theora_dec_src_query), (theora_dec_src_event),
7036 (theora_dec_sink_event), (theora_handle_comment_packet),
7037 (theora_handle_header_packet), (theora_dec_push),
7038 (theora_handle_data_packet), (theora_dec_chain),
7039 (theora_dec_change_state):
7042 2006-03-09 Wim Taymans <wim@fluendo.com>
7044 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7045 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7048 2006-03-09 Wim Taymans <wim@fluendo.com>
7050 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7051 Don't try to activate NULL chains.
7053 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7055 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7056 Fix invalid memory access to region before peek'd data (#332964).
7058 2006-03-09 Wim Taymans <wim@fluendo.com>
7060 Patch by: Christophe Fergeau
7062 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7063 * ext/pango/gsttextrender.c: (gst_text_render_init):
7064 * gst/adder/gstadder.c: (gst_adder_init):
7065 Don't leak padtemplates, closes #333510.
7067 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7069 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7070 Fix invalid memory access: make sure string passed to
7071 regexec() is NUL-termianted.
7073 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7075 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7077 Refactor mpeg/audio typefinding to make it more maintainable
7078 and easier to fine-tune. Make probing into middle of the file
7079 work properly (fixes #333900, also see #152688).
7081 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7083 * gst/typefind/gsttypefindfunctions.c:
7084 (utf8_type_find_have_valid_utf8_at_offset):
7085 Remove part from previous commit that was bogus:
7086 g_utf8_validate() does in fact not accept embedded
7087 zeroes, so we don't need to check for those (thanks
7088 to Mike for the hint).
7090 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7092 * gst/typefind/gsttypefindfunctions.c:
7093 (utf8_type_find_count_embedded_zeroes),
7094 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7095 Make plain/text typefinder more conservative: firstly, check
7096 for embedded zeroes, which are perfectly valid UTF-8 characters,
7097 but also a fairly good sign that something is not a plain text
7098 file; secondly, probe into the middle of the file if possible.
7099 If we can't probe into the middle, limit the probability value
7100 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7102 2006-03-08 Michael Smith <msmith@fluendo.com>
7104 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7105 Make typefind function name for mpeg4 video unique.
7107 2006-03-08 Wim Taymans <wim@fluendo.com>
7109 * ext/libvisual/visual.c: (gst_visual_init),
7110 (gst_visual_clear_actors), (gst_visual_dispose),
7111 (gst_visual_reset), (gst_visual_src_setcaps),
7112 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7113 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7114 (gst_visual_chain), (gst_visual_change_state):
7115 Cleanups, post nice errors.
7116 Handle sink and src events.
7117 Implement simple QoS.
7119 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7120 Use new basesink methods to configure max-lateness.
7123 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7124 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7125 Debug statement cleanups.
7127 * gst/volume/gstvolume.c: (gst_volume_class_init):
7130 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7132 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7133 (gst_text_overlay_init), (gst_text_overlay_set_property),
7134 (gst_text_overlay_get_property):
7135 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7136 as string type properties, but mark them deprecated. Add
7137 'halignment' and 'valignment' properties that use enums
7140 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7142 Patch by: Fabrizio Gennari
7144 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7145 Allow palettes with less than 256 colours in AVI files
7148 2006-03-07 Julien MOUTTE <julien@moutte.net>
7150 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7151 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7152 pad. We were releasing the queued text buffer when we should keep
7153 it until video pad gets EOS or discard the text buffer because it's
7154 too old. That was eating the last subtitle buffer. Add some more
7157 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7159 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7160 (gst_text_overlay_video_chain):
7161 Fix invalid memory access (we can't access a buffer after it's been
7162 pushed downstream without taking a reference); fix memory leak (if
7163 there's no text to render, bail out before allocating stuff).
7165 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7167 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7168 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7169 * ext/pango/gsttextoverlay.h:
7170 If input is plain text, escape it before passing it to
7171 pango_layout_set_markup().
7173 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7175 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7176 Don't ignore flow return from gst_pad_push().
7178 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7180 Patch by: Fabrizio Gennari
7182 * ext/libvisual/visual.c: (gst_visual_getcaps),
7183 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7184 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7185 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7186 (gst_vorbisenc_convert_sink):
7187 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7188 (gst_audio_duration_from_pad_buffer):
7189 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7190 (gst_audio_filter_chain):
7191 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7192 (gst_base_rtp_depayload_setcaps):
7193 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7194 (gst_video_get_size):
7195 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7196 Don't leak references returned by gst_pad_get_parent()
7199 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7201 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7202 change location param details
7203 * gst/volume/gstvolume.c: (plugin_init):
7204 correct plugin description
7206 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7208 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7209 (gst_gnome_vfs_src_check_get_range):
7210 Override GstBaseSrc::check_get_range() in order to avoid opening
7211 the resource just to check whether we can operate in pull-mode or
7212 not - we can predict that pretty well from the URI alone. Should
7213 fix problems with last.fm (#331690). (Requires latest core CVS).
7215 2006-03-06 Wim Taymans <wim@fluendo.com>
7217 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7218 (gst_video_sink_class_init):
7219 Throw away frames that are later than 20 ms.
7221 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7223 Patch by: Fabrizio Gennari
7225 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7226 Set depth on WMA caps (#333545)
7228 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7230 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7231 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7232 put Theora BOS pages before others. This hardcodes
7233 the Ogg/Theora I profile, but hey.
7235 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7238 updated with some examples
7239 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7240 (granulepos_add), (theora_buffer_from_packet):
7241 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7242 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7243 (gst_vorbisenc_chain):
7244 implement strategy from ext/ogg/README
7245 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7246 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7247 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7248 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7249 Fix muxer so that oggz-validate is happy with all streams;
7250 except for no eos mark, and the BOS page ordering
7251 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7252 (check_buffer_granulepos):
7253 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7254 update tests to check for OFFSET being set as requested
7255 fixed type of granulepos, it's not a ClockTime
7257 2006-03-05 Julien MOUTTE <julien@moutte.net>
7259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7260 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7261 Check that the xvimage we are creating has a correct size
7262 before returning it. (#314897)
7264 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7266 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7267 Give id3 and ape tag typefinders a rank slightly higher
7268 than PRIMARY to ensure they're always run before any of
7269 the other typefinders (in particular wav and mp3) (#324186).
7271 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7273 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7274 Add support for '3IVD' fourcc (#333403).
7276 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7279 Bump requirements to GStreamer CVS for the new error enum.
7281 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7282 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7283 space left on the device (fixes #333352).
7285 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7288 add a project file for libgstvolume
7289 update the workspace
7291 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7293 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7294 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7296 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7297 Set IN_CAPS on header buffers
7299 2006-03-02 Wim Taymans <wim@fluendo.com>
7301 * docs/plugins/Makefile.am:
7302 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7303 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7304 Add audioresample to docs.
7306 * gst/audioconvert/gstaudioconvert.c:
7309 * gst/audioresample/gstaudioresample.c:
7310 (gst_audioresample_base_init), (gst_audioresample_class_init),
7311 (gst_audioresample_init), (gst_audioresample_dispose),
7312 (audioresample_get_unit_size), (audioresample_transform_caps),
7313 (resample_set_state_from_caps), (audioresample_transform_size),
7314 (audioresample_set_caps), (audioresample_event),
7315 (audioresample_do_output), (audioresample_transform),
7316 (audioresample_pushthrough), (gst_audioresample_set_property),
7317 (gst_audioresample_get_property), (plugin_init):
7318 * gst/audioresample/gstaudioresample.h:
7320 Small code cleanups.
7322 2006-03-02 Wim Taymans <wim@fluendo.com>
7324 * docs/plugins/Makefile.am:
7325 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7326 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7327 Added videoscale to docs.
7329 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7330 (gst_video_rate_swap_prev), (gst_video_rate_event),
7331 (gst_video_rate_chain):
7334 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7335 (gst_video_scale_init), (gst_video_scale_prepare_size),
7336 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7337 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7338 * gst/videoscale/gstvideoscale.h:
7339 Added docs, examples.
7341 Post errors instead of g_warning.
7343 2006-03-02 Wim Taymans <wim@fluendo.com>
7345 * docs/libs/gst-plugins-base-libs-docs.sgml:
7346 * docs/libs/gst-plugins-base-libs-sections.txt:
7347 * docs/libs/gst-plugins-base-libs.types:
7348 * docs/plugins/Makefile.am:
7349 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7350 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7351 Added some more docs to libs and plugins.
7353 * gst-libs/gst/audio/gstringbuffer.c:
7354 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7355 * gst-libs/gst/audio/gstringbuffer.h:
7356 Document ringbuffer some more.
7358 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7359 (gst_video_rate_setcaps), (gst_video_rate_reset),
7360 (gst_video_rate_init), (gst_video_rate_flush_prev),
7361 (gst_video_rate_swap_prev), (gst_video_rate_event),
7362 (gst_video_rate_chain), (gst_video_rate_change_state):
7363 * gst/videorate/gstvideorate.h:
7364 Fix videorate to use segments.
7365 Make it work with 0/1 framerates (closes #331903)
7366 Handle EOS correctly.
7369 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7371 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7372 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7373 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7374 In state change function, first chain up to parent class,
7375 then handle downwards state change stuff. Remove some
7376 commented out cruft from 0.8 code.
7378 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7380 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7381 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7382 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7383 (gst_ogm_parse_chain):
7384 Don't remove/re-add source pad if the new caps are the same as
7385 the old caps anyway (#333042). When removing source pad, don't
7386 unref it afterwards - we didn't ref it when adding. Sprinkle some
7387 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7388 after using gst_pad_get_parent(). Return downstream flow return
7389 value in chain function.
7391 2006-03-02 Wim Taymans <wim@fluendo.com>
7393 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7394 * docs/plugins/gst-plugins-base-plugins.args:
7395 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7396 * docs/plugins/gst-plugins-base-plugins.interfaces:
7397 * docs/plugins/gst-plugins-base-plugins.signals:
7398 Fix hierarchy, added some more elements to the docs.
7400 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7401 (gst_ffmpegcsp_get_type):
7402 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7403 Fix docs for ffmpegcolorspace.
7405 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7407 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7408 (apetag_type_find), (ape_type_find), (plugin_init):
7409 Some typefinding fine-tuning:
7410 - rank ID3/APE tags in order of preference via probabilities, so that
7411 ID3v2 > APEv2 > APEv1 > ID3v1.
7412 - three or four bytes don't really justify MAXIMUM probability,
7413 change those to 'very likely' (musepack and monkeysaudio).
7415 2006-03-01 Wim Taymans <wim@fluendo.com>
7417 * docs/plugins/Makefile.am:
7418 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7419 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7420 * ext/alsa/gstalsamixer.c:
7421 * ext/alsa/gstalsamixer.h:
7422 * ext/alsa/gstalsamixerelement.c:
7423 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7424 * ext/alsa/gstalsamixerelement.h:
7425 * ext/alsa/gstalsasink.c:
7426 * ext/alsa/gstalsasink.h:
7427 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7429 * ext/alsa/gstalsasrc.h:
7431 Small code cleanups.
7433 2006-03-01 Wim Taymans <wim@fluendo.com>
7435 * ext/theora/Makefile.am:
7436 Dist new header too,
7438 2006-03-01 Wim Taymans <wim@fluendo.com>
7440 * docs/plugins/Makefile.am:
7441 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7442 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7443 * ext/gnomevfs/gstgnomevfssink.h:
7444 * ext/gnomevfs/gstgnomevfssrc.h:
7445 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7446 * ext/vorbis/vorbisdec.h:
7447 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7448 * ext/vorbis/vorbisenc.h:
7449 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7450 (vorbis_parse_chain), (vorbis_parse_change_state):
7451 * ext/vorbis/vorbisparse.h:
7452 * gst/audioconvert/gstaudioconvert.h:
7453 * gst/tcp/gsttcpserversink.h:
7454 * gst/videotestsrc/gstvideotestsrc.c:
7455 * gst/videotestsrc/gstvideotestsrc.h:
7456 * gst/volume/gstvolume.c:
7457 * gst/volume/gstvolume.h:
7459 Added docs for vorbisdec and vorbisparse.
7462 2006-03-01 Wim Taymans <wim@fluendo.com>
7464 * docs/plugins/Makefile.am:
7465 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7466 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7467 * ext/pango/gstclockoverlay.h:
7468 * ext/pango/gsttextoverlay.h:
7469 * ext/pango/gsttextrender.h:
7470 * ext/pango/gsttimeoverlay.h:
7471 * ext/theora/gsttheoradec.h:
7472 * ext/theora/gsttheoraenc.h:
7473 * ext/theora/theoradec.c:
7474 * ext/theora/theoraenc.c:
7475 * gst/audioconvert/gstaudioconvert.h:
7476 * gst/audiotestsrc/gstaudiotestsrc.h:
7477 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7478 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7479 * gst/tcp/gstmultifdsink.h:
7480 Updated/added documentation.
7482 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7483 (gst_text_overlay_halign_get_type),
7484 (gst_text_overlay_wrap_mode_get_type),
7485 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7486 (gst_text_overlay_init), (gst_text_overlay_set_property),
7487 (gst_text_overlay_get_property):
7488 Fix up properties to be enums instead of string to make bindings,
7489 introspection and automatic GUI creation possible.
7490 Add getters for the properties.
7492 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7494 * gst/audiotestsrc/gstaudiotestsrc.c:
7495 added defines of M_PI and M_PI_2
7496 * gst/ffmpegcolorspace/avcodec.h:
7497 removed #include "stdint.h" for win32 as _stdint.h is
7498 autogenerated to win32/common
7499 * win32/common/libgstaudio.def:
7500 * win32/common/libgsttag.def:
7503 some project files bugs corrected
7505 project files are reset to the default vs7 configuration
7506 (they link to msvcr71.dll using default optimizations)
7508 2006-02-28 Wim Taymans <wim@fluendo.com>
7510 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7513 2006-02-28 Edward Hervey <edward@fluendo.com>
7515 * ext/alsa/gstalsasrc.c:
7516 Set proper class on the ElementDetails:
7517 Source/Audio instead of Src/Audio/
7519 2006-02-28 Edward Hervey <edward@fluendo.com>
7521 * gst/videoscale/vs_scanline.c:
7522 (vs_scanline_resample_nearest_RGBA):
7523 Revert optimization in videoscale. It should go in liboil and have
7524 an appropriate liboil function.
7526 2006-02-28 Wim Taymans <wim@fluendo.com>
7528 * gst-libs/gst/audio/gstbaseaudiosink.c:
7529 (gst_base_audio_sink_provide_clock):
7530 Don't try to provide a clock in the NULL state.
7532 2006-02-28 Wim Taymans <wim@fluendo.com>
7534 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7535 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7536 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7537 (gst_ogg_demux_deactivate_current_chain),
7538 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7539 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7540 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7541 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7542 Use GstSegment infrastructure to remove duplicated code
7543 and handle more seek cases correctly.
7545 2006-02-28 Wim Taymans <wim@fluendo.com>
7547 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7548 (gst_ffmpegcsp_transform):
7549 Don't ignore return code from ffmpeg convert function.
7551 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7552 Split out some long statements to ease debugging.
7554 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7556 * ext/libvisual/visual.c: (gst_visual_init),
7557 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7558 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7559 being able to renegotiate the size. Instead, use the negotiation
7560 algorithm from the goom plugin to pick an initial output caps.
7562 Also, allow theoretical libvisual plugins that might support non-GL
7563 output even if they also do GL.
7565 2006-02-26 Julien MOUTTE <julien@moutte.net>
7567 * ext/libvisual/visual.c: (gst_visual_init),
7568 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7569 (plugin_init): Load only non GL plugins. Fix some memleaks and
7570 possible negotiation issues.
7572 2006-02-25 Julien MOUTTE <julien@moutte.net>
7574 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7576 2006-02-24 Michael Smith <msmith@fluendo.com>
7578 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7579 (cmml_type_find), (plugin_init):
7580 Fix CMML type find function to not require a specific minor version
7583 Add an MPEG4 video elementary stream typefind function.
7585 2006-02-04 Michael Smith <msmith@fluendo.com>
7587 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7588 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7589 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7590 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7591 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7592 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7593 Annodex support in ogg demuxer. Doesn't do very much without the
7594 other annodex patches (to come).
7596 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7598 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7600 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7601 Pick up palette for MS video v1 (#327028)
7603 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7605 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7606 (gst_ffmpegcsp_caps_remove_format_info),
7607 (gst_ffmpegcsp_get_unit_size):
7608 The 'palette_data' field from incoming RGB caps shouldn't be
7609 proxied on outgoing YUV caps; also, restrict unit size
7610 adjustment in case of paletted data only to the unit that
7611 actually has a palette. Fixes #330711.
7613 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7615 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7616 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7617 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7618 (gst_ffmpegcsp_get_unit_size):
7619 Plug some memory leaks.
7621 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7623 * sys/ximage/Makefile.am:
7624 * sys/xvimage/Makefile.am:
7625 Add some _CFLAGS and _LIBS that seem to be missing
7626 and/or required for Cygwin (see #317048).
7628 2006-02-22 Wim Taymans <wim@fluendo.com>
7630 * ext/alsa/gstalsasrc.c:
7631 Fix description as pointed out by caugier.
7633 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7635 Reviewed by : Edward Hervey <edward@fluendo.com>
7637 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7639 Better 3gp typefinding (#331526).
7641 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7643 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7644 Don't send EOS event here, the base class will send one for us.
7646 * gst/playback/gstplaybasebin.c: (prepare_output):
7647 Subpictures without video stream aren't allowed either.
7649 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7650 Fix debug statement copy'n'paste-o.
7652 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7654 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7655 Fix issues with mixer keeping state when muting/unmuting
7656 and when changing the volume whilst muted (see #331763
7659 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7661 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7662 (parse_subrip), (gst_sub_parse_format_autodetect):
7663 Set right caps given that we send escaped text. Also,
7664 honour <i></i>, <b></b> and <u></u> markers that can be found
7665 in .srt files (fixes #310202).
7667 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7669 * gst-libs/gst/audio/mixerutils.c:
7670 (element_factory_rank_compare_func):
7671 Make order in which elements are tried more determinable.
7673 2006-02-20 Julien MOUTTE <julien@moutte.net>
7675 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7676 (remove_element_chain), (cleanup_decodebin),
7677 (gst_decode_bin_change_state): Make decodebin reusable by
7678 fixing remove_element_chain first and then introduce a
7679 cleaner in state change to ->NULL. (Closes #331678)
7681 2006-02-19 Wim Taymans <wim@fluendo.com>
7683 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7684 use 0666 mask when creating files so umask gets applied
7685 correctly. Fixes #331295.
7687 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7689 * gst/subparse/Makefile.am:
7690 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7691 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7692 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7693 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7694 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7695 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7696 * gst/subparse/gstssaparse.h:
7697 * gst/subparse/gstsubparse.c: (plugin_init):
7698 Add very basic parser for SSA subtitle streams (as often
7699 found in matroska files).
7701 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7703 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7704 That should be text/x-pango-markup, not text/x-pango-layout.
7706 2006-02-19 Julien MOUTTE <julien@moutte.net>
7708 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7711 2006-02-19 Julien MOUTTE <julien@moutte.net>
7713 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7714 (gst_text_overlay_finalize), (gst_text_overlay_init),
7715 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7716 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7717 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7718 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7719 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7720 Fix state change deadlock.
7722 2006-02-19 Julien MOUTTE <julien@moutte.net>
7724 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7725 (gst_text_overlay_finalize), (gst_text_overlay_init),
7726 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7727 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7728 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7729 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7730 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7731 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7732 and subtitles files.
7734 2006-02-19 Julien MOUTTE <julien@moutte.net>
7736 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7737 should be considered as raw.
7739 2006-02-19 Julien MOUTTE <julien@moutte.net>
7741 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7743 * gst/playback/gststreaminfo.h: Introduce language informations.
7745 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7747 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7748 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7749 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7750 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7751 Set shared memory segments to be deleted as soon as we have attached,
7752 that way they get cleaned up automatically if we crash.
7754 2006-02-18 Julien MOUTTE <julien@moutte.net>
7756 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7757 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7758 functions are called with lock held.
7760 2006-02-18 Julien MOUTTE <julien@moutte.net>
7762 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7763 (gst_text_overlay_finalize), (gst_text_overlay_init),
7764 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7765 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7766 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7767 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7768 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7769 (gst_text_overlay_change_state): Refactoring of textoverlay
7770 without collectpads. This now supports sparse subtitles coming
7771 from a demuxer instead of a sub file. Seeking is still broken
7772 though. Need to discuss with wtay some more on how to handle
7774 * ext/pango/gsttextoverlay.h:
7775 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7776 subtitles coming from the demuxer.
7778 2006-02-17 Wim Taymans <wim@fluendo.com>
7780 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7781 (gst_vorbisenc_convert_sink):
7782 Use some more scaling functions.
7784 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7786 * ext/cdparanoia/gstcdparanoiasrc.c:
7787 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7788 (gst_cd_paranoia_paranoia_callback),
7789 (gst_cd_paranoia_src_signal_is_being_watched),
7790 (gst_cd_paranoia_src_read_sector):
7791 * ext/cdparanoia/gstcdparanoiasrc.h:
7792 Add back 'transport-error' and 'uncorrected-error' signals and
7793 make them actually be fired when bad stuff happens (#319340).
7795 2006-02-17 Wim Taymans <wim@fluendo.com>
7797 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7798 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7799 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7800 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7801 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7802 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7803 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7804 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7805 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7806 (gst_ring_buffer_clear):
7808 Added some G_LIKELY.
7810 2006-02-17 Wim Taymans <wim@fluendo.com>
7812 * gst-libs/gst/audio/TODO:
7815 * gst-libs/gst/audio/gstbaseaudiosink.c:
7816 (gst_base_audio_sink_get_offset):
7817 When trying to play samples ASAP and we don't have a
7818 previous sample, try to play at position 0 instead of
7819 an invalid position.
7821 2006-02-17 Wim Taymans <wim@fluendo.com>
7823 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7824 (gst_alsasink_reset):
7825 Also release lock when we get an error in _reset();
7826 fix an error message.
7828 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7830 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7831 (gst_alsasink_init), (get_channel_free_structure),
7832 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7833 (gst_alsasink_close):
7834 * ext/alsa/gstalsasink.h:
7835 Add support for more than 2 channels (#326720).
7837 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7839 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7840 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7841 with 4 or 6 channels, assume a default channel layout to make things
7842 work (not sure there's anything else we can do in those cases).
7844 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7846 * gst-libs/gst/audio/multichannel.c:
7849 * gst-libs/gst/riff/Makefile.am:
7850 * gst-libs/gst/riff/riff-ids.h:
7851 * gst-libs/gst/riff/riff-media.c:
7852 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7853 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7854 channels and a channel layout map.
7856 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7858 Reviewed by Edward Hervey <edward@fluendo.com>
7860 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7861 C-level optimization of the RGBA nearest neighbour function.
7862 Eventually this might end up in liboil with vectorized versions.
7864 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7866 * gst-libs/gst/audio/multichannel.c:
7867 (gst_audio_get_channel_positions):
7868 When we have more than 2 channels, but no channel layout is
7869 specified in the caps, return some default channel layout
7870 to the caller and warn about about a possibly buggy element
7871 (could be buggy filtercaps as well of course) (#317038).
7873 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7875 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7876 Add gst-libs/gst/cdda to list of lib search paths.
7878 2006-02-15 Andy Wingo <wingo@pobox.com>
7880 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7881 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7882 to the Lord Jesus that I do not have to touch the ogg muxer ever
7885 2006-02-15 Edward Hervey <edward@fluendo.com>
7887 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7888 quicktime movie files can also contain 'uuid' atoms.
7890 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7892 * gst/audioconvert/plugin.c: (plugin_init):
7893 Register the GstAudioChannelPosition enum type with the type
7894 system in the plugin_init function, so that it is known before
7895 any element actually makes use of multi-channel stuff. This is
7896 required for example if one wants to be able to deserialise/use
7897 a caps string with channel positions before any pipeline has
7898 been setup and started, like with gst-launch.
7900 2006-02-14 Wim Taymans <wim@fluendo.com>
7902 * gst-libs/gst/audio/gstringbuffer.c:
7903 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7904 (gst_ring_buffer_samples_done), (wait_segment),
7905 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7906 Add some compiler G_(UN_)LIKELY help.
7907 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7908 make sure they can exit their functions. Should fix #330748
7910 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7915 * win32/common/_stdint.h:
7916 Windows does not have long long; copy the generated _stdint.h
7917 * win32/common/interfaces-enumtypes.c:
7918 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7919 (gst_mixer_track_flags_get_type),
7920 (gst_tuner_channel_flags_get_type):
7921 * win32/common/multichannel-enumtypes.c:
7922 (gst_audio_channel_position_get_type):
7925 2006-02-13 Wim Taymans <wim@fluendo.com>
7927 * gst-libs/gst/audio/gstbaseaudiosink.c:
7928 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7929 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7930 Always sync on first sample we receive when starting.
7932 2006-02-13 Wim Taymans <wim@fluendo.com>
7934 * gst/playback/gstplaybin.c: (gen_vis_element):
7935 Update vis bin docs.
7936 Move queue after tee so we don't queue video buffers but
7937 audio samples instead. Fixes problems where the video queue
7938 is filled and the audio queue empty.
7940 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7942 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7943 No need to push an EOS event here, GstBaseSrc will do that for us
7944 when we return FLOW_UNEXPECTED.
7946 2006-02-12 Wim Taymans <wim@fluendo.com>
7948 * gst-libs/gst/audio/gstbaseaudiosink.c:
7949 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7950 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7951 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7952 Use scale functions when possible.
7954 Free clockid when after waiting for EOS.
7955 Use G_(UN_)LIKLY when it makes sense.
7956 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7958 2006-02-12 Edward Hervey <edward@fluendo.com>
7960 * gst/playback/gstplaybasebin.c: (prepare_output):
7961 Remove stray semi-colon (fixes #330888).
7963 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7965 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7967 Fix up the XShm call testing so that we catch errors, and don't
7968 cause new ones by attempting to detach from a segment we failed
7969 to attach to. Fixes #312439.
7971 2006-02-10 Edward Hervey <edward@fluendo.com>
7973 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7974 Added flv file typefind (video/x-flv).
7976 2006-02-10 Edward Hervey <edward@fluendo.com>
7978 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7979 (gst_riff_create_video_template_caps):
7980 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7981 Also added the caps to the default set of riff video caps.
7983 2006-02-09 Andy Wingo <wingo@pobox.com>
7985 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7986 time and the end time of the last packet in the page.
7987 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7988 on the pages in our queue, set the duration as well. Reflow a
7990 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7991 Fixes bad muxing order.
7993 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
7995 * gst-libs/gst/rtp/gstbasertppayload.c:
7996 (gst_basertppayload_setcaps), (gst_basertppayload_push):
7997 update seqnum before setting it on the packet; this makes sure
7998 that the timestamp and seqnum properties match after pushing
8001 2006-02-09 Andy Wingo <wingo@pobox.com>
8003 * gst-libs/gst/audio/gstringbuffer.c
8004 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8005 overflow after 13.5 hours of recording. Kapow!
8007 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8008 the buffer size -- we don't care about underrun/overrun reporting
8009 right now, just need to return a useful value.
8011 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8016 === release 0.10.3 ===
8018 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8021 releasing 0.10.3, "Under Pressure"
8023 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8026 Drat. Bump libtool version number for new API.
8027 Prelease 0.10.2.3 (of 0.10.3)
8029 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8032 * win32/common/config.h:
8033 0.10.2.2 prerelease (of 0.10.3).
8035 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8037 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8038 Revert Andy's newsegment change pending a more correct
8041 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8043 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8044 (qt_type_find), (plugin_init):
8045 detect more files as 3gp
8046 group and reorder the iso file formats
8048 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8050 * ext/vorbis/vorbis.c: (plugin_init):
8051 Register musicbrainz tags, so apps don't have to.
8053 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8055 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8056 (gst_tag_to_vorbis_tag):
8057 Make sure we called gst_tag_register_musicbrainz_tags()
8058 before possibly mapping a vorbiscomment string from/to a
8061 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8063 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8064 In case we can't find the required number of consecutive
8065 mpeg audio frames to positively identify an MPEG audio
8066 stream, check if there's at least a valid mpeg audio
8067 frame right at offset 0 and if so suggest mpeg/audio
8068 caps with a very low probability (#153004).
8070 2006-02-07 Andy Wingo <wingo@pobox.com>
8072 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8073 a TIME segment if we get timestamped buffers. Requires recent
8074 fixes in core to work properly.
8076 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8078 * gst/playback/gstplaybasebin.c: (prepare_output):
8079 Don't print the URI as part of the error message, it
8080 makes error dialogs look rather ugly, especially if
8081 the URI is very long or has characters in it that
8084 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8086 * gst/playback/gstplaybasebin.c: (prepare_output):
8087 Error out if we have only text or subtitles, but nothing
8088 else. Also error out if we have subtitles but no video
8091 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8093 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8094 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8095 Post an error message on the bus when we encounter an
8096 error, which will hopefully be more meaningful than the
8097 'Internal Flow Error' message users get to see if we
8098 just return GST_FLOW_ERROR.
8100 2006-02-07 Andy Wingo <wingo@pobox.com>
8102 * configure.ac (GST_MAJORMINOR): Update core version req to
8103 0.10.2.2, for the collectpads API addition (#330244).
8105 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8107 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8108 Return FALSE from plugin_init() when GnomeVFS can't
8109 be initialised for some reason (#328423).
8111 2006-02-06 Julien MOUTTE <julien@moutte.net>
8113 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8114 Stick to seeking theory until i find the bug.
8115 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8117 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8119 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8120 (theora_enc_finalize), (theora_enc_sink_setcaps),
8121 (theora_set_header_on_caps), (theora_enc_chain),
8122 (theora_enc_change_state):
8123 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8124 Make theoraenc and the tests leak free. Like, really.
8126 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8128 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8129 (theora_enc_finalize), (theora_enc_sink_setcaps):
8130 Add a finalize method to ensure we clean up state even if
8131 someone omitted the state change back to NULL.
8133 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8134 (gst_vorbisenc_chain):
8135 Free some more leaked bits.
8137 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8139 Wait for state changes to happen if they're ASYNC.
8141 This ought to teach those fancy pants buildbots a lesson.
8143 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8145 * gst-libs/gst/tag/gstid3tag.c:
8146 Add mapping for ID3 International Standard Recording Code
8149 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8151 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8152 Don't leak tag names.
8154 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8156 * docs/libs/gst-plugins-base-libs-docs.sgml:
8157 * docs/libs/gst-plugins-base-libs-sections.txt:
8158 * gst-libs/gst/tag/gstid3tag.c:
8159 * gst-libs/gst/tag/gstvorbistag.c:
8160 * gst-libs/gst/tag/tags.c:
8161 Split libgsttag docs into multiple sections.
8163 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8165 * docs/libs/Makefile.am:
8166 * docs/libs/gst-plugins-base-libs-docs.sgml:
8167 * docs/libs/gst-plugins-base-libs-sections.txt:
8168 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8169 * gst-libs/gst/tag/gstvorbistag.c:
8170 * gst-libs/gst/tag/tag.h:
8171 * gst-libs/gst/tag/tags.c:
8172 Add libgsttag to the docs.
8174 2006-02-05 Julien MOUTTE <julien@moutte.net>
8176 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8177 (gst_text_overlay_init), (gst_text_overlay_src_event),
8178 (gst_text_overlay_collected): Fix clockoverlay.
8180 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8182 * docs/libs/compiling.sgml:
8183 Fix typo: it's pkg-config, not pkg-gconfig
8185 * docs/libs/gst-plugins-base-libs-docs.sgml:
8186 * docs/libs/gst-plugins-base-libs-sections.txt:
8187 * docs/libs/tmpl/gstgconf.sgml:
8188 There is no libgstgconf in 0.10, remove it
8191 2006-02-05 Julien MOUTTE <julien@moutte.net>
8193 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8194 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8195 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8196 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8197 (gst_sub_parse_class_init), (gst_sub_parse_init),
8198 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8199 (parse_mpsub), (parser_state_init), (handle_buffer),
8200 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8201 * gst/subparse/gstsubparse.h: Introduce seeking code.
8203 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8205 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8206 Add comment about LANGUAGE tag inconsistency (we want
8207 ISO-639-1, but extract three-letter identifiers?)
8210 Add two translatable files.
8212 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8214 * gst-libs/gst/tag/Makefile.am:
8215 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8216 * gst-libs/gst/tag/tag.h:
8217 * gst-libs/gst/tag/tags.c:
8218 (gst_tag_register_musicbrainz_tags_internal),
8219 (gst_tag_register_musicbrainz_tags):
8220 Forward-port some tags stuff from the 0.8 branch. This is
8221 mostly the addition of musicbrainz tags and their mapping
8222 to vorbistags, and a vorbistag mapping of the language tag.
8224 2006-02-05 Julien MOUTTE <julien@moutte.net>
8226 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8229 2006-02-04 David Schleef <ds@schleef.org>
8231 * ext/ogg/gstoggmux.c:
8232 * gst/typefind/gsttypefindfunctions.c:
8233 Add Dirac typefinding and add dirac format to oggmux.
8235 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8237 * gst/playback/gstdecodebin.c: (try_to_link_1):
8238 Don't put essential function call into
8239 g_return_*() macro, otherwise it'll all be
8240 replaced by NOOPs when compiling with
8241 G_DISABLE_CHECKS defined.
8243 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8245 * ext/ogg/gstoggdemux.c:
8246 * ext/ogg/gstoggparse.c:
8247 * gst/tcp/gsttcpserversink.c:
8248 * sys/v4l/v4lsrc_calls.c:
8249 * sys/v4l/v4lsrc_calls.h:
8250 Just make it compile with --disable-gst-debug.
8252 2006-02-03 Wim Taymans <wim@fluendo.com>
8254 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8255 (gst_alsasink_class_init), (gst_alsasink_init),
8256 (gst_alsasink_write), (gst_alsasink_reset):
8257 * ext/alsa/gstalsasink.h:
8258 Add lock to protect alsa calls.
8259 Implement reset to flush samples ASAP, does not work
8262 2006-02-02 Wim Taymans <wim@fluendo.com>
8264 * gst-libs/gst/audio/gstbaseaudiosink.c:
8265 (gst_base_audio_sink_provide_clock):
8266 Ugh.. getting late I guess...
8268 2006-02-02 Wim Taymans <wim@fluendo.com>
8270 * gst-libs/gst/audio/gstbaseaudiosink.c:
8271 (gst_base_audio_sink_provide_clock),
8272 (gst_base_audio_sink_set_property),
8273 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8274 Don't try to provide a clock when we are not negotiated since
8275 we might not be able to make it run.
8277 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8279 * gst/playback/gstdecodebin.c: (try_to_link_1):
8280 Unlinking two source pads is ... hard.
8282 2006-02-02 Wim Taymans <wim@fluendo.com>
8284 * gst-libs/gst/audio/TODO:
8287 * gst-libs/gst/audio/gstbaseaudiosink.c:
8288 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8289 On EOS, wait till the last sample is played before posting EOS.
8291 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8293 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8294 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8295 setting queue_delay to zero. Also avoid thread being started if
8296 queue_delay is zero.
8298 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8300 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8301 Make test work again by connecting fakesinks to each decoded pad,
8302 which makes the pipeline wait until each fakesink has a buffer
8303 queued before going to PAUSED state. At that point we know the
8304 decodebin pads are negotiated.
8306 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8308 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8309 (gst_cdda_base_src_handle_event):
8310 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8311 Pass unhandled queries to the parent class's query function.
8313 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8315 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8316 (gst_ogg_pad_src_query):
8317 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8318 * ext/theora/theoradec.c: (theora_dec_src_query),
8319 (theora_dec_sink_query):
8320 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8321 (vorbis_dec_sink_query):
8322 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8323 (gst_vorbisenc_sink_query):
8324 * gst/adder/gstadder.c: (gst_adder_query):
8325 Pass unhandled queries upstream instead of just
8326 dropping them (#326447). Also, fix supported
8327 query types list for some elements.
8329 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8331 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8332 (paris_type_find), (ilbc_type_find), (plugin_init):
8333 Fix typefinding for audio/x-au, audio/x-paris and
8334 audio/iLBC-sh. We cannot use the START_WITH macros
8335 here, because there can only be one typefind factory
8336 with the same name (caps), so the second one would
8337 replace the first one and the first one would never
8338 be called when doing typefinding (see #161712).
8341 2006-01-31 Wim Taymans <wim@fluendo.com>
8343 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8344 (vorbis_handle_header_packet), (vorbis_dec_push),
8345 (vorbis_handle_data_packet):
8346 Use scale_int when we can, add some more scaling.
8347 Check packettype before parsing it.
8349 2006-01-31 Wim Taymans <wim@fluendo.com>
8351 * ext/theora/theoradec.c: (_theora_granule_time),
8352 (theora_dec_src_convert), (theora_dec_sink_convert):
8353 Call right _scale functions.
8354 Use parameter instead of some other random value.
8356 2006-01-31 Wim Taymans <wim@fluendo.com>
8358 * ext/theora/theoradec.c: (_theora_granule_frame),
8359 (_theora_granule_time), (_inc_granulepos),
8360 (theora_dec_src_convert), (theora_dec_sink_convert),
8361 (theora_handle_type_packet), (theora_handle_data_packet),
8363 Use higher precision timestamps calculation.
8364 Convert some other conversions to _scale.
8366 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8368 * gst/audiotestsrc/gstaudiotestsrc.c:
8369 (gst_audio_test_src_create_sine_table), (plugin_init):
8370 * gst/volume/gstvolume.c: (plugin_init):
8371 initialize gst_controller before using
8373 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8375 * tests/check/pipelines/theoraenc.c:
8376 * tests/check/pipelines/vorbisenc.c:
8377 Define constant using G_GINT64_CONSTANT to avoid errors when
8378 passing it around - otherwise it gets truncated to 32 bits.
8380 Fixes failing tests.
8382 2006-01-31 Andy Wingo <wingo@pobox.com>
8384 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8385 caps being set doesn't have a framerate value. Basically a stopgap
8388 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8389 technically correct enough to put into core though.
8390 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8391 DURATION. Fixes theoraenc ! oggmux.
8393 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8394 fraction, not double.
8396 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8399 add vs7 project files created by Sergey Scobich
8401 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8404 add vs8 project files created by Sergey Scobich
8406 2006-01-30 Andy Wingo <wingo@pobox.com>
8408 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8409 timestamp + duration, not just timestamp -- ogg pages should be
8410 ordered by stop time. Necessary fix given the change in vorbis
8413 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8414 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8415 (granulepos_add): New function, handles the messiness of adjusting
8417 (theora_buffer_from_packet):
8419 (theora_enc_sink_event): Use granulepos_add, not +.
8421 * tests/check/pipelines/theoraenc.c
8422 (check_buffer_granulepos_from_starttime): Just check the frame
8423 count, not the actual granulepos -- we can't dictate to the
8424 encoder when it should be placing keyframes.
8426 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8428 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8429 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8430 play an http:// stream from a server that's not serving
8432 2006-01-30 Andy Wingo <wingo@pobox.com>
8434 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8435 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8436 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8439 * ext/theora/gsttheoraenc.h:
8440 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8441 although theoraenc was timestamping correctly. Added handling of
8442 streams that start with nonzero timestamps.
8444 * tests/check/Makefile.am:
8445 * tests/check/pipelines/theoraenc.c: New file, basically does same
8448 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8450 2006-01-30 Wim Taymans <wim@fluendo.com>
8452 * gst-libs/gst/audio/gstaudiosink.c:
8453 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8454 (gst_audioringbuffer_pause):
8455 Implement pause that does not wait for completion.
8457 * gst-libs/gst/audio/gstbaseaudiosink.c:
8458 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8459 Don't drop buffers when going to PAUSED but perform preroll on
8460 remaining samples now that core base class supports this.
8462 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8463 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8464 (gst_ring_buffer_commit):
8465 Pause should not signal waiters.
8466 Implement return value of _commit correctly.
8468 2006-01-30 Andy Wingo <wingo@pobox.com>
8470 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8472 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8473 updated to timestamp from the first sample, not the last.
8474 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8475 special care of granulepos and timestamp for header packets.
8476 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8477 when the first buffer has a nonzero timestamp.
8479 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8480 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8481 case when the first audio buffer we get has a nonzero timestamp.
8482 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8483 properly timestamp vorbis buffers with the time of the first
8484 sample, not the last.
8486 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8487 vorbis_granule_time_copy -- now it takes the granule/subgranule
8488 offset into account.
8490 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8491 timestamps, durations, and granulepos on buffers produced by
8494 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8496 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8497 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8498 Patch from Eric Jonas to support conversions to/from UYVY
8501 2006-01-30 Julien MOUTTE <julien@moutte.net>
8503 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8504 (setup_subtitle), (setup_source), (set_active_source):
8505 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8506 (gen_text_element), (gen_audio_element), (gen_vis_element),
8507 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8509 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8511 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8512 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8513 use gst_guint64_to_gdouble to be compliant with vs6
8514 * gst/playback/gstdecodebin.c: (try_to_link_1)
8515 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8516 use G_GINT64_CONSTANT for int64 constants
8517 * win32/common/libgstinterfaces.def:
8518 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8520 update and add new project files
8522 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8526 * win32/common/interfaces-enumtypes.c:
8527 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8528 (gst_mixer_track_flags_get_type),
8529 (gst_tuner_channel_flags_get_type):
8530 * win32/common/interfaces-enumtypes.h:
8531 * win32/common/multichannel-enumtypes.c:
8532 (gst_audio_channel_position_get_type):
8533 * win32/common/multichannel-enumtypes.h:
8534 add a win32-update rule like in core, and copy over enumtypes files
8536 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8539 * win32/common/config.h:
8540 * win32/common/config.h.in:
8541 add config files just like in core
8543 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8545 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8546 Make gcc-4.1 happy (part of #327357).
8548 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8550 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8551 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8552 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8553 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8554 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8555 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8556 Update all error messages. All of them should either use
8557 the default translated message, or actually provide a
8558 translatable string.
8559 Make the string for channel count problems meaningful.
8561 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8563 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8564 check for and throw RESOURCE_BUSY
8566 2006-01-27 David Schleef <ds@schleef.org>
8568 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8569 checked in this change -- it requires liboil features not
8570 in 0.3.6. Revert parts.
8572 2006-01-27 David Schleef <ds@schleef.org>
8575 * configure.ac: update liboil requirement to 0.3.6
8576 * gst/videoscale/Makefile.am:
8577 * gst/videoscale/vs_scanline.c: liboilify
8579 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8581 * ext/libvisual/visual.c: (get_buffer):
8582 When pad_alloc returns a GstFlowReturn other
8583 than GST_FLOW_OK, make sure it is passed upstream.
8585 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8587 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8588 (gst_alsasink_class_init):
8589 Free the device name string.
8591 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8592 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8593 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8594 Don't remove a pad from the collectpads structure until it
8595 is released - it's a request pad, and may receive data again
8596 if the element gets moved back to PLAYING state.
8598 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8599 Ensure we turn on double buffering on the Xv port, and
8600 set the colour key to something dark and mysterious that
8603 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8605 * ext/alsa/gstalsaplugin.c: (plugin_init):
8606 * ext/cdparanoia/gstcdparanoiasrc.c:
8607 (gst_cd_paranoia_src_base_init), (plugin_init):
8608 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8609 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8610 - a library should not call setlocale. see "Libraries" node in
8612 - make sure all plugins that use translation do bindtextdomain
8613 to point to the localedir
8614 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8615 (setup_sinks), (plugin_init):
8616 all this, and check for NULL when creating sinks
8618 2006-01-27 Julien MOUTTE <julien@moutte.net>
8620 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8621 (plugin_init): Make typefinding of subtitles work again.
8623 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8625 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8626 (mp3_type_frame_length_from_header), (mp3_type_find),
8627 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8629 Backport a bunch of typefinding fixes from the 0.8 branch.
8630 Also, improve wavpack typefinding: if we can't peek the
8631 entire wavpack block, try to parse the bits we can get and
8632 see if we find what we're looking for in those.
8634 2006-01-26 Julien MOUTTE <julien@moutte.net>
8636 * sys/ximage/ximagesink.c:
8637 (gst_ximagesink_calculate_pixel_aspect_ratio):
8638 * sys/xvimage/xvimagesink.c:
8639 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8640 more cases of pixel aspect ratio.
8642 2006-01-26 Edward Hervey <edward@fluendo.com>
8644 * gst/playback/gstdecodebin.c: (pad_probe):
8645 Also consider the flush-start and tag events as unblockers
8648 2006-01-26 Julien MOUTTE <julien@moutte.net>
8650 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8651 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8652 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8653 On the fly visualisation switch, works disabling, enabling as
8654 well but it won't be able to enable vis in a playbin that was
8655 created with no visualisation.
8657 2006-01-25 Wim Taymans <wim@fluendo.com>
8659 * gst-libs/gst/audio/gstbaseaudiosink.c:
8660 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8661 Undo previous commit that returned WRONG_STATE sooner, it breaks
8664 2006-01-25 Wim Taymans <wim@fluendo.com>
8666 * gst-libs/gst/audio/gstbaseaudiosink.c:
8667 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8668 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8670 Post error when caps cannot be parsed.
8671 Resync on discontinuity in the stream.
8672 Clip samples to segment boundaries.
8673 return WRONG_STATE sooner when we are flushing.
8675 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8676 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8677 Make audiosrc operate in TIME.
8678 Set TIMESTAMP and DURATION on buffers.
8680 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8682 * tests/examples/seek/seek.c: (main):
8683 Output tag messages as well.
8685 2006-01-23 Edward Hervey <edward@fluendo.com>
8687 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8688 (free_pad_probes), (remove_fakesink), (pad_probe),
8689 (close_pad_link), (gst_decode_bin_change_state):
8690 Replace GstPadBlockCallback with pad probes that detect
8691 first buffer AND eos before removing fakesink.
8692 Fixes hang with demuxers doing EOS while pre-rolling.
8695 2006-01-23 Andy Wingo <wingo@pobox.com>
8697 * ext/alsa/gstalsasink.c:
8698 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8699 (gst_base_rtp_depayload_setcaps),
8700 (gst_base_rtp_depayload_add_to_queue),
8701 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8703 Patch by: Jens Granseuer <jensgr at gmx dot net>
8705 2006-01-22 Julien MOUTTE <julien@moutte.net>
8707 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8708 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8709 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8710 frames. We might get a frame destroyed after changing state to
8711 NULL, adding a safety check on xcontext.
8713 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8715 * gst-libs/gst/interfaces/xoverlay.c:
8716 Fix prepare-xwindow-id code example in the docs - we need to
8717 ignore all messages that aren't element messages as well.
8719 2006-01-21 Julien MOUTTE <julien@moutte.net>
8721 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8722 I think one day i'll completely undestand how caps negotiation
8723 is supposed to work. This refactoring handles buffer_alloc
8724 called with caps we can't handle. We definitely don't want a
8725 set_caps with those caps, so we define and allocate a buffer
8726 we would like to receive.
8728 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8730 * gst/playback/gstplaybasebin.c: (setup_source):
8731 Free iterator when done.
8733 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8735 * gst-libs/gst/audio/gstbaseaudiosink.c:
8736 (gst_base_audio_sink_render):
8737 Fix playback of non-synchronised streams by assuming a rate
8738 of 1.0 instead of a random one.
8740 Makes this work again:
8742 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8743 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8744 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8745 audioresample ! alsasink
8747 === release 0.10.2 ===
8749 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8752 releasing 0.10.2, "Then the devil is six"
8754 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8756 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8757 * gst/playback/gststreamselector.c:
8758 (gst_stream_selector_set_property):
8759 Comment out broken code that connects to the state-changed signal.
8760 At this point, changing current stream selection is broken, but
8761 stuff like gst-launch playbin current-audio=1 works and filters
8762 to the chosen stream.
8764 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8766 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8767 Fix #327216 (null dereference in vorbisdec)
8769 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8771 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8772 Post taglist actually on bus instead of just freeing it
8773 (fixes #327114 and totem bug #327080).
8775 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8776 Use gst_element_found_tags_for_pad(), so that the tags
8777 are sent downstream as an event as well.
8779 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8781 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8782 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8783 (gst_ximagesink_buffer_alloc):
8784 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8785 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8786 (gst_xvimagesink_buffer_alloc):
8787 move all regularly occurring messages to GST_LOG level
8788 add some more object logs
8790 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8792 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8793 fix a silly segfault
8795 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8797 * docs/libs/gst-plugins-base-libs-docs.sgml:
8798 * docs/libs/gst-plugins-base-libs-sections.txt:
8799 * gst-libs/gst/audio/mixerutils.c:
8800 * gst-libs/gst/audio/mixerutils.h:
8801 Add docs for mixerutils stuff.
8803 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8805 * gst/playback/gstplaybasebin.c: (setup_source):
8806 Fix playback for sources that emit raw audio or
8807 raw video streams (e.g.: cd audio sources) (#325984).
8809 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8811 * gst-libs/gst/audio/mixerutils.c:
8812 (gst_audio_mixer_filter_do_filter):
8813 actually save the element we create
8815 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8817 * gst-libs/gst/cdda/gstcddabasesrc.c:
8818 (gst_cdda_base_src_handle_track_seek):
8819 No need to post a tag message on the bus when seeking
8820 within the same track, only post it when the current
8823 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8825 * gst/playback/gstplaybasebin.c: (group_destroy),
8826 (probe_triggered), (new_decoded_pad), (mute_group_type),
8827 (set_active_source):
8828 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8829 * gst/playback/gststreamselector.c:
8830 (gst_stream_selector_base_init),
8831 (gst_stream_selector_set_property),
8832 (gst_stream_selector_request_new_pad):
8833 Reenable stream selection. These mechanisms need a complete overhaul
8834 in the face of 0.8->0.10 changes though.
8836 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8838 * ext/ogg/gstoggdemux.c:
8839 Change the pad template to src_%d to match the pads that
8840 are created from it. decodebin needs this information in order
8841 to decide that oggdemux is capable of producing multiple pads
8842 (and hence needs queues inserted).
8844 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8845 (gst_ogg_mux_collected):
8846 Make debug output more useful by using GST_PTR_FORMAT.
8848 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8850 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8852 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8853 Set depth and width for alaw/mulaw (fixes #326601).
8855 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8857 * tests/icles/Makefile.am:
8858 don't build the tests if we don't have the libs
8860 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8862 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8863 (gst_cd_paranoia_paranoia_callback):
8864 Don't try to free NULL pointers.
8866 2006-01-10 Edward Hervey <edward@fluendo.com>
8868 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8869 (gst_audio_rate_change_state), (plugin_init):
8870 Add debugging category.
8872 Add case for incoming buffers without valid offset/offset_end.
8874 2006-01-10 Michael Smith <msmith@fluendo.com>
8876 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8877 Don't leak GCond in audio sources.
8879 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8881 * gst/playback/gstplaybin.c: (gen_audio_element):
8882 Don't leak an autoaudiosink/alsasink when we generate
8883 a new audio element. (old code, I guess)
8885 2006-01-10 Michael Smith <msmith@fluendo.com>
8887 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8888 Support float audio in audiorate.
8889 Use width rather than depth for selecting sample width.
8891 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8893 * gst/videotestsrc/videotestsrc.h:
8894 Use GLib types here (that way we don't have to include the
8895 generated _stdint.h header, which makes life easier for win32
8896 folks that don't use autotools for the build) (#325990, patch
8897 by: Sergey Scobich).
8899 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8901 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8902 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8903 (gst_ring_buffer_pause), (wait_segment):
8904 * gst-libs/gst/audio/gstringbuffer.h:
8905 Name (private) union, makes Forte compiler happy (this time
8906 for real) (#324900).
8908 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8910 * gst-libs/gst/audio/Makefile.am:
8911 Link against libgstinterfaces, needed for mixer
8912 and property probe stuff.
8914 2006-01-09 Edward Hervey <edward@fluendo.com>
8916 * gst-libs/gst/Makefile.am:
8918 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8920 * gst-libs/gst/audio/Makefile.am:
8921 * gst-libs/gst/audio/mixerutils.c:
8922 (gst_audio_mixer_filter_do_filter),
8923 (gst_audio_mixer_filter_check_element),
8924 (gst_audio_mixer_filter_probe_feature),
8925 (element_factory_rank_compare_func),
8926 (gst_audio_default_registry_mixer_filter):
8927 * gst-libs/gst/audio/mixerutils.h:
8928 Add gst_audio_default_registry_mixer_filter() utility
8931 2006-01-03 Michael Smith <msmith@fluendo.com>
8933 * gst/audioresample/resample.h:
8934 As before, but for o_buf
8936 2006-01-03 Michael Smith <msmith@fluendo.com>
8938 * gst/audioresample/resample.h:
8939 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8940 since we do arithmetic on it.
8942 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8944 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8945 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8946 (gst_ring_buffer_pause), (wait_segment):
8947 * gst-libs/gst/audio/gstringbuffer.h:
8948 Sun's Forte compiler doesn't seem to like anonymous structs,
8949 so use same setup as in GstBaseSrc (fixes #324900).
8951 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8954 * gst/volume/Makefile.am:
8955 * gst/volume/demo.c:
8956 move old example to tests/examples/volume/volune.c
8957 * tests/examples/Makefile.am:
8958 * tests/examples/seek/seek.c: (main):
8959 change window-close event from "delete-event" to "destroy"
8960 * tests/examples/volume/Makefile.am:
8961 * tests/examples/volume/volume.c: (value_changed_callback),
8962 (setup_gui), (message_received), (eos_message_received), (main):
8963 fix event handling and bus usage
8965 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8967 * gst/audiotestsrc/gstaudiotestsrc.c:
8968 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8969 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8970 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8971 (gst_audio_test_src_create_square),
8972 (gst_audio_test_src_create_saw),
8973 (gst_audio_test_src_create_triangle),
8974 (gst_audio_test_src_create_silence),
8975 (gst_audio_test_src_create_white_noise),
8976 (gst_audio_test_src_create_pink_noise),
8977 (gst_audio_test_src_init_sine_table),
8978 (gst_audio_test_src_create_sine_table),
8979 (gst_audio_test_src_change_wave),
8980 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8981 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8982 * gst/audiotestsrc/gstaudiotestsrc.h:
8983 update to basesrc changes, implement segmented seeking and eos
8984 handling, add a 'sine-tab' waveform for performance critical playback
8986 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8989 ... and this time the other modified file that I missed last time.
8991 2005-12-29 Michael Smith <msmith@fluendo.com>
8993 * gst/playback/gstdecodebin.c: (new_pad):
8994 Fix non-C89 variable declaration not at the start of a block. Should
8995 help some compilers.
8997 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8999 * tests/check/Makefile.am:
9000 And now fix 'make distcheck' (builddir != srcdir)
9002 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9005 * ext/cdparanoia/Makefile.am:
9006 * ext/cdparanoia/gstcdparanoia.c:
9007 * ext/cdparanoia/gstcdparanoia.h:
9008 * ext/cdparanoia/gstcdparanoiasrc.c:
9009 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9010 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9011 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9012 (gst_cd_paranoia_paranoia_callback),
9013 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9014 (gst_cd_paranoia_src_set_property),
9015 (gst_cd_paranoia_src_get_property), (plugin_init):
9016 * ext/cdparanoia/gstcdparanoiasrc.h:
9017 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9018 plugin again (there are still fixes required to playbin to make
9019 cdda:// uris work there).
9021 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9023 * tests/check/Makefile.am:
9024 Fix test case compilation.
9026 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9028 * gst-libs/gst/cdda/gstcddabasesrc.c:
9029 (gst_cdda_base_src_update_duration),
9030 (gst_cdda_base_src_calculate_cddb_id):
9031 An integer is not a string. Fix access to uninitialised variable.
9033 * tests/check/Makefile.am:
9034 Add cddabasesrc unit test; also actually enable the vorbis test.
9036 * tests/check/generic/states.c:
9037 Blacklist new cd audio elements as well.
9039 * tests/check/libs/cddabasesrc.c:
9040 Unit test for GstCddaBaseSrc (discid calculation mostly).
9042 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9044 * docs/libs/Makefile.am:
9045 * docs/libs/gst-plugins-base-libs-docs.sgml:
9046 * docs/libs/gst-plugins-base-libs-sections.txt:
9047 * docs/libs/gst-plugins-base-libs.types:
9048 Add docs for libgstcdda/GstCddaBaseSrc.
9050 * gst-libs/gst/interfaces/mixertrack.h:
9051 Do one struct member per line with a semicolon at the end, that way
9052 even gtk-doc might parse it without complaining.
9054 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9057 * gst-libs/gst/Makefile.am:
9058 * gst-libs/gst/cdda/Makefile.am:
9059 * gst-libs/gst/cdda/base64.c:
9060 * gst-libs/gst/cdda/base64.h:
9061 * gst-libs/gst/cdda/gstcddabasesrc.c:
9062 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9063 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9064 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9065 (gst_cdda_base_src_get_property),
9066 (gst_cdda_base_src_get_track_from_sector),
9067 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9068 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9069 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9070 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9071 (gst_cdda_base_src_uri_get_protocols),
9072 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9073 (gst_cdda_base_src_uri_handler_init),
9074 (gst_cdda_base_src_setup_interfaces),
9075 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9076 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9077 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9078 (gst_cdda_base_src_add_tags),
9079 (gst_cdda_base_src_add_index_associations),
9080 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9081 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9082 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9083 (gst_cdda_base_src_create):
9084 * gst-libs/gst/cdda/gstcddabasesrc.h:
9085 * gst-libs/gst/cdda/sha1.c:
9086 * gst-libs/gst/cdda/sha1.h:
9087 Add new libgstcdda with GstCddaBaseSrc class.
9089 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9091 * ext/gnomevfs/gstgnomevfssink.h:
9092 Use GstBaseSinkClass as parent_class member for class struct, not
9095 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9097 Patch by: Michael Benes
9099 * gst/videotestsrc/gstvideotestsrc.c:
9100 (gst_video_test_src_class_init), (gst_video_test_src_start):
9101 Add start method to reset running time and number of frames sent
9102 when starting up (fixes #324696)
9104 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9106 * docs/plugins/Makefile.am:
9107 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9108 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9109 * docs/plugins/gst-plugins-base-plugins.args:
9110 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9111 * docs/plugins/gst-plugins-base-plugins.signals:
9112 Add docs stuff for gnomevfssrc and gnomevfssink.
9114 * ext/gnomevfs/gstgnomevfssrc.c:
9115 Fix example pipeline in gtk-doc blurb.
9117 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9119 * ext/gnomevfs/Makefile.am:
9120 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9121 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9122 (gst_gnome_vfs_handle_get_type), (plugin_init):
9123 * ext/gnomevfs/gstgnomevfs.h:
9124 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9125 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9126 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9127 (gst_gnome_vfs_sink_set_property),
9128 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9129 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9130 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9131 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9132 (gst_gnome_vfs_sink_uri_get_type),
9133 (gst_gnome_vfs_sink_uri_get_protocols),
9134 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9135 (gst_gnome_vfs_sink_uri_handler_init):
9136 * ext/gnomevfs/gstgnomevfssink.h:
9137 Port gnomevfssink; add gtk-doc blurb.
9139 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9140 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9141 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9142 (gst_gnome_vfs_src_uri_get_type),
9143 (gst_gnome_vfs_src_uri_get_protocols),
9144 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9145 (gst_gnome_vfs_src_uri_handler_init),
9146 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9147 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9148 (gst_gnome_vfs_src_send_additional_headers_callback),
9149 (gst_gnome_vfs_src_received_headers_callback),
9150 (gst_gnome_vfs_src_push_callbacks),
9151 (gst_gnome_vfs_src_pop_callbacks),
9152 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9153 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9154 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9155 * ext/gnomevfs/gstgnomevfssrc.h:
9156 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9157 file; add gtk-doc blurb with example pipelines.
9159 === release 0.10.1 ===
9161 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9164 releasing 0.10.1, "Dobro Dedek"
9166 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9168 * gst/typefind/gsttypefindfunctions.c:
9169 iLBC30 and iLBC20 added to typefind.
9171 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9173 * gst-libs/gst/audio/gstbaseaudiosink.c:
9174 (gst_base_audio_sink_class_init):
9175 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9176 (gst_base_audio_src_class_init):
9177 update strings, values are in microseconds
9178 change the default sink buffer time to something that is smaller
9179 (to help software volume mixing have a slightly lower delay) but
9180 still be acceptable on Wim's laptop
9182 2005-12-20 Edward Hervey <edward@fluendo.com>
9184 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9185 Made a quack, forgot to add DUCK to the riff video template.
9187 2005-12-19 Edward Hervey <edward@fluendo.com>
9189 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9190 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9191 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9192 (gst_ogm_parse_chain):
9193 Make sure pads are initialized correctly.
9194 * gst-libs/gst/riff/riff-ids.h:
9195 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9196 (gst_riff_create_video_template_caps):
9197 Add a whole bunch of FOURCC <=> MimeType.
9198 Extend the riff video pad template to support the newly added fourcc.
9200 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9202 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9203 (gst_ogg_demux_activate_chain):
9204 Extra debug output when activating/deactivating chains.
9206 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9207 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9209 Remove a queue from our list when it becomes unlinked.
9210 Don't add queues to elements in class 'Demux' if they
9211 can only produce one pad
9213 2005-12-18 Julien MOUTTE <julien@moutte.net>
9215 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9216 (gst_video_sink_get_type): Add a debug category.
9218 2005-12-17 Philippe Khalaf <burger@speedy.org>
9220 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9221 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9222 Handle downstream newsegment by sending our own newsegment before the
9223 next buffer to be released. (#323900)
9225 2005-12-17 Philippe Khalaf <burger@speedy.org>
9227 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9228 (gst_base_rtp_depayload_set_gst_timestamp):
9229 add queue delay to new segment as well (as opposed to just the first
9230 buffer). (bug #322347)
9232 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9234 * ext/libvisual/visual.c: (make_valid_name):
9235 change some char* into char[]
9236 * gst/audiotestsrc/gstaudiotestsrc.c:
9237 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9238 (gst_audio_test_src_create):
9239 * gst/audiotestsrc/gstaudiotestsrc.h:
9240 prepare to handle EOS and SEGMENT_DONE
9242 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9244 * tests/check/generic/states.c: (GST_START_TEST):
9245 Blacklist cdparanoia element in state test.
9247 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9249 Patch by: Benjamin Pineau
9252 * gst/tcp/gsttcpclientsink.c:
9253 * gst/tcp/gsttcpserversink.c:
9254 * gst/tcp/gsttcpserversrc.c:
9255 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9257 2005-12-15 Michael Smith <msmith@fluendo.com>
9259 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9260 (gst_video_rate_chain):
9261 Fix timestamping for videorate when the first buffer it sees has a
9262 non-zero timestamp. Fix some misleading debug output.
9264 2005-12-15 Michael Smith <msmith@fluendo.com>
9266 * gst/audioresample/gstaudioresample.c:
9267 Don't leak all input buffers to audioresample.
9269 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9271 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9272 Don't operate on empty text buffers. Strip newlines and
9273 tabs only from the end of the text, but leave them intact
9274 in the middle. Fix typo in gtk-doc description.
9276 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9278 * gst/playback/gstplaybasebin.c:
9279 * gst/playback/gstplaybin.c: (handoff):
9280 Make sure the video frame buffer we return to apps via the
9281 "frame" property always has caps set on it. Modify
9282 _gst_gvalue_set_object() macro to handle NULL objects
9285 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9287 * gst/audiotestsrc/gstaudiotestsrc.c:
9288 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9289 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9290 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9291 (gst_audio_test_src_create):
9292 * gst/audiotestsrc/gstaudiotestsrc.h:
9293 Adjust to some recent api changes and add wtays new cool seeking
9296 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9298 * ext/alsa/Makefile.am:
9299 * ext/alsa/gstalsadeviceprobe.c:
9300 * ext/alsa/gstalsadeviceprobe.h:
9301 Helper functions to add device probing via the GstPropertyProbe
9302 interface to a class.
9304 * ext/alsa/gstalsamixer.h:
9305 Comment out GST_ALSA_MIXER, it returns a struct that's not
9308 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9309 Add some debug info.
9311 * ext/alsa/gstalsamixerelement.c:
9312 (gst_alsa_mixer_element_interface_supported),
9313 (gst_implements_interface_init),
9314 (gst_alsa_mixer_element_init_interfaces),
9315 (gst_alsa_mixer_element_class_init),
9316 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9317 (gst_alsa_mixer_element_set_property),
9318 (gst_alsa_mixer_element_get_property),
9319 (gst_alsa_mixer_element_change_state):
9320 * ext/alsa/gstalsamixerelement.h:
9321 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9322 for device handling (gnome-volume-control will need that).
9324 2005-12-12 Christian Schaller <uraeus@gnome.org>
9326 * ext/Makefile.am: fix cdparanoia entry
9327 * gst-plugins-base.spec.in: add cdparanoia
9329 2005-12-12 Michael Smith <msmith@fluendo.com>
9331 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9332 Use the correct function to free list of typefind factories.
9334 2005-12-12 Wim Taymans <wim@fluendo.com>
9336 * gst/videotestsrc/gstvideotestsrc.c:
9337 (gst_video_test_src_class_init), (gst_video_test_src_init),
9338 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9339 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9340 (gst_video_test_src_create):
9341 * gst/videotestsrc/gstvideotestsrc.h:
9342 Implement seeking in videotestsrc.
9345 2005-12-12 Wim Taymans <wim@fluendo.com>
9347 * ext/cdparanoia/Makefile.am:
9348 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9349 (gst_paranoia_endian_get_type), (_do_init),
9350 (cdparanoia_class_init), (cdparanoia_init),
9351 (cdparanoia_set_property), (cdparanoia_get_property),
9352 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9353 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9354 (cdparanoia_convert), (cdparanoia_get_query_types),
9355 (cdparanoia_query), (cdparanoia_set_index),
9356 (cdparanoia_uri_set_uri):
9357 * ext/cdparanoia/gstcdparanoia.h:
9358 Partially ported cdparanoia now that basesrc can support a
9361 2005-12-12 Wim Taymans <wim@fluendo.com>
9363 * tests/examples/seek/scrubby.c: (main):
9364 Set higher priority for bus events so they don't get reordered with
9367 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9368 (flush_toggle_cb), (main):
9369 Added checkbox to disable flushing seeks.
9370 Disable scrubbing when doing non flushing seeks.
9372 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9374 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9375 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9376 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9377 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9378 Implement some sort of event handling that doesn't rely on
9379 g_return_if_fail; make sure we always push the last chunk of an
9380 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9381 state change function; remove some old cruft. Seeking is still
9382 rather unlikely to work though.
9387 2005-12-11 Julien MOUTTE <julien@moutte.net>
9389 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9390 Fixed a leak of the current image reference when cleaning up.
9391 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9393 2005-12-09 Michael Smith <msmith@fluendo.com>
9395 * tools/Makefile.am:
9396 * tools/gst-launch-ext-m.m:
9397 Remove gst-launch-ext. It doesn't work, and is no longer
9398 particularly useful.
9400 2005-12-08 Luca Ognibene <luogni@tin.it>
9402 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9403 don't pass random values to ogmparse convert function.
9404 Make seeking possible in the exile1.ogm file.
9406 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9408 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9409 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9410 Work around refcount problem with g_value_set_object() that occur
9411 if the core has been compiled against GLib-2.6 (g_value_set_object()
9412 will only g_object_ref() the element, but the caller will
9413 gst_object_unref() it and bad things will happen due to the way
9414 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9415 totem for people on FC4 using Thomas's 0.10 RPMs.
9417 2005-12-07 Edward Hervey <edward@fluendo.com>
9419 Time to welcome ogm to 0.10 :)
9421 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9422 (gst_ogg_pad_typefind):
9423 Oggdemux can now properly typefind elements with dynamic pads.
9424 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9425 Properly set caps on src pad, and set caps on outgoing buffers.
9427 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9429 * ext/alsa/gstalsamixer.h:
9430 * ext/alsa/gstalsamixerelement.h:
9431 * ext/alsa/gstalsamixeroptions.h:
9432 * ext/alsa/gstalsamixertrack.h:
9433 * ext/alsa/gstalsasink.c:
9434 * ext/alsa/gstalsasink.h:
9435 * ext/alsa/gstalsasrc.c:
9436 * ext/alsa/gstalsasrc.h:
9437 * ext/cdparanoia/gstcdparanoia.h:
9438 * ext/gnomevfs/gstgnomevfsuri.h:
9439 * ext/ogg/gstoggdemux.c:
9440 * ext/ogg/gstoggmux.c:
9441 * ext/pango/gsttextoverlay.h:
9442 * ext/theora/theoradec.c:
9443 * ext/theora/theoraenc.c:
9444 * ext/vorbis/vorbisdec.h:
9445 * ext/vorbis/vorbisenc.c:
9446 * ext/vorbis/vorbisenc.h:
9447 * ext/vorbis/vorbisparse.h:
9448 * gst-libs/gst/audio/gstaudioclock.h:
9449 * gst-libs/gst/audio/gstaudiosink.c:
9450 * gst-libs/gst/audio/gstaudiosink.h:
9451 * gst-libs/gst/audio/gstaudiosrc.c:
9452 * gst-libs/gst/audio/gstaudiosrc.h:
9453 * gst-libs/gst/audio/gstbaseaudiosink.c:
9454 * gst-libs/gst/audio/gstbaseaudiosink.h:
9455 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9456 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9457 * gst-libs/gst/audio/gstringbuffer.h:
9458 * gst-libs/gst/audio/multichannel.h:
9459 * gst-libs/gst/floatcast/floatcast.h:
9460 * gst-libs/gst/interfaces/colorbalance.c:
9461 * gst-libs/gst/interfaces/colorbalance.h:
9462 * gst-libs/gst/interfaces/colorbalancechannel.h:
9463 * gst-libs/gst/interfaces/mixer.h:
9464 * gst-libs/gst/interfaces/mixeroptions.h:
9465 * gst-libs/gst/interfaces/mixertrack.h:
9466 * gst-libs/gst/interfaces/navigation.h:
9467 * gst-libs/gst/interfaces/propertyprobe.h:
9468 * gst-libs/gst/interfaces/tuner.h:
9469 * gst-libs/gst/interfaces/tunerchannel.h:
9470 * gst-libs/gst/interfaces/tunernorm.h:
9471 * gst-libs/gst/interfaces/xoverlay.h:
9472 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9473 * gst-libs/gst/riff/riff-ids.h:
9474 * gst-libs/gst/riff/riff-media.h:
9475 * gst-libs/gst/riff/riff-read.h:
9476 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9477 * gst-libs/gst/rtp/gstbasertppayload.c:
9478 * gst-libs/gst/rtp/gstbasertppayload.h:
9479 * gst-libs/gst/rtp/gstrtpbuffer.c:
9480 * gst-libs/gst/rtp/gstrtpbuffer.h:
9481 * gst-libs/gst/tag/gsttageditingprivate.h:
9482 * gst-libs/gst/tag/gstvorbistag.c:
9483 (gst_tag_list_from_vorbiscomment_buffer):
9484 * gst-libs/gst/tag/tag.h:
9485 * gst-libs/gst/video/video.h:
9486 * gst/adder/gstadder.c:
9487 * gst/adder/gstadder.h:
9488 * gst/audioconvert/audioconvert.c:
9489 * gst/audioconvert/audioconvert.h:
9490 * gst/audioconvert/gstaudioconvert.c:
9491 * gst/audioconvert/gstchannelmix.c:
9492 * gst/audioconvert/gstchannelmix.h:
9493 * gst/audiorate/gstaudiorate.c:
9494 * gst/audioresample/buffer.h:
9495 * gst/audioresample/functable.h:
9496 * gst/audioresample/gstaudioresample.c:
9497 * gst/audioresample/resample.h:
9498 * gst/ffmpegcolorspace/avcodec.h:
9499 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9500 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9501 * gst/ffmpegcolorspace/imgconvert.c:
9502 * gst/ffmpegcolorspace/imgconvert_template.h:
9503 * gst/playback/gstdecodebin.c:
9504 * gst/playback/gstplaybasebin.h:
9505 * gst/playback/gstplaybin.c:
9506 * gst/playback/gststreaminfo.h:
9507 * gst/tcp/gstfdset.c:
9508 * gst/tcp/gstfdset.h:
9509 * gst/tcp/gstmultifdsink.c:
9510 * gst/tcp/gstmultifdsink.h:
9512 * gst/tcp/gsttcpclientsrc.c:
9513 * gst/tcp/gsttcpclientsrc.h:
9514 * gst/tcp/gsttcpplugin.h:
9515 * gst/tcp/gsttcpserversink.c:
9516 * gst/tcp/gsttcpserversrc.c:
9517 * gst/typefind/gsttypefindfunctions.c:
9518 * gst/videorate/gstvideorate.c:
9519 * gst/videotestsrc/gstvideotestsrc.h:
9520 * gst/videotestsrc/videotestsrc.h:
9521 * sys/v4l/gstv4lcolorbalance.h:
9522 * sys/v4l/gstv4ltuner.h:
9523 * sys/v4l/gstv4lxoverlay.h:
9524 * sys/v4l/v4l_calls.h:
9525 * sys/v4l/videodev_mjpeg.h:
9526 * tests/check/elements/audioconvert.c:
9527 * tests/check/elements/audioresample.c:
9528 * tests/check/elements/audiotestsrc.c:
9529 * tests/check/elements/videotestsrc.c:
9530 * tests/check/elements/volume.c:
9531 * tests/examples/seek/scrubby.c:
9532 * tests/examples/seek/seek.c:
9535 === release 0.10.0 ===
9537 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9540 releasing 0.10.0, "Mont-d'or"
9542 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9544 * tests/examples/seek/Makefile.am:
9545 Build fix for when gtk is not available.
9547 2005-12-05 Andy Wingo <wingo@pobox.com>
9549 * ext/libvisual/visual.c: (get_buffer):
9550 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9551 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9552 * ext/theora/theoradec.c: (theora_handle_data_packet):
9553 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9555 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9556 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9557 Update for alloc_buffer changes.
9559 2005-12-05 Andy Wingo <wingo@pobox.com>
9561 patch by: Kai Vehmanen <kv2004 eca cx>
9563 * gst-libs/gst/rtp/gstbasertpdepayload.c
9564 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9566 2005-12-04 Andy Wingo <wingo@pobox.com>
9568 patch by: Sebastien Cote <sebas642 yahoo ca>
9570 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9573 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9575 * docs/plugins/Makefile.am:
9576 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9577 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9578 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9579 * ext/pango/gstclockoverlay.c:
9580 * ext/pango/gsttextoverlay.c:
9581 * ext/pango/gsttextrender.c:
9582 * ext/pango/gsttimeoverlay.c:
9583 Add gtk-doc blurbs to pango elements.
9585 2005-12-02 Wim Taymans <wim@fluendo.com>
9587 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9588 * gst/audioresample/buffer.h:
9589 * gst/audioresample/gstaudioresample.c:
9590 * gst/audioresample/gstaudioresample.h:
9591 * gst/audioresample/resample.c: (resample_input_flush),
9592 (resample_input_pushthrough), (resample_input_eos),
9593 (resample_get_output_size_for_input),
9594 (resample_get_input_size_for_output), (resample_get_output_size),
9595 (resample_get_output_data):
9596 * gst/audioresample/resample.h:
9597 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9598 Fix audioresample, seek torture, new segments, reverse negotiation
9601 2005-12-02 Wim Taymans <wim@fluendo.com>
9603 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9606 2005-12-02 Wim Taymans <wim@fluendo.com>
9608 * gst/audioconvert/gstaudioconvert.c:
9609 (gst_audio_convert_transform):
9612 === release 0.9.7 ===
9614 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9617 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9619 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9625 add win32 MANIFEST file
9626 do something to the hungarian translation
9628 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9631 Add $(PANGO_DIR) to SUBDIRS
9633 * ext/pango/gstclockoverlay.c:
9634 * ext/pango/gsttimeoverlay.c:
9635 Fix and improve element descriptions.
9637 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9639 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9640 * docs/plugins/inspect/plugin-libvisual.xml:
9641 * docs/plugins/inspect/plugin-pango.xml:
9642 add pango plugin to docs
9644 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9650 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9653 * tests/Makefile.am:
9654 * tests/icles/.cvsignore:
9655 * tests/icles/Makefile.am:
9656 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9657 (close_display), (resize_window), (move_window), (create_window),
9658 (terminate_playback), (pause_playback), (start_playback), (main):
9659 add stress test for xoverlay from Julien
9661 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9663 * docs/libs/tmpl/gstcolorbalance.sgml:
9664 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9665 * gst-libs/gst/rtp/gstbasertppayload.c:
9666 * gst-libs/gst/rtp/gstrtpbuffer.c:
9667 * gst-libs/gst/rtp/gstrtpbuffer.h:
9668 Do burger's rename for rtp payloaders and depayloaders
9670 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9673 add Visual Studio 6 build files
9675 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9677 * docs/libs/gst-plugins-base-libs-docs.sgml:
9678 * docs/libs/gst-plugins-base-libs-sections.txt:
9679 * docs/libs/tmpl/gstaudio.sgml:
9680 * docs/libs/tmpl/gstringbuffer.sgml:
9681 * gst-libs/gst/interfaces/xoverlay.c:
9682 * gst-libs/gst/video/gstvideofilter.c:
9683 * gst-libs/gst/video/gstvideosink.c:
9684 update documentation
9686 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9688 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9689 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9690 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9691 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9692 (gst_multi_fd_sink_get_stats),
9693 (gst_multi_fd_sink_remove_client_link),
9694 (gst_multi_fd_sink_handle_client_read),
9695 (gst_multi_fd_sink_client_queue_data),
9696 (gst_multi_fd_sink_client_queue_caps),
9697 (gst_multi_fd_sink_client_queue_buffer),
9698 (gst_multi_fd_sink_new_client),
9699 (gst_multi_fd_sink_handle_client_write),
9700 (gst_multi_fd_sink_recover_client),
9701 (gst_multi_fd_sink_queue_buffer),
9702 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9703 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9704 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9705 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9706 * gst/tcp/gstmultifdsink.h:
9707 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9708 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9709 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9710 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9711 (gst_tcp_client_sink_set_property),
9712 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9713 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9714 * gst/tcp/gsttcpclientsink.h:
9715 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9716 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9717 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9718 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9719 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9720 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9721 * gst/tcp/gsttcpclientsrc.h:
9722 * gst/tcp/gsttcpplugin.c: (plugin_init):
9723 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9724 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9725 (gst_tcp_server_sink_finalize),
9726 (gst_tcp_server_sink_handle_server_read),
9727 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9728 (gst_tcp_server_sink_set_property),
9729 (gst_tcp_server_sink_get_property),
9730 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9731 * gst/tcp/gsttcpserversink.h:
9732 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9733 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9734 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9735 (gst_tcp_server_src_set_property),
9736 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9737 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9738 * gst/tcp/gsttcpserversrc.h:
9741 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9743 * docs/plugins/Makefile.am:
9744 * docs/plugins/gst-plugins-base-plugins.args:
9745 * docs/plugins/inspect/plugin-libvisual.xml:
9746 * gst/audioconvert/plugin.h:
9747 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9748 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9749 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9750 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9751 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9753 * gst/audiotestsrc/gstaudiotestsrc.c:
9754 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9755 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9756 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9757 (gst_audio_test_src_get_query_types),
9758 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9759 (gst_audio_test_src_create_square),
9760 (gst_audio_test_src_create_saw),
9761 (gst_audio_test_src_create_triangle),
9762 (gst_audio_test_src_create_silence),
9763 (gst_audio_test_src_create_white_noise),
9764 (gst_audio_test_src_init_pink_noise),
9765 (gst_audio_test_src_generate_pink_noise_value),
9766 (gst_audio_test_src_create_pink_noise),
9767 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9768 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9769 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9771 * gst/audiotestsrc/gstaudiotestsrc.h:
9772 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9773 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9774 (gst_sub_parse_init), (gst_sub_parse_formats),
9775 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9776 (convert_encoding), (get_next_line),
9777 (gst_sub_parse_data_format_autodetect),
9778 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9779 (gst_sub_parse_loop), (gst_sub_parse_chain),
9780 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9782 * gst/subparse/gstsubparse.h:
9783 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9784 (gst_video_rate_base_init), (gst_video_rate_class_init),
9785 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9786 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9787 (gst_video_rate_init), (gst_video_rate_event),
9788 (gst_video_rate_chain), (gst_video_rate_set_property),
9789 (gst_video_rate_get_property), (gst_video_rate_change_state),
9791 * gst/videoscale/gstvideoscale.c:
9792 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9793 (gst_video_scale_src_template_factory),
9794 (gst_video_scale_sink_template_factory),
9795 (gst_video_scale_get_type), (gst_video_scale_base_init),
9796 (gst_video_scale_class_init), (gst_video_scale_init),
9797 (gst_video_scale_set_property), (gst_video_scale_get_property),
9798 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9799 (gst_video_scale_prepare_size), (parse_caps),
9800 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9801 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9802 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9804 * gst/videoscale/gstvideoscale.h:
9805 * gst/videotestsrc/gstvideotestsrc.c:
9806 (gst_video_test_src_pattern_get_type),
9807 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9808 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9809 (gst_video_test_src_set_pattern),
9810 (gst_video_test_src_set_property),
9811 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9812 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9813 (gst_video_test_src_event), (gst_video_test_src_get_times),
9814 (gst_video_test_src_create), (plugin_init):
9815 * gst/videotestsrc/gstvideotestsrc.h:
9816 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9817 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9818 (gst_video_test_src_black):
9819 * gst/videotestsrc/videotestsrc.h:
9821 clean up docs a little
9823 2005-11-30 Wim Taymans <wim@fluendo.com>
9825 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9826 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9827 (gst_basertppayload_event), (gst_basertppayload_push),
9828 (gst_basertppayload_change_state):
9829 * gst-libs/gst/rtp/gstbasertppayload.h:
9832 2005-11-30 Julien MOUTTE <julien@moutte.net>
9834 * docs/libs/gst-plugins-base-libs-docs.sgml:
9835 * docs/libs/gst-plugins-base-libs-sections.txt:
9836 * gst-libs/gst/video/gstvideofilter.c:
9837 * gst-libs/gst/video/gstvideosink.c:
9838 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9840 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9860 * scripts/autoplugins.sh:
9863 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9867 * examples/Makefile.am:
9868 * examples/capsfilter/Makefile.am:
9869 * examples/capsfilter/capsfilter1.c:
9870 * examples/gob/Makefile.am:
9871 * examples/gob/gst-identity2.gob:
9872 * examples/indexing/.cvsignore:
9873 * examples/indexing/Makefile.am:
9874 * examples/indexing/indexmpeg.c:
9875 * examples/seeking/.cvsignore:
9876 * examples/seeking/Makefile.am:
9877 * examples/seeking/cdparanoia.c:
9878 * examples/seeking/cdplayer.c:
9879 * examples/seeking/chained.c:
9880 * examples/seeking/scrubby.c:
9881 * examples/seeking/seek.c:
9882 * examples/stats/Makefile.am:
9883 * examples/stats/mp2ogg.c:
9884 * examples/switch/.cvsignore:
9885 * examples/switch/Makefile.am:
9886 * examples/switch/switcher.c:
9887 * tests/Makefile.am:
9888 * tests/check/generic/.cvsignore:
9889 * tests/check/pipelines/.cvsignore:
9890 * tests/examples/Makefile.am:
9891 * tests/examples/seek/Makefile.am:
9892 reorganize stuff under tests/
9894 2005-11-30 Edward Hervey <edward@fluendo.com>
9896 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9897 Go away you stupid GstStaticPadTemplate memleak.
9899 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9901 * gst-libs/gst/net/Makefile.am:
9902 * gst-libs/gst/net/README:
9903 * gst-libs/gst/net/gstnetbuffer.c:
9904 * gst-libs/gst/net/gstnetbuffer.h:
9905 this was moved to "netbuffer"
9907 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9909 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9910 (gst_video_filter_class_init), (gst_video_filter_init):
9911 * gst-libs/gst/video/gstvideofilter.h:
9912 borgify name to bring in line with other classes
9914 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9916 * gst/audioscale/.cvsignore:
9917 * gst/audioscale/Makefile.am:
9918 * gst/audioscale/README:
9919 * gst/audioscale/audioscale.vcproj:
9920 * gst/audioscale/dtof.c:
9921 * gst/audioscale/dtos.c:
9922 * gst/audioscale/functable.c:
9923 * gst/audioscale/gstaudioscale.c:
9924 * gst/audioscale/gstaudioscale.h:
9925 * gst/audioscale/private.h:
9926 * gst/audioscale/resample.c:
9927 * gst/audioscale/resample.h:
9928 * gst/audioscale/test.c:
9931 2005-11-30 Edward Hervey <edward@fluendo.com>
9933 * gst-libs/gst/netbuffer/Makefile.am:
9934 really, really tired
9936 2005-11-30 Edward Hervey <edward@fluendo.com>
9938 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9939 Update for new GstTypeFindFactory _register()
9941 2005-11-30 Edward Hervey <edward@fluendo.com>
9943 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9944 Let's not override libgstnet from core for no reason...
9945 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9946 Ok, maybe not so quick next time.
9948 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9951 * gst-libs/gst/Makefile.am:
9952 moved gst-libs/gst/net to netbuffer through CVS surgery
9953 remove old directory
9954 updating build to accomodate
9957 2005-11-29 Andy Wingo <wingo@pobox.com>
9959 * pkgconfig/gstreamer-plugins-base.pc.in:
9960 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9961 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9964 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9966 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9967 3rd time's the charm. Correct ref-counting for discarded buffers.
9969 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9971 * gst/playback/gststreamselector.c:
9972 (gst_stream_selector_class_init),
9973 (gst_stream_selector_set_property),
9974 (gst_stream_selector_get_property),
9975 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9978 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9980 * gst/subparse/gstsubparse.c: (feed_textbuf):
9981 Don't access already unref'ed buffer.
9983 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9985 * gst/playback/gststreamselector.c:
9986 (gst_stream_selector_class_init), (gst_stream_selector_init),
9987 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9988 (gst_stream_selector_get_property),
9989 (gst_stream_selector_get_linked_pad),
9990 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9991 * gst/playback/gststreamselector.h:
9992 Add the active-pad property for playbin to use shortly. Ignore buffers
9993 from any other pad, returning GST_FLOW_NOT_LINKED
9995 2005-11-29 Julien MOUTTE <julien@moutte.net>
9997 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9998 patch from bug #322704 (Alessandro Decina).
10000 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10002 * gst-libs/gst/audio/Makefile.am:
10003 folded audiofilter into the audio library
10005 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10007 * gst/videoscale/gstvideoscale.h:
10008 * gst/videoscale/gstvideoscale.c:
10009 remove unimplemented scale methods
10011 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10013 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10016 2005-11-28 Julien MOUTTE <julien@moutte.net>
10018 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10019 (gst_ximagesink_setcaps):
10020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10021 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10022 happens (only visible on ximagesink but bug is in xv too) set_caps was
10023 destroying the internal x[v]image used to memcpy non locally alloced
10024 buffers so that it got renewed on next _chain. The issue is that
10025 _expose will try to put that image as it reffed it in _put.
10026 Using gst_buffer_unref instead of destroy fixes it !
10028 2005-11-28 Edward Hervey <edward@fluendo.com>
10030 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10031 (try_to_link_1), (queue_filled_cb):
10032 Better use of the queues. Start with a small size queue and only increase
10033 the size of the queues when the other queues are empty.
10035 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10037 * gst-libs/gst/video/Makefile.am:
10038 compile in copied-over videofilter into the video library
10039 * gst-libs/gst/video/videosink.h:
10040 rename the header to gstvideosink.h since it's a base GstObject class
10041 * sys/ximage/ximagesink.h:
10042 * sys/xvimage/xvimagesink.h:
10045 2005-11-28 Wim Taymans <wim@fluendo.com>
10047 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10048 * gst/playback/gstplaybasebin.h:
10049 Prepare to handle errors betters.
10051 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10052 Set sinks to PAUSED first before adding and linking them so that
10053 we don't interrupt dataflow.
10055 2005-11-28 Wim Taymans <wim@fluendo.com>
10057 * gst-libs/gst/audio/TODO:
10060 * gst-libs/gst/audio/gstaudiosink.c:
10061 (gst_audioringbuffer_open_device),
10062 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10063 (gst_audioringbuffer_release):
10066 * gst-libs/gst/audio/gstbaseaudiosink.c:
10067 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10068 (gst_base_audio_sink_change_state):
10069 Slave to the master clock when going to PLAYING and unslave when
10072 * gst-libs/gst/audio/gstringbuffer.c:
10073 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10074 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10075 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10076 (gst_ring_buffer_clear_all), (wait_segment),
10077 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10078 (gst_ring_buffer_advance):
10079 * gst-libs/gst/audio/gstringbuffer.h:
10080 Add some docs and cleanups.
10082 2005-11-28 Julien MOUTTE <julien@moutte.net>
10084 * sys/xvimage/xvimagesink.c:
10085 (gst_xvimagesink_navigation_send_event): Fix navigation events
10086 coordinates translation with pixel aspect ratios.
10088 2005-11-28 Julien MOUTTE <julien@moutte.net>
10090 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10091 Use calculated video geometry from _setcaps instead of buffer
10092 caps to respect pixel aspect ratio. (fixes #322388)
10094 2005-11-28 Julien MOUTTE <julien@moutte.net>
10096 * docs/libs/tmpl/gstcolorbalance.sgml:
10097 * docs/libs/tmpl/gstmixer.sgml:
10098 * docs/libs/tmpl/gstxoverlay.sgml:
10099 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10102 2005-11-28 Julien MOUTTE <julien@moutte.net>
10104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10105 Refuse to create an XvImage if we can't find the format.
10107 2005-11-28 Edward Hervey <edward@fluendo.com>
10109 * gst-libs/gst/riff/riff-media.c:
10110 (gst_riff_create_audio_template_caps):
10111 Add ATRAC3 to the list of riff-possible audio caps.
10112 I know we still don't have a plugin for atrac3, but it's saner to output
10113 that than a cryptic mimetype.
10115 2005-11-27 Edward Hervey <edward@fluendo.com>
10117 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10118 Don't try to create a zero-sized subbuffer.
10120 2005-11-27 Julien MOUTTE <julien@moutte.net>
10122 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10123 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10124 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10125 (gst_ximagesink_expose): Fixed a tricky race.
10126 * sys/ximage/ximagesink.h:
10127 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10128 (gst_xvimagesink_expose): Fixed a tricky race.
10129 * sys/xvimage/xvimagesink.h:
10131 2005-11-27 Edward Hervey <edward@fluendo.com>
10133 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10134 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10135 Remove unused properties, and add queues between demuxers and decoders
10136 so that a lot more files can preroll properly.
10138 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10140 * gst-libs/gst/net/Makefile.am:
10141 * gst-libs/gst/rtp/Makefile.am:
10142 * gst-libs/gst/tag/Makefile.am:
10143 remove silly include
10144 * gst/tags/Makefile.am:
10145 * gst/tags/gsttagediting.c:
10146 * gst/tags/gsttageditingprivate.h:
10147 * gst/tags/tagedit.vcproj:
10148 remove directory, is as good as empty
10150 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10153 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10154 * gst-libs/Makefile.am:
10155 * gst-libs/gst/audio/Makefile.am:
10156 * gst-libs/gst/interfaces/Makefile.am:
10157 * gst-libs/gst/net/Makefile.am:
10158 * gst-libs/gst/riff/Makefile.am:
10159 * gst-libs/gst/rtp/Makefile.am:
10160 * gst-libs/gst/tag/Makefile.am:
10161 * gst-libs/gst/video/Makefile.am:
10164 2005-11-27 Julien MOUTTE <julien@moutte.net>
10166 * docs/libs/tmpl/gstcolorbalance.sgml:
10167 * docs/libs/tmpl/gstmixer.sgml:
10168 * docs/libs/tmpl/gstxoverlay.sgml:
10169 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10170 * sys/ximage/ximagesink.h:
10171 * sys/xvimage/xvimagesink.h: More and more documentation.
10173 2005-11-26 Julien MOUTTE <julien@moutte.net>
10175 * docs/libs/gst-plugins-base-libs-docs.sgml:
10176 * docs/libs/gst-plugins-base-libs-sections.txt:
10177 * docs/libs/tmpl/gstcolorbalance.sgml:
10178 * docs/libs/tmpl/gstmixer.sgml:
10179 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10182 2005-11-26 Julien MOUTTE <julien@moutte.net>
10184 * docs/plugins/Makefile.am:
10185 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10186 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10187 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10189 2005-11-26 Julien MOUTTE <julien@moutte.net>
10191 * docs/plugins/Makefile.am:
10192 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10193 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10194 * docs/plugins/inspect/plugin-adder.xml:
10195 * docs/plugins/inspect/plugin-alsa.xml:
10196 * docs/plugins/inspect/plugin-audioconvert.xml:
10197 * docs/plugins/inspect/plugin-audiorate.xml:
10198 * docs/plugins/inspect/plugin-audioresample.xml:
10199 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10200 * docs/plugins/inspect/plugin-decodebin.xml:
10201 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10202 * docs/plugins/inspect/plugin-gnomevfs.xml:
10203 * docs/plugins/inspect/plugin-ogg.xml:
10204 * docs/plugins/inspect/plugin-playbin.xml:
10205 * docs/plugins/inspect/plugin-subparse.xml:
10206 * docs/plugins/inspect/plugin-tcp.xml:
10207 * docs/plugins/inspect/plugin-theora.xml:
10208 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10209 * docs/plugins/inspect/plugin-video4linux.xml:
10210 * docs/plugins/inspect/plugin-videorate.xml:
10211 * docs/plugins/inspect/plugin-videoscale.xml:
10212 * docs/plugins/inspect/plugin-videotestsrc.xml:
10213 * docs/plugins/inspect/plugin-volume.xml:
10214 * docs/plugins/inspect/plugin-vorbis.xml:
10215 * docs/plugins/inspect/plugin-ximagesink.xml:
10216 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10217 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10219 2005-11-26 Edward Hervey <edward@fluendo.com>
10221 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10222 Properly return GstFlowReturn from gst_pad_push in chain functions.
10224 2005-11-25 Michael Smith <msmith@fluendo.com>
10226 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10227 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10228 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10229 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10230 Handle various conditions better when we don't understand a stream.
10231 Removes a heap of CRITICALs on ogg streams containing unknown data.
10233 2005-11-24 Andy Wingo <wingo@pobox.com>
10235 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10238 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10240 * configure.ac: back to HEAD
10242 === release 0.9.6 ===
10244 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10247 releasing 0.9.6, "White Eight"
10249 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10251 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10252 * docs/plugins/inspect/plugin-sine.xml:
10253 remove sinesrc some more
10255 2005-11-23 Wim Taymans <wim@fluendo.com>
10257 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10258 If we are reading too slowly, jump forward in the ringbuffer
10259 instead of blocking.
10261 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10263 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10264 (gst_visual_chain):
10265 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10266 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10267 (gst_videorate_chain):
10268 * gst/videotestsrc/gstvideotestsrc.c:
10269 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10270 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10271 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10272 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10273 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10274 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10275 Updates for API changes
10277 2005-11-23 Wim Taymans <wim@fluendo.com>
10279 * gst-libs/gst/audio/gstbaseaudiosink.c:
10280 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10281 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10282 Fix for calibration API change.
10284 2005-11-23 Michael Smith <msmith@fluendo.com>
10286 * gst-libs/gst/audio/multichannel.c:
10287 (gst_audio_get_channel_positions),
10288 (gst_audio_set_channel_positions),
10289 (gst_audio_set_structure_channel_positions_list),
10290 (gst_audio_fixate_channel_positions):
10291 Use gst_value_array_*() functions on value arrays, not
10292 gst_value_list_*().
10294 2005-11-23 Edward Hervey <edward@fluendo.com>
10297 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10300 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10302 * check/Makefile.am:
10303 * check/elements/videotestsrc.c: (setup_videotestsrc),
10304 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10306 add a test for videotestsrc
10308 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10310 * gst/sine/.cvsignore:
10311 * gst/sine/Makefile.am:
10312 * gst/sine/gstsinesrc.c:
10313 * gst/sine/gstsinesrc.h:
10314 * gst/sine/sinesrc.vcproj:
10315 and remove sinesrc from the repository. Closes #321446
10317 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10320 * gst-plugins-base.spec.in:
10321 remove sinesrc from the build
10323 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10325 * check/Makefile.am:
10326 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10327 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10329 add a test for audiotestsrc, testing all waves. Even seems
10330 leak-free at first glance, nice job Stefan
10332 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10348 Translation string updates
10350 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10351 (gst_v4lsrc_set_caps):
10352 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10353 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10354 * sys/v4l/v4lsrc_calls.h:
10355 Improve v4lsrc, by making it work again.
10357 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10359 * ext/libvisual/visual.c: (gst_visual_chain):
10360 Fix the fps calculations.
10362 * gst/ffmpegcolorspace/avcodec.h:
10363 Move structure element for clarity
10365 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10366 * gst-libs/gst/interfaces/tunernorm.h:
10367 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10368 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10369 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10370 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10371 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10372 (gst_v4lmjpegsrc_getcaps):
10373 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10374 (gst_v4lsrc_set_caps):
10375 * sys/v4l/gstv4lsrc.h:
10376 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10377 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10378 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10379 * sys/v4l/v4lsrc_calls.h:
10380 Fractional framerates...
10382 2005-11-22 Wim Taymans <wim@fluendo.com>
10384 * gst-libs/gst/audio/gstbaseaudiosink.c:
10385 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10386 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10387 And we provide a clock by default, of course...
10389 2005-11-22 Wim Taymans <wim@fluendo.com>
10391 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10392 This clock can be slaved to a master clock now.
10394 * gst-libs/gst/audio/gstbaseaudiosink.c:
10395 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10396 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10397 (gst_base_audio_sink_set_clock),
10398 (gst_base_audio_sink_set_property),
10399 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10400 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10401 * gst-libs/gst/audio/gstbaseaudiosink.h:
10402 Handle slaving the internal clock to the clock selected in the
10404 Add property to make the basesink not provide a clock.
10406 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10407 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10408 (gst_base_rtp_depayload_wait):
10409 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10410 We can use the clock in GstElement, no need to store it ourselves.
10412 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10414 * docs/libs/tmpl/gstaudio.sgml:
10416 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10417 (gst_paranoia_endian_get_type):
10418 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10419 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10420 * gst/audiotestsrc/gstaudiotestsrc.c:
10421 (gst_audiostestsrc_wave_get_type):
10422 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10423 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10424 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10425 (gst_sync_method_get_type), (gst_unit_type_get_type),
10426 (gst_client_status_get_type), (gst_multifdsink_class_init),
10427 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10428 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10429 (gst_multifdsink_get_property):
10430 * gst/tcp/gstmultifdsink.h:
10431 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10432 * gst/videotestsrc/gstvideotestsrc.c:
10433 (gst_videotestsrc_pattern_get_type):
10434 remove deprecated properties
10435 fix up enums to correctly have short lowercase dashed nicks
10437 2005-11-22 Michael Smith <msmith@fluendo.com>
10439 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10440 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10443 2005-11-22 Michael Smith <msmith@fluendo.com>
10445 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10446 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10447 Use utility method for scaling clocktime for fractional framerates.
10449 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10451 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10452 (gst_visual_chain):
10453 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10454 * ext/theora/theoradec.c: (theora_handle_type_packet):
10455 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10456 (theora_enc_chain):
10457 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10458 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10459 * gst-libs/gst/video/video.h:
10460 * gst/ffmpegcolorspace/avcodec.h:
10461 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10462 (gst_ffmpeg_caps_to_pixfmt):
10463 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10464 (gst_ffmpegcsp_set_caps):
10465 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10466 (gst_videorate_setcaps), (gst_videorate_blank_data),
10467 (gst_videorate_chain):
10468 * gst/videotestsrc/gstvideotestsrc.c:
10469 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10470 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10471 (gst_videotestsrc_event), (gst_videotestsrc_create):
10472 * gst/videotestsrc/gstvideotestsrc.h:
10473 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10474 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10475 (gst_ximagesink_get_times), (gst_ximagesink_init):
10476 * sys/ximage/ximagesink.h:
10477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10478 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10479 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10480 * sys/xvimage/xvimagesink.h:
10481 Convert elements to use fractions for their framerate.
10482 V4L elements to come later tonight.
10484 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10486 * gst-libs/gst/audio/audio.c:
10487 * gst-libs/gst/audio/audio.h:
10488 remove some deprecated functions
10490 2005-11-22 Andy Wingo <wingo@pobox.com>
10492 * Update for gst_tag_setter API changes.
10494 2005-11-22 Andy Wingo <wingo@pobox.com>
10496 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10497 (gst_ogg_demux_perform_seek):
10498 * ext/theora/theoradec.c (theora_dec_sink_event):
10499 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10502 2005-11-22 Wim Taymans <wim@fluendo.com>
10504 * examples/seeking/seek.c: (main):
10505 Give higher priority to bus signals than the gtk events
10506 to fix a race condition in the segment looping.
10508 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10510 * ext/theora/Makefile.am:
10511 * ext/vorbis/Makefile.am:
10512 * gst-libs/gst/tag/Makefile.am:
10513 * gst-plugins-base.spec.in:
10514 Rename libgsttagedit to libgsttag (#322117).
10516 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10518 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10519 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10520 Call gst_x_overlay_prepare_xwindow_id() to give applications
10521 a final chance to set their own xwindow id before the video
10522 sink creates its own window.
10524 2005-11-22 Julien MOUTTE <julien@moutte.net>
10526 * sys/xvimage/xvimagesink.c:
10527 (gst_xvimagesink_navigation_send_event): Handle navigation
10528 events correcly with borders if applicable.
10530 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10532 Patch by: Luca Ognibene
10534 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10535 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10536 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10537 (gst_ffmpegcsp_caps_remove_format_info):
10538 * gst/ffmpegcolorspace/imgconvert.c:
10539 * gst/ffmpegcolorspace/imgconvert_template.h:
10540 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10541 #318353); use gst_structure_has_name().
10543 2005-11-22 Julien MOUTTE <julien@moutte.net>
10545 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10546 (gst_ximagesink_class_init): Add debug macros on functions.
10547 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10548 (gst_xvimagesink_xwindow_draw_borders),
10549 (gst_xvimagesink_xvimage_put),
10550 (gst_xvimagesink_xwindow_update_geometry),
10551 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10552 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10553 (gst_xvimagesink_xcontext_clear),
10554 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10555 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10556 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10557 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10558 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10559 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10560 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10561 expose while being PAUSED, out of data flow navigation events, etc..
10563 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10565 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10566 * gst-libs/gst/audio/audio.h:
10567 fix prototype - wondering why the test worked regardless
10569 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10571 * check/Makefile.am:
10572 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10573 * gst-libs/gst/audio/audio.h:
10574 add a method that returns a proper GstClockTime
10576 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10578 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10579 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10580 * gst-libs/gst/interfaces/xoverlay.h:
10581 Remove everything having to do with the desired size; add
10582 gst_x_overlay_prepare_xwindow_id() function; remove the
10583 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10584 post a message on the bus instead (#321816).
10586 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10587 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10588 (gst_xvimagesink_xoverlay_init):
10589 Remove desired size stuff (#321816).
10591 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10593 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10594 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10595 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10596 Terminate vararg functions with NULL instead of 0 to
10599 2005-11-21 Andy Wingo <wingo@pobox.com>
10601 patch by: Sebastien Cote <sebas642@yahoo.ca>
10603 * gst-libs/gst/rtp/gstrtpbuffer.h:
10604 * gst-libs/gst/rtp/gstrtpbuffer.c
10605 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10607 2005-11-21 Andy Wingo <wingo@pobox.com>
10609 * gst/playback/gstplaybin.c (gen_audio_element)
10610 (gen_video_element): Use the new MISSING_PLUGIN core error
10611 category. Closes #320060.
10613 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10614 * gst/videorate/gstvideorate.c (gst_videorate_event):
10615 * ext/theora/theoradec.c (theora_dec_sink_event):
10616 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10619 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10620 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10621 stream lock changes.
10623 2005-11-21 Wim Taymans <wim@fluendo.com>
10625 * gst-libs/gst/audio/gstbaseaudiosink.c:
10626 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10627 (gst_base_audio_sink_provide_clock),
10628 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10629 (gst_base_audio_sink_change_state):
10630 * gst/audioresample/gstaudioresample.c:
10631 Segment update fix.
10633 2005-11-21 Andy Wingo <wingo@pobox.com>
10636 * *.c: Ran scripts/update-macros. Oh yes.
10638 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10640 * sys/ximage/Makefile.am:
10641 * sys/ximage/ximage.c:
10642 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10643 remove your old libgstximage.* manually if necessary).
10645 2005-11-21 Michael Smith <msmith@fluendo.com>
10647 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10648 Minimal fix for bug #320200: set the min/max bitrate in the correct
10649 units. A better fix would be to upgrade to the RATEMANAGE2
10650 interface, rather than using the deprecated interface used here, but
10651 that would require an update in our libvorbis dependency (to 1.1),
10652 which is probably undesirable.
10654 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10656 * ext/libvisual/visual.c: (get_buffer):
10657 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10658 (gst_base_audio_src_fixate):
10659 * gst/audioconvert/gstaudioconvert.c:
10660 (gst_audio_convert_fixate_caps):
10661 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10662 * gst/audiotestsrc/gstaudiotestsrc.c:
10663 (gst_audiotestsrc_src_fixate):
10664 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10665 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10666 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10667 * gst/videotestsrc/gstvideotestsrc.c:
10668 (gst_videotestsrc_src_fixate):
10669 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10670 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10671 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10675 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10677 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10678 (gst_riff_create_iavs_caps):
10679 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10680 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10681 (gst_riff_parse_info):
10682 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10683 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10684 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10685 Fixes for GST_FOURCC_FORMAT API change.
10687 2005-11-21 Andy Wingo <wingo@pobox.com>
10689 patch by: Alessandro Dessina <alessandro nnva org>
10691 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10692 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10693 (gst_ogg_parse_chain):
10694 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10695 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10696 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10697 gst_value_list calls on arrays. Fixes #321962.
10699 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10701 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10702 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10703 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10704 * gst/adder/gstadder.c: (gst_adder_init),
10705 (gst_adder_request_new_pad), (gst_adder_collected),
10706 (gst_adder_change_state):
10707 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10710 2005-11-21 Michael Smith <msmith@fluendo.com>
10712 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10713 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10714 Properly handle pad_push return values.
10716 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10718 * gst-libs/gst/tag/Makefile.am:
10719 * gst-libs/gst/tag/gstvorbistag.c:
10720 (gst_tag_list_to_vorbiscomment_buffer):
10721 Remove obsolete vorbistag element and debug category.
10723 * gst/playback/gstplaybasebin.c: (check_queue):
10724 Don't divide by 0 when queue-threshold is 0.
10726 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10727 Don't modify an existing pixel-aspect-ratio if we fail to read
10730 2005-11-20 Wim Taymans <wim@fluendo.com>
10732 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10733 (gst_vorbisenc_push_packet):
10734 GST_PAD_IS_USABLE is gone, use the return value of
10735 the push or pad_alloc_buffer instead.
10737 2005-11-18 Julien MOUTTE <julien@moutte.net>
10739 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10740 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10741 (gst_ximagesink_ximage_destroy),
10742 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10743 (gst_ximagesink_xwindow_new),
10744 (gst_ximagesink_xwindow_update_geometry),
10745 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10746 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10747 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10748 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10749 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10750 (gst_ximagesink_navigation_send_event),
10751 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10752 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10753 (gst_ximagesink_finalize), (gst_ximagesink_init),
10754 (gst_ximagesink_class_init):
10755 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10756 This new version brings correct software scaling, non flickering
10757 window while resizing, pixel aspect ratio handling, usage of
10758 hardware buffer pools, out of data flow event thread for
10759 navigation and handling of expose events even when being PAUSED,
10760 a new property to keep video aspect ratio when resizing, etc...
10762 2005-11-18 Julien MOUTTE <julien@moutte.net>
10764 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10765 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10768 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10770 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10771 Unsetting IS_SINK flag from the fakesink, so decodebin
10772 never behaves as a sink.
10774 2005-11-17 Wim Taymans <wim@fluendo.com>
10776 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10777 (gst_base_audio_src_change_state):
10778 Fix the audiosrc base class again, we did not unflush.
10780 2005-11-17 Julien MOUTTE <julien@moutte.net>
10782 * examples/seeking/seek.c: (make_dv_pipeline),
10783 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10784 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10785 to ogg/vorbis/theora pipeline.
10787 2005-11-17 Wim Taymans <wim@fluendo.com>
10789 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10790 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10791 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10792 Fix EOS on multiple streams.
10795 2005-11-16 Wim Taymans <wim@fluendo.com>
10797 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10798 (gst_ogg_demux_perform_seek):
10799 Segment done must include stream time.
10801 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10802 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10803 (gst_ogg_mux_change_state):
10804 Fix ogg muxer again.
10806 2005-11-16 Wim Taymans <wim@fluendo.com>
10808 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10811 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10813 * ext/libvisual/visual.c: (gst_visual_init):
10814 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10815 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10816 (gst_ogg_parse_chain):
10817 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10818 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10819 * ext/theora/theoradec.c: (gst_theora_dec_init):
10820 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10821 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10822 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10823 * gst/adder/gstadder.c: (gst_adder_class_init),
10824 (gst_adder_dispose):
10825 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10826 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10827 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10828 Fix a whole set of pad template leaks
10830 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10832 * check/generic/states.c: (GST_START_TEST):
10833 fix the test so that it only checks for elements that are part of
10836 2005-11-16 Michael Smith <msmith@fluendo.com>
10838 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10839 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10840 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10841 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10842 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10843 (gst_ogg_mux_change_state):
10844 Fix leaking collectpads.
10846 2005-11-16 Edward Hervey <edward@fluendo.com>
10848 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10849 (gst_videorate_event), (gst_videorate_chain):
10850 Handle segment seeks
10852 2005-11-16 Wim Taymans <wim@fluendo.com>
10854 * gst-libs/gst/audio/gstbaseaudiosink.c:
10855 (gst_base_audio_sink_provide_clock),
10856 (gst_base_audio_sink_change_state):
10857 Set ringbuffer to non-flushing when going to PAUSED, set to
10858 flushing again when going to READY.
10860 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10861 (gst_ring_buffer_stop):
10862 Start in flushing mode by default.
10863 Don't set flushing in the _stop method, let the app call
10866 2005-11-16 Julien MOUTTE <julien@moutte.net>
10868 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10869 * gst-libs/gst/video/videosink.h: Add helper function needed
10872 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10874 * gst/videoscale/gstvideoscale.c:
10875 (gst_videoscale_handle_src_event):
10876 Don't leak reference to pad parent.
10878 2005-11-16 Wim Taymans <wim@fluendo.com>
10880 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10881 Set ringbuffer to flushing when stopping so that we don't
10882 block on wait_segment anymore and livelock.
10884 2005-11-16 Wim Taymans <wim@fluendo.com>
10886 * examples/seeking/seek.c: (send_event), (do_seek),
10887 (loop_toggle_cb), (segment_done), (main):
10888 Added looping checkbox.
10890 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10892 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10893 (gst_ogg_demux_init):
10894 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10895 (gst_vorbis_dec_init):
10896 revert unrefs, they don't pass make check
10898 2005-11-15 Johan Dahlin <johan@gnome.org>
10900 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10901 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10902 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10903 (gst_vorbis_dec_init):
10904 Fix pad template leaks.
10906 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10908 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10909 Make state change function thread safe.
10911 2005-11-15 Edward Hervey <edward@fluendo.com>
10913 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10914 (gst_ogg_demux_class_init):
10915 Implement GstElement::send_event, so we can send seek events
10918 2005-11-14 Julien MOUTTE <julien@moutte.net>
10920 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10921 Discovered how to take away flickering while resizing the
10922 window. Please don't put that in ximagesink, refactoring in
10925 2005-11-14 Michael Smith <msmith@fluendo.com>
10927 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10928 (gst_multifdsink_render):
10929 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10931 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10933 * gst/playback/gstplaybin.c: (gen_audio_element):
10934 Use autoaudiosink, it tends to be more widely available than
10937 2005-11-14 Andy Wingo <wingo@pobox.com>
10939 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10940 as well if it is available. Fixes #316442.
10942 2005-11-14 Michael Smith <msmith@fluendo.com>
10944 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10945 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10946 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10947 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10948 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10949 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10950 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10951 (gst_vorbisenc_change_state):
10952 Fix a small memory leak in vorbisenc.
10953 Fix large memory leaks in oggmux, also fix lots of state change
10956 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10958 * gst/videotestsrc/gstvideotestsrc.c:
10959 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10960 (gst_videotestsrc_src_fixate):
10961 move fixation to a fixate function
10962 remove negotiate function, basesrc's is good enough
10963 fixes a bug for check when using the element alone
10965 2005-11-13 Edward Hervey <edward@fluendo.com>
10967 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10968 (key_toggle_cb), (main):
10969 Added checkboxes for adding/removing the accurate and key_unit seek
10972 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10974 * configure.ac: back to HEAD
10976 === release 0.9.5 ===
10978 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10981 releasing 0.9.5, "No No Kia"
10983 2005-11-11 Edward Hervey <edward@fluendo.com>
10985 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10986 Added parse-launch syntax seeking mode for the seeking example.
10987 This should help stress-test even more cases.
10988 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10990 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10992 * sys/xvimage/xvimagesink.c:
10993 (gst_xvimagesink_navigation_send_event):
10994 Check whether peer pad exists before sending navigation events
10997 2005-11-11 Michael Smith <msmith@fluendo.com>
10999 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11000 (gst_vorbisenc_buffer_from_packet):
11001 * ext/vorbis/vorbisenc.h:
11002 Set duration on encoded buffers. This allows oggmux's
11003 max_page_delay parameter to actually work.
11005 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11007 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11008 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11009 (gst_ffmpegcsp_avpicture_fill):
11010 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11011 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11012 Make palettes work again (see #132341). Use our own macros
11015 2005-11-10 Andy Wingo <wingo@pobox.com>
11017 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11020 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11022 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11023 (gst_ffmpegcsp_transform_caps):
11024 Prefer passthrough in transform_caps
11026 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11028 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11029 check for ALSA errors properly, instead of relying on ALSA's
11030 error strings to serve to the user.
11032 2005-11-10 Wim Taymans <wim@fluendo.com>
11034 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11035 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11036 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11037 Modernise the seek code.
11039 2005-11-10 Michael Smith <msmith@fluendo.com>
11041 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11042 (setup_substreams), (set_active_source):
11043 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11044 trying to go to NULL if we failed to read a file.
11046 2005-11-10 Wim Taymans <wim@fluendo.com>
11048 * gst/audiotestsrc/gstaudiotestsrc.c:
11049 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11050 (gst_audiotestsrc_create):
11051 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11052 (gst_sinesrc_get_times), (gst_sinesrc_create):
11053 * gst/videotestsrc/gstvideotestsrc.c:
11054 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11055 (gst_videotestsrc_create):
11056 The base class can now sync for us.
11058 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11060 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11061 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11062 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11063 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11064 format=(fourcc)I420" ! xvimagesink
11066 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11068 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11069 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11070 (gst_sinesrc_newsegment):
11071 Send newsegment event in TIME format, set duration if
11072 num-buffers is set, fix duration querying.
11074 2005-11-10 Michael Smith <msmith@fluendo.com>
11076 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11077 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11078 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11079 (gst_ogg_mux_collected):
11080 Fix EOS handling, partially. Now forwarding an EOS event once we have
11081 EOS on all pads works correctly. However, we still don't properly set
11082 EOS on the actual ogg stream pages.
11084 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11086 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11087 Set elements to NULL state before disposing of them.
11089 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11091 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11093 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11094 (gst_base_rtp_depayload_init),
11095 (gst_base_rtp_depayload_set_gst_timestamp):
11096 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11097 We need to send a newsegment event for each instance, not
11098 just for the first instance of this class (get rid of
11099 static variable in function). (#321011).
11101 2005-11-08 Michael Smith <msmith@fluendo.com>
11103 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11104 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11105 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11106 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11107 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11108 This makes us mux things correctly according to the ogg muxing
11109 rules. Still not handling EOS correctly right now, though.
11111 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11113 * gst/audioconvert/gstaudioconvert.c:
11116 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11118 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11119 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11120 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11121 creating a new chain; should fix live streaming. Also
11122 add more debug output and fix a typo.
11124 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11126 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11128 * gst/volume/gstvolume.c: (volume_set_caps):
11129 Fix compilation on Solaris with Forte. (#320923)
11131 2005-11-08 Wim Taymans <wim@fluendo.com>
11133 * gst-libs/gst/audio/gstbaseaudiosink.c:
11134 (gst_base_audio_sink_render):
11135 No need to do a typecheck.
11137 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11139 * ext/alsa/gstalsa.h:
11140 We register a debug category, so let's use it.
11142 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11144 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11145 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11146 Fixed a small problem.
11148 2005-11-04 Wim Taymans <wim@fluendo.com>
11150 * examples/seeking/Makefile.am:
11151 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11152 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11153 (make_playerbin_pipeline), (format_value), (update_scale),
11154 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11155 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11156 (print_usage), (main):
11157 Added app for playback speed testing.
11159 * examples/seeking/seek.c: (dynamic_link),
11160 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11161 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11162 (message_received), (main):
11163 Updated seek example.
11165 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11167 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11168 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11169 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11170 (gst_base_rtp_depayload_set_clock):
11171 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11172 Don't sleep on the bench (system clock) when you have a nice
11173 comfortable bed (Gstreamer clock) to sleep on.
11175 2005-11-03 Wim Taymans <wim@fluendo.com>
11177 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11178 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11179 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11180 Handle the case where a pad_block failed.
11182 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11184 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11186 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11187 (gst_base_rtp_depayload_add_to_queue),
11188 (gst_base_rtp_depayload_push),
11189 (gst_base_rtp_depayload_set_gst_timestamp),
11190 (gst_base_rtp_depayload_queue_release):
11191 Fixes some bugs in the depayloader's queuing/de-queueing code.
11193 2005-10-31 Michael Smith <msmith@fluendo.com>
11195 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11196 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11197 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11198 Patch from Alessandro Decina <alessandro@nnva.org>.
11199 Make oggdemux only find the final time in a chain, not per-pad,
11200 since the per-pad information can be very expensive to locate, and
11201 it isn't used anywhere. This makes reading a file containing
11202 OggSkeleton reasonably fast.
11203 Also, make chain finding work when there are logical bitstreams that
11204 can't be decoded. Fixes #319110.
11206 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11208 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11209 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11210 (gst_base_rtp_depayload_chain),
11211 (gst_base_rtp_depayload_add_to_queue),
11212 (gst_base_rtp_depayload_push),
11213 (gst_base_rtp_depayload_set_gst_timestamp),
11214 (gst_base_rtp_depayload_queue_release),
11215 (gst_base_rtp_depayload_start_thread),
11216 (gst_base_rtp_depayload_set_property),
11217 (gst_base_rtp_depayload_get_property):
11218 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11219 Some random fixes, to fullfill the desires of thomas.
11221 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11223 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11224 (gst_base_rtp_depayload_add_to_queue),
11225 (gst_base_rtp_depayload_push):
11226 Fixed the queueing algorithm.
11228 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11230 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11231 (gst_base_rtp_depayload_push):
11234 2005-10-31 Wim Taymans <wim@fluendo.com>
11236 * gst-libs/gst/audio/gstringbuffer.h:
11239 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11240 (gst_ffmpeg_caps_to_pixfmt):
11241 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11242 (gst_ffmpegcsp_set_caps):
11243 Some more comments.
11244 Handle missing required caps fields better.
11246 2005-10-31 Wim Taymans <wim@fluendo.com>
11248 * gst-libs/gst/audio/gstbaseaudiosink.c:
11249 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11250 (gst_base_audio_sink_render):
11251 * gst-libs/gst/audio/gstringbuffer.c:
11252 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11253 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11254 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11255 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11256 (gst_ring_buffer_read):
11257 * gst-libs/gst/audio/gstringbuffer.h:
11258 Add flushing mode to the ringbuffer so that it in all cases does
11259 not try to handle more audio. This makes sure it does not try to
11260 block anymore when flushing and fixes a livelock.
11262 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11264 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11265 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11266 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11267 Explicitly check for -1 values before doing a conversion
11268 and always map them to -1. (#315545)
11270 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11272 * gst/playback/gstplaybin.c: (gen_video_element):
11273 first try autovideosink, then xvimagesink, then error out
11275 add translatable file
11290 update translations
11292 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11294 * gst-libs/gst/rtp/gstbasedepayload.c:
11295 * gst-libs/gst/rtp/gstbasedepayload.h:
11298 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11300 * gst/playback/.cvsignore:
11301 * gst/playback/decodetest.c:
11302 * gst/playback/test3.c:
11303 Port these two tests as well.
11305 2005-10-27 Wim Taymans <wim@fluendo.com>
11307 * ext/theora/theoradec.c: (theora_dec_src_query),
11308 (theora_dec_sink_event):
11309 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11310 (theora_enc_change_state):
11311 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11312 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11313 Take proper locks when handling events.
11315 2005-10-27 Wim Taymans <wim@fluendo.com>
11317 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11318 (gst_adder_change_state):
11319 Fix timestamps and fix deadlock when stopping the collectpads.
11321 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11323 * gst-libs/gst/rtp/gstrtpbuffer.h:
11324 Declaring the payload types as strings too so that they can be used
11325 in the padtemplate inialization.
11327 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11329 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11331 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11332 (gst_base_rtp_depayload_class_init):
11333 Fixes a small but nasty bug. The derived elements no longer segfaults
11336 2005-10-26 Michael Smith <msmith@fluendo.com>
11338 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11339 When clearing an audioconvert context, set tmpbufsize to zero, so
11340 we'll allocate it again later if required.
11341 This fixes audioconvert re-negotiating formats, which previously
11342 segfaulted with a NULL destination buffer.
11344 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11346 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11347 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11348 (gst_base_rtp_depayload_set_gst_timestamp),
11349 (gst_base_rtp_depayload_queue_release):
11350 Fixed a smalll memleak.
11352 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11353 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11354 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11355 (gst_base_rtp_depayload_finalize),
11356 (gst_base_rtp_depayload_setcaps),
11357 (gst_base_rtp_depayload_add_to_queue),
11358 (gst_base_rtp_depayload_push),
11359 (gst_base_rtp_depayload_set_gst_timestamp),
11360 (gst_base_rtp_depayload_queue_release),
11361 (gst_base_rtp_depayload_thread),
11362 (gst_base_rtp_depayload_change_state):
11363 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11364 Changed the C++ comments to C comments
11366 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11368 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11369 * gst/tcp/gsttcpclientsrc.h:
11370 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11371 * gst/tcp/gsttcpserversrc.h:
11372 Remove unused 'curoffset' structure member.
11374 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11376 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11377 (gst_base_rtp_depayload_base_init),
11378 (gst_base_rtp_depayload_finalize):
11379 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11380 * gst-libs/gst/rtp/gstbasertppayload.h:
11381 The pad-template on the sinkpad should be set by the derived classes.
11382 Also added some useful macros.
11384 2005-10-24 Wim Taymans <wim@fluendo.com>
11386 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11387 Correctly flush decoder samples even if we could not
11388 copy them to an output buffer. Fixes #319618.
11390 2005-10-24 Julien MOUTTE <julien@moutte.net>
11392 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11393 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11394 the caps against our xcontext caps.
11396 2005-10-24 Wim Taymans <wim@fluendo.com>
11398 * gst-libs/gst/audio/gstbaseaudiosink.c:
11399 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11401 Use sync property from baseclass to disable sync.
11403 2005-10-24 Wim Taymans <wim@fluendo.com>
11405 * gst-libs/gst/audio/gstbaseaudiosink.c:
11406 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11407 Buffers with no timestamps get aligned with previous buffers or
11408 on underrun, played ASAP.
11410 2005-10-24 Julien MOUTTE <julien@moutte.net>
11412 * gst-libs/gst/video/video.h:
11413 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11414 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11416 here comes my change on caps for framerate and geometry range.
11417 We are now accepting 1 to MAXINT for width and height, and from
11418 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11419 to be blended correctly in videomixer.
11421 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11426 === release 0.9.4 ===
11428 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11433 releasing 0.9.4, "Velociraptor"
11435 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11437 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11441 2005-10-21 Wim Taymans <wim@fluendo.com>
11443 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11444 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11445 (pad_blocked), (close_pad_link), (new_pad):
11446 Don't try to remove elements twice.
11448 2005-10-21 Wim Taymans <wim@fluendo.com>
11450 * ext/theora/theoradec.c: (theora_dec_src_query),
11451 (theora_dec_sink_event):
11452 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11453 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11454 (vorbis_handle_data_packet):
11455 * ext/vorbis/vorbisdec.h:
11458 * gst-libs/gst/audio/gstbaseaudiosink.c:
11459 (gst_base_audio_sink_render):
11460 Don't try to sync on buffers without a timestamp.
11462 2005-10-21 Wim Taymans <wim@fluendo.com>
11464 * ext/theora/theoradec.c: (theora_dec_src_query),
11465 (theora_dec_sink_event):
11466 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11467 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11468 (vorbis_handle_data_packet):
11469 * ext/vorbis/vorbisdec.h:
11472 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11474 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11475 (gst_vorbisenc_src_query):
11476 Implement position and duration queries.
11478 * gst/playback/test3.c: (update_scale), (main):
11479 Fix for async state changes and print nicer output.
11481 2005-10-20 Wim Taymans <wim@fluendo.com>
11483 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11484 (dump_element_stats), (main):
11485 * gst/playback/test6.c: (main):
11488 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11490 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11491 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11492 Don't use functions for position queries when handling
11495 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11497 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11498 (vorbis_handle_data_packet), (vorbis_dec_chain),
11499 (vorbis_dec_change_state):
11500 * ext/vorbis/vorbisdec.h:
11501 Vorbis streams can be embedded in other container formats
11502 than ogg, container formats where the demuxer might set
11503 timestamps on encoded vorbis buffers instead of those silly
11504 granulepos thingies. In short: make vorbisdec handle
11505 timestamps on incoming buffers as well.
11507 2005-10-20 Wim Taymans <wim@fluendo.com>
11509 * gst/playback/gstplaybasebin.c: (group_destroy),
11510 (gst_play_base_bin_change_state):
11512 Handle case where playbasebin is now ASYNC because
11515 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11517 * gst/audioconvert/Makefile.am:
11518 * gst/audioconvert/bufferframesconvert.c:
11519 * gst/audioconvert/plugin.c: (plugin_init):
11520 * gst/audioconvert/plugin.h:
11521 And bye bye buffer-frames-convert
11523 2005-10-19 Wim Taymans <wim@fluendo.com>
11525 * check/elements/audioconvert.c:
11526 * docs/libs/tmpl/gstaudio.sgml:
11527 * docs/libs/tmpl/gstcolorbalance.sgml:
11528 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11529 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11530 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11531 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11532 * gst-libs/gst/audio/audio.h:
11533 * gst/audioconvert/audioconvert.h:
11534 * gst/audioconvert/gstaudioconvert.c:
11535 (gst_audio_convert_parse_caps):
11536 * gst/volume/gstvolume.c:
11537 Bye bye buffer-frames.
11539 2005-10-19 Wim Taymans <wim@fluendo.com>
11541 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11542 (query_positions_elems), (query_positions_pads), (update_scale),
11543 (do_seek), (set_update_scale), (message_received), (main):
11544 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11545 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11546 (gst_ogg_demux_loop):
11547 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11548 * ext/theora/theoradec.c: (theora_dec_src_query),
11549 (theora_dec_sink_event):
11550 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11551 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11552 * gst/adder/gstadder.c: (gst_adder_query):
11553 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11554 * gst/playback/test3.c: (update_scale):
11555 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11556 (dump_element_stats), (main):
11557 * gst/playback/test6.c: (main):
11558 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11561 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11563 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11564 (xml_check_first_element), (xml_type_find), (smil_type_find),
11566 Add typefinding for SMIL and for generic XML. Based on patch by
11567 Akos Maroy (#308663).
11569 2005-10-18 Wim Taymans <wim@fluendo.com>
11571 * gst/playback/Makefile.am:
11572 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11573 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11574 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11575 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11576 (gst_decode_bin_change_state):
11577 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11578 (gst_play_bin_send_event_to_sink):
11579 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11580 (dump_element_stats), (main):
11581 * gst/playback/test6.c: (main):
11582 Make playbin async, it'll commit state to paused when all streams
11585 Added test6.c to show async behaviour.
11587 2005-10-18 Wim Taymans <wim@fluendo.com>
11589 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11590 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11591 Fix for segment-start/stop API change.
11593 2005-10-18 Wim Taymans <wim@fluendo.com>
11595 * check/Makefile.am:
11596 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11598 Add future test for clock selection.
11600 2005-10-18 Wim Taymans <wim@fluendo.com>
11602 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11603 (gst_alsasink_close):
11604 Set handle to NULL.
11606 * gst-libs/gst/audio/gstringbuffer.c:
11607 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11608 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11609 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11610 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11611 (gst_ring_buffer_read):
11614 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11616 * gst/audiotestsrc/Makefile.am:
11617 * gst/sine/Makefile.am:
11618 * gst/volume/Makefile.am:
11619 fix broken build of controllerized plugins
11621 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11623 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11625 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11626 (gst_riff_create_video_template_caps):
11627 Add support for Indeo-3 (IV32).
11629 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11634 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11636 * gst-libs/gst/video/video.c: (gst_video_get_size):
11637 * gst/audiotestsrc/gstaudiotestsrc.c:
11640 2005-10-17 Andy Wingo <wingo@pobox.com>
11642 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11643 with the collectpads change.
11644 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11646 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11648 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11650 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11651 alloc_buffer flow return to callers.
11652 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11653 change. Fix some memleaks in theoraenc.
11655 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11656 in strange circumstance.
11658 2005-10-17 Julien MOUTTE <julien@moutte.net>
11660 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11661 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11662 from caps, let's use the caps...
11664 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11667 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11669 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11671 * gst-libs/gst/interfaces/Makefile.am:
11674 2005-10-16 Andy Wingo <wingo@pobox.com>
11676 * gst/playback/gstdecodebin.c
11677 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11679 (try_to_link_1): Increase kraziness level.
11681 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11684 restructure like the core one
11685 * gst-libs/gst/audio/Makefile.am:
11686 * gst-libs/gst/interfaces/Makefile.am:
11687 * gst-libs/gst/net/Makefile.am:
11688 * gst-libs/gst/riff/Makefile.am:
11689 * gst-libs/gst/rtp/Makefile.am:
11690 * gst-libs/gst/tag/Makefile.am:
11691 * gst-libs/gst/video/Makefile.am:
11692 use correct linker flags, now the libs are properly versioned
11693 * check/elements/audioconvert.c: (verify_convert):
11694 * ext/alsa/gstalsaplugin.c:
11695 * ext/cdparanoia/gstcdparanoia.c:
11696 * ext/gnomevfs/gstgnomevfs.c:
11697 * ext/libvisual/visual.c:
11698 * ext/ogg/gstogg.c:
11699 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11700 * ext/theora/theora.c:
11701 * ext/vorbis/vorbis.c:
11702 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11703 * gst-libs/gst/tag/gsttagediting.c:
11704 * gst-libs/gst/video/video.c:
11705 * gst/adder/gstadder.c:
11706 * gst/audioconvert/plugin.c:
11707 * gst/audiorate/gstaudiorate.c:
11708 * gst/audioresample/gstaudioresample.c:
11709 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11710 * gst/audioscale/gstaudioscale.c:
11711 * gst/audioscale/resample.c:
11712 * gst/audiotestsrc/gstaudiotestsrc.c:
11713 * gst/ffmpegcolorspace/gstffmpeg.c:
11714 * gst/playback/gstdecodebin.c: (close_pad_link):
11715 * gst/playback/gstplaybin.c: (gen_video_element),
11716 (gen_audio_element):
11717 * gst/sine/gstsinesrc.c:
11718 * gst/subparse/gstsubparse.c:
11719 * gst/tags/gsttagediting.c:
11720 * gst/tcp/gsttcpplugin.c:
11721 * gst/typefind/gsttypefindfunctions.c:
11722 * gst/videorate/gstvideorate.c:
11723 * gst/videoscale/gstvideoscale.c:
11724 * gst/videotestsrc/gstvideotestsrc.c:
11725 * gst/volume/gstvolume.c:
11726 * sys/v4l/gstv4l.c:
11727 * sys/ximage/ximage.c:
11728 * sys/xvimage/xvimagesink.c:
11731 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11733 * ext/vorbis/vorbisenc.c:
11734 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11735 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11736 (gst_tag_to_vorbis_comments):
11737 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11739 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11741 * examples/stats/mp2ogg.c:
11742 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11745 2005-10-13 Michael Smith <msmith@fluendo.com>
11747 * ext/ogg/gstoggmux.c:
11748 Use magic glib macros to define constants as 64 bit, to ensure
11749 appropriate vararg passing.
11751 2005-10-13 Michael Smith <msmith@fluendo.com>
11753 * ext/ogg/gstoggmux.c:
11754 * gst/audioconvert/audioconvert.c: (float):
11755 Don't use LL suffix, as it's not portable, and neither of these
11756 uses required it anyway.
11758 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11760 * examples/indexing/indexmpeg.c: (main):
11761 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11762 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11763 (cdparanoia_convert), (cdparanoia_query):
11764 * ext/cdparanoia/gstcdparanoia.h:
11765 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11766 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11767 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11768 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11769 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11770 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11771 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11772 (gst_multifdsink_render), (gst_multifdsink_start),
11773 (gst_multifdsink_stop):
11774 * gst/tcp/gstmultifdsink.h:
11775 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11776 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11777 (gst_tcpclientsink_stop):
11778 * gst/tcp/gsttcpclientsink.h:
11779 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11780 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11781 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11782 * gst/tcp/gsttcpclientsrc.h:
11783 * gst/tcp/gsttcpserversink.h:
11784 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11785 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11786 (gst_tcpserversrc_stop):
11787 * gst/tcp/gsttcpserversrc.h:
11788 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11789 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11790 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11791 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11792 moved bitshift from macro to enum definition
11794 2005-10-12 Wim Taymans <wim@fluendo.com>
11796 * examples/seeking/Makefile.am:
11799 2005-10-12 Wim Taymans <wim@fluendo.com>
11801 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11802 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11803 Don't assert on normal stuff.
11805 * gst/playback/gstplaybin.c: (do_playbin_seek):
11808 2005-10-12 Wim Taymans <wim@fluendo.com>
11810 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11811 * examples/seeking/Makefile.am:
11812 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11813 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11814 (do_seek), (set_update_scale), (message_received), (main):
11815 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11816 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11817 Update for _get_state() API change.
11819 2005-10-11 Wim Taymans <wim@fluendo.com>
11821 * gst-libs/gst/audio/gstbaseaudiosink.c:
11822 (gst_base_audio_sink_render):
11823 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11824 (gst_base_audio_src_create):
11825 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11826 (gst_ring_buffer_read):
11828 Commit and read from ringbuffer in samples rather than bytes.
11830 2005-10-11 Wim Taymans <wim@fluendo.com>
11832 * gst-libs/gst/audio/gstbaseaudiosink.c:
11833 (gst_base_audio_sink_render):
11834 Respect segment rate and accum when scheduling samples.
11836 2005-10-11 Julien MOUTTE <julien@moutte.net>
11838 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11839 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11840 EOS correctly, that needs more work.
11842 2005-10-11 Wim Taymans <wim@fluendo.com>
11844 * check/generic/states.c: (GST_START_TEST):
11845 remove old property.
11847 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11848 (gst_ogg_demux_perform_seek):
11849 * ext/theora/theoradec.c: (theora_dec_sink_event):
11850 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11851 (vorbis_handle_data_packet):
11852 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11853 (gst_base_rtp_depayload_set_gst_timestamp):
11854 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11855 Update for newsegment API change.
11857 2005-10-11 Michael Smith <msmith@fluendo.com>
11859 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11860 (do_playbin_seek), (gst_play_bin_send_event):
11861 Override send_event differently, so that we can takes bits of
11862 functionality from GstPipeline (special handling for seeks,
11863 including pausing/resuming, and resetting stream time) and still get
11864 the appropriate behaviour of only forwarding event to a single sink,
11865 rather than all of them.
11866 Unfortunately requires a lot of code duplication, but the
11867 alternatives are equally ugly in the end.
11869 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11871 * check/elements/audioconvert.c: (setup_audioconvert),
11872 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11873 (GST_START_TEST), (audioconvert_suite):
11874 clean up tests a little, fix some leaks.
11876 2005-10-10 Wim Taymans <wim@fluendo.com>
11878 * ext/alsa/gstalsasink.c:
11879 Also allow unsigned int.
11881 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11882 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11885 2005-10-10 Wim Taymans <wim@fluendo.com>
11887 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11888 Small update, use API as stated in design docs.
11890 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11891 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11892 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11893 (message_received), (main):
11894 Updated seek example for GOption. Some usability improvements.
11896 2005-10-10 Wim Taymans <wim@fluendo.com>
11898 * gst/audioconvert/audioconvert.h:
11899 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11900 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11901 Alloc temp storage somewhere else where we can do it more
11904 2005-10-10 Wim Taymans <wim@fluendo.com>
11906 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11907 (gst_tcpserversrc_start):
11908 Don't block in accept while doing the state change, move
11909 to poll and make cancellable.
11911 2005-10-09 Philippe Khalaf <burger@speedy.org>
11913 * gst-libs/gst/rtp/rtpbasedepayload.c:
11914 Set timestamp and add queue delay to timestamp
11915 * gst-libs/gst/rtp/rtpbuffer.h:
11916 Set correct payload type for h263
11918 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11920 * gst/audiotestsrc/gstaudiotestsrc.c:
11921 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11922 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11923 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11924 (gst_audiotestsrc_create_triangle),
11925 (gst_audiotestsrc_create_silence),
11926 (gst_audiotestsrc_create_white_noise),
11927 (gst_audiotestsrc_init_pink_noise),
11928 (gst_audiotestsrc_generate_pink_noise_value),
11929 (gst_audiotestsrc_create_pink_noise),
11930 (gst_audiotestsrc_change_wave):
11931 * gst/audiotestsrc/gstaudiotestsrc.h:
11932 fixed typo, added pink noise
11934 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11936 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11938 Add wavpack and spc typefind functions from 0.8 branch.
11940 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11942 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11943 (ar_type_find), (msdos_type_find), (plugin_init):
11944 Add typefind functions for tar archives, ar archives,
11945 RAR archives, and msdos-executables (dlls, exe, etc.).
11946 Some of those would be wrongly identified as mpeg
11947 streams of some sort before (#315550).
11949 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11952 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11953 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11954 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11955 * gst/audiotestsrc/Makefile.am:
11956 * gst/audiotestsrc/gstaudiotestsrc.c:
11957 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11958 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11959 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11960 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11961 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11962 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11963 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11964 (gst_audiotestsrc_create_silence),
11965 (gst_audiotestsrc_create_white_noise),
11966 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11967 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11968 (gst_audiotestsrc_start), (plugin_init):
11969 * gst/audiotestsrc/gstaudiotestsrc.h:
11970 add new plugin and element
11971 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11974 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11976 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11977 (gst_adder_init), (gst_adder_request_new_pad),
11978 (gst_adder_change_state):
11979 Add query function to source pad, so adder reports the correct
11980 time/sample position when queried (#315457); fix state change
11981 function; use GST_DEBUG_FUNCPTR() for pad functions.
11983 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11985 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11986 Fix leaks in typefind registration
11987 Clean up the gratuitous commenting and whitespacing a little
11989 2005-10-08 Wim Taymans <wim@fluendo.com>
11991 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11992 Only actually wait for the thread to be stopped if it's
11995 2005-10-08 Wim Taymans <wim@fluendo.com>
11997 * gst-libs/gst/audio/gstbaseaudiosink.c:
11998 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11999 If we receive EOS we can start playback of what we had.
12001 2005-10-08 Wim Taymans <wim@fluendo.com>
12003 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12004 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12005 (gst_multifdsink_stop):
12006 Fix crasher when going to NULL multiple times.
12008 2005-10-06 Wim Taymans <wim@fluendo.com>
12010 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12011 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12012 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12013 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12014 patch from Edgard Lima <edgard.lima@indt.org.br>
12015 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12017 2005-10-06 Wim Taymans <wim@fluendo.com>
12019 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12020 Report the FLOW_RETURN as string in the error message.
12022 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12023 Don't assert when clearing an unnegotiated buffer.
12025 2005-10-04 Michael Smith <msmith@fluendo.com>
12027 * gst/playback/gstplaybasebin.c: (group_destroy),
12028 (gen_preroll_element), (remove_groups), (setup_source):
12029 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12030 (setup_sinks), (gst_play_bin_send_event),
12031 (gst_play_bin_change_state):
12032 Set state to NULL before removing from bin. Fix refcounting.
12034 2005-10-04 Michael Smith <msmith@fluendo.com>
12036 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12037 Correct refcounting in send_event() function. Previously was wrong
12038 if the first sink was unable to handle the event.
12040 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12043 back to development
12045 === release 0.9.3 ===
12047 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12050 Releasing 0.9.3, "De Facto"
12052 2005-10-03 Andy Wingo <wingo@pobox.com>
12054 * gst/playback/gstdecodebin.c (try_to_link_1)
12055 (remove_element_chain): set element to NULL before removing it.
12057 2005-10-02 Johan Dahlin <johan@gnome.org>
12059 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12060 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12063 2005-10-02 Andy Wingo <wingo@pobox.com>
12065 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12066 (gst_ring_buffer_prepare_read):
12067 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12070 2005-09-29 Wim Taymans <wim@fluendo.com>
12072 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12073 * ext/theora/theoradec.c: (theora_handle_data_packet):
12074 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12075 Propagate error codes from alloc_buffer too.
12077 2005-09-29 Wim Taymans <wim@fluendo.com>
12079 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12082 * gst/playback/Makefile.am:
12083 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12084 (dump_element_stats), (main):
12085 Added example stream introspection code.
12087 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12089 * gst/adder/gstadder.c: (gst_adder_collected):
12090 fix adder for float elements
12092 2005-09-28 Wim Taymans <wim@fluendo.com>
12094 * gst-libs/gst/audio/gstbaseaudiosink.c:
12095 (gst_base_audio_sink_class_init),
12096 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12097 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12098 (gst_base_audio_src_class_init),
12099 (gst_base_audio_src_provide_clock):
12100 get_clock -> provide_clock
12102 2005-09-28 Andy Wingo <wingo@pobox.com>
12104 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12107 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12110 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12111 Actually add the pad template.
12112 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12114 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12117 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12118 from fdsrc. Get caps in create() instead of start() so it can be
12119 interrupted. Interruption somewhat untested.
12121 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12122 Proper EOS handling.
12124 2005-09-27 Andy Wingo <wingo@pobox.com>
12126 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12128 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12130 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12132 * gst/tcp/gsttcp.h:
12133 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12134 out of tcpclientsrc.c. Cancellable.
12135 (gst_tcp_socket_read): Made private, cancellable, with better
12136 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12137 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12138 whole buffer, and better diagnostics.
12139 (gst_tcp_gdp_read_caps): Same.
12141 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12143 2005-09-26 Andy Wingo <wingo@pobox.com>
12145 * gst/sine/gstsinesrc.h:
12146 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12147 change the 'sync' property to 'is-live' and implement it halfway,
12148 update for controller api change.
12150 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12151 controller api change.
12153 2005-09-24 Wim Taymans <wim@fluendo.com>
12155 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12156 * gst-libs/gst/audio/gstaudiosink.c:
12157 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12158 (gst_audioringbuffer_stop):
12159 * gst-libs/gst/audio/gstbaseaudiosink.c:
12160 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12161 (gst_base_audio_sink_change_state):
12162 * gst-libs/gst/audio/gstbaseaudiosink.h:
12163 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12164 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12165 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12166 * gst-libs/gst/audio/gstringbuffer.h:
12167 Fix sync again. Moved sample alignment to basesink.
12169 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12171 * docs/plugins/Makefile.am:
12172 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12173 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12174 * gst/volume/gstvolume.c:
12176 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12177 * gst-libs/gst/audio/audio.h:
12178 add conversion macros for frames <-> clocktime
12180 2005-09-23 David Schleef <ds@schleef.org>
12182 * gst/audioresample/Makefile.am:
12183 * gst/audioresample/debug.h:
12184 * gst/audioresample/gstaudioresample.c:
12185 * gst/audioresample/resample.c: Convert to using gst debugging
12187 2005-09-22 Wim Taymans <wim@fluendo.com>
12189 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12190 (gst_play_bin_send_event):
12191 Only seek on one sink, the first one that succeeds.
12193 2005-09-22 Michael Smith <msmith@fluendo.com>
12195 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12196 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12197 Don't flush encoder state unless we have an initialised encoder.
12198 Clear out encoder state on PAUSED_TO_READY.
12200 2005-09-22 Wim Taymans <wim@fluendo.com>
12202 * gst-libs/gst/rtp/gstbasertppayload.c:
12203 (gst_basertppayload_class_init), (gst_basertppayload_init),
12204 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12205 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12206 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12207 (gst_basertppayload_set_property),
12208 (gst_basertppayload_get_property),
12209 (gst_basertppayload_change_state):
12210 * gst-libs/gst/rtp/gstbasertppayload.h:
12211 Added max-ptime to control amount of data in the rtp packets.
12213 2005-09-21 Andy Wingo <wingo@pobox.com>
12215 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12218 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12219 can be called multiple times, dogs.
12221 2005-09-21 Wim Taymans <wim@fluendo.com>
12223 * gst-libs/gst/rtp/gstbasertppayload.c:
12224 (gst_basertppayload_class_init), (gst_basertppayload_init),
12225 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12226 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12227 (gst_basertppayload_push), (gst_basertppayload_get_property),
12228 (gst_basertppayload_change_state):
12231 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12233 * docs/libs/compiling.sgml:
12236 2005-09-20 Wim Taymans <wim@fluendo.com>
12238 * gst-libs/gst/rtp/gstbasertppayload.c:
12239 (gst_basertppayload_class_init), (gst_basertppayload_init),
12240 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12241 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12242 (gst_basertppayload_push), (gst_basertppayload_set_property),
12243 (gst_basertppayload_get_property),
12244 (gst_basertppayload_change_state):
12245 * gst-libs/gst/rtp/gstbasertppayload.h:
12246 Added property to configure sequence number offsets.
12248 2005-09-20 Wim Taymans <wim@fluendo.com>
12250 * gst-libs/gst/rtp/gstbasertppayload.c:
12251 (gst_basertppayload_class_init), (gst_basertppayload_init),
12252 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12253 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12254 (gst_basertppayload_push), (gst_basertppayload_set_property),
12255 (gst_basertppayload_get_property),
12256 (gst_basertppayload_change_state):
12257 * gst-libs/gst/rtp/gstbasertppayload.h:
12258 Make timestamp offset configurable.
12260 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12262 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12263 fix wrong pop/unref
12265 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12267 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12269 * gst-libs/gst/interfaces/propertyprobe.c:
12270 (gst_property_probe_probe_property_name),
12271 (gst_property_probe_needs_probe_name),
12272 (gst_property_probe_get_values_name),
12273 (gst_property_probe_probe_and_get_values_name):
12274 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12275 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12277 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12279 * check/Makefile.am:
12280 have some tests be disabled for valgrinding
12281 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12283 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12284 Fix A Leak. Chain To Parent Finalize.
12286 2005-09-19 Wim Taymans <wim@fluendo.com>
12288 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12289 Fixed wav pipeline.
12291 2005-09-19 Wim Taymans <wim@fluendo.com>
12293 * gst-libs/gst/rtp/gstbasertppayload.c:
12294 (gst_basertppayload_class_init), (gst_basertppayload_init),
12295 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12296 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12297 (gst_basertppayload_push), (gst_basertppayload_get_property),
12298 (gst_basertppayload_change_state):
12299 Posting ERROR and WARNING messages is good.
12301 2005-09-19 Wim Taymans <wim@fluendo.com>
12303 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12304 (gst_base_rtp_depayload_add_to_queue),
12305 (gst_base_rtp_depayload_push),
12306 (gst_base_rtp_depayload_set_gst_timestamp),
12307 (gst_base_rtp_depayload_queue_release):
12308 This one was not supposed to go in.
12310 2005-09-19 Wim Taymans <wim@fluendo.com>
12312 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12315 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12316 (gst_base_rtp_depayload_chain),
12317 (gst_base_rtp_depayload_add_to_queue),
12318 (gst_base_rtp_depayload_push),
12319 (gst_base_rtp_depayload_set_gst_timestamp),
12320 (gst_base_rtp_depayload_queue_release):
12323 * gst-libs/gst/rtp/gstbasertppayload.c:
12324 (gst_basertppayload_class_init), (gst_basertppayload_init),
12325 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12326 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12327 (gst_basertppayload_get_property),
12328 (gst_basertppayload_change_state):
12329 Added debugging category.
12331 2005-09-18 David Schleef <ds@schleef.org>
12333 * gst/playback/gstdecodebin.c: free plugin list correctly
12334 * gst/playback/gstplaybin.c: emit warning if autovideosink
12335 and autoaudiosink can't be found (instead of segfaulting)
12337 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12339 * check/elements/audioconvert.c: (GST_START_TEST):
12340 try out 24 bit conversion
12342 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12344 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12345 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12346 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12347 * ext/vorbis/vorbisenc.h:
12348 Fix EOS handling. Still needs a fix in the ogg muxer to
12349 mark the last page as eos.
12351 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12353 * common/gtk-doc-plugins.mak:
12354 * docs/plugins/Makefile.am:
12355 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12356 * gst/ffmpegcolorspace/Makefile.am:
12357 * gst/ffmpegcolorspace/avcodec.h:
12358 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12359 * gst/tcp/gstmultifdsink.c:
12360 fix up ffmpegcolorspace docs; extract header
12362 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12364 * common/gtk-doc-plugins.mak:
12365 * docs/plugins/Makefile.am:
12366 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12367 * ext/theora/Makefile.am:
12368 * ext/theora/gsttheoraenc.h:
12369 * ext/theora/theoraenc.c:
12370 * ext/vorbis/vorbisenc.c:
12371 pick up signals and args for vorbis; add some docs for vorbis
12373 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12375 * common/gstdoc-scangobj:
12376 * common/gtk-doc-plugins.mak:
12377 * docs/libs/Makefile.am:
12378 * docs/plugins/gst-plugins-base-plugins.args:
12379 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12380 * docs/plugins/gst-plugins-base-plugins.interfaces:
12381 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12382 * docs/plugins/gst-plugins-base-plugins.signals:
12383 only scanobj stuff from our source module. Not sure yet
12384 if that's correct, given the hierarchy stuff :)
12386 2005-09-15 Wim Taymans <wim@fluendo.com>
12388 * gst/audioconvert/gstaudioconvert.c:
12389 And enable 24 bits mode as well..
12391 2005-09-15 Wim Taymans <wim@fluendo.com>
12393 * gst-libs/gst/rtp/Makefile.am:
12394 * gst-libs/gst/rtp/gstbasertppayload.c:
12395 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12396 (gst_basertppayload_class_init), (gst_basertppayload_init),
12397 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12398 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12399 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12400 (gst_basertppayload_set_property),
12401 (gst_basertppayload_get_property),
12402 (gst_basertppayload_change_state):
12403 * gst-libs/gst/rtp/gstbasertppayload.h:
12404 Added rtp payloader base class.
12406 2005-09-15 Andy Wingo <wingo@pobox.com>
12408 * configure.ac (plugindir): Remove the EOL matcher from the
12409 regexp, as it causes me problems. Libtool? Make? Who knows?
12411 2005-09-14 David Schleef <ds@schleef.org>
12413 * check/generic/states.c:
12414 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12415 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12416 Fixes for changes in registry API.
12418 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12419 to GST_PLUGIN_LDFLAGS.
12420 * ext/libvisual/visual.c: Make the library shut up.
12421 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12422 * gst-libs/gst/audio/gstaudiofilter.c: same
12424 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12426 * docs/plugins/Makefile.am:
12427 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12428 * docs/plugins/inspect/plugin-libvisual.xml:
12429 * docs/plugins/tmpl/element-tcpserversink.sgml:
12430 * ext/theora/theoraenc.c:
12431 add libvisual plugin and theoraenc element to docs
12433 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12435 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12436 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12437 * ext/theora/theoraenc.c:
12440 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12442 * gst/audioconvert/Makefile.am:
12443 Audioconvert derives from GstBaseTransform and should
12444 link to the library with our base elements to avoid
12445 unresolved symbols. Makes things work with MinGW (#316160)
12447 * gst/playback/test4.c: (main):
12448 Fix MinGW build problem and use g_usleep() instead of
12451 2005-09-12 Wim Taymans <wim@fluendo.com>
12453 * gst/audioconvert/audioconvert.c: (float),
12454 (audio_convert_prepare_context), (audio_convert_convert):
12455 * gst/audioconvert/audioconvert.h:
12456 Cleanups, speedups, simplifications, added back support
12459 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12461 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12462 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12463 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12464 * docs/plugins/tmpl/element-tcpserversink.sgml:
12465 * gst/ffmpegcolorspace/gstffmpeg.c:
12466 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12467 * gst/videotestsrc/gstvideotestsrc.c:
12468 * gst/volume/gstvolume.c:
12469 add more elements to the docs
12471 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12473 * check/Makefile.am:
12474 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12475 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12476 Add extra tests for basetransform based components.
12477 Comment out the test_element_negotiation test until we decide
12478 if it's testing correct behaviour.
12479 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12480 (gst_visual_chain), (gst_visual_change_state):
12481 Slightly more correct but still bogus timestamping.
12482 Fix state change function.
12483 * gst/audioconvert/gstaudioconvert.c:
12484 (gst_audio_convert_class_init):
12485 * gst/audioresample/gstaudioresample.c:
12486 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12487 (gst_ffmpegcsp_class_init):
12488 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12489 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12490 (gst_videoscale_prepare_image):
12491 * gst/volume/gstvolume.c: (gst_volume_class_init),
12492 (volume_transform_ip):
12493 Basetransform updates. Enable passthrough modes.
12494 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12495 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12496 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12497 Negotiation fix that allows the window to return to the original
12498 size and renegotiate passthrough upstream. Extra debug output.
12500 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12502 * gst/sine/gstsinesrc.c:
12503 * gst/volume/gstvolume.c:
12504 fix up header include
12506 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12508 * gst-libs/gst/audio/gstbaseaudiosink.c:
12509 (gst_base_audio_sink_render):
12510 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12511 * gst/volume/gstvolume.c: (gst_volume_class_init),
12512 (volume_transform):
12513 fixing lost sync, some more debugging
12515 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12517 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12518 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12519 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12520 (gst_xvimagesink_check_xshm_calls):
12521 Fix compilation when XShm is not available.
12523 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12525 * ext/libvisual/visual.c: (gst_visual_dispose),
12526 (gst_visual_getcaps), (gst_visual_src_setcaps),
12527 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12528 (gst_visual_change_state):
12529 Finish fixing up libvisual plugin so that it runs.
12531 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12533 * ext/vorbis/vorbisenc.c:
12534 * gst-libs/gst/tag/gstvorbistag.c:
12535 gsttaginterface.h -> gsttagsetter.h
12537 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12539 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12540 added another test that failes for me (test is not active by default)
12542 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12545 v4l2 is no longer in gst-plugins-base
12547 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12550 In the output at the end, don't show the first plugin on the same
12551 line as "Core plug-ins, always built:".
12552 Indent the output as for other plugin categories
12553 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12554 #define that can be used to not use peer buffer_alloc functions for
12556 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12557 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12558 (gst_ximagesink_show_frame):
12559 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12560 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12561 (gst_xvimagesink_show_frame):
12562 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12563 fails gracefully instead of XError aborting or deadlocking.
12565 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12567 * ext/libvisual/Makefile.am:
12568 link against gst-base-libs
12570 2005-09-06 David Schleef <ds@schleef.org>
12572 * configure.ac: Enable libvisual plugin.
12573 * ext/libvisual/Makefile.am:
12574 * ext/libvisual/visual.c: Fixes to make it compile.
12576 === release 0.9.2 ===
12578 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12583 * docs/random/ChangeLog-0.8:
12584 releasing 0.9.2, "Spoon"
12586 2005-09-05 Michael Smith <msmith@fluendo.com>
12588 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12589 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12590 that in the vorbisenc element.
12592 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12594 * common/gtk-doc-plugins.mak:
12595 * docs/plugins/Makefile.am:
12597 * gst/audioresample/resample.c:
12598 fix wrong docstring
12600 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12602 * common/gst-xmlinspect.py:
12603 * common/gtk-doc-plugins.mak:
12604 only inspect plugins for this given package
12605 require gst-python 0.9
12607 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12611 * common/gst-xmlinspect.py:
12613 * docs/Makefile.am:
12614 * docs/plugins/inspect/plugin-alsa.xml:
12615 * docs/plugins/inspect/plugin-audioresample.xml:
12616 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12617 * docs/plugins/inspect/plugin-ogg.xml:
12618 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12619 * docs/plugins/tmpl/element-multifdsink.sgml:
12620 * docs/plugins/tmpl/element-tcpserversink.sgml:
12621 * docs/plugins/tmpl/element-vorbisenc.sgml:
12622 * gst-plugins-base.spec.in:
12623 various doc-related updates
12625 2005-08-31 Wim Taymans <wim@fluendo.com>
12627 * gst-libs/gst/audio/gstbaseaudiosink.c:
12628 (gst_base_audio_sink_render):
12629 Resync if the buffer timestamps drift more than a 10th
12632 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12634 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12635 (gst_v4lsrc_get_property):
12636 The 'timestamp-offset' property is registered as an int64, so
12637 let's use g_value_{set|get}_int64() in our setter and getter
12638 functions (makes it work and fixes warnings with gst-inspect).
12640 2005-08-30 Wim Taymans <wim@fluendo.com>
12642 * check/elements/audioconvert.c: (setup_audioconvert):
12643 * check/elements/audioresample.c: (setup_audioresample):
12644 * check/elements/volume.c: (setup_volume):
12647 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12649 * common/gtk-doc-plugins.mak:
12650 * common/plugins.xsl:
12651 * docs/plugins/Makefile.am:
12652 make module a param
12654 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12656 * examples/seeking/seek.c: (make_mp3_pipeline),
12657 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12658 (play_cb), (pause_cb), (stop_cb):
12661 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12663 * gst/volume/gstvolume.c: (gst_volume_class_init),
12664 (volume_transform):
12665 do not update controlled params, if buffer has no timestamp
12667 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12670 * gst/sine/Makefile.am:
12671 * gst/volume/Makefile.am:
12672 controllerized elements also need to link against controller-libs ;)
12674 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12676 * docs/libs/tmpl/gstcolorbalance.sgml:
12677 * docs/libs/tmpl/gstgconf.sgml:
12678 * docs/libs/tmpl/gstmixer.sgml:
12679 * docs/libs/tmpl/gstringbuffer.sgml:
12680 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12681 (gst_sinesrc_create):
12682 * gst/volume/gstvolume.c: (gst_volume_class_init),
12683 (volume_transform):
12684 controllerized two audio plugins
12686 2005-08-29 Andy Wingo <wingo@pobox.com>
12688 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12689 (vorbis_handle_data_packet): Fix some int overflow errors.
12691 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12693 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12695 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12696 if it's valid. Fixed streaming-mode playback.
12698 * check/elements/volume.c (cleanup_volume): Fix for running
12701 * check/elements/audioconvert.c: Convert from native endian, not
12704 2005-08-29 Michael Smith <msmith@fluendo.com>
12706 * ext/ogg/Makefile.am:
12707 * ext/ogg/gstogg.c: (plugin_init):
12708 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12709 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12710 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12711 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12712 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12713 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12714 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12715 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12716 Add an ogg parser element.
12718 2005-08-28 Andy Wingo <wingo@pobox.com>
12720 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12722 2005-08-26 Wim Taymans <wim@fluendo.com>
12724 * gst/audioconvert/audioconvert.c: (if), (float),
12725 (audio_convert_get_func_index), (check_default),
12726 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12727 (audio_convert_clean_context), (audio_convert_get_sizes),
12728 (audio_convert_convert):
12731 2005-08-26 Wim Taymans <wim@fluendo.com>
12733 * gst/audioconvert/audioconvert.c: (if), (float),
12734 (audio_convert_get_func_index), (check_default),
12735 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12736 (audio_convert_clean_context), (audio_convert_get_sizes),
12737 (audio_convert_convert):
12738 More elegant and working temp buffer selection algo.
12740 2005-08-26 Wim Taymans <wim@fluendo.com>
12742 * gst/audioconvert/audioconvert.c: (if), (float),
12743 (audio_convert_get_func_index), (check_default),
12744 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12745 (audio_convert_clean_context), (audio_convert_get_sizes),
12746 (get_temp_buffer), (audio_convert_convert):
12747 Use realloc else we lose our original data.
12749 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12751 * gst/audioresample/gstaudioresample.c:
12752 use base class' newsegment to properly timestamp
12754 2005-08-26 Wim Taymans <wim@fluendo.com>
12756 * gst/audioconvert/audioconvert.c: (if), (float),
12757 (audio_convert_get_func_index), (check_default),
12758 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12759 (audio_convert_clean_context), (audio_convert_get_sizes),
12760 (get_temp_buffer), (audio_convert_convert):
12761 * gst/audioconvert/gstaudioconvert.c:
12762 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12763 (gst_audio_convert_transform_caps),
12764 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12765 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12766 Oops, allocate enough space to perform the channel mix.
12768 2005-08-26 Wim Taymans <wim@fluendo.com>
12770 * gst/audioconvert/Makefile.am:
12771 * gst/audioconvert/audioconvert.c: (if), (float),
12772 (audio_convert_get_func_index), (check_default),
12773 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12774 (audio_convert_clean_context), (audio_convert_get_sizes),
12775 (get_temp_buffer), (audio_convert_convert):
12776 * gst/audioconvert/audioconvert.h:
12777 * gst/audioconvert/gstaudioconvert.c:
12778 (gst_audio_convert_class_init), (gst_audio_convert_init),
12779 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12780 (gst_audio_convert_get_unit_size),
12781 (gst_audio_convert_transform_caps),
12782 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12783 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12784 * gst/audioconvert/gstaudioconvert.h:
12785 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12786 (gst_channel_mix_fill_identical),
12787 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12788 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12789 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12790 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12791 (gst_channel_mix_mix):
12792 * gst/audioconvert/gstchannelmix.h:
12793 Cleanups, librarify a bit, optimize, better negotiation and more.
12795 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12797 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12798 Another from MikeS:
12799 During typefinding, don't support negative offsets
12800 (offsets from the end of the stream) in our typefind->peek() function
12801 - nothing embedded in ogg ever needs them. However, we need to recognise
12802 those requests and reject them, otherwise we return invalid pointers.
12804 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12806 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12807 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12808 (vorbisdec_finalize), (vorbis_handle_type_packet):
12809 Big shout-out to MikeS for fixing this giant memory leak.
12812 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12814 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12815 (audio_convert_get_unit_size):
12818 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12820 * check/Makefile.am:
12821 * check/elements/audioconvert.c: (setup_audioconvert),
12822 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12823 (GST_START_TEST), (audioconvert_suite), (main):
12824 add a test for audioconvert
12825 * gst/audioresample/gstaudioresample.c:
12826 * gst/audioresample/gstaudioresample.h:
12827 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12828 note that for buffers of 1/3 sec this means DURATION(c) is
12829 one nanosecond more than for a and b
12831 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12833 * check/Makefile.am:
12834 * check/elements/audioresample.c: (setup_audioresample),
12835 (cleanup_audioresample), (fail_unless_perfect_stream),
12836 (test_perfect_stream_instance), (GST_START_TEST),
12837 add a check for audioresample
12838 (audioresample_suite), (main):
12839 * check/elements/volume.c: (GST_START_TEST):
12840 remove unused method
12841 * gst/audioresample/gstaudioresample.c:
12842 set correct buffer parameters since we're changing them
12843 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12846 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12848 * gst/audioresample/debug.c:
12849 * gst/audioresample/gstaudioresample.c:
12850 add room for extra overlap samples when asked to transform size
12851 protect against possible mem corruption and check for discrepancies
12852 between written size and outbuffer's size so we can warn for
12854 * gst/audioresample/resample.c: (resample_init),
12855 (resample_get_output_size_for_input), (resample_get_output_size),
12856 (resample_set_n_channels), (resample_set_format):
12857 set debug level based on RESAMPLE_DEBUG env var
12858 make sure that get_output_size* returns a whole number of
12860 set sample_size each time either channel or format is set
12861 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12862 * gst/audioresample/resample_functable.c:
12863 (resample_scale_functable):
12864 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12865 remove r->sample_size, it's done in resample.c now
12866 add some debugging to the ref implementation
12867 make sure we only give back bytes that are wholes of the sample
12870 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12871 * gst/playback/gstplaybasebin.c: (fill_buffer):
12872 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12874 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12876 * gst/volume/gstvolume.c:
12877 made set_caps function static
12879 2005-08-24 Wim Taymans <wim@fluendo.com>
12881 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12882 (gst_vorbisenc_change_state):
12883 Stop leaking taglists.
12885 2005-08-24 Wim Taymans <wim@fluendo.com>
12887 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12888 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12889 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12890 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12891 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12892 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12893 Parse seeking events better.
12895 Generate correct newsegment events, fixes seeking in live oggs.
12897 * ext/theora/theoradec.c: (theora_dec_src_query),
12898 (theora_dec_src_event), (theora_dec_src_getcaps),
12899 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12900 Use newsegment values to report correct play time.
12902 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12903 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12904 * ext/vorbis/vorbisdec.h:
12905 Parse and use newsegment values to report correct play time.
12907 * gst-libs/gst/audio/gstbaseaudiosink.c:
12908 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12909 Clear ringbuffer on flush.
12910 Use newsegment values to calculate playback time.
12912 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12913 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12914 Basesink does newsegment calculations for us now.
12916 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12918 * check/Makefile.am:
12920 add core's plugins to the mix so that playbin works
12921 * check/generic/states.c: (GST_START_TEST):
12922 set a 0 timeout on pipelines, so they don't force the next
12924 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12925 (gst_play_base_bin_change_state):
12926 remove the crappy error handling and do GST error handling
12928 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12930 * check/Makefile.am:
12931 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12932 add same test as to core, it bitches out on playbin atm.
12934 2005-08-24 Wim Taymans <wim@fluendo.com>
12939 2005-08-24 Wim Taymans <wim@fluendo.com>
12941 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12942 (gst_videoscale_prepare_size), (parse_caps),
12943 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12944 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12945 (gst_videoscale_transform):
12946 * gst/videoscale/gstvideoscale.h:
12947 Refactor, make use of BaseTranform really well.
12949 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12952 compile audioresample
12953 * gst/audioresample/Makefile.am:
12954 * gst/audioresample/buffer.c:
12955 * gst/audioresample/functable.c:
12956 * gst/audioresample/gstaudioresample.c:
12957 * gst/audioresample/gstaudioresample.h:
12958 * gst/audioresample/resample.c:
12959 (resample_get_output_size_for_input):
12960 * gst/audioresample/resample.h:
12961 * gst/audioresample/resample_chunk.c:
12962 * gst/audioresample/resample_functable.c:
12963 * gst/audioresample/resample_ref.c:
12964 port to use basetransform; doesn't work in all cases yet
12966 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12968 * gst/audioconvert/gstaudioconvert.c:
12969 (gst_audio_convert_class_init), (gst_audio_convert_init),
12970 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12971 (audio_convert_fixate_caps), (audio_convert_set_caps),
12972 (audio_convert_transform),
12973 (gst_audio_convert_buffer_to_default_format),
12974 (gst_audio_convert_buffer_from_default_format),
12975 (gst_audio_convert_channels):
12976 * gst/audioconvert/gstchannelmix.c:
12977 * gst/audioconvert/gstchannelmix.h:
12978 port to basetransform
12979 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12980 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12981 (gst_ffmpegcsp_get_unit_size):
12982 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12983 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12984 fix for basetransform changes
12986 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12988 * check/Makefile.am:
12989 Add CHECK_CFLAGS and LDFLAGS
12991 * gst/playback/gstplaybasebin.c: (fill_buffer):
12992 GST_MESSAGE_SRC became a GObject
12994 2005-08-24 Wim Taymans <wim@fluendo.com>
12996 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12997 (gst_ring_buffer_clear_all):
12998 * gst-libs/gst/audio/gstringbuffer.h:
12999 Added function to clear the ringbuffer.
13001 2005-08-24 Andy Wingo <wingo@pobox.com>
13003 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13004 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13005 of _open and _close.
13007 * sys/v4l/gstv4lxoverlay.h:
13008 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13009 an Xv connection here, instead of all the time. Make Xv only be
13010 loaded if you axe for it. Kindof a workaround for buggy behaviour
13011 of Xv when using remote xservers (XvQueryExtension would block).
13012 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13013 replace the _open and _close public API. Only start the xv
13014 connection if necessary.
13015 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13017 2005-08-23 David Schleef <ds@schleef.org>
13019 * gst/audioresample/Makefile.am: Leet audioresampling code
13020 * gst/audioresample/buffer.c:
13021 * gst/audioresample/buffer.h:
13022 * gst/audioresample/debug.c:
13023 * gst/audioresample/debug.h:
13024 * gst/audioresample/functable.c:
13025 * gst/audioresample/functable.h:
13026 * gst/audioresample/gstaudioresample.c:
13027 * gst/audioresample/gstaudioresample.h:
13028 * gst/audioresample/resample.c:
13029 * gst/audioresample/resample.h:
13030 * gst/audioresample/resample_chunk.c:
13031 * gst/audioresample/resample_functable.c:
13032 * gst/audioresample/resample_ref.c:
13034 2005-08-23 Wim Taymans <wim@fluendo.com>
13036 * examples/seeking/seek.c: (make_vorbis_pipeline),
13037 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13038 Small seek updates.
13040 2005-08-23 Andy Wingo <wingo@pobox.com>
13042 * gst-libs/gst/audio/gstbaseaudiosrc.c
13043 (gst_base_audio_src_fixate): Only fixate endianness if it is
13044 present in the caps.
13046 2005-08-22 Andy Wingo <wingo@pobox.com>
13048 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13049 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13050 device-name property.
13052 * gst-libs/gst/audio/gstaudiosrc.h:
13053 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13054 close_device in the ring buffer, like gstaudiosink.
13056 * ext/alsa/gstalsamixer.h:
13057 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13058 macro to implement the interface without much code. Cleanups.
13060 * ext/alsa/gstalsasrc.h:
13061 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13064 * ext/alsa/Makefile.am: Add new files.
13065 * ext/alsa/gstalsamixerelement.c:
13066 * ext/alsa/gstalsamixerelement.c: Split element code out from
13067 mixer code so that alsasrc can be a mixer too.
13069 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13071 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13073 * check/elements/vorbisdec.c: (setup_vorbisdec),
13074 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13075 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13076 (vorbis_handle_identification_packet),
13077 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13078 (vorbis_handle_header_packet), (vorbis_dec_push),
13079 (vorbis_dec_chain):
13080 use the setup/teardown methods to save code. save code is good.
13082 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13084 * check/Makefile.am:
13085 add ext dir for plugins
13086 add vorbisdec test conditionally
13087 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13088 (GST_START_TEST), (volume_suite):
13089 add a test with wrong caps
13090 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13091 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13092 add a vorbisdec test
13093 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13094 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13095 clean up debug output
13096 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13097 yay, fix a segfault/security issue in vorbisdec
13098 gst-launch fakesrc ! vorbisdec wasn't happy
13099 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13100 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13101 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13102 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13103 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13104 (gst_vorbisenc_set_metadata), (get_constraints_string),
13105 (update_start_message), (gst_vorbisenc_setup),
13106 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13107 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13108 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13109 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13110 * ext/vorbis/vorbisenc.h:
13112 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13113 (gst_ffmpegcsp_transform):
13114 have the kow come home
13115 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13117 * gst/volume/gstvolume.c: (volume_set_caps):
13120 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13123 * check/.cvsignore:
13124 * check/Makefile.am:
13125 * check/elements/.cvsignore:
13126 * check/elements/volume.c: (chain_func), (event_func),
13127 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13130 add unit test structure for gst-plugins-base
13131 add a test for volume
13132 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13133 (gst_volume_set_volume), (gst_volume_get_volume),
13134 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13135 (volume_funcfind), (volume_process_float), (volume_process_int16),
13136 (volume_set_caps), (volume_transform), (volume_update_mute),
13137 (volume_update_volume), (volume_set_property),
13138 (volume_get_property):
13139 document a little; use basetransform vmethod _set_caps
13141 2005-08-19 Andy Wingo <wingo@pobox.com>
13143 * ext/alsa/gstalsamixertrack.h:
13144 * ext/alsa/gstalsamixertrack.c:
13145 * ext/alsa/gstalsamixeroptions.h:
13146 * ext/alsa/gstalsamixeroptions.c:
13147 * ext/alsa/gstalsamixer.h:
13148 * ext/alsa/gstalsamixer.c: Port to 0.9.
13150 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13151 Remove gstalsa.c and alsaclock. No more cruft here.
13153 2005-08-18 Wim Taymans <wim@fluendo.com>
13155 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13156 (gst_base_rtp_depayload_chain),
13157 (gst_base_rtp_depayload_add_to_queue),
13158 (gst_base_rtp_depayload_push),
13159 (gst_base_rtp_depayload_queue_release):
13160 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13161 Fix for RTPBuffer changes.
13163 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13164 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13165 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13166 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13167 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13168 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13169 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13170 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13171 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13172 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13173 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13174 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13175 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13176 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13177 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13178 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13179 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13180 (gst_rtpbuffer_get_payload):
13181 * gst-libs/gst/rtp/gstrtpbuffer.h:
13182 Don't subclass GstBuffer but add methods and helper functions
13183 to construct and manipulate RTP packets in regular GstBuffers.
13185 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13187 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13188 moved statement below switch
13189 * gst/volume/gstvolume.c: (gst_volume_class_init):
13192 2005-08-16 Wim Taymans <wim@fluendo.com>
13194 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13195 (gst_base_audio_src_change_state):
13196 Open and close device in READY<->NULL state change.
13198 2005-08-16 Andy Wingo <wingo@pobox.com>
13200 * examples/seeking/Makefile.am: Don't compile non-compiling
13201 compiled objects with the compiler.
13203 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13206 2005-08-12 Philippe Khalaf <burger@speedy.org>
13207 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13208 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13209 Made a thread to release the queue.
13210 Removed timestamp conversion for now.
13212 2005-08-10 Philippe Khalaf <burger@speedy.org>
13213 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13214 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13215 Added rtp timestamp -> gst timestamp conversion.
13216 Fixed several problems with queue.
13218 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13220 * gst-libs/gst/audio/gstaudioclock.h:
13221 * gst-libs/gst/audio/gstaudiofilter.h:
13222 * gst-libs/gst/audio/gstaudiosink.h:
13223 * gst-libs/gst/audio/gstaudiosrc.h:
13224 * gst-libs/gst/audio/gstbaseaudiosink.h:
13225 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13226 * gst-libs/gst/audio/gstringbuffer.h:
13227 * gst-libs/gst/net/gstnetbuffer.h:
13228 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13229 * gst-libs/gst/rtp/gstrtpbuffer.h:
13230 Add padding (you will need to rebuild gst-plugins-base,
13231 gst-plugins and all applications afterwards!)
13233 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13235 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13236 (gst_riff_parse_chunk):
13237 Fix bug in debug message and add some more debug messages.
13239 2005-08-08 Edward Hervey <edward@fluendo.com>
13241 * gst-libs/gst/riff/riff-media.c:
13242 backported updates since branch
13244 2005-08-08 Andy Wingo <wingo@pobox.com>
13246 * gst-libs/gst/audio/gstbaseaudiosink.c
13247 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13248 like good elements should. Close on READY->NULL too.
13250 * gst-libs/gst/audio/gstaudiosink.c
13251 (gst_audioringbuffer_open_device,
13252 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13253 (gst_audioringbuffer_release): Updates for new ring buffer API,
13254 hook into the new audio sink api.
13256 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13257 (GstAudioSinkClass.close): Just open and close the device -- no
13258 resource allocation or configuration.
13259 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13260 vmethods, handle device setup and resource allocation.
13262 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13263 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13266 * gst-libs/gst/audio/gstringbuffer.h
13267 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13270 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13271 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13272 New API functions. The device should be opened before acquiring
13273 and closed after releasing.
13275 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13277 * gst-libs/gst/interfaces/mixer.h:
13278 Reset padding to GST_PADDING.
13280 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13282 * gst/playback/gstplaybin.c: (remove_sinks):
13283 Remove visualization from parent explicitely; works around some
13284 apparent refcount issue that I haven't tracked down yet.
13286 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13288 * ext/alsa/gstalsasink.c: (set_hwparams):
13289 Assign debug category, add negotiation debug msgs.
13291 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13293 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13294 Fix error code for file-not-found to NOT_FOUND.
13296 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13298 * common/gtk-doc-plugins.mak:
13299 * docs/plugins/Makefile.am:
13300 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13301 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13302 renamed to actual element names, so much nicer to look at
13303 * docs/plugins/tmpl/gstmultifdsink.sgml:
13305 * docs/plugins/tmpl/multifdsink.sgml:
13306 * docs/plugins/tmpl/tcpserversink.sgml:
13308 * ext/alsa/gstalsa.c:
13309 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13310 * ext/ogg/gstoggmux.c:
13311 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13312 * gst/playback/gstdecodebin.c:
13313 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13314 * gst/tcp/gsttcpserversink.c:
13315 various fixes and documentation additions
13317 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13319 * common/Makefile.am:
13320 * common/gstdoc-scangobj:
13321 * common/gtk-doc-plugins.mak:
13322 * common/gtk-doc.mak:
13323 add a custom scangobj that uses the registry
13324 add a custom gtk-doc-plugins.mak that uses it
13325 some doc build fixes
13327 * docs/Makefile.am:
13328 * docs/plugins/Makefile.am:
13329 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13330 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13331 * docs/plugins/gst-plugins-base-plugins.types:
13332 * docs/plugins/tmpl/gstmultifdsink.sgml:
13333 add docs for one element, multifdsink
13334 * gst/adder/gstadder.h:
13335 * gst/volume/gstvolume.h:
13336 don't privatize enum
13337 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13338 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13339 (gst_sync_method_get_type), (gst_client_status_get_type),
13340 (gst_multifdsink_class_init),
13341 (gst_multifdsink_client_queue_buffer),
13342 (gst_multifdsink_handle_client_write):
13343 * gst/tcp/gstmultifdsink.h:
13344 * gst/tcp/gsttcp.h:
13345 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13346 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13347 (gst_tcpclientsink_render):
13348 * gst/tcp/gsttcpclientsink.h:
13349 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13350 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13351 (gst_tcpclientsrc_start):
13352 * gst/tcp/gsttcpclientsrc.h:
13353 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13354 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13355 * gst/tcp/gsttcpserversrc.h:
13356 * gst/typefind/gsttypefindfunctions.c:
13357 remove superfluous Type stuff
13359 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13361 * gst/playback/gstplaybin.c: (gen_video_element):
13364 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13366 * gst-libs/gst/gconf/gconf.c:
13367 * gst-libs/gst/gconf/gconf.h:
13368 Fix some Andy Problem [tm].
13370 2005-08-04 Andy Wingo <wingo@pobox.com>
13372 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13373 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13374 (gst_ffmpegcsp_get_size): Adapt to API changes.
13376 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13377 Implement an in-place do-nothing transform.
13379 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13381 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13382 (gst_ximagesink_renegotiate_size):
13383 Do not set new window sizes yet if we prepare a new buffer size
13384 for upstream renegotiation (software scaling) at some point in the
13385 future, because this new size waqs not actually accepted yet. Once
13386 accepted, renegotiation later on will set the new sizes just fine.
13387 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13388 embedding testcase.
13390 2005-08-03 Andy Wingo <wingo@pobox.com>
13392 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13393 (gst_ximagesink_buffer_alloc):
13394 Protect the height, width, and desired_caps with the pool_lock.
13395 Fixes videotestsrc ! queue ! ximagesink.
13397 2005-08-02 Edward Hervey <edward@fluendo.com>
13399 * gst/volume/gstvolume.c:
13400 include left from controller cleanup
13402 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13403 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13404 Stop collectpads before calling the parent state
13405 change function on PAUSED->READY.
13407 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13409 When testing for X libs, use the X CFlags
13410 * gst/adder/gstadder.c: (gst_adder_change_state):
13411 Stop the collectpads before calling parent state change function
13412 on PAUSED->READY, otherwise we deadlock deactivating pads.
13414 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13417 * docs/libs/tmpl/gstcolorbalance.sgml:
13418 * docs/libs/tmpl/gstmixer.sgml:
13419 * examples/Makefile.am:
13420 * gst/sine/Makefile.am:
13421 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13422 (gst_sinesrc_set_property), (plugin_init):
13423 * gst/sine/gstsinesrc.h:
13424 * gst/volume/Makefile.am:
13425 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13426 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13427 (volume_process_float), (volume_process_int16),
13428 (volume_set_property), (plugin_init):
13429 * gst/volume/gstvolume.h:
13430 deactivate and remove dparams (libgstcontrol)
13432 2005-07-29 Wim Taymans <wim@fluendo.com>
13434 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13435 Convert me to BaseTransform!! help..
13437 2005-07-29 Andy Wingo <wingo@pobox.com>
13439 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13442 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13443 support of both endiannesses.
13445 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13447 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13448 Fix confusing debug message (s/event/query/)
13450 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13452 * gst/videotestsrc/videotestsrc.h:
13453 Use "_stdint.h" instead of <stdint.h>
13455 2005-07-27 Wim Taymans <wim@fluendo.com>
13457 * ext/vorbis/Makefile.am:
13458 Revert wrong commit.
13460 2005-07-27 Wim Taymans <wim@fluendo.com>
13462 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13463 More compilation fixen.
13465 2005-07-27 Wim Taymans <wim@fluendo.com>
13467 * gst-libs/gst/audio/gstbaseaudiosink.c:
13468 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13469 (gst_base_audio_sink_create_ringbuffer),
13470 (gst_base_audio_sink_change_state):
13473 2005-07-27 Wim Taymans <wim@fluendo.com>
13475 * examples/seeking/seek.c: (setup_dynamic_link),
13476 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13477 (query_positions_elems), (query_positions_pads), (do_seek):
13478 Update seek example.
13480 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13481 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13482 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13483 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13484 (gst_ogg_demux_handle_event),
13485 (gst_ogg_demux_deactivate_current_chain),
13486 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13487 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13488 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13489 (gst_ogg_demux_loop):
13490 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13491 * ext/theora/theoradec.c: (theora_dec_src_event),
13492 (theora_dec_src_getcaps), (theora_dec_sink_event),
13493 (theora_dec_push), (theora_dec_chain):
13494 * ext/vorbis/Makefile.am:
13495 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13496 (vorbis_dec_sink_event), (vorbis_dec_push),
13497 (vorbis_handle_data_packet):
13498 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13499 (gst_vorbisenc_chain):
13500 * gst/playback/gststreaminfo.c: (cb_probe):
13501 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13502 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13503 * gst/videoscale/gstvideoscale.c:
13504 (gst_videoscale_handle_src_event):
13505 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13506 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13507 (gst_ximagesink_navigation_send_event):
13508 * sys/xvimage/xvimagesink.c:
13509 (gst_xvimagesink_navigation_send_event):
13510 Various event updates and cleanups
13512 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13514 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13515 Fix segfault for I420/YV12.
13517 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13519 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13522 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13524 * gst/playback/gstplaybin.c: (gen_video_element),
13525 (gen_audio_element):
13526 Switch to auto*sink elements as default sinks; add volume element
13527 so that volume control in totem works.
13529 2005-07-21 Wim Taymans <wim@fluendo.com>
13531 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13532 * gst/playback/gstplaybin.c: (setup_sinks),
13533 (gst_play_bin_change_state):
13534 Refcount fix and more comments.
13536 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13538 * sys/ximage/Makefile.am:
13539 * sys/ximage/ximage.c: (plugin_init):
13540 * sys/ximage/ximagesink.c:
13541 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13544 2005-07-21 Wim Taymans <wim@fluendo.com>
13546 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13547 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13548 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13549 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13550 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13551 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13552 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13553 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13554 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13555 Generate correct disconts for live chained oggs.
13557 * gst-libs/gst/audio/gstbaseaudiosink.c:
13558 (gst_base_audio_sink_render),
13559 (gst_base_audio_sink_create_ringbuffer),
13560 (gst_base_audio_sink_change_state):
13561 Handle discont math correctly.
13563 * gst/playback/gstplaybin.c: (add_sink):
13564 Some small debug cleanup.
13566 2005-07-21 Wim Taymans <wim@fluendo.com>
13568 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13569 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13570 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13571 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13572 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13573 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13574 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13575 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13576 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13577 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13578 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13579 (gst_ogg_demux_change_state), (gst_ogg_print):
13580 Reorganize code to send the right disconts when in streaming
13583 2005-07-20 Andy Wingo <wingo@pobox.com>
13585 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13586 fix (?), fixes a seggie mcfalterson (#310894).
13588 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13590 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13591 (gst_ogg_mux_set_header_on_caps):
13592 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13593 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13594 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13595 * gst-libs/gst/audio/multichannel.c:
13596 (gst_audio_set_channel_positions),
13597 (gst_audio_set_structure_channel_positions_list):
13598 * gst/playback/gstdecodebin.c: (dynamic_create):
13599 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13600 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13601 Fixes for API changes in core.
13603 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13605 * gst/playback/gstplaybasebin.c: (fill_buffer):
13606 Use _new_custom() so we can set custom message types for buffering
13609 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13612 * gst-libs/gst/Makefile.am:
13613 * gst-libs/gst/gconf/.cvsignore:
13614 * gst-libs/gst/gconf/Makefile.am:
13615 * gst-libs/gst/gconf/test-gconf.c:
13616 * pkgconfig/Makefile.am:
13617 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13618 * pkgconfig/gstreamer-gconf.pc.in:
13619 Remove gconf stuff, use gconf elements instead from now on.
13621 2005-07-20 Wim Taymans <wim@fluendo.com>
13623 * gst-libs/gst/audio/TODO:
13624 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13625 (gst_audio_clock_get_internal_time):
13626 * gst-libs/gst/audio/gstaudioclock.h:
13627 * gst-libs/gst/audio/gstbaseaudiosink.c:
13628 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13629 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13630 (gst_base_audio_sink_render),
13631 (gst_base_audio_sink_create_ringbuffer),
13632 (gst_base_audio_sink_change_state):
13633 Make sure the audio clock always returns an increasing value.
13635 2005-07-19 Andy Wingo <wingo@pobox.com>
13637 * gst/videotestsrc/: Cleanups.
13639 2005-07-19 Wim Taymans <wim@fluendo.com>
13641 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13644 2005-07-19 Wim Taymans <wim@fluendo.com>
13646 * examples/seeking/seek.c: (make_dv_pipeline),
13647 (make_vorbis_theora_pipeline), (query_rates),
13648 (query_positions_elems), (query_positions_pads), (do_seek):
13649 Make correct DV pipeline.
13651 2005-07-18 Andy Wingo <wingo@pobox.com>
13653 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13654 default. Also because it's the only thing that really works. (This
13655 is used in the GConf elements).
13656 Use AS_LIBTOOL_TAGS.
13658 2005-07-18 Wim Taymans <wim@fluendo.com>
13660 * gst/playback/gstdecodebin.c: (remove_element_chain):
13661 * gst/playback/gstplaybin.c: (add_sink):
13662 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13663 (gst_stream_info_set_mute):
13664 * gst/playback/gststreamselector.c:
13665 (gst_stream_selector_get_linked_pad),
13666 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13667 More leak and compile fixes.
13669 2005-07-18 Wim Taymans <wim@fluendo.com>
13671 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13672 (query_rates), (query_positions_elems), (query_positions_pads),
13673 (do_seek), (seek_cb), (stop_seek):
13674 Updated seek example.
13676 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13677 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13678 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13679 * gst/playback/gstplaybin.c: (add_sink):
13680 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13681 (gst_stream_info_set_mute):
13682 Some refcount leak fixes.
13684 2005-07-16 Wim Taymans <wim@fluendo.com>
13686 * gst-libs/gst/audio/gstbaseaudiosink.c:
13687 (gst_base_audio_sink_render):
13688 Align samples even if we have roundoff errors in the
13689 timestamp conversion.
13691 2005-07-16 Wim Taymans <wim@fluendo.com>
13693 * docs/libs/tmpl/gstringbuffer.sgml:
13694 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13695 (query_rates), (query_positions_elems), (query_positions_pads),
13696 (update_scale), (do_seek):
13697 Updated seek example.
13699 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13700 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13701 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13702 (gst_ogg_demux_loop):
13703 Push out correct discont values.
13705 * ext/theora/theoradec.c: (theora_dec_src_convert),
13706 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13707 (theora_dec_sink_event), (theora_handle_type_packet),
13708 (theora_handle_header_packet), (theora_dec_push),
13709 (theora_handle_data_packet), (theora_dec_chain),
13710 (theora_dec_change_state):
13711 Better timestamping.
13713 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13714 (vorbis_dec_sink_event), (vorbis_dec_push),
13715 (vorbis_handle_data_packet), (vorbis_dec_chain):
13716 * ext/vorbis/vorbisdec.h:
13717 Better timestamping.
13719 * gst-libs/gst/audio/gstbaseaudiosink.c:
13720 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13721 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13722 Handle syncing on timestamps instead of sample offsets. Make
13723 use of DISCONT values as described in design docs.
13725 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13726 (gst_base_audio_src_get_time):
13727 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13728 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13729 (gst_ring_buffer_read):
13730 * gst-libs/gst/audio/gstringbuffer.h:
13731 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13732 (gst_ximagesink_show_frame):
13733 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13734 Correcly convert buffer timestamp to stream time.
13736 2005-07-16 Wim Taymans <wim@fluendo.com>
13738 * gst/audioconvert/gstaudioconvert.c:
13739 (gst_audio_convert_get_buffer):
13740 Timestamp buffers correctly.
13742 * gst/playback/gstplaybin.c: (gen_video_element):
13743 Make internal fakesink silent.
13745 2005-07-15 Wim Taymans <wim@fluendo.com>
13747 * gst/ffmpegcolorspace/Makefile.am:
13748 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13749 (gst_ffmpegcsp_caps_remove_format_info),
13750 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13751 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13752 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13753 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13754 Ported ffmpegcolorspace to basetransform.
13756 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13757 * gst/volume/gstvolume.c: (volume_transform):
13760 2005-07-14 Wim Taymans <wim@fluendo.com>
13762 * gst/videotestsrc/Makefile.am:
13763 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13764 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13765 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13766 (gst_videotestsrc_init), (gst_videotestsrc_event),
13767 (gst_videotestsrc_create), (gst_videotestsrc_start),
13768 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13769 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13770 (gst_videotestsrc_get_property):
13771 * gst/videotestsrc/gstvideotestsrc.h:
13772 Make videotestsrc a pushsrc.
13774 2005-07-14 Wim Taymans <wim@fluendo.com>
13776 * gst/tcp/gstfdset.c: (gst_fdset_free):
13777 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13778 (gst_multifdsink_add), (gst_multifdsink_remove),
13779 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13780 (gst_multifdsink_remove_client_link),
13781 (gst_multifdsink_client_queue_data),
13782 (gst_multifdsink_client_queue_caps),
13783 (gst_multifdsink_client_queue_buffer),
13784 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13785 (gst_multifdsink_stop):
13786 * gst/tcp/gstmultifdsink.h:
13789 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13790 Also draw image when not from a pool.
13792 2005-07-14 Wim Taymans <wim@fluendo.com>
13794 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13795 (mute_stream), (silence_stream):
13796 Small debug additions.
13798 2005-07-14 Wim Taymans <wim@fluendo.com>
13800 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13801 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13802 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13803 Better error recovery, ignore unconnected pads and
13806 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13808 * docs/libs/tmpl/gstaudio.sgml:
13809 * docs/libs/tmpl/gstcolorbalance.sgml:
13810 * docs/libs/tmpl/gstgconf.sgml:
13811 * docs/libs/tmpl/gstmixer.sgml:
13812 * docs/libs/tmpl/gstringbuffer.sgml:
13813 * docs/libs/tmpl/gsttuner.sgml:
13814 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13815 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13816 (gst_tcpclientsrc_class_init):
13817 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13818 (gst_tcpserversrc_class_init):
13819 * sys/v4l/gstv4lelement.c:
13820 more autistic cleanliness in functions/names/defines
13822 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13825 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13826 added manually to each Makefile.am so we are sure it goes
13827 *last* and doesn't add -L flags before linking in libs of our
13828 own, like, say, internal .la libs, that then accidentally pick
13829 up the installed copy.
13830 * docs/libs/Makefile.am:
13831 * ext/alsa/Makefile.am:
13832 * ext/cdparanoia/Makefile.am:
13833 * ext/gnomevfs/Makefile.am:
13834 * ext/libvisual/Makefile.am:
13835 * ext/ogg/Makefile.am:
13836 * ext/theora/Makefile.am:
13837 * ext/vorbis/Makefile.am:
13838 * gst-libs/gst/video/Makefile.am:
13839 * gst/adder/Makefile.am:
13840 * gst/audioconvert/Makefile.am:
13841 * gst/audiorate/Makefile.am:
13842 * gst/audioscale/Makefile.am:
13843 * gst/ffmpegcolorspace/Makefile.am:
13844 * gst/playback/Makefile.am:
13845 * gst/sine/Makefile.am:
13846 * gst/subparse/Makefile.am:
13847 * gst/tags/Makefile.am:
13848 * gst/tcp/Makefile.am:
13849 * gst/typefind/Makefile.am:
13850 * gst/videorate/Makefile.am:
13851 * gst/videoscale/Makefile.am:
13852 * gst/videotestsrc/Makefile.am:
13853 * gst/volume/Makefile.am:
13854 * sys/v4l/Makefile.am:
13855 * sys/ximage/Makefile.am:
13856 * sys/xvimage/Makefile.am:
13857 adapt properly to this change. This should make sure that
13858 plugins and libs properly link to the as-yet-uninstalled
13859 copies of stuff like libgstinterfaces and libgstvideo
13861 2005-07-13 Andy Wingo <wingo@pobox.com>
13863 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13864 (gst_v4lsrc_fixate): Fixate on format as well.
13866 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13867 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13868 buffer points to it.
13869 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13870 rather just doing X calls ourselves. Also fixes a memleak.
13872 2005-07-12 Andy Wingo <wingo@pobox.com>
13874 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13875 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13876 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13877 TRUE to avoid deadlocks if an element holds on to our buffers.
13879 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13881 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13882 (gst_sinesrc_init), (gst_sinesrc_create),
13883 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13884 (gst_sinesrc_start):
13885 * gst/sine/gstsinesrc.h:
13886 removing num-buffers property before moving it
13888 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13891 use overridable ERROR_CFLAGS
13892 * docs/libs/gst-plugins-base-libs.types:
13893 * docs/libs/tmpl/gstringbuffer.sgml:
13894 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13895 (gst_alsasink_class_init):
13896 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13897 (gst_alsasrc_class_init):
13898 * gst-libs/gst/audio/audio.h:
13899 * gst-libs/gst/audio/gstaudioclock.h:
13900 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13901 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13902 (gst_audio_filter_link), (gst_audio_filter_init),
13903 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13904 (gst_audio_filter_get_property),
13905 (gst_audio_filter_class_add_pad_templates):
13906 * gst-libs/gst/audio/gstaudiofilter.h:
13907 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13908 (gst_audio_filter_template_get_type),
13909 (gst_audio_filter_template_base_init),
13910 (gst_audio_filter_template_class_init),
13911 (gst_audio_filter_template_init),
13912 (gst_audio_filter_template_set_property),
13913 (gst_audio_filter_template_get_property), (plugin_init),
13914 (gst_audio_filter_template_setup),
13915 (gst_audio_filter_template_filter),
13916 (gst_audio_filter_template_filter_inplace):
13917 * gst-libs/gst/audio/gstaudiosink.c:
13918 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13919 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13920 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13921 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13922 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13923 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13924 * gst-libs/gst/audio/gstaudiosink.h:
13925 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13926 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13927 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13928 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13929 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13930 (gst_audio_src_class_init), (gst_audio_src_init),
13931 (gst_audio_src_create_ringbuffer):
13932 * gst-libs/gst/audio/gstaudiosrc.h:
13933 * gst-libs/gst/audio/gstbaseaudiosink.c:
13934 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13935 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13936 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13937 (gst_base_audio_sink_set_property),
13938 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13939 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13940 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13941 (gst_base_audio_sink_create_ringbuffer),
13942 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13943 * gst-libs/gst/audio/gstbaseaudiosink.h:
13944 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13945 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13946 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13947 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13948 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13949 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13950 (gst_base_audio_src_event), (gst_base_audio_src_create),
13951 (gst_base_audio_src_create_ringbuffer),
13952 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13953 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13954 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13955 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13956 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13957 (gst_ring_buffer_debug_spec_caps),
13958 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13959 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13960 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13961 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13962 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13963 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13964 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13965 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13966 (gst_ring_buffer_clear):
13967 * gst-libs/gst/audio/gstringbuffer.h:
13968 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13969 (gst_video_sink_class_init), (gst_video_sink_get_type):
13970 * gst-libs/gst/video/videosink.h:
13971 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13972 (gst_multifdsink_class_init),
13973 (gst_multifdsink_handle_client_write),
13974 (gst_multifdsink_change_state):
13975 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13976 (gst_tcpclientsink_setcaps):
13977 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13978 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13979 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13980 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13981 (gst_ximagesink_send_pending_navigation),
13982 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13983 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13984 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13985 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13986 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13987 (gst_xvimagesink_send_pending_navigation),
13988 (gst_xvimagesink_navigation_send_event),
13989 (gst_xvimagesink_set_xwindow_id),
13990 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13991 (gst_xvimagesink_get_type):
13992 more macro splitting
13994 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13996 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13997 plug a memleak, allows me to import 1479 albums in one go
13999 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14000 (vorbis_handle_type_packet), (vorbis_dec_chain),
14001 (vorbis_dec_change_state):
14002 fix some format strings
14004 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14006 * docs/libs/tmpl/gstcolorbalance.sgml:
14007 * docs/libs/tmpl/gstmixer.sgml:
14008 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14009 (gst_alsasink_set_property), (gst_alsasink_get_property):
14010 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14011 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14012 add device property
14014 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14016 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14017 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14018 (audiocast_register_listener), (audiocast_thread_run),
14019 (gst_gnomevfssrc_send_additional_headers_callback),
14020 (gst_gnomevfssrc_received_headers_callback),
14021 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14022 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14023 (gst_gnomevfssrc_get_size):
14024 add/clean up debugging
14025 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14028 2005-07-07 Andy Wingo <wingo@pobox.com>
14030 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14031 framerate. Need to get a handle on when exactly this function is
14034 * sys/v4l/v4lsrc_calls.h:
14035 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14036 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14037 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14039 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14040 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14041 v4lelements are sources.
14043 * sys/v4l/gstv4lxoverlay.h:
14044 * sys/v4l/gstv4lxoverlay.c:
14045 * sys/v4l/gstv4ltuner.h:
14046 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14048 * sys/v4l/gstv4lsrc.h:
14049 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14050 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14051 or something should handle that. Made a live source.
14053 * sys/v4l/gstv4lelement.h:
14054 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14055 signals. Some cleanups.
14057 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14059 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14062 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14065 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14067 2005-07-07 Wim Taymans <wim@fluendo.com>
14069 * ext/theora/theoradec.c: (theora_get_query_types),
14070 (theora_dec_src_getcaps), (theora_dec_push):
14071 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14072 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14073 Remove deprecated/unused query types.
14075 2005-07-06 Wim Taymans <wim@fluendo.com>
14077 * ext/alsa/Makefile.am:
14078 * ext/alsa/gstalsaplugin.c: (plugin_init):
14079 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14080 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14081 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14082 (gst_alsasrc_class_init), (gst_alsasrc_init),
14083 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14084 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14085 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14086 (gst_alsasrc_reset):
14087 * ext/alsa/gstalsasrc.h:
14088 * gst-libs/gst/audio/Makefile.am:
14089 * gst-libs/gst/audio/gstaudiosink.c:
14090 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14091 (gst_audioringbuffer_start):
14092 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14093 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14094 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14095 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14096 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14097 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14098 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14099 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14100 * gst-libs/gst/audio/gstaudiosrc.h:
14101 * gst-libs/gst/audio/gstbaseaudiosink.c:
14102 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14103 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14104 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14105 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14106 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14107 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14108 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14109 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14110 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14111 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14112 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14113 (gst_baseaudiosrc_change_state):
14114 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14115 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14116 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14117 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14118 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14119 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14120 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14121 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14122 * gst-libs/gst/audio/gstringbuffer.h:
14123 Added audiosource base classes.
14124 Ported alsasrc, still very basic.
14126 2005-07-06 Wim Taymans <wim@fluendo.com>
14128 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14129 (theora_dec_push), (theora_handle_data_packet):
14130 Prepare for better timestamp fix later.
14132 * gst/audioconvert/gstaudioconvert.c:
14133 List most accurate caps first
14135 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14136 Use proper pad task function.
14138 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14139 (gst_xvimagesink_show_frame):
14140 Fix deadlock when alloc failed.
14142 2005-07-05 Andy Wingo <wingo@pobox.com>
14144 * ext/gnomevfs/gstgnomevfssrc.c:
14145 * gst/sine/gstsinesrc.c:
14146 * gst/tcp/gsttcpserversrc.c:
14147 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14149 * sys/v4l/: Port from 0.8.
14151 * Many files: Null if we got it....
14153 2005-07-05 Andy Wingo <wingo@pobox.com>
14155 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14156 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14159 2005-07-05 Wim Taymans <wim@fluendo.com>
14162 * gst/tcp/Makefile.am:
14164 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14165 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14166 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14167 (is_sync_frame), (gst_multifdsink_handle_client_write),
14168 (gst_multifdsink_render), (gst_multifdsink_start),
14169 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14170 * gst/tcp/gstmultifdsink.h:
14171 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14172 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14173 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14174 * gst/tcp/gsttcp.h:
14175 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14176 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14177 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14178 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14179 * gst/tcp/gsttcpclientsink.h:
14180 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14181 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14182 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14183 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14184 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14185 * gst/tcp/gsttcpclientsrc.h:
14186 * gst/tcp/gsttcpplugin.c: (plugin_init):
14187 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14188 * gst/tcp/gsttcpserversink.h:
14189 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14190 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14191 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14192 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14193 (gst_tcpserversrc_stop):
14194 * gst/tcp/gsttcpserversrc.h:
14195 * gst/tcp/gsttcpsink.c:
14196 * gst/tcp/gsttcpsink.h:
14197 * gst/tcp/gsttcpsrc.c:
14198 * gst/tcp/gsttcpsrc.h:
14199 Ported tcp plugins to 0.9.
14202 2005-07-05 Andy Wingo <wingo@pobox.com>
14204 * gst/playback/gstplaybasebin.c (fill_buffer):
14205 message_new_application fixen.
14207 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14210 2005-07-04 Wim Taymans <wim@fluendo.com>
14212 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14213 Set caps on output buffer.
14215 2005-07-04 Andy Wingo <wingo@pobox.com>
14217 * ext/gnomevfs/gstgnomevfssrc.c
14218 (gst_gnomevfssrc_received_headers_callback)
14219 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14222 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14223 No refcount leakage.
14225 * configure.ac: Enable -Werror.
14227 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14228 * gst/audioconvert/bufferframesconvert.c
14229 (buffer_frames_convert_fixate):
14230 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14231 (gst_audio_convert_fixate):
14232 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14233 (gst_sinesrc_create): Fixate func changes.
14235 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14236 (gst_ximagesink_buffer_alloc): Unused var.
14238 2005-07-01 Andy Wingo <wingo@pobox.com>
14240 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14241 getcaps to do explicit caps. Needs to be done in all decoders,
14242 possibly via a base class.
14244 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14246 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14247 caps on the sink pad, just rely on the pad template. Also, setting
14248 ANY caps on a pad is not valid because the caps are not fixed.
14250 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14251 caps on the buffer, and get the width from the desired_caps if
14253 (gst_ximagesink_renegotiate_size): Implement via setting the
14254 desired_caps on the ximagesink.
14255 (gst_ximagesink_setcaps): Only reset the width of the player if it
14256 wasn't already set. Not sure if this is right.
14257 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14259 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14260 that the user wants. NULL unless the window has been resized.
14262 * gst/volume/gstvolume.c (volume_transform): Adapt to
14263 basetransform refcount changes.
14265 2005-07-01 Andy Wingo <wingo@pobox.com>
14267 * gst/videoscale/gstvideoscale.c:
14268 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14269 from BaseTransform, implements a transform_caps. Removed dead code
14270 including some PAR stuff that was never reached -- should probably
14271 be added back somehow.
14273 2005-07-01 Andy Wingo <wingo@pobox.com>
14275 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14278 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14281 * docs/libs/Makefile.am:
14282 * docs/libs/gst-plugins-libs.types:
14283 * ext/alsa/Makefile.am:
14284 * ext/alsa/gstalsamixer.h:
14285 * ext/alsa/gstalsamixeroptions.h:
14286 * ext/alsa/gstalsamixertrack.h:
14287 * gst-libs/gst/Makefile.am:
14288 * gst-libs/gst/colorbalance/.cvsignore:
14289 * gst-libs/gst/colorbalance/Makefile.am:
14290 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14291 * gst-libs/gst/colorbalance/colorbalance.c:
14292 * gst-libs/gst/colorbalance/colorbalance.h:
14293 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14294 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14295 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14296 * gst-libs/gst/interfaces/Makefile.am:
14297 * gst-libs/gst/interfaces/colorbalance.c:
14298 (gst_color_balance_class_init):
14299 * gst-libs/gst/interfaces/colorbalance.h:
14300 * gst-libs/gst/interfaces/interfaces-marshal.list:
14301 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14302 * gst-libs/gst/interfaces/mixer.h:
14303 * gst-libs/gst/interfaces/mixeroptions.h:
14304 * gst-libs/gst/interfaces/navigation.c:
14305 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14306 * gst-libs/gst/interfaces/tuner.h:
14307 * gst/volume/Makefile.am:
14308 * gst/volume/gstvolume.c:
14309 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14310 * sys/ximage/Makefile.am:
14311 * sys/ximage/ximagesink.c:
14312 * sys/xvimage/Makefile.am:
14313 * sys/xvimage/xvimagesink.c:
14314 fold in all interfaces into an interfaces dir, preserving CVS
14317 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14319 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14320 Fix build after riff changes.
14322 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14324 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14325 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14326 (gst_riff_create_video_template_caps),
14327 (gst_riff_create_audio_template_caps),
14328 (gst_riff_create_iavs_template_caps):
14329 * gst-libs/gst/riff/riff-media.h:
14330 * gst-libs/gst/riff/riff-read.h:
14331 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14332 Add gst_riff_init() to initialize the debug category, instead
14333 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14335 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14337 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14338 Oops, I shouldn't apply hacks.
14340 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14342 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14343 Remove pad_loop function which doesn't work.
14345 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14348 Send EOS when deactivating.
14349 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14350 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14351 (gen_preroll_element), (probe_triggered), (mute_stream),
14352 (silence_stream), (new_decoded_pad), (setup_substreams),
14353 (set_active_source):
14354 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14355 (remove_sinks), (add_sink):
14356 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14357 Change for new probe API.
14359 2005-06-29 Wim Taymans <wim@fluendo.com>
14361 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14362 * gst-libs/gst/audio/gstbaseaudiosink.c:
14363 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14364 (gst_baseaudiosink_change_state):
14365 * gst-libs/gst/audio/gstbaseaudiosink.h:
14366 * gst-libs/gst/audio/gstringbuffer.c:
14367 (gst_ringbuffer_set_callback):
14368 Fix compilation error.
14369 Ringbuffer starts out as not running.
14370 Free our clock in dispose.
14371 When releasing the ringbuffer we need to renegotiate so
14372 clear the pad caps.
14374 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14378 * docs/Makefile.am:
14379 * docs/libs/Makefile.am:
14380 * docs/libs/gst-plugins-libs-docs.sgml:
14381 * docs/libs/gst-plugins-libs-sections.txt:
14382 * docs/libs/gst-plugins-libs.types:
14383 * docs/libs/tmpl/gstaudio.sgml:
14384 * docs/libs/tmpl/gstcolorbalance.sgml:
14385 * docs/libs/tmpl/gstringbuffer.sgml:
14386 * gst-libs/gst/audio/gstringbuffer.c:
14387 (gst_ringbuffer_set_callback):
14388 reinstate gtk-doc docs for plugin libs
14390 2005-06-28 Wim Taymans <wim@fluendo.com>
14392 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14393 (gst_ogg_demux_init):
14394 Removed pad loop function.
14396 2005-06-28 Wim Taymans <wim@fluendo.com>
14398 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14399 If we're building a chain we are not in an error case
14400 when we queue a buffer.
14402 2005-06-28 Andy Wingo <wingo@pobox.com>
14404 * *.c: Don't cast to GstObject before reffing/unreffing.
14406 2005-06-27 Andy Wingo <wingo@pobox.com>
14408 * gst/videotestsrc/gstvideotestsrc.c
14409 (gst_videotestsrc_activate_push): Activation API changes.
14411 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14412 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14413 they have refs on the decodebin.
14415 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14417 (gst_ogg_pad_typefind): Don't leak a pad ref.
14418 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14419 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14420 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14422 2005-06-27 Edward Hervey <edward@fluendo.com>
14424 * ext/theora/theoradec.c: (theora_dec_change_state):
14425 re-arranged call to parent's state change in order to avoid locks (or
14428 2005-06-26 Edward Hervey <edward@fluendo.com>
14430 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14431 2nd argument of 'unknow-type' signal is a GstCaps and not a
14434 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14435 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14436 Set the worker thread's running flag to TRUE before starting the
14438 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14439 Catch a failure to add typefind to the bin.
14441 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14443 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14444 (gst_sinesrc_init), (gst_sinesrc_create),
14445 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14446 (gst_sinesrc_start):
14447 * gst/sine/gstsinesrc.h:
14448 add num-buffers and timestamp-offset properties
14449 * gst/videotestsrc/gstvideotestsrc.c:
14450 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14451 (gst_videotestsrc_get_property):
14452 add timestamp-offset property
14454 2005-06-23 Christian Schaller <uraeus@gnome.org>
14456 * configure.ac: add videorate
14457 * gst-plugins-base.spec.in: add videorate
14459 2005-06-23 Wim Taymans <wim@fluendo.com>
14461 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14462 (gst_videorate_getcaps), (gst_videorate_setcaps),
14463 (gst_videorate_event), (gst_videorate_chain):
14464 Fixed videorate, fixating an already fixated caps is not
14467 2005-06-23 Wim Taymans <wim@fluendo.com>
14470 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14471 Buffer on caps is not boxed anymore.
14473 2005-06-22 Wim Taymans <wim@fluendo.com>
14475 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14476 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14477 Set buffers on caps as miniobjects and not as boxed.
14479 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14484 === release 0.9.1 ===
14486 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14507 updates for release
14509 2005-06-09 Andy Wingo <wingo@pobox.com>
14511 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14513 2005-06-09 Andy Wingo <wingo@pobox.com>
14516 * gst-libs/gst/Makefile.am:
14517 * gst-libs/gst/net/Makefile.am:
14518 Add gstnet to build.
14520 2005-06-09 Andy Wingo <wingo@pobox.com>
14522 * gst-libs/gst/gconf/gconf.c:
14523 * gst/playback/test.c:
14524 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14527 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14529 * ext/theora/theoraenc.c (theora_enc_chain):
14530 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14532 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14535 2005-06-02 Wim Taymans <wim@fluendo.com>
14537 * gst-libs/gst/net/Makefile.am:
14538 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14539 * pkgconfig/gstreamer-libs.pc.in:
14540 Added net stuff, version net lib.
14542 2005-06-02 Wim Taymans <wim@fluendo.com>
14544 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14545 (query_rates), (query_positions_elems), (query_positions_pads),
14547 Updated seek example.
14549 2005-06-02 Andy Wingo <wingo@pobox.com>
14551 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14552 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14555 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14556 remove the typefind, the bin dispose will do it for us. When it's
14557 removed and unreffed, the signal handler will be disconnected,
14559 (unlinked): It's too difficult to disconnect from unlinked
14560 handlers, as they are on pads not elements. Just punt if the pads
14561 aren't grandkids of the bin.
14563 2005-06-02 Wim Taymans <wim@fluendo.com>
14566 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14567 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14568 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14569 * ext/theora/theoradec.c: (theora_dec_src_query),
14570 (theora_handle_data_packet):
14571 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14572 (theora_enc_chain):
14573 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14574 (vorbis_handle_data_packet):
14575 * gst/audioconvert/bufferframesconvert.c:
14576 (buffer_frames_convert_chain):
14577 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14578 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14579 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14580 (gst_ffmpegcsp_chain):
14581 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14582 (gst_videorate_getcaps), (gst_videorate_setcaps),
14583 (gst_videorate_event), (gst_videorate_chain):
14584 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14585 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14586 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14587 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14588 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14589 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14590 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14591 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14592 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14593 Cleanups and buffer alloc.
14595 2005-05-31 Wim Taymans <wim@fluendo.com>
14597 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14598 Don't try to call the delay method when the device is not
14601 2005-05-31 Wim Taymans <wim@fluendo.com>
14603 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14604 Get actual segment size and buffer size after opening
14607 2005-05-30 Wim Taymans <wim@fluendo.com>
14609 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14610 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14611 Also FLUSH upstream, makes the loop function exit faster.
14613 * ext/theora/theoradec.c: (theora_dec_src_query):
14614 Some more debug info in the query.
14616 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14617 (gst_ximagesink_setcaps):
14618 Release lock on par error, better error reporting.
14620 2005-05-26 Wim Taymans <wim@fluendo.com>
14622 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14623 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14624 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14625 Clear chains in READY
14626 Queue packets until the chain is activated.
14628 2005-05-25 Wim Taymans <wim@fluendo.com>
14630 * gst-libs/gst/audio/gstaudiosink.c:
14631 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14632 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14633 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14634 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14635 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14636 (gst_audiosink_create_ringbuffer):
14637 * gst-libs/gst/audio/gstbaseaudiosink.c:
14638 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14639 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14640 (gst_baseaudiosink_set_property), (build_linear_format),
14641 (debug_spec_caps), (debug_spec_buffer),
14642 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14643 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14644 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14645 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14646 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14647 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14648 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14649 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14650 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14651 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14652 (wait_segment), (gst_ringbuffer_commit),
14653 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14654 (gst_ringbuffer_clear):
14655 Various small cleanups.
14657 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14658 (gst_audio_convert_change_state):
14659 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14660 No need to take the locks anymore.
14662 2005-05-25 Wim Taymans <wim@fluendo.com>
14664 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14665 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14666 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14668 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14669 (group_destroy), (group_commit), (queue_overrun),
14670 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14671 (mute_stream), (new_decoded_pad), (setup_substreams),
14672 (setup_source), (mute_group_type), (set_active_source),
14673 (gst_play_base_bin_change_state):
14674 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14675 (gen_video_element), (gen_text_element), (gen_audio_element),
14676 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14677 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14678 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14679 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14680 Some playbin cleanups mostly refcounting sloppyness.
14682 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14684 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14685 Work with streaming input.
14687 2005-05-25 Wim Taymans <wim@fluendo.com>
14689 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14690 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14691 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14692 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14693 No need to take the STREAM lock anymore.
14695 2005-05-25 Wim Taymans <wim@fluendo.com>
14697 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14698 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14699 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14700 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14701 (gst_ogg_demux_sink_activate):
14702 * ext/theora/theoradec.c: (theora_dec_src_event),
14703 (theora_handle_comment_packet), (theora_dec_chain),
14704 (theora_dec_change_state):
14705 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14706 (vorbis_handle_data_packet), (vorbis_dec_chain),
14707 (vorbis_dec_change_state):
14708 Remove STREAM locks as they are taken in core now.
14709 Never set bogus granulepos on vorbis/theora.
14710 Fix leaks in theoradec tag parsing.
14712 2005-05-25 Wim Taymans <wim@fluendo.com>
14714 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14715 Fix memleaks, GST_BUFFER_DATA() is not freed.
14717 2005-05-25 Wim Taymans <wim@fluendo.com>
14719 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14720 Open non-blocking, set to blocking mode afterwards to avoid
14721 lockups when audio device is busy.
14723 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14725 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14726 This can't be good.
14728 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14730 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14731 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14732 (gst_audio_convert_setcaps):
14733 Implement instant setup switching.
14735 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14737 * gst/playback/gstplaybasebin.c: (probe_triggered):
14738 Fix missing unlock.
14739 * gst/playback/gstplaybin.c: (add_sink):
14740 First add, then link (otherwise pad link fails).
14742 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14744 * examples/Makefile.am:
14745 fix buildbot (make distcheck)
14747 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14749 * gst/playback/gstplaybin.c: (gen_vis_element):
14750 Remove some wrong code. Doesn't work yet.
14752 2005-05-19 Wim Taymans <wim@fluendo.com>
14754 * gst-libs/gst/net/Makefile.am:
14755 * gst-libs/gst/net/README:
14756 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14757 (gst_netbuffer_class_init), (gst_netbuffer_init),
14758 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14759 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14760 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14761 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14762 * gst-libs/gst/net/gstnetbuffer.h:
14763 Added buffer subclass to store extra to/from addresses for
14764 network sources/sinks.
14766 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14768 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14769 Don't lock an unassigned variable.
14771 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14773 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14774 Increase buffer for video, decrease buffer for other media types.
14775 * gst/playback/gstplaybin.c: (gen_video_element),
14776 (gen_audio_element):
14777 Change names for debugging purposes.
14779 2005-05-18 Wim Taymans <wim@fluendo.com>
14781 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14782 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14783 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14784 (gst_ffmpegcsp_chain):
14785 Enable buffer alloc passthrough if the source and dest
14786 formats are the same.
14788 2005-05-17 Wim Taymans <wim@fluendo.com>
14790 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14791 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14792 (gst_ogg_demux_chain_unlocked):
14793 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14794 (gst_audio_convert_caps_remove_format_info),
14795 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14796 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14797 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14798 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14799 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14800 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14801 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14802 (gst_ffmpegcsp_get_property):
14803 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14804 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14805 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14806 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14807 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14808 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14809 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14810 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14811 Leak fixes in oggdemux.
14812 Some cleanups in audioconvert.
14813 Make passthrough work along with buffer_alloc etc.
14814 Make buffer_alloc and buffer recycling actually work in
14817 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14819 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14820 make the compiler happy
14822 2005-05-17 Wim Taymans <wim@fluendo.com>
14824 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14825 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14826 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14827 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14828 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14829 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14830 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14831 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14832 (gst_xvimagesink_set_xwindow_id):
14833 * sys/xvimage/xvimagesink.h:
14834 Port xvimagesink to new MiniObject.
14836 2005-05-17 Wim Taymans <wim@fluendo.com>
14838 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14839 (gst_audiofilter_chain):
14840 * gst-libs/gst/audio/gstaudiosink.c:
14841 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14842 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14843 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14844 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14845 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14846 (gst_audiosink_create_ringbuffer):
14847 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14848 (gst_audio_convert_caps_remove_format_info),
14849 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14850 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14851 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14852 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14853 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14854 Fix passthrough in ffmpegcolorspace.
14855 Fix memset in audiosink on wrong memory.
14857 2005-05-16 David Schleef <ds@schleef.org>
14859 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14862 2005-05-16 David Schleef <ds@schleef.org>
14864 Port from GstData to GstMiniObject.
14865 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14866 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14867 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14868 (gst_ogg_mux_collected):
14869 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14870 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14871 (theora_handle_data_packet):
14872 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14873 (theora_set_header_on_caps), (theora_enc_chain):
14874 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14875 (vorbis_handle_comment_packet):
14876 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14877 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14878 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14879 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14880 * gst/audioconvert/gstaudioconvert.c:
14881 (gst_audio_convert_get_buffer):
14882 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14883 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14884 (mute_stream), (silence_stream):
14885 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14886 * gst/volume/gstvolume.c: (volume_transform):
14887 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14888 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14889 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14890 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14891 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14892 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14893 (gst_ximagesink_buffer_alloc):
14894 * sys/ximage/ximagesink.h:
14896 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14898 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14899 (fill_buffer), (check_queue), (queue_threshold_reached),
14900 (queue_out_of_data):
14901 * gst/playback/gstplaybasebin.h:
14902 Post buffer-fullness on the bus.
14904 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14906 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14908 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14909 (group_commit), (probe_triggered), (setup_source),
14910 (gst_play_base_bin_change_state):
14911 * gst/playback/gstplaybasebin.h:
14912 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14913 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14914 (gst_play_bin_change_state):
14915 Move setup_output_pads into a virtual function, remove
14916 group-switch (no longer needed) and redirect (handled by bus
14919 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14921 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14922 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14923 (get_active_group), (get_building_group), (group_destroy),
14924 (group_commit), (check_queue), (queue_overrun),
14925 (queue_threshold_reached), (queue_out_of_data),
14926 (gen_preroll_element), (remove_groups), (unknown_type),
14927 (add_element_stream), (no_more_pads), (probe_triggered),
14928 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14929 (setup_substreams), (setup_source), (finish_source),
14930 (prepare_output), (muted_group_change_state),
14931 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14932 (gst_play_base_bin_change_state):
14933 * gst/playback/gstplaybasebin.h:
14934 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14935 (gst_play_bin_init), (gst_play_bin_set_property),
14936 (gen_video_element), (gen_text_element), (gen_audio_element),
14937 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14938 (gst_play_bin_change_state):
14939 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14940 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14941 (stream_info_change_state), (gst_stream_info_set_mute),
14942 (gst_stream_info_get_property):
14943 * gst/playback/gststreaminfo.h:
14944 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14945 (gst_stream_selector_get_linked_pad),
14946 (gst_stream_selector_getcaps),
14947 (gst_stream_selector_get_linked_pads),
14948 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14949 * gst/playback/gststreamselector.h:
14950 Rough port of playbin. Needs some more work, but is mostly done,
14951 and uses a few locks in important places, which should make stuff
14952 like chain-switches clean. Still uses GST_STATE() in a few places,
14953 which isn't all that good an idea, subtitles/elements disabled
14954 because no elements to test with and thus probably broken, query
14955 and event handling moved to GstBin, internal thread removed
14956 alltogether because the pipeline does that for us now. Can play
14957 Ogg/Vorbis files. Haven't tested anything else yet.
14959 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14961 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14962 Do no-more-pads (needed for autoplugging).
14964 2005-05-10 Andy Wingo <wingo@pobox.com>
14966 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14967 message to the bus with the tags. Still not sent downstream tho.
14969 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14971 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14972 avoid refcounting hassles.
14974 2005-05-09 Andy Wingo <wingo@pobox.com>
14976 * gst/volume/Makefile.am:
14977 * gst/volume/demo.c
14978 * gst/volume/gstvolume.h
14979 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14980 basetransform. Probably need an audio filter base class.
14982 2005-05-09 Wim Taymans <wim@fluendo.com>
14984 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14985 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14986 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14987 (gst_vorbisenc_chain):
14988 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14989 (gst_audio_convert_caps_remove_format_info),
14990 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14991 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14992 Make caps writable before writing to it.
14993 Fix negotiation in audioconvert some more.
14995 2005-05-09 Wim Taymans <wim@fluendo.com>
14997 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14998 (gst_videorate_getcaps), (gst_videorate_setcaps),
14999 (gst_videorate_event), (gst_videorate_chain):
15000 Better negotiation.
15002 2005-05-09 Wim Taymans <wim@fluendo.com>
15004 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15005 (gst_videorate_getcaps), (gst_videorate_setcaps),
15006 (gst_videorate_blank_data), (gst_videorate_init),
15007 (gst_videorate_event), (gst_videorate_chain),
15008 (gst_videorate_change_state):
15009 Port videorate, do a better job at negotiation while we're at
15012 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15017 * examples/Makefile.am:
15018 * gst-libs/gst/audio/Makefile.am:
15019 * gst-libs/gst/riff/Makefile.am:
15020 * gst-libs/gst/tag/Makefile.am:
15021 * gst-libs/gst/video/Makefile.am:
15022 Fixups for missing variables.
15024 2005-05-09 Wim Taymans <wim@fluendo.com>
15026 * examples/seeking/seek.c: (make_theora_pipeline),
15027 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15028 (query_rates), (query_positions_elems), (query_positions_pads),
15029 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15030 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15031 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15032 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15033 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15034 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15035 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15036 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15037 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15038 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15039 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15040 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15041 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15042 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15043 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15044 (theora_dec_src_convert), (theora_dec_sink_convert),
15045 (theora_dec_src_query), (theora_dec_sink_query),
15046 (theora_dec_src_event), (theora_dec_sink_event),
15047 (theora_handle_comment_packet), (theora_handle_type_packet),
15048 (theora_handle_header_packet), (theora_handle_data_packet),
15049 (theora_dec_chain):
15050 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15051 (vorbis_dec_convert), (vorbis_dec_src_query),
15052 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15053 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15054 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15055 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15056 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15057 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15058 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15059 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15060 (gst_play_bin_query):
15061 * gst/playback/test3.c: (update_scale):
15062 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15063 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15064 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15065 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15066 (gst_videotestsrc_src_query):
15067 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15068 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15069 (paint_hline_YUV9):
15070 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15071 Port to new query API.
15073 Cleanups in x[v]imagesink
15075 2005-05-09 Andy Wingo <wingo@pobox.com>
15077 * ext/alsa/gstalsasink.h:
15078 * ext/gnomevfs/gstgnomevfssrc.c:
15079 (gst_gnomevfssrc_get_icy_metadata):
15080 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15081 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15082 * ext/theora/theoradec.c (theora_dec_src_query)
15083 (theora_dec_src_event, theora_dec_sink_event)
15084 (theora_handle_comment_packet, theora_handle_data_packet):
15085 * ext/theora/theoraenc.c (theora_enc_chain):
15086 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15087 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15088 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15089 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15091 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15092 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15093 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15094 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15095 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15096 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15097 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15098 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15099 (paint_setup_RGB565, paint_setup_xRGB1555):
15100 * gst/videotestsrc/videotestsrc.h:
15101 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15102 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15103 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15106 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15107 gst_pad_query_position. Fixes oggdemux.
15109 2005-05-08 David Schleef <ds@schleef.org>
15111 * configure.ac: Require liboil.
15112 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15114 * gst/videotestsrc/videotestsrc.c:
15115 * gst/videotestsrc/videotestsrc.h:
15117 2005-05-06 Wim Taymans <wim@fluendo.com>
15119 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15120 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15121 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15122 Well, unreffing a buffer right before pushing it is asking
15125 2005-05-06 Christian Schaller <uraeus@gnome.org>
15127 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15129 2005-05-06 Wim Taymans <wim@fluendo.com>
15131 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15132 (gst_audio_convert_caps_remove_format_info),
15133 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15134 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15135 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15136 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15137 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15138 * gst/sine/Makefile.am:
15139 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15140 (gst_sinesrc_class_init), (gst_sinesrc_init),
15141 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15142 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15143 (gst_sinesrc_update_freq):
15144 * gst/sine/gstsinesrc.h:
15145 * gst/tcp/gstmultifdsink.c:
15146 * sys/xvimage/xvimagesink.c:
15147 Fixed negotiation wrt _peer_get_caps()
15151 2005-05-06 Wim Taymans <wim@fluendo.com>
15153 * gst-libs/gst/audio/gstaudiosink.c:
15154 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15155 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15156 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15157 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15158 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15159 (gst_audiosink_create_ringbuffer):
15160 * gst-libs/gst/audio/gstbaseaudiosink.c:
15161 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15162 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15163 (gst_baseaudiosink_set_property), (build_linear_format),
15164 (debug_spec_caps), (debug_spec_buffer),
15165 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15166 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15167 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15168 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15169 * gst-libs/gst/audio/gstbaseaudiosink.h:
15170 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15171 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15172 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15173 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15174 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15175 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15176 (wait_segment), (gst_ringbuffer_commit),
15177 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15178 (gst_ringbuffer_clear):
15179 * gst-libs/gst/audio/gstringbuffer.h:
15180 Make the base audiosink return an error when there is no
15181 audiobuffer negotiated.
15183 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15186 Disable cdparanoia until someone ports it!
15188 2005-05-06 Wim Taymans <wim@fluendo.com>
15190 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15191 (gst_ogg_demux_sink_activate):
15192 And revert after wingo's revert.. sigh..
15194 2005-05-05 Andy Wingo <wingo@pobox.com>
15196 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15198 * configure.ac: Return audiorate and subparse from the ghetto.
15199 Re-enable -Wall -Werror.
15200 * gst/subparse/gstsubparse.c:
15201 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15202 or chain-based. Cleaned up a bit. Not tested.
15204 2005-05-05 Christian Schaller <christian@fluendo.com>
15206 * Makefile.am: remove stuff that is not building
15207 * configure.ac: remove stuff that is not building
15208 * examples/Makefile.am: remove stuff that is not building
15209 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15210 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15211 * sys/Makefile.am: remove stuff that is not building
15212 * testsuite/Makefile.am: remove stuff that is not building
15214 2005-05-05 Andy Wingo <wingo@pobox.com>
15216 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15217 * gst-libs/gst/tag/gstvorbistag.c:
15218 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15219 * gst/adder/gstadder.h:
15220 * gst/audioconvert/gstchannelmix.c:
15221 (gst_audio_convert_fill_one_other):
15222 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15223 (gst_audiorate_init), (gst_audiorate_chain):
15224 * gst/playback/gstplaybasebin.c: (setup_source):
15225 * gst/playback/test3.c: (update_scale):
15243 2005-05-05 Wim Taymans <wim@fluendo.com>
15245 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15246 (gst_audio_convert_caps_remove_format_info),
15247 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15248 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15249 * gst/videotestsrc/gstvideotestsrc.c:
15250 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15251 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15252 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15253 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15254 Don't ignore _push() return values.
15255 Make sure no processing is done when shutting down.
15256 Videotestsrc pad activation fix.
15258 2005-05-05 Wim Taymans <wim@fluendo.com>
15260 * gst/adder/Makefile.am:
15261 * gst/adder/gstadder.c: (gst_adder_setcaps),
15262 (gst_adder_class_init), (gst_adder_init),
15263 (gst_adder_request_new_pad), (gst_adder_collected),
15264 (gst_adder_change_state):
15265 * gst/adder/gstadder.h:
15266 Ported adder as an example of a mixer element using
15267 collect pads. Needs more negotiation work.
15269 2005-05-05 Wim Taymans <wim@fluendo.com>
15271 * ext/theora/theoradec.c: (_inc_granulepos),
15272 (theora_dec_src_event), (theora_dec_sink_event),
15273 (theora_handle_comment_packet), (theora_handle_type_packet),
15274 (theora_handle_header_packet), (theora_handle_data_packet),
15275 (theora_dec_chain):
15276 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15277 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15278 (theora_push_buffer), (theora_push_packet),
15279 (theora_enc_sink_event), (theora_enc_chain),
15280 (theora_enc_change_state), (theora_enc_set_property),
15281 (theora_enc_get_property):
15282 Added stream lock to decoder so that we can serialize
15284 More theoraenc porting, recover from errors, do clean
15287 2005-05-05 Wim Taymans <wim@fluendo.com>
15289 * ext/ogg/Makefile.am:
15291 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15292 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15294 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15295 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15296 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15297 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15298 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15299 (gst_ogg_mux_change_state):
15302 2005-05-05 Wim Taymans <wim@fluendo.com>
15304 * docs/design-audiosinks.txt:
15305 * gst-libs/gst/audio/TODO:
15306 * gst-libs/gst/audio/gstaudiosink.c:
15307 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15308 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15309 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15310 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15311 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15312 (gst_audiosink_create_ringbuffer):
15313 * gst-libs/gst/audio/gstbaseaudiosink.c:
15314 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15315 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15316 (gst_baseaudiosink_set_property), (build_linear_format),
15317 (debug_spec_caps), (debug_spec_buffer),
15318 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15319 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15320 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15321 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15322 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15323 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15324 (gst_ringbuffer_release), (gst_ringbuffer_play),
15325 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15326 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15327 (gst_ringbuffer_set_sample), (wait_segment),
15328 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15329 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15330 More work on the audiosink, mostly debugging and a race in
15333 2005-04-28 Wim Taymans <wim@fluendo.com>
15335 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15336 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15337 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15338 (vorbis_dec_src_query), (vorbis_dec_src_event),
15339 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15340 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15341 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15342 Don't crap out when seeking back to position 0.
15344 2005-04-28 Wim Taymans <wim@fluendo.com>
15346 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15347 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15348 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15349 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15350 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15351 Make audio sink configurable, use alsasink as default.
15353 2005-04-28 Wim Taymans <wim@fluendo.com>
15355 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15356 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15357 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15358 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15359 (vorbis_dec_change_state):
15360 * ext/vorbis/vorbisdec.h:
15361 Refactor, use STREAM_LOCK.
15363 2005-04-28 Wim Taymans <wim@fluendo.com>
15365 * ext/theora/theoradec.c: (_inc_granulepos),
15366 (theora_dec_sink_event), (theora_handle_comment_packet),
15367 (theora_handle_type_packet), (theora_handle_header_packet),
15368 (theora_handle_data_packet), (theora_dec_chain),
15369 (theora_dec_change_state):
15370 Refactor a bit, use STREAM_LOCK.
15372 2005-04-28 Wim Taymans <wim@fluendo.com>
15374 * ext/alsa/Makefile.am:
15375 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15376 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15377 (gst_alsa_link), (gst_alsa_close_audio):
15378 * ext/alsa/gstalsaplugin.c: (plugin_init):
15379 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15380 (gst_alsasink_dispose), (gst_alsasink_base_init),
15381 (gst_alsasink_class_init), (gst_alsasink_init),
15382 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15383 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15384 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15385 (gst_alsasink_reset):
15386 * ext/alsa/gstalsasink.h:
15387 Implement alsasink with simple open/write/close API.
15388 Make alsa dir build by disabling compilation of code.
15390 2005-04-28 Wim Taymans <wim@fluendo.com>
15392 * gst-libs/gst/audio/Makefile.am:
15393 * gst-libs/gst/audio/audio.h:
15394 * gst-libs/gst/audio/audioclock.c:
15395 * gst-libs/gst/audio/audioclock.h:
15396 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15397 (gst_audio_clock_class_init), (gst_audio_clock_init),
15398 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15399 * gst-libs/gst/audio/gstaudioclock.h:
15400 * gst-libs/gst/audio/gstaudiosink.c:
15401 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15402 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15403 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15404 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15405 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15406 (gst_audiosink_create_ringbuffer):
15407 * gst-libs/gst/audio/gstbaseaudiosink.c:
15408 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15409 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15410 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15411 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15412 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15413 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15414 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15415 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15416 * gst-libs/gst/audio/gstbaseaudiosink.h:
15417 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15418 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15419 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15420 (gst_ringbuffer_release), (gst_ringbuffer_play),
15421 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15422 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15423 (gst_ringbuffer_set_sample), (wait_segment),
15424 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15425 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15426 * gst-libs/gst/audio/gstringbuffer.h:
15427 Make ringbuffer faster and more simple by removing the locks
15428 in the playback thread.
15429 Add sample accurate playback based on buffer sample offsets.
15430 Make the baseaudiosink provide a clock.
15431 Parse caps in the base class.
15432 Correctly handle seeking, flushing and state changes.
15434 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15437 * gst/audioconvert/Makefile.am:
15438 * gst/audioscale/Makefile.am:
15439 Fix part of the build. Come on guys, autogen didn't even work :)
15441 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15444 * gst-libs/gst/Makefile.am:
15445 * gst-libs/gst/media-info/.cvsignore:
15446 * gst-libs/gst/media-info/Makefile.am:
15447 * gst-libs/gst/media-info/README:
15448 * gst-libs/gst/media-info/media-info-priv.c:
15449 * gst-libs/gst/media-info/media-info-priv.h:
15450 * gst-libs/gst/media-info/media-info-test.c:
15451 * gst-libs/gst/media-info/media-info.c:
15452 * gst-libs/gst/media-info/media-info.h:
15453 * gst-libs/gst/media-info/media-info.vcproj:
15454 * pkgconfig/Makefile.am:
15455 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15456 * pkgconfig/gstreamer-media-info.pc.in:
15457 Remove media-info, which is also successed by playbin (see Totem
15460 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15463 * examples/Makefile.am:
15464 * examples/gstplay/.cvsignore:
15465 * examples/gstplay/Makefile.am:
15466 * examples/gstplay/player.c:
15467 * gst-libs/gst/Makefile.am:
15468 * gst-libs/gst/play/.cvsignore:
15469 * gst-libs/gst/play/Makefile.am:
15470 * gst-libs/gst/play/play.c:
15471 * gst-libs/gst/play/play.h:
15472 * gst-libs/gst/play/play.vcproj:
15473 * pkgconfig/Makefile.am:
15474 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15475 * pkgconfig/gstreamer-play.pc.in:
15476 Remove libgstplay, playbin is now the official successor.
15478 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15481 * gst-libs/gst/Makefile.am:
15482 * gst-libs/gst/xwindowlistener/Makefile.am:
15483 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15484 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15485 Remove deprecated xwindowlistener (I've moved xwindowlistening
15486 in the v4l/v4l2 plugins over to serverside).
15488 2005-04-25 David Schleef <ds@schleef.org>
15490 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15491 to examples/dynparams. Examples do not belong interspersed with
15493 * examples/dynparams/demo-dparams.c:
15494 * gst/sine/Makefile.am:
15495 * gst/sine/demo-dparams.c:
15497 2005-04-25 David Schleef <ds@schleef.org>
15499 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15500 * gst-libs/gst/audio/Makefile.am:
15501 * gst-libs/gst/riff/Makefile.am:
15502 * gst-libs/gst/tag/Makefile.am:
15503 * gst-libs/gst/video/Makefile.am:
15504 * gst-libs/gst/xwindowlistener/Makefile.am:
15506 Convert to 0.9 API, seems to work:
15507 * sys/ximage/Makefile.am:
15508 * sys/ximage/ximagesink.c:
15510 2005-04-24 David Schleef <ds@schleef.org>
15512 Link plugins against libraries:
15513 * ext/alsa/Makefile.am:
15514 * gst/tcp/Makefile.am:
15516 Remove asm code that should be in liboil
15517 * gst/videoscale/Makefile.am:
15518 * gst/videoscale/videoscale_x86_asm.s:
15520 gettext wants these checked in:
15536 2005-04-24 David Schleef <ds@schleef.org>
15538 Convert gst_main() to g_main_loop_run()
15539 * gst/playback/decodetest.c: (main):
15540 * gst/playback/test2.c: (main):
15541 * gst/playback/test3.c: (main):
15542 * gst/playback/test4.c: (main):
15544 Link plugins against libraries:
15545 * ext/libvisual/Makefile.am:
15546 * sys/xvimage/Makefile.am:
15548 2005-04-24 David Schleef <ds@schleef.org>
15550 * configure.ac: Remove idct and resample libs
15551 * gst-libs/gst/Makefile.am: same
15553 Remove usage of gst_library_load():
15554 * ext/alsa/gstalsaplugin.c: (plugin_init):
15555 * ext/libvisual/visual.c: (plugin_init):
15556 * ext/ogg/gstogg.c: (plugin_init):
15557 * ext/theora/theora.c: (plugin_init):
15558 * ext/vorbis/vorbis.c: (plugin_init):
15559 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15560 * gst/audioscale/gstaudioscale.c:
15561 * gst/adder/gstadder.c: (plugin_init):
15562 * gst/audioconvert/plugin.c: (plugin_init):
15563 * sys/ximage/ximagesink.c: (plugin_init):
15564 * sys/xvimage/xvimagesink.c: (plugin_init):
15565 * gst/tcp/gsttcpplugin.c: (plugin_init):
15567 Link plugins against libraries:
15568 * ext/ogg/Makefile.am:
15569 * ext/theora/Makefile.am:
15570 * ext/vorbis/Makefile.am:
15571 * gst/audioconvert/Makefile.am:
15573 Create proper libraries:
15574 * gst-libs/gst/riff/Makefile.am:
15575 * gst-libs/gst/audio/Makefile.am:
15576 * gst-libs/gst/video/Makefile.am:
15578 Move resample library to audioscale plugin directory:
15579 * gst-libs/gst/resample/Makefile.am:
15580 * gst-libs/gst/resample/README:
15581 * gst-libs/gst/resample/dtof.c:
15582 * gst-libs/gst/resample/dtos.c:
15583 * gst-libs/gst/resample/functable.c:
15584 * gst-libs/gst/resample/private.h:
15585 * gst-libs/gst/resample/resample.c:
15586 * gst-libs/gst/resample/resample.h:
15587 * gst-libs/gst/resample/resample.vcproj:
15588 * gst-libs/gst/resample/test.c:
15589 * gst/audioscale/Makefile.am:
15590 * gst/audioscale/README:
15591 * gst/audioscale/dtof.c:
15592 * gst/audioscale/dtos.c:
15593 * gst/audioscale/functable.c:
15594 * gst/audioscale/private.h:
15595 * gst/audioscale/resample.c:
15596 * gst/audioscale/resample.h:
15597 * gst/audioscale/test.c:
15599 Move tagedit library to gst-libs:
15600 * gst-libs/gst/tag/Makefile.am:
15601 * gst-libs/gst/tag/gstid3tag.c:
15602 * gst-libs/gst/tag/gsttagediting.c:
15603 * gst-libs/gst/tag/gsttageditingprivate.h:
15604 * gst-libs/gst/tag/gstvorbistag.c:
15605 * gst/tags/Makefile.am:
15606 * gst/tags/gstid3tag.c:
15607 * gst/tags/gstvorbistag.c:
15609 Fix for core changes:
15610 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15611 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15612 (gst_sinesrc_getrange):
15614 2005-04-23 David Schleef <ds@schleef.org>
15616 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15617 in gst-plugins in a long time, and properly belongs in liboil.
15618 * gst-libs/gst/idct/Makefile.am:
15619 * gst-libs/gst/idct/README:
15620 * gst-libs/gst/idct/dct.h:
15621 * gst-libs/gst/idct/doieee:
15622 * gst-libs/gst/idct/fastintidct.c:
15623 * gst-libs/gst/idct/floatidct.c:
15624 * gst-libs/gst/idct/idct.c:
15625 * gst-libs/gst/idct/idct.h:
15626 * gst-libs/gst/idct/idtc.vcproj:
15627 * gst-libs/gst/idct/ieeetest.c:
15628 * gst-libs/gst/idct/intidct.c:
15630 2005-04-20 Wim Taymans <wim@fluendo.com>
15632 * docs/design-audiosinks.txt:
15633 * gst-libs/gst/audio/Makefile.am:
15634 * gst-libs/gst/audio/TODO:
15635 * gst-libs/gst/audio/gstaudiosink.c:
15636 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15637 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15638 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15639 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15640 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15641 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15642 (gst_audiosink_class_init), (gst_audiosink_init),
15643 (gst_audiosink_create_ringbuffer):
15644 * gst-libs/gst/audio/gstaudiosink.h:
15645 * gst-libs/gst/audio/gstbaseaudiosink.c:
15646 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15647 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15648 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15649 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15650 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15651 (gst_baseaudiosink_create_ringbuffer),
15652 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15653 * gst-libs/gst/audio/gstbaseaudiosink.h:
15654 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15655 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15656 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15657 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15658 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15659 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15660 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15661 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15662 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15663 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15664 * gst-libs/gst/audio/gstringbuffer.h:
15665 An attempt at a set of audio base classes together with some
15668 2005-04-20 Wim Taymans <wim@fluendo.com>
15670 * gst/audioconvert/Makefile.am:
15671 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15672 (gst_audio_convert_caps_remove_format_info),
15673 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15674 (gst_audio_convert_channels):
15675 Link against audio libs.
15676 Fix audio convert plugin.
15678 2005-04-20 Wim Taymans <wim@fluendo.com>
15680 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15681 (gst_ogg_demux_sink_activate):
15682 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15683 (theora_set_header_on_caps), (theora_enc_sink_event),
15684 (theora_enc_chain):
15685 Fix theora encoder.
15687 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15689 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15690 * gst/playback/gstdecodebin.c: (find_compatibles):
15691 Work with staticpadtemplates in elementfactories.
15693 2005-04-12 Wim Taymans <wim@fluendo.com>
15695 * gst/playback/README:
15696 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15697 (compare_ranks), (print_feature), (gst_decode_bin_init),
15698 (dynamic_create), (dynamic_free), (find_compatibles),
15699 (mimetype_is_raw), (close_pad_link), (got_redirect),
15700 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15701 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15702 (gst_decode_bin_change_state):
15703 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15704 (gst_play_base_bin_init), (group_destroy), (group_commit),
15705 (check_queue), (queue_overrun), (queue_threshold_reached),
15706 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15707 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15708 (got_redirect), (setup_source), (play_base_eos),
15709 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15710 (gst_play_base_bin_remove_element):
15711 * gst/playback/gstplaybasebin.h:
15712 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15713 (gst_play_bin_init), (gst_play_bin_dispose),
15714 (gst_play_bin_set_property), (gen_video_element),
15715 (gen_text_element), (gen_audio_element), (remove_sinks),
15716 (gst_play_bin_send_event):
15717 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15718 (stream_info_change_state), (gst_stream_info_set_mute):
15719 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15720 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15721 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15722 (gst_stream_selector_chain):
15723 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15725 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15726 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15727 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15728 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15729 Raw and crude port of decodebin.
15730 Make playbin compile.
15732 2005-04-06 Wim Taymans <wim@fluendo.com>
15734 * ext/gnomevfs/Makefile.am:
15735 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15736 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15737 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15738 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15739 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15740 (gst_gnomevfssrc_stop):
15741 * ext/ogg/Makefile.am:
15742 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15743 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15744 * ext/theora/Makefile.am:
15745 * ext/theora/theoradec.c: (_inc_granulepos),
15746 (theora_dec_sink_event), (theora_dec_chain):
15747 * ext/vorbis/Makefile.am:
15748 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15749 (vorbis_dec_sink_event), (vorbis_dec_chain):
15750 * gst-libs/gst/audio/Makefile.am:
15751 * sys/xvimage/Makefile.am:
15752 Make gnomevfssrc extend the source base class.
15753 Fix linking against libs in various plugins.
15755 2005-04-06 Andy Wingo <wingo@pobox.com>
15757 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15760 * configure.ac: Add check and AC_SUBST for libgstbase.
15762 2005-03-31 Wim Taymans <wim@fluendo.com>
15764 * examples/seeking/Makefile.am:
15765 * examples/seeking/cdparanoia.c: (main):
15766 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15767 (play_cb), (pause_cb), (stop_cb), (main):
15768 * examples/seeking/playbin.c:
15769 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15770 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15771 (make_sid_pipeline), (make_vorbis_pipeline),
15772 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15773 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15774 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15775 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15776 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15778 * examples/seeking/spider_seek.c:
15779 * examples/seeking/vorbisfile.c:
15780 * ext/gnomevfs/Makefile.am:
15781 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15782 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15783 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15784 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15785 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15786 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15787 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15788 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15790 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15791 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15792 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15793 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15794 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15795 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15796 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15797 (gst_ogg_demux_factory_filter), (compare_ranks),
15798 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15799 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15800 (gst_ogg_chain_new), (gst_ogg_chain_free),
15801 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15802 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15803 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15804 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15805 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15806 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15807 (gst_ogg_demux_get_prev_page),
15808 (gst_ogg_demux_deactivate_current_chain),
15809 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15810 (gst_ogg_demux_bisect_forward_serialno),
15811 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15812 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15813 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15814 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15815 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15816 (gst_ogg_demux_change_state), (gst_ogg_print):
15817 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15818 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15819 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15820 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15821 (gst_ogg_mux_loop):
15822 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15823 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15824 (theora_dec_src_convert), (theora_dec_sink_convert),
15825 (theora_dec_src_query), (theora_dec_src_event),
15826 (theora_dec_sink_event), (theora_dec_chain),
15827 (theora_dec_change_state):
15828 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15829 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15830 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15831 (theora_enc_change_state):
15832 * ext/vorbis/Makefile.am:
15833 * ext/vorbis/oggvorbisenc.c:
15834 * ext/vorbis/oggvorbisenc.h:
15835 * ext/vorbis/vorbis.c: (plugin_init):
15836 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15837 (vorbis_dec_src_query), (vorbis_dec_src_event),
15838 (vorbis_dec_sink_event), (vorbis_dec_chain),
15839 (vorbis_dec_change_state):
15840 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15841 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15842 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15843 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15844 (gst_vorbisenc_change_state):
15845 * ext/vorbis/vorbisenc.h:
15846 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15847 * gst-libs/gst/audio/audioclock.c:
15848 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15849 (gst_audiofilter_init), (gst_audiofilter_chain):
15850 * gst-libs/gst/audio/testchannels.c: (main):
15851 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15852 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15853 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15854 (gmip_find_track_streaminfo), (gmip_find_track_format):
15855 * gst-libs/gst/media-info/media-info.c:
15856 (gst_media_info_read_idler):
15857 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15858 (gst_play_get_all_by_interface):
15859 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15860 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15861 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15862 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15863 (gst_riff_parse_info):
15864 * gst-libs/gst/riff/riff-read.h:
15865 * gst-libs/gst/riff/riff.c: (plugin_init):
15866 * gst-libs/gst/video/Makefile.am:
15867 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15868 (gst_videosink_class_init), (gst_videosink_get_type):
15869 * gst-libs/gst/video/videosink.h:
15870 * gst/audioconvert/bufferframesconvert.c:
15871 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15872 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15873 * gst/audioconvert/channelmixtest.c: (main):
15874 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15875 (gst_audio_convert_chain),
15876 (gst_audio_convert_caps_remove_format_info),
15877 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15878 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15879 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15880 (gst_audio_convert_buffer_to_default_format),
15881 (gst_audio_convert_buffer_from_default_format),
15882 (gst_audio_convert_channels):
15883 * gst/audioconvert/gstchannelmix.h:
15884 * gst/ffmpegcolorspace/avcodec.h:
15885 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15886 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15887 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15888 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15889 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15890 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15891 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15892 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15893 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15895 * gst/videotestsrc/gstvideotestsrc.c:
15896 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15897 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15898 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15899 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15900 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15901 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15902 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15903 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15904 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15905 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15906 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15907 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15908 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15909 (gst_xvimagesink_navigation_send_event),
15910 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15911 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15912 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15913 * sys/xvimage/xvimagesink.h:
15914 Plugin port to 0.9, ogg/theora playback should work in the seek
15916 Removed old examples.
15917 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15918 explained in 0.9 TODO doc.
15921 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15943 * testsuite/Makefile.am:
15944 remove a whole bunch of plugins. This module now contains a set
15945 of free reference plugins/elements as agreed.
15947 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15950 hunting season on 0.9 is now OPEN
15952 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15954 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15955 Kick the hell out of gcc for not warning me about a symbol conflict.
15957 2005-02-22 Luca Ognibene <luogni@tin.it>
15959 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15961 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15962 Don't leak caps string (fixes #168134)
15964 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15965 (gst_jpegenc_init), (gst_jpegenc_finalize),
15966 (gst_jpegenc_change_state):
15967 Don't leak line buffers and context struct (fixes #168133).
15969 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15972 * ext/dirac/gstdiracdec.cc:
15973 (gst_diracdec_chain):
15974 Since dirac 0.5.0 the framerate in dirac is expressed as a
15975 rational number. Fix build and up requirement to 0.5.0, and
15976 also pass parameters to gst_diracdec_link in the right order
15979 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15981 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15982 * ext/faad/gstfaad.h:
15983 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15984 certain invalid muxed streams, where some packets will contain
15985 junk after decoder data. Partially fixes #149158.
15987 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15988 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15989 Make sure we only write to writable buffers
15991 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15993 * gst-libs/gst/riff/riff-media.c:
15994 (gst_riff_create_audio_caps_with_data):
15995 Do actually fix invalid RIFF fmt header values for alaw
15996 and mulaw audio instead of just saying so.
15998 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15999 Give gst_riff_create_audio_caps_with_data() a chance to
16000 fix up broken format header fields before extracting any
16001 parameters from the header. (fixes #167633)
16003 2005-02-19 Martin Holters <martin.holters@gmx.de>
16005 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16007 * gst/audioconvert/bufferframesconvert.c:
16008 (buffer_frames_convert_link):
16009 Don't leak othercaps. (fixes #167878)
16011 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16014 * ext/libvisual/visual.c: (gst_visual_srclink),
16015 (gst_visual_change_state):
16016 Support libvisual 0.2.0.
16018 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16020 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16021 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16022 Use same rowstrides for I420 as used everywhere else.
16024 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16026 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16027 Declare variables at beginning of block and make gcc-2.95 happy
16028 (fixes # 167482, patch by Gergely Nagy).
16030 * gst/tcp/gsttcpclientsrc.c:
16031 * gst/tcp/gsttcpclientsrc.h:
16032 Move some includes into the header, so that struct sockaddr_in is
16033 defined when it should be defined on FreeBSD as well (fixes
16036 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16037 Don't pass uninitialised values to setsockopt() here either.
16039 2005-02-17 Luca Ognibene <luogni at tin dot it>
16041 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16043 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16044 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16046 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16048 * gst/playback/gstplaybin.c: (add_sink):
16049 Invert bin_add/link order to workaround deadlock in opt.
16051 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16053 * gst/modplug/gstmodplug.cc:
16054 Add missing break causing position queries to fail.
16056 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16058 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16059 Granpos can apparently be -1, which screws up calculations...
16061 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16063 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16064 (gst_ximagesink_send_pending_navigation),
16065 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16066 (gst_ximagesink_init):
16067 * sys/ximage/ximagesink.h:
16068 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16069 (gst_xvimagesink_send_pending_navigation),
16070 (gst_xvimagesink_navigation_send_event),
16071 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16072 * sys/xvimage/xvimagesink.h:
16073 Use a mutex protected list to marshal navigation
16074 events into the stream thread from whichever thread
16077 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16079 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16080 Display current position and track length; misc. clean-ups.
16082 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16083 (speed_init), (speed_chain):
16084 Add query function, so that the stream length and current position
16085 get adjusted when queried (note that current position queries may
16086 still be wrong if the audio sink returns values based on buffer
16087 timestamps instead of passing on the query).
16089 2005-02-13 Benjamin Otte <otte@gnome.org>
16091 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16092 (gst_audio_convert_channels):
16093 create channel conversion matrix when linking
16094 * gst/audioconvert/.cvsignore:
16095 * gst/audioconvert/Makefile.am:
16096 * gst/audioconvert/channelmixtest.c: (main):
16097 add (ugly) test that ensures stereo <=> mono conversion works
16100 2005-02-13 Benjamin Otte <otte@gnome.org>
16102 * gst/audioconvert/gstchannelmix.h:
16103 include missing header file
16104 * gst/audioconvert/gstchannelmix.c:
16105 (gst_audio_convert_fill_compatible):
16106 use same sign for both channels when converting to/from compatible
16107 channel. Previously used different signs made the signals cancel
16108 each other out and appear like silence. (fixes #167269)
16110 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16112 * gst/ffmpegcolorspace/avcodec.h:
16113 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16114 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16115 (gst_ffmpegcsp_avpicture_fill):
16116 * gst/ffmpegcolorspace/imgconvert.c:
16117 Convert to and from YV12 (fixes #156379).
16119 2005-02-12 Julien MOUTTE <julien@moutte.net>
16121 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16122 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16123 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16124 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16125 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16126 methods from chain and negotiation and vice versa (Fixes #166142).
16127 * sys/ximage/ximagesink.h: Add stream_lock.
16128 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16129 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16130 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16131 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16133 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16135 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16136 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16137 error message when we can't open the DVD device (when dvdnav_open()
16138 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16139 the above). Send something more useful instead (fixes #167117).
16141 2005-02-11 Julien MOUTTE <julien@moutte.net>
16143 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16144 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16145 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16146 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16147 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16148 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16149 methods from chain and negotiation and vice versa (Fixes #166142).
16150 Fix a possible bug of images in the buffer pool being discarded because
16151 we are looking at the wrong geometry.
16152 * sys/xvimage/xvimagesink.h: Add stream_lock.
16154 2005-02-11 David Schleef <ds@schleef.org>
16156 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16157 unsigned int. (fixes #167128)
16159 2005-02-11 David Schleef <ds@schleef.org>
16161 * gst/librfb/Makefile.am: Testing stuff before committing is
16162 for wimps... and people with fast machines. Fix stupid
16165 2005-02-11 David Schleef <ds@schleef.org>
16167 * configure.ac: Pull in librfb from my CVS tree, because it is
16168 too small and annoying to be separate. Move rfbsrc plugin
16171 * ext/librfb/Makefile.am:
16172 * ext/librfb/gstrfbsrc.c:
16173 * gst/librfb/Makefile.am:
16174 * gst/librfb/gstrfbsrc.c:
16175 * gst/librfb/rfb.c:
16176 * gst/librfb/rfb.h:
16177 * gst/librfb/rfbbuffer.c:
16178 * gst/librfb/rfbbuffer.h:
16179 * gst/librfb/rfbbytestream.c:
16180 * gst/librfb/rfbbytestream.h:
16181 * gst/librfb/rfbcontext.h:
16182 * gst/librfb/rfbdecoder.c:
16183 * gst/librfb/rfbdecoder.h:
16184 * gst/librfb/rfbutil.h:
16186 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16188 * gst/speed/Makefile.am:
16189 * gst/speed/demo-mp3.c: (main):
16190 * gst/speed/filter.func:
16191 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16192 (speed_class_init), (speed_init), (speed_chain_int16),
16193 (speed_chain_float32), (speed_chain), (speed_set_property),
16194 (speed_get_property), (speed_change_state):
16195 * gst/speed/gstspeed.h:
16196 Fix speed element and make it chain-based (fixes #156467),
16197 and make it handle more than one channel.
16199 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16201 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16202 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16203 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16204 * ext/dts/gstdtsdec.h:
16205 Don't clobber the stack constructing the channels array.
16206 Make the element chain-based. DTS tracks can now be played.
16208 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16210 * gst-libs/gst/audio/multichannel.h:
16211 * gst-libs/gst/gconf/gconf.h:
16212 * gst-libs/gst/idct/idct.h:
16213 * gst-libs/gst/media-info/media-info-priv.h:
16214 * gst-libs/gst/play/play.h:
16215 * gst-libs/gst/resample/private.h:
16216 * gst-libs/gst/resample/resample.h:
16217 * gst-libs/gst/riff/riff-ids.h:
16218 * gst-libs/gst/video/video.h:
16219 * gst-libs/gst/video/videosink.h:
16220 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16221 missing, so that they work when included from C++ code.
16223 2005-02-09 David Schleef <ds@schleef.org>
16225 * testsuite/gst-lint: Check for non-statically scoped
16226 parent_class variables. This won't be a problem once
16227 plugins are loaded with RTLD_LOCAL.
16229 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16231 * ext/mplex/gstmplexibitstream.cc:
16234 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16236 * ext/ogg/gstogmparse.c:
16237 * gst/debug/gstnavigationtest.c:
16238 Die, thou faulty symbol pollutors (non-static parent_class).
16240 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16242 * ext/mplex/gstmplexibitstream.cc:
16243 Fix event handling (#165525).
16245 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16247 * ext/mikmod/gstmikmod.c:
16248 * gst/modplug/gstmodplug.cc:
16249 Add missing endianness to template (fixes #165509).
16251 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16253 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16254 Fix wrong order of reading of optional bytes (#165290).
16256 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16258 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16259 Implement FILLER event awareness.
16261 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16263 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16264 Fix track calculations (#166208).
16266 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16268 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16270 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16271 * ext/libpng/gstpngenc.c:
16272 Fix byte-order, use proper fixed caps. Fixes #164197.
16274 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16279 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16280 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16281 Don't push buffers if the src pad isn't negotiated yet.
16283 * gst/audioconvert/gstaudioconvert.c:
16284 (gst_audio_convert_buffer_to_default_format),
16285 (gst_audio_convert_buffer_from_default_format):
16286 Add support for 24-bit width.
16288 * gst/dvdlpcmdec/.cvsignore:
16289 * gst/dvdlpcmdec/Makefile.am:
16290 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16291 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16292 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16293 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16295 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16296 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16297 format. Needs support for the channels maps if someone can find
16298 a DVD LPCM track with > 2 channels.
16300 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16301 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16302 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16303 * gst/mpegstream/gstdvddemux.h:
16304 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16305 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16306 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16307 * gst/mpegstream/gstmpegdemux.h:
16308 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16309 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16310 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16311 (gst_mpeg_parse_handle_src_query),
16312 (gst_mpeg_parse_handle_src_event):
16313 Use audio/x-dvd-lpcm for LPCM output.
16316 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16318 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16320 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16321 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16322 Add BGRA handling (#165736).
16324 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16326 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16328 * gst/law/alaw-decode.c: (alawdec_link):
16329 * gst/law/alaw-encode.c: (alawenc_link):
16330 * gst/law/mulaw-decode.c: (mulawdec_link):
16331 * gst/law/mulaw-encode.c: (mulawenc_link):
16332 Fix caps memleaks (#166600).
16334 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16336 * ext/tarkin/mem.h:
16337 * ext/tarkin/wavelet.h:
16338 * ext/tarkin/yuv.h:
16339 * gst/ffmpegcolorspace/avcodec.h:
16340 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16341 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16343 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16345 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16346 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16347 (gst_xvimagesink_change_state):
16348 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16349 Xv video (and thereby regenerate Xv colourkey) in clear() so
16350 that PLAY -> READY -> PLAY works (fixes #162504).
16352 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16354 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16355 Switch to list instead of range, since MJPEG-devices really just
16356 support decimations, not any size.
16358 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16359 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16360 (gst_mpeg2dec_reset), (free_all_buffers),
16361 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16362 * ext/mpeg2dec/gstmpeg2dec.h:
16363 The libmpeg2 user-allocated buffer management is awkward,
16364 to say the least. Hopefully this fixes things.
16366 2005-02-04 Andy Wingo <wingo@pobox.com>
16368 * gst/audioconvert/bufferframesconvert.c
16369 (buffer_frames_convert_fixate): New function, fixates to 256
16370 frames per buffer by default. (Much better than 1.)
16371 (buffer_frames_convert_init): Set the fixate function for both src
16373 (buffer_frames_convert_link): After success setting nonfixed caps,
16374 get the negotiated caps so we can know how many buffer-frames it
16375 will be. No idea how this worked at all before.
16377 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16379 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16380 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16381 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16382 (handle_sequence), (handle_picture):
16383 * ext/mpeg2dec/gstmpeg2dec.h:
16384 Rearrange buffer tracking and refcounting and refactor
16385 a little for readability.
16387 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16388 * sys/v4l/gstv4l.c: (plugin_init):
16389 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16390 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16391 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16392 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16393 * sys/v4l/gstv4ljpegsrc.h:
16394 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16395 * sys/v4l/v4l_calls.h:
16396 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16397 (gst_v4lsrc_get_fps):
16398 * sys/v4l/v4lsrc_calls.h:
16399 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16400 you jpeg inside rgb frames" driver.
16401 Don't error in the v4lsrc link function, just return
16404 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16406 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16407 (gst_qcamsrc_open):
16408 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16410 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16412 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16413 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16415 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16417 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16418 Reset negotiated state on PAUSED->READY.
16420 2005-02-02 David Schleef <ds@schleef.org>
16422 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16423 whereever possible. (Fixes #165997)
16424 * examples/capsfilter/capsfilter1.c: (main):
16425 * examples/dynparams/filter.c: (create_ui):
16426 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16427 * examples/seeking/chained.c: (main):
16428 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16429 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16430 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16431 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16432 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16433 * examples/switch/switcher.c: (main):
16434 * ext/dv/demo-play.c: (main):
16435 * ext/faad/gstfaad.c: (gst_faad_change_state):
16436 * ext/mad/gstmad.c: (gst_mad_chain):
16437 * ext/smoothwave/demo-osssrc.c: (main):
16438 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16439 (gst_gconf_render_bin_from_description),
16440 (gst_gconf_get_default_audio_sink),
16441 (gst_gconf_get_default_video_sink),
16442 (gst_gconf_get_default_audio_src),
16443 (gst_gconf_get_default_video_src),
16444 (gst_gconf_get_default_visualization_element):
16445 * gst/level/demo.c: (main):
16446 * gst/level/plot.c: (main):
16447 * gst/playback/gstplaybin.c: (gen_video_element),
16448 (gen_audio_element):
16449 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16450 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16451 * gst/sine/demo-dparams.c: (main):
16452 * gst/spectrum/demo-osssrc.c: (main):
16453 * gst/speed/demo-mp3.c: (main):
16454 * gst/volume/demo.c: (main):
16455 * testsuite/embed/embed.c: (main):
16457 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16459 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16460 (gst_tcpclientsink_finalize):
16461 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16462 (gst_tcpclientsrc_finalize):
16463 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16464 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16465 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16466 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16467 Don't leak the hostname when shutting down.
16468 In tcpserversrc, take a copy of the default hostname.
16470 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16472 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16473 Set caps to systemstream=TRUE.
16475 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16477 * testsuite/Makefile.am:
16478 Fix more OSX buildbots.
16480 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16482 * ext/mpeg2dec/gstmpeg2dec.c:
16483 Don't send things to NULL PAD_PEERs
16485 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16486 Copy-on-write the incoming buffer.
16488 * gst/mpegstream/gstdvddemux.h:
16489 * gst/mpegstream/gstmpegclock.h:
16490 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16491 (normal_seek), (gst_mpeg_demux_handle_src_event):
16492 * gst/mpegstream/gstmpegdemux.h:
16493 * gst/mpegstream/gstmpegpacketize.h:
16494 * gst/mpegstream/gstmpegparse.c:
16495 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16496 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16497 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16498 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16499 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16500 * gst/mpegstream/gstmpegparse.h:
16501 * gst/mpegstream/gstrfc2250enc.h:
16502 Various changes to the way time is computed that make seeking and
16503 total time estimation much better here.
16504 Use G_BEGIN/END_DECLS instead of __cplusplus
16506 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16507 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16509 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16511 * gst/subparse/gstsubparse.c:
16514 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16516 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16517 (theora_enc_chain), (theora_enc_change_state):
16518 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16519 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16520 (gst_vorbisenc_change_state):
16521 * ext/vorbis/vorbisenc.h:
16522 Set granulepos and timestamp correctly for streams not
16523 starting at 0, taking into account the initial delay.
16525 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16527 * gst/mpegstream/gstdvddemux.c:
16528 Add audio/x-dts to audio pad template caps
16530 2005-01-30 David Schleef <ds@schleef.org>
16532 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16533 (create_context), (gst_polypsink_link): Fix silly endianness
16534 bug. Add some debugging. Remove float from caps; it doesn't
16535 work. Attempt to get remote audio working.
16537 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16539 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16542 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16544 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16545 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16546 (gst_avi_demux_stream_data):
16547 * gst/avi/gstavidemux.h:
16548 Invert DIB images. Fixes #132341.
16550 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16552 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16553 (gst_ffmpegcsp_chain):
16554 D'oh, reference the palette data, not the palette structure.
16555 Fixes color distortion in #132341.
16557 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16559 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16560 PAR can be non-fixed when not provided as argument (#162626).
16562 2005-01-29 David Moore <dcm@acm.org>
16564 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16566 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16567 (gst_qtdemux_loop_header):
16568 Re-apply patch from #142272 that allows non-seekable sources,
16569 re-proposed by Daniel Drake <dsd@gentoo.org>.
16571 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16573 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16574 Use the src template for creating the src pad (#162330).
16576 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16579 * ext/musepack/Makefile.am:
16580 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16581 (gst_musepackdec_init), (gst_musepackdec_dispose),
16582 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16583 (gst_musepack_stream_init), (gst_musepackdec_loop),
16584 (gst_musepackdec_change_state):
16585 * ext/musepack/gstmusepackdec.cpp:
16586 * ext/musepack/gstmusepackdec.h:
16587 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16588 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16589 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16590 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16591 * ext/musepack/gstmusepackreader.cpp:
16592 * ext/musepack/gstmusepackreader.h:
16593 Update to 1.1 API (#165446).
16595 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16600 2005-01-28 Andy Wingo <wingo@pobox.com>
16602 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16603 to reflect a different dubious internet source. Add a reference
16604 and some commentary.
16606 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16608 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16609 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16610 * gst/playback/gststreamselector.h:
16611 Be more selective when we're redoing caps negotiation from
16612 within the chain function on a stream change.
16614 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16618 * ext/amrnb/Makefile.am:
16619 * ext/amrnb/amrnb.c: (plugin_init):
16620 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16621 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16622 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16623 (gst_amrnbdec_state_change):
16624 * ext/amrnb/amrnbdec.h:
16625 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16626 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16627 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16628 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16629 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16630 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16631 * ext/amrnb/amrnbparse.h:
16632 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16633 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16634 Add AMR-NB/-WB raw formats.
16635 * ext/alsa/gstalsa.c: (gst_alsa_link):
16636 Keep valid time when changing format.
16637 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16638 (qtdemux_parse_trak):
16639 Add some more format-specific options (#140141, #143555, #155163).
16641 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16643 * gst/matroska/matroska-demux.c:
16644 (gst_matroska_demux_parse_blockgroup):
16645 Fix logic error in timing of subtitle stream synchronization.
16646 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16647 Add skip-chunk, which is found in kodak-camera streams.
16649 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16653 Adding Vietnamese translation (submitted by Clytie Siddall)
16655 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16657 * gst/playback/gstdecodebin.c: (try_to_link_1):
16658 Use realpad for signal.
16660 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16662 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16663 Fix category so decodebin picks it up.
16665 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16667 * ext/mad/Makefile.am:
16668 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16669 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16670 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16671 (found_type), (gst_id3demux_bin_change_state):
16672 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16673 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16674 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16675 (gst_id3_tag_change_state), (plugin_init):
16676 * ext/mad/gstmad.h:
16677 Add id3demuxbin (which is a simple bin consisting of id3demux
16678 and typefind), take over rank from id3demux, remove typefind
16679 code from id3demux. Makes all broken mp3s that I know of work,
16680 and thereby fixes #152688.
16682 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16684 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16686 * ext/mad/gstmad.c: (gst_mad_src_event):
16687 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16688 Allow seeks on audio pad, make mad forward those (#164826).
16689 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16690 Set duration (#165335).
16692 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16694 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16695 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16696 (gst_asf_demux_process_ext_content_desc),
16697 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16698 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16699 * gst/asfdemux/gstasfdemux.h:
16700 Improve metadata display, e.g. if the metadata comes before the
16701 streams are loaded (which is perfectly valid).
16703 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16705 * tools/gst-launch-ext-m.m:
16706 Fix AVI/ASF pipelines (#165340).
16708 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16709 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16710 build failure on amd64
16712 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16714 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16715 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16716 Check environment variables GST_ID3V2_TAG_ENCODING,
16717 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16718 list of character encodings to force interpretation of non-unicode
16719 strings stored in an ID3v2 tag to a particular encoding. If none
16720 is specified, try to use current locale's encoding, then fall back
16721 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16722 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16723 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16724 Check environment variables GST_ID3V1_TAG_ENCODING,
16725 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16726 list of character encodings to use in case a string encountered
16727 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16728 specified, try to use the current locale's encoding, then fall
16729 back to ISO-8859-1 (which will always succeed).
16731 2005-01-25 Benjamin Otte <otte@gnome.org>
16733 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16734 - on half framerate, compute the rate in advance so the comparisons
16735 don't compare wrong values
16736 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16738 - don't use mad_header_decode anymore, mad_frame_decode does that
16740 - when getting rid of consumed bytes, reset the stream's skiplen
16743 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16745 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16746 Use 1/2 a second for default max_discont, as PES streams from DVB
16747 seem to have larger spacings in the SCR.
16750 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16752 * gst/playback/gstplaybasebin.c: (group_commit):
16753 Notify delayed stream-info availability.
16755 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16756 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16757 (gst_a52dec_handle_event), (gst_a52dec_chain):
16758 Add some debug output. Check that a discont has a valid
16760 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16761 (gst_alsa_sink_loop):
16762 Ignore TAG events. A little extra debug for broken timestamps.
16763 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16764 (dvdnavsrc_change_state):
16765 Ensure we send a discont to engage the link before we send any
16767 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16768 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16769 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16770 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16771 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16772 dvd://title works in totem because typefinding sends a seek that ends
16773 up going back to chapter 1 regardless.
16774 * ext/mpeg2dec/gstmpeg2dec.c:
16775 * ext/mpeg2dec/gstmpeg2dec.h:
16776 Output correct timestamps and handle disconts.
16777 * ext/ogg/gstoggdemux.c: (get_relative):
16778 Small guard against a null dereference.
16779 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16780 (gst_textoverlay_set_property):
16781 Free memory when done. Don't call gst_event_filler_get_duration on
16782 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16784 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16785 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16786 (gst_sw_srclink), (gst_smoothwave_chain):
16787 Draw solid lines, prettier colours.
16788 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16789 Add a default palette that'll work for some movies.
16790 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16791 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16792 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16793 * gst/mpegstream/gstdvddemux.h:
16794 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16795 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16796 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16797 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16798 * gst/mpegstream/gstmpegparse.h:
16799 Use PTM/NAV events when for timestamp adjustment when connected to
16800 dvdnavsrc. Don't use many discont events where one suffices.
16801 * gst/playback/gstplaybasebin.c: (group_destroy),
16802 (gen_preroll_element), (gst_play_base_bin_add_element):
16803 * gst/playback/gstplaybasebin.h:
16804 Make sure we remove subtitles from the same bin we put them in.
16805 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16806 (gst_subparse_buffer_format_autodetect),
16807 (gst_subparse_change_state):
16808 Fix some memleaks and invalid accesses.
16809 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16810 (oggskel_type_find), (cmml_type_find), (plugin_init):
16811 Some typefind functions for Annodex v3.0 files
16812 * gst/wavparse/gstwavparse.h:
16813 GstRiffReadClass is the correct parent class.
16815 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16817 * gst-libs/gst/riff/riff-media.c:
16818 (gst_riff_create_video_caps_with_data):
16819 Add extradata to huffyuv (fixes #165013).
16820 * gst-libs/gst/riff/riff-read.c:
16821 (gst_riff_read_strf_vids_with_data):
16822 Fix extradata extraction if it is in the chunk size.
16824 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16826 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16828 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16829 (gst_quarktv_change_state), (gst_quarktv_dispose):
16830 Memory free'ing location fix (#164708).
16832 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16834 * gst/playback/gstplaybasebin.c: (group_commit),
16835 (gen_preroll_element), (probe_triggered), (gen_source_element),
16836 (setup_source), (gst_play_base_bin_change_state),
16837 (gst_play_base_bin_add_element):
16838 Don't block for streams.
16839 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16840 (gst_stream_info_set_mute):
16841 Use gst_pad_set_active_recursive.
16843 2005-01-25 Andy Wingo <wingo@pobox.com>
16845 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16846 for #ifndef HAVE_XVIDEO.
16848 2005-01-24 Jeffrey C. Ollie
16850 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16852 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16853 * ext/gsm/gstgsmdec.h:
16854 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16855 * ext/gsm/gstgsmenc.h:
16856 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16857 was given by property. Add proper buffer timestamps and offsets.
16859 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16861 * gst-libs/gst/riff/riff-media.c:
16862 (gst_riff_create_audio_caps_with_data):
16863 Audio can be <8000Hz.
16865 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16867 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16868 Explicit state change to workaround refcount bugs.
16870 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16872 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16873 (gst_avimux_riff_get_avi_header):
16876 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16878 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16879 (gst_riff_read_element_data):
16880 * gst-libs/gst/riff/riff-read.h:
16881 Add _peek version (req'ed in CDXA).
16882 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16883 (gst_cdxaparse_loop):
16884 Fix parsing in playbin.
16885 * gst/playback/gstdecodebin.c: (close_pad_link):
16886 Ignore current_ pads, they cause major annoyance.
16888 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16890 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16893 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16895 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16898 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16900 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16901 Allow for 0-sized buffers. Fixes length query problems in
16902 starwars.mkv from the testsuite.
16904 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16906 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16907 (gst_video_box_i420), (gst_video_box_chain):
16908 Fix row strides for I420 (fixes #163159)
16910 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16912 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16913 MPEG2 has a useful rate property, so we can actually use that.
16914 For MPEG-1, continue using the bytes/time properties.
16916 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16918 * gst-libs/gst/riff/riff-media.c:
16919 (gst_riff_create_video_caps_with_data),
16920 (gst_riff_create_video_template_caps):
16923 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16925 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16926 Fail if caps negotiation fails. Should fix #162184, and should
16927 definately be in there regardless of it fixing the actual bug.
16928 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16929 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16930 (gst_avimux_riff_get_avix_header),
16931 (gst_avimux_riff_get_video_header),
16932 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16933 (gst_avimux_start_file), (gst_avimux_handle_event),
16934 (gst_avimux_change_state):
16935 * gst/avi/gstavimux.h:
16936 Refactor structure writing to use GST_WRITE_UINT macros, add
16937 metadata writing support.
16939 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16941 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16942 Elements may already be destroyed when this function is called.
16944 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16946 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16947 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16948 More memory leak fixes (#149162).
16950 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16952 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16953 (gst_qtdemux_add_stream):
16956 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16958 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16961 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16963 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16964 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16965 when fixating to six channels in Totem.
16967 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16969 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16970 Fix compile warnings on Solaris 10 buildbot
16972 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16974 * ext/dvdread/dvdreadsrc.c: (_read):
16975 Don't read beyond the last cell in a chapter (fixes
16976 invalid memory access)
16978 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16980 * ext/dvdread/stream_labels.c:
16981 (dvdreadsrc_get_audio_stream_labels):
16982 Use NULL for an empty GList instead of g_list_alloc(); fix
16983 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16984 of GString (easier to bulk free later)
16986 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16988 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16990 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16991 (gst_ffmpeg_pixfmt_to_caps):
16992 Fix BGRA32 caps (#164209).
16994 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16996 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16998 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16999 (gst_ffmpeg_caps_to_pixfmt):
17000 alpha_mask can be RGBA/ABGR. Fixes #164265.
17002 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17004 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17006 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17007 (gst_mpeg2dec_alloc_buffer):
17008 * ext/mpeg2dec/gstmpeg2dec.h:
17009 Crop if decoding size is not the actual image size (#163676).
17011 2005-01-17 Steve Baker <steve@stevebaker.org>
17013 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17015 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17016 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17017 Add libsndfile typefind functions (#163309).
17019 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17021 * tools/gst-launch-ext-m.m:
17022 Add .aac, fix .m1v/.m2v (#163891).
17024 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17026 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17027 Sanity check, don't wait endlessly since the clock might not
17028 actually run at this point (which is a deadlock). Fixes #164069.
17030 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17032 * gst/playback/gstplaybasebin.c: (probe_triggered):
17033 Of course, only pause if group is done...
17035 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17037 * gst/playback/gstplaybasebin.c: (probe_triggered):
17040 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17042 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17043 Don't return state change success when the parent
17046 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17048 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17049 Free events (fix memleak in #162905).
17051 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17053 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17055 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17056 (gst_ffmpeg_caps_to_pixfmt):
17057 Fix for depth = 15. Fixes #161675.
17059 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17061 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17062 Set FPS correctly, even for webcams and the like.
17063 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17064 Don error on setting while capturing.
17066 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17068 * ext/dv/gstdvdec.c:
17069 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17070 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17071 I'm a bad boy. using /1001. to force C to do float division
17072 and not integer division (as it did in my last commit)
17073 Thanks to David I. Lehn for pointing this mistake.
17075 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17077 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17078 Revert Johan's 1.35->1.36 since it breaks compat.
17080 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17082 * ext/dv/gstdvdec.c:
17083 * ext/libfame/gstlibfame.c:
17084 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17085 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17086 replace framerate aproximations by their real value
17087 (24000/1001, 30000/1001, 60000/1001)
17088 Finish fixing bug #164049
17090 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17092 * ext/ogg/gstoggmux.c:
17094 * gst/tcp/gstmultifdsink.c:
17095 * gst/tcp/gstmultifdsink.h:
17096 * gst/tcp/gsttcp.c:
17097 * gst/tcp/gsttcp.h:
17098 * gst/tcp/gsttcpclientsink.c:
17099 * gst/tcp/gsttcpclientsrc.c:
17100 * gst/tcp/gsttcpserversink.c:
17101 * gst/tcp/gsttcpserversrc.c:
17102 improve reusability of elements after state changes and errors
17103 make multifdsink throw away streamheaders when receiving new ones
17105 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17107 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17108 Fix for if items are already in list...
17110 2005-01-12 Benjamin Otte <otte@gnome.org>
17112 * gst/adder/gstadder.c: (gst_adder_loop):
17113 fix adder a bit so it doesn't screw up with events as much anymore
17115 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17117 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17118 (pixbufscale_scale), (gst_pixbufscale_chain):
17119 * ext/gdk_pixbuf/pixbufscale.h:
17120 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17121 to ensure rowstrides are calculated the same way as
17123 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17124 that we pick up duration and offset also.
17126 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17128 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17129 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17132 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17134 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17135 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17136 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17137 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17138 Update flags when requested.
17140 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17142 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17145 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17147 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17148 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17149 (probe_triggered), (new_decoded_pad), (gen_source_element),
17150 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17151 * gst/playback/gstplaybasebin.h:
17152 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17153 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17154 (gst_play_bin_change_state):
17155 Implement group-switch signal for use in apps to clear metadata
17156 cache, clean up subtitle, add suburi property instead of # hack,
17157 some error-out fixes.
17159 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17161 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17163 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17164 If we got a state change in the _get handler, don't return success.
17166 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17168 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17169 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17170 Make jpegdec quiet on MJPEG decoding
17171 * gst/asfdemux/README:
17172 Fix mimetypes for MJPEG and H263
17174 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17176 * ext/theora/theoradec.c: (theora_dec_chain):
17177 Fix broken code generation by gcc by swapping arguments.
17178 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17181 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17184 delete this file, it is by far outdated
17185 * ext/alsa/gstalsa.1: remove
17186 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17187 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17188 (gst_alsa_get_caps):
17189 Add HW probing for supported sample rates. Fixes #161704
17191 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17193 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17194 Don't crash, biatch! :).
17196 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17198 * ext/musepack/gstmusepackreader.cpp:
17199 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17200 Some work on tags - still doesn't work in playbin...
17201 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17204 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17206 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17207 Also shove tags on kid pads.
17209 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17211 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17212 Don't bail on unknown events.
17213 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17214 Don't crash on events before negotiation.
17215 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17216 Send tags on pads, too.
17217 * gst/playback/gststreamselector.c:
17218 (gst_stream_selector_request_new_pad):
17219 Forward events on first pad if no input was selected yet.
17221 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17223 * gst/playback/gstplaybasebin.c: (setup_substreams):
17224 Don't disable streamtype if the stream doesn't exist, since
17225 then playing a video after audio will disable both and nothing
17226 will happen. Fixes the testsuite.
17228 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17230 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17231 (gst_v4l_xoverlay_set_xwindow_id):
17232 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17233 (gst_v4l2_xoverlay_set_xwindow_id):
17234 Add debug categories, fix overlay disabling.
17236 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17238 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17239 * ext/alsa/gstalsa.h:
17240 Add HW probing for period_count/size and buffer_size MIX/MAX
17241 Adjust default/user defined value if out of bounds
17242 Should fix bug #162024
17244 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17246 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17247 Fix warning (#161191).
17249 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17251 * ext/dvdread/stream_labels.c:
17252 (dvdreadsrc_get_audio_stream_labels):
17253 Fix warning (init the good variable in switch default)
17255 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17257 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17259 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17260 Fix gcc-2.95 compile (#163485).
17262 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17265 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17266 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17267 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17268 (gst_flacenc_change_state):
17269 * ext/flac/gstflacenc.h:
17270 Update for API change in flac-1.1.1. Update requirement in
17271 configure.ac. Fixes #162974.
17273 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17275 * gst/playback/gstplaybasebin.c: (group_destroy):
17276 Remove hack to get rid of assert and get rid of unlinked
17279 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17281 * gst/playback/gstplaybasebin.c: (setup_source):
17282 Set source to NULL so that resources are free'ed. Fixes issues
17283 with playback of CDDA and similar device-accessing things.
17285 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17287 * testsuite/embed/Makefile.am:
17288 test->noinst, fix make test in buildbot.
17290 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17292 * ext/dvdread/stream_labels.c: new file
17293 * ext/dvdread/stream_labels.h: new file
17294 * ext/dvdread/Makefile.am:
17295 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17296 Extract audio stream label from DVD IFO files.
17297 It only dump them on the console for now, still have to
17298 make playbin aware of them.
17300 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17302 * gst/playback/gstplaybasebin.c: (setup_source):
17305 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17307 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17308 (gen_preroll_element), (remove_groups), (setup_subtitle),
17309 (gen_source_element), (setup_source):
17310 * gst/playback/gstplaybasebin.h:
17311 Multiple .sub files is just a stupid idea... Fix some threading
17312 mistakes. Interestingly, external .sub files cause playbin to
17313 hang, I don't know why... Parsing fixes contributed by Fran??ois
17314 Kooman <fkooman@tuxed.net>.
17316 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17318 * testsuite/embed/Makefile.am:
17321 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17323 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17325 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17326 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17327 (gst_pngenc_set_property):
17328 * ext/libpng/gstpngenc.h:
17329 Add compression level property (#163323).
17331 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17334 * examples/capsfilter/capsfilter1.c: (main):
17335 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17336 * ext/dvdread/Makefile.am:
17337 * ext/dvdread/demo-play:
17338 * ext/dvdread/demo-play.c:
17339 * gconf/gstreamer.schemas.in:
17340 * gst-libs/gst/gconf/gconf.c:
17342 * testsuite/Makefile.am:
17343 * testsuite/embed/Makefile.am:
17344 * testsuite/embed/embed.c: (cb_expose), (main):
17345 Remove all references to xvideosink, fix examples (#140845).
17346 * gst/playback/gstplaybasebin.c: (group_destroy):
17347 Apparently, disposal does not unlink - so do explicitely.
17348 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17351 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17353 * README: fix PKG_CONFIG_PATH instructions, what was there
17354 previously was breaking default search path, not nice.
17357 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17359 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17360 (gst_audioscale_chain):
17361 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17362 when resampling - how the ^@$^!@^! is this possible?!?
17364 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17366 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17367 Reset variables on READY.
17368 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17369 (gst_matroska_mux_loop):
17370 Require data before writing header.
17372 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17374 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17376 * ext/mad/gstmad.c: (gst_mad_chain):
17377 Don't call mad_stream_sync() directly after recovering sync.
17380 2005-01-09 Martin Eikermann <meiker@upb.de>
17382 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17384 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17385 (snapshot_handler), (gst_snapshot_sinkconnect),
17386 (gst_snapshot_chain):
17387 Allocate resources when required, fix recursive signal emission
17388 and fix caps. Fixes #161667.
17390 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17392 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17394 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17395 (gst_pngdec_chain):
17396 Handle only 8-bppc (bits-per-pixel-component) images, better
17397 error handling and correct strides. Fixes #163177.
17398 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17399 (gst_pngenc_chain):
17400 Better error handling. Fixes #163348.
17402 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17404 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17405 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17406 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17407 (dvdnavsrc_uri_handler_init):
17408 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17409 * gst/playback/gstplaybasebin.c: (gen_source_element):
17410 Add MMS to streaming URIs.
17412 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17414 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17415 * sys/xvimage/xvimagesink.c:
17416 (gst_xvimagesink_navigation_send_event):
17417 Check for pad availability before sending event.
17419 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17421 * gst-plugins.spec.in:
17424 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17427 Since we use functions from CVS, up requirement.
17429 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17431 * gst/playback/Makefile.am:
17432 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17433 (group_destroy), (group_commit), (group_is_muted),
17434 (gen_preroll_element), (add_stream), (unknown_type),
17435 (probe_triggered), (preroll_unlinked), (mute_stream),
17436 (silence_stream), (new_decoded_pad), (setup_substreams),
17437 (setup_source), (get_active_source), (mute_group_type),
17438 (muted_group_change_state), (set_active_source),
17439 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17440 (play_base_eos), (gst_play_base_bin_change_state):
17441 * gst/playback/gstplaybasebin.h:
17442 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17443 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17444 (gst_stream_info_dispose), (stream_info_mute_pad),
17445 (stream_info_change_state), (gst_stream_info_set_mute):
17446 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17447 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17448 (gst_stream_selector_init), (gst_stream_selector_dispose),
17449 (gst_stream_selector_get_linked_pad),
17450 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17451 (gst_stream_selector_get_linked_pads),
17452 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17453 * gst/playback/gststreamselector.h:
17454 Adding stream selection support plus required properties for
17455 applications to use this. Fully fixes #100931.
17457 2005-01-08 Benjamin Otte <otte@gnome.org>
17459 * gst/games/gstpuzzle.c: (nav_event_handler):
17460 - handle nav events differently: forward every event no matter if it
17461 was handled or not.
17463 You can now cheat by using navigationtest ! puzzle and moving the
17464 mouse close to the edge of a tile. ;)
17466 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17469 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17470 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17471 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17472 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17473 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17474 (gst_ogm_parse_plugin_init):
17475 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17476 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17477 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17478 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17479 * ext/pango/gsttextoverlay.h:
17480 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17481 (gst_matroska_demux_handle_seek_event),
17482 (gst_matroska_demux_sync_streams),
17483 (gst_matroska_demux_parse_blockgroup),
17484 (gst_matroska_demux_subtitle_caps),
17485 (gst_matroska_demux_plugin_init):
17486 * gst/matroska/matroska-ids.h:
17487 * gst/playback/gstdecodebin.c: (close_pad_link):
17488 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17489 (gen_preroll_element), (remove_groups), (add_stream),
17490 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17492 * gst/playback/gstplaybasebin.h:
17493 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17494 * gst/subparse/Makefile.am:
17495 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17496 (gst_subparse_base_init), (gst_subparse_class_init),
17497 (gst_subparse_init), (gst_subparse_formats),
17498 (gst_subparse_eventmask), (gst_subparse_event),
17499 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17500 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17501 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17502 (parse_mpsub_deinit), (parse_mpsub_init),
17503 (gst_subparse_buffer_format_autodetect),
17504 (gst_subparse_format_autodetect), (gst_subparse_loop),
17505 (gst_subparse_change_state), (gst_subparse_type_find),
17507 * gst/subparse/gstsubparse.h:
17508 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17510 Add subtitle support, .sub parser (supports SRT and MPsub),
17511 OGM text support, Matroska UTF-8 text support, deadlock fixes
17512 all over the place, subtitle awareness in decodebin/playbin
17513 and some fixes to textoverlay to handle subtitles in a stream
17514 correctly. Fixes #100931.
17516 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17518 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17519 Check for pad availability before doing a query on it.
17521 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17523 * ext/dv/gstdvdec.c:
17524 really fix bpp24/32 dvdec caps (classic rgba indeed)
17525 * gst/asfdemux/gstasfdemux.c:
17526 (gst_asf_demux_process_ext_content_desc):
17527 don't send text tags if they are empty (bis repetita)
17529 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17531 * ext/dv/gstdvdec.c:
17532 remove unneeded comment from dvdec
17533 (related to DV 4CC codes in AVI files)
17534 moved them in gstreamer/docs/random/mimetypes
17535 * gst/asfdemux/gstasfdemux.c:
17536 (gst_asf_demux_process_ext_content_desc):
17537 don't send text tags if they are empty
17538 fix mem leak on error path
17539 * gst/ffmpegcolorspace/avcodec.h:
17540 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17541 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17542 (gst_ffmpegcsp_avpicture_fill):
17543 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17544 * gst/ffmpegcolorspace/imgconvert_template.h:
17545 adds BGR32 and BGRA32 to ffmpegcolorspace
17546 (still bad colors, fixing it on next commit)
17547 helps with dvdec outputing BGR32
17549 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17551 * ext/dv/gstdvdec.c:
17552 Fix audio caps i just broke (missing ',')
17553 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17554 (gst_matroska_mux_reset):
17555 Fix typo + add FIXME about old "x-gst-metadata" crap
17557 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17559 * ext/dv/demo-play.c: (main):
17560 xvideosink -> xvimagesink
17561 * ext/dv/gstdvdec.c:
17562 change rgb 32/32 caps to 24/32 (no alpha)
17563 change nb of channels to be a list (2 or 4, not 2)
17564 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17565 * gst/asfdemux/gstasfdemux.c:
17566 (gst_asf_demux_process_ext_content_desc):
17567 Add 'date/year' to extracted metadata list
17569 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17571 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17572 The return value of fixate_to does not imply that the requested
17573 value was set, so don't assume.
17575 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17577 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17579 * ext/libpng/gstpngdec.c:
17580 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17581 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17582 * ext/libpng/gstpngenc.h:
17583 Alpha support (encoder; #163161), mime fixage.
17585 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17587 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17589 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17590 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17591 (gst_faac_set_property), (gst_faac_get_property):
17592 * ext/faac/gstfaac.h:
17593 Allow for ADTS output (#153434).
17595 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17597 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17598 Fix against template (#150576).
17600 2005-01-06 Benjamin Otte <otte@gnome.org>
17602 * gst/games/gstpuzzle.c: (draw_puzzle):
17603 don't draw a puzzle if either width or height of tiles would be 0.
17605 2005-01-06 Benjamin Otte <otte@gnome.org>
17607 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17608 (gst_puzzle_class_init), (gst_puzzle_finalize):
17609 no memleaks, please
17610 (gst_puzzle_create), (gst_puzzle_init),
17611 (gst_puzzle_set_property), (gst_puzzle_setup):
17612 change initialization code around so we don't reshuffle on resize
17614 fix another stupid typo
17616 2005-01-06 Benjamin Otte <otte@gnome.org>
17618 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17619 fix stupid typo that borked copying on YUY2
17621 2005-01-06 Benjamin Otte <otte@gnome.org>
17623 * gst/games/gstpuzzle.c: (draw_puzzle):
17624 fix edges when image sizes aren't multiples of tile sizes
17626 2005-01-06 Benjamin Otte <otte@gnome.org>
17628 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17629 make RGB endianness work correctly
17630 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17631 refactor and fix race with initial shuffling
17632 (nav_event_handler):
17633 allow using the mouse to puzzle
17635 insist on tiles having width and height as multiples of 4 to get
17636 clean YUV image handling
17637 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17638 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17639 s/DEBUG/LOG/ for common messages
17640 (gst_xvimagesink_navigation_send_event):
17641 fix mouse event translation to not include screen PAR
17642 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17643 fix mouse event translation to actually work
17645 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17647 * gst/asfdemux/gstasfdemux.c:
17648 (gst_asf_demux_process_ext_content_desc):
17649 Extract TrackNumber metadata + clean up code
17650 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17651 Hope this is the good fix (var used unitialised)
17653 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17655 * ext/faad/gstfaad.c: (gst_faad_chain):
17656 Only increment timestamp if it's valid. Fixes raw AAC streams.
17658 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17661 * gst/games/Makefile.am:
17662 * gst/games/gstpuzzle.c:
17663 add a puzzle game with...
17664 * gst/games/gstvideoimage.c:
17665 * gst/games/gstvideoimage.h:
17666 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17667 from videotestsrc and made into something that would be a nice
17668 library for a lot of other plugins.
17670 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17673 don't compile faad plugin if a RC of 2.0 is found
17674 Fixes #155346 (and FC1 buildbot)
17675 * gst/asfdemux/gstasfdemux.c:
17676 (gst_asf_demux_process_ext_content_desc):
17677 try to make Solaris compiler happier
17679 2005-01-06 Paul Jack <pjack@sfaf.org>
17681 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17683 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17684 Fix segfault (#161667).
17686 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17688 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17689 Fix framerate reporting.
17691 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17693 * gst-libs/gst/riff/riff-ids.h:
17694 * gst/wavenc/riff.h:
17695 Add AMR (VBR and CBR) ids to riff.h audio codec list
17696 * gst/asfdemux/gstasfdemux.c:
17697 (gst_asf_demux_process_ext_content_desc),
17698 (gst_asf_demux_process_object):
17699 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17701 2005-01-05 Martin Eikermann <meiker@upb.de>
17703 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17705 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17706 (gst_dvd_demux_handle_discont):
17707 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17708 (gst_mpeg_demux_handle_discont):
17709 Recreate pads on new-media (#160730).
17710 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17711 Send discont even if manager changes timestamps (#161929).
17713 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17715 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17717 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17718 Fix invalid memory access (#159211).
17720 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17722 * examples/gstplay/player.c: (main):
17724 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17725 Add visualizations.
17726 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17727 (gst_a52dec_handle_frame):
17729 * ext/dvdnav/gst-dvd:
17730 Add audioconvert. Fixes #161325.
17731 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17732 Explicitely case to gint64. Possible valgrind error.
17733 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17734 (gst_play_tick_callback), (gst_play_change_state),
17735 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17736 (gst_play_set_location), (gst_play_get_location),
17737 (gst_play_seek_to_time), (gst_play_set_data_src),
17738 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17739 (gst_play_set_visualization), (gst_play_connect_visualization),
17740 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17742 Use playbin. Fixes #139749 and #147744.
17743 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17745 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17746 (audioscale_get_type), (gst_audioscale_base_init),
17747 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17748 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17749 (gst_audioscale_link), (gst_audioscale_get_buffer),
17750 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17751 (gst_audioscale_init), (gst_audioscale_dispose),
17752 (gst_audioscale_chain), (gst_audioscale_set_property),
17753 (gst_audioscale_get_property), (plugin_init):
17755 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17757 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17758 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17759 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17760 Add more metadata (fixes #162656).
17762 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17767 === release 0.8.7 ===
17769 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17774 releasing 0.8.7, "Hyperspace"
17776 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17778 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17780 * gst/playback/gstplaybasebin.c:
17781 Fix for #162924 - free caps after use, not before
17783 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17785 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17787 * gst/playback/gstplaybasebin.c:
17788 * gst/wavparse/gstwavparse.c:
17789 Fix for #154773 - fixes playback of small .wav files
17791 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17793 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17795 * gst/audioscale/gstaudioscale.c:
17796 Fix for #162819 - make audioscale reusable
17797 Fixes playback of more than one file with playbin/totem
17799 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17801 * gst/ffmpegcolorspace/avcodec.h:
17802 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17803 * gst/ffmpegcolorspace/imgconvert.c:
17804 clean up the mess that made me cry and avoid needless duplication
17806 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17808 * gst/ffmpegcolorspace/imgconvert.c:
17809 give some indication of why we're segfaulting
17811 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17814 Fix indentation, fix v4l2 plugin detection.
17816 Fix libmms location (Maciej, use diff -u!).
17817 * ext/alsa/gstalsa.c: (gst_alsa_init):
17818 Initialize caps cache to NULL.
17819 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17820 Only change state on audiosink if it exists.
17822 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17824 * gst/matroska/matroska-demux.c:
17825 * gst/matroska/matroska-ids.h:
17826 * gst/matroska/matroska-demux.h:
17827 Fix Vorbis streams failing to decode in some files, where cluster_time
17828 isn't 0, because then it doesn't send codec_priv before actual data.
17829 Remove time-based test and replace it with marker set on beginning of
17832 2004-12-28 David Schleef <ds@schleef.org>
17834 Merge patch from Ronald fixing problems with streaming
17836 * ext/cairo/gstcairo.c: (plugin_init):
17837 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17838 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17839 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17840 (gst_textoverlay_font_init), (gst_textoverlay_init),
17841 (gst_textoverlay_set_property):
17842 * ext/cairo/gsttextoverlay.h:
17844 2004-12-27 David Schleef <ds@schleef.org>
17846 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17847 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17848 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17849 (gst_textoverlay_font_init), (gst_textoverlay_init),
17850 (gst_textoverlay_set_property): Improvements to actually
17851 render text as white on black outline on video, including
17852 font selection and horizontal/vertical alignment. (Ronald's
17854 * ext/cairo/gsttextoverlay.h:
17856 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17858 * ext/ogg/gstogg.c:
17859 * ext/ogg/gstogmparse.c:
17860 fix ogm[audio/video]parse plugin registration
17861 (riff won't load if bytestream is already loaded)
17863 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17865 * gst/audioconvert/gstchannelmix.c:
17868 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17872 disable docs again until it actually passes make distcheck.
17874 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17876 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17877 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17879 Add 3GP (variables name Q3GP because they can't start with a
17880 number). Add samr audio fourcc (used in .3gp files), decoder
17881 is work in progress. Also do a GST_WARNING instead of ERROR
17882 in case of unknown nodes, to decrease output.
17884 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17889 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17892 * ext/speex/gstspeexdec.h:
17893 * ext/speex/gstspeexenc.h:
17894 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17895 Fix detection code in configure.ac
17897 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17899 * gst/matroska/matroska-demux.c:
17900 (gst_matroska_demux_parse_blockgroup):
17901 Save position, so that queries give proper return values. Don't
17902 know how this could ever have worked before...
17904 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17907 Put additional LAME check inside the conditional. Fixes #152339
17909 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17911 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17912 (gst_avi_demux_stream_scan):
17913 Add some more debug. Fix logic error when setting movi offset
17914 while reading index.
17916 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17918 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17919 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17920 (gst_avi_demux_process_next_entry):
17921 Add some debugging. Better detection of broken indexes and the
17922 accompanying index recovery. No infinite loops on state changes
17923 when we're still in our loopfunction.
17925 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17930 2004-12-22 Archana Shah <archana.shah@wipro.com>
17932 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17934 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17935 Normalizing the value before setting
17936 (gst_sunaudiomixer_get_volume):
17937 Normalizing the value after getting. Fixes bug# 161980
17939 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17941 * Makefile.am: Make sure docs gets disted
17942 * docs/Makefile.am: Make sure all needed files get disted
17943 * gst-plugins.spec.in: latest updates
17945 2004-12-22 Wim Taymans <wim@fluendo.com>
17947 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17948 Revert patch 1.38 as clock distribution over schedulers does
17949 not work correcly in the core yet.
17951 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17953 * sys/oss/README: remove this file, which predates my birth
17954 (and which content is by far outdated)
17956 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17960 * docs/Makefile.am:
17961 * docs/libs/Makefile.am:
17962 * docs/libs/gst-plugins-libs-docs.sgml:
17963 * docs/libs/gst-plugins-libs-sections.txt:
17964 * docs/libs/tmpl/gstgconf.sgml:
17966 * docs/version.entities.in:
17967 Added boilerplate gtk-doc files for plugin-libs documentation.
17969 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17971 * gst/auparse/gstauparse.c: fix int and float audio caps
17973 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17975 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17976 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17977 g_assert() can be a macro, don't use #ifdef inside it.
17979 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17981 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17983 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17984 (gst_videorate_init), (gst_videorate_chain),
17985 (gst_videorate_change_state):
17986 Event handling (fixes #159986).
17988 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17990 * gst-libs/gst/riff/riff-media.c:
17991 (gst_riff_create_video_caps_with_data):
17992 Add BLZ0 (Blizzard's version of DivX) fourcc.
17994 2004-12-18 David Schleef <ds@schleef.org>
17996 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17999 2004-12-18 David Schleef <ds@schleef.org>
18001 * gst/tta/ttadec.h: Disable some header code that isn't used
18002 and clearly isn't portable.
18004 2004-12-18 David Schleef <ds@schleef.org>
18006 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18007 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18008 (avcodec_get_pix_fmt), (avpicture_layout),
18009 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18010 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18011 Fix code to not use GCC extensions (and c99 extensions that
18012 Forte does not like.)
18014 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18016 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18018 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18019 (gst_deinterlace_chain):
18020 Rowstride fixes. Fixes #161039.
18021 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18022 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18023 (gst_video_crop_getcaps), (gst_video_crop_link),
18024 (gst_video_crop_i420), (gst_video_crop_chain),
18025 (gst_video_crop_change_state):
18026 Rework of negotiation. Actually works now. Fixes #158650.
18028 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18030 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18031 That was very stupid.
18033 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18035 * gst/matroska/matroska-demux.c:
18036 (gst_matroska_demux_parse_blockgroup):
18037 Fix possible crasher.
18039 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18041 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18042 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18043 Lace sizes can be zero.
18045 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18047 * ext/musepack/gstmusepackdec.cpp:
18048 Fetch error return values. Fixes #161624.
18049 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18052 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18054 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18055 Work for truncated (unfinished download etc.) files. Fixes #160514.
18057 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18059 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18060 Fix for integer overflow. Makes #156001 not crash. Probably masks
18063 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18065 * gst/ac3parse/gstac3parse.c: (plugin_init):
18066 Parsers never have ranks. Fixes #159651.
18068 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18070 * gst/playback/gstdecodebin.c: (compare_ranks):
18071 make sure the facotries are ordered the same every time even if they
18072 have the same rank by using the name
18073 * gst/playback/gstdecodebin.c: (find_compatibles):
18074 make sure we don't add factories to the list twice
18076 2004-12-16 David Schleef <ds@schleef.org>
18078 * configure.ac: look for musepack headers as musepack/*.h
18080 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18081 * ext/musepack/gstmusepackreader.h: same
18083 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18085 * gst-libs/gst/riff/riff-read.c:
18086 (gst_riff_read_strf_auds_with_data):
18087 Read extradata correctly (fixes #155879).
18089 2004-12-16 David Schleef <ds@schleef.org>
18091 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18092 audio. does _not_ attempt or allow conversion unless channels
18095 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18097 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18099 2004-12-16 David Schleef <ds@schleef.org>
18101 * gst/audioscale/gstaudioscale.c: the resample library only
18102 handles 1 or 2 channels. Change caps to compensate.
18104 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18106 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18107 (gst_matroska_demux_audio_caps):
18108 Some MPEG-AAC hacks, because else it doesn't work...
18110 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18112 * gst-libs/gst/riff/riff-media.c:
18113 (gst_riff_create_video_caps_with_data),
18114 (gst_riff_create_video_template_caps):
18117 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18119 * gst-libs/gst/audio/Makefile.am:
18120 Try to fix buildbot.
18122 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18124 * gst/tcp/gstmultifdsink.c:
18125 Clean up and uniformize debugging.
18127 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18129 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18131 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18132 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18133 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18134 (gst_mpeg_demux_change_state):
18135 Reset on ready. Fixes 160276.
18137 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18139 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18141 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18142 (gst_ffmpegcsp_pad_link):
18143 Fix memleak (#154815).
18145 2004-12-16 James Bowes <bowes@cs.dal.ca>
18147 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18149 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18150 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18151 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18152 * ext/musicbrainz/gsttrm.h:
18153 Add support for using a proxy server when getting a trm id from
18154 the MusicBrainz database (#149613).
18156 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18158 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18160 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18161 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18162 Fix memleaks (#157233).
18164 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18166 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18168 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18169 * gst-libs/gst/resample/resample.h:
18170 * gst/audioscale/gstaudioscale.c:
18171 Fix memleak (#159215).
18173 2004-12-16 Toni Willberg <toniw@iki.fi>
18175 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18177 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18178 * sys/oss/oss_probe.c: (main):
18179 Check for mono/stereo support (similar to samplerate probing),
18180 fixes #159433. Also add missing copyright header to oss_probe.c.
18182 2004-12-15 David Schleef <ds@schleef.org>
18184 * configure.ac: add audioresample and cairo plugins. Remove
18185 HAVE_MMX stuff, because it's not used.
18186 * ext/Makefile.am: same
18187 * ext/audioresample/Makefile.am: You are not ready for an
18188 audio resampling element based on audioresample.
18189 * ext/audioresample/gstaudioresample.c:
18190 * ext/audioresample/gstaudioresample.h:
18191 * ext/cairo/Makefile.am: You are not ready for overlay elements
18192 based on cairo. Don't look too closely, these elements kinda
18194 * ext/cairo/gstcairo.c: new
18195 * ext/cairo/gsttextoverlay.c: new
18196 * ext/cairo/gsttextoverlay.h: new
18197 * ext/cairo/gsttimeoverlay.c: new
18198 * ext/cairo/gsttimeoverlay.h: new
18199 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18200 problem with compilers that don't support variadic macros.
18202 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18204 Reviewed by: David Schleef <ds@schleef.org>
18206 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18207 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18208 bit. Also ran indent-gst.
18209 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18210 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18211 (gst_sunaudiosrc_setparams):
18213 2004-12-14 David Schleef <ds@schleef.org>
18215 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18216 output rate to 16000. Should fix #160235.
18218 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18220 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18221 Add typefinding for mpeg2 pes streams
18223 2004-12-13 David Schleef <ds@schleef.org>
18225 * configure.ac: Applied patch from bug #143659, making default
18226 sources and sinks OS-dependent (for Solaris), and added code
18228 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18230 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18232 * gst-libs/gst/riff/riff-media.c:
18233 forgot to add h2.64 to avidemux template caps
18235 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18237 * gst/wavenc/riff.h:
18238 * gst-libs/gst/riff/riff-media.c:
18239 * gst-libs/gst/riff/riff-ids.h:
18240 * gst/avi/gstavimux.c
18241 add 4CC code for VideoSoft h264 in AVI (VSSH)
18243 remove s323 from riff, it's quicktime specific :(
18245 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18247 * gst/asfdemux/README
18248 * gst/wavenc/riff.h
18249 * gst-libs/gst/riff/riff-ids.h
18250 * gst-libs/gst/riff/riff-media.c
18251 * gst/qtdemux/qtdemux.c:
18252 add new 4CC codes for h263 related codecs
18253 fixes partially bug #155163
18255 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18257 * configure.ac: Update polyaudio requirement to 0.7
18258 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18260 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18262 * gst/interleave/deinterleave.c:
18263 fix my name's spelling! :)
18265 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18267 * AUTHORS ChangeLog
18268 * gst/auparse/gstauparse.c
18269 * gst/interleave/deinterleave.c
18271 alaw-decode.c alaw-encode.c
18272 mulaw-decode.c mulaw-encode.c
18273 * gst/oneton/gstoneton.c
18275 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18277 cocoawindow.h cocoawindow.m
18278 osxvideosink.h osxvideosink.m
18280 put the same mail address for Zaheer Abbas Merali everywhere
18282 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18284 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18285 Align by packetsize, and assert that we a packet available before
18286 playing. The first makes webstreams work (they often include
18287 trailing padding data in a packet), the second allows pausing a
18288 ASF stream in totem without getting demux errors afterwards.
18290 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18292 * ext/ogg/gstoggdemux.c: (get_relative):
18293 Check for non-NULL before accessing member (end-of-chain).
18295 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18297 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18298 (cdparanoia_set_property), (cdparanoia_get_property):
18299 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18300 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18301 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18302 (dvdreadsrc_init), (dvdreadsrc_set_property),
18303 (dvdreadsrc_get_property):
18304 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18305 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18306 Synchronize property names where not yet the case. Devices are
18307 now device=X, other versions are deprecated (but still exist).
18308 Also use g_free() unconditionally.
18309 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18310 (setup_source), (gst_play_base_bin_get_property):
18313 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18315 * configure.ac: move GCONF macro outside conditional for the am
18316 conditional. Fixes #160439
18318 2004-12-08 David Schleef <ds@schleef.org>
18320 * tools/gst-visualise-m.m: Switch to elements that currently
18323 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18325 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18326 We love wrong commas.
18328 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18330 * gst/matroska/matroska-demux.c:
18331 (gst_matroska_demux_handle_src_query):
18332 Don't set DEFAULT, unsupported - makes length display incorrectly
18335 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18337 * gst/monoscope/README: remove blurb about files being GPL
18338 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18339 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18340 monoscope is now effectively LGPL licensed
18342 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18344 * gst/monoscope/README: Update information to be more correct
18345 * gst/monoscope/convolve.c: Relicense to LGPL
18346 * gst/monoscope/convolve.h: Relicense to LGPL
18348 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18350 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18351 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18352 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18353 set default_duration for mpeg1 audio
18355 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18357 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18358 * ext/alsa/gstalsa.h:
18359 refactor big chunks of the core caps negotiation code to make it
18360 a lot faster, because people claim it's really slow
18361 (actually, just cache the getcaps when the device is opened)
18363 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18365 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18366 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18367 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18368 (gst_a52dec_change_state), (plugin_init):
18369 * ext/a52dec/gsta52dec.h:
18370 Do something useful with timestamps. Make chain-based (since
18371 there's really no reason to be loopbased).
18372 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18373 Update current_byte/frame correctly.
18375 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18377 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18378 (gst_ape_demux_stream_init):
18381 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18383 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18384 Let's make sure we're done typefinding when detecting tags.
18386 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18388 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18389 (gst_ebml_read_init), (gst_ebml_read_use_event),
18390 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18391 (gst_ebml_read_seek), (gst_ebml_read_skip),
18392 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18393 (gst_ebml_read_master):
18394 * gst/matroska/ebml-read.h:
18395 * gst/matroska/matroska-demux.c:
18396 (gst_matroska_demux_parse_contents),
18397 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18398 Disgustingly evil hack for working around INTERRUPT events and
18399 their extremely annoying habit of being a pain in the ass. We
18400 simply peek a cluster before reading any of it.
18402 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18404 * ext/musepack/gstmusepackdec.cpp:
18405 There's also floating point libmusepacks.
18407 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18409 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18410 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18411 Set DURATION even if source buffer didn't. Also use increasing
18413 * gst-libs/gst/riff/riff-media.c:
18414 (gst_riff_create_audio_caps_with_data):
18415 Block_align can have larger values than 8192.
18417 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18419 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18420 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18421 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18422 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18425 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18427 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18430 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18432 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18435 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18437 * ext/esd/esdsink.c: (gst_esdsink_chain):
18438 Make error actually say something useful (fixes #156798).
18439 * gst-libs/gst/riff/riff-media.c:
18440 (gst_riff_create_video_caps_with_data),
18441 (gst_riff_create_video_template_caps):
18442 Add Intel Video 5.0 fourcc (IV50).
18444 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18446 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18447 detection on mono and stereo mp3 files.
18449 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18451 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18452 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18453 the contained stream).
18455 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18457 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18458 Oops, remove debug.
18460 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18462 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18464 * gst/law/alaw-decode.c: (alawdec_getcaps):
18465 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18466 Prevent warnings when negotiating caps (fixes #159338).
18468 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18470 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18471 (gst_ffmpegcsp_chain):
18472 Remove old leftover that shouldn't be there...
18474 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18476 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18478 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18479 Don't forward DISCONT events (fixes #159684).
18481 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18483 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18484 Unlink manually since sometimes bin disposal (and therefore
18485 pad unlinking) is delayed, which will cause a new media file
18486 to not be able to start playing instantly.
18488 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18490 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18491 On mute of an unlinked stream, check for pad availability so
18492 we don't crash on unlinked pad.
18494 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18496 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18497 (gst_avi_demux_massage_index):
18498 Fix quite humiliating bug in omitting 0-sized index chunks but
18499 forgetting to count them for timestamps.
18501 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18503 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18504 Actually leave the loop if we failed to sync. Don't crash.
18506 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18508 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18509 (gst_dvd_demux_process_private):
18510 * gst/mpegstream/gstdvddemux.h:
18511 Fix crash (#159759). Doesn't work, though. :-(.
18513 2004-11-28 Benjamin Otte <otte@gnome.org>
18515 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18516 more overwriting protection due to modifying channels one by one
18517 instead of all at once
18519 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18521 * gst/audioconvert/gstchannelmix.c:
18522 (gst_audio_convert_fill_normalize):
18523 Normalize using absolute values.
18525 2004-11-28 Julien MOUTTE <julien@moutte.net>
18529 * ext/directfb/Makefile.am:
18530 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18531 (gst_directfbvideosink_get_pixel_format),
18532 (gst_directfbvideosink_get_format_from_fourcc),
18533 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18534 (gst_directfbvideosink_sink_link),
18535 (gst_directfbvideosink_change_state),
18536 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18537 (gst_directfbvideosink_buffer_alloc),
18538 (gst_directfbvideosink_interface_supported),
18539 (gst_directfbvideosink_interface_init),
18540 (gst_directfbvideosink_navigation_send_event),
18541 (gst_directfbvideosink_navigation_init),
18542 (gst_directfbvideosink_set_property),
18543 (gst_directfbvideosink_get_property),
18544 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18545 (gst_directfbvideosink_base_init),
18546 (gst_directfbvideosink_class_init),
18547 (gst_directfbvideosink_get_type), (plugin_init):
18548 * ext/directfb/directfbvideosink.h: Adding a first version of
18550 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18553 2004-11-28 Benjamin Otte <otte@gnome.org>
18555 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18556 walk the samples backwards if out_channels > in_channels so we don't
18559 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18561 * gst/audioconvert/Makefile.am:
18562 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18563 (gst_audio_convert_link), (gst_audio_convert_change_state),
18564 (gst_audio_convert_channels):
18565 * gst/audioconvert/gstchannelmix.c:
18566 (gst_audio_convert_unset_matrix),
18567 (gst_audio_convert_fill_identical),
18568 (gst_audio_convert_fill_compatible),
18569 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18570 (gst_audio_convert_fill_others),
18571 (gst_audio_convert_fill_normalize),
18572 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18573 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18574 * gst/audioconvert/gstchannelmix.h:
18575 Implement a channel mixer.
18577 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18579 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18580 * ext/alsa/gstalsa.h:
18581 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18582 Make alsasink actually honor gst_element_set_clock and use that
18583 clock instead of its internal one.
18585 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18587 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18588 (gst_play_base_bin_change_state): nullify source and decoder when
18589 going from READY to NULL so that we don't try to do weird stuff with
18590 them when going from NULL to READY
18591 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18592 instead of g_object_unref
18593 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18594 it should be correct
18595 (gst_play_bin_change_state): don't call remove_sinks if we are
18596 currently disposing the object
18598 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18600 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18601 Don't forget bass if it's there. Else left channel is silent...
18603 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18605 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18606 (gst_a52dec_change_state):
18607 Don't do sample adjusting anymore, we use float audio now.
18608 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18609 Don't fixate to non-existing properties.
18611 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18613 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18614 (gst_a52dec_change_state):
18615 Advertise that we can do surround sound.
18617 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18619 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18620 Add buffer-frames=0.
18621 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18622 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18623 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18624 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18625 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18626 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18627 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18628 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18629 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18630 * ext/dvdread/dvdreadsrc.h:
18631 Add seeking, querying for bytes, sectors, title, angle and
18632 chapter. Handle multiple chapters. Relicense to LGPL because
18633 Billy agreed on that (thanks Billy!).
18635 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18637 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18638 call parent dispose method
18640 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18642 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18643 (gst_audio_clock_get_internal_time):
18644 Fix active <-> inactive transitions: ensure time value always
18645 grows and avoid abrupt value changes.
18647 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18650 * gst/tta/Makefile.am:
18652 * gst/tta/filters.h:
18653 * gst/tta/gsttta.c:
18654 * gst/tta/gstttadec.c:
18655 * gst/tta/gstttadec.h:
18656 * gst/tta/gstttaparse.c:
18657 * gst/tta/gstttaparse.h:
18658 * gst/tta/ttadec.h:
18659 added TTA parser and decoder
18661 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18663 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18664 (probe_triggered), (check_queue), (buffer_underrun),
18665 (buffer_running), (buffer_overrun), (gen_source_element),
18667 * gst/playback/gstplaybasebin.h:
18668 Implement buffering. Needs some more work.
18670 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18672 * ext/theora/theoradec.c: (theora_dec_chain):
18673 Fix ilog mask range overflow.
18675 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18677 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18678 Don't omit the last (which in case of dmix is the only :) )
18679 channel count. Don't set channels if <= 2.
18681 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18683 * gst/playback/gstplaybin.c: (gen_video_element),
18684 (gen_audio_element): Removed 2 obsolete comments
18686 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18688 * ext/vorbis/oggvorbisenc.c
18689 * ext/vorbis/vorbisenc.c :
18690 change description fields of those plugins to differentiate them
18691 (pitivi show Encoders by description, they had the same one)
18693 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18695 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18697 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18698 (gst_play_bin_set_property), (gen_video_element),
18699 (gen_audio_element):
18700 Refcounting fixes for provided audio-/videosinks.
18702 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18704 * gst/playback/gstplaybin.c: (gen_video_element),
18705 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18706 Don't reference all sinks, but only the video- and audiosinks.
18707 The vis. element should be disposed when we're done with it.
18708 We don't have any reason to keep it around. This fixes warnings
18709 when reusing playbin for playing multiple audio files with
18710 vis. enabled. Also release audio device on pause - idea stolen
18713 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18715 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18716 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18717 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18718 * ext/alsa/gstalsaplugin.c: (plugin_init):
18719 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18720 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18721 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18722 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18723 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18724 (gst_faad_change_state), (plugin_init):
18725 * ext/faad/gstfaad.h:
18726 * ext/vorbis/vorbis.c: (plugin_init):
18727 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18728 * gst-libs/gst/audio/Makefile.am:
18729 * gst-libs/gst/audio/audio.c: (plugin_init):
18730 * gst-libs/gst/audio/multichannel.c:
18731 (gst_audio_check_channel_positions),
18732 (gst_audio_get_channel_positions),
18733 (gst_audio_set_channel_positions),
18734 (gst_audio_set_structure_channel_positions_list),
18735 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18736 (gst_audio_fixate_channel_positions):
18737 * gst-libs/gst/audio/multichannel.h:
18738 * gst-libs/gst/audio/testchannels.c: (main):
18739 * gst/audioconvert/gstaudioconvert.c:
18740 (gst_audio_convert_class_init), (gst_audio_convert_init),
18741 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18742 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18743 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18744 * gst/audioconvert/plugin.c: (plugin_init):
18745 Surround sound support.
18747 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18749 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18750 Fix position for discont if we're close as well. Nitpicking, but
18751 saves a few milliseconds of extra waiting or skipping.
18753 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18755 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18756 We sometimes need parsers for playback, so add those too.
18758 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18761 * gst/apetag/Makefile.am:
18762 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18763 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18764 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18765 (gst_ape_demux_get_src_query_types),
18766 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18767 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18768 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18769 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18770 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18771 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18772 (gst_ape_demux_change_state):
18773 * gst/apetag/apedemux.h:
18774 * gst/apetag/apetag.c: (plugin_init):
18775 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18777 APE v1/2 tag reader plus typefind function.
18779 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18782 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18783 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18784 Remove hacks for older core. Require newer core version
18787 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18789 * gst/cdxaparse/Makefile.am:
18790 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18791 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18792 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18793 * gst/cdxaparse/gstcdxaparse.h:
18794 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18795 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18796 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18797 (gst_cdxastrip_get_src_query_types),
18798 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18799 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18800 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18801 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18802 * gst/cdxaparse/gstcdxastrip.h:
18803 SVCD/VCD header stripping separated from CDXA image parsing.
18804 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18806 Add VCD/SVCD header typefinding for VCD/SVCD.
18807 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18808 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18809 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18810 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18811 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18812 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18813 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18814 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18815 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18816 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18817 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18818 * sys/vcd/vcdsrc.h:
18819 Fix up, add seeking, querying, URI interface. Works in totem now.
18821 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18826 === release 0.8.6 ===
18828 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18846 releasing 0.8.6, "IOU Love"
18848 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18850 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18852 * gst/playback/gstplaybasebin.c:
18853 Fix unplayable files error handling. Fixes #158365
18855 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18857 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18859 * gst/typefind/gsttypefindfunctions.c:
18860 Fix broken mp3 typefinding. Fixes #158375
18862 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18864 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18866 * ext/ogg/gstoggdemux.c:
18867 Fix sync on broken files. Fixes #158976
18869 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18871 patch by: Edward Hervey <bilboed@bilboed.com>
18873 * ext/libpng/gstpngenc.c:
18874 Copy over buffer properties. Fixes #158832
18876 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18878 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18880 * ext/dvdread/dvdreadsrc.c:
18881 Fixes invalid reads (#158462)
18883 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18885 * sys/v4l/gstv4lsrc.c:
18886 * sys/v4l/gstv4lsrc.h:
18887 * sys/v4l/v4lsrc_calls.c:
18888 Probe less and cache it. Fixes #159187.
18890 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18892 * gst/videorate/gstvideorate.c:
18893 Handle all video formats. Fixes #159186.
18895 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18896 * gst/synaesthesia/gstsynaesthesia.c:
18897 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18898 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18899 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18900 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18901 (gst_synaesthesia_change_state), (plugin_init):
18902 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18903 Force 320x200 output, as that's the only thing the underlying
18904 synaesthesia implementation supports. Still needs to be made
18907 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18910 Fix mpeg2enc configure check (similar to mplex check below).
18912 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18914 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18916 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18917 Fix for gcc-2.95 (fixes #158221).
18919 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18921 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18922 Re-add clock distribution hack (until new core is released).
18925 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18927 fix mplex configure check segfaulting on some systems (bug #140994)
18929 2004-11-13 Benjamin Otte <otte@gnome.org>
18931 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18933 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18934 do a wait when we enter the loop func with no data available to
18935 write instead of getting into an 100% CPU loop by just returning and
18936 being called again by the scheduler
18938 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18941 * ext/libvisual/visual.c: (gst_visual_get_type),
18942 (libvisual_log_handler), (gst_visual_getcaps),
18943 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18945 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18946 * ext/smoothwave/Makefile.am:
18947 * ext/smoothwave/demo-osssrc.c: (main):
18948 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18949 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18950 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18952 * ext/smoothwave/gstsmoothwave.h:
18953 Make gstsmoothwave a working element in the 20th century.
18955 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18956 Fix incorrect link function
18958 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18960 * gst/volume/gstvolume.c:
18961 Allow buffer-frames=0.
18963 2004-11-12 Iain <iaingnome@gmail.com>
18965 * configure.ac: Check for polypaudio
18967 * ext/Makefile.am: Build the polyp dir
18969 * ext/polyp: The polypsink sources.
18971 2004-10-30 Iain <iaingnome@gmail.com>
18973 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18974 caps to reflect the new number of channels.
18976 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18978 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18979 Fix for negotiation order problem. This would show when the
18980 ALSA loopfuction was called before any other function. ALSA
18981 wouldn't do anything because we're not negotiated yet, leading
18982 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18984 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18986 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18988 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18989 No warnings (#157986).
18991 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18993 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18994 Prefer apev1/2 and id3v1 (at end of file) over musepack.
18996 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18998 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18999 Signal no-more-pads (so it works in playbin).
19001 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19003 * ext/musepack/gstmusepackreader.cpp:
19004 Workaround for older core.
19006 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19008 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19009 Actually test for odd width/height rather than testing whether
19010 a temporary variable that was 0 before we subtracted 1 is now
19011 not equal to zero (which it always is).
19013 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19015 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19016 Fix compilation if HAVE_XVIDEO is not defined
19018 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19020 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19021 Fix compilation if HAVE_XVIDEO is not defined
19023 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19025 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19026 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19027 (gst_goom_change_state), (plugin_init):
19028 Use the bytestream adapter so goom doesn't depend on the input
19030 Add a debug category
19032 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19034 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19035 Only set hardware parameters *after* negotiation. Before
19036 negotiation, it will set ANY and that seems to cause crashes
19037 (see e.g. #151288, #153227).
19039 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19041 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19042 This seems to be antique leftover. It needs to pass error
19044 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19045 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19046 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19047 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19048 Fix GstXOverlay implementation (#151059).
19050 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19052 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19053 Don't assert (#157853).
19055 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19057 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19058 Fix bytes/samples confustion.
19059 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19060 Fix for underrun (#144389).
19062 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19064 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19065 Disable halfway-seek for pending release (since it needs a new
19068 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19070 * sys/v4l/gstv4lsrc.c:
19071 * sys/v4l/gstv4lsrc.h:
19072 * sys/v4l/v4lsrc_calls.c:
19073 add autoprobe-fps property so we can separate autoprobing parts
19075 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19077 * sys/v4l/gstv4lsrc.c:
19078 * sys/v4l/v4lsrc_calls.c:
19079 initialise fourcc to catch unset fourcc's, and debug
19081 2004-11-09 Wim Taymans <wim@fluendo.com>
19083 * gst/playback/README:
19084 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19085 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19086 (gst_play_bin_dispose), (gst_play_bin_set_property),
19087 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19088 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19089 (gst_play_bin_get_formats), (gst_play_bin_convert),
19090 (gst_play_bin_get_query_types), (gst_play_bin_query):
19091 Cleanups and some more documentation.
19093 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19095 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19096 (gst_cacasink_init), (gst_cacasink_chain):
19097 * ext/libcaca/gstcacasink.h:
19098 Cacasink inherits from VideoSink, so let that store the clock.
19100 2004-11-09 Wim Taymans <wim@fluendo.com>
19102 * gst/playback/README:
19103 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19104 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19105 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19106 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19107 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19109 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19110 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19111 * gst/playback/gststreaminfo.h:
19113 Only switch groups if all streams have muted (EOSed).
19114 Send Tags in sync with the stream playback instead of in
19115 the playback/preroll phase.
19116 Some cleanups, free the fakesrc elements.
19118 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19120 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19121 buffer-frames property was missing
19122 * ext/arts/gst_arts.c:
19123 rate missing from sinkcaps
19124 * ext/audiofile/gstafparse.c:
19125 * ext/audiofile/gstafsink.c:
19126 * ext/audiofile/gstafsrc.c:
19127 * ext/swfdec/gstswfdec.c:
19128 int audio doesn't know buffer-frames
19129 * ext/cdparanoia/gstcdparanoia.c:
19130 int audio doesn't know chunksize either
19131 * ext/nas/nassink.c:
19132 it's endianness, not endianess
19133 * gst-libs/gst/audio/audio.h:
19134 make float standard pad template caps really describe float
19135 * gst/law/mulaw.c: (linear_factory):
19136 signed only, please
19137 * gst/mpegstream/gstdvddemux.c:
19138 widths of 20 are not valid
19140 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19142 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19148 2004-11-08 Wim Taymans <wim@fluendo.com>
19150 * gst/playback/README:
19151 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19152 * gst/playback/gstplaybasebin.c: (probe_triggered),
19153 (gst_play_base_bin_change_state):
19154 Updated README, added more comments for fixmes etc..
19156 2004-11-08 Wim Taymans <wim@fluendo.com>
19158 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19159 We can remove this hack now.
19161 2004-11-08 Wim Taymans <wim@fluendo.com>
19163 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19164 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19165 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19166 Only mix AYUV for maximum quality.
19168 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19170 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19171 (gst_ogg_demux_push), (gst_ogg_pad_push):
19172 Let's act as if we're synchronized now! :).
19173 * ext/theora/theoradec.c: (theora_dec_chain):
19176 2004-11-08 Wim Taymans <wim@fluendo.com>
19178 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19179 (gst_alpha_set_property), (gst_alpha_sink_link),
19180 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19181 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19182 (gst_alpha_init_params), (gst_alpha_chain):
19183 Implement alpha functions for AYUV too, this increases
19184 accuracy quite a bit.
19186 2004-11-08 Wim Taymans <wim@fluendo.com>
19188 * gst/ffmpegcolorspace/avcodec.h:
19189 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19190 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19191 (gst_ffmpegcsp_avpicture_fill):
19192 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19193 (gst_ffmpegcsp_caps_remove_format_info):
19194 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19195 (shrink12), (img_get_alpha_info), (deinterlace_line),
19196 (deinterlace_line_inplace):
19197 * gst/ffmpegcolorspace/imgconvert_template.h:
19198 Added AYUV colorspace and handle RGBA a bit more respectful.
19200 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19202 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19203 Actually always send a discont (cornercase when resending the
19204 same serial-tagged chain twice).
19206 2004-11-08 Julien MOUTTE <julien@moutte.net>
19208 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19209 (gst_ximagesink_finalize):
19210 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19211 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19213 2004-11-08 Wim Taymans <wim@fluendo.com>
19215 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19216 Don't segfault on NULL data.
19218 2004-11-08 Wim Taymans <wim@fluendo.com>
19220 * gst/playback/gstdecodebin.c: (unlinked):
19221 * gst/playback/gstplay-marshal.list:
19222 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19223 (gst_play_base_bin_init), (group_create), (get_active_group),
19224 (get_building_group), (group_destroy), (group_commit),
19225 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19226 (add_element_stream), (no_more_pads), (probe_triggered),
19227 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19228 (state_change), (setup_source), (gst_play_base_bin_get_property),
19229 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19230 (gst_play_base_bin_link_stream),
19231 (gst_play_base_bin_get_streaminfo):
19232 * gst/playback/gstplaybasebin.h:
19233 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19234 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19235 Add support for chained ogg files. Prepare for playlist
19236 support. This patch introduces the concept of pad groups, which
19237 together compose one playable media file.
19239 2004-11-07 David Schleef <ds@schleef.org>
19241 * testsuite/gst-lint: Check for pad templates that aren't statically
19244 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19248 * ext/musepack/Makefile.am:
19249 * ext/musepack/gstmusepackdec.cpp:
19250 * ext/musepack/gstmusepackdec.h:
19251 * ext/musepack/gstmusepackreader.cpp:
19252 * ext/musepack/gstmusepackreader.h:
19253 Add musepack decoder.
19254 * ext/faad/gstfaad.c: (gst_faad_base_init):
19255 Make pad templates static.
19256 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19258 Add musepack typefinder, make mp3 typefinding work halfway stream,
19259 which doesn't actually work yet because id3demux doesn't implement
19262 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19264 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19265 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19266 Fix interrupt event handling (#144436).
19268 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19270 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19273 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19275 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19277 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19278 Fix weird caps (#157548).
19280 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19282 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19284 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19285 Add missing NULL terminator (#157543).
19287 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19289 * gst/tcp/gsttcp.h:
19290 * gst/tcp/gsttcpclientsink.c:
19291 * gst/tcp/gsttcpclientsrc.c:
19292 * gst/tcp/gsttcpserversink.c:
19293 * gst/tcp/gsttcpserversrc.c:
19294 ports can go up to 65535. Move common defines to gsttcp.h
19296 2004-11-05 Wim Taymans <wim@fluendo.com>
19298 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19299 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19300 Added two more colorspaces.
19302 2004-11-05 Wim Taymans <wim@fluendo.com>
19304 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19305 (gst_ffmpegcsp_avpicture_fill):
19306 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19307 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19308 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19311 2004-11-05 Wim Taymans <wim@fluendo.com>
19313 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19314 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19315 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19316 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19317 (gst_videomixer_loop):
19320 2004-11-05 Benjamin Otte <otte@gnome.org>
19322 * ext/mad/gstmad.c: (gst_mad_chain):
19323 don't overflow data buffer. Flush not needed sync data when syncing
19326 2004-11-04 Wim Taymans <wim@fluendo.com>
19328 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19329 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19330 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19331 (gst_alpha_init_params), (gst_alpha_chain),
19332 (gst_alpha_change_state):
19333 Updated the chroma keying algorithm with something more
19336 2004-11-03 Wim Taymans <wim@fluendo.com>
19338 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19339 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19340 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19341 Fix stride issues. Does not completely work for odd
19344 2004-11-03 Wim Taymans <wim@fluendo.com>
19346 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19347 (gst_alpha_chroma_key), (gst_alpha_chain):
19348 Fix stride issues. Does not completely work for odd
19351 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19353 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19354 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19357 2004-11-03 Wim Taymans <wim@fluendo.com>
19359 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19360 (gst_ffmpegcsp_avpicture_fill):
19361 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19363 * gst/ffmpegcolorspace/imgconvert_template.h:
19364 Use correct _fill function to get correct strides.
19366 2004-11-02 David Schleef <ds@schleef.org>
19368 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19369 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19370 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19371 Change all g_print()s to debugging. Add a bunch of consistency
19374 2004-11-02 Wim Taymans <wim@fluendo.com>
19376 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19377 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19378 (unlinked), (no_more_pads), (close_link):
19379 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19380 (unknown_type), (add_element_stream), (new_decoded_pad),
19381 (removed_decoded_pad), (setup_source):
19382 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19383 (gst_stream_info_class_init), (gst_stream_info_init),
19384 (gst_stream_info_new), (gst_stream_info_dispose),
19385 (stream_info_mute_pad), (gst_stream_info_set_property),
19386 (gst_stream_info_get_property):
19387 * gst/playback/gststreaminfo.h:
19388 Fix playback of multiple files.
19389 a slightly different approach to handling dynamic pad removals.
19390 This one only looks at pads that we have linked.
19392 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19394 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19395 free" warning from libc.
19397 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19399 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19400 (get_unconnected_element), (remove_starting_from), (pad_removed),
19402 Implement support for dynamic pad changing. We listen to "live"
19403 pad removals (i.e. while playing) and re-setup autoplugging
19404 after that. Playbasebin/playbin need some more work for this
19405 to finally work, but decodebin supports (and replugs) chained
19408 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19410 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19411 (gst_alsa_finalize):
19412 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19413 (gst_cdaudio_finalize):
19414 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19415 (cdparanoia_finalize):
19416 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19417 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19418 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19419 (dvdreadsrc_finalize):
19420 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19421 (gst_flacdec_finalize):
19422 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19423 (gst_flacenc_finalize):
19424 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19425 (gst_gnomevfssink_finalize):
19426 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19427 (gst_gnomevfssrc_finalize):
19428 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19429 (gst_fameenc_finalize):
19430 * ext/nas/nassink.c: (gst_nassink_class_init),
19431 (gst_nassink_finalize):
19432 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19433 (gst_sdlvideosink_class_init):
19434 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19435 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19436 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19437 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19438 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19439 (gst_x_window_listener_dispose):
19440 * gst/audioscale/gstaudioscale.c:
19441 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19442 (play_on_demand_finalize):
19443 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19444 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19445 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19446 (cdplayer_finalize):
19447 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19448 (gst_glimagesink_class_init):
19449 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19450 (gst_osselement_finalize):
19451 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19452 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19453 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19454 Fixes a bunch of problems with finalize and dispose functions,
19455 either assumptions that dispose is only called once, or not calling
19456 the parent class dispose/finalize function
19458 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19460 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19461 added two api precondition guards
19462 use g_strdup with getenv to fix crash when using ENVVAR
19464 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19465 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19466 (gst_esdsink_finalize):
19467 Use a finalize function, not dispose, and more importantly,
19468 call the parent class finalize function too
19470 2004-11-01 Johan Dahlin <johan@gnome.org>
19472 * ext/ogg/gstoggdemux.c:
19473 * gst/tags/gstvorbistag.c:
19476 2004-10-31 Benjamin Otte <otte@gnome.org>
19478 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19479 lotsa memleaks today. But they're all small...
19481 2004-10-31 Benjamin Otte <otte@gnome.org>
19483 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19484 another memleak crushed
19486 2004-10-31 Benjamin Otte <otte@gnome.org>
19488 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19491 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19493 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19494 Hack to prevent crash when going to READY inside signal handler
19495 while this function is active.
19497 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19499 * gst/ffmpegcolorspace/Makefile.am:
19500 * gst/ffmpegcolorspace/avcodec.h:
19501 * gst/ffmpegcolorspace/common.h:
19502 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19503 * gst/ffmpegcolorspace/dsputil.h:
19504 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19505 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19506 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19507 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19508 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19509 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19510 (gst_ffmpegcsp_avpicture_fill):
19511 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19512 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19513 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19514 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19515 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19516 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19517 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19518 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19519 * gst/ffmpegcolorspace/imgconvert.c:
19520 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19521 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19522 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19523 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19524 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19525 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19526 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19527 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19528 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19529 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19530 (grow21), (grow22), (grow41), (grow44), (conv411),
19531 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19532 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19533 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19534 (avpicture_free), (is_yuv_planar), (img_convert),
19535 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19536 (deinterlace_line_inplace), (deinterlace_bottom_field),
19537 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19538 * gst/ffmpegcolorspace/imgconvert_template.h:
19539 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19540 * gst/ffmpegcolorspace/mmx.h:
19541 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19542 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19543 (av_freep), (avcodec_get_context_defaults),
19544 (avcodec_alloc_context), (avcodec_init):
19545 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19546 handling plus update from ffmpeg CVS. Large clean-up.
19548 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19550 * gst/playback/Makefile.am:
19551 We need the marshallers for decodebin, too.
19553 2004-10-30 David Schleef <ds@schleef.org>
19555 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19556 quicktime typefinding work with 64-bit offsets.
19558 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19560 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19561 Set EOS on the element when processing an EOS event.
19562 * ext/speex/gstspeexdec.h:
19563 * ext/speex/gstspeexenc.h:
19564 Only keep a const ptr to the mode
19565 * gst-libs/gst/riff/riff-media.c:
19566 (gst_riff_create_audio_caps_with_data),
19567 (gst_riff_create_audio_template_caps):
19568 Allow WMAV3, with up to 6 channels.
19569 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19570 Don't call gst_pad_set_event_function on a sink pad.
19571 * gst/mpegstream/gstdvddemux.c:
19572 (gst_dvd_demux_get_subpicture_stream),
19573 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19574 Copy the explicit caps that were set across to the cur_* pads,
19575 instead of trying to use a possibly non-existent negotiated caps.
19576 Reset the type of subpicture pads to UNKNOWN after calling
19577 init_stream, so that the caps get set.
19579 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19581 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19583 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19584 Don't touch buffer if it is of size 0 (fixes #151064).
19586 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19588 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19589 Synchronized discont handling.
19591 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19593 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19594 (gst_ogg_demux_push):
19595 Make seeking sort-of exact again (fixes #156387).
19597 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19599 * gst/playback/gstplaybasebin.c: (unknown_type),
19600 (add_element_stream), (new_decoded_pad),
19601 (gst_play_base_bin_change_state):
19602 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19603 (gst_stream_info_init), (gst_stream_info_new),
19604 (gst_stream_info_dispose), (gst_stream_info_get_property):
19605 * gst/playback/gststreaminfo.h:
19606 Make caps explicitely available. Makes testing for unsupported
19607 types possible. Improves error reporting.
19609 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19611 * gst/audioconvert/gstaudioconvert.c:
19612 (gst_audio_convert_buffer_to_default_format):
19613 Really don't touch read-only buffers (#156563).
19615 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19617 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19619 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19620 Fix memleak (#155223).
19622 2004-10-29 Wim Taymans <wim@fluendo.com>
19624 * gst/tcp/.cvsignore:
19625 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19626 (gst_multifdsink_class_init), (gst_multifdsink_init),
19627 (gst_multifdsink_add), (gst_multifdsink_remove),
19628 (gst_multifdsink_remove_client_link), (is_sync_frame),
19629 (gst_multifdsink_new_client),
19630 (gst_multifdsink_handle_client_write),
19631 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19632 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19633 (gst_multifdsink_get_property):
19634 * gst/tcp/gstmultifdsink.h:
19635 Added burst on connect sync_method, deprecated sync_clients,
19636 streamlined the sync code some more.
19638 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19640 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19641 (gst_play_base_bin_change_state):
19642 Improve error reporting.
19644 2004-10-28 Wim Taymans <wim@fluendo.com>
19646 * gst/tcp/Makefile.am:
19647 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19648 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19649 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19650 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19651 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19652 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19654 Added more locks around fdset structures. Fixed/reworked
19655 the poll array resizing code.
19656 Added stress test for fdset.
19658 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19660 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19663 2004-10-28 Benjamin Otte <otte@gnome.org>
19665 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19666 fix link function to always query channels and query width for
19670 * gst/equalizer/Makefile.am:
19671 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19672 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19673 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19674 (arg_to_scale), (setup_filter),
19675 (gst_iir_equalizer_compute_frequencies),
19676 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19677 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19681 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19683 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19687 Added Norwegian Bokmaal translation
19689 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19691 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19692 Don't break on options (fixes #156488).
19694 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19697 * ext/cdaudio/Makefile.am:
19699 fix build on older automake
19701 2004-10-26 Wim Taymans <wim@fluendo.com>
19703 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19704 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19705 Allow a little margin when negotiating the framerate.
19707 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19709 * gst/level/gstlevel.c:
19710 synchonised naming of pads and pad-templates
19712 2004-10-26 Wim Taymans <wim@fluendo.com>
19714 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19715 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19716 (_find_streams_check), (gst_ogg_demux_push):
19717 Fix EOS again. Needs to be done in a better way. We should not
19718 remove the pad if there is no new chained stream.
19720 2004-10-26 Iain <iaingnome@gmail.com>
19722 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19723 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19725 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19727 (interleave_release_pad): Remove the pad.
19728 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19729 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19731 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19733 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19734 (gst_xvimagesink_finalize): Free the par.
19736 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19738 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19739 (gst_avimux_stop_file):
19740 First calculate the rate, and only then use it. Hdr.rate is a
19741 multiple and not a derivative of hdr.scale. Scale is not the
19742 same as blockalign but is solely related to rate.
19744 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19746 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19747 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19750 2004-10-25 James Henstridge <james@jamesh.id.au>
19752 Reviewed by: David Schleef <ds@schleef.org>
19754 * examples/gstplay/player.c: (got_stream_length), (main):
19755 * examples/seeking/cdplayer.c: (update_scale):
19756 * examples/seeking/seek.c: (format_value), (update_scale):
19757 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19759 Build fixes on AMD64.
19761 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19763 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19765 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19766 Fix for some v4l cards which hang in v4lsrc
19768 2004-10-25 Wim Taymans <wim@fluendo.com>
19770 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19771 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19772 Make sure to remove the pad when a new chain is
19773 encountered. Set some vars to NULL so we don't try
19774 to reference freed memory.
19776 2004-10-25 Wim Taymans <wim@fluendo.com>
19778 * examples/seeking/Makefile.am:
19779 * examples/seeking/cdplayer.c: (update_scale):
19780 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19781 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19782 (format_value), (update_scale), (iterate), (start_seek),
19783 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19784 (print_usage), (main):
19785 Added some more examples, update others.
19787 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19789 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19790 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19791 * ext/theora/theoradec.c: (theora_dec_chain):
19792 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19793 Add codec-name metadata.
19795 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19797 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19799 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19800 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19801 * ext/alsa/gstalsamixertrack.h:
19803 ALSA mixer track label internationalization (#154054).
19805 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19807 * ext/theora/theoradec.c: (theora_dec_chain):
19808 Export bitrate as metadata.
19810 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19812 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19813 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19814 * ext/alsa/gstalsamixertrack.h:
19815 Fix names, fix loop.
19817 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19819 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19820 (speex_dec_convert):
19821 sinkconvert function so oggdemux can get the file length (totem).
19823 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19825 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19827 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19828 Don't push incomplete packets.
19829 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19830 Fix MPEG-4 audio typefinding.
19832 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19834 * sys/v4l/Makefile.am:
19835 * sys/v4l/gstv4l.c: (plugin_init):
19836 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19837 (gst_v4lelement_init), (gst_v4lelement_dispose),
19838 (gst_v4lelement_change_state):
19839 * sys/v4l/gstv4lelement.h:
19840 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19841 (gst_v4l_xoverlay_close), (idle_refresh),
19842 (gst_v4l_xoverlay_set_xwindow_id):
19843 * sys/v4l/gstv4lxoverlay.h:
19844 * sys/v4l/v4l-overlay_calls.c:
19845 * sys/v4l/v4l_calls.h:
19846 * sys/v4l2/Makefile.am:
19847 * sys/v4l2/gstv4l2.c: (plugin_init):
19848 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19849 (gst_v4l2element_init), (gst_v4l2element_dispose),
19850 (gst_v4l2element_change_state):
19851 * sys/v4l2/gstv4l2element.h:
19852 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19853 (gst_v4l2_xoverlay_close), (idle_refresh),
19854 (gst_v4l2_xoverlay_set_xwindow_id):
19855 * sys/v4l2/gstv4l2xoverlay.h:
19856 * sys/v4l2/v4l2-overlay_calls.c:
19857 * sys/v4l2/v4l2_calls.h:
19858 Remove client-side overlay handling, use the X-server v4l plugin
19859 for that. Nicer overlay, less code. Also make the plugin
19860 compileable without X (but then without overlay, obviously).
19861 Makes xwindowlistener obsolete, should we remove that?
19863 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19865 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19866 (gst_osssrc_src_query):
19867 * sys/oss/gstosssrc.h:
19868 OK, so people want offset in DEFAULT. This time, actually fix all
19870 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19873 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19875 * gst/asfdemux/gstasfmux.c:
19876 * gst/avi/gstavimux.c:
19879 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19881 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19882 Fix properties (channel, norm, frequency).
19884 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19886 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19888 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19891 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19893 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19896 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19898 * sys/v4l2/gstv4l2element.h:
19899 Yet Another Hack (tm) for kernel header borkedness.
19900 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19901 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19902 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19903 (gst_v4l2src_change_state):
19904 * sys/v4l2/gstv4l2src.h:
19905 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19906 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19907 Fix caps, keep track of state, work.
19909 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19911 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19914 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19916 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19917 Don't mix bytes and samples.
19919 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19921 * ext/ogg/gstoggmux.c:
19922 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19923 and theora. Any is incorrect.
19924 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19926 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19927 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19928 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19929 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19930 * sys/v4l/gstv4lmjpegsrc.h:
19931 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19932 (gst_v4lsrc_change_state):
19933 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19934 (gst_v4lmjpegsrc_capture_stop):
19935 Fix caps. Keep track of internal state. Work.
19937 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19940 Fix the build fixes.
19942 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19944 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19945 (gst_ogg_demux_src_event), (_find_chain_seek),
19946 (gst_ogg_pad_push):
19947 Check for pad availability before using it.
19948 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19949 Fix parsing of chained ogg. Needs more work on the decoder side.
19951 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19953 * gst/spectrum/Makefile.am:
19954 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19956 Fix demo and reenable it. Yes, I'm currently playing with audio
19959 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19961 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19962 We love it if files that start at zero work too...
19964 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19966 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19967 Handle files with missing EOS headers.
19969 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19971 * gst/tcp/gsttcpserversink.c:
19972 (gst_tcpserversink_handle_server_read),
19973 (gst_tcpserversink_init_send):
19974 Zero some variables first (need for accept not to return EINVAL)
19976 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19978 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19979 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19980 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19981 (theora_dec_chain):
19982 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19983 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19984 Seeking and querying finetune.
19986 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19990 * ext/raw1394/Makefile.am:
19993 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19995 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19997 * gst/playback/Makefile.am:
19998 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19999 * gst/playback/gstplay-marshal.list:
20000 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20003 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20005 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20008 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20010 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20011 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20012 (gst_ogg_pad_push):
20013 Yay for non-lineair granulepos in theora.
20015 2004-10-18 Wim Taymans <wim@fluendo.com>
20017 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20018 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20019 * ext/dv/gstdvdec.h:
20020 Make sure we renegotiate aspect ratio when the camera switches.
20022 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20024 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20025 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20027 * ext/theora/theoradec.c: (theora_dec_chain):
20028 Skip headers. Bad idea for chained ogg, but fixes seeking.
20030 2004-10-18 Wim Taymans <wim@fluendo.com>
20033 I swear, this is the last time I touch this.
20035 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20037 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20038 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20039 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20041 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20042 Time-to-default conversion.
20043 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20044 Don't error on unknown packets, just skip. We should probably
20045 read them if we want to support chained ogg.
20047 2004-10-18 Wim Taymans <wim@fluendo.com>
20050 Added cdaudio to wrong list.
20052 2004-10-18 Wim Taymans <wim@fluendo.com>
20057 2004-10-18 Wim Taymans <wim@fluendo.com>
20059 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20060 (gst_dvdec_video_link), (gst_dvdec_push):
20061 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20062 (gst_smokeenc_resync), (gst_smokeenc_chain):
20063 Fix mimetype on smoke encoder.
20064 Add aspect ratio to dvdec. Not sure if these
20065 values are correct though....
20067 2004-10-18 Wim Taymans <wim@fluendo.com>
20069 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20070 Fix vorbis property descriptions and ranges.
20072 2004-10-18 Wim Taymans <wim@fluendo.com>
20074 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20075 Really do nothing when no data is available.
20076 Go to the playing state when the stream is not seekable
20077 instead of failing.
20079 2004-10-18 Wim Taymans <wim@fluendo.com>
20081 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20082 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20083 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20084 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20085 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20086 Added uri handler for cd://
20089 2004-10-18 Wim Taymans <wim@fluendo.com>
20091 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20092 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20093 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20094 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20095 (remove_prerolls), (unknown_type), (add_element_stream),
20096 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20097 (gst_play_base_bin_remove_element),
20098 (gst_play_base_bin_link_stream):
20099 * gst/playback/gstplaybin.c: (gen_video_element),
20100 (gen_vis_element), (remove_sinks), (setup_sinks):
20101 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20102 (gst_stream_info_get_type), (gst_stream_info_class_init),
20103 (gst_stream_info_init), (gst_stream_info_new),
20104 (gst_stream_info_dispose), (stream_info_mute_pad),
20105 (gst_stream_info_set_property), (gst_stream_info_get_property):
20106 * gst/playback/gststreaminfo.h:
20107 Add sink padtemplate to decodebin.
20108 Added some more comments.
20109 Make queue size configurable in playbasebin.
20110 Added possibility to use elements as sinks (ex cdaudio).
20112 2004-10-15 Wim Taymans <wim@fluendo.com>
20114 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20115 (gst_speexenc_chain):
20116 Fix speex timestamps so that it gets muxed properly.
20118 2004-10-15 Wim Taymans <wim@fluendo.com>
20120 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20121 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20122 (gst_dv1394src_init), (gst_dv1394src_dispose),
20123 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20124 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20125 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20126 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20127 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20128 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20129 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20130 * ext/raw1394/gstdv1394src.h:
20131 Added conversion/query functions.
20132 Update buffer timestamps,
20134 Added uri dv:// so it might play from the firewire in playbin.
20135 Fix a possible leak.
20138 2004-10-15 Wim Taymans <wim@fluendo.com>
20140 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20141 (gst_dv1394src_init), (gst_dv1394src_set_property),
20142 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20143 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20144 * ext/raw1394/gstdv1394src.h:
20145 Added AV/C VTR control support needed for some cameras.
20146 Added automatic port detection.
20147 Added properties for selecting the channel.
20148 The configure.ac script is not yet updated to reflect the
20149 new libavc1394 and librom1394 dependencies.
20151 2004-10-15 Wim Taymans <wim@fluendo.com>
20153 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20154 (qtdemux_parse), (gst_qtdemux_handle_esds):
20155 An esds box is not a container.
20156 Fix parsing of mp4v boxes.
20157 Do not try to renegotiate fps for each frame. Need to
20158 find a better method. This should fix mp4 playback.
20160 2004-10-14 David Schleef <ds@schleef.org>
20162 * configure.ac: update for swfdec-0.3 and liboil-0.2
20163 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20164 * ext/swfdec/gstswfdec.h: same
20165 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20166 * gst/videotestsrc/videotestsrc.c: same
20168 2004-10-14 Wim Taymans <wim@fluendo.com>
20170 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20171 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20172 (is_sync_frame), (gst_multifdsink_new_client),
20173 (gst_multifdsink_handle_client_write),
20174 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20175 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20176 Turn warnings into info.
20177 Don't allow a state change in the streaming thread.
20179 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20181 * ext/vorbis/oggvorbisenc.c:
20182 * ext/vorbis/vorbisdec.c:
20183 fix template sample rate
20185 2004-10-13 Wim Taymans <wim@fluendo.com>
20187 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20188 Decoding the header first fixes some problems in resyncing
20191 2004-10-12 Wim Taymans <wim@fluendo.com>
20193 * gst/playback/gstplaybin.c: (gen_video_element),
20194 (gen_vis_element), (remove_sinks), (setup_sinks):
20195 Added vis plugin support, need to configure the vis
20196 element to activate it.
20198 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20200 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20201 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20203 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20204 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20205 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20206 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20207 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20208 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20209 * gst/avi/gstavidemux.h:
20210 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20211 recovery (where, if part of the index is broken, we will still read
20212 the rest of the index and recover the broken part by stream
20213 scanning). More broken media support. EOS workarounds. General AVI
20214 braindamage headache recovery. Aspirin included.
20216 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20218 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20219 (cdparanoia_event), (cdparanoia_query):
20220 Get rid of hideous lead-in.
20222 2004-10-11 Wim Taymans <wim@fluendo.com>
20224 * gst/playback/gstplaybasebin.c: (setup_source):
20225 Wrong var used to get g_list_next.
20227 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20229 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20230 (cdparanoia_get), (cdparanoia_open):
20231 Report discid as metadata, add duration.
20233 2004-10-11 Wim Taymans <wim@fluendo.com>
20235 * gst/playback/gstplaybasebin.c: (setup_source):
20236 Cleanup the previous pipeline a little earlier for the
20237 case that a source element provides raw data.
20239 2004-10-11 Benjamin Otte <otte@gnome.org>
20241 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20242 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20243 consuming the last 128 bytes, even though it was valid mp3 data.
20245 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20247 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20248 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20249 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20250 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20252 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20254 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20255 Fix for webcams that support only specific width or height
20257 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20259 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20261 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20262 Fix wrong discont event setup (fixes #154967).
20264 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20266 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20268 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20269 Error out on invalid data (fixes #154807).
20271 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20273 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20275 * ext/dvdread/dvdreadsrc.c: (_read):
20276 Make titles > 0 work again (fixes #154834).
20278 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20280 * gst-libs/gst/riff/riff-media.c:
20281 (gst_riff_create_video_template_caps):
20282 WMV3 missing in template caps.
20284 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20286 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20287 OK, so the original code was too strict. It makes random AVI files
20288 hang for seconds upon opening, which is unacceptable and is far
20289 beyond the original goal of getting multiple chunks for one-chunk
20290 sounc stream files. So now do just that.
20292 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20294 * gst/playback/gstplaybasebin.c: (setup_source),
20295 (gst_play_base_bin_change_state):
20296 Actually clean up streaminfo if output fails. This would trigger
20297 if, for example, there was no CD in the drive. No preroll, so
20298 a streaminfo structure is created, but the subsequent state change
20299 of the thread fails.
20300 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20301 Don't change state if parent failed.
20303 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20305 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20306 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20307 (gen_video_element), (remove_sinks):
20308 Add small bits of code for screenshot handling.
20310 2004-10-08 Wim Taymans <wim@fluendo.com>
20312 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20313 (gen_video_element), (gen_audio_element), (setup_sinks):
20314 Don't assume the user provided sinks are named "sink"...
20316 2004-10-08 Wim Taymans <wim@fluendo.com>
20318 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20319 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20320 (gst_play_base_bin_link_stream):
20321 Do not try to autoplug sources that generate raw streams like
20323 disconnect the preroll overrun signal when we don't need it anymore.
20325 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20327 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20328 Added reworked patch from #154903 from milosz derezynski (deadchip).
20330 2004-10-08 Wim Taymans <wim@fluendo.com>
20332 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20333 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20334 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20335 (cdparanoia_convert), (cdparanoia_uri_get_type),
20336 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20337 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20338 * ext/cdparanoia/gstcdparanoia.h:
20339 This adds the cdda://<tracknum> uri.
20341 2004-10-08 Wim Taymans <wim@fluendo.com>
20343 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20344 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20345 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20346 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20347 (unknown_type), (gst_play_base_bin_remove_element),
20348 (gst_play_base_bin_link_stream):
20349 * gst/playback/gstplaybasebin.h:
20350 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20351 (gst_play_bin_set_property), (gen_video_element),
20352 (gen_audio_element), (setup_sinks):
20353 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20354 (gst_stream_info_get_type), (gst_stream_info_class_init),
20355 (gst_stream_info_init), (gst_stream_info_new),
20356 (gst_stream_info_dispose), (stream_info_mute_pad),
20357 (gst_stream_info_set_property), (gst_stream_info_get_property):
20358 * gst/playback/gststreaminfo.h:
20359 Reuse the audio and video bins.
20360 Some internal cleanups in the stream selection code.
20362 2004-10-08 Julien MOUTTE <julien@moutte.net>
20364 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20365 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20366 * sys/ximage/ximagesink.h:
20367 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20368 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20369 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20370 not coming from those elements. Moreover these elements should not keep
20371 the xid they have been given when in NULL state.
20373 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20375 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20376 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20377 * sys/ximage/ximagesink.h:
20378 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20379 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20380 * sys/xvimage/xvimagesink.h:
20381 Actually only create a new toplevel window if we're not gonna
20382 embed it right after.
20384 2004-10-07 Wim Taymans <wim@fluendo.com>
20386 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20387 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20388 * gst/playback/gstplaybin.c: (setup_sinks):
20389 Implement muting/unmuting of streams, mute streams that are not
20392 2004-10-07 Wim Taymans <wim@fluendo.com>
20394 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20396 Added lame audio/x-ac3 typefind function.
20398 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20403 === release 0.8.5 ===
20405 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20410 releasing 0.8.5, "Take You On"
20412 2004-10-06 Wim Taymans <wim@fluendo.com>
20414 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20415 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20416 (no_more_pads), (close_link), (type_found):
20417 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20418 * gst/playback/gstplaybin.c: (gen_video_element):
20419 Do not signal the no_more_pads after the first pad when
20420 we are plugging a non dynamic element with multiple
20421 output pads (like swfdec, dvdec, ...).
20423 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20426 bump for prerelease
20428 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20430 * gst/wavparse/gstwavparse.c:
20431 add ATRAC3 to STATIC CAPS to fix a warning
20433 * gst/matroska/ebml-read.c:
20434 * gst-libs/gst/riff/riff-read.c:
20437 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20439 * gst-libs/gst/riff/riff-media.c:
20440 generate caps for ATRAC3 audio streams
20442 * gst/realmedia/rmdemux.c:
20443 generate caps for ATRAC3 audio streams
20445 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20447 * gst/wavparse/Makefile.am
20448 * gst/wavparse/riff.h
20449 * gst/wavparse/wavparse.vcproj
20450 riff.h removal (unused and duplication with riff-ids.h)
20452 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20454 * gst/wavparse/gstwavparse.h
20455 remove duplicated defines for audio codec codes
20457 * gst-libs/gst/riff/riff-ids.h
20458 * gst/wavenc/riff.h:
20459 add "4CC" code for ATRAC3 audio streams
20460 add "4CC" code for ITU_G721_ADPCM (unused for now)
20462 2004-10-06 Wim Taymans <wim@fluendo.com>
20464 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20465 Actually _do_ negotiation. Pass gdouble as arg instead
20466 of guint64 for the framerate.
20468 2004-10-06 Wim Taymans <wim@fluendo.com>
20470 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20471 (find_compatibles), (close_pad_link), (try_to_link_1),
20472 (no_more_pads), (close_link), (type_found):
20473 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20474 * gst/playback/gstplaybin.c: (gen_video_element),
20475 (gen_audio_element):
20476 Set state on newly added element to READY so that negotiation
20478 Addes some more debug info.
20479 Do not try to plug pads with multiple caps structures or ANY
20480 because it is too dangerous since we do not do dynamic
20483 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20485 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20489 add Oriya translation
20491 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20493 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20494 Prevent overwrite of size member. Makes audio sound crappy.
20496 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20498 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20499 Add rmvb to the list of known RealMedia extensions
20501 2004-10-05 Wim Taymans <wim@fluendo.com>
20503 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20504 (mngdec_openstream), (mngdec_closestream),
20505 (mngdec_handle_sink_event), (mngdec_readdata),
20506 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20507 (mngdec_getcanvasline), (mngdec_refresh),
20508 (gst_mngdec_change_state):
20509 Set the framerate correctly.
20511 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20513 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20514 There was something wrong with the index massaging.
20516 2004-10-04 Wim Taymans <wim@fluendo.com>
20518 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20519 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20520 (gst_smokedec_chain):
20521 * ext/jpeg/gstsmokedec.h:
20522 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20523 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20524 * ext/jpeg/gstsmokeenc.h:
20525 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20526 (smokecodec_decode_new), (smokecodec_info_free),
20527 (smokecodec_set_quality), (smokecodec_get_quality),
20528 (smokecodec_set_threshold), (smokecodec_get_threshold),
20529 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20530 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20531 (smokecodec_encode), (smokecodec_parse_id),
20532 (smokecodec_parse_header), (smokecodec_decode):
20533 * ext/jpeg/smokecodec.h:
20534 * ext/jpeg/smokeformat.h:
20535 Updated smoke, new bitstream, allows embedding in ogg.
20537 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20539 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20540 Fix seeking in some files. All this code is no longer needed (and
20541 actually breaks stuff) because we now synchronize the full index
20542 right when reading the header.
20544 2004-10-04 Wim Taymans <wim@fluendo.com>
20547 configure update for libmng.
20549 2004-10-04 Wim Taymans <wim@fluendo.com>
20551 * ext/libmng/Makefile.am:
20552 * ext/libmng/gstmng.c: (plugin_init):
20553 * ext/libmng/gstmng.h:
20554 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20555 (gst_mngdec_base_init), (gst_mngdec_class_init),
20556 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20557 (gst_mngdec_loop), (gst_mngdec_get_property),
20558 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20559 (mngdec_closestream), (mngdec_handle_sink_event),
20560 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20561 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20562 (gst_mngdec_change_state):
20563 * ext/libmng/gstmngdec.h:
20564 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20565 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20566 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20567 (gst_mngenc_chain), (gst_mngenc_get_property),
20568 (gst_mngenc_set_property):
20569 * ext/libmng/gstmngenc.h:
20570 Added basic MNG decoder. Needs more work. The encoder does
20573 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20575 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20576 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20577 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20578 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20581 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20584 you need at least 1.0.4 of speex
20586 2004-10-04 Iain <iaingnome@gmail.com>
20588 * ext/speex/gstspeexdec.h: Revert the includes changes.
20590 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20592 2004-09-30 Iain <iaingnome@gmail.com>
20594 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20595 found during init or set as a property instead of hardcoding /dev/audio
20597 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20599 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20600 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20601 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20602 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20603 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20604 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20605 (gst_rmdemux_dump_data):
20606 Use debug category, fix EOS handling. filesrc ! rmdemux now
20609 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20611 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20612 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20613 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20614 Improve allocation, cutting and sorting of the index. How takes a
20615 few seconds instead of minutes.
20617 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20619 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20622 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20624 * gst-libs/gst/riff/riff-media.c:
20625 (gst_riff_create_video_caps_with_data),
20626 (gst_riff_create_video_template_caps):
20627 Add wing commander format mimetype/fourccs.
20628 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20629 Don't crash if some value is 0.
20631 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20633 * gst-libs/gst/riff/riff-media.c:
20634 (gst_riff_create_video_caps_with_data),
20635 (gst_riff_create_video_template_caps):
20636 Add DIB fourcc (raw, palettized 8-bit RGB).
20637 * gst-libs/gst/riff/riff-read.c:
20638 (gst_riff_read_strf_vids_with_data):
20639 Oops, fix strf_data reading bug.
20640 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20641 Use a non-NULL tag.
20642 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20643 Time for hacks. Sorry Dave. At least one quicktime movie (a
20644 trailer) that I've encountered contains multiple video tracks.
20645 One of those is the actual video track, the other are one-frame
20646 tracks (images). Unfortunately, the number of frames according
20647 to the trak header is 1 for each, so that doesn't help. So
20648 instead, I look at the duration and discard tracks with a
20649 duration shorter than 20% of the length of the stream. Better
20652 2004-10-01 Christian Schaller <christian@fluendo.com>
20654 * ext/ivorbis/vorbis.c:
20655 Patch from Phil Blundell (Bug 152341)
20657 2004-10-01 Wim Taymans <wim@fluendo.com>
20659 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20660 (speex_dec_get_formats), (speex_dec_convert),
20661 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20662 (speex_dec_chain), (gst_speexdec_get_property),
20663 (gst_speexdec_set_property):
20666 2004-10-01 Wim Taymans <wim@fluendo.com>
20668 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20669 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20670 (gst_wavparse_other), (gst_wavparse_loop),
20671 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20672 (gst_wavparse_srcpad_event):
20673 * gst/wavparse/gstwavparse.h:
20674 Added some more debugging info.
20675 Fix the case where the length of the file is 0.
20676 Make sure we seek to sample borders.
20678 2004-10-01 Wim Taymans <wim@fluendo.com>
20680 * gst/playback/README:
20681 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20682 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20683 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20684 Add some debug info to decodebin, update README
20686 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20688 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20689 Don't use g_print(); use GST_DEBUG().
20691 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20693 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20694 (gst_ogg_mux_queue_pads):
20695 Handle EOS properly.
20697 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20699 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20701 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20702 (gst_faad_chain), (gst_faad_change_state):
20703 * ext/faad/gstfaad.h:
20704 Allow playback of raw (unframed) MPEG AAC files (#148993).
20706 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20708 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20710 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20711 Throw error if we didn't recognize the stream. Fixes #152289.
20713 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20715 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20718 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20720 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20722 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20725 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20727 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20729 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20731 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20734 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20736 * gst-libs/gst/riff/riff-media.c:
20737 (gst_riff_create_video_caps_with_data),
20738 (gst_riff_create_audio_caps_with_data):
20739 Add codec_data handling (like asfdemux used to do).
20740 * gst/asfdemux/gstasf.c: (plugin_init):
20741 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20742 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20743 Use riff-media for caps creation instead of our own (mostly
20744 broken) copy of its functions.
20746 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20748 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20749 Don't actually error out if we get another return value than
20750 -EINVAL. Opposite to what I first thought, drivers have random
20751 return values for this, although -EINVAL is the expected return
20752 value. Since this is not fatal, we shouldn't use
20753 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20755 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20757 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20758 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20759 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20760 (dvdreadsrc_get), (dvdreadsrc_open_file),
20761 (dvdreadsrc_change_state):
20762 Fix. Don't do one big huge loop around the whole DVD, that will
20763 cache all data and thus eat sizeof(dvd) (several GB) before we
20765 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20766 Actually NULL'ify event after using it.
20767 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20768 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20769 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20770 (gst_ebml_read_seek), (gst_ebml_read_skip):
20772 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20773 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20774 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20775 Fix timing (this will probably break if I seek using menus, but
20776 I didn't get there yet). VOBs and normal DVDs should now work.
20777 Add a mpeg2-only pad with high rank so this get autoplugged for
20779 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20780 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20781 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20782 (gst_mpeg_demux_get_audio_stream),
20783 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20784 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20785 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20786 MPEG-1 but use dvddemux for MPEG-2.
20787 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20788 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20789 (gst_mpeg_parse_parse_packhead):
20790 Timing. Only add pad template if it exists. Add sink template from
20791 class and not from ourselves. This means we will always use the
20792 correct sink template even if it is not the one defined in this
20795 2004-09-29 Wim Taymans <wim@fluendo.com>
20797 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20798 (gst_mpeg_demux_parse_pes):
20799 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20800 Fix playback of mpeg again, timestamps where screwed up by
20803 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20805 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20806 Only return true if we actually filled something in. Prevents
20807 player applications from showing a random length for flac files.
20808 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20809 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20810 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20811 (gst_riff_read_strf_vids_with_data),
20812 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20813 OK, ok, so I implemented event handling. Apparently it's normal
20814 that we receive random events at random points without asking
20816 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20817 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20818 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20819 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20820 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20821 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20822 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20823 * gst/avi/gstavidemux.h:
20824 Implement non-lineair chunk handling and subchunk processing.
20825 The first solves playback of AVI files where the audio and video
20826 data of individual buffers that we read are not synchronized.
20827 This should not happen according to the wonderful AVI specs, but
20828 of course it does happen in reality. It is also a prerequisite for
20829 the second. Subchunk processing allows us to cut chunks in small
20830 pieces and process each of these pieces separately. This is
20831 required because I've seen several AVI files with incredibly large
20832 audio chunks, even some files with only one audio chunk for the
20833 whole file. This allows for proper playback including seeking.
20834 This patch is supposed to fix all AVI A/V sync issues.
20835 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20836 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20838 * gst/modplug/gstmodplug.cc:
20839 Proper return value setting for the query() function.
20840 * gst/playback/gstplaybasebin.c: (setup_source):
20841 Being in non-playing state (after, e.g., EOS) is not necessarily
20842 a bad thing. Allow for that. This fixes playback of short files.
20843 They don't actually playback fully now, because the clock already
20844 runs. This means that small files (<500kB) with a small length
20845 (<2sec) will still not or barely play. Other files, such as mod
20846 or flx, will work correctly, however.
20848 2004-09-28 Wim Taymans <wim@fluendo.com>
20850 * ext/speex/gstspeex.c: (plugin_init):
20851 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20852 (gst_speex_dec_class_init), (speex_dec_get_formats),
20853 (speex_get_event_masks), (speex_get_query_types),
20854 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20855 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20856 (gst_speexdec_get_property), (gst_speexdec_set_property),
20857 (speex_dec_change_state):
20858 * ext/speex/gstspeexdec.h:
20859 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20860 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20861 (gst_speexenc_base_init), (gst_speexenc_class_init),
20862 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20863 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20864 (gst_speexenc_src_query), (gst_speexenc_init),
20865 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20866 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20867 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20868 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20869 (gst_speexenc_chain), (gst_speexenc_get_property),
20870 (gst_speexenc_set_property), (gst_speexenc_change_state):
20871 * ext/speex/gstspeexenc.h:
20872 Rewrote speex encoder, make sure it can be embedded in ogg.
20873 Implemented speex decoder.
20875 2004-09-28 Christian Schaller <christian@fluendo.com>
20878 Remove kioslave plugin. Markey is brewing a new working one
20879 * ext/Makefile.am: Remove kioslave plugin
20881 * gst-plugins.spec.in: remove kio plugin from spec
20883 2004-09-27 Wim Taymans <wim@fluendo.com>
20885 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20886 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20887 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20888 (gst_multifdsink_new_client),
20889 (gst_multifdsink_handle_client_write),
20890 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20891 (gst_multifdsink_handle_clients):
20892 * gst/tcp/gstmultifdsink.h:
20893 Make syncing to keyframes actually work for new clients and lagging
20896 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20898 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20899 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20900 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20901 * gst/debug/gstnavigationtest.h:
20902 make navigationtest display button-press and button-release events
20904 2004-09-26 Iain <iaingnome@gmail.com>
20906 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20907 the channels have received a new media event.
20908 (interleave_buffered_loop): Compresses a new media event on all
20911 2004-09-26 Iain <iaingnome@gmail.com>
20913 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20914 call the sinkpad's default event handler and not the srcpads. He also
20915 says this is confusing :)
20916 (gst_wavenc_stop_file): Company says that seek events only go upstream
20917 we should send a discontinuous downstream instead.
20919 2004-09-25 Christian Schaller <christian@fluendo.com>
20921 * Update SPEC file to be usable in conjunction with Fedora Core,
20922 Fedora.us and freshrpms packages
20923 * Fix typo in multifilesrc test Makefile
20925 2004-09-24 Wim Taymans <wim@fluendo.com>
20927 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20928 Only signal the no_more_pads signal when we have
20929 added the stream to our list.
20931 2004-09-24 Wim Taymans <wim@fluendo.com>
20933 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20935 * gst/playback/gstplaybasebin.h:
20936 * gst/playback/gstplaybin.c: (setup_sinks):
20937 Don't try to preroll or decode more than one audio/video
20940 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20942 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20943 Throw error if we failed to find a suitable output. This should
20944 throw an error if we successfully set up a pipeline (e.g. because
20945 we recognized a media file) but found no decodable streams in it
20946 (e.g. because it contains only media stream types for which we
20947 have no decoders, or because it's not a media type).
20949 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20951 * ext/dirac/Makefile.am:
20952 * ext/dirac/gstdirac.cc:
20953 * ext/dirac/gstdiracdec.cc:
20954 * ext/dirac/gstdiracdec.h:
20955 Do something. Don't actually know if this works because I don't
20956 have a demuxer yet.
20957 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20958 Add channels=1 to caps returned from _getcaps().
20959 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20960 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20961 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20962 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20963 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20964 (gst_ogm_parse_change_state):
20965 Separate between audio/video so ogmaudioparse actually uses the
20966 audio pad templates. Both audio and video work now, including
20967 autoplugging. Also use sometimes-srcpad hack.
20968 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20969 Handle events better. Don't hang on infinite loops.
20970 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20971 (gst_avi_demux_init), (gst_avi_demux_reset),
20972 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20973 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20974 (gst_avi_demux_change_state):
20975 * gst/avi/gstavidemux.h:
20976 Improve A/V sync. Still not perfect.
20977 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20978 (gst_ebml_read_skip):
20979 Handle events better.
20980 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20981 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20982 (qtdemux_audio_caps):
20983 Add IMA4. Improve event handling. Save offset after a seek when
20984 the headers are at the end of the file so that we don't end up in
20986 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20987 Add low-priority typefind support for files with no length.
20989 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20991 * testsuite/multifilesink/Makefile.am:
20994 2004-09-22 Julien MOUTTE <julien@moutte.net>
20996 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20997 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20998 mistakes from thaytan's patches.
21000 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21002 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21003 For completeness, XSync in the destroy function as xvimage does.
21005 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21007 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21008 Correct caps negotiation
21009 * gst/volume/gstvolume.c: (volume_chain_float),
21010 (volume_chain_int16):
21011 Modify debug output to be little more informative
21012 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21014 (gst_xvimagesink_xvimage_destroy):
21015 Add XSync calls after detaching from the shared memory segment to
21018 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21020 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21021 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21022 * ext/vorbis/vorbis.c: (plugin_init):
21023 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21024 (gst_vorbisenc_chain):
21025 * ext/vorbis/vorbisenc.h:
21026 remove explicit newmedia support from oggmux and vorbisenc
21027 add debug category to vorbisenc
21028 * gst/multifilesink/gstmultifilesink.c:
21029 (gst_multifilesink_class_init), (gst_multifilesink_init),
21030 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21031 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21032 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21034 * gst/multifilesink/gstmultifilesink.h:
21035 add support for streamheader in multifilesink
21037 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21039 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21040 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21041 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21042 Prevent infinite loops. More correct error reporting.
21043 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21044 Error out if negotiation fails.
21045 * gst/playback/gstplaybasebin.c: (setup_source),
21046 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21047 (gst_play_base_bin_found_tag):
21048 Error/tag forwarding. Pre-roll fixes for source errors on state
21049 changes (e.g. "file does not exist") to prevent hangs.
21051 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21053 * testsuite/multifilesink/Makefile.am:
21054 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21055 (gst_newmedia_class_init), (gst_newmedia_init),
21056 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21057 (newfile_signal), (test_signal), (main):
21058 * testsuite/multifilesink/multifilesrc_test.c: (main):
21059 * testsuite/multifilesink/oggtheora_test.c:
21060 (gst_newmedia_base_init), (gst_newmedia_class_init),
21061 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21062 (test_format), (newfile_signal), (test_signal), (main):
21063 * testsuite/multifilesink/oggvorbis_test.c:
21064 (gst_newmedia_base_init), (gst_newmedia_class_init),
21065 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21066 (test_format), (newfile_signal), (test_signal), (main):
21067 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21068 (gst_newmedia_class_init), (gst_newmedia_init),
21069 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21070 (newfile_signal), (test_signal), (main):
21073 2004-09-20 Christian Schaller <christian@fluendo.com>
21075 * Fix mikmod license to LGPL as they have relicensed
21076 * Move Dirac and Effectv into LGPL section of README_license
21078 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21080 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21081 (gst_mad_change_state):
21082 Allow for mp3 rate/channels changes. However, only very
21083 conservatively. Reason that we *have* to enable this is smiply
21084 because the mad find_sync() function is not good enough, it will
21085 regularly sync on random data as valid frames and therefore make
21086 us provide random caps as *final* caps of the stream. The best fix
21087 I could think of is to simply require several of the same stream
21088 changes in a row before we change caps.
21089 The actual testcase that works now is #
21090 * ext/ogg/Makefile.am:
21091 * ext/ogg/gstogg.c: (plugin_init):
21092 * ext/ogg/gstogmparse.c:
21093 OGM support (video only for now; I need an audio sample file).
21094 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21095 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21096 (gst_asf_demux_add_video_stream):
21098 * gst/playback/gstplaybasebin.c: (unknown_type):
21099 Don't error out on single unknown-types after all. It's wrong.
21100 If we found type of video and audio but not of a subtitle stream,
21101 it will still error out (which is unwanted). Will find a better fix
21103 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21104 (ogmaudio_type_find), (plugin_init):
21107 2004-09-20 Johan Dahlin <johan@gnome.org>
21109 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21110 after setting caps.
21112 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21114 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21115 * gst/wavenc/gstwavenc.h:
21116 Added newmedia support to wavenc
21118 2004-09-17 Wim Taymans <wim@fluendo.com>
21120 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21121 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21122 (gst_fdset_fd_can_write), (gst_fdset_wait):
21123 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21124 (gst_multifdsink_init), (gst_multifdsink_add),
21125 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21126 (gst_multifdsink_remove_client_link),
21127 (gst_multifdsink_client_queue_buffer),
21128 (gst_multifdsink_handle_client_write),
21129 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21130 (gst_multifdsink_close), (gst_multifdsink_change_state):
21131 * gst/tcp/gstmultifdsink.h:
21132 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21133 (gst_tcpserversink_removed):
21134 Small cleanups in fdset.c
21135 Use a hastable to map fd to the client structure for faster
21136 lookup in _remove and get_stats.
21137 Added virtual function to close the fds.
21138 Handle clients even when the select/poll call was unblocked because
21140 Implement syncing to keyframe in the recovery procedure.
21142 2004-09-16 Iain <iaingnome@gmail.com>
21144 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21147 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21149 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21150 Caps are only set if the type of the stream is unknown, but this
21151 is initialized in ->init_stream(), so set to UNKNOWN after calling
21152 ->init_stream() so that capsnego starts.
21154 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21156 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21157 (gst_avi_demux_stream_data):
21158 Just hardcode for raw audio then. AVI audio sucks.
21160 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21162 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21163 * gst/matroska/matroska-mux.c: (audiosink_templ),
21164 (gst_matroska_mux_audio_pad_link):
21165 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21166 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21168 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21170 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21171 (gst_avi_demux_stream_data):
21172 Try to fix a/v sync issues.
21174 2004-09-15 David Schleef <ds@schleef.org>
21176 * configure.ac: remove NASM check, since we don't use it. Update
21178 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21179 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21180 Initialized variables.
21181 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21182 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21183 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21186 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21188 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21189 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21190 * gst/avi/gstavidemux.h:
21191 Fix for compressed audio (mp3) timestamp generation. How did this
21194 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21196 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21197 Volume is a double not a float.
21199 2004-09-15 Wim Taymans <wim@fluendo.com>
21201 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21202 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21203 Don't close the fd in multifdsink as we didn't open it in the
21204 first place. Some cleanups.
21206 2004-09-15 Wim Taymans <wim@fluendo.com>
21208 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21209 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21210 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21211 Fix the case where the muxer would mark pages as delta
21212 frames when they are not (vorbis only ogg).
21214 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21216 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21217 (gst_play_base_bin_change_state):
21218 Handle the case where we failed to setup a clear pipeline. This
21219 will throw an error (or EOS, another nice case) and if you don't
21220 catch that, the app will wait for the signal forever (and thus
21223 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21225 * ext/gnomevfs/gstgnomevfssink.c:
21226 (gst_gnomevfssink_uri_get_protocols):
21227 * ext/gnomevfs/gstgnomevfssrc.c:
21228 (gst_gnomevfssrc_uri_get_protocols):
21229 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21230 * ext/gnomevfs/gstgnomevfsuri.h:
21231 Use _uri_new() instead of _open(), so it doesn't take as long and
21232 Christophe's computer won't hang.
21233 * gst/playback/gstplaybasebin.c: (unknown_type):
21234 Throw error on unknown media type, so apps actually display it.
21236 2004-09-14 Brian Cameron <brian.cameron@sun.com
21238 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21239 this script to work on Solaris since bash shell handles echo
21240 differenly than bash.
21242 2004-09-17 Wim Taymans <wim@fluendo.com>
21244 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21245 (setup_source), (gst_play_base_bin_set_property),
21246 (gst_play_base_bin_add_element):
21247 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21248 Some more work on making sure seeking pauses the pipeline and
21249 that changing the uri actually does something.
21251 2004-09-17 Wim Taymans <wim@fluendo.com>
21253 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21254 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21255 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21256 (gst_tcpserversink_close):
21257 Be a bit more paranoid when freeing memory.
21259 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21261 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21262 (qtdemux_parse_trak):
21263 Don't crash by dividing by zero (see sample movie in #126922).
21265 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21267 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21268 Don't touch non-existing data (fixes crash on file in #140147).
21270 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21272 * gst/playback/gstplaybasebin.c:
21273 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21274 Handle double disposals, and proper change of URIs.
21276 2004-09-13 Martin Eikermann <meiker@upb.de>
21278 * gst/mpegstream/gstmpegparse.c:
21279 fix synchronistation for streams recorded from digital PCR
21282 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21284 * ext/gnomevfs/Makefile.am:
21285 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21286 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21287 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21288 (gst_gnomevfssink_uri_get_type),
21289 (gst_gnomevfssink_uri_get_protocols),
21290 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21291 (gst_gnomevfssink_uri_handler_init),
21292 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21293 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21294 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21295 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21296 (gst_gnomevfssrc_uri_get_type),
21297 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21298 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21299 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21300 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21301 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21302 * ext/gnomevfs/gstgnomevfsuri.h:
21303 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21304 of fake URIs to see which this version of Gnome-VFS likes, and
21305 uses that for the Gst-URI interface. Makes playbin support http://
21306 streams. Also fix up some stupid behaviour in gnomevfssrc.
21308 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21310 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21311 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21312 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21313 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21314 Update mixer (to sync with other sessions) if we try to obtain
21315 a new value. This makes alsamixer work accross applications.
21316 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21317 Only call sync functions if we're running, else alsalib asserts.
21318 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21319 Sometimes fails to compile. Possibly a gcc bug.
21320 * gst/playback/gstplaybin.c: (gen_video_element),
21321 (gen_audio_element):
21322 Add a reference to an application-provided object, because we lose
21323 this same reference if we add it to the bin. If we don't do this,
21324 we can only use this object once and thus crash if we go from
21325 ready to playing, back to ready and back to playing again.
21326 Also add an audioscale element because several cheap soundcards -
21327 like mine - don't support all samplerates.
21328 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21329 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21330 Fix wrong order or PAR calls. Makes automatically obtained PAR
21331 from the X server atually being used.
21333 2004-09-12 David Schleef <ds@schleef.org>
21335 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21336 #151887, #152102, #152247.
21337 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21338 * examples/seeking/cdparanoia.c: same
21339 * examples/seeking/cdplayer.c: same
21340 * examples/seeking/seek.c: same
21341 * examples/seeking/spider_seek.c: same
21342 * examples/seeking/vorbisfile.c: same
21343 * examples/stats/mp2ogg.c: same
21344 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21345 (gst_esdsink_dispose): Dispose of element properly.
21346 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21348 * ext/nas/nassink.c: (gst_nassink_class_init),
21349 (gst_nassink_dispose): Dispose of element correctly.
21350 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21351 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21352 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21353 Fix 64-bit warning.
21354 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21355 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21356 Fix 64-bit warning.
21358 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21360 * configure.ac : change speex detection as 1.1.6 now uses
21361 .pc/pkg-config and they changed their headers location.
21363 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21365 * gst/matroska/matroska-mux.h:
21366 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21367 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21368 (gst_matroska_mux_write_data):
21369 Write multiple blocks/frames per cluster.
21370 Write meta-seek information (seek heads).
21372 2004-09-09 Scott Wheeler <wheeler@kde.org>
21374 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21375 (gst_play_bin_set_property), (gst_play_bin_get_property),
21376 (gen_audio_element), (gen_audio_element):
21377 Add a volume element / property to the pipeline.
21379 2004-09-07 Wim Taymans <wim@fluendo.com>
21381 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21382 Copy timestamps from the master pad to the output buffers.
21384 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21386 * ext/raw1394/gstdv1394src.c:
21387 throw errors when applicable
21389 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21391 * gst/matroska/ebml-ids.h:
21392 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21393 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21394 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21395 automatically convert unix time <-> ebml time when reading/writing
21396 a date, use gst_ebml_write_uint to write CUETIME,
21397 not gst_ebml_write_date.
21398 * gst/matroska/matroska-ids.h:
21399 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21400 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21401 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21402 (gst_matroska_mux_write_data):
21403 Write track and segment UIDs, write muxing date, write
21404 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21405 Create cues for audio only files.
21407 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21409 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21410 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21411 Re-commit ALSA switches.
21412 * gst/adder/gstadder.c: (gst_adder_loop):
21413 64-bit fix (#151416).
21414 * gst/debug/progressreport.c: (gst_progressreport_report):
21415 64-bit fix (#151419).
21416 * gst/matroska/matroska-demux.c:
21417 (gst_matroska_demux_parse_contents):
21418 64-bit fix (#151420).
21419 * gst/playback/test3.c: (update_scale):
21420 64-bit fix (#151421).
21422 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21427 === release 0.8.4 ===
21429 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21431 * configure.ac: releasing 0.8.4, "Alias"
21433 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21435 * ext/theora/Makefile.am:
21436 fix makefile. Fixes #151462.
21438 2004-08-30 Wim Taymans <wim@fluendo.com>
21440 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21441 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21442 (gst_multifdsink_remove_client_link),
21443 (gst_multifdsink_client_queue_buffer),
21444 (gst_multifdsink_handle_client_write):
21445 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21446 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21447 Fix some memory leaks.
21449 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21451 Patch by: David Schleef
21455 rename our detection macro for V4L2. Fixes #151236.
21457 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21459 Patch by: David Schleef
21462 check to define LAMEPRESET. Fixes #151232.
21464 2004-08-27 David Schleef <ds@schleef.org>
21466 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21467 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21468 (gst_glimagesink_fixate): Move local variable declarations to
21469 make gcc-2.95 happy.
21471 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21474 bump nano for prerelease
21476 2004-08-27 David Schleef <ds@schleef.org>
21478 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21479 * sys/sunaudio/gstsunaudiosrc.c:
21480 * sys/sunaudio/gstsunaudiosrc.h:
21482 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21484 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21485 handle EOS correctly
21486 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21487 * gst/matroska/matroska-mux.h:
21488 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21489 VFW compatibility mode
21491 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21493 patch by: Zaheer Abbas Merali
21495 * ext/ogg/gstoggmux.c:
21496 * ext/vorbis/vorbisenc.c:
21497 * ext/vorbis/vorbisenc.h:
21500 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21502 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21503 fix byte order reversion on little endian machines.
21504 * gst/matroska/matroska-mux.c: (audiosink_templ),
21505 (gst_matroska_mux_audio_pad_link):
21506 add TTA codec to the list of supported codecs.
21507 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21508 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21509 (gst_matroska_mux_write_data):
21510 * gst/matroska/matroska-mux.h:
21511 write segment duration correctly, write muxing app string, fixes bugs
21512 #140897 and #140898.
21513 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21514 wait for all pads to be negotiated before starting to mux.
21516 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21518 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21519 * ext/lame/gstlame.h:
21520 Added new media support to lame
21522 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21524 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21525 send vorbis headers at the beginning of a stream, fixes bug #141554.
21526 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21528 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21529 (gst_matroska_demux_plugin_init):
21530 * gst/matroska/matroska-ids.h:
21531 enable demuxing of TTA audio streams, fixes bug #148951.
21532 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21533 enable typefinding for TTA audio files, fixes bug #148711.
21534 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21535 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21536 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21538 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21540 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21541 (gst_riff_read_element_data), (gst_riff_read_seek),
21542 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21543 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21546 2004-08-23 Iain <iaingnome@gmail.com>
21548 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21549 tags. They appear to be handled differently to normal.
21550 (tag_list_to_id3_tag_foreach): Ditto.
21552 2004-08-22 Wim Taymans <wim@fluendo.com>
21554 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21555 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21556 Make sure we never send -1 granulepos.
21558 2004-08-20 Wim Taymans <wim@fluendo.com>
21560 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21561 (gst_ogg_mux_loop):
21562 I will accept bitchslappings with non sharp objects.
21564 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21567 Clean up the test for lame presets
21569 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21572 * ext/lame/Makefile.am:
21573 * ext/lame/gstlame.c: (gst_lame_class_init),
21574 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21575 Only enable lame presets if version of lame has presets in API
21577 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21578 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21579 * gst/udp/gstudpsrc.h:
21580 Don't call gst_pad_push in a get function. Fixes #150449
21582 2004-08-18 Wim Taymans <wim@fluendo.com>
21584 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21585 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21586 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21587 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21588 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21590 * gst/tcp/gstfdset.h:
21591 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21592 (gst_multifdsink_client_queue_buffer),
21593 (gst_multifdsink_handle_client_write):
21594 * gst/tcp/gstmultifdsink.h:
21595 Some extra checks in gstfdset.
21596 Only use send() when the fd is a socket. Don't try to
21597 read from write only fds.
21599 2004-08-18 Wim Taymans <wim@fluendo.com>
21601 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21602 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21603 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21604 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21606 Add more locking and bounds checking.
21608 2004-08-18 Wim Taymans <wim@fluendo.com>
21610 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21611 Realloc test fdset in the lock and right before starting
21612 the poll call. Bump the limit to 4096.
21614 2004-08-17 David Schleef <ds@schleef.org>
21616 * sys/sunaudio/Makefile.am:
21617 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21618 of rates and channels. Make debugging less obnoxious.
21620 Patch from Balamurali Viswanathan implementing a mixer for
21621 Sun audio. (bug #144091):
21622 * sys/sunaudio/gstsunelement.c:
21623 * sys/sunaudio/gstsunelement.h:
21624 * sys/sunaudio/gstsunmixer.c:
21625 * sys/sunaudio/gstsunmixer.h:
21627 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21629 * gst/audioscale/gstaudioscale.c:
21630 * gst/audioscale/gstaudioscale.h:
21631 made audioscale resample from any sample rate to any sample rate
21633 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21635 * ext/libpng/gstpngdec.c:
21636 error out on unsupported types
21638 2004-08-17 Iain <iaingnome@gmail.com>
21640 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21641 mid_side and loose_mid_side properties if its a stereo stream.
21643 2004-08-17 Wim Taymans <wim@fluendo.com>
21645 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21646 (theora_get_formats), (theora_dec_src_convert),
21647 (theora_dec_sink_convert), (theora_dec_src_query),
21648 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21651 2004-08-17 Wim Taymans <wim@fluendo.com>
21653 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21654 (gst_ogg_pad_push):
21655 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21656 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21657 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21658 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21659 Mark delta units in the muxer.
21660 Try to decode the packet after an out-of-sync error from
21663 2004-08-17 Wim Taymans <wim@fluendo.com>
21665 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21666 (gst_multifdsink_init), (gst_multifdsink_add),
21667 (gst_multifdsink_client_queue_buffer),
21668 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21669 * gst/tcp/gstmultifdsink.h:
21670 Added option to send a keyframe to clients as the first buffer.
21671 Make timeout property writable.
21673 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21675 patch by: Wim Taymans
21677 * gst/tcp/gstfdset.c:
21678 * gst/tcp/gstmultifdsink.c:
21679 fix index comparison, should include 0
21681 2004-08-16 Wim Taymans <wim@fluendo.com>
21683 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21684 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21685 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21686 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21688 copy when reallocing for poll so the select arguments don't get
21689 changed during the call
21691 2004-08-16 Wim Taymans <wim@fluendo.com>
21693 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21694 (gst_theora_enc_class_init), (theora_enc_sink_link),
21695 (theora_buffer_from_packet), (theora_enc_chain):
21696 Fix bug where buffers were not marked as keyframes
21699 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21701 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21702 (gst_lame_preset_get_type), (gst_lame_class_init):
21703 describe the enum values for vbr mode and presets more verbosely
21705 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21707 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21708 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21709 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21710 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21711 * ext/lame/gstlame.h:
21712 add preset property to lame so it can use lame presets
21714 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21716 * ext/lame/gstlame.c: (gst_lame_get_property):
21717 whoops forgot break, thanks teuf
21719 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21721 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21722 (gst_lame_class_init), (gst_lame_src_getcaps),
21723 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21724 (gst_lame_get_property), (gst_lame_setup):
21725 * ext/lame/gstlame.h:
21726 fix lame's broken vbr stuff, allow it to resample if need be, and also
21727 make xing header optional
21729 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21731 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21732 added getcaps function so samplerate doesnt get fixated to silly values
21734 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21736 * ext/lame/gstlame.c: (gst_lame_src_link):
21737 revert previous fix
21739 2004-08-12 Johan Dahlin <johan@gnome.org>
21741 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21742 checks. Doesn't matter what state we are in. Interfaces are a
21743 compile time thing, not runtime. It also broke the python bindings.
21745 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21747 * ext/lame/gstlame.c: (gst_lame_src_link):
21748 made source pad link function check if sinkpad is ok..fixes the problem
21749 where core fixates the output rate of lame stupidly
21751 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21753 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21754 * sys/v4l/v4l_calls.c:
21755 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21756 fix fixate function to handle nonsimple caps.
21757 remove bogus check in _link
21760 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21762 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21763 set default compression ratio parameter to 0.0 so bitrate parameter
21766 2004-08-11 David Schleef <ds@schleef.org>
21768 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21770 2004-08-11 David Schleef <ds@schleef.org>
21772 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21775 2004-08-11 David Schleef <ds@schleef.org>
21777 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21779 2004-08-11 David Schleef <ds@schleef.org>
21781 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21783 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21784 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21786 * gst/auparse/gstauparse.c: Fix plugin license field.
21787 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21788 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21789 * gst/rtp/gstrtp.c: Fix plugin license field.
21791 2004-08-11 Wim Taymans <wim@fluendo.com>
21793 * gst/tcp/Makefile.am:
21794 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21795 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21796 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21797 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21798 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21799 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21800 (gst_fdset_fd_can_write), (gst_fdset_wait):
21801 * gst/tcp/gstfdset.h:
21802 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21803 (gst_multifdsink_class_init), (gst_multifdsink_init),
21804 (gst_multifdsink_add), (gst_multifdsink_remove),
21805 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21806 (gst_multifdsink_remove_client_link),
21807 (gst_multifdsink_handle_client_read),
21808 (gst_multifdsink_client_queue_data),
21809 (gst_multifdsink_client_queue_caps),
21810 (gst_multifdsink_client_queue_buffer),
21811 (gst_multifdsink_handle_client_write),
21812 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21813 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21814 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21815 (gst_multifdsink_close):
21816 * gst/tcp/gstmultifdsink.h:
21817 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21818 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21819 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21820 (gst_tcpserversink_close):
21821 * gst/tcp/gsttcpserversink.h:
21822 Abstracted away the select call, implemented poll (yes we ran into
21823 the 1024 limit in production).
21825 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21827 * gst/tcp/gsttcp.c:
21828 * gst/tcp/gsttcpplugin.c:
21829 improve debuggging, remove assert
21831 2004-08-10 Wim Taymans <wim@fluendo.com>
21833 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21834 (gst_client_status_get_type), (gst_multifdsink_class_init),
21835 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21836 (gst_multifdsink_handle_client_read),
21837 (gst_multifdsink_handle_client_write),
21838 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21839 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21840 (gst_multifdsink_get_property):
21841 * gst/tcp/gstmultifdsink.h:
21842 * gst/tcp/gsttcp-marshal.list:
21843 Starting to prepare for specifying buffer time in other units
21844 than buffers. Expose remove reason in signal.
21846 2004-08-10 Wim Taymans <wim@fluendo.com>
21848 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21849 (gst_multifdsink_remove), (gst_multifdsink_clear),
21850 (gst_multifdsink_remove_client_link),
21851 (gst_multifdsink_handle_client_read),
21852 (gst_multifdsink_client_queue_data),
21853 (gst_multifdsink_client_queue_buffer),
21854 (gst_multifdsink_handle_client_write),
21855 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21856 (gst_multifdsink_chain), (gst_multifdsink_close):
21857 * gst/tcp/gstmultifdsink.h:
21858 Added more debugging info. Changed the way clients are
21859 removed from the lists. Fixed a bug where a bad file descriptor
21860 could cause many clients to be removed.
21862 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21864 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21865 allow all pixel-aspect-ratios, not just 1:1
21867 2004-08-09 David Schleef <ds@schleef.org>
21869 * sys/glsink/ARB_multitexture.h: Remove old files.
21870 * sys/glsink/EXT_paletted_texture.h:
21871 * sys/glsink/NV_register_combiners.h:
21872 * sys/glsink/gstgl_nvimage.c:
21873 * sys/glsink/gstgl_pdrimage.c:
21874 * sys/glsink/gstgl_rgbimage.c:
21875 * sys/glsink/gstglsink.c:
21876 * sys/glsink/gstglsink.h:
21877 * sys/glsink/gstglxwindow.c:
21878 * sys/glsink/regcomb_yuvrgb.c:
21880 2004-08-09 David Schleef <ds@schleef.org>
21882 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21883 GL sink plugin. (Bug #147302)
21885 * configure.ac: Test for OpenGL
21886 * sys/Makefile.am: Use test for OpenGL
21887 * sys/glsink/Makefile.am:
21888 * sys/glsink/glimagesink.c: rewrite
21889 * sys/glsink/glimagesink.h: rewrite
21891 2004-08-09 David Schleef <ds@schleef.org>
21893 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21895 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21896 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21897 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21899 2004-08-09 Wim Taymans <wim@fluendo.com>
21901 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21902 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21903 (gst_multifdsink_client_remove),
21904 (gst_multifdsink_handle_client_read),
21905 (gst_multifdsink_handle_client_write),
21906 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21907 Do a bit more logging, make the client_read code more robust.
21909 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21911 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21912 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21913 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21914 (gst_jpegdec_init), (gst_jpegdec_chain):
21915 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21916 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21917 cleanups, debugging fixes and memleak plugging
21919 2004-08-09 Wim Taymans <wim@fluendo.com>
21921 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21922 (theora_get_formats), (theora_dec_src_convert),
21923 (theora_dec_sink_convert), (theora_dec_src_query),
21924 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21925 (theora_dec_change_state):
21926 Don't crash on missing header packets.
21928 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21932 Added Albanian translation (Laurent Dhima)
21936 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21938 * ext/lame/gstlame.c:
21941 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21943 * sys/ximage/ximagesink.c:
21944 * sys/xvimage/xvimagesink.c:
21945 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21947 2004-08-06 Wim Taymans <wim@fluendo.com>
21949 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21950 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21951 (gst_multifdsink_client_remove),
21952 (gst_multifdsink_handle_client_read),
21953 (gst_multifdsink_handle_client_write),
21954 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21955 Make sure we don't try to read more from a client that what
21956 ioctl says us or we deadlock.
21958 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21960 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21961 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21962 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21963 decouple running_time and n_frames so it can handle changing
21964 framerate while running
21966 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21970 updated translations
21972 2004-08-04 Benjamin Otte <otte@gnome.org>
21974 * gst/videotestsrc/gstvideotestsrc.c:
21975 (gst_videotestsrc_get_capslist), (generate_capslist),
21977 generate the list of supported caps at startup and reuse it instead
21978 of always generating it
21980 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21982 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21983 whoops, last checkin broke normal build
21985 2004-08-03 Benjamin Otte <otte@gnome.org>
21987 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21988 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21989 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21990 (gst_alsa_mixer_get_option):
21991 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21992 (dvdnavsrc_print_event):
21993 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21994 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21995 (gst_ogg_mux_pad_unlink):
21996 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21997 (gst_multipart_mux_pad_unlink):
21998 * gst/videofilter/gstvideobalance.c:
21999 (gst_videobalance_colorbalance_set_value):
22000 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22001 (gst_videomixer_pad_unlink):
22003 * sys/oss/gstossmixer.c:
22004 * sys/v4l/gstv4lcolorbalance.c:
22005 * sys/v4l/gstv4ltuner.c:
22006 * sys/v4l/v4lsrc_calls.c:
22007 * sys/v4l2/gstv4l2colorbalance.c:
22008 * sys/v4l2/gstv4l2tuner.c:
22009 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22011 2004-08-03 Benjamin Otte <otte@gnome.org>
22013 * examples/dynparams/filter.c: (ui_control_create):
22014 * examples/gstplay/player.c: (print_tag):
22015 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22016 * ext/gdk_pixbuf/gstgdkanimation.c:
22017 (gst_gdk_animation_iter_may_advance):
22018 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22019 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22020 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22021 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22022 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22023 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22024 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22025 * gst/sine/demo-dparams.c: (main):
22026 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22027 * testsuite/alsa/formats.c: (create_pipeline):
22028 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22029 fixes for G_DISABLE_ASSERT and friends
22030 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22031 (mp3_type_frame_length_from_header), (mp3_type_find),
22033 require mp3 typefinding to have at least MIN_HEADERS valid headers
22034 add typefinding for AAC adts files
22036 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22038 * sys/ximage/ximagesink.c:
22039 (gst_ximagesink_calculate_pixel_aspect_ratio):
22040 * sys/xvimage/xvimagesink.c:
22041 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22042 Make sure we calculate pixel-aspect-ratio using floating point maths
22044 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22047 updated translation
22049 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22051 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22052 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22053 add debugging for display PAR calculation
22055 2004-08-02 David Schleef <ds@schleef.org>
22057 * configure.ac: Fix mikmod CFLAGS.
22059 2004-07-27 Benjamin Otte <otte@gnome.org>
22061 * gst/audioscale/gstaudioscale.c:
22062 - fix templates to only support S16, it's the only format that works
22063 - make caps nego code use try_set_caps_nonfixed and fixation instead
22064 of try_set_caps twice, which is not nice for autopluggers
22065 - change rank to secondary, so autopluggers can pick it up after
22068 2004-08-02 Iain <iain@prettypeople.org>
22070 * gst/interleave/interleave.c (interleave_init),
22071 (interleave_request_new_pad),
22072 (interleave_pad_removed),
22073 (interleave_buffered_loop): Use the real pad count, not the artificial
22076 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22078 * configure.ac: bump nano back to development
22080 === release 0.8.3 ===
22082 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22084 * configure.ac: releasing 0.8.3, "Water"
22086 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22088 * sys/xvimage/xvimagesink.c:
22089 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22090 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22091 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22092 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22093 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22094 * sys/xvimage/xvimagesink.h:
22095 apply similar PAR fixes as to ximagesink
22097 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22099 patch from: Benjamin Otte
22101 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22102 add link function to lame. Fixes #148986.
22104 2004-08-02 Johan Dahlin <johan@gnome.org>
22106 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22109 2004-07-30 David Schleef <ds@schleef.org>
22111 * gst/videomixer/Makefile.am: Fix things that should have been
22112 fixed in the last checkin.
22114 2004-07-30 David Schleef <ds@schleef.org>
22116 * gst/multipart/Makefile.am: Fix things that should have been
22117 fixed in the last checkin.
22119 2004-07-30 David Schleef <ds@schleef.org>
22121 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22123 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22126 bump nano for prerelease
22138 2004-07-30 Wim Taymans <wim@fluendo.com>
22140 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22141 (gst_multifdsink_add), (gst_multifdsink_remove),
22142 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22143 (gst_multifdsink_client_remove),
22144 (gst_multifdsink_handle_client_write),
22145 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22146 * gst/tcp/gstmultifdsink.h:
22147 Recover from a select with a bad file descriptor by removing
22150 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22153 fix requirement of core
22154 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22155 (gst_play_pipeline_setup):
22156 don't use colorspace element. do use hermescolorspace element.
22157 make macro to get a colorspace element.
22158 mark strings for translation.
22170 update translations
22172 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22174 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22175 fix default for newmedia flag
22177 2004-07-30 Wim Taymans <wim@fluendo.com>
22179 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22180 (gst_theora_dec_init), (theora_get_formats),
22181 (theora_dec_src_convert), (theora_dec_sink_convert),
22182 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22183 (theora_dec_chain), (theora_dec_set_property),
22184 (theora_dec_get_property):
22185 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22186 (gst_theora_enc_class_init), (gst_theora_enc_init),
22187 (theora_enc_sink_link), (theora_enc_chain),
22188 (theora_enc_set_property), (theora_enc_get_property):
22189 Added cropping option to theora decoder.
22190 Added border option to theora encoder.
22192 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22194 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22195 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22196 (gst_pngenc_set_property):
22197 * ext/libpng/gstpngenc.h:
22198 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
22200 2004-07-30 Wim Taymans <wim@fluendo.com>
22202 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22203 (theora_enc_sink_link), (theora_enc_chain),
22204 (theora_enc_set_property), (theora_enc_get_property):
22205 Fix encoding of non-multiple-of-16 video.
22207 2004-07-29 David Schleef <ds@schleef.org>
22209 * configure.ac: make test for audiofile more strict
22211 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22213 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22214 give different names to typefind functions
22216 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22218 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22219 (gst_ximagesink_calculate_pixel_aspect_ratio),
22220 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22221 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22222 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22223 (gst_ximagesink_get_property), (gst_ximagesink_init):
22224 * sys/ximage/ximagesink.h:
22225 allocate PAR's dynamically.
22226 use autodetected PAR if no object-set PAR is given.
22227 add workaround for directfb's X not setting physical size.
22228 fix to xvimagesink will follow tomorrow.
22230 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22232 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22233 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22234 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22235 (gst_shout2send_class_init), (gst_shout2send_init),
22236 (set_shout_metadata), (gst_shout2send_set_metadata),
22237 (gst_shout2send_chain), (gst_shout2send_set_property),
22238 (gst_shout2send_get_property), (gst_shout2send_connect),
22239 (gst_shout2send_change_state):
22240 * ext/shout2/gstshout2.h:
22241 - fix for sending mp3 audio to icecast2 server, if pad link function not
22242 called before PAUSED state
22243 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22244 - added tagging support for mp3 audio broadcasted
22245 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22248 2004-07-28 Wim Taymans <wim@fluendo.com>
22250 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22251 (gst_ogg_demux_push):
22252 Return query failure when we don't know the length of
22253 an ogg stream insteda of returning TRUE with a bogus value.
22255 2004-07-28 Wim Taymans <wim@fluendo.com>
22257 * ext/theora/theoradec.c: (theora_get_formats),
22258 (theora_dec_src_convert), (theora_dec_sink_convert),
22259 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22260 (theora_dec_chain):
22261 Don't screw up the 1 Chroma for 1 luma sample situation when we
22262 have an odd offset/width by adding a black border in those cases.
22264 2004-07-28 Wim Taymans <wim@fluendo.com>
22266 * ext/theora/theoradec.c: (theora_get_formats),
22267 (theora_dec_src_convert), (theora_dec_sink_convert),
22268 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22269 (theora_dec_chain):
22270 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22271 Added first attempt at cropping of the image as required by the
22272 theora spec. We need more properties in the caps (offset_x,
22273 offset_y,stride) to implement this correctly.
22275 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22277 * ext/dvdnav/README:
22278 Update the README to use dvddemux
22279 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22280 Ensure getcaps returns a subset of the template caps
22281 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22282 (gst_mpeg2subt_init):
22283 Ensure getcaps returns a subset of the template caps
22284 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22285 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22286 (gst_dvd_demux_get_subpicture_stream),
22287 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22288 * gst/mpegstream/gstdvddemux.h:
22289 Set the explicit caps on the current_video pad before pushing
22291 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22292 (gst_mpeg_demux_get_audio_stream):
22293 Free caps used to gst_pad_set_explicit_caps, which takes a const
22296 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22298 * configure.ac: update GStreamer requirement to 0.8.4 because of
22301 2004-07-28 Wim Taymans <wim@fluendo.com>
22303 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22304 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22305 Add the pad to the element after setting up the caps. This
22306 makes it a lot easier to autoplug.
22308 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22310 * gst/median/gstmedian.c:
22311 * gst/mpeg2subt/gstmpeg2subt.c:
22312 * gst/mpegaudioparse/gstmpegaudioparse.c:
22313 * gst/mpegstream/gstdvddemux.c:
22314 * gst/mpegstream/gstmpegdemux.c:
22315 * gst/mpegstream/gstmpegpacketize.c:
22316 * gst/rtjpeg/gstrtjpeg.c:
22317 * gst/rtjpeg/gstrtjpegdec.c:
22318 * gst/rtjpeg/gstrtjpegenc.c:
22319 * gst/sine/gstsinesrc.c:
22320 * gst/smooth/gstsmooth.c:
22321 * gst/smpte/gstsmpte.c:
22322 * gst/smpte/gstsmpte.h:
22323 * gst/stereo/gststereo.c:
22324 * gst/videofilter/gstgamma.c:
22325 * gst/videofilter/gstvideobalance.c:
22326 * gst/videofilter/gstvideofilter.c:
22327 * gst/videofilter/gstvideoflip.c:
22328 * gst/videoscale/gstvideoscale.c:
22329 * gst/videoscale/videoscale.c:
22330 * gst/videotestsrc/gstvideotestsrc.c:
22331 * gst/videotestsrc/videotestsrc.c:
22332 * gst/wavenc/gstwavenc.c:
22333 * gst/wavparse/gstwavparse.c:
22334 fix local includes and 64 bits constants
22336 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22339 * gst-libs/gst/*/*.vcproj:
22341 more working plugins
22343 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22345 * testsuite/alsa/Makefile.am:
22346 * testsuite/alsa/srcstate.c:
22347 add test for alsasrc changing state
22349 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22351 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22353 * gst/silence/gstsilence.h:
22354 fix silence generation for 16bit raw audio
22356 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22358 * gst/matroska/matroska-demux.c:
22359 (gst_matroska_demux_parse_metadata),
22360 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22361 * gst/mpegaudio/common.c:
22362 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22363 (gst_videoscale_getcaps), (gst_videoscale_link),
22364 (gst_videoscale_src_fixate), (gst_videoscale_init),
22365 (gst_videoscale_finalize):
22366 * gst/videoscale/gstvideoscale.h:
22367 * gst/videotestsrc/gstvideotestsrc.c:
22368 (gst_videotestsrc_get_capslist):
22369 * gst/wavenc/gstwavenc.c:
22370 * sys/oss/gstossmixer.c: (fill_labels):
22371 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22372 (gst_ximagesink_handle_xevents),
22373 (gst_ximagesink_calculate_pixel_aspect_ratio),
22374 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22375 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22376 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22377 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22378 (gst_ximagesink_init), (gst_ximagesink_class_init):
22379 * sys/ximage/ximagesink.h:
22380 * sys/xvimage/xvimagesink.c:
22381 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22382 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22383 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22384 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22385 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22386 * sys/xvimage/xvimagesink.h:
22387 first batch of pixel aspect ratio commits.
22389 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22391 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22392 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22393 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22394 handle stride, needs work if we want to move stride handling
22395 upstream, but works correctly for our purposes.
22397 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22399 * gst/videoscale/README:
22400 add testing examples
22401 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22402 (gst_videoscale_chain):
22403 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22404 (gst_videoscale_get_size):
22405 add get_size function that handles stride like videotestsrc.
22406 fixes conversion for YUV formats for as much as I can test them.
22408 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22410 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22411 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22412 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22413 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22414 (gst_xvimagesink_xvimage_put):
22415 further cleanups, logging, error handling and synchronizing
22417 2004-07-27 Wim Taymans <wim@fluendo.com>
22419 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22420 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22421 (gst_videomixer_pad_set_property),
22422 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22423 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22424 (gst_videomixer_class_init), (gst_videomixer_init),
22425 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22426 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22427 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22428 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22429 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22430 (gst_videomixer_loop), (plugin_init):
22431 Be a nicer negotiation citizen and provide a getcaps function on
22432 the srcpad. This also fixes a crash when resizing.
22434 2004-07-27 Julien MOUTTE <julien@moutte.net>
22436 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22437 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22439 2004-07-27 Wim Taymans <wim@fluendo.com>
22441 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22442 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22443 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22444 (gst_pngenc_set_property):
22445 * ext/libpng/gstpngenc.h:
22446 Added snapshot property to pngenc.
22447 removed g_print from pngdec
22449 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22451 * gst/ac3parse/ac3parse.vcproj
22452 * gst/adder/adder.vcproj
22453 * gst/alpha/alpha.vcproj
22454 * gst/alpha/alphacolor.vcproj
22455 * gst/asfdemux/asf.vcproj
22456 * gst/audioconvert/audioconvert.vcproj
22457 * gst/audiorate/audiorate.vcproj
22458 * gst/audioscale/audioscale.vcproj
22459 * gst/auparse/auparse.vcproj
22460 * gst/avi/avi.vcproj
22461 * gst/cdxaparse/cdxaparse.vcproj
22462 * gst/chart/chart.vcproj
22463 * gst/colorspace/colorspace.vcproj
22464 * gst/cutter/cutter.vcproj
22465 * gst/debug/debug.vcproj
22466 * gst/debug/efence.vcproj
22467 * gst/debug/navigationtest.vcproj
22468 * gst/deinterlace/deinterlace.vcproj
22469 * gst/effectv/effectv.vcproj
22470 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22471 * gst/filter/filter.vcproj
22472 * gst/flx/flxdec.vcproj
22473 * gst/goom/goom.vcproj
22474 * gst/interleave/interleave.vcproj
22475 * gst/law/alaw.vcproj
22476 * gst/law/mulaw.vcproj
22477 * gst/matroska/matroska.vcproj
22478 * gst/median/median.vcproj
22479 * gst/mixmatrix/mixmatrix.vcproj
22480 * gst/mpeg1sys/mpeg1systemencode.vcproj
22481 * gst/mpeg1videoparse/mp1videoparse.vcproj
22482 * gst/mpeg2sub/mpeg2subt.vcproj
22483 * gst/mpegaudio/mpegaudio.vcproj
22484 * gst/mpegaudioparse/mpegaudioparse.vcproj
22485 * gst/mpegstream/mpegstream.vcproj
22486 * gst/multifilesink/multifilesink.vcproj
22487 * gst/multipart/multipart.vcproj
22488 * gst/oneton/oneton.vcproj
22489 * gst/overlay/overlay.vcproj
22490 * gst/passthrough/passthrough.vcproj
22491 * gst/qtdemux/qtdemux.vcproj
22492 * gst/realmedia/rmdemux.vcproj
22493 * gst/rtjpeg/rtjpeg.vcproj
22494 * gst/rtp/rtp.vcproj
22495 * gst/silence/silence.vcproj
22496 * gst/sine/sinesrc.vcproj
22497 * gst/smooth/smooth.vcproj
22498 * gst/smpte/smpte.vcproj
22499 * gst/spectrum/spectrum.vcproj
22500 * gst/speed/speed.vcproj
22501 * gst/stereo/stereo.vcproj
22502 * gst/switch/switch.vcproj
22503 * gst/tags/tagedit.vcproj
22504 * gst/tcp/tcp.vcproj
22505 * gst/typefind/typefindfunctions.vcproj
22506 * gst/udp/udp.vcproj
22507 * gst/videobox/videobox.vcproj
22508 * gst/videocrop/videocrop.vcproj
22509 * gst/videodrop/videodrop.vcproj
22510 * gst/videofilter/gamma.vcproj
22511 * gst/videofilter/videobalance.vcproj
22512 * gst/videofilter/videofilter.vcproj
22513 * gst/videofilter/videoflip.vcproj
22514 * gst/videoflip/videoflip.vcproj
22515 * gst/videomixer/videomixer.vcproj
22516 * gst/videorate/videorate.vcproj
22517 * gst/videoscale/videoscale.vcproj
22518 * gst/videotestsrc/videotestsrc.vcproj
22519 * gst/virtualdub/virtualdub.vcproj
22520 * gst/volenv/volenv.vcproj
22521 * gst/volume/volume.vcproj
22522 * gst/wavenc/wavenc.vcproj
22523 * gst/wavparse/wavparse.vcproj
22524 * gst/y4m/y4menc.vcproj
22525 * gst-libs/gst/audio/audio.vcproj
22526 * gst-libs/gst/audio/audiofilter.vcproj
22527 * gst-libs/gst/colorbalance/colorbalance.vcproj
22528 * gst-libs/gst/idct/idtc.vcproj
22529 * gst-libs/gst/media-info/media-info.vcproj
22530 * gst-libs/gst/mixer/mixer.vcproj
22531 * gst-libs/gst/navigation/navigation.vcproj
22532 * gst-libs/gst/play/play.vcproj
22533 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22534 * gst-libs/gst/resample/resample.vcproj
22535 * gst-libs/gst/riff/riff.vcproj
22536 * gst-libs/gst/tuner/tuner.vcproj
22537 * gst-libs/gst/video/video.vcproj
22538 * gst-libs/gst/xoverlay/xoverlay.vcproj
22539 avoid problems with math.h, fix release dependancy
22540 rename GStreamer-0.8.lib to libgstreamer.lib
22542 2004-07-27 Julien MOUTTE <julien@moutte.net>
22544 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22546 the atom is not available we have to unlock the mutex. Fixes #148023
22548 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22550 * gst-libs/gst/media-info/media-info.h:
22551 issue for a vararg macro with MSVC
22553 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22555 * gst/effectv/effectv.vcproj
22556 * gst-libs/gst/idct/idct.vcproj:
22557 * gst-libs/gst/media-info/media-info.vcproj:
22558 * gst-libs/gst/navigation/navigation.vcproj:
22559 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22560 * gst-libs/gst/video/video.vcproj:
22561 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22562 fixes for build problems
22564 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22566 * gst-libs/gst/audio/audio.def:
22567 * gst-libs/gst/audio/riff.def:
22568 add some definitions needed by plugins
22570 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22572 * gst/asfdemux/gstasfmux.c
22573 Fix some 64 bits constants to be glib friendly
22575 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22577 * gst/ac3parse/gstac3parse.c
22578 * gst/audioscale/gstaudioscale.c
22579 * gst/auparse/gstauparse.c
22580 * gst/colorspace/gstcolorspace.c
22581 * gst/colorspace/yuv2rgb.h
22582 local include fixes
22584 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22587 add more plugins to the build
22589 2004-07-26 Julien MOUTTE <julien@moutte.net>
22591 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22592 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22594 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22596 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22597 (gst_level_set_property), (gst_level_get_property),
22598 (gst_level_base_init), (gst_level_class_init):
22599 add debugging categories. cleanups.
22601 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22603 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22604 (gst_videoscale_planar411), (gst_videoscale_planar400),
22605 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22606 (gst_videoscale_scale_nearest_str1),
22607 (gst_videoscale_scale_nearest_str2),
22608 (gst_videoscale_scale_nearest_str4),
22609 (gst_videoscale_scale_nearest_16bit),
22610 (gst_videoscale_scale_nearest_24bit):
22611 fixed stride issues
22612 tested with 320x240 -> 321, 322, 324 x240
22613 tested with YV12, I420, YUY2, UYVY
22614 fixed packed422rev (don't think it could have worked before)
22615 by testing with UYVY
22617 2004-07-26 Benjamin Otte <otte@gnome.org>
22619 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22620 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22622 add debugging category, add error checks like checking return values
22623 of setup calls, make sure it still works after
22624 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22626 2004-07-26 Wim Taymans <wim@fluendo.com>
22628 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22629 (gst_mpeg_demux_get_audio_stream),
22630 (gst_mpeg_demux_process_private):
22631 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22632 Check for error codes from the negotiation functions. Make sure
22633 we really set the pad caps when a new pad is created.
22635 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22637 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22638 (gst_ffmpeg_caps_to_pix_fmt):
22639 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22640 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22641 (gst_ffmpegcolorspace_pad_link):
22642 don't make function do two things at the same time without reason.
22644 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22646 * gst/ac3parse/ac3parse.vcproj
22647 * gst/adder/adder.vcproj
22648 * gst/alpha/alpha.vcproj
22649 * gst/alpha/alphacolor.vcproj
22650 * gst/asfdemux/asf.vcproj
22651 * gst/audioconvert/audioconvert.vcproj
22652 * gst/audiorate/audiorate.vcproj
22653 * gst/audioscale/audioscale.vcproj
22654 * gst/auparse/auparse.vcproj
22655 * gst/avi/avi.vcproj
22656 * gst/cdxaparse/cdxaparse.vcproj
22657 * gst/chart/chart.vcproj
22658 * gst/colorspace/colorspace.vcproj
22659 * gst/cutter/cutter.vcproj
22660 * gst/debug/debug.vcproj
22661 * gst/debug/efence.vcproj
22662 * gst/debug/navigationtest.vcproj
22663 * gst/deinterlace/deinterlace.vcproj
22664 * gst/effectv/effectv.vcproj
22665 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22666 * gst/filter/filter.vcproj
22667 * gst/flx/flxdec.vcproj
22668 * gst/goom/goom.vcproj
22669 * gst/interleave/interleave.vcproj
22670 * gst/law/alaw.vcproj
22671 * gst/law/mulaw.vcproj
22672 * gst/matroska/matroska.vcproj
22673 * gst/median/median.vcproj
22674 * gst/mixmatrix/mixmatrix.vcproj
22675 * gst/mpeg1sys/mpeg1systemencode.vcproj
22676 * gst/mpeg1videoparse/mp1videoparse.vcproj
22677 * gst/mpeg2sub/mpeg2subt.vcproj
22678 * gst/mpegaudio/mpegaudio.vcproj
22679 * gst/mpegaudioparse/mpegaudioparse.vcproj
22680 * gst/mpegstream/mpegstream.vcproj
22681 * gst/multifilesink/multifilesink.vcproj
22682 * gst/multipart/multipart.vcproj
22683 * gst/oneton/oneton.vcproj
22684 * gst/overlay/overlay.vcproj
22685 * gst/passthrough/passthrough.vcproj
22686 * gst/qtdemux/qtdemux.vcproj
22687 * gst/realmedia/rmdemux.vcproj
22688 * gst/rtjpeg/rtjpeg.vcproj
22689 * gst/rtp/rtp.vcproj
22690 * gst/silence/silence.vcproj
22691 * gst/sine/sinesrc.vcproj
22692 * gst/smooth/smooth.vcproj
22693 * gst/smpte/smpte.vcproj
22694 * gst/spectrum/spectrum.vcproj
22695 * gst/speed/speed.vcproj
22696 * gst/stereo/stereo.vcproj
22697 * gst/switch/switch.vcproj
22698 * gst/tags/tagedit.vcproj
22699 * gst/tcp/tcp.vcproj
22700 * gst/typefind/typefindfunctions.vcproj
22701 * gst/udp/udp.vcproj
22702 * gst/videobox/videobox.vcproj
22703 * gst/videocrop/videocrop.vcproj
22704 * gst/videodrop/videodrop.vcproj
22705 * gst/videofilter/gamma.vcproj
22706 * gst/videofilter/videobalance.vcproj
22707 * gst/videofilter/videofilter.vcproj
22708 * gst/videofilter/videoflip.vcproj
22709 * gst/videoflip/videoflip.vcproj
22710 * gst/videomixer/videomixer.vcproj
22711 * gst/videorate/videorate.vcproj
22712 * gst/videoscale/videoscale.vcproj
22713 * gst/videotestsrc/videotestsrc.vcproj
22714 * gst/virtualdub/virtualdub.vcproj
22715 * gst/volenv/volenv.vcproj
22716 * gst/volume/volume.vcproj
22717 * gst/wavenc/wavenc.vcproj
22718 * gst/wavparse/wavparse.vcproj
22719 * gst/y4m/y4menc.vcproj
22720 more plugins supported under windows
22722 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22724 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22725 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22726 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22727 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22728 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22729 Add debugging statements. Use the sizes as returned by the
22730 *CreateImage calls.
22732 2004-07-26 Johan Dahlin <johan@gnome.org>
22734 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22735 the pad is negotiated.
22737 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22739 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22741 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22742 * gst-libs/gst/idct/idct.vcproj:
22743 * gst-libs/gst/media-info/media-info.vcproj:
22744 * gst-libs/gst/mixer/mixer.vcproj:
22745 * gst-libs/gst/navigation/navigation.vcproj:
22746 * gst-libs/gst/play/play.vcproj:
22747 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22748 * gst-libs/gst/resample/resample.vcproj:
22749 * gst-libs/gst/tuner/tuner.vcproj:
22750 * gst-libs/gst/video/video.vcproj:
22751 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22752 more plugins supported under windows
22754 2004-07-25 Iain <iain@prettypeople.org>
22756 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22757 pad now rather than when the pad is created because state changes wipe
22758 explicit caps (fixes #148043).
22760 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22762 reviewed by Benjamin Otte <otte@gnome.org>
22764 * ext/mad/gstmad.c:
22765 fix mad plugin crashing on Sun (fixes #148289)
22767 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22770 * gst/avi/avi.vcproj:
22771 * gst/matroska/matroska.def:
22772 * gst/matroska/matroska.vcproj:
22773 remove unused .def files
22775 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22777 * gst-libs/gst/audio/gstaudiofilter.c:
22778 Clean the local include
22780 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22783 * gst-libs/gst/audio/audio.def:
22784 * gst-libs/gst/audio/audio.vcproj:
22785 * gst-libs/gst/audio/audiofilter.vcproj:
22786 * gst-libs/gst/audio/riff.def:
22787 * gst-libs/gst/audio/riff.vcproj:
22788 * gst-libs/gst/gst-libs.def:
22789 * gst-libs/gst/gst-libs.vcproj:
22790 * gst/avi/avi.vcproj:
22791 * gst/avi/avi.vcproj:
22792 Copy the files where needed after building, cleaner projects
22794 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22796 * gst/matroska/ebml-write.c:
22797 Fix some 64 bits constants to be glib friendly
22799 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22802 * gst-libs/gst/gst-libs.def:
22803 * gst-libs/gst/gst-libs.vcproj:
22804 * gst/matroska/matroska.def:
22805 * gst/matroska/matroska.vcproj:
22806 Add the preliminary canvas to build plugins on Win32
22808 2004-07-23 Benjamin Otte <otte@gnome.org>
22810 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22811 don't enfore negotiation from source side, it breaks
22812 sinesrc ! audioconvert ! osssink
22814 2004-07-22 David Schleef <ds@schleef.org>
22816 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22817 for ELF files, since they can easily be recognized as audio/mpeg.
22820 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22822 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22823 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22824 (gst_videoscale_scale_nearest_24bit),
22825 (gst_videoscale_scale_nearest_16bit):
22826 fix 16bit and 24bit for stride (24bit might need testing)
22827 don't pretend we do more than one algorithm
22829 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22833 * gst/multifilesink/Makefile.am:
22834 * gst/multifilesink/gstmultifilesink.c:
22835 (gst_multifilesink_get_formats),
22836 (gst_multifilesink_get_query_types), (_do_init),
22837 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22838 (gst_multifilesink_init), (gst_multifilesink_dispose),
22839 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22840 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22841 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22842 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22843 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22844 (gst_multifilesink_uri_get_type),
22845 (gst_multifilesink_uri_get_protocols),
22846 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22847 (gst_multifilesink_uri_handler_init), (plugin_init):
22848 * gst/multifilesink/gstmultifilesink.h:
22849 * testsuite/Makefile.am:
22850 * testsuite/multifilesink/Makefile.am:
22851 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22852 (gst_newmedia_class_init), (gst_newmedia_init),
22853 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22854 (newfile_signal), (test_signal), (main):
22855 multifilesink plugin for creating new files every time a new media
22856 discontinuity event occurs
22858 2004-07-22 Wim Taymans <wim@fluendo.com>
22860 * gst/alpha/Makefile.am:
22861 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22862 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22863 (gst_alpha_color_init), (gst_alpha_color_set_property),
22864 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22865 (transform), (gst_alpha_color_chain),
22866 (gst_alpha_color_change_state), (plugin_init):
22867 Stupid plugin to to RGBA to AYUV conversion because none of
22868 the colorspace plugins can handle that yet.
22870 2004-07-22 Wim Taymans <wim@fluendo.com>
22872 * examples/seeking/seek.c: (update_scale), (main):
22873 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22874 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22875 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22876 (gst_decode_bin_init), (gst_decode_bin_dispose),
22877 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22878 (no_more_pads), (close_link), (type_found),
22879 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22881 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22882 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22883 (gst_play_base_bin_dispose), (queue_overrun),
22884 (gen_preroll_element), (remove_prerolls), (unknown_type),
22885 (no_more_pads), (new_stream), (setup_source),
22886 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22887 (play_base_eos), (gst_play_base_bin_change_state),
22888 (gst_play_base_bin_add_element),
22889 (gst_play_base_bin_remove_element),
22890 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22891 (gst_play_base_bin_unlink_stream),
22892 (gst_play_base_bin_get_streaminfo):
22893 * gst/playback/gstplaybin.c: (gen_video_element),
22894 (gen_audio_element):
22895 * gst/playback/gststreaminfo.h:
22896 More playback updates, attempt to fix things after the state change
22899 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22901 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22902 (gst_videoscale_scale_nearest_16bit):
22905 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22907 * gst/videotestsrc/gstvideotestsrc.c:
22908 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22909 (gst_videotestsrc_init), (gst_videotestsrc_get),
22910 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22911 (gst_videotestsrc_get_property):
22912 * gst/videotestsrc/gstvideotestsrc.h:
22913 * gst/videotestsrc/videotestsrc.c:
22914 * gst/videotestsrc/videotestsrc.h:
22915 cleanup and commenting
22917 2004-07-21 Wim Taymans <wim@fluendo.com>
22919 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22920 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22921 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22922 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22923 (_find_chain_get_unknown_part), (_find_streams_check),
22924 (gst_ogg_demux_push), (gst_ogg_pad_push):
22925 * ext/theora/theoradec.c: (theora_get_formats),
22926 (theora_dec_src_convert), (theora_dec_sink_convert),
22927 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22928 (theora_dec_chain):
22929 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22930 (vorbis_dec_convert), (vorbis_dec_src_query),
22931 (vorbis_dec_src_event), (vorbis_dec_event):
22932 More seeking fixes, oggdemux now supports seeking to time and
22933 uses the downstream element to convert granulepos to time.
22934 Seeking in theora-only ogg files now works.
22936 2004-07-21 Wim Taymans <wim@fluendo.com>
22938 * ext/theora/theoradec.c: (gst_theora_dec_init),
22939 (theora_get_formats), (theora_get_event_masks),
22940 (theora_get_query_types), (theora_dec_src_convert),
22941 (theora_dec_sink_convert), (theora_dec_src_query),
22942 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22943 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22944 (vorbis_get_event_masks), (vorbis_get_query_types),
22945 (gst_vorbis_dec_init), (vorbis_dec_convert),
22946 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22947 Added query/convert/formats functions to vorbis and theora decoders
22948 so that the outside world can use them too. Fixed seeking on an
22949 ogg/theora/vorbis file by disabling the seeking seeking on the
22952 2004-07-21 Julien MOUTTE <julien@moutte.net>
22954 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22955 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22956 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22957 images creation for both elements. We don't create the image on caps
22958 nego or renego, we just destroy the internal one if present if it does
22959 not match the needs. The chain function takes care of creating a new
22961 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22962 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22963 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22964 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22965 the image format information. The buffer pool checks for the context
22966 image format and discard images with different formats.
22967 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22969 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22971 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22972 (gst_ffmpegcolorspace_chain):
22973 no point in doing any chaining if the pad we want to push from
22976 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22978 * gst-libs/gst/riff/riff-media.c:
22979 (gst_riff_create_audio_caps_with_data):
22980 Fix double end-to-native symbol conversion (#148021).
22982 2004-07-20 David Schleef <ds@schleef.org>
22984 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22985 Don't use an Atom that doesn't exist.
22987 2004-07-20 Wim Taymans <wim@fluendo.com>
22989 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22990 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22991 (gst_multifdsink_client_remove),
22992 (gst_multifdsink_handle_client_write),
22993 (gst_multifdsink_queue_buffer):
22994 * gst/tcp/gstmultifdsink.h:
22995 More multifdsink stats. Avoid deadlock by releasing locks
22996 before sending out a signal.
22998 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23002 added Hungarian translation (Laszlo Dvornik)
23004 2004-07-20 Wim Taymans <wim@fluendo.com>
23006 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23007 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23008 (gst_multifdsink_handle_client_write),
23009 (gst_multifdsink_queue_buffer):
23010 * gst/tcp/gsttcp-marshal.list:
23011 Fixed the stupid marshal definition.
23013 2004-07-20 Wim Taymans <wim@fluendo.com>
23015 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23016 (gst_multifdsink_init), (gst_multifdsink_add),
23017 (gst_multifdsink_client_remove),
23018 (gst_multifdsink_handle_client_write),
23019 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23020 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23021 (gst_multifdsink_init_send):
23022 * gst/tcp/gstmultifdsink.h:
23023 Added more stats, added timeout for a client, fixed some typos
23024 and added some comments.
23026 2004-07-20 Wim Taymans <wim@fluendo.com>
23028 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23029 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23030 (gst_multifdsink_client_remove),
23031 (gst_multifdsink_handle_client_write):
23032 * gst/tcp/gstmultifdsink.h:
23033 * gst/tcp/gsttcp-marshal.list:
23034 Added get_stats method that returns a GValueArray of
23037 2004-07-19 Benjamin Otte <otte@gnome.org>
23039 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23040 make sure longname, description and author are valid UTF-8
23042 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23044 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23045 (gst_ximagesink_set_property):
23046 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23047 (gst_xvimagesink_set_property):
23048 make sure SYNCHRONOUS is respected after getting the X context
23050 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23052 * gst/matroska/matroska-demux.c:
23053 (gst_matroska_demux_handle_src_event),
23054 (gst_matroska_demux_parse_blockgroup):
23055 * gst/matroska/matroska-ids.h:
23056 add BlockReference tag and ignore it to clear out log.
23057 ignore NAVIGATION events to clear out log.
23059 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23061 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23062 (gst_matroska_demux_add_stream):
23063 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23064 add debug categories
23066 2004-07-16 Wim Taymans <wim@fluendo.com>
23068 * ext/libpng/Makefile.am:
23069 * ext/libpng/gstpng.c: (plugin_init):
23070 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23071 (gst_pngdec_get_type), (gst_pngdec_base_init),
23072 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23073 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23074 * ext/libpng/gstpngdec.h:
23077 2004-07-16 Julien MOUTTE <julien@moutte.net>
23079 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23080 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23081 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23082 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23083 (gst_ximagesink_buffer_alloc):
23084 * sys/ximage/ximagesink.h:
23085 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23086 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23087 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23088 (gst_xvimagesink_buffer_alloc):
23089 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23090 again. Using internal data pointer of the x(v)image to store image's
23091 data to be coherent with the buffer alloc mechanism. Investigated the
23092 image destruction code to be sure that everything gets freed correctly.
23094 2004-07-16 Wim Taymans <wim@fluendo.com>
23096 * gst-libs/gst/riff/riff-read.c:
23097 (gst_riff_read_strf_vids_with_data),
23098 (gst_riff_read_strf_auds_with_data):
23099 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23100 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23101 Make sure we don't create 0 sized subbuffers in riff-read.
23102 Signal the no more pads signal after reading the avi header.
23104 2004-07-16 Wim Taymans <wim@fluendo.com>
23106 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23107 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23108 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23109 (gst_decode_bin_init), (gst_decode_bin_dispose),
23110 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23111 (no_more_pads), (close_link), (type_found),
23112 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23113 (gst_decode_bin_change_state), (plugin_init):
23114 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23115 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23116 (gst_play_base_bin_dispose), (queue_overrun),
23117 (gen_preroll_element), (remove_prerolls), (unknown_type),
23118 (no_more_pads), (new_stream), (setup_source),
23119 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23120 (play_base_eos), (gst_play_base_bin_change_state),
23121 (gst_play_base_bin_add_element),
23122 (gst_play_base_bin_remove_element),
23123 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23124 (gst_play_base_bin_unlink_stream),
23125 (gst_play_base_bin_get_streaminfo):
23126 * gst/playback/gstplaybasebin.h:
23127 Better error recovery. Added configurable preroll queue size. Faster
23128 detection of no-more-pads.
23130 2004-07-16 Wim Taymans <wim@fluendo.com>
23132 * gst-libs/gst/video/video.h:
23133 Added 32 bits RGBA. Not sure if we should use another mime-type
23134 for alpha rgb. Currently the presence of the alpha_mask property
23135 signals an alpha channel.
23137 2004-07-16 Wim Taymans <wim@fluendo.com>
23139 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23140 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23141 FPS seems to be 0.0 to MAX everywhere else.
23143 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23145 * gst-libs/gst/riff/riff-media.c:
23146 (gst_riff_create_video_caps_with_data):
23147 mp42/mp43 (no caps) exist too.
23148 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23149 Set pixel_width/height; we've got them in-caps.
23150 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23151 * gst/wavparse/gstwavparse.c: (plugin_init):
23152 Both are valid primary.
23153 * sys/oss/gstossmixer.c:
23154 Remove i18n hack and enable translations.
23156 2004-07-15 Benjamin Otte <otte@gnome.org>
23158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23159 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23160 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23162 2004-07-15 Benjamin Otte <otte@gnome.org>
23164 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23165 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23166 (gst_alsa_close_audio):
23167 disable some of the debugging code for now. Writing debugging to a
23168 buffer is broken in current alsalib releases.
23170 2004-07-12 Benjamin Otte <otte@gnome.org>
23172 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23175 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23177 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23178 (theora_dec_src_query), (theora_dec_event):
23179 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23180 add debugging categories. Remove \n's.
23182 2004-07-13 Johan Dahlin <johan@gnome.org>
23184 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23185 (gst_play_bin_get_property): Impl.
23187 2004-07-13 Wim Taymans <wim@fluendo.com>
23189 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23190 When trying to find the stream length, seek back N pages
23191 instead of just one, where N is the number of streams in
23194 2004-07-13 Wim Taymans <wim@fluendo.com>
23196 * gst-libs/gst/riff/riff-media.c:
23197 (gst_riff_create_audio_caps_with_data),
23198 (gst_riff_create_audio_caps),
23199 (gst_riff_create_audio_template_caps):
23200 * gst-libs/gst/riff/riff-media.h:
23201 * gst-libs/gst/riff/riff-read.c:
23202 (gst_riff_read_strf_vids_with_data),
23203 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23204 * gst-libs/gst/riff/riff-read.h:
23205 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23206 (gst_avi_demux_add_stream):
23207 Set codec_data on caps for avidemuxer.
23209 2004-07-12 David Schleef <ds@schleef.org>
23211 * configure.ac: Fix test for Objective C
23213 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23214 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23215 (gst_gdk_pixbuf_chain):
23216 Add svg and pcx to template caps, and ensure that getcaps returns a
23217 subset of the template caps.
23218 Copy each row manually for output, as gdkpixbuf may pad the
23219 rowstride to a 32-bit word boundary.
23221 2004-07-12 Wim Taymans <wim@fluendo.com>
23223 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23224 (gst_riff_create_video_template_caps):
23225 Fix the template caps to include some more media types.
23227 2004-07-12 Wim Taymans <wim@fluendo.com>
23229 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23230 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23231 (compare_ranks), (print_feature), (gst_decode_bin_init),
23232 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23233 (try_to_link_1), (new_pad), (close_link), (type_found),
23234 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23235 (gst_decode_bin_change_state), (plugin_init):
23236 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23237 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23238 (gst_play_base_bin_dispose), (queue_overrun),
23239 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23240 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23241 (gst_play_base_bin_get_property), (play_base_eos),
23242 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23243 (gst_play_base_bin_remove_element),
23244 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23245 (gst_play_base_bin_unlink_stream),
23246 (gst_play_base_bin_get_streaminfo):
23247 * gst/playback/gstplaybasebin.h:
23248 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23249 (gst_play_bin_class_init), (gst_play_bin_init),
23250 (gst_play_bin_dispose), (gst_play_bin_set_property),
23251 (gst_play_bin_get_property), (gen_video_element),
23252 (gen_audio_element), (remove_sinks), (setup_sinks),
23253 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23254 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23255 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23256 (gst_play_bin_query), (plugin_init):
23257 * gst/playback/test4.c: (main):
23258 More fixes on reusing of the element.
23260 2004-07-11 Benjamin Otte <otte@gnome.org>
23262 * ext/mad/gstmad.c: (normal_seek):
23263 allow seeking for other methods than just SET
23265 2004-07-11 Andy Wingo <wingo@pobox.com>
23267 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23268 float, "any" caps -> buffer_frames=[0,MAX].
23270 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23271 doesn't intersect our caps with the template any more. Do it
23273 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23275 2004-07-09 Wim Taymans <wim@fluendo.com>
23277 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23278 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23279 (compare_ranks), (print_feature), (gst_decode_bin_init),
23280 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23281 (try_to_link_1), (new_pad), (close_link), (type_found),
23282 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23283 (gst_decode_bin_change_state), (plugin_init):
23284 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23285 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23286 (gst_play_base_bin_dispose), (queue_overrun),
23287 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23288 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23289 (gst_play_base_bin_get_property), (play_base_eos),
23290 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23291 (gst_play_base_bin_remove_element),
23292 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23293 (gst_play_base_bin_unlink_stream),
23294 (gst_play_base_bin_get_streaminfo):
23295 * gst/playback/gstplaybasebin.h:
23296 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23297 (gst_play_bin_class_init), (gst_play_bin_init),
23298 (gst_play_bin_dispose), (gst_play_bin_set_property),
23299 (gst_play_bin_get_property), (gen_video_element),
23300 (gen_audio_element), (remove_sinks), (setup_sinks),
23301 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23302 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23303 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23304 (gst_play_bin_query), (plugin_init):
23305 * gst/playback/test4.c: (main):
23306 Work on object reuse and seeking.
23308 2004-07-09 Wim Taymans <wim@fluendo.com>
23310 * examples/seeking/seek.c: (iterate):
23311 Don't consume all CPU in the idle loop.
23313 2004-07-09 Wim Taymans <wim@fluendo.com>
23315 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23316 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23317 Add pad to element *after* setting the pad functions so that
23318 the scheduler can use the correct ones.
23320 2004-07-09 Wim Taymans <wim@fluendo.com>
23322 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23323 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23324 Sync to keyframe after seek
23326 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23328 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23329 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23330 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23331 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23332 * ext/libvisual/visual.c: (gst_visual_change_state):
23333 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23334 * ext/theora/theoradec.c: (theora_dec_change_state):
23335 * ext/theora/theoraenc.c: (theora_enc_change_state):
23336 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23337 * gst-libs/gst/navigation/navigation.c:
23338 * gst/adder/gstadder.c: (gst_adder_change_state):
23339 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23340 (gst_audio_convert_get_buffer):
23341 * gst/multipart/multipartdemux.c:
23342 (gst_multipart_demux_change_state):
23343 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23344 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23345 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23346 * gst/videoscale/gstvideoscale.c:
23347 (gst_videoscale_handle_src_event):
23348 * gst/volume/gstvolume.c: (volume_chain_int16):
23349 don't assert in state change, this should be done by the base
23351 various debugging fixes.
23353 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23356 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23357 (gst_play_dispose), (gst_play_set_location),
23358 (gst_play_set_data_src), (gst_play_set_video_sink),
23359 (gst_play_set_audio_sink), (gst_play_set_visualization),
23360 (gst_play_connect_visualization), (gst_play_get_sink_element),
23361 (gst_play_get_all_by_interface):
23362 * gst-libs/gst/play/play.h:
23363 add new method to get elements implementing an interface.
23364 add various error logging
23366 2004-07-08 Wim Taymans <wim@fluendo.com>
23368 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23369 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23370 (make_playerbin_pipeline), (query_durations_elems),
23371 (query_durations_pads), (query_positions_elems),
23372 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23374 Added playbin seeking example.
23376 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23378 * gst-libs/gst/play/play.c: (gst_play_set_location),
23379 (gst_play_set_data_src), (gst_play_set_video_sink),
23380 (gst_play_set_audio_sink), (gst_play_set_visualization),
23381 (gst_play_connect_visualization), (gst_play_get_framerate):
23382 use a macro to look up elements from hash table
23384 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23386 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23387 (gst_play_get_length_callback), (gst_play_set_location),
23388 (gst_play_seek_to_time), (gst_play_set_data_src),
23389 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23390 (gst_play_set_visualization), (gst_play_connect_visualization),
23391 (gst_play_get_sink_element):
23392 - add debugging info
23393 - fix looking up sink elements by iterating over complete caps
23394 - put everything except for source and autoplugger in a complete bin
23396 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23398 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23399 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23400 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23401 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23402 * ext/alsa/gstalsasink.h:
23403 - add debugging info
23404 - clean up schizophrenia of data/buffer/event
23405 - fix double event unref error
23407 2004-07-08 Wim Taymans <wim@fluendo.com>
23409 * gst/playback/Makefile.am:
23410 Add headers to noinst
23412 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23414 * tools/gst-launch-ext-m.m:
23415 * tools/gst-launch-ext.1.in:
23416 convert to the third millenium
23418 2004-07-07 David Schleef <ds@schleef.org>
23420 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23422 2004-07-07 Wim Taymans <wim@fluendo.com>
23424 * gst/playback/Makefile.am:
23425 * gst/playback/README:
23426 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23427 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23428 (compare_ranks), (print_feature), (gst_decode_bin_init),
23429 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23430 (try_to_link_1), (new_pad), (close_link), (type_found),
23431 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23433 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23434 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23435 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23436 (gen_preroll_element), (no_more_pads), (new_stream),
23437 (setup_source), (gst_play_base_bin_set_property),
23438 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23439 (gst_play_base_bin_add_element),
23440 (gst_play_base_bin_remove_element),
23441 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23442 (gst_play_base_bin_unlink_stream),
23443 (gst_play_base_bin_get_streaminfo):
23444 * gst/playback/gstplaybasebin.h:
23445 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23446 (gst_play_bin_class_init), (gst_play_bin_init),
23447 (gst_play_bin_dispose), (gst_play_bin_set_property),
23448 (gst_play_bin_get_property), (gen_video_element),
23449 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23450 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23451 (gst_play_bin_get_formats), (gst_play_bin_convert),
23452 (gst_play_bin_get_query_types), (gst_play_bin_query),
23454 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23455 (gst_stream_info_get_type), (gst_stream_info_class_init),
23456 (gst_stream_info_init), (gst_stream_info_new),
23457 (gst_stream_info_dispose), (gst_stream_info_set_property),
23458 (gst_stream_info_get_property):
23459 * gst/playback/gststreaminfo.h:
23460 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23462 * gst/playback/test2.c: (main):
23463 * gst/playback/test3.c: (update_scale), (main):
23464 More playbin fixes. Added README. Do better element filtering.
23465 Added base class to preroll media. Added test apps.
23467 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23469 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23470 * ext/mpeg2dec/gstmpeg2dec.h:
23471 various debugging improvements. Reset stream to next picture
23472 instead of sequence header, otherwise seeks cannot work.
23474 2004-07-07 Wim Taymans <wim@fluendo.com>
23476 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23477 (gst_video_box_class_init), (gst_video_box_set_property),
23478 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23479 Use pad_alloc where possible.
23481 2004-07-07 Wim Taymans <wim@fluendo.com>
23483 * sys/oss/gstosselement.c: (gst_osselement_reset),
23484 (gst_osselement_parse_caps):
23485 * sys/oss/gstosselement.h:
23486 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23487 Fix offset on osssrc.
23489 2004-07-07 Wim Taymans <wim@fluendo.com>
23491 * ext/theora/theora.c: (plugin_init):
23492 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23493 (theora_dec_src_query), (theora_dec_chain):
23494 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23495 (theora_enc_sink_link), (theora_buffer_from_packet),
23496 (theora_push_packet), (theora_enc_chain):
23497 Fix theora granulepos calculation.
23498 Fix overflow in duration/position calculation.
23499 Bump rank to PRIMARY for theoradec.
23500 Use granulepos of last packet to calculate position.
23501 Set keyframe flag on buffers when needed.
23503 2004-07-06 David Schleef <ds@schleef.org>
23505 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23506 serious? (Fixed, obviously.)
23508 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23512 added Czech translation (Miloslav Trmac)
23514 2004-07-05 Wim Taymans <wim@fluendo.com>
23516 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23517 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23518 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23519 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23520 (close_link), (type_found), (gst_decode_bin_set_property),
23521 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23522 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23523 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23524 (gst_decode_bin_query), (plugin_init):
23525 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23526 (gst_play_bin_class_init), (gst_play_bin_init),
23527 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23528 (get_video_element), (new_pad), (setup_source),
23529 (gst_play_bin_set_property), (gst_play_bin_get_property),
23530 (gst_play_bin_change_state), (gst_play_bin_add_element),
23531 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23532 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23533 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23534 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23535 * gst/playback/test.c: (main):
23536 More fixes, cleaned up playbin, make it use decodebin. Added
23537 threaded property to playbin.
23539 2004-07-05 Wim Taymans <wim@fluendo.com>
23542 * gst/playback/Makefile.am:
23543 * gst/playback/decodetest.c: (main):
23544 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23545 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23546 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23547 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23548 (close_link), (type_found), (gst_decode_bin_set_property),
23549 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23550 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23551 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23552 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23554 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23555 (gst_play_bin_class_init), (gst_play_bin_init),
23556 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23557 (collect_sink_pads), (find_compatibles), (close_pad_link),
23558 (try_to_link_1), (new_pad), (close_link), (type_found),
23559 (setup_source), (gst_play_bin_set_property),
23560 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23561 (compare_ranks), (gst_play_bin_collect_factories),
23562 (gst_play_bin_change_state), (gst_play_bin_add_element),
23563 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23564 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23565 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23566 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23567 * gst/playback/test.c: (main):
23568 Added some playback helper elements and some test apps, very alpha
23571 2004-07-04 Benjamin Otte <otte@gnome.org>
23573 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23574 only restart audio when we indeed have an xrun to fix repeated
23575 xruns. Fix suggested by Giuliano Pochini.
23577 2004-07-03 David Schleef <ds@schleef.org>
23579 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23580 call to gst_debug_log() if debugging is disabled (bug #145118)
23582 2004-07-03 Benjamin Otte <otte@gnome.org>
23584 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23585 use our own functions for restarting the alsa device.
23586 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23587 I should apply patches myself - use MIN for the third argument, not
23588 the second, this fixes seeking
23590 2004-07-02 David Schleef <ds@schleef.org>
23592 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23593 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23596 2004-07-02 David Schleef <ds@schleef.org>
23598 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23599 output buffers. Fix logic mistake. (bug #144866)
23601 2004-07-02 David Schleef <ds@schleef.org>
23603 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23604 on X. (bug #144753)
23606 2004-07-02 David Schleef <ds@schleef.org>
23608 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23609 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23611 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23612 (gst_osselement_rate_probe_check): Add another workaround for
23613 buggy drivers (bug #145336)
23615 2004-07-02 David Schleef <ds@schleef.org>
23617 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23618 Most systems don't have MSG_NOSIGNAL.
23620 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23623 * gst-libs/gst/colorbalance/Makefile.am:
23624 * gst-libs/gst/mixer/Makefile.am:
23625 * gst-libs/gst/play/Makefile.am:
23626 * gst-libs/gst/tuner/Makefile.am:
23627 (hopefully) fix both install and dist and make error message useful.
23628 needs testing across automakes.
23630 2004-07-02 Benjamin Otte <otte@gnome.org>
23632 * ext/ogg/gstogg.c: (plugin_init):
23633 we require bytestream now
23634 * ext/ogg/gstoggdemux.c:
23635 huge diff to implement chain setup in a fast and generic way. This
23636 improves tag reading and startup of huge files (read: Theora videos)
23637 quite a bit. It probably contains bugs, too, so please test.
23638 Seeking is not improved to the fast method.
23640 2004-06-29 Wim Taymans <wim@fluendo.com>
23642 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23643 * ext/ogg/gstoggmux.c:
23644 Fix memleak in oggdemux when running unconnected pads.
23645 doc update in mux, start working on keyframe mode.
23647 2004-06-29 Benjamin Otte <otte@gnome.org>
23649 * sys/oss/gstosssink.c:
23650 * sys/oss/gstosssrc.c:
23651 advertise correct template caps - we indeed do non-native endianness
23652 and 8bit audio has no endianness
23653 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23654 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23655 avoid (wrong) duplications in getcaps function and return
23658 2004-06-29 Wim Taymans <wim@fluendo.com>
23660 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23661 (gst_multifdsink_class_init), (gst_multifdsink_add),
23662 (gst_multifdsink_remove), (gst_multifdsink_clear),
23663 (gst_multifdsink_client_remove),
23664 (gst_multifdsink_handle_client_read),
23665 (gst_multifdsink_client_queue_data),
23666 (gst_multifdsink_client_queue_caps),
23667 (gst_multifdsink_client_queue_buffer),
23668 (gst_multifdsink_handle_client_write),
23669 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23670 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23671 (gst_multifdsink_init_send), (gst_multifdsink_close):
23672 Fix wrong GList iteration that could crash the server when
23673 more then 2 clients disconnect at the same time. Read all the
23674 pending commands in one batch to recover from command storms under
23677 2004-06-28 Wim Taymans <wim@fluendo.com>
23679 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23680 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23681 (gst_videomixer_pad_set_property),
23682 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23683 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23684 (gst_videomixer_class_init), (gst_videomixer_init),
23685 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23686 (pad_zorder_compare), (gst_videomixer_sort_pads),
23687 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23688 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23689 (gst_videomixer_update_queues), (gst_videomixer_loop),
23691 Avoid divide by zero, choose masterpad as the pad with the highest
23694 2004-06-27 Julien Moutte <julien@moutte.net>
23696 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23697 (gst_ximagesink_xwindow_new):
23698 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23699 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23700 function directly. We might want to call it from somewhere else one day.
23702 2004-06-27 Julien Moutte <julien@moutte.net>
23704 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23705 (gst_ximagesink_xwindow_new):
23706 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23707 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23708 window decorations.
23710 2004-06-27 Wim Taymans <wim@fluendo.com>
23712 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23713 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23714 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23715 (gst_dvdec_set_property), (gst_dvdec_get_property):
23716 * ext/dv/gstdvdec.h:
23717 Implement drop_factor property to lower the framerate with
23720 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23722 * gst-libs/gst/colorbalance/Makefile.am:
23723 * gst-libs/gst/mixer/Makefile.am:
23724 * gst-libs/gst/play/Makefile.am:
23725 * gst-libs/gst/tuner/Makefile.am:
23726 unbreak Company's fix that didn't install the -enum.h files
23728 2004-06-27 Wim Taymans <wim@fluendo.com>
23730 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23731 (gst_dvdec_change_state):
23732 * ext/dv/gstdvdec.h:
23733 Fix timestamp, duration and offset of the buffers.
23735 2004-06-27 Wim Taymans <wim@fluendo.com>
23737 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23738 (gst_multifdsink_class_init), (gst_multifdsink_add),
23739 (gst_multifdsink_remove), (gst_multifdsink_clear),
23740 (gst_multifdsink_client_remove),
23741 (gst_multifdsink_handle_client_read),
23742 (gst_multifdsink_client_queue_data),
23743 (gst_multifdsink_client_queue_caps),
23744 (gst_multifdsink_client_queue_buffer),
23745 (gst_multifdsink_handle_client_write),
23746 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23747 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23748 (gst_multifdsink_init_send), (gst_multifdsink_close):
23749 * gst/tcp/gstmultifdsink.h:
23750 * gst/tcp/gsttcpserversink.c:
23751 (gst_tcpserversink_handle_server_read),
23752 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23753 More multifdsink fixes, more recovery policy fixes.
23754 Removed stupid g_print
23756 2004-06-26 Wim Taymans <wim@fluendo.com>
23758 * gst/tcp/Makefile.am:
23759 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23760 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23761 (gst_multifdsink_class_init), (gst_multifdsink_init),
23762 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23763 (gst_multifdsink_handle_client_read),
23764 (gst_multifdsink_client_queue_data),
23765 (gst_multifdsink_client_queue_caps),
23766 (gst_multifdsink_client_queue_buffer),
23767 (gst_multifdsink_handle_client_write),
23768 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23769 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23770 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23771 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23772 (gst_multifdsink_close), (gst_multifdsink_change_state):
23773 * gst/tcp/gstmultifdsink.h:
23774 * gst/tcp/gsttcpplugin.c: (plugin_init):
23775 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23776 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23777 (gst_tcpserversink_handle_server_read),
23778 (gst_tcpserversink_handle_select),
23779 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23780 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23781 * gst/tcp/gsttcpserversink.h:
23782 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23783 one of the locks, added recovery policy to multifdsink.
23785 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23787 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23788 fix decision for when getting frames with same timestamp
23789 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23790 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23791 (gst_v4lsrc_get_property):
23792 * sys/v4l/gstv4lsrc.h:
23793 add latency offset property
23795 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23797 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23799 fix debugging. add category.
23801 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23803 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23806 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23808 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23809 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23810 (gst_alsa_src_change_state):
23811 return a time that is in sync with the element's processing
23813 2004-06-25 Wim Taymans <wim@fluendo.com>
23815 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23816 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23817 (gst_tcpserversink_client_remove),
23818 (gst_tcpserversink_handle_client_read),
23819 (gst_tcpserversink_client_queue_data),
23820 (gst_tcpserversink_client_queue_caps),
23821 (gst_tcpserversink_client_queue_buffer),
23822 (gst_tcpserversink_handle_client_write),
23823 (gst_tcpserversink_queue_buffer),
23824 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23825 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23826 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23827 (gst_tcpserversink_close):
23828 * gst/tcp/gsttcpserversink.h:
23829 Serversink rewrite. Really do non blocking writes to clients and
23830 maintain an internal queue to handle slower clients while not
23831 disturbing fast clients.
23833 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23835 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23836 better debug, don't override OFFSET and OFFSET_END
23838 2004-06-25 Iain <iain@prettypeople.org>
23840 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23841 name=source for the wavparse pipeline.
23843 2004-06-24 Johan Dahlin <johan@gnome.org>
23845 * ext/theora/theoraenc.c (theora_enc_chain): Call
23846 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23847 streamheader caps are set correctly.
23849 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23851 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23852 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23853 respect minimum bitrate; same could be done for max bitrate
23855 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23857 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23858 (gst_vorbisenc_setup):
23859 fix sample rate range
23861 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23863 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23864 (gst_oggvorbisenc_setup):
23865 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23866 (gst_vorbisenc_setup):
23867 resolve ambiguities in code and description
23869 2004-06-24 Wim Taymans <wim@fluendo.com>
23871 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23872 * ext/alsa/gstalsa.h:
23873 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23874 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23875 Use alsa trigger_tstamp to get the timestamp of the first
23876 sample in the buffer for more precise sync. Some cleanups.
23878 2004-06-24 Wim Taymans <wim@fluendo.com>
23880 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23881 (gst_audiorate_init), (gst_audiorate_chain),
23882 (gst_audiorate_set_property), (gst_audiorate_get_property):
23883 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23884 (gst_videorate_chain):
23885 Added some logging, fixed an overflow bug in videorate.
23887 2004-06-24 Benjamin Otte <otte@gnome.org>
23889 * ext/kio/Makefile.am:
23890 fix for builddir != srcdir and distcheck
23892 2004-06-24 Benjamin Otte <otte@gnome.org>
23894 * gst-libs/gst/colorbalance/Makefile.am:
23895 * gst-libs/gst/mixer/Makefile.am:
23896 * gst-libs/gst/play/Makefile.am:
23897 * gst-libs/gst/tuner/Makefile.am:
23898 * gst/tcp/Makefile.am:
23899 * sys/dxr3/Makefile.am:
23900 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23902 Also add all *.list files that were missing.
23904 add a distcheck hook to ensure the above doesn't happen again.
23906 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23908 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23910 2004-06-23 Colin Walters <walters@redhat.com>
23912 * m4/Makefile.am: Distribute gst-fionread.m4.
23914 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23916 * configure.ac: back to dev
23918 2004-06-23 Wim Taymans <wim@fluendo.com>
23920 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23921 (gst_alsa_xrun_recovery):
23922 * ext/alsa/gstalsa.h:
23923 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23924 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23925 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23926 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23927 (gst_alsa_src_loop):
23928 Add clock to alsasrc. Take new capture timestamp when
23929 restarting after an overrun. Split up some functions between
23930 alsasrc and alsasink.
23932 === release 0.8.2 ===
23934 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23936 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23937 (gst_alsa_change_state), (gst_alsa_update_avail),
23938 (gst_alsa_xrun_recovery):
23939 * ext/alsa/gstalsa.h:
23940 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23941 merge back changes from release
23943 2004-06-23 Wim Taymans <wim@fluendo.com>
23945 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23946 (gst_audiorate_init), (gst_audiorate_chain),
23947 (gst_audiorate_set_property), (gst_audiorate_get_property):
23948 Implement sample dropping and notify
23950 2004-06-22 Wim Taymans <wim@fluendo.com>
23952 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23953 (theora_enc_sink_link), (theora_buffer_from_packet),
23954 (theora_push_packet), (theora_enc_chain):
23955 Some cleanups, make sure the timestamps are correct.
23957 2004-06-22 Wim Taymans <wim@fluendo.com>
23959 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23960 (gst_alsa_change_state), (gst_alsa_update_avail),
23961 (gst_alsa_xrun_recovery):
23962 * ext/alsa/gstalsa.h:
23963 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23964 Cleanups, take queued samples into account when reporting
23967 2004-06-22 Wim Taymans <wim@fluendo.com>
23969 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23970 (gst_videorate_init):
23971 Initialize the property as well.
23973 2004-06-22 Wim Taymans <wim@fluendo.com>
23975 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23976 (gst_videorate_init), (gst_videorate_chain),
23977 (gst_videorate_set_property), (gst_videorate_get_property):
23978 Add property to make videorate silent.
23979 Add property to prefer new frames over old ones.
23981 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23983 * sys/osxvideo/Makefile.am:
23984 Workaround so that the osxvideo .so file gets linked with the
23985 Cocoa, OpenGL and QuickTime frameworks
23987 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23989 * sys/osxaudio/Makefile.am:
23990 Workaround so that the osxaudio .so file gets linked with the
23991 CoreAudio framework
23993 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23996 Whoops, my fault...fixed build issues
23998 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24001 Add objective-c support if running in Darwin/Mac OS X
24004 * sys/osxvideo/Makefile.am:
24005 * sys/osxvideo/osxvideosink.h:
24006 * sys/osxvideo/osxvideosink.m:
24007 * sys/osxvideo/cocoawindow.h:
24008 * sys/osxvideo/cocoawindow.m:
24009 Add osxvideosink, a cocoa-based osx video sink
24012 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24013 * ext/dvdnav/gst-dvd:
24014 Grab the gconf key from the right spot
24015 * gst/debug/gstnavseek.c: (gst_navseek_init),
24016 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24017 (gst_navseek_chain):
24018 * gst/debug/gstnavseek.h:
24019 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24020 and loop parameters of a segment seek.
24021 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24022 (gst_videotestsrc_get_event_masks),
24023 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24024 * gst/videotestsrc/gstvideotestsrc.h:
24025 Add seeking support to videotestsrc
24026 Initialise the timestamp_offset variable.
24028 2004-06-18 Wim Taymans <wim@fluendo.com>
24030 * ext/sidplay/gstsiddec.cc:
24031 Fix negotiation and set correct end offset.
24033 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24035 * configure.ac: branch and prerelease
24037 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24039 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24040 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24041 (gst_tcpclientsrc_init_receive):
24042 * gst/tcp/gsttcpclientsrc.h:
24043 read caps when connecting to server for GDP so we set them correctly
24045 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24047 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24048 notify drops and duplicates
24049 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24050 no good reason to limit ourselves to 100x100
24052 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24054 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24055 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24056 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24057 (gst_v4lsrc_get_property):
24058 * sys/v4l/gstv4lsrc.h:
24059 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24060 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24061 (gst_v4l_set_audio):
24062 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24063 (gst_v4lsrc_try_capture):
24064 * sys/v4l/v4lsrc_calls.h:
24065 change try_palette to more general try_capture
24066 add autoprobe option so we can turn off autoprobing
24069 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24073 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24074 (gst_ximagesink_class_init):
24075 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24076 (gst_xvimagesink_class_init):
24077 run them as finalize, not dispose, since dispose can be invoked
24080 2004-06-17 Wim Taymans <wim@fluendo.com>
24082 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24083 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24084 * ext/alsa/gstalsa.h:
24085 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24086 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24087 (gst_alsa_src_change_state):
24088 * ext/alsa/gstalsasrc.h:
24089 Make the xrun code timestamp and offset the buffers correctly.
24090 moved the clock to the base class, use alsa methods to get time.
24091 Do correct timestamping on outgoing buffers.
24093 2004-06-17 Wim Taymans <wim@fluendo.com>
24095 * gst/audiorate/Makefile.am:
24096 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24097 (gst_audiorate_base_init), (gst_audiorate_class_init),
24098 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24099 (gst_audiorate_set_property), (gst_audiorate_get_property),
24100 (gst_audiorate_change_state), (plugin_init):
24101 Added an audiorate converter that fills in gaps.
24103 2004-06-17 Johan Dahlin <johan@gnome.org>
24105 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24107 2004-06-16 Wim Taymans <wim@fluendo.com>
24109 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24110 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24111 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24112 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24113 (gst_v4lsrc_get_property):
24114 * sys/v4l/gstv4lsrc.h:
24115 Added a copy mode to v4lsrc where it will output a copied version
24116 of its internal hardware buffer.
24117 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24120 2004-06-16 Wim Taymans <wim@fluendo.com>
24122 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24125 2004-06-16 Wim Taymans <wim@fluendo.com>
24127 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24128 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24129 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24130 (gst_v4lsrc_get_property):
24131 * sys/v4l/gstv4lsrc.h:
24132 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24133 Added a sync mode enum property to control v4lsrc timestamp method
24134 Removed the use-fixed-fps property and moved functionality in
24136 Don't error on an error value from v4l-conf, it might not always
24139 2004-06-16 Wim Taymans <wim@fluendo.com>
24141 * gst/videorate/Makefile.am:
24142 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24143 (gst_videorate_base_init), (gst_videorate_class_init),
24144 (gst_videorate_getcaps), (gst_videorate_link),
24145 (gst_videorate_init), (gst_videorate_chain),
24146 (gst_videorate_set_property), (gst_videorate_get_property),
24147 (gst_videorate_change_state), (plugin_init):
24148 Added a video timestamp corrector.
24150 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24152 fixed a potential leak with previous commit
24154 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24156 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24158 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24159 Added missing refcount, fixes bug #144425
24160 Cheers Tim for finding the bug
24162 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24164 * sys/v4l/gstv4l.c: (plugin_init):
24165 * sys/v4l/gstv4lcolorbalance.c:
24166 * sys/v4l/gstv4lcolorbalance.h:
24167 * sys/v4l/gstv4lelement.c:
24168 * sys/v4l/gstv4lelement.h:
24169 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24170 * sys/v4l/gstv4lmjpegsink.h:
24171 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24172 * sys/v4l/gstv4lmjpegsrc.h:
24173 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24174 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24175 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24176 * sys/v4l/gstv4lsrc.h:
24177 * sys/v4l/gstv4ltuner.c:
24178 * sys/v4l/gstv4ltuner.h:
24179 * sys/v4l/gstv4lxoverlay.c:
24180 * sys/v4l/gstv4lxoverlay.h:
24181 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24182 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24183 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24184 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24185 (gst_v4l_set_audio):
24186 * sys/v4l/v4l_calls.h:
24187 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24188 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24189 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24190 (gst_v4lmjpegsink_playback_init),
24191 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24192 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24193 (gst_v4lmjpegsink_playback_stop),
24194 (gst_v4lmjpegsink_playback_deinit):
24195 * sys/v4l/v4lmjpegsink_calls.h:
24196 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24197 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24198 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24199 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24200 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24201 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24202 * sys/v4l/v4lmjpegsrc_calls.h:
24203 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24204 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24205 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24206 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24207 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24208 (gst_v4lsrc_try_palette):
24209 * sys/v4l/v4lsrc_calls.h:
24210 bunch of paranoia cleanups
24212 2004-06-14 David Schleef <ds@schleef.org>
24214 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24215 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24216 Send discont events and change timestamps appropriately when
24217 we get a seek event. (bug #144240)
24218 * ext/cdparanoia/gstcdparanoia.h:
24220 2004-06-14 Benjamin Otte <otte@gnome.org>
24222 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24223 snd_pcm_hw_params_set_rate since the latter fails for no good
24224 reason on some setups.
24226 2004-06-14 David Schleef <ds@schleef.org>
24228 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24229 standard. Thank you for playing.
24231 2004-06-14 Wim Taymans <wim@fluendo.com>
24233 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24234 Patch 1.3 broke the ordering of the colorspace info and
24235 made the plugin basically work by coincidence, reordered
24238 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24240 * ext/lame/gstlame.c:
24241 * ext/mad/gstmad.c:
24242 sync caps. Make sure mad can only output a list of rates, not
24243 a full range. In the future, have three caps lists for each of the
24244 mpeg versions. Change mpegversion to a double as well.
24246 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24248 * gst/volume/.cvsignore:
24249 * gst/volume/Makefile.am:
24250 * gst/volume/demo.c: (value_changed_callback), (idler),
24251 (setup_gui), (main):
24252 added small demo app
24254 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24255 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24256 * ext/esd/esdsink.h:
24257 Close the esd connection on pause, because esd will just wait -
24258 blocking all other esd clients indefinitely.
24260 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24262 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24263 previous commit with GST_DEBUG
24265 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24268 add a header check for a dvdread header in dvdnav. Fixes #133002
24270 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24272 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24273 * gst/tcp/gsttcpclientsink.h:
24274 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24275 * gst/tcp/gsttcpclientsrc.h:
24276 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24277 (gst_tcpserversink_handle_server_read),
24278 (gst_tcpserversink_init_send):
24279 * gst/tcp/gsttcpserversink.h:
24280 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24281 * gst/tcp/gsttcpserversrc.h:
24282 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24285 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24288 Added ogg library so that OSX detects libtheora properly
24290 2004-06-11 Wim Taymans <wim@fluendo.com>
24292 * ext/theora/theoradec.c: (theora_dec_chain),
24293 (theora_dec_change_state):
24294 Don't try to decode frames before we received a keyframe.
24296 2004-06-11 Wim Taymans <wim@fluendo.com>
24298 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24299 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24300 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24301 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24302 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24303 Added property to set the maximum delay of a page.
24305 2004-06-10 Wim Taymans <wim@fluendo.com>
24307 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24308 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24309 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24310 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24311 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24312 Added max-delay property to control the maximum amount
24313 of data to put in one page.
24315 2004-06-10 Wim Taymans <wim@fluendo.com>
24317 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24318 (gst_theora_enc_init), (theora_enc_sink_link),
24319 (theora_buffer_from_packet), (theora_enc_set_property),
24320 (theora_enc_get_property):
24321 Set duration on encoded buffer, added some more properties
24323 2004-06-10 Wim Taymans <wim@fluendo.com>
24325 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24326 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24327 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24328 * ext/theora/theoraenc.c: (theora_enc_chain):
24329 Fix refcounting bugs
24331 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24333 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24334 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24335 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24336 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24337 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24338 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24339 (gst_asf_demux_change_state):
24340 * gst/asfdemux/gstasfdemux.h:
24341 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24342 feels like. I think we should set a new requirement for demuxers
24343 from now on to implement sane loop functions, data loops, query
24344 and seek functions before first commit into CVS. And this commit
24345 fixes all of the above.
24347 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24349 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24350 vorbis comments are properly encoded in UTF-8 before adding them
24353 2004-06-09 Benjamin Otte <otte@gnome.org>
24355 * ext/alsa/gstalsa.c: (add_channels):
24356 handle min <= max correctly
24357 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24358 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24359 add fixation functions so we fixate correctly. No preferring of alaw
24360 anymore because it's the first structure.
24361 * ext/alsa/gstalsa.h:
24362 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24363 (gst_alsa_hw_params_dump):
24364 add functions to ease debugging in alsalib
24365 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24366 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24367 (gst_alsa_start_audio):
24368 only specify hw params if we really setup a format (fixes #134007 -
24369 or at least works around it)
24371 2004-06-09 Wim Taymans <wim@fluendo.com>
24373 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24374 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24375 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24376 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24377 (gst_ogg_mux_loop):
24378 Use stream caps to setup the initial pages in the ogg stream.
24379 Correctly set the streamheader caps on the srcpad.
24381 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24383 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24384 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24385 (gst_v4lsrc_getcaps):
24386 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24387 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24388 add querying of fps lists for webcams. Negotiating to a framerate
24391 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24393 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24394 (theora_push_buffer), (theora_push_packet),
24395 (theora_set_header_on_caps), (theora_enc_chain):
24396 mark buffers and put on streamheader, raw theora streaming
24397 now works too, whee
24399 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24401 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24402 (gst_tcp_gdp_read_caps):
24403 do a looping read for caps and GDP headers too
24405 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24407 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24408 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24409 return EOS instead of NULL in _get
24411 2004-06-08 Wim Taymans <wim@fluendo.com>
24413 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24414 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24415 (gst_tcp_gdp_write_caps):
24416 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24417 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24418 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24421 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24423 * ext/vorbis/Makefile.am:
24424 * ext/vorbis/vorbis.c: (plugin_init):
24425 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24426 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24427 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24428 (vorbis_parse_change_state):
24429 * ext/vorbis/vorbisparse.h:
24430 adding a vorbisparse element that marks the buffers, streaming
24431 raw vorbis using GDP now works, whee
24433 2004-06-08 Wim Taymans <wim@fluendo.com>
24435 * ext/jpeg/Makefile.am:
24437 * ext/jpeg/gstjpeg.c: (plugin_init):
24438 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24439 (gst_smokedec_base_init), (gst_smokedec_class_init),
24440 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24441 * ext/jpeg/gstsmokedec.h:
24442 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24443 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24444 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24445 (gst_smokeenc_resync), (gst_smokeenc_chain),
24446 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24447 * ext/jpeg/gstsmokeenc.h:
24448 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24449 (smokecodec_flush_destination), (smokecodec_term_destination),
24450 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24451 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24452 (smokecodec_term_source), (smokecodec_encode_new),
24453 (smokecodec_decode_new), (smokecodec_info_free),
24454 (smokecodec_set_quality), (smokecodec_get_quality),
24455 (smokecodec_set_threshold), (smokecodec_get_threshold),
24456 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24457 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24458 (smokecodec_parse_header), (smokecodec_decode):
24459 * ext/jpeg/smokecodec.h:
24460 Added a new simple jpeg based codec
24462 2004-06-08 Wim Taymans <wim@fluendo.com>
24464 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24465 (gst_multipart_mux_loop):
24468 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24470 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24471 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24472 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24473 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24474 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24475 * gst/tcp/gsttcpserversink.h:
24476 take streamheader into account
24478 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24480 * gst/level/Makefile.am:
24481 * gst/level/gstlevel.c: (gst_level_class_init):
24482 clean up marshal generation
24484 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24486 * gst/tcp/Makefile.am:
24487 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24488 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24489 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24490 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24491 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24492 (gst_tcpclientsrc_get_property):
24493 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24494 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24495 (gst_tcpserversink_handle_client_read),
24496 (gst_tcpserversink_handle_client_write),
24497 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24498 * gst/tcp/gsttcpserversink.h:
24499 add signals client-added and client-removed
24500 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24501 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24502 (gst_tcpserversrc_get_property):
24503 uniformized, change default protocol to NONE
24504 * gst/tcp/gsttcp-marshal.list: added
24505 2004-06-07 Benjamin Otte <otte@gnome.org>
24507 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24508 handle discont events if they happen before caps nego
24510 2004-06-07 Wim Taymans <wim@fluendo.com>
24512 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24513 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24514 (gst_multipart_demux_plugin_init):
24515 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24516 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24517 (gst_multipart_mux_change_state):
24518 Small updates, fix a memleak
24520 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24522 * configure.ac: OSS portability
24523 * ext/arts/gst_arts.c: idem
24524 * sys/oss/gstosselement.c: idem
24525 * sys/oss/gstossmixer.c: idem
24526 * sys/oss/gstosssink.c: idem
24527 * sys/oss/gstosssrc.c: idem
24528 * sys/oss/oss_probe.c: idem
24529 - check for soundcard.h in different places for some BSD
24531 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24534 Add me to the authors file
24536 Increase the libdv requirement to >= version 0.100
24537 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24538 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24539 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24540 * ext/dv/gstdvdec.h:
24541 Add support for the new_media flag when sending DISCONT events
24542 Make the querying work when video pad is not linked
24544 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24546 reviewed by Benjamin Otte <otte@gnome.org>
24548 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24549 create a NULL-initialized array of pads, so we don't think they
24550 exist already. (fixes #143130)
24552 2004-06-07 Benjamin Otte <otte@gnome.org>
24554 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24555 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24556 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24557 don't use // coments
24559 2004-06-07 Benjamin Otte <otte@gnome.org>
24561 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24562 cast to GstClockTime to get higher granularity
24563 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24564 use gst_element_set_time_delay to get the exact time
24565 * ext/mad/gstmad.c: (gst_mad_chain):
24566 use the negotiated rate instead of the current frame's rate which
24567 might be wrong because of bit errors. This avoids emitting totally
24568 bogus timestamps and screwing sync.
24571 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24573 reviewed by Benjamin Otte <otte@gnome.org>
24575 * gst/adder/gstadder.c: (gst_adder_loop):
24576 properly error out when no negotiation has happened yet. (fixes
24579 2004-06-06 Benjamin Otte <otte@gnome.org>
24581 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24582 forward correctly transformed offset in discont events. Based on
24583 patch by Arwed v. Merkatz. (fixes #142851)
24585 2004-06-06 David Schleef <ds@schleef.org>
24587 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24588 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24589 problems on several systems.
24591 2004-06-06 Benjamin Otte <otte@gnome.org>
24593 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24594 use explicit caps on the srcpad
24595 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24596 properly error out if caps couldn't be set (fixes #142764)
24598 2004-06-06 Benjamin Otte <otte@gnome.org>
24600 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24601 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24602 (gst_alsa_start_audio):
24603 - don't call set_periods_integer anymore, it breaks the
24604 configuration randomly
24605 - call snd_pcm_hw_params_set_access directly instead of using masks
24606 - don't fail if the sw_params can't be set, just use the default
24607 params and hope it works. Alsalib has weird issues when you touch
24608 sw_params and does no proper error reporting about what failed.
24609 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24610 (gst_alsa_close_audio):
24611 make our alsa debugging go via gst debugging and not conditionally
24613 * ext/alsa/gstalsa.h:
24614 add ALSA_DEBUG_FLUSH macro
24615 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24617 wrap alsa errors to be printed via the gst debugging system and not
24620 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24622 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24623 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24624 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24625 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24626 (qtdemux_parse_trak):
24627 * gst/qtdemux/qtdemux.h:
24628 Bitch. Also known as seeking, querying & co.
24629 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24630 (gst_osssink_change_state):
24631 * sys/oss/gstosssink.h:
24632 Resyncing is for weenies, this hack is no longer needed and was
24633 broken anyway (since it - unintendedly - always leaves resync to
24636 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24638 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24639 * gst/tcp/gsttcpclientsrc.h: idem
24640 - define MSG_NOSIGNAL if not done
24641 - include unistd.h for off_t
24644 2004-06-05 Benjamin Otte <otte@gnome.org>
24647 * ext/kio/Makefile.am:
24648 check for qt's moc preprocessor explicitly and use it
24650 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24652 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24653 don't get a signal for EPIPE on socket writes
24654 (somebody check if this works on other platforms)
24656 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24658 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24659 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24660 check error condition on available samples correctly
24662 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24664 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24666 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24667 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24668 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24669 (gst_tcpserversrc_gdp_read_header):
24670 use ssize_t over size_t since the former is signed and thus the
24671 check for error codes can work
24673 2004-06-02 Wim Taymans <wim@fluendo.com>
24677 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24678 (gst_multipart_mux_loop):
24681 2004-06-02 Wim Taymans <wim@fluendo.com>
24683 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24684 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24685 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24686 (gst_multipart_mux_change_state):
24687 Added configurable boundary specifier, added the value as a
24688 caps field as well.
24690 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24692 * gst/tcp/gsttcp.c:
24693 * gst/tcp/gsttcpclientsrc.c:
24694 * gst/tcp/gsttcpclientsrc.h:
24695 * gst/tcp/gsttcpserversrc.c:
24696 - portability fix, to compile on OSX
24699 * sys/osxaudio/gstosxaudioelement.c:
24700 * sys/osxaudio/gstosxaudiosink.c:
24701 * sys/osxaudio/gstosxaudiosrc.c:
24702 - compilation warnings on OSX
24705 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24707 * ext/vorbis/vorbisdec.c : sign warning fixes
24709 * gst-libs/gst/mixer/mixertrack.c :
24710 do no use defines which are glib 2.4 specific
24712 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24714 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24715 buffer since libflac doesn't expect it (reports a sync error when
24716 it encounters that)
24719 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24721 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24722 * gst-libs/gst/mixer/mixertrack.c:
24723 (gst_mixer_track_get_property), (get_mixer_track_init),
24724 (get_mixer_track_get_property): Added property accessors
24725 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24726 * gst-libs/gst/mixer/mixeroptions.c:
24727 (gst_mixer_options_get_values): Added
24728 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24729 * gst-libs/gst/mixer/mixer.c: Fixed comment
24732 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24734 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24735 improve error messages on open
24738 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24740 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24741 check if v4l-conf is in path
24743 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24745 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24746 change assert to a more readable error message
24748 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24750 * gst-libs/gst/tuner/tunerchannel.h:
24751 - add a freq_multiplicator field to make the conversion
24752 between internal frequency unit and Hz
24753 * sys/v4l/gstv4lelement.c:
24754 * sys/v4l2/gstv4l2element.c:
24755 - change default video device to /dev/video0
24756 * sys/v4l/v4l_calls.c:
24757 * sys/v4l2/v4l2_calls.c:
24758 - we only expose frequency to the user in Hz instead of
24759 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24761 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24762 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24763 Initialise b_o_s and e_o_s variables
24764 * gst-libs/gst/riff/riff-media.c:
24765 (gst_riff_create_video_caps_with_data):
24766 Add some unusual fourcc's from mplayer avi's
24767 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24768 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24771 2004-05-28 Wim Taymans <wim@fluendo.com>
24774 * gst/alpha/Makefile.am:
24775 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24776 (gst_alpha_get_type), (gst_alpha_base_init),
24777 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24778 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24779 (gst_alpha_chroma_key), (gst_alpha_chain),
24780 (gst_alpha_change_state), (plugin_init):
24781 A plugin to add an alpha channel to I420 video. Can optionally do
24783 * gst/multipart/Makefile.am:
24784 * gst/multipart/multipart.c: (plugin_init):
24785 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24786 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24787 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24788 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24789 (gst_multipart_demux_change_state),
24790 (gst_multipart_demux_plugin_init):
24791 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24792 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24793 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24794 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24795 (gst_multipart_mux_pad_unlink),
24796 (gst_multipart_mux_request_new_pad),
24797 (gst_multipart_mux_handle_src_event),
24798 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24799 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24800 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24801 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24802 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24803 send multipart jpeg images to a browser.
24804 * gst/videobox/Makefile.am:
24805 * gst/videobox/README:
24806 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24807 (gst_video_box_get_type), (gst_video_box_base_init),
24808 (gst_video_box_class_init), (gst_video_box_init),
24809 (gst_video_box_set_property), (gst_video_box_get_property),
24810 (gst_video_box_sink_link), (gst_video_box_i420),
24811 (gst_video_box_ayuv), (gst_video_box_chain),
24812 (gst_video_box_change_state), (plugin_init):
24813 Crops or adds borders around an image. can do alpha channel
24815 * gst/videomixer/Makefile.am:
24816 * gst/videomixer/README:
24817 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24818 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24819 (gst_videomixer_pad_get_sink_event_masks),
24820 (gst_videomixer_pad_get_property),
24821 (gst_videomixer_pad_set_property),
24822 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24823 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24824 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24825 (gst_videomixer_base_init), (gst_videomixer_class_init),
24826 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24827 (gst_videomixer_handle_src_event),
24828 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24829 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24830 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24831 (gst_videomixer_loop), (gst_videomixer_get_property),
24832 (gst_videomixer_set_property), (gst_videomixer_change_state),
24834 Generic video mixer plugin, can handle multiple inputs all with
24835 different framerates and video sizes. Is fully alpha channel
24838 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24840 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24841 Select first track as master track. Not sure how else to handle
24843 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24844 Discard discont events. Should fix #142962.
24846 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24848 * ext/alsa/Makefile.am:
24849 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24850 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24851 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24852 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24853 (gst_alsa_mixer_get_option):
24854 * ext/alsa/gstalsamixer.h:
24855 * ext/alsa/gstalsamixeroptions.c:
24856 (gst_alsa_mixer_options_get_type),
24857 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24858 (gst_alsa_mixer_options_new):
24859 * ext/alsa/gstalsamixeroptions.h:
24860 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24861 * ext/alsa/gstalsamixertrack.h:
24862 Add enumerations (as GstMixerOptions). Make correct distinction
24863 between input/output tracks. Add capture/playback private flag.
24864 Use flag to decide on whether to set capture or playback volumes
24865 or switches. Use playback and record switches.
24866 * gst-libs/gst/mixer/Makefile.am:
24867 * gst-libs/gst/mixer/mixer-marshal.list:
24868 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24869 (gst_mixer_set_option), (gst_mixer_get_option),
24870 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24871 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24872 * gst-libs/gst/mixer/mixer.h:
24873 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24874 (gst_mixer_options_class_init), (gst_mixer_options_init),
24875 (gst_mixer_options_dispose):
24876 * gst-libs/gst/mixer/mixeroptions.h:
24877 Add GstMixerOptions.
24878 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24879 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24880 broken device detection on computers with multiple OSS sound
24883 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24885 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24886 fixate nicely even when the peer is not negotiating
24888 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24890 * gst/audioconvert/gstaudioconvert.c:
24891 (gst_audio_convert_parse_caps):
24892 make sure we don't allow depth > width
24893 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24894 fixate endianness to G_BYTE_ORDER as default
24895 * gst/audioscale/gstaudioscale.c:
24896 we don't handle another endianness as host-endianness
24898 2004-05-25 David Schleef <ds@schleef.org>
24900 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24902 2004-05-24 Benjamin Otte <otte@gnome.org>
24904 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24905 (gst_oggvorbisenc_setup):
24906 properly fail when we can't setup the vorbis encoder due to
24907 unsupported settings
24908 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24909 (gst_vorbisenc_setup):
24911 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24912 fix case where warnings occured when one pad was unlinked while the
24913 other's link function was called
24915 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24917 * gst/tcp/Makefile.am:
24920 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24922 * gst-libs/gst/resample/private.h:
24923 don't use optimizations that are #if 0'ed
24925 2004-05-24 Wim Taymans <wim@fluendo.com>
24927 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24928 Fix potential division by zero error and hopefully get
24929 the position query right to get correct timestamps on avi
24932 2004-05-24 Wim Taymans <wim@fluendo.com>
24934 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24935 (gst_videoscale_scale_nearest_str2),
24936 (gst_videoscale_scale_nearest_str4),
24937 (gst_videoscale_scale_nearest_32bit),
24938 (gst_videoscale_scale_nearest_24bit),
24939 (gst_videoscale_scale_nearest_16bit):
24940 Fix the scaling algorithm and avoid a buffer overflow.
24941 removed the while loop in the scaling function as it
24942 was used for point sampling only.
24944 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24946 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24947 (gst_id3_tag_class_init), (gst_id3_tag_init),
24948 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24949 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24950 (gst_id3_tag_send_tag_event):
24951 lots of fixes to make id3mux work and id3demux work correctly
24953 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24956 add rules to build shout2send (was removed by accident
24957 when this module was no more marked experimental/broken)
24959 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24961 * ext/shout2/gstshout2.c:
24962 * ext/shout2/gstshout2.h:
24963 adding a "connection problem" signal to shout2send
24966 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24968 * ext/kio/kioreceiver.cpp:
24969 * ext/kio/kioreceiver.h:
24970 fix sign comparison issues
24972 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24974 * gst/cdxaparse/gstcdxaparse.c:
24975 * gst/cdxaparse/gstcdxaparse.h:
24977 add some checks/sanity
24978 prepare for seek addition
24980 * sys/sunaudio/gstsunaudio.c:
24981 remove exported dupe init function
24983 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24985 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24986 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24987 Fix format conversion and position querying.
24988 * gst/debug/progressreport.c: (gst_progressreport_report):
24989 Don't output a bogus total value that we didn't query.
24990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24991 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24992 only a blank window after xine has been used.
24994 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24997 sync with upstream version to fix test on FC2
24998 readd with -ko to preserve Id header
25000 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25003 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25004 * gst/tcp/gsttcpclientsrc.c: idem
25005 * gst/tcp/gsttcpserversink.c: idem
25006 * gst/tcp/gsttcpserversrc.c: idem
25007 * m4/gst-fionread.m4: idem
25009 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25011 * configure.ac: enable speex plugin for speex 1.1.5+
25012 * ext/speex/gstspeexenc.c: fix cast warning
25014 * ext/esd/README: fix typo
25016 2004-05-20 David Schleef <ds@schleef.org>
25018 * configure.ac: Minor cosmetic change to convince the buildbot to
25020 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25021 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25022 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25023 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25024 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25025 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25026 More hacking. Plays audio now.
25028 2004-05-20 David Schleef <ds@schleef.org>
25033 2004-05-20 David Schleef <ds@schleef.org>
25035 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25036 * sys/osxaudio/gstosxaudio.c:
25037 * sys/osxaudio/gstosxaudioelement.c:
25038 * sys/osxaudio/gstosxaudioelement.h:
25039 * sys/osxaudio/gstosxaudiosink.c:
25040 * sys/osxaudio/gstosxaudiosink.h:
25041 * sys/osxaudio/gstosxaudiosrc.c:
25042 * sys/osxaudio/gstosxaudiosrc.h:
25044 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25046 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25047 (gst_vorbisenc_chain):
25048 put the codec headers on the caps as streamheader as well as
25051 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25053 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25054 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25055 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25056 split up push_packet into two functions
25058 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25060 * gst/tcp/.cvsignore:
25062 * gst/tcp/Makefile.am:
25064 * gst/tcp/gsttcp.c:
25065 * gst/tcp/gsttcp.h:
25066 * gst/tcp/gsttcpclientsink.c:
25067 * gst/tcp/gsttcpclientsink.h:
25068 * gst/tcp/gsttcpclientsrc.c:
25069 * gst/tcp/gsttcpclientsrc.h:
25070 * gst/tcp/gsttcpplugin.c:
25071 * gst/tcp/gsttcpserversink.c:
25072 * gst/tcp/gsttcpserversink.h:
25073 * gst/tcp/gsttcpserversrc.c:
25074 * gst/tcp/gsttcpserversrc.h:
25075 add new tcp elements
25077 2004-05-19 Wim Taymans <wim@fluendo.com>
25079 * gst/law/mulaw-conversion.c: (mulaw_encode):
25080 Fix overflow bug in ulaw encoding.
25082 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25084 * ext/mad/gstmad.c: (gst_mad_handle_event):
25085 don't unref the event twice
25087 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25090 remove -Wno-sign-compare
25092 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25095 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25096 if you want to work against glib 2.2 and 2.4
25098 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25100 * gst/tcp/Makefile.am:
25101 * gst/tcp/gsttcp.c:
25102 * gst/tcp/gsttcp.h:
25103 * gst/tcp/gsttcpsink.h:
25104 * gst/tcp/gsttcpsrc.h:
25105 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25107 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25109 * gst/debug/tests.c: (md5_get_value):
25110 fix segfault on gst-inspect
25112 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25114 * gst/debug/testplugin.c:
25115 * gst/debug/tests.c:
25116 * gst/debug/tests.h:
25117 add new extensible and configurable testing element. Current tests
25118 include buffer count, stream length, timestamp/duration matching and
25120 * gst/debug/Makefile.am:
25121 * gst/debug/gstdebug.c: (plugin_init):
25122 add infrastructure for new element
25124 2004-05-19 Johan Dahlin <johan@gnome.org>
25126 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25127 ending of the array. Fixes gst-inspect segfault on ppc.
25129 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25131 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25133 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25135 2004-05-18 David Schleef <ds@schleef.org>
25137 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25138 warnings (bugs, actually) noticed by gcc but not forte.
25140 2004-05-18 David Schleef <ds@schleef.org>
25142 * sys/sunaudio/Makefile.am:
25143 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25145 2004-05-18 David Schleef <ds@schleef.org>
25147 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25148 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25149 to allow qtdemux to use non-seekable streams. (bug #142272)
25151 2004-05-18 David Schleef <ds@schleef.org>
25153 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25154 (gst_resample_sinc_ft_float): Remove use of static temporary
25155 buffer. This code was obviously not supposed to last long, but
25156 it's stuck in our ABI, so it required a little hack to make it
25157 ABI-compatible. Fixes #142585.
25158 * gst-libs/gst/resample/resample.h: same.
25160 2004-05-18 David Schleef <ds@schleef.org>
25162 * configure.ac: Add sunaudio
25163 * examples/Makefile.am: make gstplay depend on gconf
25164 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25165 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25166 (convert_table_lookup), (img_convert): remove c99-isms
25167 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25168 unsigned, to fix a warning on Solaris
25169 * gst/mpeg1sys/systems.c: bcopy->memcpy
25170 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25171 * sys/Makefile.am: Add sunaudio
25173 2004-05-18 Wim Taymans <wim@fluendo.com>
25175 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25176 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25177 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25178 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25179 (gst_ogg_mux_loop):
25180 Fix an ugly memleak where the muxer didn't flush enough ogg
25181 pages. This also resulted in badly muxed ogg files.
25183 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25185 * gst/asfdemux/asfheaders.c :
25186 * gst/asfdemux/asfheaders.h :
25187 * gst/asfdemux/gstasfdemux.c :
25188 - fix ASF_OBJ_PADDING guid
25189 - add 3 new object guids (language list, metadata,
25190 extended stream properties)
25191 - add a function to parse extended header objects
25193 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25195 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25196 remove leftover debugging g_print
25198 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25200 * ext/mad/gstmad.c: (gst_mad_handle_event):
25201 Fix for when the first format in a discont event is not a
25202 byte-based one. Should fix #137710.
25204 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25206 * m4/a52.m4 : fix compilation with -Wall -Werror
25207 * m4/libfame.m4 : idem
25208 * m4/libmikmod.m4 : idem
25210 2004-05-17 Benjamin Otte <otte@gnome.org>
25212 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25213 signal the new tags before giving up the reference
25215 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25217 * ext/shout2/gstshout2.c:
25218 use application/ogg instead of application/x-ogg (patch by Patrick
25219 Guimond, fixes #142432)
25220 * sys/oss/gstosselement.c: (gst_osselement_reset),
25221 (gst_osselement_sync_parms):
25222 don't set fragment size unless specified (fixes #142493)
25224 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25226 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25229 2004-05-17 Benjamin Otte <otte@gnome.org>
25231 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25232 compute offsets correctly for internal buffers so timestamps are set
25233 correctly when we can't seek. Also handle cases where there are no
25234 offsets. (based on a patch by David Moore, fixes #142507)
25236 2004-05-17 Benjamin Otte <otte@gnome.org>
25238 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25239 use correct variable when determining amount of data to skip so we
25240 don't skip into the void and segfault
25242 2004-05-16 Benjamin Otte <otte@gnome.org>
25244 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25247 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25249 * gst/asfdemux/gstasfdemux.c:
25250 - fix a mem leak and always propagate tags
25251 - add WMV3 to known video codecs (but no decoder yet)
25252 - replace "surplus data" at end of audio header for what
25253 it is : codec specific data
25256 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25258 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25260 * gst-libs/gst/audio/audioclock.c:
25261 Fix wrong return type (#142205).
25263 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25265 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25266 Ignore CRCs by default (fixes #142566).
25268 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25270 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25271 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25272 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25273 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25274 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25275 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25276 Fix for cases where we fail to attach to a mixer.
25278 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25280 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25281 Don't touch events after not owning them anymore.
25282 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25283 (gst_wavparse_fmt), (gst_wavparse_other),
25284 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25285 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25286 (gst_wavparse_srcpad_event):
25287 * gst/wavparse/gstwavparse.h:
25288 Add seeking, fix querying.
25290 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25292 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25293 - process comments even if they don't end with \0\0
25294 g_convert would ignore them if present and works well without them
25296 2004-05-16 Benjamin Otte <otte@gnome.org>
25298 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25301 2004-05-16 Benjamin Otte <otte@gnome.org>
25303 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25304 don't write to memory we might not write to - g_convert does that
25305 for us anyway (fixes #142613)
25306 (gst_asf_demux_audio_caps):
25307 comment out gst_util_dump_mem
25309 2004-05-16 Benjamin Otte <otte@gnome.org>
25311 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25312 compute correct expected timestamps after seek (broken since
25314 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25315 rename element and debugging category to gdkpixbufscale
25317 2004-05-16 Benjamin Otte <otte@gnome.org>
25319 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25320 add error checking to snd_pcm_delay and remove duplicate call to
25321 snd_pcm_delay that caused issues (see inline code comments)
25322 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25323 make more readable and fix return value when snd_pcm_delay fails
25326 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25327 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25328 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25329 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25330 (gst_pixbufscale_link), (gst_pixbufscale_init),
25331 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25332 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25333 (gst_pixbufscale_get_property), (pixbufscale_init):
25334 * ext/gdk_pixbuf/pixbufscale.h:
25335 Add these files I forgot earlier
25337 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25338 * ext/gdk_pixbuf/Makefile.am:
25339 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25340 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25341 Add new pixbufscale element to scale RGB video
25342 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25343 and HYPER interpolation correctly.
25344 * ext/theora/theoraenc.c: (theora_enc_chain),
25345 Discard buffer and return if explicit caps could not be set
25346 (theora_enc_get_property):
25347 Make _get return kbps for the bitrate consistent with
25351 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25353 * ext/libvisual/visual.c: (gst_visual_chain):
25354 add missing visual_audio_analyze
25356 2004-05-14 David Schleef <ds@schleef.org>
25358 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25359 is killed while we're playing.
25360 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25361 gst_element_no_more_pads().
25363 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25365 * gst-libs/gst/riff/riff-read.c :
25366 - fix INFO tag extraction in RIFF/AVI files
25367 because gst_event_unref (event) also freed taglist
25370 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25372 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25373 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25375 * gst/auparse/gstauparse.c :
25376 - add code (commented for now) to support audio/x-adpcm on src pad
25377 (we have no decoder for those layout yet)
25379 * gst/cdxaparse/gstcdxaparse.c :
25380 * gst/cdxaparse/gstcdxaparse.h :
25381 - partial rewrite using RiffRead (ripped iain's wavparse code)
25383 * gst/rtp/gstrtpL16enc.c : typo
25384 * gst/rtp/gstrtpgsmenc.c : typo
25386 2004-05-13 Benjamin Otte <otte@gnome.org>
25389 check for exact version of libvisual, it's not supposed to be
25392 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25394 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25395 signal no-more-pads
25397 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25399 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25400 Report which format was used for GST_FORMAT_DEFAULT
25401 * gst/debug/Makefile.am:
25402 * gst/debug/gstdebug.c: (plugin_init):
25403 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25404 (gst_progressreport_class_init), (gst_progressreport_init),
25405 (gst_progressreport_report), (gst_progressreport_set_property),
25406 (gst_progressreport_get_property), (gst_progressreport_chain),
25407 (gst_progressreport_plugin_init):
25408 Add progressreport element for testing.
25410 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25412 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25413 * sys/v4l/gstv4lsrc.h:
25414 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25415 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25416 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25417 (gst_v4lsrc_grab_frame):
25419 send a discont at start
25421 2004-05-12 Colin Walters <walters@redhat.com>
25423 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25424 inflooping if we can't find a chunk. Or in other words, don't blow
25425 chunks if we don't have a chunk to blow.
25427 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25428 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25429 Remove old debug output
25430 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25431 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25432 (gst_dvdec_set_property), (gst_dvdec_get_property):
25433 Change the quality setting to an enum, so it works from gst-launch
25434 Don't renegotiate a non-linked pad. Allows audio only decoding.
25435 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25436 (gst_deinterlace_link), (gst_deinterlace_init):
25437 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25438 (gst_videodrop_link):
25439 Some caps negotiation fixes
25441 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25443 * ext/tarkin/gsttarkin.c :
25444 - Change RANK from NONE to PRIMARY
25445 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25446 - Change RANK from NONE to MARGINAL
25447 * ext/divx/gstdivxenc.c :
25448 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25450 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25452 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25453 (gst_vorbisenc_push_packet):
25454 copy a function that was added between 1.0 and 1.0.1 until we
25455 depend on worthwhile features of post-1.0
25457 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25460 enable shout2 by default
25461 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25462 (gst_shout2send_base_init), (gst_shout2send_init),
25463 (gst_shout2send_connect), (gst_shout2send_change_state):
25464 * ext/shout2/gstshout2.h:
25465 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25467 * ext/theora/theora.c: (plugin_init):
25468 don't set rank on encoders
25470 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25472 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25473 Use codec_data property instead of flag1 and flag2 for wma
25475 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25477 * gst/cdxaparse/gstcdxaparse.c :
25478 - Add mpegversion to CAPS to make it link
25479 - Rank is as GST_RANK_SECONDARY instead of NONE
25480 * gst/auparse/gstauparse.c :
25481 - Document all audio encoding we can encounter from Solaris 9
25482 headers and libsndfile information.
25483 - Increase max. rate from 48000 to 192000 (to match other elements)
25484 - Don't try to play junk data between header and samples
25486 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25488 * ext/libvisual/visual.c: (gst_visual_getcaps):
25489 use the right caps depending on endianness (I hope)
25490 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25491 use GST_RANK_NONE for all non-decoding elements or spider gets
25494 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25496 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25497 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25499 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25501 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25502 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25503 (gst_switch_loop), (gst_switch_get_type):
25504 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25505 HEADERS. Had to be said.
25507 2004-05-10 David Schleef <ds@schleef.org>
25509 * configure.ac: Add prototype Dirac support.
25511 * ext/dirac/Makefile.am:
25512 * ext/dirac/gstdirac.cc:
25513 * ext/dirac/gstdiracdec.cc:
25515 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25517 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25518 (gst_auparse_init), (gst_auparse_chain),
25519 (gst_auparse_change_state):
25520 Hack around spider. Remove me some day please.
25522 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25524 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25525 Fix for some uninitialized variables in previous patch, also
25526 makes it work. Fixes #142286 while we're at it.
25528 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25530 * gst/auparse/gstauparse.c:
25531 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25532 only unsupported formats are ADPCM/CCITT G.72x
25534 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25536 2004-05-10 Wim Taymans <wim@fluendo.com>
25538 * ext/vorbis/Makefile.am:
25539 * ext/vorbis/README:
25540 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25541 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25542 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25543 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25544 (gst_oggvorbisenc_convert_sink),
25545 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25546 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25547 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25548 (get_constraints_string), (update_start_message),
25549 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25550 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25551 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25552 * ext/vorbis/oggvorbisenc.h:
25553 * ext/vorbis/vorbis.c: (plugin_init):
25554 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25555 (raw_caps_factory), (gst_vorbisenc_class_init),
25556 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25557 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25558 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25559 * ext/vorbis/vorbisenc.h:
25560 Added a raw vorbis encoder to be used with the oggmuxer.
25561 We still need the old encoder for some gnome applications,
25562 read the README to find out how that works.
25563 The raw encoder is called "rawvorbisenc" until 0.9.
25565 2004-05-10 Wim Taymans <wim@fluendo.com>
25567 * ext/ogg/gstogg.c: (plugin_init):
25568 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25570 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25571 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25572 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25573 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25574 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25575 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25576 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25577 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25578 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25579 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25580 Added an ogg muxer.
25581 Small typo fixes in the demuxer.
25583 2004-05-10 Wim Taymans <wim@fluendo.com>
25585 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25586 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25587 (theora_enc_change_state), (theora_enc_set_property),
25588 (theora_enc_get_property):
25589 Mark the last packet with an EOS flag which is not really needed
25591 Do some better video framerate initialisation.
25592 Update the buffer timestamp.
25594 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25596 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25597 Return the result of the parent state change call
25599 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25601 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25602 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25603 * gst/law/alaw-encode.c : (idem)
25604 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25605 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25606 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25608 2004-05-09 Benjamin Otte <otte@gnome.org>
25610 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25611 don't use a fixed buffer size when writing variable length data to
25612 it. Fixes memory corruption and makes alsasrc work
25614 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25616 * ext/gnomevfs/gstgnomevfssink.c:
25617 (_gst_boolean_allow_overwrite_accumulator),
25618 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25619 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25620 RUN_LAST, and don't use that to set the accumulator value because
25621 then it's always FALSE.
25623 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25625 * gst-libs/gst/riff/riff-media.c:
25626 (gst_riff_create_video_caps_with_data),
25627 (gst_riff_create_audio_caps),
25628 (gst_riff_create_audio_template_caps):
25629 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25630 Fix for unaligned RIFF files (i.e. where all the chunks together
25631 in a LIST chunk are not of the same size as the size given in
25632 the LIST chunk header). Fixes several odd WAVE files. Also fix
25633 ADPCM (block_align property) in audio, so that wavparse based
25634 on this works now as it used to stand-alone.
25636 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25638 reviewed by Benjamin Otte <otte@gnome.org>
25640 * ext/a52dec/gsta52dec.c:
25641 * ext/divx/gstdivxdec.c:
25642 * ext/divx/gstdivxenc.c:
25643 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25644 * ext/faac/gstfaac.c: (gst_faac_base_init):
25645 * ext/faad/gstfaad.c: (gst_faad_base_init):
25646 * ext/ivorbis/vorbisfile.c:
25647 * ext/lame/gstlame.c:
25648 * ext/libfame/gstlibfame.c:
25649 * ext/mpeg2enc/gstmpeg2enc.cc:
25650 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25651 * ext/sidplay/gstsiddec.cc:
25652 * ext/speex/gstspeexdec.c:
25653 * ext/speex/gstspeexenc.c:
25654 * ext/xvid/gstxviddec.c:
25655 * ext/xvid/gstxvidenc.c:
25656 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25659 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25661 * ext/alsa/gstalsa.c: (device_list),
25662 (gst_alsa_class_probe_devices):
25663 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25664 Fix alsa oddness in mixer after the combination of using mixer
25665 in source/sink elements and using hw:x,y instead of just hw:x.
25667 2004-05-09 Benjamin Otte <otte@gnome.org>
25669 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25670 (gst_wavparse_create_sourcepad):
25671 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25674 2004-05-09 Benjamin Otte <otte@gnome.org>
25676 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25677 allow discont events before caps nego
25679 2004-05-08 Benjamin Otte <otte@gnome.org>
25681 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25684 2004-05-08 Benjamin Otte <otte@gnome.org>
25686 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25687 (gst_level_change_state), (gst_level_init):
25688 * gst/level/gstlevel.h:
25689 figure out if we're initialized directly instead of keeping a
25690 variable that's wrong in 90% of cases
25691 don't initialize pads and then leak them and use a new unitialized
25692 pad. (fixes #142084)
25693 these were bugs so n00bish I didn't find them for an hour :/
25695 2004-05-08 Iain <iain@prettypeople.org>
25697 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25698 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25699 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25700 return the length that was read.
25701 (gst_riff_read_strf_auds): Allow fmt tags as well.
25703 2004-05-07 David Schleef <ds@schleef.org>
25705 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25706 signed char assumption in faad.h.
25708 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25710 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25711 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25713 2004-05-07 Colin Walters <walters@redhat.com>
25715 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25716 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25718 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25719 Add dispose function.
25721 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25722 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25723 Fix caps nego and pad templates. RGB mode caps should
25725 * ext/dvdnav/gst-dvd:
25726 Move mpeg2dec inside the thread because otherwise the
25727 queue rejects cap changes mid-stream
25728 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25729 (gst_mpeg2dec_flush_decoder):
25730 For mpeg2dec > 0.4.0, call the flush function instead of
25731 manually extracting all in-flight frames.
25732 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25733 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25734 Change mime type video/dv go video/x-dv to match the
25735 rest of gst-plugins
25737 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25739 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25740 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25741 (gst_alsa_sink_class_init):
25742 * ext/alsa/gstalsasink.h:
25743 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25744 (gst_alsa_src_class_init):
25745 * ext/alsa/gstalsasrc.h:
25746 Make alsasink/src a subclass of alsamixer so that mixer stuff
25747 shows up in gst-rec. Needs some finetuning.
25749 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25751 * ext/lame/gstlame.c: (gst_lame_chain):
25753 * ext/mad/gstmad.c: (gst_mad_handle_event):
25755 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25756 be able to detect mp3 files < 4096 bytes
25758 2004-05-06 Wim Taymans <wim@fluendo.com>
25760 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25761 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25762 (theora_enc_set_property), (theora_enc_get_property):
25763 Also encode the first frame, cleanup some code.
25765 2004-05-06 Wim Taymans <wim@fluendo.com>
25767 * ext/mpeg2enc/gstmpeg2enc.cc:
25768 Forward events first before deciding that negotiation was
25771 2004-05-06 Wim Taymans <wim@fluendo.com>
25773 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25774 First process the events before deciding that negotiation
25777 2004-05-06 Wim Taymans <wim@fluendo.com>
25779 * ext/theora/Makefile.am:
25780 * ext/theora/theora.c: (plugin_init):
25781 * ext/theora/theoradec.c: (theora_dec_change_state):
25782 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25783 (gst_theora_enc_class_init), (gst_theora_enc_init),
25784 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25785 (theora_enc_chain), (theora_enc_change_state),
25786 (theora_enc_set_property), (theora_enc_get_property):
25787 Added a theora encoder, grouped the encoder and decoder into the
25790 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25792 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25793 (gst_jpegenc_chain):
25794 fix DURATION on outgoing buffers
25795 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25796 debug using time formats
25797 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25798 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25799 (gst_xvimagesink_sink_link):
25800 windows with width/height 0 generate X errors, so don't allow them
25802 2004-05-05 Wim Taymans <wim@fluendo.com>
25804 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25805 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25806 (gst_mpeg2dec_negotiate_format):
25807 * ext/mpeg2dec/gstmpeg2dec.h:
25808 removed the static pad template so that we can add the
25809 more accurate framerate value to the caps.
25812 2004-05-04 Benjamin Otte <otte@gnome.org>
25815 check for kdemacros.h, too (should fix #141821)
25816 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25817 don't crash if no header was sent, but nicely error out (fixes part
25820 2004-05-04 Wim Taymans <wim@fluendo.com>
25822 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25823 parent dispose function to avoid segfault on destroy.
25825 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25827 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25829 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25830 (gst_xvimagesink_sink_link):
25831 clean up debugging caps
25832 also recreate xvimage when format has changed
25834 2004-05-04 Benjamin Otte <otte@gnome.org>
25836 * ext/libvisual/Makefile.am:
25837 * ext/libvisual/visual.c: (gst_visual_class_init),
25838 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25839 (gst_visual_srclink), (gst_visual_chain),
25840 (gst_visual_change_state), (plugin_init):
25841 use a GstAdapter to correctly adapt buffer sizes - allows using a
25844 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25846 * sys/v4l/gstv4lelement.h:
25847 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25848 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25849 (gst_v4lsrc_buffer_free):
25850 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25851 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25852 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25853 (gst_v4lsrc_requeue_frame):
25854 move some debugging categories around
25855 query for fps index and set accordingly if found
25857 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25859 * ext/lame/gstlame.c:
25860 correct defaults that lame_init puts out of range
25862 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25864 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25865 (gst_divxenc_class_init):
25866 fix range since -1 is the default
25867 * gst/mpeg1sys/gstmpeg1systemencode.c:
25868 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25869 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25870 (gst_rtjpegdec_chain):
25871 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25872 (gst_rtjpegenc_chain):
25873 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25874 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25875 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25876 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25877 * sys/v4l/gstv4lsrc.c:
25878 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25879 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25880 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25881 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25882 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25883 remove gst_info calls
25885 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25894 Updated translations
25896 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25898 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25899 refactor/comment code
25901 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25903 * gst/asfdemux/Makefile.am:
25904 * gst/asfdemux/asfheaders.c:
25905 * gst/asfdemux/asfheaders.h:
25906 * gst/asfdemux/gstasf.c: (plugin_init):
25907 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25908 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25909 (gst_asf_demux_setup_pad):
25910 * gst/asfdemux/gstasfdemux.h:
25911 * gst/asfdemux/gstasfmux.c:
25912 * gst/asfdemux/gstasfmux.h:
25913 Add tagging support to demuxer, split out registration in its own
25914 file instead of in demux (hacky), and prevent having some tables
25915 in our memory multiple times (in asfheaders.h).
25917 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25919 * gst/matroska/matroska-demux.c:
25920 (gst_matroska_demux_parse_metadata):
25921 * gst/matroska/matroska-ids.h:
25922 Basic tag reading support.
25924 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25926 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25927 Really detect ac-3 audio.
25928 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25929 really detect matroska files (off-by-1).
25931 2004-04-30 David Schleef <ds@schleef.org>
25933 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25934 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25935 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25936 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25937 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25938 hackage -- parse a lot more atoms, extract a few tags. One might even
25939 mistake this for tag support. Maybe it is.
25940 * gst/qtdemux/qtdemux.h:
25942 2004-04-30 Colin Walters <walters@verbum.org>
25944 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25946 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25948 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25949 (gst_ffmpegcolorspace_getcaps):
25950 remove broken nego fix
25952 2004-04-30 Benjamin Otte <otte@gnome.org>
25956 * ext/libvisual/Makefile.am:
25957 * ext/libvisual/visual.c:
25958 add initial support for libvisual (http://libvisual.sourceforge.net)
25959 libvisual is still quite alpha, so expect crashes in there :)
25961 2004-04-29 David Schleef <ds@schleef.org>
25963 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25964 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25965 up qtdemux to make it spit out codec_data. Do _not_ look at this
25966 code; you will no longer respect me.
25968 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25970 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25971 * ext/alsa/gstalsa.h :
25972 change alsa pcm device discovery to find more than 1 device
25973 per card. code review by Ronald.
25975 2004-04-29 David Schleef <ds@schleef.org>
25977 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25978 Add a check for a driver bug on FreeBSD. (bug #140565)
25980 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25982 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25983 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25984 (gst_jpegenc_getcaps):
25985 move format setting to inner loop
25986 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25987 (gst_ffmpegcolorspace_getcaps):
25988 use GST_PAD_CAPS if available so that we use already negotiated
25990 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25991 (qtdemux_parse_moov), (qtdemux_parse):
25993 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25994 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25995 move hardcoded path to DEFINE
25997 2004-04-28 David Schleef <ds@schleef.org>
25999 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26002 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26004 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26005 Don't probe for playback device if we're a source element. Fixes
26008 2004-04-29 Benjamin Otte <otte@gnome.org>
26010 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26011 (gst_id3_tag_chain):
26012 rewrite buffer offset
26014 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26018 * ext/dts/Makefile.am:
26019 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26020 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26021 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26022 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26023 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26024 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26026 * ext/dts/gstdtsdec.h:
26028 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26029 (gst_faad_srcconnect):
26030 Add ESDS atom handling (.m4a).
26032 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26034 * ext/divx/gstdivxdec.c: (plugin_init):
26035 Remove comment that makes no sense.
26036 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26037 Fix for obvious typo that resulted in warnings during gst-register.
26038 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26039 (gst_xviddec_sink_link):
26040 Fix caps negotiation a bit better.
26041 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26042 We call this 'codec_data', not 'esds'.
26044 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26046 * gst/monoscope/gstmonoscope.c:
26047 make sure we only provide 256x128
26048 * gst/monoscope/monoscope.c: (monoscope_init):
26049 assert size of 256x128
26051 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26054 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26055 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26056 fixate to max width and height of device
26058 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26061 * sys/v4l/gstv4l.c:
26062 * sys/v4l/gstv4lsrc.c:
26063 * sys/v4l/v4l_calls.c:
26064 * sys/v4l/v4lsrc_calls.c:
26065 fix for qc-usb driver which fakes having more than one buffer
26066 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26067 buffer_free override
26070 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26073 * gst/videotestsrc/gstvideotestsrc.c:
26074 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26075 (gst_videotestsrc_init), (gst_videotestsrc_get),
26076 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26077 * gst/videotestsrc/gstvideotestsrc.h:
26078 add num-buffers property
26080 2004-04-26 Benjamin Otte <otte@gnome.org>
26082 * ext/mad/gstid3tag.c: (plugin_init):
26083 set id3mux rank to NONE so it doesn't confuse spider
26084 require audio/mpeg,mpegversion=1 in id3mux
26086 2004-04-26 Benjamin Otte <otte@gnome.org>
26089 detect faad correctly as non-working if it's indeed non-working
26091 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26094 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26095 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26096 fix _getcaps so it only negotiates to its supported format
26098 2004-04-25 Benjamin Otte <otte@gnome.org>
26100 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26103 2004-04-23 Benjamin Otte <otte@gnome.org>
26105 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26106 audio/x-raw-int with height rules! not. Now it's depth.
26108 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26110 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26111 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26112 (gst_wavparse_loop):
26113 Missing variable initialization. Add handling of DVI ADPCM. Fix
26114 mis-parsing of LIST chunks. This works around a bug where we mis-
26115 parse non-aligning LIST chunks (so LIST chunks where the contents
26116 don't align with the actual LIST size). The correct fix is to use
26117 rifflib, I'm not going to fix wavparse - too much work. All this
26120 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26122 reviewed by Benjamin Otte <otte@gnome.org>
26124 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26125 fix shoutcast not working (fixes #140844)
26127 2004-04-22 Benjamin Otte <otte@gnome.org>
26129 * ext/hermes/gsthermescolorspace.c:
26130 (gst_hermes_colorspace_caps_remove_format_info):
26131 * gst/colorspace/gstcolorspace.c:
26132 (gst_colorspace_caps_remove_format_info):
26133 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26134 (gst_ffmpegcolorspace_caps_remove_format_info):
26135 s/gst_caps_simplify/gst_caps_do_simplify/
26137 2004-04-22 Benjamin Otte <otte@gnome.org>
26139 * gst-libs/gst/riff/riff-media.c:
26140 (gst_riff_create_video_caps_with_data):
26141 mpegversion is an int
26142 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26143 don't try to create pad templates with NULL caps, use any caps
26146 2004-04-20 David Schleef <ds@schleef.org>
26148 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26149 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26152 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26154 reviewed by David Schleef
26156 * ext/mad/gstid3tag.c: Add stdlib.h
26157 * gst/rtp/gstrtpgsmenc.c: same
26158 * gst/tags/gstid3tag.c: same
26159 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26160 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26161 GST_DISABLE_LOADSAVE use.
26162 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26163 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26164 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26166 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26167 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26169 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26170 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26172 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26175 2004-04-20 David Schleef <ds@schleef.org>
26177 * gst/realmedia/rmdemux.c: This was supposed to part of the
26178 last checkin. Same idea.
26180 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26182 reviewed by David Schleef
26184 * configure.ac: bump required gstreamer version to 0.8.1.1
26185 because of following changes [--ds]
26187 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26188 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26189 (gst_riff_read_header): Use GST_READ_UINT*
26190 macros to access possibly unaligned memory.
26192 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26193 (mp3_type_find): Use GST_READ_UINT*
26194 macros to access possibly unaligned memory.
26195 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26196 (speex_type_find): Likewise
26198 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26200 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26201 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26202 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26203 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26204 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26205 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26206 macros to access possibly unaligned memory.
26208 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26211 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26212 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26214 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26217 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26218 (gst_mpeg2subt_chain_subtitle): Likewise.
26220 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26221 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26224 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26227 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26230 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26233 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26236 update required version of GStreamer because of GST_TIME_FORMAT
26238 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26240 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26241 remove leftover g_print
26242 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26243 don't try setting only a subset of the caps. We don't want to kill
26244 autoplugging on purpose
26246 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26248 * sys/ximage/ximagesink.c: (plugin_init):
26249 * sys/xvimage/xvimagesink.c: (plugin_init):
26250 add debugging categories
26252 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26256 Adding en_GB translation (Gareth Owen)
26258 2004-04-20 David Schleef <ds@schleef.org>
26260 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26261 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26262 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26263 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26264 A number of new features and hacks to extract the esds atom and
26265 put it into the caps. (bug #137724)
26267 2004-04-19 David Schleef <ds@schleef.org>
26269 * gconf/Makefile.am: Fix for non-GNU make
26270 * gst-libs/gst/Makefile.am: Change directory order to handle
26271 GstPlay linking with gstinterfaces
26272 * gst-libs/gst/audio/make_filter: make use of tr portable
26273 * gst-libs/gst/play/Makefile.am: Add intended \
26274 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26275 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26276 function prototype instead of void *.
26277 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26279 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26280 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26281 * gst/videofilter/make_filter: make use of tr portable
26282 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26284 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26288 Added Ukrainian translation (Maxim V. Dziumanenko)
26290 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26292 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26293 (gst_gsmdec_link), (gst_gsmdec_chain):
26294 Fix capsnego, simplify chain function slightly.
26295 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26298 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26300 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26301 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26302 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26303 Hack to make wavparse work with spider (always -> sometimes pad).
26304 Fixes #135862 && #140411.
26306 2004-04-18 Benjamin Otte <otte@gnome.org>
26308 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26309 (gst_osselement_rate_probe_check),
26310 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26311 get rid of \n in debug output
26313 2004-04-17 Iain <iain@prettypeople.org>
26315 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26318 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26320 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26321 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26322 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26323 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26324 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26325 (gst_id3_tag_change_state), (plugin_init):
26326 deprecate id3tag element and replace with id3demux/id3mux.
26327 great side effect: this ugly file is now even uglier, yay!
26328 * ext/mad/gstmad.h:
26329 remove non-available function
26330 update for new get_type
26332 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26335 require mpeg2dec >= 0.4.0
26337 2004-04-17 Benjamin Otte <otte@gnome.org>
26339 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26340 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26341 (gst_xvimagesink_set_xwindow_id):
26342 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26343 assorted cleanup fixes.
26345 2004-04-16 David Schleef <ds@schleef.org>
26347 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26348 * sys/xvimage/xvimagesink.h: same
26350 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26352 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26353 Fix GST_ELEMENT_ERROR with (NULL)
26355 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26357 * gst-libs/gst/riff/riff-media.c:
26358 (gst_riff_create_video_caps_with_data):
26359 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26361 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26363 * gst-libs/gst/riff/riff-media.c:
26364 (gst_riff_create_video_caps_with_data),
26365 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26366 (gst_riff_create_video_template_caps),
26367 (gst_riff_create_audio_template_caps):
26368 * gst-libs/gst/riff/riff-media.h:
26369 * gst-libs/gst/riff/riff-read.c:
26370 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26371 * gst-libs/gst/riff/riff-read.h:
26372 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26373 Add MS RLE support. I added some functions to read out strf chunks
26374 into strf chunks and the data behind it. This is usually color
26375 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26376 caps creation. Lastly, add ADPCM (similar to wavparse - which
26377 should eventually be rifflib based).
26378 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26379 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26380 * gst/matroska/matroska-demux.h:
26381 Remove placeholders for some prehistoric tagging system. Didn't add
26382 support for any tag system really anyway.
26383 * gst/qtdemux/qtdemux.c:
26384 Add support for audio/x-m4a (MPEG-4) through spider.
26385 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26386 (gst_wavparse_loop):
26387 ADPCM support (#135862). Increase max. buffer size because we
26388 cannot split buffers for ADPCM (screws references) and I've seen
26389 files with 2048 byte chunks. 4096 seems safe for now.
26391 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26393 * configure.ac: bump nano to 1
26395 === release 0.8.1 ===
26397 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26399 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26401 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26403 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26404 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26407 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26409 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26410 lower rank of dvddemux so that it's not used for mpeg playback.
26412 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26415 save libs correctly when checking mad
26417 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26419 * ext/mad/gstid3tag.c: (plugin_init):
26420 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26422 2004-04-13 David Schleef <ds@schleef.org>
26424 * common/m4/gst-feature.m4: Call -config scripts with
26425 --plugin-libs if it is supported.
26426 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26427 JPEG images are image/jpeg.
26428 * gst/debug/Makefile.am:
26429 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26430 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26431 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26432 (gst_negotiation_plugin_init): Add a property that acts like
26434 * testsuite/gst-lint: Move license checking to be a standard
26437 2004-04-13 David Schleef <ds@schleef.org>
26439 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26440 patch from Sebastien Cote (bug #139958)
26442 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26444 * examples/gstplay/Makefile.am:
26445 * examples/gstplay/player.c: (main):
26446 make the commandline player example use gconf settings
26448 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26450 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26451 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26452 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26453 init/end library during state transition, not object
26454 creation/disposal. get rid of custom dispose handler.
26457 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26459 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26462 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26464 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26465 Handle JUNK chunks inside data section. Prevents warnings.
26467 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26469 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26470 (gst_riff_create_video_template_caps):
26472 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26473 (gst_avi_demux_stream_data):
26474 Add support for "rec-list" chunks.
26476 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26478 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26479 Fix another codecname mismatch.
26481 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26483 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26484 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26485 so that MJPEG plays back.
26487 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26489 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26490 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26491 * gst/mpeg1videoparse/gstmp1videoparse.h:
26492 Fix for some slight mis-cuts in buffer parsing, and for some
26493 potential overflows or faults-causers. Adds disconts. Also fixes
26494 #139105 while we're at it.
26496 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26499 * sys/v4l2/gstv4l2element.h:
26500 Workaround for missing struct v4l2_buffer declaration in Suse 9
26501 and Mandrake 10 linux/videodev2.h header file (#135919).
26503 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26505 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26506 Bail out if no filename was given.
26508 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26510 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26511 (gst_v4l2_fourcc_from_structure):
26512 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26515 2004-04-09 Benjamin Otte <otte@gnome.org>
26517 * ext/gnomevfs/gstgnomevfssink.c:
26518 (_gst_boolean_allow_overwrite_accumulator),
26519 (gst_gnomevfssink_class_init):
26520 fix erase signal - if any handler returns false the file will not be
26521 overwritten. If no handler is connected, the file will not be
26522 overwritten either.
26523 renamed signal to "allow-overwrite"
26524 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26525 free string when adding it to ID3 failed
26526 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26527 unref event when done
26528 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26530 * gst/typefind/gsttypefindfunctions.c:
26531 (mpeg_video_stream_type_find):
26534 2004-04-08 David Schleef <ds@schleef.org>
26536 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26537 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26539 2004-04-08 David Schleef <ds@schleef.org>
26541 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26542 we don't support (bug #139532)
26544 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26546 * ext/mad/gstmad.c: (gst_mad_handle_event),
26547 (gst_mad_check_caps_reset), (gst_mad_chain),
26548 (gst_mad_change_state):
26549 only set explicit caps if they haven't been set before for
26550 this stream. MPEG-audio sample rate/channels aren't allowed
26551 to change in-stream.
26554 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26556 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26557 (_gst_boolean_did_something_accumulator),
26558 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26559 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26560 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26561 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26562 (gst_gnomevfssink_change_state):
26563 Fix erase signal. Don't erase by default. Remove handoff signal.
26564 Remove erase property. Don't segfault. General cleanup.
26566 2004-04-07 Benjamin Otte <otte@gnome.org>
26568 * gst-libs/gst/gconf/test-gconf.c: (main):
26569 add missing gst_init
26571 2004-04-07 Benjamin Otte <otte@gnome.org>
26573 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26574 free the mutexes, too
26576 2004-04-07 Benjamin Otte <otte@gnome.org>
26578 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26579 actually free the URI string
26580 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26581 compute offset correctly when passing discont events
26582 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26583 don't leak discont events
26584 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26585 add some missing breaks so caps aren't copied randomly
26586 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26587 if we realloc memory, we better use it
26589 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26591 * ext/mad/gstmad.c: (normal_seek):
26592 fix GST_FORMAT_TIME usage
26594 2004-04-05 David Schleef <ds@schleef.org>
26596 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26597 a deprecated function (hack!)
26599 2004-04-05 Benjamin Otte <otte@gnome.org>
26601 * ext/esd/esdmon.c: (gst_esdmon_get):
26602 fix nonterminated vararg and memleak
26604 2004-04-05 Benjamin Otte <otte@gnome.org>
26606 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26607 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26608 (gst_ladspa_set_property), (gst_ladspa_get_property),
26609 (gst_ladspa_instantiate), (gst_ladspa_activate),
26610 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26613 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26615 reviewed by Benjamin Otte <otte@gnome.org>
26617 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26618 check for broken LADSPA parameters (fixes #138635)
26620 2004-04-05 Benjamin Otte <otte@gnome.org>
26622 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26623 advertise buffer-frames correctly on sinkpads
26625 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26627 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26628 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26629 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26630 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26631 (gst_mad_check_caps_reset), (gst_mad_chain):
26632 add more debugging, only reset caps when we're not in error state
26634 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26636 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26638 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26640 reviewed by Benjamin Otte <otte@gnome.org>
26643 fix == in test(1) operator
26645 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26647 reviewed by Benjamin Otte <otte@gnome.org>
26650 fix --export-symblos-regex to a working regex.
26652 2004-04-04 Benjamin Otte <otte@gnome.org>
26654 * sys/oss/.cvsignore:
26657 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26659 reviewed by Benjamin Otte <otte@gnome.org>
26661 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26662 add missing 'new_media' argument (fixes #138168)
26663 * gst/matroska/matroska-demux.c:
26664 (gst_matroska_demux_handle_seek_event):
26665 add vararg terminator (fixes #138169)
26667 2004-04-02 David Schleef <ds@schleef.org>
26669 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26670 disted (bug #138914)
26672 2004-04-01 Benjamin Otte <otte@gnome.org>
26674 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26675 (gst_alsa_close_audio):
26676 handle case better where a soundcard can't pause
26677 * ext/ogg/gstoggdemux.c:
26678 don't crash when we get events but don't have pads yet
26680 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26682 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26683 throw an error if we couldn't probe any caps.
26685 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26687 * ext/dvdnav/gst-dvd:
26688 Add a really simple sample DVD player
26690 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26692 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26693 (gst_a52dec_push), (gst_a52dec_handle_event),
26694 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26695 (gst_a52dec_change_state):
26696 * ext/a52dec/gsta52dec.h:
26697 Use a debug category, Output timestamps correctly
26698 Emit tag info, Handle events, tell liba52dec about cpu
26699 capabilities so it can use MMX etc.
26700 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26701 Fix a crasher accessing invalid memory
26702 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26703 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26704 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26705 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26707 Some support for byte-format seeking.
26708 Small fixes for still frames and menu button overlays
26709 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26710 (gst_mpeg2dec_alloc_buffer):
26711 Use a debug category. Adjust the report level of several items to
26712 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26713 so it doesn't lose the GstBuffer pointer
26714 * gst/debug/Makefile.am:
26715 * gst/debug/gstdebug.c: (plugin_init):
26716 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26717 (gst_navseek_base_init), (gst_navseek_class_init),
26718 (gst_navseek_init), (gst_navseek_seek),
26719 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26720 (gst_navseek_get_property), (gst_navseek_chain),
26721 (gst_navseek_plugin_init):
26722 * gst/debug/gstnavseek.h:
26723 Add the navseek debug element for seeking back and forth in a
26724 video stream using arrow keys.
26725 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26726 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26727 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26728 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26729 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26730 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26731 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26732 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26733 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26734 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26735 * gst/mpeg2sub/gstmpeg2subt.h:
26736 Pretty much a complete rewrite. Now a loopbased element. May still
26737 require work to properly synchronise subtitle buffers.
26738 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26739 (gst_dvd_demux_send_subbuffer):
26740 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26741 Don't attempt to create subbuffers of size 0
26742 Reduce a couple of error outputs to warnings.
26743 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26744 (gst_y4mencode_chain):
26745 Output the y4m frame header correctly.
26747 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26749 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26750 throw errors instead of allowing SIGFPE
26752 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26754 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26755 (gst_gconf_render_bin_from_key):
26756 leak plugging and style fixing
26758 2004-03-31 David Schleef <ds@schleef.org>
26760 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26761 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26763 * gst/debug/Makefile.am:
26764 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26765 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26767 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26768 (gst_negotiation_base_init), (gst_negotiation_class_init),
26769 (gst_negotiation_init), (gst_negotiation_getcaps),
26770 (gst_negotiation_pad_link), (gst_negotiation_chain),
26771 (gst_negotiation_set_property), (gst_negotiation_get_property),
26772 (gst_negotiation_plugin_init): New element to talk about random
26773 negotiation things happening in a pipeline.
26775 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26777 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26778 fix integer addition with help of Stefan Kost
26780 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26782 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26784 2004-03-30 David Schleef <ds@schleef.org>
26786 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26787 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26788 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26790 * ext/mpeg2dec/gstmpeg2dec.h:
26792 2004-03-30 David Schleef <ds@schleef.org>
26794 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26796 2004-03-30 David Schleef <ds@schleef.org>
26798 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26799 Michael Petullo) to handle .mov
26801 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26803 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26804 (gst_osselement_rate_check_rate):
26805 probe caps correctly for sound cards that only support one format
26807 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26809 * ext/kio/kiosrc.cpp: (process_events):
26810 update handling event processing if inside KDE - untested
26812 2004-03-29 David Schleef <ds@schleef.org>
26814 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26815 by 2 to not interfere with other colorspaces.
26816 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26817 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26818 one to not interfere with ffmpeg_colorspace.
26820 2004-03-29 David Schleef <ds@schleef.org>
26822 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26823 aren't in the caps.
26824 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26825 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26827 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26829 * gst-libs/gst/riff/riff-media.c:
26830 fail on error, don't try to set stuff on NULL caps
26832 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26836 * ext/kio/Makefile.am:
26837 * ext/kio/kioreceiver.cpp:
26838 * ext/kio/kioreceiver.h:
26839 * ext/kio/kiosrc.cpp:
26840 * ext/kio/kiosrc.h:
26841 add experimental kiosrc plugin
26842 * ext/alsa/gstalsaplugin.c: (plugin_init):
26843 initialize debugging category only when we're sure registering the
26846 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26848 * examples/gstplay/player.c: (main):
26849 * gst-libs/gst/play/play.c: (gst_play_class_init),
26850 (gst_play_set_location), (gst_play_set_data_src),
26851 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26852 (gst_play_set_visualization), (gst_play_connect_visualization):
26853 check return values of element_set_state and return FALSE where
26856 2004-03-29 Benjamin Otte <otte@gnome.org>
26858 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26859 try harder to check if an event is really a discont
26861 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26863 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26866 2004-03-28 Benjamin Otte <otte@gnome.org>
26868 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26869 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26870 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26871 get rid of non-standard "..." ranges in case statements.
26873 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26875 * gst/mpegstream/gstmpegdemux.c:
26876 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26877 specific functionality split to the new dvddemux element.
26878 * gst/mpegstream/gstdvddemux.c:
26879 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26880 streams, derived from mpegdemux.
26881 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26882 up. SCR based timestamp rewriting can be turned off (will probably
26883 completely disappear soon).
26884 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26885 hacking. General cleanup. All printf statements replaced by
26886 debugging messages. Almost complete libdvdnav support.
26887 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26888 by events. New properties for audio and subpicture languages.
26889 (dvdnavsrc_update_highlight): Now uses events.
26890 (dvdnavsrc_user_op): Cleaned up.
26891 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26892 based). Lots of cleanup, and propper support for most libdvdnav
26894 (dvdnavsrc_make_dvd_event): New function.
26895 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26896 (dvdnavsrc_make_clut_change_event): New function.
26898 2004-03-26 Benjamin Otte <otte@gnome.org>
26900 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26901 fix bug where typefinding would claim it's theora whenever less then
26902 7 bytes of data were available
26904 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26906 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26907 (gst_alawdec_base_init), (gst_alawdec_class_init),
26908 (gst_alawdec_init), (gst_alawdec_chain):
26909 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26910 (gst_alawenc_base_init), (gst_alawenc_class_init),
26911 (gst_alawenc_init), (gst_alawenc_chain):
26912 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26913 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26914 (gst_mulawdec_init), (gst_mulawdec_chain):
26915 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26916 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26917 (gst_mulawenc_init), (gst_mulawenc_chain):
26918 Fix capsnego in all four, remove the unused property functions and
26919 simplify the chain functions slightly. I guess we could use macros
26920 or something similar for those, since the code is so similar, but
26921 I'm currently too lazy...
26923 2004-03-24 David Schleef <ds@schleef.org>
26925 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26926 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26927 (gst_osselement_get_format_structure),
26928 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26929 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26930 (gst_osselement_rate_int_compare): Add code to handle rate probing
26932 * sys/oss/gstosselement.h: same
26933 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26934 Use rate probing provided by osselement.
26935 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26937 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26939 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26940 (gst_xvidenc_get_property):
26943 2004-03-24 David Schleef <ds@schleef.org>
26945 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26946 (gst_speexdec_init):
26947 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26948 (gst_speexenc_init): Create the pad template correctly (from
26949 the static pad template, not a NULL pointer.)
26951 2004-03-25 Benjamin Otte <otte@gnome.org>
26953 * gst/debug/Makefile.am:
26954 * gst/debug/breakmydata.c:
26955 add element that quasi-randomly changes bytes in the stream.
26956 Intended use is robustness checking of demuxers and decoders in
26959 2004-03-24 Benjamin Otte <otte@gnome.org>
26961 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26962 (gst_alsa_probe_hw_params):
26963 * ext/alsa/gstalsa.h:
26964 debugging output fixes
26966 2004-03-24 Benjamin Otte <otte@gnome.org>
26968 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26969 don't g_return_if_fail if element is PLAYING, fail silently as every
26971 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26972 only fix needed for cast lvalue issues in gst-plugins
26973 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26976 2004-03-24 Benjamin Otte <otte@gnome.org>
26978 * gst/level/gstlevel.c: (gst_level_init):
26979 add proxying getcaps function, so level doesn't advertise impossible
26982 2004-03-24 David Schleef <ds@schleef.org>
26984 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26985 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26986 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26987 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26988 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26989 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26990 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26991 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26992 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26993 messages. Divide the chunk size by the compression ratio
26994 (needed for MACE audio)
26996 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26998 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26999 Fix buffer overflow read error.
27001 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27003 * ext/alsa/gstalsa.h:
27004 Remove unused entry.
27005 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27007 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27008 (gst_videodrop_link), (gst_videodrop_chain):
27009 Fix, sort of. Was horribly broken with new capsnego. Bah...
27011 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27013 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27015 Add a monkeysaudio typefind function
27017 2004-03-23 Johan Dahlin <johan@gnome.org>
27019 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27020 (gst_play_video_fixate): Check so the structure has the field
27021 before trying to fixate them, this makes it possible to have
27022 fakesinks for video and audio output without printing errors on
27023 the output console.
27025 2004-03-22 David Schleef <ds@schleef.org>
27027 * sys/oss/Makefile.am:
27028 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27029 (check_rate), (add_rate): Rate probing test app.
27031 2004-03-21 Benjamin Otte <otte@gnome.org>
27033 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27034 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27035 add a fixation function that pretty much does the right thing (fixes
27038 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27040 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27042 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27044 reviewed by: Benjamin Otte <otte@gnome.org>
27046 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27047 terminate gst_event_new_discontinuous correctly (fixes parts of
27050 2004-03-19 David Schleef <ds@schleef.org>
27052 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27053 since it doesn't depend on X, and it's part of our ABI.
27055 2004-03-19 Iain <iain@prettypeople.org>
27057 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27058 is_int in the structure, not the local variable.
27060 2004-03-19 David Schleef <ds@schleef.org>
27062 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27063 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27064 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27065 Improvements in caps negotiation.
27067 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27071 adding Afrikaans (Petri Jooste)
27073 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27075 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27076 (gst_ffmpegcolorspace_chain):
27077 throw error instead of g_critical (#137588)
27079 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27083 dist common and m4 correctly
27086 2004-03-17 David Schleef <ds@schleef.org>
27088 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27091 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27095 adding Swedish translation (Christian Rose)
27097 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27099 * Makefile.am: use release.mak
27101 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27103 * common/ChangeLog:
27104 * common/gst-autogen.sh:
27105 add some explanation about the version detection
27109 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27111 * configure.ac: bump nano to 1
27113 === release 0.8.0 ===
27115 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27117 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27119 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27122 update libtool version
27123 * gst-libs/gst/media-info/Makefile.am:
27124 actually use libtool version
27126 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27128 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27130 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27133 * gst-plugins.spec.in:
27134 * pkgconfig/Makefile.am:
27135 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27136 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27137 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27138 * pkgconfig/gstreamer-libs.pc.in:
27139 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27140 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27141 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27142 * pkgconfig/gstreamer-plugins.pc.in:
27143 remove @VERSION@ from some of the pc files since core and plugins
27145 created gstreamer-plugins.pc as it's a better name, but keeping
27146 -libs around for now to get fixes upstream done first.
27148 2004-03-15 Julien MOUTTE <julien@moutte.net>
27150 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27151 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27152 * gst-libs/gst/play/play.h:
27154 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27156 * *.c, *.cc: don't mix tabs and spaces
27158 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27160 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27161 use the new ffmpegcolorspace
27162 * gst-plugins.spec.in:
27163 package new colorspace and media-info
27165 * pkgconfig/Makefile.am:
27166 fix some more disting issues
27167 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27168 * pkgconfig/gstreamer-media-info.pc.in:
27169 generate media-info pc files
27171 2004-03-15 Johan Dahlin <johan@gnome.org>
27173 * *.h: Revert indenting
27175 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27178 adding ffmpegcolorspace element
27179 * gst/ffmpegcolorspace/Makefile.am:
27180 * gst/ffmpegcolorspace/avcodec.h:
27181 * gst/ffmpegcolorspace/common.h:
27182 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27183 * gst/ffmpegcolorspace/dsputil.h:
27184 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27185 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27186 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27187 (gst_ffmpeg_caps_to_pix_fmt):
27188 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27189 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27190 (gst_ffmpegcolorspace_caps_remove_format_info),
27191 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27192 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27193 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27194 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27195 (gst_ffmpegcolorspace_set_property),
27196 (gst_ffmpegcolorspace_get_property),
27197 (gst_ffmpegcolorspace_register):
27198 * gst/ffmpegcolorspace/imgconvert.c:
27199 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27200 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27201 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27202 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27203 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27204 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27205 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27206 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27207 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27208 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27209 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27210 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27211 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27212 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27213 (img_get_alpha_info), (deinterlace_line),
27214 (deinterlace_line_inplace), (deinterlace_bottom_field),
27215 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27216 * gst/ffmpegcolorspace/imgconvert_template.h:
27217 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27218 * gst/ffmpegcolorspace/mmx.h:
27219 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27220 adding ffmpegcolorspace element supplied by Ronald after cleaning
27221 up and pulling in the right bits of upstream source.
27222 I'm sure a better C/compiler wizard could do some cleaning up (for
27223 example use GLIB's malloc stuff), but as a first pass this
27226 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27228 * ext/alsa/gstalsa.h:
27229 I assume Ronald forgot to commit the change to have cardname
27230 as a struct member. Expect some public spanking at the next
27233 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27235 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27236 (gst_alsa_open_audio), (gst_alsa_close_audio):
27237 * ext/alsa/gstalsa.c:
27238 Don't open the device if we're a mixer (= padless).
27239 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27240 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27241 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27242 Open mixer during state change rather than during object
27243 initialization. Also, get a device name. Currently in a somewhat
27244 hackish fashion, but I didn't really find something better.
27246 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27248 * *.c, *.h: run gst-indent
27250 2004-03-14 Benjamin Otte <otte@gnome.org>
27252 * gst/modplug/gstmodplug.cc:
27253 * gst/modplug/gstmodplug.h:
27254 set correct timestamps on outgoing buffers
27256 2004-03-14 Benjamin Otte <otte@gnome.org>
27258 * gst/modplug/gstmodplug.cc:
27259 handle events - don't do crap when a discont arrives that's not
27261 This allows correct loading and playback of mods in Rhythmbox
27263 2004-03-14 Benjamin Otte <otte@gnome.org>
27266 * gst-libs/gst/gconf/Makefile.am:
27267 * pkgconfig/Makefile.am:
27268 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27269 they get rebuilt properly
27271 when checking for vorbis, try pkgconfig first.
27272 * gst/modplug/gstmodplug.cc:
27273 add fixate function
27275 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27277 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27278 Fix for obvious mistake, where we first shift the offset and then
27279 read a samplesize element assuming the old offset. Note that this
27280 part still has something weird, i.e. my movies containing those
27281 don't actually play well, but at least there's something that looks
27284 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27285 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27287 Add a typefind function for speex format
27289 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27291 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27292 (gst_asf_demux_setup_pad):
27293 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27294 instead of 0. Reason is simple: some elements have a fps range
27295 of 1-max instead of 0-max. So now ASF video actually works.
27297 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27301 adding serbian as a language
27303 2004-03-13 Benjamin Otte <otte@gnome.org>
27305 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27306 return taglist correctly from _get function, don't gst_pad_push it.
27309 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27310 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27312 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27314 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27315 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27316 (gst_alsa_mixer_track_new):
27317 * ext/alsa/gstalsamixertrack.h:
27318 Fix ancient leftovers... MixerTrack is a GObject.
27320 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27322 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27323 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27324 Don't block during probing...
27326 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27328 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27329 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27330 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27331 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27332 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27333 (gst_alsa_open_audio), (gst_alsa_close_audio):
27334 * ext/alsa/gstalsa.h:
27335 Add propertyprobe interface implementation, add some device-name
27336 property, all this so that it looks good in gnome-volume-control.
27338 2004-03-12 David Schleef <ds@schleef.org>
27340 * configure.ac: the Hermes library controls hermescolorspace, not
27342 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27343 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27345 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27346 * ext/sdl/sdlvideosink.h: ditto.
27347 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27349 2004-03-12 Benjamin Otte <otte@gnome.org>
27351 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27352 (gst_x_overlay_got_xwindow_id):
27353 * gst-libs/gst/xoverlay/xoverlay.h:
27354 replace XID with unsigned long to get rid of the xlibs dependency in
27355 XOverlay (fixes #137004)
27357 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27358 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27359 (gst_agingtv_setup):
27360 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27361 (gst_dicetv_base_init), (gst_dicetv_class_init),
27362 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27363 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27364 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27365 (gst_edgetv_setup), (gst_edgetv_rgb32):
27366 * gst/effectv/gsteffectv.c:
27367 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27368 (gst_quarktv_set_property):
27369 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27370 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27371 (gst_revtv_setup), (gst_revtv_rgb32):
27372 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27373 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27374 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27375 (gst_shagadelictv_rgb32):
27376 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27377 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27378 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27379 * gst/effectv/gstwarp.c:
27380 Port everything that can be ported to videofilter and fix up the caps.
27381 Can someone with a big-endian machine please check these?
27383 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27385 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27386 (gst_osssink_chain), (gst_osssink_change_state):
27387 Latest fixes for A/V sync, audio playback and such. This is about
27388 all... MPEG playback issues are mostly related to the async build-
27389 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27391 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27393 patch from: Stephane Loeuillet
27396 use pkg-config for some libraries, falling back to the old .m4 way
27401 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27404 * tools/Makefile.am:
27405 * tools/Makefile.in:
27406 * tools/gst-launch-ext-m.m:
27407 * tools/gst-launch-ext.1.in:
27408 * tools/gst-visualise-m.m:
27409 * tools/gst-visualise.1:
27410 * tools/gst-visualise.1.in:
27411 reorganizing generation of script tools
27413 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27415 * ext/divx/gstdivxdec.c:
27416 Downgrade priority. We prefer ffdec_mpeg4.
27417 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27418 (gst_faad_chain), (gst_faad_change_state):
27419 Fix capsnego. Doesn't work for some sounds because we don't have
27420 a 5:1 to stereo element.
27421 * ext/xvid/gstxvid.c: (plugin_init):
27423 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27424 (gst_osssink_change_state):
27425 Add discont handling.
27427 2004-03-09 Colin Walters <walters@verbum.org>
27429 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27432 2004-03-09 Benjamin Otte <otte@gnome.org>
27434 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27435 the signals take 2 arguments
27437 2004-03-09 David Schleef <ds@schleef.org>
27439 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27440 (gst_alsa_fixate): Add fixate function. (bug #136686)
27441 * ext/alsa/gstalsa.h:
27442 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27444 2004-03-09 Benjamin Otte <otte@gnome.org>
27446 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27447 (gst_mikmod_change_state):
27448 * ext/mikmod/gstmikmod.h:
27449 make mikmod's loop function not loop infinitely and call
27450 gst_element_yield anymore
27451 * gst/modplug/gstmodplug.cc:
27452 fix pad negotiation (fixes #136590)
27454 2004-03-09 David Schleef <ds@schleef.org>
27456 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27457 doesn't conflict with the internal colorspace plugin.
27458 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27459 satisfy the crappy-ass shell shipped by a certain vendor.
27460 * gst/videofilter/make_filter: same (bug #135299)
27462 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27464 * configure.ac: bump nano to 1
27466 === release 0.7.6 ===
27468 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27470 * configure.in: releasing 0.7.6, "There"
27472 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27474 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27475 * pkgconfig/gstreamer-play.pc.in:
27476 synchronize the two
27478 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27480 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27481 (cdparanoia_open), (cdparanoia_event):
27482 fix/add error handling
27484 add cdparanoia source
27485 * tools/Makefile.am:
27486 make scripts executable
27488 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27491 * ext/vorbis/Makefile.am:
27493 remove id3types, vorbisfile and xvideosink from the build (#133783)
27495 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27497 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27498 Fix metadata read crash (#136537).
27500 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27502 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27503 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27504 adding mime types, fixing the one-stop function
27506 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27508 * ext/nas/nassink.c and /ext/nas/nassink.h:
27509 More NAS love from Arwed von Merkatz
27510 So lets all sing 'Can you feel the NAS tonight'
27512 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27514 * tools/gst-launch-ext.in:
27515 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27517 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27519 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27520 (gst_mpeg2dec_init):
27521 remove the user_data pad for now, because it is being used in
27522 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27523 If someone knows how to fix this properly, please do.
27525 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27527 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27528 (gst_osssink_get_time):
27529 add a warning, IMO this won't get triggered anymore, remove later
27531 2004-03-07 David Schleef <ds@schleef.org>
27533 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27534 format (bug #136470)
27536 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27538 * gst-libs/Makefile.am:
27539 * gst-libs/gst/media-info/Makefile.am:
27540 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27541 (error_callback), (gst_media_info_error_create),
27542 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27543 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27544 * gst-libs/gst/media-info/media-info-priv.h:
27545 * gst-libs/gst/media-info/media-info-test.c: (main):
27546 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27547 (gst_media_info_class_init), (gst_media_info_instance_init),
27548 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27549 (gst_media_info_read_idler), (gst_media_info_read):
27550 * gst-libs/gst/media-info/media-info.h:
27551 fixed, should work now
27553 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27555 * ext/nas/nassink.c:
27556 A bunch of NAS fixes from Arwed von Merkatz
27558 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27560 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27561 (qtdemux_parse_trak):
27562 Fix crash (j might be greater than n_samples, in which case we're
27563 writing outside the allocated space for the array) and memleak.
27565 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27567 * sys/oss/gstosssink.c: (gst_osssink_chain):
27568 And another caller that couldn't handle delay < 0 (unsigned
27569 integer overflow). Video now continues playing on an audio
27570 buffer underrun, and the clock continues working. Audio still
27573 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27575 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27576 (gst_osssink_get_time):
27577 get_delay() may return values lower than 0. In those cases, we
27578 should not actually cast to *unsigned* int64, that will break
27579 stuff horribly. In my case, it screwed up A/V sync in movies
27580 in totem rather badly.
27582 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27584 * ext/faac/gstfaac.c: (gst_faac_chain):
27585 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27586 * ext/libpng/gstpngenc.c: (user_write_data):
27587 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27588 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27589 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27590 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27591 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27592 of any buffer), should fix some leaks. I hope I didn't unref buffers
27593 that shouldn't be...
27595 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27597 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27598 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27599 (error_callback), (gmi_reset), (gmi_seek_to_track),
27600 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27601 (gmip_find_type_post), (gmip_find_stream_post),
27602 (gmip_find_track_streaminfo_post):
27603 * gst-libs/gst/media-info/media-info-priv.h:
27604 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27605 (info_print), (main):
27606 * gst-libs/gst/media-info/media-info.c:
27607 (gst_media_info_error_create), (gst_media_info_error_element),
27608 (gst_media_info_instance_init), (gst_media_info_get_property),
27609 (gst_media_info_new), (gst_media_info_set_source),
27610 (gst_media_info_read_idler), (gst_media_info_read):
27611 * gst-libs/gst/media-info/media-info.h:
27612 first pass at making this work again. This seems to work on
27613 tagged ogg/vorbis and mp3 files.
27615 2004-03-06 Benjamin Otte <otte@gnome.org>
27617 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27618 fix huge leak: gst_buffer_merge doesn't unref the first argument
27621 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27623 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27624 report layer/mode/emphasis
27626 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27628 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27630 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27632 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27635 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27637 * ext/vorbis/vorbis.c: (plugin_init):
27638 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27639 (gst_vorbis_dec_init), (vorbis_dec_event):
27641 make vorbisdec handle _BYTE and _TIME queries
27643 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27645 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27646 from the xing header
27648 2004-03-06 Benjamin Otte <otte@gnome.org>
27650 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27651 (gst_audio_convert_link), (gst_audio_convert_change_state),
27652 (gst_audio_convert_buffer_from_default_format):
27653 do conversions from/to float correctly, fix some caps nego errors,
27654 export correct supported caps in template and getcaps, use correct
27655 caps in try_set_caps functions
27657 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27659 For some reason, I only committed a ChangeLog entry yesterday and
27660 not the corresponding code...
27661 * ext/mad/gstmad.c: Fix detection of Xing headers
27662 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27664 2004-03-06 Benjamin Otte <otte@gnome.org>
27666 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27667 (gst_ogg_demux_src_query):
27668 make sure to handle the case where there's no current chain
27671 2004-03-05 David Schleef <ds@schleef.org>
27673 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27674 Add fixate function. (bug #131128)
27675 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27676 (gst_sdlvideosink_fixate): Add fixate function.
27677 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27678 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27679 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27680 Fix missing break that was causing ulaw to be interpreted as
27683 2004-03-05 David Schleef <ds@schleef.org>
27685 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27686 Fix code that ignores return value of gst_buffer_merge().
27688 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27689 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27690 * testsuite/gst-lint: Check for above.
27692 2004-03-05 David Schleef <ds@schleef.org>
27694 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27695 caps and throw an element error. (bug #136334)
27697 2004-03-05 David Schleef <ds@schleef.org>
27699 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27700 (gst_faad_chain): Fix negotiation.
27701 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27702 key and button events.
27703 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27705 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27707 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27708 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27709 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27710 function to encourage better negotiation, particularly between
27711 audioconvert and osssink.
27712 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27713 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27715 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27717 * gst/vbidec/vbiscreen.c: Add glib header
27718 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27720 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27722 * ext/mad/gstmad.c: Fix detection of Xing headers
27723 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27725 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27727 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27728 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27731 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27733 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27734 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27735 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27736 files, and report the parsed length as a GST_TAG_DURATION tag.
27737 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27739 2004-03-05 Benjamin Otte <otte@gnome.org>
27741 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27742 convert channels correctly. convert correctly to unsigned.
27744 2004-03-05 Julien MOUTTE <julien@moutte.net>
27746 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27747 we have a window before clearing it.
27749 2004-03-05 Julien MOUTTE <julien@moutte.net>
27751 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27752 have a window before clearing it.
27754 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27756 * gconf/gstreamer.schemas.in:
27757 * gst-libs/gst/gconf/Makefile.am:
27758 version installation path the same way as for 0.6
27759 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27760 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27761 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27762 remove comment that was fixed
27764 2004-03-05 David Schleef <ds@schleef.org>
27766 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27767 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27768 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27769 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27770 Add prototype code for handling seeking and querying.
27772 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27774 * examples/gstplay/player.c: (main):
27775 Initialize variables to NULL. Prevents a segfault because the
27776 (uninitialized) variable is not NULL, resulting in a crash on
27777 trying to reach error->message.
27779 2004-03-05 Benjamin Otte <otte@gnome.org>
27781 * gst/audioconvert/gstaudioconvert.c:
27782 (gst_audio_convert_buffer_to_default_format):
27783 make float=>int conversion work correctly even in cornercases.
27785 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27787 * debian/README.Debian:
27788 * debian/build-deps:
27789 * debian/changelog:
27791 * debian/control.in:
27792 * debian/copyright:
27793 * debian/gstreamer-a52dec.files:
27794 * debian/gstreamer-aa.files:
27795 * debian/gstreamer-alsa.files:
27796 * debian/gstreamer-alsa.manpages:
27797 * debian/gstreamer-arts.files:
27798 * debian/gstreamer-artsd.files:
27799 * debian/gstreamer-audiofile.files:
27800 * debian/gstreamer-avifile.files:
27801 * debian/gstreamer-cdparanoia.files:
27802 * debian/gstreamer-colorspace.files:
27803 * debian/gstreamer-doc.files:
27804 * debian/gstreamer-dv.files:
27805 * debian/gstreamer-dvd.files:
27806 * debian/gstreamer-esd.files:
27807 * debian/gstreamer-festival.files:
27808 * debian/gstreamer-flac.files:
27809 * debian/gstreamer-gconf.conffiles:
27810 * debian/gstreamer-gconf.files:
27811 * debian/gstreamer-gconf.postinst:
27812 * debian/gstreamer-gnomevfs.files:
27813 * debian/gstreamer-gsm.files:
27814 * debian/gstreamer-http.files:
27815 * debian/gstreamer-jack.files:
27816 * debian/gstreamer-jpeg.files:
27817 * debian/gstreamer-mad.files:
27818 * debian/gstreamer-mikmod.files:
27819 * debian/gstreamer-misc.files:
27820 * debian/gstreamer-mpeg2dec.files:
27821 * debian/gstreamer-oss.files:
27822 * debian/gstreamer-plugin-apps.files:
27823 * debian/gstreamer-plugin-apps.manpages:
27824 * debian/gstreamer-plugin-libs-dev.files:
27825 * debian/gstreamer-plugin-libs.files:
27826 * debian/gstreamer-plugin-template.postinst:
27827 * debian/gstreamer-plugin-template.postrm:
27828 * debian/gstreamer-sdl.files:
27829 * debian/gstreamer-sid.files:
27830 * debian/gstreamer-vorbis.files:
27831 * debian/gstreamer-x.files:
27832 * debian/mk.control:
27834 Debian package info not maintained here.
27836 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27838 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27839 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27840 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27841 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27842 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27843 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27844 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27845 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27846 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27847 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27848 * gst-libs/gst/colorbalance/colorbalance.c:
27849 (gst_color_balance_class_init):
27850 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27851 (gst_color_balance_channel_class_init):
27852 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27853 * gst-libs/gst/play/play.c: (gst_play_class_init):
27854 * gst-libs/gst/propertyprobe/propertyprobe.c:
27855 (gst_property_probe_iface_init):
27856 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27857 * gst-libs/gst/tuner/tunerchannel.c:
27858 (gst_tuner_channel_class_init):
27859 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27860 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27861 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27862 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27863 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27864 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27865 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27866 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27867 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27868 fix signals to use - instead of _
27869 * ext/libcaca/gstcacasink.h:
27870 * ext/sdl/sdlvideosink.h:
27873 2004-03-04 David Schleef <ds@schleef.org>
27875 * testsuite/gst-lint: Add a check for bad signal names.
27877 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27879 reviewed by David Schleef
27881 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27882 modified the alpha channel and caused a warning. (bug #136192)
27884 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27886 * gst-plugins.spec.in:
27887 Change names of plugins to actually be correct. Try to keep things
27888 alphabetical to avoid getting beat up by Thomas
27890 2004-03-03 Julien MOUTTE <julien@moutte.net>
27892 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27893 Using ximagesink as a default if no gconf key found. We should
27894 probably consider using alsasink instead of osssink for the audio
27897 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27900 fix --with-plugins, don't think it ever worked before
27901 * gst-plugins.spec.in:
27904 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27906 * ext/sdl/sdlvideosink.h:
27907 * sys/ximage/ximagesink.h:
27908 * sys/xvideo/xvideosink.h:
27909 * sys/xvimage/xvimagesink.h:
27910 Fix for move of gstvideosink.h -> videosink.h.
27912 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27914 * gst-libs/gst/xwindowlistener/Makefile.am:
27915 this is a plugin library, not a library
27917 2004-03-01 David Schleef <ds@schleef.org>
27919 * AUTHORS: Added some names. Add yourself if you're still
27922 2004-03-01 David Schleef <ds@schleef.org>
27926 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27928 * gst-plugins.spec.in: clean up spec file
27930 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27932 * gst-libs/gst/video/Makefile.am:
27933 * gst-libs/gst/video/gstvideosink.c:
27934 * gst-libs/gst/video/gstvideosink.h:
27935 rename gstvideosink.h to videosink.h to match other headers
27936 * gst/mixmatrix/Makefile.am:
27937 fix plugin filename
27938 * gst/tags/Makefile.am: fix plugin filename
27940 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27942 * gst/tags/Makefile.am: fix plugin filename
27944 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27946 * examples/gstplay/player.c: (got_time_tick), (main):
27948 display time_tick more readably
27949 * gst/mixmatrix/Makefile.am:
27950 fix plugin file name
27952 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27954 * sys/oss/gstosselement.c: (gst_osselement_probe),
27955 (device_combination_append), (gst_osselement_class_probe_devices):
27956 * sys/oss/gstosselement.h:
27957 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27958 on my system using alsa oss emulation, fixes bug #135597
27960 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27962 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27963 (gst_videodrop_chain), (gst_videodrop_change_state):
27964 * gst/videodrop/gstvideodrop.h:
27965 Work based on timestamp of input data, not based on the expected
27966 framerate from the input. The consequence is that this element now
27967 not only scales framerates, but also functions as a framerate
27968 corrector or framerate stabilizer/constantizer.
27970 2004-02-27 David Schleef <ds@schleef.org>
27972 patches from jmmv@menta.net (Julio M. Merino Vidal)
27974 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27975 GST_ELEMENT_ERROR call (bug #135634)
27976 * gst/interleave/interleave.c: (interleave_buffered_loop),
27977 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27978 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27979 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27980 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27981 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27982 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27983 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27984 Fix GST_ELEMENT_ERROR call.
27985 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27986 GST_ELEMENT_ERROR call.
27988 2004-02-27 Benjamin Otte <otte@gnome.org>
27990 * gst-libs/gst/audio/audio.h:
27991 add macro to make sure header isn't included twice
27992 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27993 don't use gst_buffer_free
27994 * gst/playondemand/filter.func:
27995 don't use gst_data_free. Free data only once.
27997 2004-02-26 David Schleef <ds@schleef.org>
27999 * gst-libs/gst/colorbalance/Makefile.am:
28000 * gst-libs/gst/mixer/Makefile.am:
28001 * gst-libs/gst/tuner/Makefile.am:
28002 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28003 should not be disted, -marshal.h files should not be installed,
28004 and -enum.h files _should_ be installed. Fix to make this the
28007 === release 0.7.5 ===
28009 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28011 * configure.ac: release 0.7.5, "Under The Sea"
28013 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28015 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28016 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28017 * gst/videoscale/gstvideoscale.c:
28018 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28019 assorted debug/warning fixes
28021 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28023 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28024 (gst_videoscale_init), (gst_videoscale_chain),
28025 (gst_videoscale_set_property), (plugin_init):
28026 * gst/videoscale/gstvideoscale.h:
28027 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28028 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28029 (gst_videoscale_planar400), (gst_videoscale_packed422),
28030 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28031 (gst_videoscale_24bit), (gst_videoscale_16bit),
28032 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28033 (gst_videoscale_scale_plane_slow),
28034 (gst_videoscale_scale_point_sample),
28035 (gst_videoscale_scale_nearest),
28036 (gst_videoscale_scale_nearest_str2),
28037 (gst_videoscale_scale_nearest_str4),
28038 (gst_videoscale_scale_nearest_32bit),
28039 (gst_videoscale_scale_nearest_24bit),
28040 (gst_videoscale_scale_nearest_16bit):
28041 add debugging category and use it properly
28042 fix use of GST_PTR_FORMAT
28044 2004-02-25 Andy Wingo <wingo@pobox.com>
28046 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28047 push only when channel->buffer is NULL. Prevents segfaults doing
28048 the state change after a nonlocal exit, like a scheme exception.
28050 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28051 Handle the case where the intersected caps is empty.
28053 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28055 * gst/law/mulaw-decode.c: (mulawdec_link):
28056 * gst/law/mulaw.c: (plugin_init):
28057 fix mulawdec so it actually works again
28059 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28061 reviewed by: David Schleef <ds@schleef.org>
28063 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28064 (gst_gamma_init), (gst_gamma_set_property),
28065 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28066 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28067 for RGB, with separate r g and b correction factors. (#131167)
28069 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28071 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28072 only signal tags for bitrate if they're > 0 (#134894)
28074 2004-02-24 David Schleef <ds@schleef.org>
28076 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28077 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28078 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28079 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28080 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28081 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28082 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28083 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28084 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28085 category. Attempt to fix timestamp calculation.
28087 2004-02-24 Johan Dahlin <johan@gnome.org>
28089 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28091 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28094 * gconf/Makefile.am:
28095 * gconf/gstreamer.schemas:
28096 * gst-libs/gst/gconf/Makefile.am:
28097 * gst-libs/gst/gconf/gconf.c:
28098 version gconf schemas and install locations
28100 2004-02-23 Benjamin Otte <otte@gnome.org>
28102 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28103 (gst_xine_input_subclass_init):
28104 call parent dispose.
28105 change pad template for CD reader correctly
28106 * ext/xine/Makefile.am:
28107 * ext/xine/gstxine.h:
28108 * ext/xine/xine.c: (plugin_init):
28109 * ext/xine/xineaudiosink.c:
28110 wrap audio sinks, too
28111 * gst-libs/gst/resample/private.h:
28112 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28113 (gst_resample_reinit), (gst_resample_scale),
28114 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28115 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28116 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28117 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28118 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28119 * gst-libs/gst/resample/resample.h:
28120 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28121 (gst_audioscale_class_init), (gst_audioscale_link),
28122 (gst_audioscale_get_buffer), (gst_audioscale_init),
28123 (gst_audioscale_chain), (gst_audioscale_set_property),
28124 (gst_audioscale_get_property):
28125 * gst/audioscale/gstaudioscale.h:
28126 s/resample_*/gst_resample_*/i to not clobber namespaces
28128 2004-02-23 Julien MOUTTE <julien@moutte.net>
28130 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28131 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28132 (gst_riff_create_video_template_caps),
28133 (gst_riff_create_audio_template_caps),
28134 (gst_riff_create_iavs_template_caps):
28135 * gst-libs/gst/riff/riff-media.h:
28136 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28137 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28138 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28139 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28140 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28141 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28142 (gst_matroska_demux_plugin_init): First batch implementing audio and
28143 video codec tags in demuxers.
28145 2004-02-22 Benjamin Otte <otte@gnome.org>
28147 * ext/xine/Makefile.am:
28148 * ext/xine/gstxine.h:
28149 * ext/xine/xine.c: (plugin_init):
28150 * ext/xine/xineinput.c:
28151 add input plugin wrapper. Playback from files, http, mms and cdda
28153 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28154 remove leftover G_GNUC_UNUSED
28155 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28156 (gst_asf_demux_identify_guid):
28157 improve debugging output
28159 2004-02-22 Benjamin Otte <otte@gnome.org>
28161 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28164 replace test -e with test -x for mkinstalldirs to be more portable.
28167 2004-02-22 Benjamin Otte <otte@gnome.org>
28169 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28171 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28172 set rank to PRIMARY
28173 * gst/volume/gstvolume.c: (plugin_init):
28177 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28179 reviewed by Benjamin Otte <otte@gnome.org>
28181 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28182 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28184 2004-02-22 Benjamin Otte <otte@gnome.org>
28187 export [_]*{gst,Gst,GST}.* symbols from plugins
28189 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28191 reviewed by: Benjamin Otte <otte@gnome.org>
28193 * ext/lame/gstlame.c: (add_one_tag):
28194 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28195 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28196 (gst_vorbisenc_metadata_set1):
28197 * gst/tags/gstid3tag.c:
28198 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28199 apply fixes from bugs #135042 (lame can't write tags) and #133817
28200 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28202 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28204 * configure.ac: Export only gst_plugin_desc from plugins.
28205 Note that this change only makes any effect with Linux using libtool
28206 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28207 fine. And don't try to have several versions of libtool in different
28210 2004-02-20 Andy Wingo <wingo@pobox.com>
28212 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28213 interleave respectively.
28215 * gst/interleave/deinterleave.c: New plugin: deinterleave
28216 (replaces on oneton).
28217 * gst/interleave/interleave.c: New plugin: interleave.
28218 * gst/interleave/plugin.h: Support file.
28219 * gst/interleave/plugin.c: Support file.
28221 * configure.ac: Remove intfloat and oneton, add interleave.
28223 * ext/sndfile/gstsf.c: Handle events better.
28225 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28226 and float2int operation. int2float has scheduling problems as
28227 noted in in2float_chain.
28229 2004-02-20 Benjamin Otte <otte@gnome.org>
28231 * ext/xine/Makefile.am:
28232 * ext/xine/gstxine.h:
28234 * ext/xine/xineaudiodec.c:
28235 * ext/xine/xinecaps.c:
28236 add first version of xine plugin wrapper. Currently only wraps the
28237 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28240 add xine plugin wrapper, disabled by default. Use --enable-xine to
28241 build. Note that it'll segfault on gst-register if you don't remove
28242 the goom and tvtime post plugins from xine.
28243 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28244 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28245 add extradata parsing for QDM2.
28246 change around debugging prints.
28248 2004-02-19 Benjamin Otte <otte@gnome.org>
28250 * ext/lame/gstlame.c: (gst_lame_chain):
28251 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28252 use gst_tag_list_insert when you want to insert tags
28254 2004-02-18 David Schleef <ds@schleef.org>
28256 * configure.ac: Move massink to gst-rotten
28258 * ext/mas/Makefile.am:
28259 * ext/mas/massink.c:
28260 * ext/mas/massink.h:
28262 2004-02-18 David Schleef <ds@schleef.org>
28264 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28265 typefinding, since it seems to be worse than nothing.
28266 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28267 atom to recognize .mp4 and .m4a files as video/quicktime.
28269 2004-02-18 David Schleef <ds@schleef.org>
28271 * gst/sine/demo-dparams.c: (quit_live),
28272 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28273 Use double dparams, not float.
28274 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28275 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28276 sync'd elements don't really work correctly.
28277 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28278 (volume_update_volume), (volume_get_property): Change dparam
28281 2004-02-18 Julien MOUTTE <julien@moutte.net>
28283 * sys/ximage/ximagesink.c:
28284 (gst_ximagesink_xwindow_update_geometry),
28285 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28286 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28287 (gst_ximagesink_init): Rework the way software video scaling works. So
28288 now we check on each chain call if the video frames are feeling the
28289 window. If not we try to renegotiate caps. On failure we memorize that
28290 and we won't try again for that PLAYING sessions.
28291 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28296 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28298 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28299 break up _link so we can give a better debug message for errors
28301 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28303 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28304 set up debug category
28306 2004-02-18 Julien MOUTTE <julien@moutte.net>
28308 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28309 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28310 the way renegotiation work. The event handling function is not taking
28311 care of external windows and renegotiate method check for pad flags
28312 NEGOTIATING. Should fix : #133209
28314 2004-02-17 Julien MOUTTE <julien@moutte.net>
28316 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28317 pad is negotiating before trying renegotiation.
28319 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28321 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28322 pass on all possible mime types as typefind hints
28324 2004-02-17 Julien MOUTTE <julien@moutte.net>
28326 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28327 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28328 possible SHM leak if we crash. All other apps using XShm are doing
28331 2004-02-17 Julien MOUTTE <julien@moutte.net>
28333 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28334 (gst_ximagesink_expose): Renegotiate size on expose.
28335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28338 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28340 * testsuite/alsa/sinesrc.c:
28341 cosmetic fix to fix compile issue with gcc 2.95.4
28343 2004-02-16 Julien MOUTTE <julien@moutte.net>
28345 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28346 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28347 failed opening the audio device.
28348 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28349 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28350 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28351 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28352 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28353 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28354 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28355 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28356 Removing some useless g_return_if_fail like wingo suggested.
28357 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28358 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28359 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28360 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28361 (gst_xvimagesink_update_colorbalance),
28362 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28363 (gst_xvimagesink_xcontext_clear),
28364 (gst_xvimagesink_get_fourcc_from_caps),
28365 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28366 (gst_xvimagesink_set_xwindow_id),
28367 (gst_xvimagesink_colorbalance_list_channels),
28368 (gst_xvimagesink_colorbalance_set_value),
28369 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28370 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28372 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28374 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28375 throw error when not negotiated instead of asserting
28377 2004-02-15 Julien MOUTTE <julien@moutte.net>
28379 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28380 correct data refcounting.
28382 2004-02-15 Julien MOUTTE <julien@moutte.net>
28384 * gst/switch/gstswitch.c: (gst_switch_change_state),
28385 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28386 change, mostly the EOS flag.
28388 2004-02-15 Julien MOUTTE <julien@moutte.net>
28390 * examples/gstplay/player.c: (got_eos), (main): Adding some
28391 output for debugging.
28392 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28393 timeouts if we go to any state different from PLAYING.
28394 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28395 more EOS bugs in riff lib.
28397 2004-02-14 Julien MOUTTE <julien@moutte.net>
28399 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28400 visualization until i find a way to fix switch correctly.
28401 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28403 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28404 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28405 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28406 Reworked switch to get a more correct behaviour with events and refing
28407 of data stored in sinkpads.
28408 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28409 we don't pull from a pad in EOS.
28411 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28413 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28414 remove v1 tag even if we can't read it (makes sure we don't detect
28417 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28419 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28420 (gst_alsa_xrun_recovery):
28421 * ext/alsa/gstalsa.h:
28422 try xrun recovery when wait failed. Make xrun recovery function
28423 return TRUE/FALSE to indicate success. (might fix #134354)
28425 2004-02-13 David Schleef <ds@schleef.org>
28427 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28428 (dynparm_value_changed), (main): Convert from float to double.
28429 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28431 2004-02-13 David Schleef <ds@schleef.org>
28433 * gst/silence/gstsilence.c: (gst_silence_class_init),
28434 (gst_silence_set_clock), (gst_silence_get),
28435 (gst_silence_set_property), (gst_silence_get_property):
28436 * gst/silence/gstsilence.h: Add sync property.
28437 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28438 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28439 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28440 * gst/sine/gstsinesrc.h: Add sync property.
28442 2004-02-13 David Schleef <ds@schleef.org>
28444 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28445 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28447 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28451 * gst-libs/ext/Makefile.am:
28452 move ffmpeg plugin to gst-ffmpeg module
28454 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28456 * configure.ac: use GST_ARCH to detect architecture
28458 2004-02-12 Julien MOUTTE <julien@moutte.net>
28460 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28462 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28464 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28465 classify LADSPA plugins based on number of src/sink pads
28466 (#133663, Stefan Kost)
28467 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28468 fix dparams registration
28469 (#133528, Stefan Kost)
28470 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28471 fix use of isprint and use g_ascii_isprint instead
28472 (#133316, Stefan Kost)
28474 2004-02-11 David Schleef <ds@schleef.org>
28476 Convert a few inner loops to use liboil. This is currently
28477 optional, and is only enabled if liboil is present (duh!).
28478 * configure.ac: Check for liboil-0.1
28479 * gst/intfloat/Makefile.am:
28480 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28481 (gst_int2float_chain_gint16):
28482 * gst/videofilter/Makefile.am:
28483 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28484 (tablelookup_u8), (gst_videobalance_planar411):
28485 * gst/videotestsrc/Makefile.am:
28486 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28487 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28488 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28489 (paint_hline_RGB565), (paint_hline_xRGB1555):
28491 2004-02-11 David Schleef <ds@schleef.org>
28493 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28494 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28495 (gst_colorspace_getcaps), (gst_colorspace_link),
28496 (gst_colorspace_base_init), (gst_colorspace_init),
28497 (gst_colorspace_chain), (gst_colorspace_change_state),
28498 (plugin_init): Merge Ronald's patch (bug #117897) and update
28499 for new caps and negotiation. Seems to work, although it
28500 shows off bugs in lcs.
28502 2004-02-11 David Schleef <ds@schleef.org>
28504 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28505 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28507 2004-02-11 David Schleef <ds@schleef.org>
28509 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28510 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28511 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28512 Add server and port properties
28514 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28519 * m4/as-liblame.m4:
28520 * m4/as-slurp-ffmpeg.m4:
28521 * m4/check-libheader.m4:
28528 * m4/gst-ivorbis.m4:
28529 * m4/gst-matroska.m4:
28531 * m4/gst-shout2.m4:
28539 fix underquotedness of macros (#133800)
28540 * m4/as-avifile.m4:
28542 removed because no longer used
28544 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28547 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28548 by autopoint (fixes #132996)
28550 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28552 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28553 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28554 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28555 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28558 2004-02-11 David Schleef <ds@schleef.org>
28560 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28561 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28562 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28563 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28564 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28565 (gst_jpegenc_class_init), (gst_jpegenc_init),
28566 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28567 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28568 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28569 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28571 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28573 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28574 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28575 * ext/mikmod/gstmikmod.h:
28576 fix caps negotiation in mikmod
28577 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28578 output debug information
28580 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28582 * gst-libs/gst/colorbalance/Makefile.am:
28583 * gst-libs/gst/navigation/Makefile.am:
28584 * gst-libs/gst/xoverlay/Makefile.am:
28585 remove unused GST_OPT_CFLAGS from Makefiles
28586 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28588 2004-02-07 David Schleef <ds@schleef.org>
28590 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28591 push events to pads that haven't been created (#133508)
28593 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28595 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28596 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28597 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28598 (gst_dvdec_loop), (gst_dvdec_change_state):
28599 Second attempt at committing a working dvdec element.
28601 2004-02-06 David Schleef <ds@schleef.org>
28603 Build fixes for OS X: (see #129600)
28604 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28605 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28606 (gst_riff_read_strf_iavs):
28607 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28608 (gst_avi_demux_stream_odml):
28609 * gst/playondemand/Makefile.am:
28610 * gst/rtp/rtp-packet.c:
28612 2004-02-05 David Schleef <ds@schleef.org>
28614 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28615 last change, because it Just Doesn't Compile.
28617 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28619 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28620 skip undecodable id3v2 tag instead of keeping it
28622 2004-02-05 David Schleef <ds@schleef.org>
28624 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28625 Unref leaked buffer. (Noticed by Ronald)
28627 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28629 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28630 Sync requires with other checks. >= vs =.
28632 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28634 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28635 (gst_dvdec_video_link), (gst_dvdec_loop):
28636 * ext/dv/gstdvdec.h:
28637 rework the caps negotiation so that dvdec works again instead
28638 of just segfaulting.
28640 === release 0.7.4 ===
28642 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28644 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28645 * configure.ac: changed for release
28647 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28649 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28650 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28651 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28652 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28653 reworked patch by David Lehn to fix libdir and includedir for
28654 uninstalled libraries
28655 removed play and gconf from gstreamer-libs since they have their
28656 own pkgconfig files
28658 2004-02-04 David Schleef <ds@schleef.org>
28660 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28663 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28665 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28666 use correct GST_TAG_ENCODER tag
28668 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28670 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28671 be sure to stop the clock when going to paused
28672 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28673 reset number of transmitted when going to ready.
28676 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28678 reviewed by Benjamin Otte
28680 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28681 extract track count (fixes #133410)
28683 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28685 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28686 that should be !=, not == (fixes #132519)
28688 2004-02-04 David Schleef <ds@schleef.org>
28690 Make sure set_explicit_caps() is called before adding pad.
28691 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28692 * gst/id3/gstid3types.c: (gst_id3types_loop):
28693 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28694 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28696 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28699 bump nano to 2, first prerelease
28700 put back AM_PROG_LIBTOOL
28702 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28704 * testsuite/alsa/Makefile.am:
28705 these are user test apps, not automatic testsuite tests
28707 2004-02-04 David Schleef <ds@schleef.org>
28709 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28710 * gst/mpeg1videoparse/gstmp1videoparse.c:
28711 (mp1videoparse_parse_seq):
28712 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28713 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28714 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28715 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28716 (gst_xvideosink_getcaps):
28717 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28718 * testsuite/gst-lint: more tests
28720 2004-02-04 David Schleef <ds@schleef.org>
28722 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28723 with the code that they would expand to.
28724 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28725 (gst_flacdec_get_src_query_types),
28726 (gst_flacdec_get_src_event_masks):
28727 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28728 (gst_gnomevfssrc_get_query_types),
28729 (gst_gnomevfssrc_get_event_mask):
28731 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28733 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28734 (gst_sinesrc_dispose):
28735 fix memleak by properly disposing sinesrc
28737 2004-02-04 Julien MOUTTE <julien@moutte.net>
28739 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28740 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28741 an overlay to redraw the image because it has been exposed.
28742 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28743 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28744 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28745 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28747 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28748 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28749 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28750 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28753 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28755 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28756 more memleak fixage
28758 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28760 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28761 * gst/typefind/gsttypefindfunctions.c:
28762 fix memleaks shown by gst-typefind
28764 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28766 * common/glib-gen.mak:
28767 add hack rule to touch .Plo files
28768 * gst-libs/gst/colorbalance/Makefile.am:
28769 * gst-libs/gst/mixer/Makefile.am:
28770 * gst-libs/gst/play/Makefile.am:
28771 * gst-libs/gst/tuner/Makefile.am:
28772 remove glib_root variable
28774 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28776 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28777 set explicit caps before adding the element, so the autopluggers can
28779 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28780 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28781 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28783 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28786 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28788 * gst-libs/gst/colorbalance/Makefile.am:
28789 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28790 * gst-libs/gst/colorbalance/colorbalance.c:
28791 * gst-libs/gst/colorbalance/colorbalance.h:
28792 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28793 * gst-libs/gst/mixer/Makefile.am:
28794 * gst-libs/gst/mixer/mixer-marshal.list:
28795 * gst-libs/gst/mixer/mixer.c:
28796 * gst-libs/gst/mixer/mixer.h:
28797 * gst-libs/gst/mixer/mixermarshal.list:
28798 * gst-libs/gst/play/Makefile.am:
28799 * gst-libs/gst/play/play.h:
28800 * gst-libs/gst/tuner/Makefile.am:
28801 * gst-libs/gst/tuner/tuner-marshal.list:
28802 * gst-libs/gst/tuner/tuner.c:
28803 * gst-libs/gst/tuner/tuner.h:
28804 * gst-libs/gst/tuner/tunermarshal.list:
28805 use new glib-gen.mak snippet to clean up Makefile.am
28806 fix various bugs in Makefile.am's
28808 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28810 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28811 handle chain parsing correctly in the multichain case
28812 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28813 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28814 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28815 (theora_dec_chain):
28816 handle events and queries correctly
28818 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28821 Ignore generated file _stdint.h.
28823 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28825 * gst-libs/gst/colorbalance/Makefile.am:
28826 * gst-libs/gst/colorbalance/colorbalance.h:
28827 * gst-libs/gst/mixer/Makefile.am:
28828 * gst-libs/gst/mixer/mixer.h:
28829 * gst-libs/gst/play/Makefile.am:
28830 * gst-libs/gst/play/play.h:
28831 * gst-libs/gst/tuner/Makefile.am:
28832 * gst-libs/gst/tuner/tuner.h:
28833 Generate enum type code with glib-mkenums.
28834 * gst-libs/gst/colorbalance/.cvsignore:
28835 * gst-libs/gst/mixer/.cvsignore:
28836 * gst-libs/gst/play/.cvsignore:
28837 * gst-libs/gst/tuner/.cvsignore:
28838 Ignore generated files.
28840 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28842 * gst-libs/gst/audio/.cvsignore:
28843 Ignore generated file.
28844 * gst-libs/gst/audio/Makefile.am:
28845 Do not install example filter.
28847 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28849 * examples/switch/.cvsignore:
28850 Ignore generated file.
28852 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28854 * common/m4/ax_create_stdint_h.m4:
28856 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28859 remove generated _stdint.h in DISTCLEANFILES
28860 * ext/a52dec/gsta52dec.c:
28861 include _stdint.h for a52dec. (should fix #133064)
28863 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28865 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28866 (gst_tag_to_vorbis_comments):
28867 Add replaygain support to vorbistag
28869 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28870 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28871 (gst_ffmpeg_caps_to_extradata):
28872 Fix SVQ3 caps flag properties
28873 Use glib macro for bytes swap
28875 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28877 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28878 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28879 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28880 * ext/sndfile/gstsf.c: (plugin_init):
28881 * gst/avi/gstavi.c: (plugin_init):
28882 * sys/dxr3/dxr3init.c: (plugin_init):
28883 * sys/oss/gstossaudio.c: (plugin_init):
28884 * sys/v4l/gstv4l.c: (plugin_init):
28885 * sys/v4l2/gstv4l2.c: (plugin_init):
28886 remove textdomain calls
28888 update Dutch translation
28890 2004-02-02 Julien MOUTTE <julien@moutte.net>
28892 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28893 (gst_play_set_audio_sink): Moving volume in the audio thread for
28894 instantaneous volume change. Maybe i will add another volume in front
28895 of visualization later, not sure yet though.
28897 2004-02-02 Julien MOUTTE <julien@moutte.net>
28899 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28900 (gst_ximagesink_handle_xevents): Better X events handling, only take
28901 the latest events for configure and motion.
28902 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28904 2004-02-02 Jon Trowbridge <trow@gnu.org>
28906 reviewed by: David Schleef <ds@schleef.org>
28909 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28910 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28912 2004-02-02 David Schleef <ds@schleef.org>
28914 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28916 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28917 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28918 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28919 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28920 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28921 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28922 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28923 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28924 (gst_float2_2_int_link):
28925 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28926 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28927 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28928 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28929 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28930 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28931 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28932 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28933 * testsuite/gst-lint: Add tests for bzero and ;;
28935 2004-02-02 David Schleef <ds@schleef.org>
28937 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28939 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28941 * ext/aalib/gstaasink.c: (gst_aasink_open):
28942 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28943 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28944 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28945 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28946 (gst_afsink_close_file):
28947 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28948 (gst_afsrc_close_file):
28949 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28950 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28951 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28952 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28953 * ext/esd/esdmon.c: (gst_esdmon_get):
28954 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28955 * ext/faac/gstfaac.c: (gst_faac_chain):
28956 * ext/faad/gstfaad.c: (gst_faad_chain):
28957 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28958 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28959 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28960 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28961 (gst_flacdec_loop):
28962 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28963 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28964 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28965 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28966 (gst_gnomevfssink_close_file):
28967 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28968 (gst_gnomevfssrc_open_file):
28969 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28970 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28971 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28972 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28973 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28974 * ext/mad/gstmad.c: (gst_mad_chain):
28975 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28976 * ext/mpeg2dec/gstmpeg2dec.c:
28977 * ext/mpeg2enc/gstmpeg2enc.cc:
28978 * ext/mplex/gstmplex.cc:
28979 * ext/mplex/gstmplexibitstream.cc:
28980 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28981 (gst_ogg_demux_push):
28982 * ext/raw1394/gstdv1394src.c:
28983 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28984 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28985 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28987 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28988 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28989 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28990 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28991 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28992 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28993 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28994 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28995 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28996 (gst_riff_read_element_data), (gst_riff_read_seek),
28997 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28998 * gst/adder/gstadder.c: (gst_adder_loop):
28999 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29000 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29001 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29002 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29003 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29004 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29005 * gst/goom/gstgoom.c: (gst_goom_chain):
29006 * gst/id3/gstid3types.c: (gst_id3types_loop):
29007 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29008 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29009 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29010 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29011 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29012 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29013 (gst_ebml_read_float), (gst_ebml_read_header):
29014 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29015 (gst_matroska_demux_parse_blockgroup):
29016 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29017 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29018 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29019 * gst/silence/gstsilence.c: (gst_silence_get):
29020 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29021 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29022 * gst/speed/gstspeed.c: (speed_loop):
29023 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29024 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29025 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29026 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29027 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29028 (gst_wavparse_loop):
29029 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29030 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29031 (dxr3audiosink_close):
29032 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29033 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29034 (dxr3videosink_close), (dxr3videosink_write_data):
29035 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29036 * sys/oss/gstosssink.c: (gst_osssink_chain):
29037 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29038 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29039 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29040 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29041 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29042 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29043 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29044 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29045 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29046 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29047 (gst_v4l_set_audio):
29048 * sys/v4l/v4l_calls.h:
29049 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29050 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29051 (gst_v4lmjpegsink_playback_init),
29052 (gst_v4lmjpegsink_playback_start):
29053 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29054 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29055 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29056 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29057 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29058 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29059 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29060 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29061 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29062 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29063 (gst_v4l2_get_output), (gst_v4l2_set_output),
29064 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29065 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29066 (gst_v4l2_set_attribute):
29067 * sys/v4l2/v4l2_calls.h:
29068 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29069 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29070 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29071 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29072 (gst_v4l2src_capture_stop):
29073 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29074 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29075 (gst_ximagesink_chain):
29076 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29077 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29078 (gst_xvideosink_xwindow_new):
29079 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29080 (gst_xvimagesink_chain):
29082 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29084 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29085 (gst_volume_get_volume), (volume_class_init), (volume_init),
29086 (volume_chain_int16), (volume_update_volume):
29087 * gst/volume/gstvolume.h:
29088 make code more readable by removing magic numbers
29089 make mixer interface export 0-100 range
29090 make it internally map to 0.0-1.0 range so users don't distort
29091 output by putting the sliders at full volume
29093 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29095 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29096 (gst_play_state_change), (gst_play_seek_to_time):
29097 block the tick callback for 0.5 secs after doing a seek
29099 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29101 * gst-libs/gst/play/play.c: (gst_play_new):
29104 2004-02-01 Julien MOUTTE <julien@moutte.net>
29106 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29107 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29108 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29109 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29111 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29113 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29116 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29117 check for a function added in vorbis 1.1
29119 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29121 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29122 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29123 really start/stop clock only on PLAYING <=> PAUSED
29124 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29125 remove \n from debugging lines
29126 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29127 make it work when seeking does not
29128 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29131 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29133 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29134 start clock on PAUSED=>PLAYING, not later
29135 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29136 extract correct time for different discont formats
29137 (gst_alsa_sink_get_time):
29138 don't segfault when no format is negotiated yet, just return 0
29139 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29140 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29141 (gst_ogg_pad_push):
29142 handle flush and discont events correctly
29143 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29144 handle discont events correctly
29146 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29148 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29149 (gst_play_error_create), (gst_play_error_plugin),
29150 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29151 * gst-libs/gst/play/play.h:
29152 add error handling during creation
29153 * examples/gstplay/player.c: (main):
29154 use new gst_play_new
29157 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29159 * ext/theora/theoradec.c: (theora_dec_chain):
29161 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29162 (vorbis_dec_src_event), (vorbis_dec_chain):
29163 add encoder tag, fix tag reading to be more error tolerant, change
29164 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29165 gst_pad_event_default.
29166 * gst/tags/gstvorbistag.c:
29167 (gst_tag_list_from_vorbiscomment_buffer):
29168 undefine function specific define at end of function
29170 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29172 * ext/flac/gstflac.c: (plugin_init):
29173 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29174 * ext/flac/gstflacdec.h:
29175 * ext/flac/gstflacenc.h:
29178 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29180 * examples/gstplay/player.c: s/gstplay.h/play.h/
29182 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29184 * gst-libs/gst/play/Makefile.am:
29185 * gst-libs/gst/play/gstplay.c:
29186 * gst-libs/gst/play/gstplay.h:
29187 * gst-libs/gst/play/play.c:
29188 more surgery, operation complete
29190 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29192 * gst-libs/gst/play/play.old.c:
29193 * gst-libs/gst/play/play.old.h:
29194 after CVS surgery by moving, remove
29195 * gst-libs/gst/play/playpipelines.c:
29198 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29199 add negotiation error
29201 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29203 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29204 (gst_ogg_demux_push):
29205 add some seeking debug info
29206 send a flush when seeking
29208 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29214 * ext/theora/Makefile.am:
29215 * ext/theora/theoradec.c:
29216 add theora video decoder. Does just do simple decoding for now and
29217 has been tested against Theora cvs only. It only works when theora
29218 is compiled with --enable-static.
29219 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29220 always reset packetno on DISCONT
29222 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29224 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29227 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29229 * gst/mpegaudioparse/gstmpegaudioparse.c:
29230 (mp3_type_frame_length_from_header):
29231 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29233 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29235 * ext/esd/esdsink.c: (gst_esdsink_init):
29236 Since we have static pad template caps, we don't need to negotiate;
29237 either the core errors out or we know the format.
29239 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29241 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29242 (gst_riff_read_seek):
29243 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29244 (gst_ebml_read_seek):
29245 Fix event handling.
29247 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29249 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29250 removee video/x-theora from vp3 decoder, it doesn't handle raw
29252 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29253 fix bug with finalizing element that never went to PAUSED
29254 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29255 length and position queries were swapped
29256 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29257 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29258 (vorbis_dec_src_event):
29259 implement querying time and bytes
29261 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29263 * just about every source file:
29264 gst_element_error -> GST_ELEMENT_ERROR
29266 2004-01-29 Julien MOUTTE <julien@moutte.net>
29268 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29269 emiting FLUSH and even before DISCONT.
29270 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29271 get the best instant seeking as possible yay!
29273 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29275 * gst/mpeg1videoparse/gstmp1videoparse.c:
29276 (gst_mp1videoparse_real_chain):
29277 Committed wrong version last week... Grr... Didn't notice until now.
29279 2004-01-29 Julien MOUTTE <julien@moutte.net>
29281 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29282 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29283 have_xwindow_id signal in xwindow_create.
29285 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29287 * ext/ogg/gstoggdemux.c:
29288 lots of changes - mainly support for chained bitstreams, seeking,
29289 querying and bugfixes of course
29290 * ext/vorbis/Makefile.am:
29291 * ext/vorbis/vorbisdec.c:
29292 * ext/vorbis/vorbisdec.h:
29293 add vorbisdec raw vorbis decoder
29294 * ext/vorbis/vorbis.c: (plugin_init):
29295 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29296 * gst/intfloat/Makefile.am:
29297 * gst/intfloat/float22int.c:
29298 * gst/intfloat/float22int.h:
29299 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29300 add float2intnew plugin. It converts multichannel interleaved float to
29301 multichannel interleaved int. The name should probably be changed.
29302 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29304 add typefinding for raw theora video so oggdemux can detect it.
29306 2004-01-28 Julien MOUTTE <julien@moutte.net>
29308 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29309 sink element first.
29310 * gst/videoscale/gstvideoscale.c:
29311 (gst_videoscale_handle_src_event): Fixing src event handler.
29313 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29315 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29316 (gst_v4lsrc_open), (gst_v4lsrc_close),
29317 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29318 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29319 * sys/v4l/gstv4lsrc.h:
29320 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29321 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29322 Implement resizing... Hack. But that's why v4l is b0rked...
29324 2004-01-28 Julien MOUTTE <julien@moutte.net>
29326 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29327 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29328 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29329 (gst_ximagesink_xwindow_destroy):
29330 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29331 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29332 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29333 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29334 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29335 correctly cleaning the image created to check xshm calls on succes,
29336 added a lot of XSync calls in X11 functions, and fixed a segfault when
29337 no image format was defined before negotiation happened.
29339 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29341 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29342 use gst_element_get_time to get correct time
29344 2004-01-28 Julien MOUTTE <julien@moutte.net>
29346 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29347 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29348 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29350 (gst_xvimagesink_check_xshm_calls),
29351 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29352 X plugins are now able to detect that XShm calls will fail even if the
29353 server claims that it has XShm support (remote displays most of the
29354 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29355 so that we use non XShm functions. This feature is almost useless for
29356 xvimagesink as Xv is not supported on remote displays anyway, but
29357 it might happen than even on the local display XShm calls fail.
29359 2004-01-27 David Schleef <ds@schleef.org>
29361 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29362 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29363 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29364 changed esdsink to only use 44100,16,2, since esd sucks at rate
29365 conversion and esdsink has had difficulty negotiating.
29367 2004-01-27 Julien MOUTTE <julien@moutte.net>
29369 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29370 (gst_play_seek_to_time): Fixing the way to get current position.
29372 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29374 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29375 use gst_element_get_time to get correct time
29377 2004-01-27 Julien MOUTTE <julien@moutte.net>
29379 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29380 fix ever... Inverting 2 lines of code make spider autoplug correctly
29383 2004-01-27 David Schleef <ds@schleef.org>
29385 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29386 Use gst_pad_try_set_caps_nonfixed().
29388 2004-01-27 David Schleef <ds@schleef.org>
29390 * gst/ac3parse/gstac3parse.c: update to checklist 5
29391 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29392 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29393 * gst/audioscale/gstaudioscale.c: same
29394 * gst/auparse/gstauparse.c: same
29395 * gst/avi/gstavidemux.c: same
29397 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29399 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29400 stop processing after EOS
29402 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29404 * gst/asfdemux/asfheaders.h:
29405 * gst/asfdemux/gstasfdemux.c:
29406 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29407 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29408 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29409 lot's of fixes to make data extraction simpler and get the code
29410 architecture and compiler independant. Add debugging category
29411 * gst/goom/gstgoom.c: (gst_goom_change_state):
29412 reset channel count on PAUSED=>READY, not READY=>PAUSED
29414 2004-01-26 Colin Walters <walters@verbum.org>
29416 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29417 code to pull a bigger buffer in iradio mode. This as a side effect
29418 makes typefinding work.
29420 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29422 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29423 Fix SVQ3 decoding on PPC
29425 2004-01-26 Julien MOUTTE <julien@moutte.net>
29427 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29428 that one managed to stay there... Fixed.
29430 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29432 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29433 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29434 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29435 (qtdemux_video_caps):
29436 * gst/qtdemux/qtdemux.h:
29437 Add SVQ3 specific flags to qtdemux and ffmpeg
29439 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29441 * gst-libs/gst/audio/audio.h:
29442 remove buffer-frames from audio caps
29443 * gst/audioconvert/gstaudioconvert.c:
29444 fix plugin to really work.
29446 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29448 * gst-libs/gst/mixer/mixer.c:
29449 * gst-libs/gst/propertyprobe/propertyprobe.c:
29450 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29451 (gst_tuner_find_channel_by_name):
29452 * gst-libs/gst/tuner/tuner.h:
29453 Add gtk-doc style comments. Also fix a function name.
29455 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29457 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29458 (gst_divxdec_negotiate):
29459 Fix for new capsnego - also fixes gst-player with divxdec.
29461 2004-01-25 Julien MOUTTE <julien@moutte.net>
29463 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29464 (gst_play_identity_handoff), (gst_play_set_location),
29465 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29466 try in visualization implementation. Still have an issue with switch
29467 blocking when pulling from video_queue and only audio comes out of
29469 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29470 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29471 release method. And check if the pad is usable before pulling.
29473 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29475 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29476 (gst_videobalance_init),
29477 (gst_videobalance_colorbalance_list_channels),
29478 (gst_videobalance_colorbalance_set_value),
29479 (gst_videobalance_colorbalance_get_value),
29480 (gst_videobalance_update_properties),
29481 (gst_videobalance_update_tables_planar411),
29482 (gst_videobalance_planar411):
29483 * gst/videofilter/gstvideobalance.h:
29484 Implement lookup-tables. +/- 10x faster.
29486 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29488 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29489 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29490 The index reading was broken. The rest worked fine, but the whole
29491 goal of my rewrite was to make avidemux readable, and this was
29492 not at all readable. Please use typed variables.
29494 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29496 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29497 Additional pad usability check.
29498 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29499 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29500 (gst_mp1videoparse_real_chain):
29501 Fix MPEG video stream parsing. The original plugin had several
29502 issues, including not timestamping streams where the source was
29503 not timestamped (this happens with PTS values in mpeg system
29504 streams, but MPEG video is also a valid stream on its own so
29505 that needs timestamps too). We use the display time code for that
29506 for now. Also, if one incoming buffer contains multiple valid
29507 frames, we push them all on correctly now, including proper EOS
29508 handling. Lastly, several potential segfaults were fixed, and we
29509 properly sync on new sequence/gop headers to include them in next,
29510 not previous frames (since they're header for the next frame, not
29511 the previous). Also see #119206.
29512 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29514 Move caps setting so we only do it after finding several valid
29515 MPEG-1 fraes sequentially, not right after the first one (which
29516 might be coincidental).
29517 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29518 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29520 Add unsynced MPEG video stream typefinding, and change some
29521 probability values so we detect streams rightly. The idea is as
29522 follows: I can have an unsynced system stream which contains
29523 video. In the current code, I would randomly get a type for either
29524 system or video stream type found, because the probabilities are
29525 being calculated rather randomly. I now use fixed values, so we
29526 always prefer system stream if that was found (and that is how it
29527 should be). If no system stream was found, we can still identity the stream as video-only.
29529 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29531 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29532 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29533 don't write to buffer. Extract data without the need of
29534 __attribute__ ((packed))
29536 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29538 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29539 (mpeg1_sys_type_find):
29540 Fix MPEG-1 stream typefinding.
29542 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29544 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29545 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29547 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29549 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29550 * ext/esd/gstesd.c: (plugin_init):
29551 private debugging, better error reporting
29553 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29555 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29556 (gst_riff_read_init), (gst_riff_read_change_state):
29557 * gst-libs/gst/riff/riff-read.h:
29558 Remove stuff fromold metadata system.
29560 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29562 * ext/ogg/gstoggdemux.c:
29563 Fix wrong file comment.
29564 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29565 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29566 Add metadata reading properly.
29568 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29571 Fix nas DIST_SUBDIRS
29573 Fix bug where make distcheck doesn't get run on adding stuff to
29576 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29578 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29579 * ext/divx/gstdivxdec.h:
29580 Fix divx3 ("msmpeg4") playback using divxdec.
29582 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29584 * gst/typefind/gsttypefindfunctions.c:
29585 (mp3_type_frame_length_from_header): fix bug in length computation
29586 (mp3_type_find): improve debugging output
29588 2004-01-23 Julien MOUTTE <julien@moutte.net>
29590 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29591 (gst_play_set_location), (gst_play_seek_to_time),
29592 (gst_play_set_audio_sink), (gst_play_set_visualization),
29593 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29594 the pipeline from scratch. Visualization is back and switch went out as
29595 i realized it was not possible to use the way i wanted.
29596 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29597 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29598 clearing in state change from READY to NULL. So that one can clean the
29599 X ressources keeping the element.
29600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29601 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29602 (gst_xvimagesink_colorbalance_set_value),
29603 (gst_xvimagesink_colorbalance_get_value),
29604 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29605 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29606 change from READY to NULL and fixed some stupid bugs in colorbalance
29607 get/set values. Also added the following feature : when nobody tries to
29608 set some values to the colorbalance levels before the xcontext is
29609 grabbed, then when creating channels list from Xv attributes we set the
29610 internal values to the Xv defaults. This way we handle buggy Xv drivers
29611 that set default hue values far from the middle of the range (Thanks
29612 to Jon Trowbridge for pointing that issue).
29613 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29614 colorbalance levels have been set before xcontext is grabbed.
29616 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29618 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29619 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29620 it might block operations (which is bad for a mixer).
29622 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29624 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29625 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29626 (gmip_find_type_pre):
29627 * gst-libs/gst/media-info/media-info-priv.h:
29628 * gst-libs/gst/media-info/media-info.c:
29629 (gst_media_info_instance_init), (gst_media_info_read_idler):
29630 add fakesink to get caps on decoder src pad again
29631 fix callback prototype to match new have_type signal signature
29633 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29635 * gst/adder/gstadder.c: (gst_adder_link):
29636 fix non-compile and cut-n-paste code
29638 2004-01-21 David Schleef <ds@schleef.org>
29640 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29641 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29642 (gst_swfdec_init), (gst_swfdec_change_state):
29643 * ext/swfdec/gstswfdec.h:
29645 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29646 (gst_adder_request_new_pad): Fix negotiation.
29647 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29648 Add a fixate function.
29649 * gst/intfloat/gstfloat2int.c:
29650 * gst/intfloat/gstfloat2int.h:
29651 * gst/intfloat/gstint2float.c:
29652 * gst/intfloat/gstint2float.h:
29653 Completely rewrite the negotiation. Doesn't quite work yet,
29654 due to some buffer-frames problem.
29656 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29658 * ext/gnomevfs/gstgnomevfssrc.c:
29659 * sys/v4l2/v4l2_calls.h:
29660 fix includes for distcheck
29662 2004-01-21 Christian Schaller <uraeus@gnome.org>
29665 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29666 based on earlier patch from Laurent Vivier
29668 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29670 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29671 Fix wma caps property
29672 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29673 Fix typo (flags1 and flags2)
29675 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29677 * gst-libs/gst/media-info/media-info-priv.c:
29678 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29679 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29680 (gmip_find_stream), (gmip_find_track_metadata),
29681 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29682 (gmip_find_track_format):
29683 * gst-libs/gst/media-info/media-info-priv.h:
29684 * gst-libs/gst/media-info/media-info-test.c: (main):
29685 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29686 (gst_media_info_read_idler), (gst_media_info_read):
29687 * gst-libs/gst/media-info/media-info.h:
29688 register debugging category and use it for debugging
29690 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29692 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29693 (gst_vorbisfile_new_link):
29694 signal streaminfo through tags
29696 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29698 * ext/mplex/gstmplex.cc:
29699 * ext/mplex/gstmplexibitstream.cc:
29700 g++ doesn't like NULL in our i18n/error macros, should be
29701 either (NULL) or ("").
29703 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29705 * sys/dxr3/dxr3audiosink.c:
29706 * sys/dxr3/dxr3init.c:
29707 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29708 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29709 Fix more error error error errors (missing includes here).
29711 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29713 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29714 fix thomas' error errors.
29716 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29718 * ext/mpeg2enc/gstmpeg2enc.cc:
29721 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29723 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29724 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29725 Fix for new error system.
29727 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29729 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29730 fix for new error reporting
29732 2004-01-20 David Schleef <ds@schleef.org>
29734 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29735 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29736 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29737 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29738 and neither is 100+, most likely.
29739 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29740 (gst_xvimagesink_getcaps): same
29742 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29745 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29746 clashes with ffmpeg.
29748 2004-01-20 Julien MOUTTE <julien@moutte.net>
29750 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29751 (gst_switch_init): Fixed switch element : proxying link and setting
29752 caps from src to sink on request.
29754 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29756 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29757 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29758 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29761 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29763 * sys/v4l/v4l_calls.h:
29764 * sys/v4l2/v4l2_calls.h:
29765 element_error fixes
29767 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29769 * gst-libs/gst/gst-i18n-plugin.h:
29771 remove config.h inclusion
29773 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29776 adding autopoint invocation
29779 * gst-libs/gst/gettext.h:
29780 adding gettext bits
29781 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29782 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29783 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29784 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29785 (gst_gnomevfssink_close_file):
29786 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29787 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29788 * gst-libs/gst/gst-i18n-plugin.h:
29789 * gst/avi/gstavi.c: (plugin_init):
29790 * sys/dxr3/dxr3init.c: (plugin_init):
29791 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29792 * sys/oss/gstossaudio.c: (plugin_init):
29793 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29794 * sys/v4l/gstv4l.c: (plugin_init):
29795 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29796 * sys/v4l2/gstv4l2.c: (plugin_init):
29797 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29798 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29799 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29800 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29801 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29802 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29803 make sure locale and translation domain are set
29804 fix translated strings
29810 put translation files into place
29811 * sys/xvideo/imagetest.c: (main):
29812 * ext/dv/demo-play.c: (main):
29813 fix unnecessary translations
29815 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29817 * ext/sndfile/gstsf.c:
29818 * gst/avi/gstavimux.c:
29819 * ext/audiofile/gstafsink.c:
29820 * ext/audiofile/gstafsrc.c:
29821 * ext/gnomevfs/gstgnomevfssink.c:
29822 * ext/gnomevfs/gstgnomevfssrc.c:
29823 * sys/oss/gstosselement.c:
29824 * sys/v4l/v4l_calls.h:
29827 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29829 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29830 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29831 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29832 (gst_v4l2_get_output), (gst_v4l2_set_output),
29833 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29834 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29835 (gst_v4l2_set_attribute):
29836 update to new error handling
29838 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29840 * ext/sidplay/gstsiddec.cc:
29841 * gst/modplug/gstmodplug.cc:
29842 parenthese NULL because C++ seems angry about it
29844 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29846 * gst-libs/gst/gst-i18n-plugin.h:
29847 add skeleton i18n stuff, but needs to be further implemented
29849 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29851 * examples/gstplay/player.c: (main):
29852 * ext/aalib/gstaasink.c: (gst_aasink_open):
29853 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29854 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29855 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29856 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29857 (gst_afsink_close_file):
29858 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29859 (gst_afsrc_close_file):
29860 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29861 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29862 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29863 * ext/esd/esdmon.c: (gst_esdmon_get):
29864 * ext/esd/esdsink.c: (gst_esdsink_chain):
29865 * ext/faac/gstfaac.c: (gst_faac_chain):
29866 * ext/faad/gstfaad.c: (gst_faad_chain):
29867 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29868 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29869 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29870 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29871 (gst_flacdec_loop):
29872 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29873 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29874 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29875 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29876 (gst_gnomevfssink_close_file):
29877 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29878 (gst_gnomevfssrc_open_file):
29879 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29880 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29881 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29882 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29883 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29884 * ext/mad/gstmad.c: (gst_mad_chain):
29885 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29886 * ext/mpeg2dec/gstmpeg2dec.c:
29887 * ext/mpeg2enc/gstmpeg2enc.cc:
29888 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29889 * ext/mplex/gstmplex.cc:
29890 * ext/mplex/gstmplexibitstream.cc:
29891 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29892 (gst_ogg_demux_push), (gst_ogg_pad_push):
29893 * ext/raw1394/gstdv1394src.c:
29894 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29895 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29896 * ext/sidplay/gstsiddec.cc:
29897 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29899 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29900 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29901 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29902 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29903 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29904 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29905 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29906 * gst-libs/gst/Makefile.am:
29907 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29908 (gst_riff_read_element_data), (gst_riff_read_seek),
29909 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29910 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29911 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29912 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29913 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29914 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29915 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29916 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29917 * gst/goom/gstgoom.c: (gst_goom_chain):
29918 * gst/id3/gstid3types.c: (gst_id3types_loop):
29919 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29920 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29921 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29922 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29923 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29924 (gst_ebml_read_float), (gst_ebml_read_header):
29925 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29926 (gst_matroska_demux_parse_blockgroup):
29927 * gst/modplug/gstmodplug.cc:
29928 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29929 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29930 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29931 * gst/silence/gstsilence.c: (gst_silence_get):
29932 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29933 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29934 * gst/speed/gstspeed.c: (speed_loop):
29935 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29936 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29937 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29938 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29939 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29940 (gst_wavparse_loop):
29941 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29942 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29943 (dxr3audiosink_close):
29944 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29945 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29946 (dxr3videosink_close), (dxr3videosink_write_data):
29947 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29948 * sys/oss/gstosselement.h:
29949 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29950 (gst_osssink_chain):
29951 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29952 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29953 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29954 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29955 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29956 (gst_v4l_enable_overlay):
29957 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29958 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29959 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29960 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29961 (gst_v4l_set_audio):
29962 * sys/v4l/v4l_calls.h:
29963 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29964 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29965 (gst_v4lmjpegsink_playback_init),
29966 (gst_v4lmjpegsink_playback_start):
29967 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29968 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29969 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29970 (gst_v4lmjpegsrc_requeue_frame):
29971 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29972 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29973 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29974 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29975 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29976 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29977 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29978 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29979 (gst_v4l2src_capture_stop):
29980 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29981 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29982 (gst_ximagesink_chain):
29983 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29984 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29985 (gst_xvideosink_xwindow_new):
29986 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29987 (gst_xvimagesink_chain):
29988 use new error signal, function and categories
29990 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
29994 * ext/musicbrainz/gsttrm.c:
29995 * ext/musicbrainz/gsttrm.h:
29996 * ext/musicbrainz/Makefile.am:
29999 2004-01-18 Julien MOUTTE <julien@moutte.net>
30001 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30002 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30003 synchronous property for debugging.
30004 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30005 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30006 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30007 smaller block, fixing indent.
30009 2004-01-16 David Schleef <ds@schleef.org>
30011 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30012 property affects the video stream.
30013 * sys/xvimage/xvimagesink.c:
30014 * sys/xvimage/xvimagesink.h:
30015 Add synchronous property for debugging. Should probably be
30016 disabled in non-CVS builds. Make sure that the Xv attribute
30017 exists before we set it (crash!). Fix a silly float bug that
30018 caused colorbalance to just not work.
30020 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30022 * tools/gst-launch-ext.in - update for new plugins
30024 2004-01-16 David Schleef <ds@schleef.org>
30026 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30027 already-freed caps.
30029 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30031 * Update spec for new colorspace plugin and libcaca plugin
30032 * Fix compilation of libcaca plugin (clock -> id)
30034 2004-01-16 Julien MOUTTE <julien@moutte.net>
30036 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30037 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30038 (gst_xvimagesink_set_xwindow_id),
30039 (gst_xvimagesink_colorbalance_set_value),
30040 (gst_xvimagesink_colorbalance_get_value),
30041 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30042 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30043 correct colorbalance properties. They can now be set when the element
30044 is still in NULL state. The values will be committed to the Xv Port
30045 when xcontext is initialized.
30046 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30047 brightness int values in the GstXvImagesink structure.
30049 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30051 * gst-libs/gst/Makefile.am:
30052 restructure so having local patches works easier.
30054 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30056 * ext/mpeg2enc/Makefile.am:
30057 * ext/mpeg2enc/gstmpeg2enc.cc:
30058 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30059 Bugfix with respect to EOS handling.
30061 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30063 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30064 Link with right caps (else, it segfaults).
30065 * ext/mplex/gstmplexjob.cc:
30066 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30068 2004-01-15 David Schleef <ds@schleef.org>
30070 * gst-libs/gst/audio/Makefile.am:
30071 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30073 * gst-libs/gst/audio/gstaudiofilter.c:
30074 * gst-libs/gst/audio/gstaudiofilter.h:
30075 Add bytes_per_sample and size and n_samples calculation.
30076 * gst-libs/gst/audio/gstaudiofilterexample.c:
30077 Remove, now autogenerated.
30078 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30079 Moved from gstaudiofilterexample, object name changed, code added
30080 so that it actually works.
30081 * gst-libs/gst/audio/make_filter:
30082 Script to build an audiofilter subclass from the template.
30083 * gst/colorspace/Makefile.am:
30084 * gst/colorspace/yuv2yuv.c:
30085 Remove file, since it's GPL, and we don't use it.
30087 2004-01-15 Julien MOUTTE <julien@moutte.net>
30089 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30090 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30091 them use the buffer free function to test how the buffer was allocated.
30093 2004-01-15 David Schleef <ds@schleef.org>
30095 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30096 that handles osssink fallback.
30097 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30098 (gst_audio_convert_getcaps):
30099 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30100 Add audio/x-qdm2 for QDM2 audio.
30101 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30102 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30103 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30104 Decrease minimum size to 16x16.
30105 * gst/wavparse/gstwavparse.c:
30106 Convert disabled pad template caps to new caps.
30107 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30108 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30109 (gst_xvimagesink_chain): Throw element error when display cannot
30110 be opened. Increase minimum framerate to 1.0. Check the data
30111 free function on a buffer to make sure it is the type we expect
30112 before manipulating it.
30114 2004-01-15 Julien MOUTTE <julien@moutte.net>
30116 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30117 (gst_videobalance_colorbalance_set_value): Implement passthru if
30118 settings are in the middle.
30119 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30121 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30123 * gst/videofilter/Makefile.am:
30124 * gst/volume/Makefile.am:
30125 Since we use videofilter symbols, link to it.
30127 2004-01-15 Julien MOUTTE <julien@moutte.net>
30129 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30130 mixer interface type to HARDWARE.
30131 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30133 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30134 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30135 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30136 (gst_volume_interface_init), (gst_volume_list_tracks),
30137 (gst_volume_set_volume), (gst_volume_get_volume),
30138 (gst_volume_set_mute), (gst_volume_mixer_init),
30139 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30140 (volume_init): Implementing mixer interface.
30141 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30142 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30143 (gst_osselement_change_state): Removing some trailing commas in
30145 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30146 interface type to HARDWARE.
30147 * sys/v4l/gstv4lcolorbalance.c:
30148 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30150 * sys/v4l2/gstv4l2colorbalance.c:
30151 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30152 interface type to HARDWARE.
30153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30154 same code than ximagesink for event handling.
30156 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30158 * ext/snapshot/Makefile.am:
30159 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30160 (gst_snapshot_chain):
30161 * ext/snapshot/gstsnapshot.h:
30162 This has to be a joke... Snapshot should be connected to a tee,
30163 colorspace element before it and EOS after that, where the other
30164 src of the tee receives normal data.
30165 The current way is *wrong*.
30167 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30169 * ext/hermes/gsthermescolorspace.c:
30170 Fix another compile error. Same as below.
30172 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30174 * gst/colorspace/gstcolorspace.c:
30175 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30176 (gst_colorspace_i420_to_yv12):
30177 Fix compiling... Didn't test if it actually works.
30179 2004-01-15 David Schleef <ds@schleef.org>
30182 * gst/colorspace/Makefile.am:
30183 * gst/colorspace/gstcolorspace.c:
30184 * gst/colorspace/gstcolorspace.h:
30185 * gst/colorspace/yuv2rgb.c:
30186 * gst/colorspace/yuv2rgb.h:
30187 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30188 code and GPL code. Fix for new caps negotiation. Rewrite
30189 much of the format handling code, and some of the conversion
30190 code. Basically, rewrote almost everything. This element
30191 handles I420, YV12 to RGB conversions.
30192 * ext/hermes/Makefile.am:
30193 * ext/hermes/gsthermescolorspace.c:
30194 Rename colorspace to hermescolorspace. Fix negotiation issues.
30195 Remove non-Hermes related code. This element handles lots of
30196 RGB to RGB conversions, but no YUV.
30197 * ext/hermes/gstcolorspace.c:
30198 * ext/hermes/gstcolorspace.h:
30199 * ext/hermes/rgb2yuv.c:
30200 * ext/hermes/yuv2rgb.c:
30201 * ext/hermes/yuv2rgb.h:
30202 * ext/hermes/yuv2rgb_mmx16.s:
30203 * ext/hermes/yuv2yuv.c:
30204 * ext/hermes/yuv2yuv.h:
30207 2004-01-14 Colin Walters <walters@verbum.org>
30209 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30210 they've already been.
30212 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30214 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30215 assume tag mode when pad is not connected
30217 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30219 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30220 Don't update the time of the clock
30221 (gst_alsa_sink_loop):
30222 sync to the clock given to alsasink, not the own clock
30223 * sys/oss/gstosssink.c: (gst_osssink_chain):
30225 (gst_osssink_change_state):
30227 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30228 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30229 remove bogus code that made DISCONT events unhandled
30230 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30231 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30233 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30234 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30235 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30236 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30237 2nd warning in bug #131502)
30239 2004-01-14 Julien MOUTTE <julien@moutte.net>
30241 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30242 (gst_videobalance_colorbalance_set_value),
30243 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30244 for colorbalance interface implementation.
30245 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30246 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30247 (gst_ximagesink_dispose), (gst_ximagesink_init),
30248 (gst_ximagesink_class_init): Adding DISPLAY property.
30249 * sys/ximage/ximagesink.h: Adding display_name to store display.
30250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30251 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30252 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30253 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30254 properties (they still need polishing though for gst-launch use : no
30255 xcontext yet, i ll do that tomorrow).
30256 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30258 2004-01-14 Julien MOUTTE <julien@moutte.net>
30260 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30261 (gst_play_set_location), (gst_play_set_visualization): Preparing
30262 switch integration, adding videobalance in the pipeline.
30264 2004-01-14 Julien MOUTTE <julien@moutte.net>
30266 * gst-libs/gst/colorbalance/colorbalance.c:
30267 (gst_color_balance_class_init): Adding a default type.
30268 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30270 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30271 (gst_videobalance_dispose), (gst_videobalance_class_init),
30272 (gst_videobalance_init), (gst_videobalance_interface_supported),
30273 (gst_videobalance_interface_init),
30274 (gst_videobalance_colorbalance_list_channels),
30275 (gst_videobalance_colorbalance_set_value),
30276 (gst_videobalance_colorbalance_get_value),
30277 (gst_videobalance_colorbalance_init): Implementing colorbalance
30279 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30281 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30282 bug which was triggering a BadAccess X error when setting an overlay
30283 before pad was really negotiated.
30284 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30285 Using the colorbalance type macro.
30287 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30289 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30290 (gst_flacenc_chain):
30291 handle tags correctly
30292 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30293 extract ID3v1 tags correctly
30295 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30297 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30299 Improve matroska typefinding for odd-typed headers...
30301 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30303 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30304 Fix for using incremental number on padnames.
30306 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30308 * ext/divx/gstdivxdec.c:
30309 * ext/divx/gstdivxenc.c:
30310 Set category to divx4linux instead of divx (too generic).
30311 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30312 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30313 (gst_wavparse_loop), (gst_wavparse_change_state):
30314 * gst/wavparse/gstwavparse.h:
30315 fix parsing of WAV files with non-standard fmt-tag size and fix
30316 skipping of unrecognized chunks... Someone please fix this thing
30317 to use rifflib so all this is automated.
30318 * sys/v4l/Makefile.am:
30319 * sys/v4l2/Makefile.am:
30320 Add X_CFLAGS because we depend on X (for overlay).
30322 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30324 * ext/mpeg2dec/gstmpeg2dec.c:
30325 Don't issue a timestamp unless we tagged the frame
30328 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30330 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30331 Query the audio element to get the time, not the clock. We're
30332 interested in the element's time here.
30334 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30336 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30337 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30338 * ext/esd/esdsink.c: (gst_esdsink_chain):
30339 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30340 * ext/mas/massink.c: (gst_massink_chain):
30341 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30342 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30343 (gst_matroska_demux_parse_metadata):
30344 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30345 (gst_mpeg_parse_release_locks):
30346 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30347 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30348 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30349 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30350 (gst_osssink_change_state):
30351 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30352 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30353 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30354 (gst_xvideosink_release_locks):
30355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30357 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30358 (gst_alsa_clock_stop):
30359 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30360 (gst_audio_clock_get_internal_time):
30361 simplify for use with new clocking code.
30362 * testsuite/alsa/Makefile.am:
30363 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30364 fix testsuite for new caps system
30366 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30368 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30369 * ext/flac/gstflacenc.c: (add_one_tag):
30370 length is already host endian, no need to convert. Fixes playback of
30371 tagged files on PPC. (bug #128384)
30373 2004-01-13 Julien MOUTTE <julien@moutte.net>
30375 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30376 colorbalance interface stating if it is hardware based or software
30378 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30379 Removing a trailing comma.
30380 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30381 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30382 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30383 the documentation seems to be wrong on the -1000 to 1000 interval.
30385 2004-01-12 David Schleef <ds@schleef.org>
30387 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30388 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30389 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30390 Fix negotiation. Add a bufferalloc function for the sink pad,
30391 and generally clean up some of the code.
30393 2004-01-12 Julien MOUTTE <julien@moutte.net>
30395 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30396 (gst_color_balance_channel_dispose): Adding safety check in dispose
30398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30399 (gst_xvimagesink_xcontext_clear),
30400 (gst_xvimagesink_interface_supported),
30401 (gst_xvimagesink_colorbalance_list_channels),
30402 (gst_xvimagesink_colorbalance_set_value),
30403 (gst_xvimagesink_colorbalance_get_value),
30404 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30405 Adding colorbalance interface support to set XV parameters such as
30406 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30407 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30410 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30412 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30413 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30414 (gst_audio_convert_init), (gst_audio_convert_set_property),
30415 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30416 (gst_audio_convert_link),
30417 (gst_audio_convert_buffer_to_default_format),
30418 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30419 - implement _getcaps and use it
30421 - remove float caps since no float conversion is actually done
30422 - remove properties and arguments that were to be used for rate
30425 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30427 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30428 (gst_audio_structure_set_int):
30429 * gst-libs/gst/audio/audio.h:
30430 add helper functions for _getcaps matching the standard audio
30433 2004-01-12 David Schleef <ds@schleef.org>
30435 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30436 Test that pad is negotiated before getting its caps.
30438 2004-01-12 Julien MOUTTE <julien@moutte.net>
30440 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30441 analyzing the pads of an element the bin is mostly in READY state so
30442 no caps were negotiated. This helper function needs to work with
30443 _get_caps directly then. I was not freeing them though, added that to
30446 2004-01-12 Julien MOUTTE <julien@moutte.net>
30448 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30449 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30450 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30451 than the free_func.
30453 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30455 * sys/oss/gstossaudio.c: (plugin_init):
30456 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30457 * sys/oss/gstosselement.h:
30458 make an oss debugging category
30459 make failure more descriptive
30461 2004-01-11 David Schleef <ds@schleef.org>
30463 * ext/ffmpeg/gstffmpeg.c:
30464 * ext/ffmpeg/gstffmpegcodecmap.c:
30465 * ext/ffmpeg/gstffmpegdec.c:
30466 * ext/ffmpeg/gstffmpegenc.c:
30467 * ext/ffmpeg/gstffmpegprotocol.c:
30468 * ext/gdk_pixbuf/gstgdkanimation.c:
30469 * ext/jpeg/gstjpeg.c:
30470 * ext/libpng/gstpng.c:
30471 * ext/mpeg2dec/perftest.c:
30472 * ext/speex/gstspeex.c:
30473 * gst-libs/gst/resample/dtos.c:
30474 * gst/intfloat/gstintfloatconvert.c:
30475 * gst/oneton/gstoneton.c:
30476 * gst/rtjpeg/RTjpeg.c:
30477 * gst/rtp/gstrtp.c:
30478 * sys/dxr3/dxr3init.c:
30479 * sys/glsink/gstgl_nvimage.c:
30480 * sys/glsink/gstgl_pdrimage.c:
30481 * sys/glsink/gstglsink.c:
30482 * testsuite/gst-lint:
30483 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30485 2004-01-11 David Schleef <ds@schleef.org>
30487 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30488 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30489 * ext/gdk_pixbuf/gstgdkanimation.c:
30490 (gst_gdk_animation_iter_create_pixbuf):
30491 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30492 (gst_gdk_pixbuf_chain):
30493 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30494 * ext/jack/gstjack.c: (gst_jack_change_state):
30495 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30496 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30497 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30498 * gst/videofilter/gstvideofilter.c:
30499 (gst_videofilter_set_output_size):
30500 Remove all usage of gst_pad_get_caps(), and replace it with
30501 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30503 2004-01-11 David Schleef <ds@schleef.org>
30506 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30507 * ext/divx/gstdivxdec.c:
30508 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30509 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30510 handle images that span multiple buffers. Now work with both
30511 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30512 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30513 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30514 video/video.h changes
30515 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30516 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30517 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30518 of GstData free function.
30519 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30522 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30524 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30525 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30526 (gst_v4l2element_get_property):
30527 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30528 add norm, channel and frequency properties.
30529 * sys/v4l2/gstv4l2tuner.c:
30530 fixes for tuner interface changes
30531 * sys/v4l2/gstv4l2element.h:
30532 * sys/v4l2/gstv4l2src.c:
30533 * sys/v4l2/gstv4l2src.h:
30534 * sys/v4l2/v4l2src_calls.c:
30535 * sys/v4l2/v4l2src_calls.h:
30536 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30538 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30540 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30541 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30542 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30543 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30544 * gst-libs/gst/tuner/tuner.h:
30545 GObjects aren't const.
30546 Add find_by_name functions.
30547 Add checks to _changed functions.
30548 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30549 (gst_v4l_tuner_get_norm):
30552 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30554 * gst-libs/gst/video/video.h:
30555 Fix caps template names to be understandable.
30556 Prefix everything with GST_VIDEO.
30557 * ext/aalib/gstaasink.c:
30558 * ext/divx/gstdivxdec.c:
30559 * ext/divx/gstdivxenc.c:
30560 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30561 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30562 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30563 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30564 * ext/libcaca/gstcacasink.c:
30565 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30566 * ext/snapshot/gstsnapshot.c:
30567 * ext/swfdec/gstswfdec.c:
30568 * ext/xvid/gstxviddec.c:
30569 * ext/xvid/gstxvidenc.c:
30570 * gst/chart/gstchart.c:
30571 * gst/deinterlace/gstdeinterlace.c:
30572 * gst/effectv/gsteffectv.c:
30573 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30574 * gst/goom/gstgoom.c:
30575 * gst/median/gstmedian.c:
30576 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30577 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30578 * gst/overlay/gstoverlay.c:
30579 * gst/smooth/gstsmooth.c:
30580 * gst/smpte/gstsmpte.c:
30581 * gst/synaesthesia/gstsynaesthesia.c:
30582 * gst/videocrop/gstvideocrop.c:
30583 * gst/videodrop/gstvideodrop.c:
30584 * gst/y4m/gsty4mencode.c:
30585 * sys/qcam/gstqcamsrc.c:
30586 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30587 Make them work with new video.h file.
30588 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30589 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30590 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30591 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30592 Make it work with new buffer allocation system.
30594 2004-01-11 Julien MOUTTE <julien@moutte.net>
30596 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30597 pad_alloc_buffer implementation to use ->srcpad
30598 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30599 pad_alloc_buffer implementation to use ->srcpad
30600 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30601 pad_alloc_buffer implementation to use ->srcpad
30602 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30603 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30604 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30605 a reference to everything we need.
30606 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30607 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30608 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30609 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30610 a reference to everything we need.
30611 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30613 2004-01-11 David Schleef <ds@schleef.org>
30615 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30616 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30617 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30619 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30620 value during a resize/renegotiation.
30621 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30622 gst_pad_alloc_buffer();
30623 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30624 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30626 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30627 Fix for rename of buffer private structure members.
30628 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30629 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30630 Fix for rename of buffer private structure members.
30631 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30632 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30633 Fix for rename of buffer private structure members.
30635 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30637 reviewed by: David Schleef <ds@schleef.org>
30639 * gst/videofilter/Makefile.am:
30640 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30641 from the patch by ds to fit in with recent make_filter changes.
30643 2004-01-11 Julien MOUTTE <julien@moutte.net>
30645 * configure.ac: Adding examples/switch/Makefile
30646 * examples/Makefile.am: Adding examples/switch
30647 * examples/switch/Makefile.am: Adding switcher example.
30648 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30649 (switch_timer), (main): Adding an example demonstrating switch usage
30650 with 2 videotestsrc showing different patterns.
30651 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30652 (gst_switch_init): Fixing switch with the new caps system.
30654 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30656 * gst-libs/gst/video/video.h:
30657 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30658 They should probably be like
30659 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30661 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30663 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30664 (qtdemux_parse_trak):
30665 fix audio chunk size/timestamp calculation
30667 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30669 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30672 2004-01-11 Steve Baker <steve@stevebaker.org>
30674 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30675 (gst_agingtv_base_init), (gst_agingtv_class_init),
30676 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30677 (gst_agingtv_set_property), (gst_agingtv_get_property):
30678 Port agingTV to videofilter
30680 2004-01-09 Julien MOUTTE <julien@moutte.net>
30682 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30683 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30685 2004-01-09 Julien MOUTTE <julien@moutte.net>
30687 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30688 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30689 * gst-libs/gst/xoverlay/xoverlay.c:
30690 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30691 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30692 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30693 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30694 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30695 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30696 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30697 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30698 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30699 interface implementation to handle xid being 0 and fix some bugs
30700 triggered by Benjamin's testcase.
30701 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30702 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30703 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30704 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30705 interface implementation to handle xid being 0 and fix some bugs
30706 triggered by Benjamin's testcase.
30708 2004-01-09 David Schleef <ds@schleef.org>
30710 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30711 mouse pointer events. It works.
30713 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30715 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30716 Use explicit caps - fix capsnego.
30717 * ext/xvid/gstxviddec.c:
30718 * ext/xvid/gstxvidenc.c:
30719 Remove macro-inside-macro which caused compile errors.
30720 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30721 Error out if it's not a RIFF file. Else we error out without
30722 gst_element_error() which is not good...
30724 2004-01-08 David Schleef <ds@schleef.org>
30726 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30727 Fix pad_link function to handle formats that ffmpeg returns
30728 as multiple caps structures.
30729 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30730 Only complain if source buffer is _smaller_ than expected.
30731 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30732 (gst_videoscale_handle_src_event): Resize navigation events
30733 when passing them upstream.
30734 * gst/videotestsrc/gstvideotestsrc.c:
30735 * gst/videotestsrc/gstvideotestsrc.h:
30736 * gst/videotestsrc/videotestsrc.c:
30737 * gst/videotestsrc/videotestsrc.h:
30738 Rewrite many of the buffer painting functions to handle odd
30739 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30740 been verified to work with my video card.
30741 * testsuite/gst-lint: Add check for elements calling
30742 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30744 2004-01-08 David Schleef <ds@schleef.org>
30746 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30747 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30749 2004-01-08 Julien MOUTTE <julien@moutte.net>
30751 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30752 configure event is not emiting the desired size signal. That fixes
30753 aspect ratio issues with gst-player.
30755 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30757 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30760 2004-01-08 Julien MOUTTE <julien@moutte.net>
30762 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30763 public method to fire size signal.
30765 2004-01-07 Julien MOUTTE <julien@moutte.net>
30767 * examples/gstplay/Makefile.am: Adding the interface library.
30768 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30769 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30770 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30771 GST_IS_X_OVERLAY before signal connect.
30772 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30773 Removing the have_video_size signal.
30774 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30775 and associated public method.
30776 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30777 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30779 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30780 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30782 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30783 Using XOverlay public method to fire size signal.
30785 2004-01-07 David Schleef <ds@schleef.org>
30787 * gst/videofilter/Makefile.am:
30788 * gst/videofilter/gstvideotemplate.c:
30789 * gst/videofilter/make_filter:
30790 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30791 Convert make_filter to /bin/sh script.
30793 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30795 * gst/modplug/gstmodplug.cc: fix element description
30797 2004-01-07 Julien MOUTTE <julien@moutte.net>
30799 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30800 (got_video_size): Adding some new lines in g_print calls.
30801 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30802 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30803 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30804 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30805 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30806 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30807 Complete code review, reverting some stuff i disagree with, adding
30808 some fixes : time synchronization on invalid timestamps, renegotiation
30810 * sys/ximage/ximagesink.h:
30811 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30812 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30813 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30814 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30815 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30816 (gst_xvimagesink_buffer_new),
30817 (gst_xvimagesink_navigation_send_event),
30818 (gst_xvimagesink_set_xwindow_id),
30819 (gst_xvimagesink_get_desired_size),
30820 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30821 stuff i disagree with, adding some fixes : Renegotiation of private
30822 window, implementing get_desired_size.
30824 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30826 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30827 (gst_afsink_handle_event):
30828 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30829 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30830 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30831 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30832 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30833 Fix for instantiate-test (see core). Also remove dead code from
30834 jpegenc (which still needs fixing, but that's lower on my TODO
30836 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30837 Never return NULL as caps.
30839 2004-01-07 David Schleef <ds@schleef.org>
30843 * ext/librfb/Makefile.am:
30844 * ext/librfb/gstrfbsrc.c:
30845 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30846 is the protocol used by VNC.
30848 2004-01-07 David Schleef <ds@schleef.org>
30850 * gst/videofilter/gstvideotemplate.c:
30851 * gst/videofilter/gstvideotemplate.h:
30852 * gst/videofilter/make_filter:
30853 Merge videotemplate header into source file.
30854 * gst/effectv/Makefile.am:
30855 * gst/effectv/gsteffectv.c: (plugin_init):
30856 * gst/effectv/gstwarp.c:
30857 Make warpTV a subclass of videofilter.
30859 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30861 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30862 Add guard against invalid utf-8 conversions in mad. Just in case.
30864 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30866 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30867 Fix for bug shown by poisoning
30869 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30871 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30872 (gst_v4lmjpegsrc_buffer_free):
30873 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30874 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30875 (gst_v4lsrc_buffer_free):
30876 Fix for removed bufferpools.
30878 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30880 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30881 Fix caps negotiation.
30883 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30884 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30885 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30887 * ext/mpeg2dec/gstmpeg2dec.c:
30888 * gst-libs/gst/navigation/navigation.c:
30889 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30890 * gst-libs/gst/navigation/navigation.h:
30891 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30892 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30894 Super-simple first version of mouse and keyboard events. Clicking
30895 on a DVD menu now works, although it may not take you where you
30898 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30899 * gst/videotestsrc/gstvideotestsrc.c:
30900 (gst_videotestsrc_src_fixate):
30901 These fixate functions were broken - they never actually
30904 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30906 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30907 (gst_icecastsend_init):
30908 fix for new caps system.
30909 * gst-libs/gst/mixer/mixertrack.h:
30910 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30911 Add 'master track' flag (for tools like ACME that only want to
30912 change the main volume).
30914 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30916 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30917 (gst_xvid_csp_to_caps):
30918 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30919 * ext/xvid/gstxvidenc.c:
30920 ifdef out ARGB type when it isn't available
30921 in xvidcore 1.0.0beta2
30923 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30925 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30926 When we have received a new SCR right in the first buffer after
30927 a seek (so in the same cycle that handles the discont), we should
30928 handle the buffer instead of unreffing it, else we lose data.
30930 2004-01-06 Iain <iain@prettypeople.org>
30932 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30933 buffer-frames caps too.
30935 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30936 caps that we need, don't destroy them all and rebuild them. And when
30937 creating src pads, use the src pad template rather than the sink...
30939 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30941 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30942 Add pad to element *after* setting functions such as event handler.
30943 Without this, the scheduler (opt) will link pads, set the event
30944 handler from the default event function (dispatcher in gstpad.c)
30945 and *after* that, we will set our own event function, which will
30946 thus never be used (and thus mpegdemux doesn't handle events).
30948 2004-01-04 David Schleef <ds@schleef.org>
30950 Fix the fixate functions to handle new prototype:
30951 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30952 * gst/videotestsrc/gstvideotestsrc.c:
30953 (gst_videotestsrc_src_fixate):
30954 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30955 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30958 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30960 * sys/ximage/ximagesink.h:
30961 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30962 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30963 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30964 (gst_ximagesink_xoverlay_init):
30965 assorted fixes to make (re)embedding work
30966 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30967 (gst_ximagesink_get_desired_size):
30968 implement desired size additions to XOverlay
30970 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30972 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30973 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30974 (gst_x_overlay_got_desired_size):
30975 * gst-libs/gst/xoverlay/xoverlay.h:
30976 Add optional "desired size" signal and querying.
30978 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30980 * gst/matroska/matroska-demux.c:
30981 (gst_matroska_demux_parse_blockgroup):
30982 Fix EBML-laced block parsing. Diffs are relative to previous
30983 lace, not the first lace. Thanks to Mosu from the Matroska
30984 team for detecting this.
30985 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30986 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30987 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30988 (gst_wavparse_change_state):
30989 * gst/wavparse/gstwavparse.h:
30990 Quickfix for capsnego.
30992 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30994 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30995 Fix indenting, fix pad creation.
30997 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30999 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31000 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31001 (gst_xviddec_sink_link):
31002 Implement src_getcaps() so proper size caps is negotiated.
31004 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31006 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31007 Finish flac decoder on EOS. See #116178.
31009 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31011 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31012 (gst_matroska_demux_add_stream):
31013 * gst/matroska/matroska-ids.h:
31014 Add getcaps() function to fix capsnego...
31016 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31018 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31019 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31020 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31021 Fix more integer overflows. Again, see #126967.
31023 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31025 * ext/mpeg2dec/gstmpeg2dec.c:
31026 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31029 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31032 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31033 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31034 * ext/xvid/gstxvid.h:
31035 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31036 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31037 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31038 (gst_xviddec_change_state):
31039 * ext/xvid/gstxviddec.h:
31040 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31041 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31042 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31043 (gst_xvidenc_link), (gst_xvidenc_set_property),
31044 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31045 * ext/xvid/gstxvidenc.h:
31046 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31048 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31050 * gst/rtp/rtp-packet.c:
31051 Add sys/types.h include, since OS X doesn't define in_addr_t
31052 in netinet/in.h, like it does on Linux (see #129600).
31054 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31056 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31058 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31059 Correct logic of dispose function (see #129306).
31061 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31063 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31064 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31065 (gst_mpeg_parse_init):
31066 * gst/mpegstream/gstmpegparse.h:
31067 Remove clock (which was never provided, i.e. dead code), and
31068 also fix integer overflows at high PTS values (see #126967).
31070 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31072 * ext/flac/gstflacdec.c:
31073 * ext/libpng/gstpngenc.h:
31074 * ext/mikmod/gstmikmod.h:
31075 OS X fixes (see #126628).
31077 2004-01-02 David Schleef <ds@schleef.org>
31079 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31080 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31081 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31082 (gst_mpeg_parse_class_init): Move pad template registration
31083 to class_init, since the derived class (mpegdemux) doesn't
31086 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31088 * sys/ximage/Makefile.am:
31089 * sys/xvideo/Makefile.am:
31090 * sys/xvimage/Makefile.am:
31091 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31092 after installation (see #127664).
31094 2004-01-02 David Schleef <ds@schleef.org>
31096 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31097 (gst_ffmpegenc_connect): Negotiation fixes.
31098 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31099 Remove inappropriate gst_caps_free().
31100 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31101 Reenable Ronald's internal resize code, since the core handles
31104 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31106 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31107 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31108 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31109 Fix pad template stuff.
31111 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31113 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31114 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31115 fix signed integer reading/writing.
31117 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31120 Remove outdated document
31122 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31124 * gst/cutter/gstcutter.c: (gst_cutter_init):
31125 src pad was being created twice - oops.
31127 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31129 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31130 Comment out internal resize. It doesn't handle the resulting
31131 XEvent internally, does another try_set_caps() which leads to
31132 a really nice loop.
31133 Real fix will come when Julien and Dave are awake. ;).
31135 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31137 * ext/mpeg2enc/gstmpeg2enc.cc:
31138 fix const/nonconst compile issue.
31140 2004-01-02 David Schleef <ds@schleef.org>
31142 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31143 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31144 Add fixate function and a check for bad formats.
31146 2004-01-01 David Schleef <ds@schleef.org>
31149 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31150 (gst_audiofilter_init):
31151 * gst/debug/efence.c: (gst_efence_init):
31152 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31153 (gst_deinterlace_init):
31154 * gst/volume/gstvolume.c: (volume_connect):
31156 2004-01-01 David Schleef <ds@schleef.org>
31158 Convert elements to use gst_pad_use_explicit_caps() where
31160 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31161 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31162 (gst_afparse_open_file):
31163 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31164 (gst_afsrc_open_file):
31165 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31166 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31167 (gst_ffmpegdec_chain):
31168 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31169 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31170 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31171 (gst_gdk_pixbuf_chain):
31172 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31173 (gst_jpegdec_chain):
31174 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31175 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31176 (gst_mikmod_negotiate):
31177 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31178 (gst_mpeg2dec_negotiate_format):
31179 * ext/mpeg2enc/gstmpeg2enc.cc:
31180 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31181 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31182 (gst_speexdec_sinkconnect):
31183 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31184 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31185 (gst_vorbisfile_new_link):
31186 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31187 (gst_ac3parse_chain):
31188 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31189 (gst_asf_demux_setup_pad):
31190 * gst/auparse/gstauparse.c: (gst_auparse_init),
31191 (gst_auparse_chain):
31192 * gst/id3/gstid3types.c: (gst_id3types_loop):
31193 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31194 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31195 (mp1videoparse_parse_seq):
31196 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31198 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31199 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31200 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31201 (gst_mpeg_parse_send_data):
31202 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31203 (gst_qtdemux_add_stream):
31204 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31205 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31206 (gst_wavparse_parse_fmt):
31208 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31211 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31212 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31213 it therefore uses the wrong include paths. Too bad... Note
31214 that 1.6.1.93 is not release yet. ;).
31215 Also add a check for mplex, which is now using the lib'ified
31216 mplex from mjpegtools, too.
31217 * ext/ffmpeg/gstffmpegcodecmap.c:
31218 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31219 issues. I don't think ffmpeg handles 3ivx correctly, so this
31220 probably won't work. But it won't hurt either.
31221 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31222 (gst_ffmpegdec_chain):
31223 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31224 (gst_ffmpegenc_chain_audio):
31225 Fix memleak in audio encoding. Close codec if open fails, this
31226 calls the cleanup routines so we can re-use the context.
31227 * ext/mpeg2enc/gstmpeg2enc.cc:
31228 Fix pad template names/types, fix memory issue with getcaps().
31229 * ext/mpeg2enc/gstmpeg2encoder.cc:
31230 * ext/mpeg2enc/gstmpeg2encoder.hh:
31231 Fix compile issue with new caps system (const thingy).
31232 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31233 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31234 We read a first frame right on initing, so that we have a caps
31235 when we init the output. This caps is cached in padprivate and
31236 read as first frame.
31237 * ext/mplex/Makefile.am:
31238 * ext/mplex/gstmplex.cc:
31239 * ext/mplex/gstmplex.h:
31240 * ext/mplex/gstmplex.hh:
31241 * ext/mplex/gstmplexibitstream.cc:
31242 * ext/mplex/gstmplexibitstream.hh:
31243 * ext/mplex/gstmplexjob.cc:
31244 * ext/mplex/gstmplexjob.hh:
31245 * ext/mplex/gstmplexoutputstream.cc:
31246 * ext/mplex/gstmplexoutputstream.hh:
31247 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31248 had issues, didn't do capsnego, supported only a subset of the
31249 mplex features and required a mplex fork in our local CVS. Plus
31250 that it worked agaist a very old mplex version. Rewriting was
31251 faster than updating it.
31252 * gst-libs/ext/Makefile.am:
31253 * gst-libs/ext/mplex/INSTRUCT:
31254 * gst-libs/ext/mplex/Makefile.am:
31255 * gst-libs/ext/mplex/README:
31256 * gst-libs/ext/mplex/TODO:
31257 * gst-libs/ext/mplex/ac3strm_in.cc:
31258 * gst-libs/ext/mplex/audiostrm.hh:
31259 * gst-libs/ext/mplex/audiostrm_out.cc:
31260 * gst-libs/ext/mplex/aunit.hh:
31261 * gst-libs/ext/mplex/bits.cc:
31262 * gst-libs/ext/mplex/bits.hh:
31263 * gst-libs/ext/mplex/buffer.cc:
31264 * gst-libs/ext/mplex/buffer.hh:
31265 * gst-libs/ext/mplex/fastintfns.h:
31266 * gst-libs/ext/mplex/format_codes.h:
31267 * gst-libs/ext/mplex/inputstrm.cc:
31268 * gst-libs/ext/mplex/inputstrm.hh:
31269 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31270 * gst-libs/ext/mplex/mjpeg_logging.cc:
31271 * gst-libs/ext/mplex/mjpeg_logging.h:
31272 * gst-libs/ext/mplex/mjpeg_types.h:
31273 * gst-libs/ext/mplex/mpastrm_in.cc:
31274 * gst-libs/ext/mplex/mpegconsts.cc:
31275 * gst-libs/ext/mplex/mpegconsts.h:
31276 * gst-libs/ext/mplex/mplexconsts.hh:
31277 * gst-libs/ext/mplex/multplex.cc:
31278 * gst-libs/ext/mplex/outputstream.hh:
31279 * gst-libs/ext/mplex/padstrm.cc:
31280 * gst-libs/ext/mplex/padstrm.hh:
31281 * gst-libs/ext/mplex/stillsstream.cc:
31282 * gst-libs/ext/mplex/stillsstream.hh:
31283 * gst-libs/ext/mplex/systems.cc:
31284 * gst-libs/ext/mplex/systems.hh:
31285 * gst-libs/ext/mplex/vector.cc:
31286 * gst-libs/ext/mplex/vector.hh:
31287 * gst-libs/ext/mplex/videostrm.hh:
31288 * gst-libs/ext/mplex/videostrm_in.cc:
31289 * gst-libs/ext/mplex/videostrm_out.cc:
31290 * gst-libs/ext/mplex/yuv4mpeg.cc:
31291 * gst-libs/ext/mplex/yuv4mpeg.h:
31292 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31293 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31294 We don't fork mjpegtools' mplex in our CVS anymore.
31295 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31296 (gst_avi_demux_add_stream):
31297 * gst/avi/gstavidemux.h:
31298 Add getcaps() function for proper caps nego. This makes some
31299 parts of AVI playback/reading work.
31300 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31301 Resize window on new capsnego. This is probably wrong, but
31302 I'm still committing it because with current capsnego, the
31303 first successfull capsnego is auto-fixated, therefore rounded
31304 down to the lowest values in the caps. this results in a 16x16
31305 XWindow that is not reized when real capsnego finishes.
31306 Dave, I see more cases of this, do you know a proper solution?
31307 * tools/gst-launch-ext.in:
31308 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31310 2003-12-31 David Schleef <ds@schleef.org>
31312 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31313 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31314 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31316 2003-12-30 David Schleef <ds@schleef.org>
31318 * ext/ffmpeg/gstffmpegcolorspace.c:
31319 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31320 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31321 (gst_ffmpegcsp_chain): Negotiation fixes
31322 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31323 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31324 (gst_audio_convert_link), (gst_audio_convert_channels):
31325 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31326 (gst_audioscale_link), (gst_audioscale_get_buffer),
31327 (gst_audioscale_chain): Negotiation fixes
31328 * gst/audioscale/gstaudioscale.h:
31329 * gst/videofilter/gstvideofilter.c:
31330 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31331 (gst_videofilter_link), (gst_videofilter_init),
31332 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31333 (gst_videofilter_find_format_by_structure):
31334 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31335 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31336 (gst_videoscale_link):
31337 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31338 (videoscale_find_by_structure), (gst_videoscale_setup):
31339 * gst/videoscale/videoscale.h: Negotiation fixes
31340 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31341 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31342 function, restrict resizing to a multiple of 4 (hack until
31343 everyone supports odd sizes correctly).
31345 2003-12-29 Colin Walters <walters@verbum.org>
31347 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31350 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31352 * ext/sndfile/gstsf.c: (gst_sf_loop):
31353 Fix warning about discarding const qualifier
31355 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31357 * gst/cutter/gstcutter.c:
31358 * gst/videoscale/gstvideoscale.c:
31359 * gst/volenv/gstvolenv.c:
31360 * gst-libs/gst/audio/audio.c:
31361 * gst-libs/gst/video/video.c:
31364 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31366 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31367 Don't send ALSA debugging to stderr.
31368 * ext/alsa/gstalsa.h:
31369 Use GST_WARNING instead of g_warning when ALSA functions fail.
31371 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31373 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31374 Free XVAdapterInfo correctly.
31376 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31378 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31379 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31380 Make id3tag use correct caps nego.
31382 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31384 * ext/ivorbis/vorbis.c:
31385 * ext/ivorbis/vorbisenc.h:
31386 * ext/ivorbis/vorbisfile.c:
31387 Modify so that it uses the new caps things
31389 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31391 * testsuite/spider/spider1.c: (main):
31392 * testsuite/spider/spider2.c: (main):
31393 * testsuite/spider/spider3.c: (main):
31394 Make tests compile again. They probably don't work.
31396 2003-12-24 Colin Walters <walters@verbum.org>
31398 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31399 we can't fixate the caps anymore.
31401 2003-12-23 David Schleef <ds@schleef.org>
31403 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31404 * sys/oss/gstosssink.c: (gst_osssink_init),
31405 (gst_osssink_sink_fixate): Add fixate function.
31407 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31409 * ext/ffmpeg/gstffmpegcodecmap.c:
31410 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31411 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31412 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31413 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31414 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31415 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31416 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31417 fix typo in RGB masks, and move back to "old" colorspace
31418 capsnego code until whoever wrote this new crap has actually
31419 tested it so that it works.
31420 And yes, this works, keep it that way please.
31422 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31424 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31425 (gst_divxdec_init), (gst_divxdec_negotiate):
31426 * ext/divx/gstdivxdec.h:
31427 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31428 (gst_divxenc_init):
31429 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31430 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31431 * ext/mpeg2enc/gstmpeg2enc.cc:
31432 * ext/mpeg2enc/gstmpeg2encoder.cc:
31433 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31434 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31435 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31436 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31437 (dxr3spusink_init):
31438 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31439 (dxr3videosink_init):
31440 Fix caps breakage after Dave's caps branch merge.
31442 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31444 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31445 Fix for 24bpp display.
31447 2003-12-23 Colin Walters <walters@verbum.org>
31449 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31450 a GnomeVFSHandle directly.
31452 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31454 * gst/volume/Makefile.am:
31455 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31456 (volume_base_init), (volume_init):
31457 Reenable volume element and fix to work with new caps stuff.
31458 Rhythmbox needs this.
31460 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31462 * gst/qtdemux/qtdemux.c: (plugin_init):
31463 qtdemux requires bytestream
31465 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31467 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31468 Fix remaining caps handling errors due to CAPS merge.
31470 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31472 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31473 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31474 (gst_faad_srcconnect):
31475 Port to new caps system.
31477 2003-12-21 Julien MOUTTE <julien@moutte.net>
31479 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31480 (got_video_size), (main): using g_print instead of g_message.
31481 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31482 signal which was not emitted because of "switch" element added to the
31483 bin but not connected. (Removing from the bin temporarily)
31485 2003-12-21 Julien MOUTTE <julien@moutte.net>
31487 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31488 find X development files. I don't understand the previous tests and
31489 they fail on my debian/ppc unstable. This one works.
31490 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31492 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31493 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31494 (gst_play_set_visualization): Add some safety checks in set_ methods
31495 and state_change. This was throwing some ugly CRITICAL messages when
31496 pipeline was getting disposed and casts were failing.
31498 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31501 Improve mpeg2enc detection. This is for distributions that do
31502 ship mjpegtools, but without mpeg2enc. Also does object check
31503 for might there ever be ABI incompatibility.
31504 * ext/mpeg2enc/gstmpeg2enc.cc:
31505 Add Andrew as second maintainer (he's helping me), and also add
31506 an error if no caps was set. This happens if I pull before capsnego
31507 and that's something I should solve sometime else.
31508 * gst/matroska/matroska-demux.c:
31509 (gst_matroska_demux_parse_blockgroup):
31511 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31512 (gst_matroska_mux_track_header):
31513 Add caps to templates.
31514 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31515 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31516 * gst/mpegstream/gstmpegdemux.c:
31517 Remove layer since it causes warnings about unfixed caps.
31518 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31519 Fix obvious typo (we error out if caps were set, we should of
31520 course error out if *no* caps were set).
31521 * sys/oss/gstosselement.c: (gst_osselement_convert):
31522 Fix format conversion, we confused bits/bytes.
31523 * sys/oss/gstosselement.h:
31524 Improve documentation for 'bps'.
31526 Remove stuff about plugins that need removing - this was done
31528 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31529 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31530 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31531 (gst_v4lsrc_src_query):
31532 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31533 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31534 Add get_query_types(), get_formats() and query() functions.
31536 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31538 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31539 * moved CVS to freedesktop.org