1 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
3 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6 Add cdparanoiasrc to docs.
8 * gst-libs/gst/cdda/gstcddabasesrc.c:
9 More GstCddaBaseSrc docs.
11 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
13 * docs/libs/gst-plugins-base-libs-sections.txt:
14 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
15 * gst-libs/gst/tag/tag.h:
16 Add new API to libgsttag: gst_tag_from_id3_user_tag().
18 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
20 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21 NULL-terminate array of mpeg4 video file extensions.
22 Fixes crash on PPC (#334226).
24 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
26 * ext/gnomevfs/gstgnomevfssrc.c:
27 (gst_gnome_vfs_src_check_get_range):
28 gnome_vfs_uri_is_local() alone is not a good indicator
29 whether we can operate in pull-mode with a specific URI,
30 as it returns FALSE for file:// URIs that point to an
31 NFS-mounted path. Be more conservative here: whitelist
32 local files, blacklist http URIs and use the old
33 mechanism for anything else (fixes #334216).
35 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
40 === release 0.10.4 ===
42 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
45 releasing 0.10.4, "Power"
47 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
49 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
50 Disable max-lateness by setting it to -1 for now, so that
51 we can bed QoS stuff in thoroughly between now and the next
54 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
56 Patch by: Fabrizio Gennari
58 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
59 Make sure we don't read beyond the palette buffer in case of
60 broken or manipulated files (#333488)
62 2006-03-10 Edward Hervey <edward@fluendo.com>
64 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
65 Fix for variable not initialized.
67 2006-03-09 Wim Taymans <wim@fluendo.com>
69 * ext/libvisual/visual.c: (gst_visual_get_type),
70 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
74 * ext/theora/gsttheoradec.h:
75 * ext/theora/theoradec.c: (gst_theora_dec_init),
76 (gst_theora_dec_reset), (_theora_granule_time),
77 (theora_dec_src_convert), (theora_dec_sink_convert),
78 (theora_dec_src_query), (theora_dec_src_event),
79 (theora_dec_sink_event), (theora_handle_comment_packet),
80 (theora_handle_header_packet), (theora_dec_push),
81 (theora_handle_data_packet), (theora_dec_chain),
82 (theora_dec_change_state):
85 2006-03-09 Wim Taymans <wim@fluendo.com>
87 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
88 (audiocast_register_listener), (gst_gnome_vfs_src_start):
91 2006-03-09 Wim Taymans <wim@fluendo.com>
93 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
94 Don't try to activate NULL chains.
96 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
98 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
99 Fix invalid memory access to region before peek'd data (#332964).
101 2006-03-09 Wim Taymans <wim@fluendo.com>
103 Patch by: Christophe Fergeau
105 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
106 * ext/pango/gsttextrender.c: (gst_text_render_init):
107 * gst/adder/gstadder.c: (gst_adder_init):
108 Don't leak padtemplates, closes #333510.
110 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
112 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
113 Fix invalid memory access: make sure string passed to
114 regexec() is NUL-termianted.
116 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
118 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
120 Refactor mpeg/audio typefinding to make it more maintainable
121 and easier to fine-tune. Make probing into middle of the file
122 work properly (fixes #333900, also see #152688).
124 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
126 * gst/typefind/gsttypefindfunctions.c:
127 (utf8_type_find_have_valid_utf8_at_offset):
128 Remove part from previous commit that was bogus:
129 g_utf8_validate() does in fact not accept embedded
130 zeroes, so we don't need to check for those (thanks
131 to Mike for the hint).
133 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
135 * gst/typefind/gsttypefindfunctions.c:
136 (utf8_type_find_count_embedded_zeroes),
137 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
138 Make plain/text typefinder more conservative: firstly, check
139 for embedded zeroes, which are perfectly valid UTF-8 characters,
140 but also a fairly good sign that something is not a plain text
141 file; secondly, probe into the middle of the file if possible.
142 If we can't probe into the middle, limit the probability value
143 to be returned to TYPE_FIND_POSSIBLE (see #333900).
145 2006-03-08 Michael Smith <msmith@fluendo.com>
147 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
148 Make typefind function name for mpeg4 video unique.
150 2006-03-08 Wim Taymans <wim@fluendo.com>
152 * ext/libvisual/visual.c: (gst_visual_init),
153 (gst_visual_clear_actors), (gst_visual_dispose),
154 (gst_visual_reset), (gst_visual_src_setcaps),
155 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
156 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
157 (gst_visual_chain), (gst_visual_change_state):
158 Cleanups, post nice errors.
159 Handle sink and src events.
160 Implement simple QoS.
162 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
163 Use new basesink methods to configure max-lateness.
166 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
167 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
168 Debug statement cleanups.
170 * gst/volume/gstvolume.c: (gst_volume_class_init):
173 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
175 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
176 (gst_text_overlay_init), (gst_text_overlay_set_property),
177 (gst_text_overlay_get_property):
178 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
179 as string type properties, but mark them deprecated. Add
180 'halignment' and 'valignment' properties that use enums
183 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
185 Patch by: Fabrizio Gennari
187 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
188 Allow palettes with less than 256 colours in AVI files
191 2006-03-07 Julien MOUTTE <julien@moutte.net>
193 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
194 (gst_text_overlay_video_event): Fix wrong EOS handling on text
195 pad. We were releasing the queued text buffer when we should keep
196 it until video pad gets EOS or discard the text buffer because it's
197 too old. That was eating the last subtitle buffer. Add some more
200 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
202 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
203 (gst_text_overlay_video_chain):
204 Fix invalid memory access (we can't access a buffer after it's been
205 pushed downstream without taking a reference); fix memory leak (if
206 there's no text to render, bail out before allocating stuff).
208 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
210 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
211 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
212 * ext/pango/gsttextoverlay.h:
213 If input is plain text, escape it before passing it to
214 pango_layout_set_markup().
216 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
218 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
219 Don't ignore flow return from gst_pad_push().
221 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
223 Patch by: Fabrizio Gennari
225 * ext/libvisual/visual.c: (gst_visual_getcaps),
226 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
227 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
228 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
229 (gst_vorbisenc_convert_sink):
230 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
231 (gst_audio_duration_from_pad_buffer):
232 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
233 (gst_audio_filter_chain):
234 * gst-libs/gst/rtp/gstbasertpdepayload.c:
235 (gst_base_rtp_depayload_setcaps):
236 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
237 (gst_video_get_size):
238 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
239 Don't leak references returned by gst_pad_get_parent()
242 2006-03-06 Stefan Kost <ensonic@users.sf.net>
244 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
245 change location param details
246 * gst/volume/gstvolume.c: (plugin_init):
247 correct plugin description
249 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
251 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
252 (gst_gnome_vfs_src_check_get_range):
253 Override GstBaseSrc::check_get_range() in order to avoid opening
254 the resource just to check whether we can operate in pull-mode or
255 not - we can predict that pretty well from the URI alone. Should
256 fix problems with last.fm (#331690). (Requires latest core CVS).
258 2006-03-06 Wim Taymans <wim@fluendo.com>
260 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
261 (gst_video_sink_class_init):
262 Throw away frames that are later than 20 ms.
264 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
266 Patch by: Fabrizio Gennari
268 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
269 Set depth on WMA caps (#333545)
271 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
273 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
274 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
275 put Theora BOS pages before others. This hardcodes
276 the Ogg/Theora I profile, but hey.
278 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
281 updated with some examples
282 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
283 (granulepos_add), (theora_buffer_from_packet):
284 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
285 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
286 (gst_vorbisenc_chain):
287 implement strategy from ext/ogg/README
288 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
289 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
290 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
291 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
292 Fix muxer so that oggz-validate is happy with all streams;
293 except for no eos mark, and the BOS page ordering
294 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
295 (check_buffer_granulepos):
296 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
297 update tests to check for OFFSET being set as requested
298 fixed type of granulepos, it's not a ClockTime
300 2006-03-05 Julien MOUTTE <julien@moutte.net>
302 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
303 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
304 Check that the xvimage we are creating has a correct size
305 before returning it. (#314897)
307 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
309 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
310 Give id3 and ape tag typefinders a rank slightly higher
311 than PRIMARY to ensure they're always run before any of
312 the other typefinders (in particular wav and mp3) (#324186).
314 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
316 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
317 Add support for '3IVD' fourcc (#333403).
319 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
322 Bump requirements to GStreamer CVS for the new error enum.
324 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
325 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
326 space left on the device (fixes #333352).
328 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
331 add a project file for libgstvolume
334 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
336 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
337 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
339 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
340 Set IN_CAPS on header buffers
342 2006-03-02 Wim Taymans <wim@fluendo.com>
344 * docs/plugins/Makefile.am:
345 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
346 * docs/plugins/gst-plugins-base-plugins-sections.txt:
347 Add audioresample to docs.
349 * gst/audioconvert/gstaudioconvert.c:
352 * gst/audioresample/gstaudioresample.c:
353 (gst_audioresample_base_init), (gst_audioresample_class_init),
354 (gst_audioresample_init), (gst_audioresample_dispose),
355 (audioresample_get_unit_size), (audioresample_transform_caps),
356 (resample_set_state_from_caps), (audioresample_transform_size),
357 (audioresample_set_caps), (audioresample_event),
358 (audioresample_do_output), (audioresample_transform),
359 (audioresample_pushthrough), (gst_audioresample_set_property),
360 (gst_audioresample_get_property), (plugin_init):
361 * gst/audioresample/gstaudioresample.h:
365 2006-03-02 Wim Taymans <wim@fluendo.com>
367 * docs/plugins/Makefile.am:
368 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
369 * docs/plugins/gst-plugins-base-plugins-sections.txt:
370 Added videoscale to docs.
372 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
373 (gst_video_rate_swap_prev), (gst_video_rate_event),
374 (gst_video_rate_chain):
377 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
378 (gst_video_scale_init), (gst_video_scale_prepare_size),
379 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
380 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
381 * gst/videoscale/gstvideoscale.h:
382 Added docs, examples.
384 Post errors instead of g_warning.
386 2006-03-02 Wim Taymans <wim@fluendo.com>
388 * docs/libs/gst-plugins-base-libs-docs.sgml:
389 * docs/libs/gst-plugins-base-libs-sections.txt:
390 * docs/libs/gst-plugins-base-libs.types:
391 * docs/plugins/Makefile.am:
392 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
393 * docs/plugins/gst-plugins-base-plugins-sections.txt:
394 Added some more docs to libs and plugins.
396 * gst-libs/gst/audio/gstringbuffer.c:
397 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
398 * gst-libs/gst/audio/gstringbuffer.h:
399 Document ringbuffer some more.
401 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
402 (gst_video_rate_setcaps), (gst_video_rate_reset),
403 (gst_video_rate_init), (gst_video_rate_flush_prev),
404 (gst_video_rate_swap_prev), (gst_video_rate_event),
405 (gst_video_rate_chain), (gst_video_rate_change_state):
406 * gst/videorate/gstvideorate.h:
407 Fix videorate to use segments.
408 Make it work with 0/1 framerates (closes #331903)
409 Handle EOS correctly.
412 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
414 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
415 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
416 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
417 In state change function, first chain up to parent class,
418 then handle downwards state change stuff. Remove some
419 commented out cruft from 0.8 code.
421 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
423 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
424 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
425 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
426 (gst_ogm_parse_chain):
427 Don't remove/re-add source pad if the new caps are the same as
428 the old caps anyway (#333042). When removing source pad, don't
429 unref it afterwards - we didn't ref it when adding. Sprinkle some
430 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
431 after using gst_pad_get_parent(). Return downstream flow return
432 value in chain function.
434 2006-03-02 Wim Taymans <wim@fluendo.com>
436 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
437 * docs/plugins/gst-plugins-base-plugins.args:
438 * docs/plugins/gst-plugins-base-plugins.hierarchy:
439 * docs/plugins/gst-plugins-base-plugins.interfaces:
440 * docs/plugins/gst-plugins-base-plugins.signals:
441 Fix hierarchy, added some more elements to the docs.
443 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
444 (gst_ffmpegcsp_get_type):
445 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
446 Fix docs for ffmpegcolorspace.
448 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
450 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
451 (apetag_type_find), (ape_type_find), (plugin_init):
452 Some typefinding fine-tuning:
453 - rank ID3/APE tags in order of preference via probabilities, so that
454 ID3v2 > APEv2 > APEv1 > ID3v1.
455 - three or four bytes don't really justify MAXIMUM probability,
456 change those to 'very likely' (musepack and monkeysaudio).
458 2006-03-01 Wim Taymans <wim@fluendo.com>
460 * docs/plugins/Makefile.am:
461 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
462 * docs/plugins/gst-plugins-base-plugins-sections.txt:
463 * ext/alsa/gstalsamixer.c:
464 * ext/alsa/gstalsamixer.h:
465 * ext/alsa/gstalsamixerelement.c:
466 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
467 * ext/alsa/gstalsamixerelement.h:
468 * ext/alsa/gstalsasink.c:
469 * ext/alsa/gstalsasink.h:
470 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
472 * ext/alsa/gstalsasrc.h:
476 2006-03-01 Wim Taymans <wim@fluendo.com>
478 * ext/theora/Makefile.am:
481 2006-03-01 Wim Taymans <wim@fluendo.com>
483 * docs/plugins/Makefile.am:
484 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
485 * docs/plugins/gst-plugins-base-plugins-sections.txt:
486 * ext/gnomevfs/gstgnomevfssink.h:
487 * ext/gnomevfs/gstgnomevfssrc.h:
488 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
489 * ext/vorbis/vorbisdec.h:
490 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
491 * ext/vorbis/vorbisenc.h:
492 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
493 (vorbis_parse_chain), (vorbis_parse_change_state):
494 * ext/vorbis/vorbisparse.h:
495 * gst/audioconvert/gstaudioconvert.h:
496 * gst/tcp/gsttcpserversink.h:
497 * gst/videotestsrc/gstvideotestsrc.c:
498 * gst/videotestsrc/gstvideotestsrc.h:
499 * gst/volume/gstvolume.c:
500 * gst/volume/gstvolume.h:
502 Added docs for vorbisdec and vorbisparse.
505 2006-03-01 Wim Taymans <wim@fluendo.com>
507 * docs/plugins/Makefile.am:
508 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
509 * docs/plugins/gst-plugins-base-plugins-sections.txt:
510 * ext/pango/gstclockoverlay.h:
511 * ext/pango/gsttextoverlay.h:
512 * ext/pango/gsttextrender.h:
513 * ext/pango/gsttimeoverlay.h:
514 * ext/theora/gsttheoradec.h:
515 * ext/theora/gsttheoraenc.h:
516 * ext/theora/theoradec.c:
517 * ext/theora/theoraenc.c:
518 * gst/audioconvert/gstaudioconvert.h:
519 * gst/audiotestsrc/gstaudiotestsrc.h:
520 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
521 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
522 * gst/tcp/gstmultifdsink.h:
523 Updated/added documentation.
525 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
526 (gst_text_overlay_halign_get_type),
527 (gst_text_overlay_wrap_mode_get_type),
528 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
529 (gst_text_overlay_init), (gst_text_overlay_set_property),
530 (gst_text_overlay_get_property):
531 Fix up properties to be enums instead of string to make bindings,
532 introspection and automatic GUI creation possible.
533 Add getters for the properties.
535 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
537 * gst/audiotestsrc/gstaudiotestsrc.c:
538 added defines of M_PI and M_PI_2
539 * gst/ffmpegcolorspace/avcodec.h:
540 removed #include "stdint.h" for win32 as _stdint.h is
541 autogenerated to win32/common
542 * win32/common/libgstaudio.def:
543 * win32/common/libgsttag.def:
546 some project files bugs corrected
548 project files are reset to the default vs7 configuration
549 (they link to msvcr71.dll using default optimizations)
551 2006-02-28 Wim Taymans <wim@fluendo.com>
553 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
556 2006-02-28 Edward Hervey <edward@fluendo.com>
558 * ext/alsa/gstalsasrc.c:
559 Set proper class on the ElementDetails:
560 Source/Audio instead of Src/Audio/
562 2006-02-28 Edward Hervey <edward@fluendo.com>
564 * gst/videoscale/vs_scanline.c:
565 (vs_scanline_resample_nearest_RGBA):
566 Revert optimization in videoscale. It should go in liboil and have
567 an appropriate liboil function.
569 2006-02-28 Wim Taymans <wim@fluendo.com>
571 * gst-libs/gst/audio/gstbaseaudiosink.c:
572 (gst_base_audio_sink_provide_clock):
573 Don't try to provide a clock in the NULL state.
575 2006-02-28 Wim Taymans <wim@fluendo.com>
577 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
578 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
579 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
580 (gst_ogg_demux_deactivate_current_chain),
581 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
582 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
583 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
584 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
585 Use GstSegment infrastructure to remove duplicated code
586 and handle more seek cases correctly.
588 2006-02-28 Wim Taymans <wim@fluendo.com>
590 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
591 (gst_ffmpegcsp_transform):
592 Don't ignore return code from ffmpeg convert function.
594 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
595 Split out some long statements to ease debugging.
597 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
599 * ext/libvisual/visual.c: (gst_visual_init),
600 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
601 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
602 being able to renegotiate the size. Instead, use the negotiation
603 algorithm from the goom plugin to pick an initial output caps.
605 Also, allow theoretical libvisual plugins that might support non-GL
606 output even if they also do GL.
608 2006-02-26 Julien MOUTTE <julien@moutte.net>
610 * ext/libvisual/visual.c: (gst_visual_init),
611 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
612 (plugin_init): Load only non GL plugins. Fix some memleaks and
613 possible negotiation issues.
615 2006-02-25 Julien MOUTTE <julien@moutte.net>
617 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
619 2006-02-24 Michael Smith <msmith@fluendo.com>
621 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
622 (cmml_type_find), (plugin_init):
623 Fix CMML type find function to not require a specific minor version
626 Add an MPEG4 video elementary stream typefind function.
628 2006-02-04 Michael Smith <msmith@fluendo.com>
630 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
631 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
632 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
633 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
634 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
635 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
636 Annodex support in ogg demuxer. Doesn't do very much without the
637 other annodex patches (to come).
639 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
641 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
643 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
644 Pick up palette for MS video v1 (#327028)
646 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
648 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
649 (gst_ffmpegcsp_caps_remove_format_info),
650 (gst_ffmpegcsp_get_unit_size):
651 The 'palette_data' field from incoming RGB caps shouldn't be
652 proxied on outgoing YUV caps; also, restrict unit size
653 adjustment in case of paletted data only to the unit that
654 actually has a palette. Fixes #330711.
656 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
658 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
659 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
660 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
661 (gst_ffmpegcsp_get_unit_size):
662 Plug some memory leaks.
664 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
666 * sys/ximage/Makefile.am:
667 * sys/xvimage/Makefile.am:
668 Add some _CFLAGS and _LIBS that seem to be missing
669 and/or required for Cygwin (see #317048).
671 2006-02-22 Wim Taymans <wim@fluendo.com>
673 * ext/alsa/gstalsasrc.c:
674 Fix description as pointed out by caugier.
676 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
678 Reviewed by : Edward Hervey <edward@fluendo.com>
680 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
682 Better 3gp typefinding (#331526).
684 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
686 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
687 Don't send EOS event here, the base class will send one for us.
689 * gst/playback/gstplaybasebin.c: (prepare_output):
690 Subpictures without video stream aren't allowed either.
692 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
693 Fix debug statement copy'n'paste-o.
695 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
697 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
698 Fix issues with mixer keeping state when muting/unmuting
699 and when changing the volume whilst muted (see #331763
702 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
704 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
705 (parse_subrip), (gst_sub_parse_format_autodetect):
706 Set right caps given that we send escaped text. Also,
707 honour <i></i>, <b></b> and <u></u> markers that can be found
708 in .srt files (fixes #310202).
710 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
712 * gst-libs/gst/audio/mixerutils.c:
713 (element_factory_rank_compare_func):
714 Make order in which elements are tried more determinable.
716 2006-02-20 Julien MOUTTE <julien@moutte.net>
718 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
719 (remove_element_chain), (cleanup_decodebin),
720 (gst_decode_bin_change_state): Make decodebin reusable by
721 fixing remove_element_chain first and then introduce a
722 cleaner in state change to ->NULL. (Closes #331678)
724 2006-02-19 Wim Taymans <wim@fluendo.com>
726 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
727 use 0666 mask when creating files so umask gets applied
728 correctly. Fixes #331295.
730 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
732 * gst/subparse/Makefile.am:
733 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
734 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
735 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
736 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
737 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
738 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
739 * gst/subparse/gstssaparse.h:
740 * gst/subparse/gstsubparse.c: (plugin_init):
741 Add very basic parser for SSA subtitle streams (as often
742 found in matroska files).
744 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
746 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
747 That should be text/x-pango-markup, not text/x-pango-layout.
749 2006-02-19 Julien MOUTTE <julien@moutte.net>
751 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
754 2006-02-19 Julien MOUTTE <julien@moutte.net>
756 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
757 (gst_text_overlay_finalize), (gst_text_overlay_init),
758 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
759 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
760 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
761 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
762 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
763 Fix state change deadlock.
765 2006-02-19 Julien MOUTTE <julien@moutte.net>
767 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
768 (gst_text_overlay_finalize), (gst_text_overlay_init),
769 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
770 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
771 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
772 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
773 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
774 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
777 2006-02-19 Julien MOUTTE <julien@moutte.net>
779 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
780 should be considered as raw.
782 2006-02-19 Julien MOUTTE <julien@moutte.net>
784 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
786 * gst/playback/gststreaminfo.h: Introduce language informations.
788 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
790 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
791 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
792 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
793 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
794 Set shared memory segments to be deleted as soon as we have attached,
795 that way they get cleaned up automatically if we crash.
797 2006-02-18 Julien MOUTTE <julien@moutte.net>
799 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
800 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
801 functions are called with lock held.
803 2006-02-18 Julien MOUTTE <julien@moutte.net>
805 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
806 (gst_text_overlay_finalize), (gst_text_overlay_init),
807 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
808 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
809 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
810 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
811 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
812 (gst_text_overlay_change_state): Refactoring of textoverlay
813 without collectpads. This now supports sparse subtitles coming
814 from a demuxer instead of a sub file. Seeking is still broken
815 though. Need to discuss with wtay some more on how to handle
817 * ext/pango/gsttextoverlay.h:
818 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
819 subtitles coming from the demuxer.
821 2006-02-17 Wim Taymans <wim@fluendo.com>
823 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
824 (gst_vorbisenc_convert_sink):
825 Use some more scaling functions.
827 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
829 * ext/cdparanoia/gstcdparanoiasrc.c:
830 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
831 (gst_cd_paranoia_paranoia_callback),
832 (gst_cd_paranoia_src_signal_is_being_watched),
833 (gst_cd_paranoia_src_read_sector):
834 * ext/cdparanoia/gstcdparanoiasrc.h:
835 Add back 'transport-error' and 'uncorrected-error' signals and
836 make them actually be fired when bad stuff happens (#319340).
838 2006-02-17 Wim Taymans <wim@fluendo.com>
840 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
841 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
842 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
843 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
844 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
845 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
846 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
847 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
848 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
849 (gst_ring_buffer_clear):
853 2006-02-17 Wim Taymans <wim@fluendo.com>
855 * gst-libs/gst/audio/TODO:
858 * gst-libs/gst/audio/gstbaseaudiosink.c:
859 (gst_base_audio_sink_get_offset):
860 When trying to play samples ASAP and we don't have a
861 previous sample, try to play at position 0 instead of
864 2006-02-17 Wim Taymans <wim@fluendo.com>
866 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
867 (gst_alsasink_reset):
868 Also release lock when we get an error in _reset();
869 fix an error message.
871 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
873 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
874 (gst_alsasink_init), (get_channel_free_structure),
875 (caps_add_channel_configuration), (gst_alsasink_getcaps),
876 (gst_alsasink_close):
877 * ext/alsa/gstalsasink.h:
878 Add support for more than 2 channels (#326720).
880 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
882 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
883 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
884 with 4 or 6 channels, assume a default channel layout to make things
885 work (not sure there's anything else we can do in those cases).
887 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
889 * gst-libs/gst/audio/multichannel.c:
892 * gst-libs/gst/riff/Makefile.am:
893 * gst-libs/gst/riff/riff-ids.h:
894 * gst-libs/gst/riff/riff-media.c:
895 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
896 Add support for WAVEFORMATEX, eg. PCM audio with more than two
897 channels and a channel layout map.
899 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
901 Reviewed by Edward Hervey <edward@fluendo.com>
903 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
904 C-level optimization of the RGBA nearest neighbour function.
905 Eventually this might end up in liboil with vectorized versions.
907 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
909 * gst-libs/gst/audio/multichannel.c:
910 (gst_audio_get_channel_positions):
911 When we have more than 2 channels, but no channel layout is
912 specified in the caps, return some default channel layout
913 to the caller and warn about about a possibly buggy element
914 (could be buggy filtercaps as well of course) (#317038).
916 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
918 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
919 Add gst-libs/gst/cdda to list of lib search paths.
921 2006-02-15 Andy Wingo <wingo@pobox.com>
923 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
924 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
925 to the Lord Jesus that I do not have to touch the ogg muxer ever
928 2006-02-15 Edward Hervey <edward@fluendo.com>
930 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
931 quicktime movie files can also contain 'uuid' atoms.
933 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
935 * gst/audioconvert/plugin.c: (plugin_init):
936 Register the GstAudioChannelPosition enum type with the type
937 system in the plugin_init function, so that it is known before
938 any element actually makes use of multi-channel stuff. This is
939 required for example if one wants to be able to deserialise/use
940 a caps string with channel positions before any pipeline has
941 been setup and started, like with gst-launch.
943 2006-02-14 Wim Taymans <wim@fluendo.com>
945 * gst-libs/gst/audio/gstringbuffer.c:
946 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
947 (gst_ring_buffer_samples_done), (wait_segment),
948 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
949 Add some compiler G_(UN_)LIKELY help.
950 SIGNAL the ringbuffer waiters when going to PAUSED as well to
951 make sure they can exit their functions. Should fix #330748
953 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
958 * win32/common/_stdint.h:
959 Windows does not have long long; copy the generated _stdint.h
960 * win32/common/interfaces-enumtypes.c:
961 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
962 (gst_mixer_track_flags_get_type),
963 (gst_tuner_channel_flags_get_type):
964 * win32/common/multichannel-enumtypes.c:
965 (gst_audio_channel_position_get_type):
968 2006-02-13 Wim Taymans <wim@fluendo.com>
970 * gst-libs/gst/audio/gstbaseaudiosink.c:
971 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
972 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
973 Always sync on first sample we receive when starting.
975 2006-02-13 Wim Taymans <wim@fluendo.com>
977 * gst/playback/gstplaybin.c: (gen_vis_element):
979 Move queue after tee so we don't queue video buffers but
980 audio samples instead. Fixes problems where the video queue
981 is filled and the audio queue empty.
983 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
985 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
986 No need to push an EOS event here, GstBaseSrc will do that for us
987 when we return FLOW_UNEXPECTED.
989 2006-02-12 Wim Taymans <wim@fluendo.com>
991 * gst-libs/gst/audio/gstbaseaudiosink.c:
992 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
993 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
994 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
995 Use scale functions when possible.
997 Free clockid when after waiting for EOS.
998 Use G_(UN_)LIKLY when it makes sense.
999 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1001 2006-02-12 Edward Hervey <edward@fluendo.com>
1003 * gst/playback/gstplaybasebin.c: (prepare_output):
1004 Remove stray semi-colon (fixes #330888).
1006 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
1008 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1009 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1010 Fix up the XShm call testing so that we catch errors, and don't
1011 cause new ones by attempting to detach from a segment we failed
1012 to attach to. Fixes #312439.
1014 2006-02-10 Edward Hervey <edward@fluendo.com>
1016 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1017 Added flv file typefind (video/x-flv).
1019 2006-02-10 Edward Hervey <edward@fluendo.com>
1021 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1022 (gst_riff_create_video_template_caps):
1023 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1024 Also added the caps to the default set of riff video caps.
1026 2006-02-09 Andy Wingo <wingo@pobox.com>
1028 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1029 time and the end time of the last packet in the page.
1030 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1031 on the pages in our queue, set the duration as well. Reflow a
1033 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1034 Fixes bad muxing order.
1036 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
1038 * gst-libs/gst/rtp/gstbasertppayload.c:
1039 (gst_basertppayload_setcaps), (gst_basertppayload_push):
1040 update seqnum before setting it on the packet; this makes sure
1041 that the timestamp and seqnum properties match after pushing
1044 2006-02-09 Andy Wingo <wingo@pobox.com>
1046 * gst-libs/gst/audio/gstringbuffer.c
1047 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1048 overflow after 13.5 hours of recording. Kapow!
1050 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1051 the buffer size -- we don't care about underrun/overrun reporting
1052 right now, just need to return a useful value.
1054 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
1059 === release 0.10.3 ===
1061 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
1064 releasing 0.10.3, "Under Pressure"
1066 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
1069 Drat. Bump libtool version number for new API.
1070 Prelease 0.10.2.3 (of 0.10.3)
1072 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
1075 * win32/common/config.h:
1076 0.10.2.2 prerelease (of 0.10.3).
1078 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
1080 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1081 Revert Andy's newsegment change pending a more correct
1084 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
1086 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1087 (qt_type_find), (plugin_init):
1088 detect more files as 3gp
1089 group and reorder the iso file formats
1091 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
1093 * ext/vorbis/vorbis.c: (plugin_init):
1094 Register musicbrainz tags, so apps don't have to.
1096 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
1098 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1099 (gst_tag_to_vorbis_tag):
1100 Make sure we called gst_tag_register_musicbrainz_tags()
1101 before possibly mapping a vorbiscomment string from/to a
1104 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
1106 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1107 In case we can't find the required number of consecutive
1108 mpeg audio frames to positively identify an MPEG audio
1109 stream, check if there's at least a valid mpeg audio
1110 frame right at offset 0 and if so suggest mpeg/audio
1111 caps with a very low probability (#153004).
1113 2006-02-07 Andy Wingo <wingo@pobox.com>
1115 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1116 a TIME segment if we get timestamped buffers. Requires recent
1117 fixes in core to work properly.
1119 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
1121 * gst/playback/gstplaybasebin.c: (prepare_output):
1122 Don't print the URI as part of the error message, it
1123 makes error dialogs look rather ugly, especially if
1124 the URI is very long or has characters in it that
1127 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
1129 * gst/playback/gstplaybasebin.c: (prepare_output):
1130 Error out if we have only text or subtitles, but nothing
1131 else. Also error out if we have subtitles but no video
1134 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
1136 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1137 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1138 Post an error message on the bus when we encounter an
1139 error, which will hopefully be more meaningful than the
1140 'Internal Flow Error' message users get to see if we
1141 just return GST_FLOW_ERROR.
1143 2006-02-07 Andy Wingo <wingo@pobox.com>
1145 * configure.ac (GST_MAJORMINOR): Update core version req to
1146 0.10.2.2, for the collectpads API addition (#330244).
1148 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
1150 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1151 Return FALSE from plugin_init() when GnomeVFS can't
1152 be initialised for some reason (#328423).
1154 2006-02-06 Julien MOUTTE <julien@moutte.net>
1156 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
1157 Stick to seeking theory until i find the bug.
1158 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1160 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
1162 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1163 (theora_enc_finalize), (theora_enc_sink_setcaps),
1164 (theora_set_header_on_caps), (theora_enc_chain),
1165 (theora_enc_change_state):
1166 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1167 Make theoraenc and the tests leak free. Like, really.
1169 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
1171 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1172 (theora_enc_finalize), (theora_enc_sink_setcaps):
1173 Add a finalize method to ensure we clean up state even if
1174 someone omitted the state change back to NULL.
1176 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1177 (gst_vorbisenc_chain):
1178 Free some more leaked bits.
1180 * tests/check/pipelines/theoraenc.c: (start_pipeline),
1182 Wait for state changes to happen if they're ASYNC.
1184 This ought to teach those fancy pants buildbots a lesson.
1186 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
1188 * gst-libs/gst/tag/gstid3tag.c:
1189 Add mapping for ID3 International Standard Recording Code
1192 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
1194 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1195 Don't leak tag names.
1197 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
1199 * docs/libs/gst-plugins-base-libs-docs.sgml:
1200 * docs/libs/gst-plugins-base-libs-sections.txt:
1201 * gst-libs/gst/tag/gstid3tag.c:
1202 * gst-libs/gst/tag/gstvorbistag.c:
1203 * gst-libs/gst/tag/tags.c:
1204 Split libgsttag docs into multiple sections.
1206 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
1208 * docs/libs/Makefile.am:
1209 * docs/libs/gst-plugins-base-libs-docs.sgml:
1210 * docs/libs/gst-plugins-base-libs-sections.txt:
1211 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1212 * gst-libs/gst/tag/gstvorbistag.c:
1213 * gst-libs/gst/tag/tag.h:
1214 * gst-libs/gst/tag/tags.c:
1215 Add libgsttag to the docs.
1217 2006-02-05 Julien MOUTTE <julien@moutte.net>
1219 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1220 (gst_text_overlay_init), (gst_text_overlay_src_event),
1221 (gst_text_overlay_collected): Fix clockoverlay.
1223 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
1225 * docs/libs/compiling.sgml:
1226 Fix typo: it's pkg-config, not pkg-gconfig
1228 * docs/libs/gst-plugins-base-libs-docs.sgml:
1229 * docs/libs/gst-plugins-base-libs-sections.txt:
1230 * docs/libs/tmpl/gstgconf.sgml:
1231 There is no libgstgconf in 0.10, remove it
1234 2006-02-05 Julien MOUTTE <julien@moutte.net>
1236 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1237 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1238 (gst_text_overlay_src_event), (gst_text_overlay_collected):
1239 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1240 (gst_sub_parse_class_init), (gst_sub_parse_init),
1241 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1242 (parse_mpsub), (parser_state_init), (handle_buffer),
1243 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1244 * gst/subparse/gstsubparse.h: Introduce seeking code.
1246 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
1248 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1249 Add comment about LANGUAGE tag inconsistency (we want
1250 ISO-639-1, but extract three-letter identifiers?)
1253 Add two translatable files.
1255 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
1257 * gst-libs/gst/tag/Makefile.am:
1258 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1259 * gst-libs/gst/tag/tag.h:
1260 * gst-libs/gst/tag/tags.c:
1261 (gst_tag_register_musicbrainz_tags_internal),
1262 (gst_tag_register_musicbrainz_tags):
1263 Forward-port some tags stuff from the 0.8 branch. This is
1264 mostly the addition of musicbrainz tags and their mapping
1265 to vorbistags, and a vorbistag mapping of the language tag.
1267 2006-02-05 Julien MOUTTE <julien@moutte.net>
1269 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1272 2006-02-04 David Schleef <ds@schleef.org>
1274 * ext/ogg/gstoggmux.c:
1275 * gst/typefind/gsttypefindfunctions.c:
1276 Add Dirac typefinding and add dirac format to oggmux.
1278 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
1280 * gst/playback/gstdecodebin.c: (try_to_link_1):
1281 Don't put essential function call into
1282 g_return_*() macro, otherwise it'll all be
1283 replaced by NOOPs when compiling with
1284 G_DISABLE_CHECKS defined.
1286 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
1288 * ext/ogg/gstoggdemux.c:
1289 * ext/ogg/gstoggparse.c:
1290 * gst/tcp/gsttcpserversink.c:
1291 * sys/v4l/v4lsrc_calls.c:
1292 * sys/v4l/v4lsrc_calls.h:
1293 Just make it compile with --disable-gst-debug.
1295 2006-02-03 Wim Taymans <wim@fluendo.com>
1297 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1298 (gst_alsasink_class_init), (gst_alsasink_init),
1299 (gst_alsasink_write), (gst_alsasink_reset):
1300 * ext/alsa/gstalsasink.h:
1301 Add lock to protect alsa calls.
1302 Implement reset to flush samples ASAP, does not work
1305 2006-02-02 Wim Taymans <wim@fluendo.com>
1307 * gst-libs/gst/audio/gstbaseaudiosink.c:
1308 (gst_base_audio_sink_provide_clock):
1309 Ugh.. getting late I guess...
1311 2006-02-02 Wim Taymans <wim@fluendo.com>
1313 * gst-libs/gst/audio/gstbaseaudiosink.c:
1314 (gst_base_audio_sink_provide_clock),
1315 (gst_base_audio_sink_set_property),
1316 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1317 Don't try to provide a clock when we are not negotiated since
1318 we might not be able to make it run.
1320 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
1322 * gst/playback/gstdecodebin.c: (try_to_link_1):
1323 Unlinking two source pads is ... hard.
1325 2006-02-02 Wim Taymans <wim@fluendo.com>
1327 * gst-libs/gst/audio/TODO:
1330 * gst-libs/gst/audio/gstbaseaudiosink.c:
1331 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1332 On EOS, wait till the last sample is played before posting EOS.
1334 2006-02-01 Philippe Kalaf <burger at speedy dot org>
1336 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1337 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1338 setting queue_delay to zero. Also avoid thread being started if
1339 queue_delay is zero.
1341 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
1343 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1344 Make test work again by connecting fakesinks to each decoded pad,
1345 which makes the pipeline wait until each fakesink has a buffer
1346 queued before going to PAUSED state. At that point we know the
1347 decodebin pads are negotiated.
1349 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
1351 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1352 (gst_cdda_base_src_handle_event):
1353 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1354 Pass unhandled queries to the parent class's query function.
1356 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
1358 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1359 (gst_ogg_pad_src_query):
1360 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1361 * ext/theora/theoradec.c: (theora_dec_src_query),
1362 (theora_dec_sink_query):
1363 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1364 (vorbis_dec_sink_query):
1365 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1366 (gst_vorbisenc_sink_query):
1367 * gst/adder/gstadder.c: (gst_adder_query):
1368 Pass unhandled queries upstream instead of just
1369 dropping them (#326447). Also, fix supported
1370 query types list for some elements.
1372 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
1374 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1375 (paris_type_find), (ilbc_type_find), (plugin_init):
1376 Fix typefinding for audio/x-au, audio/x-paris and
1377 audio/iLBC-sh. We cannot use the START_WITH macros
1378 here, because there can only be one typefind factory
1379 with the same name (caps), so the second one would
1380 replace the first one and the first one would never
1381 be called when doing typefinding (see #161712).
1384 2006-01-31 Wim Taymans <wim@fluendo.com>
1386 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1387 (vorbis_handle_header_packet), (vorbis_dec_push),
1388 (vorbis_handle_data_packet):
1389 Use scale_int when we can, add some more scaling.
1390 Check packettype before parsing it.
1392 2006-01-31 Wim Taymans <wim@fluendo.com>
1394 * ext/theora/theoradec.c: (_theora_granule_time),
1395 (theora_dec_src_convert), (theora_dec_sink_convert):
1396 Call right _scale functions.
1397 Use parameter instead of some other random value.
1399 2006-01-31 Wim Taymans <wim@fluendo.com>
1401 * ext/theora/theoradec.c: (_theora_granule_frame),
1402 (_theora_granule_time), (_inc_granulepos),
1403 (theora_dec_src_convert), (theora_dec_sink_convert),
1404 (theora_handle_type_packet), (theora_handle_data_packet),
1406 Use higher precision timestamps calculation.
1407 Convert some other conversions to _scale.
1409 2006-01-31 Stefan Kost <ensonic@users.sf.net>
1411 * gst/audiotestsrc/gstaudiotestsrc.c:
1412 (gst_audio_test_src_create_sine_table), (plugin_init):
1413 * gst/volume/gstvolume.c: (plugin_init):
1414 initialize gst_controller before using
1416 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1418 * tests/check/pipelines/theoraenc.c:
1419 * tests/check/pipelines/vorbisenc.c:
1420 Define constant using G_GINT64_CONSTANT to avoid errors when
1421 passing it around - otherwise it gets truncated to 32 bits.
1423 Fixes failing tests.
1425 2006-01-31 Andy Wingo <wingo@pobox.com>
1427 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1428 caps being set doesn't have a framerate value. Basically a stopgap
1431 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1432 technically correct enough to put into core though.
1433 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1434 DURATION. Fixes theoraenc ! oggmux.
1436 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1437 fraction, not double.
1439 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
1442 add vs7 project files created by Sergey Scobich
1444 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
1447 add vs8 project files created by Sergey Scobich
1449 2006-01-30 Andy Wingo <wingo@pobox.com>
1451 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1452 timestamp + duration, not just timestamp -- ogg pages should be
1453 ordered by stop time. Necessary fix given the change in vorbis
1456 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
1457 (gst_theora_enc_init): Pull the granule shift out of the encoder.
1458 (granulepos_add): New function, handles the messiness of adjusting
1460 (theora_buffer_from_packet):
1462 (theora_enc_sink_event): Use granulepos_add, not +.
1464 * tests/check/pipelines/theoraenc.c
1465 (check_buffer_granulepos_from_starttime): Just check the frame
1466 count, not the actual granulepos -- we can't dictate to the
1467 encoder when it should be placing keyframes.
1469 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1471 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1472 SERVICE_NOT_AVAILABLE happens for example when you're trying to
1473 play an http:// stream from a server that's not serving
1475 2006-01-30 Andy Wingo <wingo@pobox.com>
1477 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
1478 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1479 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1482 * ext/theora/gsttheoraenc.h:
1483 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1484 although theoraenc was timestamping correctly. Added handling of
1485 streams that start with nonzero timestamps.
1487 * tests/check/Makefile.am:
1488 * tests/check/pipelines/theoraenc.c: New file, basically does same
1491 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1493 2006-01-30 Wim Taymans <wim@fluendo.com>
1495 * gst-libs/gst/audio/gstaudiosink.c:
1496 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1497 (gst_audioringbuffer_pause):
1498 Implement pause that does not wait for completion.
1500 * gst-libs/gst/audio/gstbaseaudiosink.c:
1501 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1502 Don't drop buffers when going to PAUSED but perform preroll on
1503 remaining samples now that core base class supports this.
1505 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1506 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1507 (gst_ring_buffer_commit):
1508 Pause should not signal waiters.
1509 Implement return value of _commit correctly.
1511 2006-01-30 Andy Wingo <wingo@pobox.com>
1513 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1515 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1516 updated to timestamp from the first sample, not the last.
1517 (gst_vorbisenc_buffer_from_header_packet): New function, takes
1518 special care of granulepos and timestamp for header packets.
1519 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1520 when the first buffer has a nonzero timestamp.
1522 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1523 (GstVorbisEnc.subgranule_offset): New members. Take care of the
1524 case when the first audio buffer we get has a nonzero timestamp.
1525 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1526 properly timestamp vorbis buffers with the time of the first
1527 sample, not the last.
1529 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1530 vorbis_granule_time_copy -- now it takes the granule/subgranule
1531 offset into account.
1533 * tests/check/pipelines/vorbisenc.c: New test for correctness of
1534 timestamps, durations, and granulepos on buffers produced by
1537 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
1539 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1540 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1541 Patch from Eric Jonas to support conversions to/from UYVY
1544 2006-01-30 Julien MOUTTE <julien@moutte.net>
1546 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1547 (setup_subtitle), (setup_source), (set_active_source):
1548 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1549 (gen_text_element), (gen_audio_element), (gen_vis_element),
1550 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1552 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
1554 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1555 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1556 use gst_guint64_to_gdouble to be compliant with vs6
1557 * gst/playback/gstdecodebin.c: (try_to_link_1)
1558 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1559 use G_GINT64_CONSTANT for int64 constants
1560 * win32/common/libgstinterfaces.def:
1561 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1563 update and add new project files
1565 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
1569 * win32/common/interfaces-enumtypes.c:
1570 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1571 (gst_mixer_track_flags_get_type),
1572 (gst_tuner_channel_flags_get_type):
1573 * win32/common/interfaces-enumtypes.h:
1574 * win32/common/multichannel-enumtypes.c:
1575 (gst_audio_channel_position_get_type):
1576 * win32/common/multichannel-enumtypes.h:
1577 add a win32-update rule like in core, and copy over enumtypes files
1579 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
1582 * win32/common/config.h:
1583 * win32/common/config.h.in:
1584 add config files just like in core
1586 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
1588 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1589 Make gcc-4.1 happy (part of #327357).
1591 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
1593 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1594 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1595 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1596 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1597 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1598 (gst_alsasrc_unprepare), (gst_alsasrc_read):
1599 Update all error messages. All of them should either use
1600 the default translated message, or actually provide a
1601 translatable string.
1602 Make the string for channel count problems meaningful.
1604 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
1606 * sys/v4l/v4l_calls.c: (gst_v4l_open):
1607 check for and throw RESOURCE_BUSY
1609 2006-01-27 David Schleef <ds@schleef.org>
1611 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1612 checked in this change -- it requires liboil features not
1613 in 0.3.6. Revert parts.
1615 2006-01-27 David Schleef <ds@schleef.org>
1618 * configure.ac: update liboil requirement to 0.3.6
1619 * gst/videoscale/Makefile.am:
1620 * gst/videoscale/vs_scanline.c: liboilify
1622 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
1624 * ext/libvisual/visual.c: (get_buffer):
1625 When pad_alloc returns a GstFlowReturn other
1626 than GST_FLOW_OK, make sure it is passed upstream.
1628 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
1630 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1631 (gst_alsasink_class_init):
1632 Free the device name string.
1634 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1635 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1636 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1637 Don't remove a pad from the collectpads structure until it
1638 is released - it's a request pad, and may receive data again
1639 if the element gets moved back to PLAYING state.
1641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1642 Ensure we turn on double buffering on the Xv port, and
1643 set the colour key to something dark and mysterious that
1646 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
1648 * ext/alsa/gstalsaplugin.c: (plugin_init):
1649 * ext/cdparanoia/gstcdparanoiasrc.c:
1650 (gst_cd_paranoia_src_base_init), (plugin_init):
1651 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1652 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1653 - a library should not call setlocale. see "Libraries" node in
1655 - make sure all plugins that use translation do bindtextdomain
1656 to point to the localedir
1657 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
1658 (setup_sinks), (plugin_init):
1659 all this, and check for NULL when creating sinks
1661 2006-01-27 Julien MOUTTE <julien@moutte.net>
1663 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
1664 (plugin_init): Make typefinding of subtitles work again.
1666 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
1668 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1669 (mp3_type_frame_length_from_header), (mp3_type_find),
1670 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1672 Backport a bunch of typefinding fixes from the 0.8 branch.
1673 Also, improve wavpack typefinding: if we can't peek the
1674 entire wavpack block, try to parse the bits we can get and
1675 see if we find what we're looking for in those.
1677 2006-01-26 Julien MOUTTE <julien@moutte.net>
1679 * sys/ximage/ximagesink.c:
1680 (gst_ximagesink_calculate_pixel_aspect_ratio):
1681 * sys/xvimage/xvimagesink.c:
1682 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1683 more cases of pixel aspect ratio.
1685 2006-01-26 Edward Hervey <edward@fluendo.com>
1687 * gst/playback/gstdecodebin.c: (pad_probe):
1688 Also consider the flush-start and tag events as unblockers
1691 2006-01-26 Julien MOUTTE <julien@moutte.net>
1693 * gst/playback/gstplaybin.c: (gst_play_bin_init),
1694 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1695 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
1696 On the fly visualisation switch, works disabling, enabling as
1697 well but it won't be able to enable vis in a playbin that was
1698 created with no visualisation.
1700 2006-01-25 Wim Taymans <wim@fluendo.com>
1702 * gst-libs/gst/audio/gstbaseaudiosink.c:
1703 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1704 Undo previous commit that returned WRONG_STATE sooner, it breaks
1707 2006-01-25 Wim Taymans <wim@fluendo.com>
1709 * gst-libs/gst/audio/gstbaseaudiosink.c:
1710 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1711 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1713 Post error when caps cannot be parsed.
1714 Resync on discontinuity in the stream.
1715 Clip samples to segment boundaries.
1716 return WRONG_STATE sooner when we are flushing.
1718 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1719 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1720 Make audiosrc operate in TIME.
1721 Set TIMESTAMP and DURATION on buffers.
1723 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
1725 * tests/examples/seek/seek.c: (main):
1726 Output tag messages as well.
1728 2006-01-23 Edward Hervey <edward@fluendo.com>
1730 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1731 (free_pad_probes), (remove_fakesink), (pad_probe),
1732 (close_pad_link), (gst_decode_bin_change_state):
1733 Replace GstPadBlockCallback with pad probes that detect
1734 first buffer AND eos before removing fakesink.
1735 Fixes hang with demuxers doing EOS while pre-rolling.
1738 2006-01-23 Andy Wingo <wingo@pobox.com>
1740 * ext/alsa/gstalsasink.c:
1741 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1742 (gst_base_rtp_depayload_setcaps),
1743 (gst_base_rtp_depayload_add_to_queue),
1744 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1746 Patch by: Jens Granseuer <jensgr at gmx dot net>
1748 2006-01-22 Julien MOUTTE <julien@moutte.net>
1750 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1751 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1752 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
1753 frames. We might get a frame destroyed after changing state to
1754 NULL, adding a safety check on xcontext.
1756 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
1758 * gst-libs/gst/interfaces/xoverlay.c:
1759 Fix prepare-xwindow-id code example in the docs - we need to
1760 ignore all messages that aren't element messages as well.
1762 2006-01-21 Julien MOUTTE <julien@moutte.net>
1764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1765 I think one day i'll completely undestand how caps negotiation
1766 is supposed to work. This refactoring handles buffer_alloc
1767 called with caps we can't handle. We definitely don't want a
1768 set_caps with those caps, so we define and allocate a buffer
1769 we would like to receive.
1771 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
1773 * gst/playback/gstplaybasebin.c: (setup_source):
1774 Free iterator when done.
1776 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
1778 * gst-libs/gst/audio/gstbaseaudiosink.c:
1779 (gst_base_audio_sink_render):
1780 Fix playback of non-synchronised streams by assuming a rate
1781 of 1.0 instead of a random one.
1783 Makes this work again:
1785 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1786 endianness=(int)4321, signed=(boolean)true, width=(int)16,
1787 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1788 audioresample ! alsasink
1790 === release 0.10.2 ===
1792 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
1795 releasing 0.10.2, "Then the devil is six"
1797 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
1799 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1800 * gst/playback/gststreamselector.c:
1801 (gst_stream_selector_set_property):
1802 Comment out broken code that connects to the state-changed signal.
1803 At this point, changing current stream selection is broken, but
1804 stuff like gst-launch playbin current-audio=1 works and filters
1805 to the chosen stream.
1807 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
1809 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1810 Fix #327216 (null dereference in vorbisdec)
1812 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
1814 * ext/theora/theoradec.c: (theora_handle_comment_packet):
1815 Post taglist actually on bus instead of just freeing it
1816 (fixes #327114 and totem bug #327080).
1818 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1819 Use gst_element_found_tags_for_pad(), so that the tags
1820 are sent downstream as an event as well.
1822 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
1824 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1825 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1826 (gst_ximagesink_buffer_alloc):
1827 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1828 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
1829 (gst_xvimagesink_buffer_alloc):
1830 move all regularly occurring messages to GST_LOG level
1831 add some more object logs
1833 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
1835 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1836 fix a silly segfault
1838 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
1840 * docs/libs/gst-plugins-base-libs-docs.sgml:
1841 * docs/libs/gst-plugins-base-libs-sections.txt:
1842 * gst-libs/gst/audio/mixerutils.c:
1843 * gst-libs/gst/audio/mixerutils.h:
1844 Add docs for mixerutils stuff.
1846 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
1848 * gst/playback/gstplaybasebin.c: (setup_source):
1849 Fix playback for sources that emit raw audio or
1850 raw video streams (e.g.: cd audio sources) (#325984).
1852 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
1854 * gst-libs/gst/audio/mixerutils.c:
1855 (gst_audio_mixer_filter_do_filter):
1856 actually save the element we create
1858 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
1860 * gst-libs/gst/cdda/gstcddabasesrc.c:
1861 (gst_cdda_base_src_handle_track_seek):
1862 No need to post a tag message on the bus when seeking
1863 within the same track, only post it when the current
1866 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
1868 * gst/playback/gstplaybasebin.c: (group_destroy),
1869 (probe_triggered), (new_decoded_pad), (mute_group_type),
1870 (set_active_source):
1871 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1872 * gst/playback/gststreamselector.c:
1873 (gst_stream_selector_base_init),
1874 (gst_stream_selector_set_property),
1875 (gst_stream_selector_request_new_pad):
1876 Reenable stream selection. These mechanisms need a complete overhaul
1877 in the face of 0.8->0.10 changes though.
1879 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
1881 * ext/ogg/gstoggdemux.c:
1882 Change the pad template to src_%d to match the pads that
1883 are created from it. decodebin needs this information in order
1884 to decide that oggdemux is capable of producing multiple pads
1885 (and hence needs queues inserted).
1887 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1888 (gst_ogg_mux_collected):
1889 Make debug output more useful by using GST_PTR_FORMAT.
1891 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1893 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
1895 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1896 Set depth and width for alaw/mulaw (fixes #326601).
1898 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
1900 * tests/icles/Makefile.am:
1901 don't build the tests if we don't have the libs
1903 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
1905 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
1906 (gst_cd_paranoia_paranoia_callback):
1907 Don't try to free NULL pointers.
1909 2006-01-10 Edward Hervey <edward@fluendo.com>
1911 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
1912 (gst_audio_rate_change_state), (plugin_init):
1913 Add debugging category.
1915 Add case for incoming buffers without valid offset/offset_end.
1917 2006-01-10 Michael Smith <msmith@fluendo.com>
1919 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1920 Don't leak GCond in audio sources.
1922 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
1924 * gst/playback/gstplaybin.c: (gen_audio_element):
1925 Don't leak an autoaudiosink/alsasink when we generate
1926 a new audio element. (old code, I guess)
1928 2006-01-10 Michael Smith <msmith@fluendo.com>
1930 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1931 Support float audio in audiorate.
1932 Use width rather than depth for selecting sample width.
1934 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
1936 * gst/videotestsrc/videotestsrc.h:
1937 Use GLib types here (that way we don't have to include the
1938 generated _stdint.h header, which makes life easier for win32
1939 folks that don't use autotools for the build) (#325990, patch
1940 by: Sergey Scobich).
1942 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
1944 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1945 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1946 (gst_ring_buffer_pause), (wait_segment):
1947 * gst-libs/gst/audio/gstringbuffer.h:
1948 Name (private) union, makes Forte compiler happy (this time
1949 for real) (#324900).
1951 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
1953 * gst-libs/gst/audio/Makefile.am:
1954 Link against libgstinterfaces, needed for mixer
1955 and property probe stuff.
1957 2006-01-09 Edward Hervey <edward@fluendo.com>
1959 * gst-libs/gst/Makefile.am:
1961 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
1963 * gst-libs/gst/audio/Makefile.am:
1964 * gst-libs/gst/audio/mixerutils.c:
1965 (gst_audio_mixer_filter_do_filter),
1966 (gst_audio_mixer_filter_check_element),
1967 (gst_audio_mixer_filter_probe_feature),
1968 (element_factory_rank_compare_func),
1969 (gst_audio_default_registry_mixer_filter):
1970 * gst-libs/gst/audio/mixerutils.h:
1971 Add gst_audio_default_registry_mixer_filter() utility
1974 2006-01-03 Michael Smith <msmith@fluendo.com>
1976 * gst/audioresample/resample.h:
1977 As before, but for o_buf
1979 2006-01-03 Michael Smith <msmith@fluendo.com>
1981 * gst/audioresample/resample.h:
1982 Declare struct _ResampleState.buffer as unsigned char *, not void *,
1983 since we do arithmetic on it.
1985 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
1987 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1988 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1989 (gst_ring_buffer_pause), (wait_segment):
1990 * gst-libs/gst/audio/gstringbuffer.h:
1991 Sun's Forte compiler doesn't seem to like anonymous structs,
1992 so use same setup as in GstBaseSrc (fixes #324900).
1994 2005-12-30 Stefan Kost <ensonic@users.sf.net>
1997 * gst/volume/Makefile.am:
1998 * gst/volume/demo.c:
1999 move old example to tests/examples/volume/volune.c
2000 * tests/examples/Makefile.am:
2001 * tests/examples/seek/seek.c: (main):
2002 change window-close event from "delete-event" to "destroy"
2003 * tests/examples/volume/Makefile.am:
2004 * tests/examples/volume/volume.c: (value_changed_callback),
2005 (setup_gui), (message_received), (eos_message_received), (main):
2006 fix event handling and bus usage
2008 2005-12-29 Stefan Kost <ensonic@users.sf.net>
2010 * gst/audiotestsrc/gstaudiotestsrc.c:
2011 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2012 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2013 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2014 (gst_audio_test_src_create_square),
2015 (gst_audio_test_src_create_saw),
2016 (gst_audio_test_src_create_triangle),
2017 (gst_audio_test_src_create_silence),
2018 (gst_audio_test_src_create_white_noise),
2019 (gst_audio_test_src_create_pink_noise),
2020 (gst_audio_test_src_init_sine_table),
2021 (gst_audio_test_src_create_sine_table),
2022 (gst_audio_test_src_change_wave),
2023 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2024 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2025 * gst/audiotestsrc/gstaudiotestsrc.h:
2026 update to basesrc changes, implement segmented seeking and eos
2027 handling, add a 'sine-tab' waveform for performance critical playback
2029 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
2032 ... and this time the other modified file that I missed last time.
2034 2005-12-29 Michael Smith <msmith@fluendo.com>
2036 * gst/playback/gstdecodebin.c: (new_pad):
2037 Fix non-C89 variable declaration not at the start of a block. Should
2038 help some compilers.
2040 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
2042 * tests/check/Makefile.am:
2043 And now fix 'make distcheck' (builddir != srcdir)
2045 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
2048 * ext/cdparanoia/Makefile.am:
2049 * ext/cdparanoia/gstcdparanoia.c:
2050 * ext/cdparanoia/gstcdparanoia.h:
2051 * ext/cdparanoia/gstcdparanoiasrc.c:
2052 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2053 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2054 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2055 (gst_cd_paranoia_paranoia_callback),
2056 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2057 (gst_cd_paranoia_src_set_property),
2058 (gst_cd_paranoia_src_get_property), (plugin_init):
2059 * ext/cdparanoia/gstcdparanoiasrc.h:
2060 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2061 plugin again (there are still fixes required to playbin to make
2062 cdda:// uris work there).
2064 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
2066 * tests/check/Makefile.am:
2067 Fix test case compilation.
2069 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
2071 * gst-libs/gst/cdda/gstcddabasesrc.c:
2072 (gst_cdda_base_src_update_duration),
2073 (gst_cdda_base_src_calculate_cddb_id):
2074 An integer is not a string. Fix access to uninitialised variable.
2076 * tests/check/Makefile.am:
2077 Add cddabasesrc unit test; also actually enable the vorbis test.
2079 * tests/check/generic/states.c:
2080 Blacklist new cd audio elements as well.
2082 * tests/check/libs/cddabasesrc.c:
2083 Unit test for GstCddaBaseSrc (discid calculation mostly).
2085 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
2087 * docs/libs/Makefile.am:
2088 * docs/libs/gst-plugins-base-libs-docs.sgml:
2089 * docs/libs/gst-plugins-base-libs-sections.txt:
2090 * docs/libs/gst-plugins-base-libs.types:
2091 Add docs for libgstcdda/GstCddaBaseSrc.
2093 * gst-libs/gst/interfaces/mixertrack.h:
2094 Do one struct member per line with a semicolon at the end, that way
2095 even gtk-doc might parse it without complaining.
2097 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
2100 * gst-libs/gst/Makefile.am:
2101 * gst-libs/gst/cdda/Makefile.am:
2102 * gst-libs/gst/cdda/base64.c:
2103 * gst-libs/gst/cdda/base64.h:
2104 * gst-libs/gst/cdda/gstcddabasesrc.c:
2105 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2106 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2107 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2108 (gst_cdda_base_src_get_property),
2109 (gst_cdda_base_src_get_track_from_sector),
2110 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2111 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2112 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2113 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2114 (gst_cdda_base_src_uri_get_protocols),
2115 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2116 (gst_cdda_base_src_uri_handler_init),
2117 (gst_cdda_base_src_setup_interfaces),
2118 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2119 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2120 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2121 (gst_cdda_base_src_add_tags),
2122 (gst_cdda_base_src_add_index_associations),
2123 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2124 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2125 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2126 (gst_cdda_base_src_create):
2127 * gst-libs/gst/cdda/gstcddabasesrc.h:
2128 * gst-libs/gst/cdda/sha1.c:
2129 * gst-libs/gst/cdda/sha1.h:
2130 Add new libgstcdda with GstCddaBaseSrc class.
2132 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
2134 * ext/gnomevfs/gstgnomevfssink.h:
2135 Use GstBaseSinkClass as parent_class member for class struct, not
2138 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
2140 Patch by: Michael Benes
2142 * gst/videotestsrc/gstvideotestsrc.c:
2143 (gst_video_test_src_class_init), (gst_video_test_src_start):
2144 Add start method to reset running time and number of frames sent
2145 when starting up (fixes #324696)
2147 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
2149 * docs/plugins/Makefile.am:
2150 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2151 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2152 * docs/plugins/gst-plugins-base-plugins.args:
2153 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2154 * docs/plugins/gst-plugins-base-plugins.signals:
2155 Add docs stuff for gnomevfssrc and gnomevfssink.
2157 * ext/gnomevfs/gstgnomevfssrc.c:
2158 Fix example pipeline in gtk-doc blurb.
2160 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
2162 * ext/gnomevfs/Makefile.am:
2163 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2164 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2165 (gst_gnome_vfs_handle_get_type), (plugin_init):
2166 * ext/gnomevfs/gstgnomevfs.h:
2167 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2168 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2169 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2170 (gst_gnome_vfs_sink_set_property),
2171 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2172 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2173 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2174 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2175 (gst_gnome_vfs_sink_uri_get_type),
2176 (gst_gnome_vfs_sink_uri_get_protocols),
2177 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2178 (gst_gnome_vfs_sink_uri_handler_init):
2179 * ext/gnomevfs/gstgnomevfssink.h:
2180 Port gnomevfssink; add gtk-doc blurb.
2182 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2183 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2184 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2185 (gst_gnome_vfs_src_uri_get_type),
2186 (gst_gnome_vfs_src_uri_get_protocols),
2187 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2188 (gst_gnome_vfs_src_uri_handler_init),
2189 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2190 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2191 (gst_gnome_vfs_src_send_additional_headers_callback),
2192 (gst_gnome_vfs_src_received_headers_callback),
2193 (gst_gnome_vfs_src_push_callbacks),
2194 (gst_gnome_vfs_src_pop_callbacks),
2195 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2196 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2197 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2198 * ext/gnomevfs/gstgnomevfssrc.h:
2199 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2200 file; add gtk-doc blurb with example pipelines.
2202 === release 0.10.1 ===
2204 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
2207 releasing 0.10.1, "Dobro Dedek"
2209 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
2211 * gst/typefind/gsttypefindfunctions.c:
2212 iLBC30 and iLBC20 added to typefind.
2214 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
2216 * gst-libs/gst/audio/gstbaseaudiosink.c:
2217 (gst_base_audio_sink_class_init):
2218 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2219 (gst_base_audio_src_class_init):
2220 update strings, values are in microseconds
2221 change the default sink buffer time to something that is smaller
2222 (to help software volume mixing have a slightly lower delay) but
2223 still be acceptable on Wim's laptop
2225 2005-12-20 Edward Hervey <edward@fluendo.com>
2227 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2228 Made a quack, forgot to add DUCK to the riff video template.
2230 2005-12-19 Edward Hervey <edward@fluendo.com>
2232 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2233 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2234 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2235 (gst_ogm_parse_chain):
2236 Make sure pads are initialized correctly.
2237 * gst-libs/gst/riff/riff-ids.h:
2238 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2239 (gst_riff_create_video_template_caps):
2240 Add a whole bunch of FOURCC <=> MimeType.
2241 Extend the riff video pad template to support the newly added fourcc.
2243 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
2245 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2246 (gst_ogg_demux_activate_chain):
2247 Extra debug output when activating/deactivating chains.
2249 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2250 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2252 Remove a queue from our list when it becomes unlinked.
2253 Don't add queues to elements in class 'Demux' if they
2254 can only produce one pad
2256 2005-12-18 Julien MOUTTE <julien@moutte.net>
2258 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2259 (gst_video_sink_get_type): Add a debug category.
2261 2005-12-17 Philippe Khalaf <burger@speedy.org>
2263 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2264 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2265 Handle downstream newsegment by sending our own newsegment before the
2266 next buffer to be released. (#323900)
2268 2005-12-17 Philippe Khalaf <burger@speedy.org>
2270 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2271 (gst_base_rtp_depayload_set_gst_timestamp):
2272 add queue delay to new segment as well (as opposed to just the first
2273 buffer). (bug #322347)
2275 2005-12-16 Stefan Kost <ensonic@users.sf.net>
2277 * ext/libvisual/visual.c: (make_valid_name):
2278 change some char* into char[]
2279 * gst/audiotestsrc/gstaudiotestsrc.c:
2280 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2281 (gst_audio_test_src_create):
2282 * gst/audiotestsrc/gstaudiotestsrc.h:
2283 prepare to handle EOS and SEGMENT_DONE
2285 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
2287 * tests/check/generic/states.c: (GST_START_TEST):
2288 Blacklist cdparanoia element in state test.
2290 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
2292 Patch by: Benjamin Pineau
2295 * gst/tcp/gsttcpclientsink.c:
2296 * gst/tcp/gsttcpserversink.c:
2297 * gst/tcp/gsttcpserversrc.c:
2298 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2300 2005-12-15 Michael Smith <msmith@fluendo.com>
2302 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2303 (gst_video_rate_chain):
2304 Fix timestamping for videorate when the first buffer it sees has a
2305 non-zero timestamp. Fix some misleading debug output.
2307 2005-12-15 Michael Smith <msmith@fluendo.com>
2309 * gst/audioresample/gstaudioresample.c:
2310 Don't leak all input buffers to audioresample.
2312 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
2314 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2315 Don't operate on empty text buffers. Strip newlines and
2316 tabs only from the end of the text, but leave them intact
2317 in the middle. Fix typo in gtk-doc description.
2319 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
2321 * gst/playback/gstplaybasebin.c:
2322 * gst/playback/gstplaybin.c: (handoff):
2323 Make sure the video frame buffer we return to apps via the
2324 "frame" property always has caps set on it. Modify
2325 _gst_gvalue_set_object() macro to handle NULL objects
2328 2005-12-14 Stefan Kost <ensonic@users.sf.net>
2330 * gst/audiotestsrc/gstaudiotestsrc.c:
2331 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2332 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2333 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2334 (gst_audio_test_src_create):
2335 * gst/audiotestsrc/gstaudiotestsrc.h:
2336 Adjust to some recent api changes and add wtays new cool seeking
2339 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
2341 * ext/alsa/Makefile.am:
2342 * ext/alsa/gstalsadeviceprobe.c:
2343 * ext/alsa/gstalsadeviceprobe.h:
2344 Helper functions to add device probing via the GstPropertyProbe
2345 interface to a class.
2347 * ext/alsa/gstalsamixer.h:
2348 Comment out GST_ALSA_MIXER, it returns a struct that's not
2351 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2352 Add some debug info.
2354 * ext/alsa/gstalsamixerelement.c:
2355 (gst_alsa_mixer_element_interface_supported),
2356 (gst_implements_interface_init),
2357 (gst_alsa_mixer_element_init_interfaces),
2358 (gst_alsa_mixer_element_class_init),
2359 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2360 (gst_alsa_mixer_element_set_property),
2361 (gst_alsa_mixer_element_get_property),
2362 (gst_alsa_mixer_element_change_state):
2363 * ext/alsa/gstalsamixerelement.h:
2364 Add 'device' and 'device-name' properties. Add GstPropertyProbe
2365 for device handling (gnome-volume-control will need that).
2367 2005-12-12 Christian Schaller <uraeus@gnome.org>
2369 * ext/Makefile.am: fix cdparanoia entry
2370 * gst-plugins-base.spec.in: add cdparanoia
2372 2005-12-12 Michael Smith <msmith@fluendo.com>
2374 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2375 Use the correct function to free list of typefind factories.
2377 2005-12-12 Wim Taymans <wim@fluendo.com>
2379 * gst/videotestsrc/gstvideotestsrc.c:
2380 (gst_video_test_src_class_init), (gst_video_test_src_init),
2381 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2382 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2383 (gst_video_test_src_create):
2384 * gst/videotestsrc/gstvideotestsrc.h:
2385 Implement seeking in videotestsrc.
2388 2005-12-12 Wim Taymans <wim@fluendo.com>
2390 * ext/cdparanoia/Makefile.am:
2391 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2392 (gst_paranoia_endian_get_type), (_do_init),
2393 (cdparanoia_class_init), (cdparanoia_init),
2394 (cdparanoia_set_property), (cdparanoia_get_property),
2395 (cdparanoia_do_seek), (cdparanoia_is_seekable),
2396 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2397 (cdparanoia_convert), (cdparanoia_get_query_types),
2398 (cdparanoia_query), (cdparanoia_set_index),
2399 (cdparanoia_uri_set_uri):
2400 * ext/cdparanoia/gstcdparanoia.h:
2401 Partially ported cdparanoia now that basesrc can support a
2404 2005-12-12 Wim Taymans <wim@fluendo.com>
2406 * tests/examples/seek/scrubby.c: (main):
2407 Set higher priority for bus events so they don't get reordered with
2410 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2411 (flush_toggle_cb), (main):
2412 Added checkbox to disable flushing seeks.
2413 Disable scrubbing when doing non flushing seeks.
2415 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
2417 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2418 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2419 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2420 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2421 Implement some sort of event handling that doesn't rely on
2422 g_return_if_fail; make sure we always push the last chunk of an
2423 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2424 state change function; remove some old cruft. Seeking is still
2425 rather unlikely to work though.
2430 2005-12-11 Julien MOUTTE <julien@moutte.net>
2432 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2433 Fixed a leak of the current image reference when cleaning up.
2434 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2436 2005-12-09 Michael Smith <msmith@fluendo.com>
2438 * tools/Makefile.am:
2439 * tools/gst-launch-ext-m.m:
2440 Remove gst-launch-ext. It doesn't work, and is no longer
2441 particularly useful.
2443 2005-12-08 Luca Ognibene <luogni@tin.it>
2445 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2446 don't pass random values to ogmparse convert function.
2447 Make seeking possible in the exile1.ogm file.
2449 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
2451 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2452 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2453 Work around refcount problem with g_value_set_object() that occur
2454 if the core has been compiled against GLib-2.6 (g_value_set_object()
2455 will only g_object_ref() the element, but the caller will
2456 gst_object_unref() it and bad things will happen due to the way
2457 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2458 totem for people on FC4 using Thomas's 0.10 RPMs.
2460 2005-12-07 Edward Hervey <edward@fluendo.com>
2462 Time to welcome ogm to 0.10 :)
2464 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2465 (gst_ogg_pad_typefind):
2466 Oggdemux can now properly typefind elements with dynamic pads.
2467 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2468 Properly set caps on src pad, and set caps on outgoing buffers.
2470 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
2472 * ext/alsa/gstalsamixer.h:
2473 * ext/alsa/gstalsamixerelement.h:
2474 * ext/alsa/gstalsamixeroptions.h:
2475 * ext/alsa/gstalsamixertrack.h:
2476 * ext/alsa/gstalsasink.c:
2477 * ext/alsa/gstalsasink.h:
2478 * ext/alsa/gstalsasrc.c:
2479 * ext/alsa/gstalsasrc.h:
2480 * ext/cdparanoia/gstcdparanoia.h:
2481 * ext/gnomevfs/gstgnomevfsuri.h:
2482 * ext/ogg/gstoggdemux.c:
2483 * ext/ogg/gstoggmux.c:
2484 * ext/pango/gsttextoverlay.h:
2485 * ext/theora/theoradec.c:
2486 * ext/theora/theoraenc.c:
2487 * ext/vorbis/vorbisdec.h:
2488 * ext/vorbis/vorbisenc.c:
2489 * ext/vorbis/vorbisenc.h:
2490 * ext/vorbis/vorbisparse.h:
2491 * gst-libs/gst/audio/gstaudioclock.h:
2492 * gst-libs/gst/audio/gstaudiosink.c:
2493 * gst-libs/gst/audio/gstaudiosink.h:
2494 * gst-libs/gst/audio/gstaudiosrc.c:
2495 * gst-libs/gst/audio/gstaudiosrc.h:
2496 * gst-libs/gst/audio/gstbaseaudiosink.c:
2497 * gst-libs/gst/audio/gstbaseaudiosink.h:
2498 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2499 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2500 * gst-libs/gst/audio/gstringbuffer.h:
2501 * gst-libs/gst/audio/multichannel.h:
2502 * gst-libs/gst/floatcast/floatcast.h:
2503 * gst-libs/gst/interfaces/colorbalance.c:
2504 * gst-libs/gst/interfaces/colorbalance.h:
2505 * gst-libs/gst/interfaces/colorbalancechannel.h:
2506 * gst-libs/gst/interfaces/mixer.h:
2507 * gst-libs/gst/interfaces/mixeroptions.h:
2508 * gst-libs/gst/interfaces/mixertrack.h:
2509 * gst-libs/gst/interfaces/navigation.h:
2510 * gst-libs/gst/interfaces/propertyprobe.h:
2511 * gst-libs/gst/interfaces/tuner.h:
2512 * gst-libs/gst/interfaces/tunerchannel.h:
2513 * gst-libs/gst/interfaces/tunernorm.h:
2514 * gst-libs/gst/interfaces/xoverlay.h:
2515 * gst-libs/gst/netbuffer/gstnetbuffer.h:
2516 * gst-libs/gst/riff/riff-ids.h:
2517 * gst-libs/gst/riff/riff-media.h:
2518 * gst-libs/gst/riff/riff-read.h:
2519 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2520 * gst-libs/gst/rtp/gstbasertppayload.c:
2521 * gst-libs/gst/rtp/gstbasertppayload.h:
2522 * gst-libs/gst/rtp/gstrtpbuffer.c:
2523 * gst-libs/gst/rtp/gstrtpbuffer.h:
2524 * gst-libs/gst/tag/gsttageditingprivate.h:
2525 * gst-libs/gst/tag/gstvorbistag.c:
2526 (gst_tag_list_from_vorbiscomment_buffer):
2527 * gst-libs/gst/tag/tag.h:
2528 * gst-libs/gst/video/video.h:
2529 * gst/adder/gstadder.c:
2530 * gst/adder/gstadder.h:
2531 * gst/audioconvert/audioconvert.c:
2532 * gst/audioconvert/audioconvert.h:
2533 * gst/audioconvert/gstaudioconvert.c:
2534 * gst/audioconvert/gstchannelmix.c:
2535 * gst/audioconvert/gstchannelmix.h:
2536 * gst/audiorate/gstaudiorate.c:
2537 * gst/audioresample/buffer.h:
2538 * gst/audioresample/functable.h:
2539 * gst/audioresample/gstaudioresample.c:
2540 * gst/audioresample/resample.h:
2541 * gst/ffmpegcolorspace/avcodec.h:
2542 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2543 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2544 * gst/ffmpegcolorspace/imgconvert.c:
2545 * gst/ffmpegcolorspace/imgconvert_template.h:
2546 * gst/playback/gstdecodebin.c:
2547 * gst/playback/gstplaybasebin.h:
2548 * gst/playback/gstplaybin.c:
2549 * gst/playback/gststreaminfo.h:
2550 * gst/tcp/gstfdset.c:
2551 * gst/tcp/gstfdset.h:
2552 * gst/tcp/gstmultifdsink.c:
2553 * gst/tcp/gstmultifdsink.h:
2555 * gst/tcp/gsttcpclientsrc.c:
2556 * gst/tcp/gsttcpclientsrc.h:
2557 * gst/tcp/gsttcpplugin.h:
2558 * gst/tcp/gsttcpserversink.c:
2559 * gst/tcp/gsttcpserversrc.c:
2560 * gst/typefind/gsttypefindfunctions.c:
2561 * gst/videorate/gstvideorate.c:
2562 * gst/videotestsrc/gstvideotestsrc.h:
2563 * gst/videotestsrc/videotestsrc.h:
2564 * sys/v4l/gstv4lcolorbalance.h:
2565 * sys/v4l/gstv4ltuner.h:
2566 * sys/v4l/gstv4lxoverlay.h:
2567 * sys/v4l/v4l_calls.h:
2568 * sys/v4l/videodev_mjpeg.h:
2569 * tests/check/elements/audioconvert.c:
2570 * tests/check/elements/audioresample.c:
2571 * tests/check/elements/audiotestsrc.c:
2572 * tests/check/elements/videotestsrc.c:
2573 * tests/check/elements/volume.c:
2574 * tests/examples/seek/scrubby.c:
2575 * tests/examples/seek/seek.c:
2578 === release 0.10.0 ===
2580 2005-12-05 <thomas (at) apestaart (dot) org>
2583 releasing 0.10.0, "Mont-d'or"
2585 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
2587 * tests/examples/seek/Makefile.am:
2588 Build fix for when gtk is not available.
2590 2005-12-05 Andy Wingo <wingo@pobox.com>
2592 * ext/libvisual/visual.c: (get_buffer):
2593 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2594 * ext/pango/gsttextrender.c: (gst_text_render_chain):
2595 * ext/theora/theoradec.c: (theora_handle_data_packet):
2596 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2598 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2599 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2600 Update for alloc_buffer changes.
2602 2005-12-05 Andy Wingo <wingo@pobox.com>
2604 patch by: Kai Vehmanen <kv2004 eca cx>
2606 * gst-libs/gst/rtp/gstbasertpdepayload.c
2607 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2609 2005-12-04 Andy Wingo <wingo@pobox.com>
2611 patch by: Sebastien Cote <sebas642 yahoo ca>
2613 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2616 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
2618 * docs/plugins/Makefile.am:
2619 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2620 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2621 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2622 * ext/pango/gstclockoverlay.c:
2623 * ext/pango/gsttextoverlay.c:
2624 * ext/pango/gsttextrender.c:
2625 * ext/pango/gsttimeoverlay.c:
2626 Add gtk-doc blurbs to pango elements.
2628 2005-12-02 Wim Taymans <wim@fluendo.com>
2630 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2631 * gst/audioresample/buffer.h:
2632 * gst/audioresample/gstaudioresample.c:
2633 * gst/audioresample/gstaudioresample.h:
2634 * gst/audioresample/resample.c: (resample_input_flush),
2635 (resample_input_pushthrough), (resample_input_eos),
2636 (resample_get_output_size_for_input),
2637 (resample_get_input_size_for_output), (resample_get_output_size),
2638 (resample_get_output_data):
2639 * gst/audioresample/resample.h:
2640 * gst/audioresample/resample_ref.c: (resample_scale_ref):
2641 Fix audioresample, seek torture, new segments, reverse negotiation
2644 2005-12-02 Wim Taymans <wim@fluendo.com>
2646 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2649 2005-12-02 Wim Taymans <wim@fluendo.com>
2651 * gst/audioconvert/gstaudioconvert.c:
2652 (gst_audio_convert_transform):
2655 === release 0.9.7 ===
2657 2005-12-01 <thomas (at) apestaart (dot) org>
2660 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
2662 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
2668 add win32 MANIFEST file
2669 do something to the hungarian translation
2671 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
2674 Add $(PANGO_DIR) to SUBDIRS
2676 * ext/pango/gstclockoverlay.c:
2677 * ext/pango/gsttimeoverlay.c:
2678 Fix and improve element descriptions.
2680 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2682 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2683 * docs/plugins/inspect/plugin-libvisual.xml:
2684 * docs/plugins/inspect/plugin-pango.xml:
2685 add pango plugin to docs
2687 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2693 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
2696 * tests/Makefile.am:
2697 * tests/icles/.cvsignore:
2698 * tests/icles/Makefile.am:
2699 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2700 (close_display), (resize_window), (move_window), (create_window),
2701 (terminate_playback), (pause_playback), (start_playback), (main):
2702 add stress test for xoverlay from Julien
2704 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2706 * docs/libs/tmpl/gstcolorbalance.sgml:
2707 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2708 * gst-libs/gst/rtp/gstbasertppayload.c:
2709 * gst-libs/gst/rtp/gstrtpbuffer.c:
2710 * gst-libs/gst/rtp/gstrtpbuffer.h:
2711 Do burger's rename for rtp payloaders and depayloaders
2713 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
2716 add Visual Studio 6 build files
2718 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
2720 * docs/libs/gst-plugins-base-libs-docs.sgml:
2721 * docs/libs/gst-plugins-base-libs-sections.txt:
2722 * docs/libs/tmpl/gstaudio.sgml:
2723 * docs/libs/tmpl/gstringbuffer.sgml:
2724 * gst-libs/gst/interfaces/xoverlay.c:
2725 * gst-libs/gst/video/gstvideofilter.c:
2726 * gst-libs/gst/video/gstvideosink.c:
2727 update documentation
2729 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
2731 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2732 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2733 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2734 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2735 (gst_multi_fd_sink_get_stats),
2736 (gst_multi_fd_sink_remove_client_link),
2737 (gst_multi_fd_sink_handle_client_read),
2738 (gst_multi_fd_sink_client_queue_data),
2739 (gst_multi_fd_sink_client_queue_caps),
2740 (gst_multi_fd_sink_client_queue_buffer),
2741 (gst_multi_fd_sink_new_client),
2742 (gst_multi_fd_sink_handle_client_write),
2743 (gst_multi_fd_sink_recover_client),
2744 (gst_multi_fd_sink_queue_buffer),
2745 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2746 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2747 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2748 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2749 * gst/tcp/gstmultifdsink.h:
2750 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2751 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2752 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2753 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2754 (gst_tcp_client_sink_set_property),
2755 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2756 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2757 * gst/tcp/gsttcpclientsink.h:
2758 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2759 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2760 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2761 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2762 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2763 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2764 * gst/tcp/gsttcpclientsrc.h:
2765 * gst/tcp/gsttcpplugin.c: (plugin_init):
2766 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2767 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2768 (gst_tcp_server_sink_finalize),
2769 (gst_tcp_server_sink_handle_server_read),
2770 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2771 (gst_tcp_server_sink_set_property),
2772 (gst_tcp_server_sink_get_property),
2773 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2774 * gst/tcp/gsttcpserversink.h:
2775 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2776 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2777 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2778 (gst_tcp_server_src_set_property),
2779 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2780 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2781 * gst/tcp/gsttcpserversrc.h:
2784 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
2786 * docs/plugins/Makefile.am:
2787 * docs/plugins/gst-plugins-base-plugins.args:
2788 * docs/plugins/inspect/plugin-libvisual.xml:
2789 * gst/audioconvert/plugin.h:
2790 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2791 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2792 (gst_audio_rate_setcaps), (gst_audio_rate_init),
2793 (gst_audio_rate_chain), (gst_audio_rate_set_property),
2794 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2796 * gst/audiotestsrc/gstaudiotestsrc.c:
2797 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2798 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2799 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2800 (gst_audio_test_src_get_query_types),
2801 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2802 (gst_audio_test_src_create_square),
2803 (gst_audio_test_src_create_saw),
2804 (gst_audio_test_src_create_triangle),
2805 (gst_audio_test_src_create_silence),
2806 (gst_audio_test_src_create_white_noise),
2807 (gst_audio_test_src_init_pink_noise),
2808 (gst_audio_test_src_generate_pink_noise_value),
2809 (gst_audio_test_src_create_pink_noise),
2810 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2811 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2812 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2814 * gst/audiotestsrc/gstaudiotestsrc.h:
2815 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2816 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2817 (gst_sub_parse_init), (gst_sub_parse_formats),
2818 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2819 (convert_encoding), (get_next_line),
2820 (gst_sub_parse_data_format_autodetect),
2821 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2822 (gst_sub_parse_loop), (gst_sub_parse_chain),
2823 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
2825 * gst/subparse/gstsubparse.h:
2826 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
2827 (gst_video_rate_base_init), (gst_video_rate_class_init),
2828 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
2829 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
2830 (gst_video_rate_init), (gst_video_rate_event),
2831 (gst_video_rate_chain), (gst_video_rate_set_property),
2832 (gst_video_rate_get_property), (gst_video_rate_change_state),
2834 * gst/videoscale/gstvideoscale.c:
2835 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
2836 (gst_video_scale_src_template_factory),
2837 (gst_video_scale_sink_template_factory),
2838 (gst_video_scale_get_type), (gst_video_scale_base_init),
2839 (gst_video_scale_class_init), (gst_video_scale_init),
2840 (gst_video_scale_set_property), (gst_video_scale_get_property),
2841 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
2842 (gst_video_scale_prepare_size), (parse_caps),
2843 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2844 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
2845 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
2847 * gst/videoscale/gstvideoscale.h:
2848 * gst/videotestsrc/gstvideotestsrc.c:
2849 (gst_video_test_src_pattern_get_type),
2850 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
2851 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
2852 (gst_video_test_src_set_pattern),
2853 (gst_video_test_src_set_property),
2854 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
2855 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
2856 (gst_video_test_src_event), (gst_video_test_src_get_times),
2857 (gst_video_test_src_create), (plugin_init):
2858 * gst/videotestsrc/gstvideotestsrc.h:
2859 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
2860 (gst_video_test_src_smpte), (gst_video_test_src_snow),
2861 (gst_video_test_src_black):
2862 * gst/videotestsrc/videotestsrc.h:
2864 clean up docs a little
2866 2005-11-30 Wim Taymans <wim@fluendo.com>
2868 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2869 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2870 (gst_basertppayload_event), (gst_basertppayload_push),
2871 (gst_basertppayload_change_state):
2872 * gst-libs/gst/rtp/gstbasertppayload.h:
2875 2005-11-30 Julien MOUTTE <julien@moutte.net>
2877 * docs/libs/gst-plugins-base-libs-docs.sgml:
2878 * docs/libs/gst-plugins-base-libs-sections.txt:
2879 * gst-libs/gst/video/gstvideofilter.c:
2880 * gst-libs/gst/video/gstvideosink.c:
2881 * gst-libs/gst/video/gstvideosink.h: Adding docs.
2883 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2903 * scripts/autoplugins.sh:
2906 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2910 * examples/Makefile.am:
2911 * examples/capsfilter/Makefile.am:
2912 * examples/capsfilter/capsfilter1.c:
2913 * examples/gob/Makefile.am:
2914 * examples/gob/gst-identity2.gob:
2915 * examples/indexing/.cvsignore:
2916 * examples/indexing/Makefile.am:
2917 * examples/indexing/indexmpeg.c:
2918 * examples/seeking/.cvsignore:
2919 * examples/seeking/Makefile.am:
2920 * examples/seeking/cdparanoia.c:
2921 * examples/seeking/cdplayer.c:
2922 * examples/seeking/chained.c:
2923 * examples/seeking/scrubby.c:
2924 * examples/seeking/seek.c:
2925 * examples/stats/Makefile.am:
2926 * examples/stats/mp2ogg.c:
2927 * examples/switch/.cvsignore:
2928 * examples/switch/Makefile.am:
2929 * examples/switch/switcher.c:
2930 * tests/Makefile.am:
2931 * tests/check/generic/.cvsignore:
2932 * tests/check/pipelines/.cvsignore:
2933 * tests/examples/Makefile.am:
2934 * tests/examples/seek/Makefile.am:
2935 reorganize stuff under tests/
2937 2005-11-30 Edward Hervey <edward@fluendo.com>
2939 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2940 Go away you stupid GstStaticPadTemplate memleak.
2942 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
2944 * gst-libs/gst/net/Makefile.am:
2945 * gst-libs/gst/net/README:
2946 * gst-libs/gst/net/gstnetbuffer.c:
2947 * gst-libs/gst/net/gstnetbuffer.h:
2948 this was moved to "netbuffer"
2950 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
2952 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2953 (gst_video_filter_class_init), (gst_video_filter_init):
2954 * gst-libs/gst/video/gstvideofilter.h:
2955 borgify name to bring in line with other classes
2957 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
2959 * gst/audioscale/.cvsignore:
2960 * gst/audioscale/Makefile.am:
2961 * gst/audioscale/README:
2962 * gst/audioscale/audioscale.vcproj:
2963 * gst/audioscale/dtof.c:
2964 * gst/audioscale/dtos.c:
2965 * gst/audioscale/functable.c:
2966 * gst/audioscale/gstaudioscale.c:
2967 * gst/audioscale/gstaudioscale.h:
2968 * gst/audioscale/private.h:
2969 * gst/audioscale/resample.c:
2970 * gst/audioscale/resample.h:
2971 * gst/audioscale/test.c:
2974 2005-11-30 Edward Hervey <edward@fluendo.com>
2976 * gst-libs/gst/netbuffer/Makefile.am:
2977 really, really tired
2979 2005-11-30 Edward Hervey <edward@fluendo.com>
2981 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2982 Update for new GstTypeFindFactory _register()
2984 2005-11-30 Edward Hervey <edward@fluendo.com>
2986 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
2987 Let's not override libgstnet from core for no reason...
2988 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2989 Ok, maybe not so quick next time.
2991 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
2994 * gst-libs/gst/Makefile.am:
2995 moved gst-libs/gst/net to netbuffer through CVS surgery
2996 remove old directory
2997 updating build to accomodate
3000 2005-11-29 Andy Wingo <wingo@pobox.com>
3002 * pkgconfig/gstreamer-plugins-base.pc.in:
3003 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3004 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3007 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
3009 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3010 3rd time's the charm. Correct ref-counting for discarded buffers.
3012 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
3014 * gst/playback/gststreamselector.c:
3015 (gst_stream_selector_class_init),
3016 (gst_stream_selector_set_property),
3017 (gst_stream_selector_get_property),
3018 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3021 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
3023 * gst/subparse/gstsubparse.c: (feed_textbuf):
3024 Don't access already unref'ed buffer.
3026 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
3028 * gst/playback/gststreamselector.c:
3029 (gst_stream_selector_class_init), (gst_stream_selector_init),
3030 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3031 (gst_stream_selector_get_property),
3032 (gst_stream_selector_get_linked_pad),
3033 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3034 * gst/playback/gststreamselector.h:
3035 Add the active-pad property for playbin to use shortly. Ignore buffers
3036 from any other pad, returning GST_FLOW_NOT_LINKED
3038 2005-11-29 Julien MOUTTE <julien@moutte.net>
3040 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3041 patch from bug #322704 (Alessandro Decina).
3043 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
3045 * gst-libs/gst/audio/Makefile.am:
3046 folded audiofilter into the audio library
3048 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
3050 * gst/videoscale/gstvideoscale.h:
3051 * gst/videoscale/gstvideoscale.c:
3052 remove unimplemented scale methods
3054 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
3056 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3059 2005-11-28 Julien MOUTTE <julien@moutte.net>
3061 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3062 (gst_ximagesink_setcaps):
3063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3064 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3065 happens (only visible on ximagesink but bug is in xv too) set_caps was
3066 destroying the internal x[v]image used to memcpy non locally alloced
3067 buffers so that it got renewed on next _chain. The issue is that
3068 _expose will try to put that image as it reffed it in _put.
3069 Using gst_buffer_unref instead of destroy fixes it !
3071 2005-11-28 Edward Hervey <edward@fluendo.com>
3073 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3074 (try_to_link_1), (queue_filled_cb):
3075 Better use of the queues. Start with a small size queue and only increase
3076 the size of the queues when the other queues are empty.
3078 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
3080 * gst-libs/gst/video/Makefile.am:
3081 compile in copied-over videofilter into the video library
3082 * gst-libs/gst/video/videosink.h:
3083 rename the header to gstvideosink.h since it's a base GstObject class
3084 * sys/ximage/ximagesink.h:
3085 * sys/xvimage/xvimagesink.h:
3088 2005-11-28 Wim Taymans <wim@fluendo.com>
3090 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3091 * gst/playback/gstplaybasebin.h:
3092 Prepare to handle errors betters.
3094 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3095 Set sinks to PAUSED first before adding and linking them so that
3096 we don't interrupt dataflow.
3098 2005-11-28 Wim Taymans <wim@fluendo.com>
3100 * gst-libs/gst/audio/TODO:
3103 * gst-libs/gst/audio/gstaudiosink.c:
3104 (gst_audioringbuffer_open_device),
3105 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3106 (gst_audioringbuffer_release):
3109 * gst-libs/gst/audio/gstbaseaudiosink.c:
3110 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3111 (gst_base_audio_sink_change_state):
3112 Slave to the master clock when going to PLAYING and unslave when
3115 * gst-libs/gst/audio/gstringbuffer.c:
3116 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3117 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3118 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3119 (gst_ring_buffer_clear_all), (wait_segment),
3120 (gst_ring_buffer_commit), (gst_ring_buffer_read),
3121 (gst_ring_buffer_advance):
3122 * gst-libs/gst/audio/gstringbuffer.h:
3123 Add some docs and cleanups.
3125 2005-11-28 Julien MOUTTE <julien@moutte.net>
3127 * sys/xvimage/xvimagesink.c:
3128 (gst_xvimagesink_navigation_send_event): Fix navigation events
3129 coordinates translation with pixel aspect ratios.
3131 2005-11-28 Julien MOUTTE <julien@moutte.net>
3133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3134 Use calculated video geometry from _setcaps instead of buffer
3135 caps to respect pixel aspect ratio. (fixes #322388)
3137 2005-11-28 Julien MOUTTE <julien@moutte.net>
3139 * docs/libs/tmpl/gstcolorbalance.sgml:
3140 * docs/libs/tmpl/gstmixer.sgml:
3141 * docs/libs/tmpl/gstxoverlay.sgml:
3142 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3145 2005-11-28 Julien MOUTTE <julien@moutte.net>
3147 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3148 Refuse to create an XvImage if we can't find the format.
3150 2005-11-28 Edward Hervey <edward@fluendo.com>
3152 * gst-libs/gst/riff/riff-media.c:
3153 (gst_riff_create_audio_template_caps):
3154 Add ATRAC3 to the list of riff-possible audio caps.
3155 I know we still don't have a plugin for atrac3, but it's saner to output
3156 that than a cryptic mimetype.
3158 2005-11-27 Edward Hervey <edward@fluendo.com>
3160 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3161 Don't try to create a zero-sized subbuffer.
3163 2005-11-27 Julien MOUTTE <julien@moutte.net>
3165 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3166 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3167 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3168 (gst_ximagesink_expose): Fixed a tricky race.
3169 * sys/ximage/ximagesink.h:
3170 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3171 (gst_xvimagesink_expose): Fixed a tricky race.
3172 * sys/xvimage/xvimagesink.h:
3174 2005-11-27 Edward Hervey <edward@fluendo.com>
3176 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3177 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3178 Remove unused properties, and add queues between demuxers and decoders
3179 so that a lot more files can preroll properly.
3181 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
3183 * gst-libs/gst/net/Makefile.am:
3184 * gst-libs/gst/rtp/Makefile.am:
3185 * gst-libs/gst/tag/Makefile.am:
3186 remove silly include
3187 * gst/tags/Makefile.am:
3188 * gst/tags/gsttagediting.c:
3189 * gst/tags/gsttageditingprivate.h:
3190 * gst/tags/tagedit.vcproj:
3191 remove directory, is as good as empty
3193 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
3196 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3197 * gst-libs/Makefile.am:
3198 * gst-libs/gst/audio/Makefile.am:
3199 * gst-libs/gst/interfaces/Makefile.am:
3200 * gst-libs/gst/net/Makefile.am:
3201 * gst-libs/gst/riff/Makefile.am:
3202 * gst-libs/gst/rtp/Makefile.am:
3203 * gst-libs/gst/tag/Makefile.am:
3204 * gst-libs/gst/video/Makefile.am:
3207 2005-11-27 Julien MOUTTE <julien@moutte.net>
3209 * docs/libs/tmpl/gstcolorbalance.sgml:
3210 * docs/libs/tmpl/gstmixer.sgml:
3211 * docs/libs/tmpl/gstxoverlay.sgml:
3212 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3213 * sys/ximage/ximagesink.h:
3214 * sys/xvimage/xvimagesink.h: More and more documentation.
3216 2005-11-26 Julien MOUTTE <julien@moutte.net>
3218 * docs/libs/gst-plugins-base-libs-docs.sgml:
3219 * docs/libs/gst-plugins-base-libs-sections.txt:
3220 * docs/libs/tmpl/gstcolorbalance.sgml:
3221 * docs/libs/tmpl/gstmixer.sgml:
3222 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3225 2005-11-26 Julien MOUTTE <julien@moutte.net>
3227 * docs/plugins/Makefile.am:
3228 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3229 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3230 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3232 2005-11-26 Julien MOUTTE <julien@moutte.net>
3234 * docs/plugins/Makefile.am:
3235 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3236 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3237 * docs/plugins/inspect/plugin-adder.xml:
3238 * docs/plugins/inspect/plugin-alsa.xml:
3239 * docs/plugins/inspect/plugin-audioconvert.xml:
3240 * docs/plugins/inspect/plugin-audiorate.xml:
3241 * docs/plugins/inspect/plugin-audioresample.xml:
3242 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3243 * docs/plugins/inspect/plugin-decodebin.xml:
3244 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3245 * docs/plugins/inspect/plugin-gnomevfs.xml:
3246 * docs/plugins/inspect/plugin-ogg.xml:
3247 * docs/plugins/inspect/plugin-playbin.xml:
3248 * docs/plugins/inspect/plugin-subparse.xml:
3249 * docs/plugins/inspect/plugin-tcp.xml:
3250 * docs/plugins/inspect/plugin-theora.xml:
3251 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3252 * docs/plugins/inspect/plugin-video4linux.xml:
3253 * docs/plugins/inspect/plugin-videorate.xml:
3254 * docs/plugins/inspect/plugin-videoscale.xml:
3255 * docs/plugins/inspect/plugin-videotestsrc.xml:
3256 * docs/plugins/inspect/plugin-volume.xml:
3257 * docs/plugins/inspect/plugin-vorbis.xml:
3258 * docs/plugins/inspect/plugin-ximagesink.xml:
3259 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3260 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3262 2005-11-26 Edward Hervey <edward@fluendo.com>
3264 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3265 Properly return GstFlowReturn from gst_pad_push in chain functions.
3267 2005-11-25 Michael Smith <msmith@fluendo.com>
3269 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3270 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3271 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3272 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3273 Handle various conditions better when we don't understand a stream.
3274 Removes a heap of CRITICALs on ogg streams containing unknown data.
3276 2005-11-24 Andy Wingo <wingo@pobox.com>
3278 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3281 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
3283 * configure.ac: back to HEAD
3285 === release 0.9.6 ===
3287 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
3290 releasing 0.9.6, "White Eight"
3292 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
3294 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3295 * docs/plugins/inspect/plugin-sine.xml:
3296 remove sinesrc some more
3298 2005-11-23 Wim Taymans <wim@fluendo.com>
3300 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3301 If we are reading too slowly, jump forward in the ringbuffer
3302 instead of blocking.
3304 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
3306 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3308 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3309 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3310 (gst_videorate_chain):
3311 * gst/videotestsrc/gstvideotestsrc.c:
3312 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3313 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3314 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3315 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3316 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3317 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3318 Updates for API changes
3320 2005-11-23 Wim Taymans <wim@fluendo.com>
3322 * gst-libs/gst/audio/gstbaseaudiosink.c:
3323 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3324 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3325 Fix for calibration API change.
3327 2005-11-23 Michael Smith <msmith@fluendo.com>
3329 * gst-libs/gst/audio/multichannel.c:
3330 (gst_audio_get_channel_positions),
3331 (gst_audio_set_channel_positions),
3332 (gst_audio_set_structure_channel_positions_list),
3333 (gst_audio_fixate_channel_positions):
3334 Use gst_value_array_*() functions on value arrays, not
3337 2005-11-23 Edward Hervey <edward@fluendo.com>
3340 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3343 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
3345 * check/Makefile.am:
3346 * check/elements/videotestsrc.c: (setup_videotestsrc),
3347 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3349 add a test for videotestsrc
3351 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
3353 * gst/sine/.cvsignore:
3354 * gst/sine/Makefile.am:
3355 * gst/sine/gstsinesrc.c:
3356 * gst/sine/gstsinesrc.h:
3357 * gst/sine/sinesrc.vcproj:
3358 and remove sinesrc from the repository. Closes #321446
3360 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
3363 * gst-plugins-base.spec.in:
3364 remove sinesrc from the build
3366 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
3368 * check/Makefile.am:
3369 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3370 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3372 add a test for audiotestsrc, testing all waves. Even seems
3373 leak-free at first glance, nice job Stefan
3375 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
3391 Translation string updates
3393 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3394 (gst_v4lsrc_set_caps):
3395 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3396 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3397 * sys/v4l/v4lsrc_calls.h:
3398 Improve v4lsrc, by making it work again.
3400 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
3402 * ext/libvisual/visual.c: (gst_visual_chain):
3403 Fix the fps calculations.
3405 * gst/ffmpegcolorspace/avcodec.h:
3406 Move structure element for clarity
3408 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3409 * gst-libs/gst/interfaces/tunernorm.h:
3410 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3411 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3412 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3413 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3414 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3415 (gst_v4lmjpegsrc_getcaps):
3416 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3417 (gst_v4lsrc_set_caps):
3418 * sys/v4l/gstv4lsrc.h:
3419 * sys/v4l/v4l_calls.c: (gst_v4l_open):
3420 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3421 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3422 * sys/v4l/v4lsrc_calls.h:
3423 Fractional framerates...
3425 2005-11-22 Wim Taymans <wim@fluendo.com>
3427 * gst-libs/gst/audio/gstbaseaudiosink.c:
3428 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3429 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3430 And we provide a clock by default, of course...
3432 2005-11-22 Wim Taymans <wim@fluendo.com>
3434 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3435 This clock can be slaved to a master clock now.
3437 * gst-libs/gst/audio/gstbaseaudiosink.c:
3438 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3439 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3440 (gst_base_audio_sink_set_clock),
3441 (gst_base_audio_sink_set_property),
3442 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3443 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3444 * gst-libs/gst/audio/gstbaseaudiosink.h:
3445 Handle slaving the internal clock to the clock selected in the
3447 Add property to make the basesink not provide a clock.
3449 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3450 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3451 (gst_base_rtp_depayload_wait):
3452 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3453 We can use the clock in GstElement, no need to store it ourselves.
3455 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
3457 * docs/libs/tmpl/gstaudio.sgml:
3459 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3460 (gst_paranoia_endian_get_type):
3461 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3462 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3463 * gst/audiotestsrc/gstaudiotestsrc.c:
3464 (gst_audiostestsrc_wave_get_type):
3465 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3466 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3467 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3468 (gst_sync_method_get_type), (gst_unit_type_get_type),
3469 (gst_client_status_get_type), (gst_multifdsink_class_init),
3470 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3471 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3472 (gst_multifdsink_get_property):
3473 * gst/tcp/gstmultifdsink.h:
3474 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3475 * gst/videotestsrc/gstvideotestsrc.c:
3476 (gst_videotestsrc_pattern_get_type):
3477 remove deprecated properties
3478 fix up enums to correctly have short lowercase dashed nicks
3480 2005-11-22 Michael Smith <msmith@fluendo.com>
3482 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3483 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3486 2005-11-22 Michael Smith <msmith@fluendo.com>
3488 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3489 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3490 Use utility method for scaling clocktime for fractional framerates.
3492 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
3494 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3496 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3497 * ext/theora/theoradec.c: (theora_handle_type_packet):
3498 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3500 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3501 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3502 * gst-libs/gst/video/video.h:
3503 * gst/ffmpegcolorspace/avcodec.h:
3504 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3505 (gst_ffmpeg_caps_to_pixfmt):
3506 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3507 (gst_ffmpegcsp_set_caps):
3508 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3509 (gst_videorate_setcaps), (gst_videorate_blank_data),
3510 (gst_videorate_chain):
3511 * gst/videotestsrc/gstvideotestsrc.c:
3512 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3513 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3514 (gst_videotestsrc_event), (gst_videotestsrc_create):
3515 * gst/videotestsrc/gstvideotestsrc.h:
3516 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3517 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3518 (gst_ximagesink_get_times), (gst_ximagesink_init):
3519 * sys/ximage/ximagesink.h:
3520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3521 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3522 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3523 * sys/xvimage/xvimagesink.h:
3524 Convert elements to use fractions for their framerate.
3525 V4L elements to come later tonight.
3527 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
3529 * gst-libs/gst/audio/audio.c:
3530 * gst-libs/gst/audio/audio.h:
3531 remove some deprecated functions
3533 2005-11-22 Andy Wingo <wingo@pobox.com>
3535 * Update for gst_tag_setter API changes.
3537 2005-11-22 Andy Wingo <wingo@pobox.com>
3539 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3540 (gst_ogg_demux_perform_seek):
3541 * ext/theora/theoradec.c (theora_dec_sink_event):
3542 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3545 2005-11-22 Wim Taymans <wim@fluendo.com>
3547 * examples/seeking/seek.c: (main):
3548 Give higher priority to bus signals than the gtk events
3549 to fix a race condition in the segment looping.
3551 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
3553 * ext/theora/Makefile.am:
3554 * ext/vorbis/Makefile.am:
3555 * gst-libs/gst/tag/Makefile.am:
3556 * gst-plugins-base.spec.in:
3557 Rename libgsttagedit to libgsttag (#322117).
3559 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
3561 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3562 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3563 Call gst_x_overlay_prepare_xwindow_id() to give applications
3564 a final chance to set their own xwindow id before the video
3565 sink creates its own window.
3567 2005-11-22 Julien MOUTTE <julien@moutte.net>
3569 * sys/xvimage/xvimagesink.c:
3570 (gst_xvimagesink_navigation_send_event): Handle navigation
3571 events correcly with borders if applicable.
3573 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
3575 Patch by: Luca Ognibene
3577 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3578 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3579 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3580 (gst_ffmpegcsp_caps_remove_format_info):
3581 * gst/ffmpegcolorspace/imgconvert.c:
3582 * gst/ffmpegcolorspace/imgconvert_template.h:
3583 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3584 #318353); use gst_structure_has_name().
3586 2005-11-22 Julien MOUTTE <julien@moutte.net>
3588 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3589 (gst_ximagesink_class_init): Add debug macros on functions.
3590 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3591 (gst_xvimagesink_xwindow_draw_borders),
3592 (gst_xvimagesink_xvimage_put),
3593 (gst_xvimagesink_xwindow_update_geometry),
3594 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3595 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3596 (gst_xvimagesink_xcontext_clear),
3597 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3598 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3599 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3600 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3601 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3602 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3603 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3604 expose while being PAUSED, out of data flow navigation events, etc..
3606 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
3608 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3609 * gst-libs/gst/audio/audio.h:
3610 fix prototype - wondering why the test worked regardless
3612 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
3614 * check/Makefile.am:
3615 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3616 * gst-libs/gst/audio/audio.h:
3617 add a method that returns a proper GstClockTime
3619 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
3621 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3622 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3623 * gst-libs/gst/interfaces/xoverlay.h:
3624 Remove everything having to do with the desired size; add
3625 gst_x_overlay_prepare_xwindow_id() function; remove the
3626 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3627 post a message on the bus instead (#321816).
3629 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3630 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3631 (gst_xvimagesink_xoverlay_init):
3632 Remove desired size stuff (#321816).
3634 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
3636 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3637 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3638 (mpeg_video_type_find), (mpeg_video_stream_type_find):
3639 Terminate vararg functions with NULL instead of 0 to
3642 2005-11-21 Andy Wingo <wingo@pobox.com>
3644 patch by: Sebastien Cote <sebas642@yahoo.ca>
3646 * gst-libs/gst/rtp/gstrtpbuffer.h:
3647 * gst-libs/gst/rtp/gstrtpbuffer.c
3648 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
3650 2005-11-21 Andy Wingo <wingo@pobox.com>
3652 * gst/playback/gstplaybin.c (gen_audio_element)
3653 (gen_video_element): Use the new MISSING_PLUGIN core error
3654 category. Closes #320060.
3656 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
3657 * gst/videorate/gstvideorate.c (gst_videorate_event):
3658 * ext/theora/theoradec.c (theora_dec_sink_event):
3659 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
3662 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
3663 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
3664 stream lock changes.
3666 2005-11-21 Wim Taymans <wim@fluendo.com>
3668 * gst-libs/gst/audio/gstbaseaudiosink.c:
3669 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3670 (gst_base_audio_sink_provide_clock),
3671 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
3672 (gst_base_audio_sink_change_state):
3673 * gst/audioresample/gstaudioresample.c:
3676 2005-11-21 Andy Wingo <wingo@pobox.com>
3679 * *.c: Ran scripts/update-macros. Oh yes.
3681 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
3683 * sys/ximage/Makefile.am:
3684 * sys/ximage/ximage.c:
3685 Rename ximage plugin to ximagesink (#321426) (Don't forget to
3686 remove your old libgstximage.* manually if necessary).
3688 2005-11-21 Michael Smith <msmith@fluendo.com>
3690 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3691 Minimal fix for bug #320200: set the min/max bitrate in the correct
3692 units. A better fix would be to upgrade to the RATEMANAGE2
3693 interface, rather than using the deprecated interface used here, but
3694 that would require an update in our libvorbis dependency (to 1.1),
3695 which is probably undesirable.
3697 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
3699 * ext/libvisual/visual.c: (get_buffer):
3700 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3701 (gst_base_audio_src_fixate):
3702 * gst/audioconvert/gstaudioconvert.c:
3703 (gst_audio_convert_fixate_caps):
3704 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3705 * gst/audiotestsrc/gstaudiotestsrc.c:
3706 (gst_audiotestsrc_src_fixate):
3707 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3708 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3709 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3710 * gst/videotestsrc/gstvideotestsrc.c:
3711 (gst_videotestsrc_src_fixate):
3712 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3713 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3714 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
3718 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
3720 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3721 (gst_riff_create_iavs_caps):
3722 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3723 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3724 (gst_riff_parse_info):
3725 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3726 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3727 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3728 Fixes for GST_FOURCC_FORMAT API change.
3730 2005-11-21 Andy Wingo <wingo@pobox.com>
3732 patch by: Alessandro Dessina <alessandro nnva org>
3734 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3735 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3736 (gst_ogg_parse_chain):
3737 * ext/theora/theoraenc.c (theora_set_header_on_caps):
3738 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3739 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3740 gst_value_list calls on arrays. Fixes #321962.
3742 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
3744 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3745 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3746 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3747 * gst/adder/gstadder.c: (gst_adder_init),
3748 (gst_adder_request_new_pad), (gst_adder_collected),
3749 (gst_adder_change_state):
3750 Update for gst_collectpads_foo() to gst_collect_pads_foo()
3753 2005-11-21 Michael Smith <msmith@fluendo.com>
3755 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3756 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3757 Properly handle pad_push return values.
3759 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
3761 * gst-libs/gst/tag/Makefile.am:
3762 * gst-libs/gst/tag/gstvorbistag.c:
3763 (gst_tag_list_to_vorbiscomment_buffer):
3764 Remove obsolete vorbistag element and debug category.
3766 * gst/playback/gstplaybasebin.c: (check_queue):
3767 Don't divide by 0 when queue-threshold is 0.
3769 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3770 Don't modify an existing pixel-aspect-ratio if we fail to read
3773 2005-11-20 Wim Taymans <wim@fluendo.com>
3775 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3776 (gst_vorbisenc_push_packet):
3777 GST_PAD_IS_USABLE is gone, use the return value of
3778 the push or pad_alloc_buffer instead.
3780 2005-11-18 Julien MOUTTE <julien@moutte.net>
3782 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3783 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3784 (gst_ximagesink_ximage_destroy),
3785 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3786 (gst_ximagesink_xwindow_new),
3787 (gst_ximagesink_xwindow_update_geometry),
3788 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3789 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3790 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3791 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3792 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3793 (gst_ximagesink_navigation_send_event),
3794 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3795 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3796 (gst_ximagesink_finalize), (gst_ximagesink_init),
3797 (gst_ximagesink_class_init):
3798 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3799 This new version brings correct software scaling, non flickering
3800 window while resizing, pixel aspect ratio handling, usage of
3801 hardware buffer pools, out of data flow event thread for
3802 navigation and handling of expose events even when being PAUSED,
3803 a new property to keep video aspect ratio when resizing, etc...
3805 2005-11-18 Julien MOUTTE <julien@moutte.net>
3807 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3808 (gst_videoscale_fixate_caps): Introduce back caps fixate with
3811 2005-11-18 <bilboed@dvdsrc.fluendo.com>
3813 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3814 Unsetting IS_SINK flag from the fakesink, so decodebin
3815 never behaves as a sink.
3817 2005-11-17 Wim Taymans <wim@fluendo.com>
3819 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3820 (gst_base_audio_src_change_state):
3821 Fix the audiosrc base class again, we did not unflush.
3823 2005-11-17 Julien MOUTTE <julien@moutte.net>
3825 * examples/seeking/seek.c: (make_dv_pipeline),
3826 (make_vorbis_theora_pipeline), (make_avi_pipeline),
3827 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
3828 to ogg/vorbis/theora pipeline.
3830 2005-11-17 Wim Taymans <wim@fluendo.com>
3832 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3833 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3834 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3835 Fix EOS on multiple streams.
3838 2005-11-16 Wim Taymans <wim@fluendo.com>
3840 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
3841 (gst_ogg_demux_perform_seek):
3842 Segment done must include stream time.
3844 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3845 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
3846 (gst_ogg_mux_change_state):
3847 Fix ogg muxer again.
3849 2005-11-16 Wim Taymans <wim@fluendo.com>
3851 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
3854 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
3856 * ext/libvisual/visual.c: (gst_visual_init):
3857 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3858 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
3859 (gst_ogg_parse_chain):
3860 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3861 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
3862 * ext/theora/theoradec.c: (gst_theora_dec_init):
3863 * ext/theora/theoraenc.c: (gst_theora_enc_init):
3864 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3865 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
3866 * gst/adder/gstadder.c: (gst_adder_class_init),
3867 (gst_adder_dispose):
3868 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3869 * gst/subparse/gstsubparse.c: (gst_subparse_init):
3870 * gst/videorate/gstvideorate.c: (gst_videorate_init):
3871 Fix a whole set of pad template leaks
3873 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
3875 * check/generic/states.c: (GST_START_TEST):
3876 fix the test so that it only checks for elements that are part of
3879 2005-11-16 Michael Smith <msmith@fluendo.com>
3881 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
3882 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
3883 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3884 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3885 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
3886 (gst_ogg_mux_change_state):
3887 Fix leaking collectpads.
3889 2005-11-16 Edward Hervey <edward@fluendo.com>
3891 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3892 (gst_videorate_event), (gst_videorate_chain):
3893 Handle segment seeks
3895 2005-11-16 Wim Taymans <wim@fluendo.com>
3897 * gst-libs/gst/audio/gstbaseaudiosink.c:
3898 (gst_base_audio_sink_provide_clock),
3899 (gst_base_audio_sink_change_state):
3900 Set ringbuffer to non-flushing when going to PAUSED, set to
3901 flushing again when going to READY.
3903 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3904 (gst_ring_buffer_stop):
3905 Start in flushing mode by default.
3906 Don't set flushing in the _stop method, let the app call
3909 2005-11-16 Julien MOUTTE <julien@moutte.net>
3911 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
3912 * gst-libs/gst/video/videosink.h: Add helper function needed
3915 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
3917 * gst/videoscale/gstvideoscale.c:
3918 (gst_videoscale_handle_src_event):
3919 Don't leak reference to pad parent.
3921 2005-11-16 Wim Taymans <wim@fluendo.com>
3923 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3924 Set ringbuffer to flushing when stopping so that we don't
3925 block on wait_segment anymore and livelock.
3927 2005-11-16 Wim Taymans <wim@fluendo.com>
3929 * examples/seeking/seek.c: (send_event), (do_seek),
3930 (loop_toggle_cb), (segment_done), (main):
3931 Added looping checkbox.
3933 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
3935 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3936 (gst_ogg_demux_init):
3937 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3938 (gst_vorbis_dec_init):
3939 revert unrefs, they don't pass make check
3941 2005-11-15 Johan Dahlin <johan@gnome.org>
3943 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3944 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3945 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3946 (gst_vorbis_dec_init):
3947 Fix pad template leaks.
3949 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
3951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3952 Make state change function thread safe.
3954 2005-11-15 Edward Hervey <edward@fluendo.com>
3956 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3957 (gst_ogg_demux_class_init):
3958 Implement GstElement::send_event, so we can send seek events
3961 2005-11-14 Julien MOUTTE <julien@moutte.net>
3963 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3964 Discovered how to take away flickering while resizing the
3965 window. Please don't put that in ximagesink, refactoring in
3968 2005-11-14 Michael Smith <msmith@fluendo.com>
3970 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3971 (gst_multifdsink_render):
3972 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3974 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
3976 * gst/playback/gstplaybin.c: (gen_audio_element):
3977 Use autoaudiosink, it tends to be more widely available than
3980 2005-11-14 Andy Wingo <wingo@pobox.com>
3982 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3983 as well if it is available. Fixes #316442.
3985 2005-11-14 Michael Smith <msmith@fluendo.com>
3987 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3988 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3989 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3990 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3991 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3992 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3993 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3994 (gst_vorbisenc_change_state):
3995 Fix a small memory leak in vorbisenc.
3996 Fix large memory leaks in oggmux, also fix lots of state change
3999 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
4001 * gst/videotestsrc/gstvideotestsrc.c:
4002 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4003 (gst_videotestsrc_src_fixate):
4004 move fixation to a fixate function
4005 remove negotiate function, basesrc's is good enough
4006 fixes a bug for check when using the element alone
4008 2005-11-13 Edward Hervey <edward@fluendo.com>
4010 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4011 (key_toggle_cb), (main):
4012 Added checkboxes for adding/removing the accurate and key_unit seek
4015 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
4017 * configure.ac: back to HEAD
4019 === release 0.9.5 ===
4021 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
4024 releasing 0.9.5, "No No Kia"
4026 2005-11-11 Edward Hervey <edward@fluendo.com>
4028 * examples/seeking/seek.c: (make_parselaunch_pipeline):
4029 Added parse-launch syntax seeking mode for the seeking example.
4030 This should help stress-test even more cases.
4031 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4033 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
4035 * sys/xvimage/xvimagesink.c:
4036 (gst_xvimagesink_navigation_send_event):
4037 Check whether peer pad exists before sending navigation events
4040 2005-11-11 Michael Smith <msmith@fluendo.com>
4042 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4043 (gst_vorbisenc_buffer_from_packet):
4044 * ext/vorbis/vorbisenc.h:
4045 Set duration on encoded buffers. This allows oggmux's
4046 max_page_delay parameter to actually work.
4048 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
4050 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4051 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4052 (gst_ffmpegcsp_avpicture_fill):
4053 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4054 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4055 Make palettes work again (see #132341). Use our own macros
4058 2005-11-10 Andy Wingo <wingo@pobox.com>
4060 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4063 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
4065 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4066 (gst_ffmpegcsp_transform_caps):
4067 Prefer passthrough in transform_caps
4069 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
4071 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4072 check for ALSA errors properly, instead of relying on ALSA's
4073 error strings to serve to the user.
4075 2005-11-10 Wim Taymans <wim@fluendo.com>
4077 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4078 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4079 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4080 Modernise the seek code.
4082 2005-11-10 Michael Smith <msmith@fluendo.com>
4084 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4085 (setup_substreams), (set_active_source):
4086 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4087 trying to go to NULL if we failed to read a file.
4089 2005-11-10 Wim Taymans <wim@fluendo.com>
4091 * gst/audiotestsrc/gstaudiotestsrc.c:
4092 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4093 (gst_audiotestsrc_create):
4094 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4095 (gst_sinesrc_get_times), (gst_sinesrc_create):
4096 * gst/videotestsrc/gstvideotestsrc.c:
4097 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4098 (gst_videotestsrc_create):
4099 The base class can now sync for us.
4101 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
4103 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4104 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4105 name=source autoprobe=false autoprobe-fps=false copy-mode=1
4106 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4107 format=(fourcc)I420" ! xvimagesink
4109 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
4111 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4112 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4113 (gst_sinesrc_newsegment):
4114 Send newsegment event in TIME format, set duration if
4115 num-buffers is set, fix duration querying.
4117 2005-11-10 Michael Smith <msmith@fluendo.com>
4119 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4120 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4121 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4122 (gst_ogg_mux_collected):
4123 Fix EOS handling, partially. Now forwarding an EOS event once we have
4124 EOS on all pads works correctly. However, we still don't properly set
4125 EOS on the actual ogg stream pages.
4127 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
4129 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4130 Set elements to NULL state before disposing of them.
4132 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
4134 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
4136 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4137 (gst_base_rtp_depayload_init),
4138 (gst_base_rtp_depayload_set_gst_timestamp):
4139 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4140 We need to send a newsegment event for each instance, not
4141 just for the first instance of this class (get rid of
4142 static variable in function). (#321011).
4144 2005-11-08 Michael Smith <msmith@fluendo.com>
4146 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4147 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4148 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4149 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4150 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4151 This makes us mux things correctly according to the ogg muxing
4152 rules. Still not handling EOS correctly right now, though.
4154 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
4156 * gst/audioconvert/gstaudioconvert.c:
4159 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
4161 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4162 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4163 Initialise segment_stop to GST_CLOCK_TIME_NONE when
4164 creating a new chain; should fix live streaming. Also
4165 add more debug output and fix a typo.
4167 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
4169 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
4171 * gst/volume/gstvolume.c: (volume_set_caps):
4172 Fix compilation on Solaris with Forte. (#320923)
4174 2005-11-08 Wim Taymans <wim@fluendo.com>
4176 * gst-libs/gst/audio/gstbaseaudiosink.c:
4177 (gst_base_audio_sink_render):
4178 No need to do a typecheck.
4180 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
4182 * ext/alsa/gstalsa.h:
4183 We register a debug category, so let's use it.
4185 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
4187 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4188 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4189 Fixed a small problem.
4191 2005-11-04 Wim Taymans <wim@fluendo.com>
4193 * examples/seeking/Makefile.am:
4194 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4195 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4196 (make_playerbin_pipeline), (format_value), (update_scale),
4197 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4198 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4199 (print_usage), (main):
4200 Added app for playback speed testing.
4202 * examples/seeking/seek.c: (dynamic_link),
4203 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4204 (make_mpeg_pipeline), (do_seek), (set_update_scale),
4205 (message_received), (main):
4206 Updated seek example.
4208 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
4210 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4211 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4212 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4213 (gst_base_rtp_depayload_set_clock):
4214 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4215 Don't sleep on the bench (system clock) when you have a nice
4216 comfortable bed (Gstreamer clock) to sleep on.
4218 2005-11-03 Wim Taymans <wim@fluendo.com>
4220 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4221 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4222 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4223 Handle the case where a pad_block failed.
4225 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
4227 reviewed by: Zeeshan Ali <zeenix@gmail.com>
4229 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4230 (gst_base_rtp_depayload_add_to_queue),
4231 (gst_base_rtp_depayload_push),
4232 (gst_base_rtp_depayload_set_gst_timestamp),
4233 (gst_base_rtp_depayload_queue_release):
4234 Fixes some bugs in the depayloader's queuing/de-queueing code.
4236 2005-10-31 Michael Smith <msmith@fluendo.com>
4238 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4239 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4240 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4241 Patch from Alessandro Decina <alessandro@nnva.org>.
4242 Make oggdemux only find the final time in a chain, not per-pad,
4243 since the per-pad information can be very expensive to locate, and
4244 it isn't used anywhere. This makes reading a file containing
4245 OggSkeleton reasonably fast.
4246 Also, make chain finding work when there are logical bitstreams that
4247 can't be decoded. Fixes #319110.
4249 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
4251 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4252 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4253 (gst_base_rtp_depayload_chain),
4254 (gst_base_rtp_depayload_add_to_queue),
4255 (gst_base_rtp_depayload_push),
4256 (gst_base_rtp_depayload_set_gst_timestamp),
4257 (gst_base_rtp_depayload_queue_release),
4258 (gst_base_rtp_depayload_start_thread),
4259 (gst_base_rtp_depayload_set_property),
4260 (gst_base_rtp_depayload_get_property):
4261 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4262 Some random fixes, to fullfill the desires of thomas.
4264 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
4266 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4267 (gst_base_rtp_depayload_add_to_queue),
4268 (gst_base_rtp_depayload_push):
4269 Fixed the queueing algorithm.
4271 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
4273 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4274 (gst_base_rtp_depayload_push):
4277 2005-10-31 Wim Taymans <wim@fluendo.com>
4279 * gst-libs/gst/audio/gstringbuffer.h:
4282 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4283 (gst_ffmpeg_caps_to_pixfmt):
4284 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4285 (gst_ffmpegcsp_set_caps):
4287 Handle missing required caps fields better.
4289 2005-10-31 Wim Taymans <wim@fluendo.com>
4291 * gst-libs/gst/audio/gstbaseaudiosink.c:
4292 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4293 (gst_base_audio_sink_render):
4294 * gst-libs/gst/audio/gstringbuffer.c:
4295 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4296 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4297 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4298 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4299 (gst_ring_buffer_read):
4300 * gst-libs/gst/audio/gstringbuffer.h:
4301 Add flushing mode to the ringbuffer so that it in all cases does
4302 not try to handle more audio. This makes sure it does not try to
4303 block anymore when flushing and fixes a livelock.
4305 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
4307 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4308 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4309 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4310 Explicitly check for -1 values before doing a conversion
4311 and always map them to -1. (#315545)
4313 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
4315 * gst/playback/gstplaybin.c: (gen_video_element):
4316 first try autovideosink, then xvimagesink, then error out
4318 add translatable file
4335 2005-10-27 Philippe Khalaf <burger at speedy dot org>
4337 * gst-libs/gst/rtp/gstbasedepayload.c:
4338 * gst-libs/gst/rtp/gstbasedepayload.h:
4341 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
4343 * gst/playback/.cvsignore:
4344 * gst/playback/decodetest.c:
4345 * gst/playback/test3.c:
4346 Port these two tests as well.
4348 2005-10-27 Wim Taymans <wim@fluendo.com>
4350 * ext/theora/theoradec.c: (theora_dec_src_query),
4351 (theora_dec_sink_event):
4352 * ext/theora/theoraenc.c: (theora_enc_sink_event),
4353 (theora_enc_change_state):
4354 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4355 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4356 Take proper locks when handling events.
4358 2005-10-27 Wim Taymans <wim@fluendo.com>
4360 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4361 (gst_adder_change_state):
4362 Fix timestamps and fix deadlock when stopping the collectpads.
4364 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
4366 * gst-libs/gst/rtp/gstrtpbuffer.h:
4367 Declaring the payload types as strings too so that they can be used
4368 in the padtemplate inialization.
4370 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
4372 reviewed by: Zeeshan Ali <zeenix@gmail.com>
4374 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4375 (gst_base_rtp_depayload_class_init):
4376 Fixes a small but nasty bug. The derived elements no longer segfaults
4379 2005-10-26 Michael Smith <msmith@fluendo.com>
4381 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4382 When clearing an audioconvert context, set tmpbufsize to zero, so
4383 we'll allocate it again later if required.
4384 This fixes audioconvert re-negotiating formats, which previously
4385 segfaulted with a NULL destination buffer.
4387 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
4389 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4390 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4391 (gst_base_rtp_depayload_set_gst_timestamp),
4392 (gst_base_rtp_depayload_queue_release):
4393 Fixed a smalll memleak.
4395 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
4396 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4397 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4398 (gst_base_rtp_depayload_finalize),
4399 (gst_base_rtp_depayload_setcaps),
4400 (gst_base_rtp_depayload_add_to_queue),
4401 (gst_base_rtp_depayload_push),
4402 (gst_base_rtp_depayload_set_gst_timestamp),
4403 (gst_base_rtp_depayload_queue_release),
4404 (gst_base_rtp_depayload_thread),
4405 (gst_base_rtp_depayload_change_state):
4406 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4407 Changed the C++ comments to C comments
4409 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
4411 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4412 * gst/tcp/gsttcpclientsrc.h:
4413 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4414 * gst/tcp/gsttcpserversrc.h:
4415 Remove unused 'curoffset' structure member.
4417 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
4419 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4420 (gst_base_rtp_depayload_base_init),
4421 (gst_base_rtp_depayload_finalize):
4422 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4423 * gst-libs/gst/rtp/gstbasertppayload.h:
4424 The pad-template on the sinkpad should be set by the derived classes.
4425 Also added some useful macros.
4427 2005-10-24 Wim Taymans <wim@fluendo.com>
4429 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4430 Correctly flush decoder samples even if we could not
4431 copy them to an output buffer. Fixes #319618.
4433 2005-10-24 Julien MOUTTE <julien@moutte.net>
4435 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4436 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4437 the caps against our xcontext caps.
4439 2005-10-24 Wim Taymans <wim@fluendo.com>
4441 * gst-libs/gst/audio/gstbaseaudiosink.c:
4442 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4444 Use sync property from baseclass to disable sync.
4446 2005-10-24 Wim Taymans <wim@fluendo.com>
4448 * gst-libs/gst/audio/gstbaseaudiosink.c:
4449 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4450 Buffers with no timestamps get aligned with previous buffers or
4451 on underrun, played ASAP.
4453 2005-10-24 Julien MOUTTE <julien@moutte.net>
4455 * gst-libs/gst/video/video.h:
4456 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4457 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4458 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4459 here comes my change on caps for framerate and geometry range.
4460 We are now accepting 1 to MAXINT for width and height, and from
4461 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4462 to be blended correctly in videomixer.
4464 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
4469 === release 0.9.4 ===
4471 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
4476 releasing 0.9.4, "Velociraptor"
4478 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
4480 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4484 2005-10-21 Wim Taymans <wim@fluendo.com>
4486 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4487 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4488 (pad_blocked), (close_pad_link), (new_pad):
4489 Don't try to remove elements twice.
4491 2005-10-21 Wim Taymans <wim@fluendo.com>
4493 * ext/theora/theoradec.c: (theora_dec_src_query),
4494 (theora_dec_sink_event):
4495 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4496 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4497 (vorbis_handle_data_packet):
4498 * ext/vorbis/vorbisdec.h:
4501 * gst-libs/gst/audio/gstbaseaudiosink.c:
4502 (gst_base_audio_sink_render):
4503 Don't try to sync on buffers without a timestamp.
4505 2005-10-21 Wim Taymans <wim@fluendo.com>
4507 * ext/theora/theoradec.c: (theora_dec_src_query),
4508 (theora_dec_sink_event):
4509 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4510 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4511 (vorbis_handle_data_packet):
4512 * ext/vorbis/vorbisdec.h:
4515 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
4517 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4518 (gst_vorbisenc_src_query):
4519 Implement position and duration queries.
4521 * gst/playback/test3.c: (update_scale), (main):
4522 Fix for async state changes and print nicer output.
4524 2005-10-20 Wim Taymans <wim@fluendo.com>
4526 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4527 (dump_element_stats), (main):
4528 * gst/playback/test6.c: (main):
4531 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
4533 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4534 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4535 Don't use functions for position queries when handling
4538 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
4540 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4541 (vorbis_handle_data_packet), (vorbis_dec_chain),
4542 (vorbis_dec_change_state):
4543 * ext/vorbis/vorbisdec.h:
4544 Vorbis streams can be embedded in other container formats
4545 than ogg, container formats where the demuxer might set
4546 timestamps on encoded vorbis buffers instead of those silly
4547 granulepos thingies. In short: make vorbisdec handle
4548 timestamps on incoming buffers as well.
4550 2005-10-20 Wim Taymans <wim@fluendo.com>
4552 * gst/playback/gstplaybasebin.c: (group_destroy),
4553 (gst_play_base_bin_change_state):
4555 Handle case where playbasebin is now ASYNC because
4558 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
4560 * gst/audioconvert/Makefile.am:
4561 * gst/audioconvert/bufferframesconvert.c:
4562 * gst/audioconvert/plugin.c: (plugin_init):
4563 * gst/audioconvert/plugin.h:
4564 And bye bye buffer-frames-convert
4566 2005-10-19 Wim Taymans <wim@fluendo.com>
4568 * check/elements/audioconvert.c:
4569 * docs/libs/tmpl/gstaudio.sgml:
4570 * docs/libs/tmpl/gstcolorbalance.sgml:
4571 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4572 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4573 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4574 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4575 * gst-libs/gst/audio/audio.h:
4576 * gst/audioconvert/audioconvert.h:
4577 * gst/audioconvert/gstaudioconvert.c:
4578 (gst_audio_convert_parse_caps):
4579 * gst/volume/gstvolume.c:
4580 Bye bye buffer-frames.
4582 2005-10-19 Wim Taymans <wim@fluendo.com>
4584 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4585 (query_positions_elems), (query_positions_pads), (update_scale),
4586 (do_seek), (set_update_scale), (message_received), (main):
4587 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4588 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4589 (gst_ogg_demux_loop):
4590 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4591 * ext/theora/theoradec.c: (theora_dec_src_query),
4592 (theora_dec_sink_event):
4593 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4594 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4595 * gst/adder/gstadder.c: (gst_adder_query):
4596 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4597 * gst/playback/test3.c: (update_scale):
4598 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4599 (dump_element_stats), (main):
4600 * gst/playback/test6.c: (main):
4601 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4604 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
4606 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4607 (xml_check_first_element), (xml_type_find), (smil_type_find),
4609 Add typefinding for SMIL and for generic XML. Based on patch by
4610 Akos Maroy (#308663).
4612 2005-10-18 Wim Taymans <wim@fluendo.com>
4614 * gst/playback/Makefile.am:
4615 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4616 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4617 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4618 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4619 (gst_decode_bin_change_state):
4620 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4621 (gst_play_bin_send_event_to_sink):
4622 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4623 (dump_element_stats), (main):
4624 * gst/playback/test6.c: (main):
4625 Make playbin async, it'll commit state to paused when all streams
4628 Added test6.c to show async behaviour.
4630 2005-10-18 Wim Taymans <wim@fluendo.com>
4632 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4633 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4634 Fix for segment-start/stop API change.
4636 2005-10-18 Wim Taymans <wim@fluendo.com>
4638 * check/Makefile.am:
4639 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4641 Add future test for clock selection.
4643 2005-10-18 Wim Taymans <wim@fluendo.com>
4645 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
4646 (gst_alsasink_close):
4649 * gst-libs/gst/audio/gstringbuffer.c:
4650 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4651 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4652 (gst_ring_buffer_start), (gst_ring_buffer_pause),
4653 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
4654 (gst_ring_buffer_read):
4657 2005-10-17 Stefan Kost <ensonic@users.sf.net>
4659 * gst/audiotestsrc/Makefile.am:
4660 * gst/sine/Makefile.am:
4661 * gst/volume/Makefile.am:
4662 fix broken build of controllerized plugins
4664 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
4666 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
4668 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4669 (gst_riff_create_video_template_caps):
4670 Add support for Indeo-3 (IV32).
4672 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
4677 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
4679 * gst-libs/gst/video/video.c: (gst_video_get_size):
4680 * gst/audiotestsrc/gstaudiotestsrc.c:
4683 2005-10-17 Andy Wingo <wingo@pobox.com>
4685 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4686 with the collectpads change.
4687 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4689 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4691 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4693 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4694 alloc_buffer flow return to callers.
4695 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4696 change. Fix some memleaks in theoraenc.
4698 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4699 in strange circumstance.
4701 2005-10-17 Julien MOUTTE <julien@moutte.net>
4703 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4704 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4705 from caps, let's use the caps...
4707 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
4710 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4712 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
4714 * gst-libs/gst/interfaces/Makefile.am:
4717 2005-10-16 Andy Wingo <wingo@pobox.com>
4719 * gst/playback/gstdecodebin.c
4720 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4722 (try_to_link_1): Increase kraziness level.
4724 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
4727 restructure like the core one
4728 * gst-libs/gst/audio/Makefile.am:
4729 * gst-libs/gst/interfaces/Makefile.am:
4730 * gst-libs/gst/net/Makefile.am:
4731 * gst-libs/gst/riff/Makefile.am:
4732 * gst-libs/gst/rtp/Makefile.am:
4733 * gst-libs/gst/tag/Makefile.am:
4734 * gst-libs/gst/video/Makefile.am:
4735 use correct linker flags, now the libs are properly versioned
4736 * check/elements/audioconvert.c: (verify_convert):
4737 * ext/alsa/gstalsaplugin.c:
4738 * ext/cdparanoia/gstcdparanoia.c:
4739 * ext/gnomevfs/gstgnomevfs.c:
4740 * ext/libvisual/visual.c:
4742 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4743 * ext/theora/theora.c:
4744 * ext/vorbis/vorbis.c:
4745 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4746 * gst-libs/gst/tag/gsttagediting.c:
4747 * gst-libs/gst/video/video.c:
4748 * gst/adder/gstadder.c:
4749 * gst/audioconvert/plugin.c:
4750 * gst/audiorate/gstaudiorate.c:
4751 * gst/audioresample/gstaudioresample.c:
4752 * gst/audioresample/resample_ref.c: (resample_scale_ref):
4753 * gst/audioscale/gstaudioscale.c:
4754 * gst/audioscale/resample.c:
4755 * gst/audiotestsrc/gstaudiotestsrc.c:
4756 * gst/ffmpegcolorspace/gstffmpeg.c:
4757 * gst/playback/gstdecodebin.c: (close_pad_link):
4758 * gst/playback/gstplaybin.c: (gen_video_element),
4759 (gen_audio_element):
4760 * gst/sine/gstsinesrc.c:
4761 * gst/subparse/gstsubparse.c:
4762 * gst/tags/gsttagediting.c:
4763 * gst/tcp/gsttcpplugin.c:
4764 * gst/typefind/gsttypefindfunctions.c:
4765 * gst/videorate/gstvideorate.c:
4766 * gst/videoscale/gstvideoscale.c:
4767 * gst/videotestsrc/gstvideotestsrc.c:
4768 * gst/volume/gstvolume.c:
4770 * sys/ximage/ximage.c:
4771 * sys/xvimage/xvimagesink.c:
4774 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
4776 * ext/vorbis/vorbisenc.c:
4777 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4778 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4779 (gst_tag_to_vorbis_comments):
4780 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4782 2005-10-13 Stefan Kost <ensonic@users.sf.net>
4784 * examples/stats/mp2ogg.c:
4785 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4788 2005-10-13 Michael Smith <msmith@fluendo.com>
4790 * ext/ogg/gstoggmux.c:
4791 Use magic glib macros to define constants as 64 bit, to ensure
4792 appropriate vararg passing.
4794 2005-10-13 Michael Smith <msmith@fluendo.com>
4796 * ext/ogg/gstoggmux.c:
4797 * gst/audioconvert/audioconvert.c: (float):
4798 Don't use LL suffix, as it's not portable, and neither of these
4799 uses required it anyway.
4801 2005-10-12 Stefan Kost <ensonic@users.sf.net>
4803 * examples/indexing/indexmpeg.c: (main):
4804 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4805 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4806 (cdparanoia_convert), (cdparanoia_query):
4807 * ext/cdparanoia/gstcdparanoia.h:
4808 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4809 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4810 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4811 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4812 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4813 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4814 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4815 (gst_multifdsink_render), (gst_multifdsink_start),
4816 (gst_multifdsink_stop):
4817 * gst/tcp/gstmultifdsink.h:
4818 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4819 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4820 (gst_tcpclientsink_stop):
4821 * gst/tcp/gsttcpclientsink.h:
4822 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4823 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
4824 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
4825 * gst/tcp/gsttcpclientsrc.h:
4826 * gst/tcp/gsttcpserversink.h:
4827 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
4828 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4829 (gst_tcpserversrc_stop):
4830 * gst/tcp/gsttcpserversrc.h:
4831 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
4832 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
4833 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
4834 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
4835 moved bitshift from macro to enum definition
4837 2005-10-12 Wim Taymans <wim@fluendo.com>
4839 * examples/seeking/Makefile.am:
4842 2005-10-12 Wim Taymans <wim@fluendo.com>
4844 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4845 (gst_ring_buffer_read), (gst_ring_buffer_clear):
4846 Don't assert on normal stuff.
4848 * gst/playback/gstplaybin.c: (do_playbin_seek):
4851 2005-10-12 Wim Taymans <wim@fluendo.com>
4853 * check/pipelines/simple_launch_lines.c: (run_pipeline):
4854 * examples/seeking/Makefile.am:
4855 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
4856 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4857 (do_seek), (set_update_scale), (message_received), (main):
4858 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4859 (gst_ring_buffer_read), (gst_ring_buffer_clear):
4860 Update for _get_state() API change.
4862 2005-10-11 Wim Taymans <wim@fluendo.com>
4864 * gst-libs/gst/audio/gstbaseaudiosink.c:
4865 (gst_base_audio_sink_render):
4866 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4867 (gst_base_audio_src_create):
4868 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4869 (gst_ring_buffer_read):
4871 Commit and read from ringbuffer in samples rather than bytes.
4873 2005-10-11 Wim Taymans <wim@fluendo.com>
4875 * gst-libs/gst/audio/gstbaseaudiosink.c:
4876 (gst_base_audio_sink_render):
4877 Respect segment rate and accum when scheduling samples.
4879 2005-10-11 Julien MOUTTE <julien@moutte.net>
4881 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4882 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
4883 EOS correctly, that needs more work.
4885 2005-10-11 Wim Taymans <wim@fluendo.com>
4887 * check/generic/states.c: (GST_START_TEST):
4888 remove old property.
4890 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4891 (gst_ogg_demux_perform_seek):
4892 * ext/theora/theoradec.c: (theora_dec_sink_event):
4893 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4894 (vorbis_handle_data_packet):
4895 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4896 (gst_base_rtp_depayload_set_gst_timestamp):
4897 * gst/videorate/gstvideorate.c: (gst_videorate_event):
4898 Update for newsegment API change.
4900 2005-10-11 Michael Smith <msmith@fluendo.com>
4902 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
4903 (do_playbin_seek), (gst_play_bin_send_event):
4904 Override send_event differently, so that we can takes bits of
4905 functionality from GstPipeline (special handling for seeks,
4906 including pausing/resuming, and resetting stream time) and still get
4907 the appropriate behaviour of only forwarding event to a single sink,
4908 rather than all of them.
4909 Unfortunately requires a lot of code duplication, but the
4910 alternatives are equally ugly in the end.
4912 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
4914 * check/elements/audioconvert.c: (setup_audioconvert),
4915 (cleanup_audioconvert), (get_int_caps), (verify_convert),
4916 (GST_START_TEST), (audioconvert_suite):
4917 clean up tests a little, fix some leaks.
4919 2005-10-10 Wim Taymans <wim@fluendo.com>
4921 * ext/alsa/gstalsasink.c:
4922 Also allow unsigned int.
4924 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4925 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4928 2005-10-10 Wim Taymans <wim@fluendo.com>
4930 * check/pipelines/simple_launch_lines.c: (run_pipeline):
4931 Small update, use API as stated in design docs.
4933 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4934 (update_scale), (do_seek), (seek_cb), (set_update_scale),
4935 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4936 (message_received), (main):
4937 Updated seek example for GOption. Some usability improvements.
4939 2005-10-10 Wim Taymans <wim@fluendo.com>
4941 * gst/audioconvert/audioconvert.h:
4942 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4943 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4944 Alloc temp storage somewhere else where we can do it more
4947 2005-10-10 Wim Taymans <wim@fluendo.com>
4949 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4950 (gst_tcpserversrc_start):
4951 Don't block in accept while doing the state change, move
4952 to poll and make cancellable.
4954 2005-10-09 Philippe Khalaf <burger@speedy.org>
4956 * gst-libs/gst/rtp/rtpbasedepayload.c:
4957 Set timestamp and add queue delay to timestamp
4958 * gst-libs/gst/rtp/rtpbuffer.h:
4959 Set correct payload type for h263
4961 2005-10-09 Stefan Kost <ensonic@users.sf.net>
4963 * gst/audiotestsrc/gstaudiotestsrc.c:
4964 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4965 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4966 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4967 (gst_audiotestsrc_create_triangle),
4968 (gst_audiotestsrc_create_silence),
4969 (gst_audiotestsrc_create_white_noise),
4970 (gst_audiotestsrc_init_pink_noise),
4971 (gst_audiotestsrc_generate_pink_noise_value),
4972 (gst_audiotestsrc_create_pink_noise),
4973 (gst_audiotestsrc_change_wave):
4974 * gst/audiotestsrc/gstaudiotestsrc.h:
4975 fixed typo, added pink noise
4977 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
4979 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4981 Add wavpack and spc typefind functions from 0.8 branch.
4983 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
4985 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4986 (ar_type_find), (msdos_type_find), (plugin_init):
4987 Add typefind functions for tar archives, ar archives,
4988 RAR archives, and msdos-executables (dlls, exe, etc.).
4989 Some of those would be wrongly identified as mpeg
4990 streams of some sort before (#315550).
4992 2005-10-09 Stefan Kost <ensonic@users.sf.net>
4995 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4996 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4997 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4998 * gst/audiotestsrc/Makefile.am:
4999 * gst/audiotestsrc/gstaudiotestsrc.c:
5000 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5001 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5002 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5003 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5004 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5005 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5006 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5007 (gst_audiotestsrc_create_silence),
5008 (gst_audiotestsrc_create_white_noise),
5009 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5010 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5011 (gst_audiotestsrc_start), (plugin_init):
5012 * gst/audiotestsrc/gstaudiotestsrc.h:
5013 add new plugin and element
5014 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5017 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
5019 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5020 (gst_adder_init), (gst_adder_request_new_pad),
5021 (gst_adder_change_state):
5022 Add query function to source pad, so adder reports the correct
5023 time/sample position when queried (#315457); fix state change
5024 function; use GST_DEBUG_FUNCPTR() for pad functions.
5026 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
5028 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5029 Fix leaks in typefind registration
5030 Clean up the gratuitous commenting and whitespacing a little
5032 2005-10-08 Wim Taymans <wim@fluendo.com>
5034 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5035 Only actually wait for the thread to be stopped if it's
5038 2005-10-08 Wim Taymans <wim@fluendo.com>
5040 * gst-libs/gst/audio/gstbaseaudiosink.c:
5041 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5042 If we receive EOS we can start playback of what we had.
5044 2005-10-08 Wim Taymans <wim@fluendo.com>
5046 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5047 (gst_multifdsink_finalize), (multifdsink_hash_remove),
5048 (gst_multifdsink_stop):
5049 Fix crasher when going to NULL multiple times.
5051 2005-10-06 Wim Taymans <wim@fluendo.com>
5053 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5054 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5055 * gst-libs/gst/audio/gstbaseaudiosrc.h:
5056 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5057 patch from Edgard Lima <edgard.lima@indt.org.br>
5058 Fixed gstbaseaudiosrc adding ring buffer sync to it.
5060 2005-10-06 Wim Taymans <wim@fluendo.com>
5062 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5063 Report the FLOW_RETURN as string in the error message.
5065 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5066 Don't assert when clearing an unnegotiated buffer.
5068 2005-10-04 Michael Smith <msmith@fluendo.com>
5070 * gst/playback/gstplaybasebin.c: (group_destroy),
5071 (gen_preroll_element), (remove_groups), (setup_source):
5072 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5073 (setup_sinks), (gst_play_bin_send_event),
5074 (gst_play_bin_change_state):
5075 Set state to NULL before removing from bin. Fix refcounting.
5077 2005-10-04 Michael Smith <msmith@fluendo.com>
5079 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5080 Correct refcounting in send_event() function. Previously was wrong
5081 if the first sink was unable to handle the event.
5083 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
5088 === release 0.9.3 ===
5090 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
5093 Releasing 0.9.3, "De Facto"
5095 2005-10-03 Andy Wingo <wingo@pobox.com>
5097 * gst/playback/gstdecodebin.c (try_to_link_1)
5098 (remove_element_chain): set element to NULL before removing it.
5100 2005-10-02 Johan Dahlin <johan@gnome.org>
5102 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
5103 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5106 2005-10-02 Andy Wingo <wingo@pobox.com>
5108 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
5109 (gst_ring_buffer_prepare_read):
5110 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5113 2005-09-29 Wim Taymans <wim@fluendo.com>
5115 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5116 * ext/theora/theoradec.c: (theora_handle_data_packet):
5117 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5118 Propagate error codes from alloc_buffer too.
5120 2005-09-29 Wim Taymans <wim@fluendo.com>
5122 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5125 * gst/playback/Makefile.am:
5126 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5127 (dump_element_stats), (main):
5128 Added example stream introspection code.
5130 2005-09-28 Stefan Kost <ensonic@users.sf.net>
5132 * gst/adder/gstadder.c: (gst_adder_collected):
5133 fix adder for float elements
5135 2005-09-28 Wim Taymans <wim@fluendo.com>
5137 * gst-libs/gst/audio/gstbaseaudiosink.c:
5138 (gst_base_audio_sink_class_init),
5139 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5140 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5141 (gst_base_audio_src_class_init),
5142 (gst_base_audio_src_provide_clock):
5143 get_clock -> provide_clock
5145 2005-09-28 Andy Wingo <wingo@pobox.com>
5147 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5150 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5153 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5154 Actually add the pad template.
5155 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5157 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5160 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5161 from fdsrc. Get caps in create() instead of start() so it can be
5162 interrupted. Interruption somewhat untested.
5164 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5165 Proper EOS handling.
5167 2005-09-27 Andy Wingo <wingo@pobox.com>
5169 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5171 * gst/tcp/gsttcpserversrc.c: Cleaned up.
5173 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5176 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5177 out of tcpclientsrc.c. Cancellable.
5178 (gst_tcp_socket_read): Made private, cancellable, with better
5179 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5180 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5181 whole buffer, and better diagnostics.
5182 (gst_tcp_gdp_read_caps): Same.
5184 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5186 2005-09-26 Andy Wingo <wingo@pobox.com>
5188 * gst/sine/gstsinesrc.h:
5189 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5190 change the 'sync' property to 'is-live' and implement it halfway,
5191 update for controller api change.
5193 * gst/volume/gstvolume.c (volume_transform_ip): Update for
5194 controller api change.
5196 2005-09-24 Wim Taymans <wim@fluendo.com>
5198 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5199 * gst-libs/gst/audio/gstaudiosink.c:
5200 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5201 (gst_audioringbuffer_stop):
5202 * gst-libs/gst/audio/gstbaseaudiosink.c:
5203 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5204 (gst_base_audio_sink_change_state):
5205 * gst-libs/gst/audio/gstbaseaudiosink.h:
5206 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5207 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5208 (gst_ring_buffer_commit), (gst_ring_buffer_read):
5209 * gst-libs/gst/audio/gstringbuffer.h:
5210 Fix sync again. Moved sample alignment to basesink.
5212 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
5214 * docs/plugins/Makefile.am:
5215 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5216 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5217 * gst/volume/gstvolume.c:
5219 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5220 * gst-libs/gst/audio/audio.h:
5221 add conversion macros for frames <-> clocktime
5223 2005-09-23 David Schleef <ds@schleef.org>
5225 * gst/audioresample/Makefile.am:
5226 * gst/audioresample/debug.h:
5227 * gst/audioresample/gstaudioresample.c:
5228 * gst/audioresample/resample.c: Convert to using gst debugging
5230 2005-09-22 Wim Taymans <wim@fluendo.com>
5232 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5233 (gst_play_bin_send_event):
5234 Only seek on one sink, the first one that succeeds.
5236 2005-09-22 Michael Smith <msmith@fluendo.com>
5238 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5239 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5240 Don't flush encoder state unless we have an initialised encoder.
5241 Clear out encoder state on PAUSED_TO_READY.
5243 2005-09-22 Wim Taymans <wim@fluendo.com>
5245 * gst-libs/gst/rtp/gstbasertppayload.c:
5246 (gst_basertppayload_class_init), (gst_basertppayload_init),
5247 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5248 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5249 (gst_basertppayload_is_filled), (gst_basertppayload_push),
5250 (gst_basertppayload_set_property),
5251 (gst_basertppayload_get_property),
5252 (gst_basertppayload_change_state):
5253 * gst-libs/gst/rtp/gstbasertppayload.h:
5254 Added max-ptime to control amount of data in the rtp packets.
5256 2005-09-21 Andy Wingo <wingo@pobox.com>
5258 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5261 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5262 can be called multiple times, dogs.
5264 2005-09-21 Wim Taymans <wim@fluendo.com>
5266 * gst-libs/gst/rtp/gstbasertppayload.c:
5267 (gst_basertppayload_class_init), (gst_basertppayload_init),
5268 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5269 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5270 (gst_basertppayload_push), (gst_basertppayload_get_property),
5271 (gst_basertppayload_change_state):
5274 2005-09-21 Stefan Kost <ensonic@users.sf.net>
5276 * docs/libs/compiling.sgml:
5279 2005-09-20 Wim Taymans <wim@fluendo.com>
5281 * gst-libs/gst/rtp/gstbasertppayload.c:
5282 (gst_basertppayload_class_init), (gst_basertppayload_init),
5283 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5284 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5285 (gst_basertppayload_push), (gst_basertppayload_set_property),
5286 (gst_basertppayload_get_property),
5287 (gst_basertppayload_change_state):
5288 * gst-libs/gst/rtp/gstbasertppayload.h:
5289 Added property to configure sequence number offsets.
5291 2005-09-20 Wim Taymans <wim@fluendo.com>
5293 * gst-libs/gst/rtp/gstbasertppayload.c:
5294 (gst_basertppayload_class_init), (gst_basertppayload_init),
5295 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5296 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5297 (gst_basertppayload_push), (gst_basertppayload_set_property),
5298 (gst_basertppayload_get_property),
5299 (gst_basertppayload_change_state):
5300 * gst-libs/gst/rtp/gstbasertppayload.h:
5301 Make timestamp offset configurable.
5303 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
5305 * check/pipelines/simple_launch_lines.c: (run_pipeline):
5308 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
5310 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
5312 * gst-libs/gst/interfaces/propertyprobe.c:
5313 (gst_property_probe_probe_property_name),
5314 (gst_property_probe_needs_probe_name),
5315 (gst_property_probe_get_values_name),
5316 (gst_property_probe_probe_and_get_values_name):
5317 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5318 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5320 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
5322 * check/Makefile.am:
5323 have some tests be disabled for valgrinding
5324 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5326 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5327 Fix A Leak. Chain To Parent Finalize.
5329 2005-09-19 Wim Taymans <wim@fluendo.com>
5331 * examples/seeking/seek.c: (make_wav_pipeline), (main):
5334 2005-09-19 Wim Taymans <wim@fluendo.com>
5336 * gst-libs/gst/rtp/gstbasertppayload.c:
5337 (gst_basertppayload_class_init), (gst_basertppayload_init),
5338 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5339 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5340 (gst_basertppayload_push), (gst_basertppayload_get_property),
5341 (gst_basertppayload_change_state):
5342 Posting ERROR and WARNING messages is good.
5344 2005-09-19 Wim Taymans <wim@fluendo.com>
5346 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5347 (gst_base_rtp_depayload_add_to_queue),
5348 (gst_base_rtp_depayload_push),
5349 (gst_base_rtp_depayload_set_gst_timestamp),
5350 (gst_base_rtp_depayload_queue_release):
5351 This one was not supposed to go in.
5353 2005-09-19 Wim Taymans <wim@fluendo.com>
5355 * check/pipelines/simple_launch_lines.c: (run_pipeline):
5358 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5359 (gst_base_rtp_depayload_chain),
5360 (gst_base_rtp_depayload_add_to_queue),
5361 (gst_base_rtp_depayload_push),
5362 (gst_base_rtp_depayload_set_gst_timestamp),
5363 (gst_base_rtp_depayload_queue_release):
5366 * gst-libs/gst/rtp/gstbasertppayload.c:
5367 (gst_basertppayload_class_init), (gst_basertppayload_init),
5368 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5369 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5370 (gst_basertppayload_get_property),
5371 (gst_basertppayload_change_state):
5372 Added debugging category.
5374 2005-09-18 David Schleef <ds@schleef.org>
5376 * gst/playback/gstdecodebin.c: free plugin list correctly
5377 * gst/playback/gstplaybin.c: emit warning if autovideosink
5378 and autoaudiosink can't be found (instead of segfaulting)
5380 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
5382 * check/elements/audioconvert.c: (GST_START_TEST):
5383 try out 24 bit conversion
5385 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
5387 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5388 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5389 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5390 * ext/vorbis/vorbisenc.h:
5391 Fix EOS handling. Still needs a fix in the ogg muxer to
5392 mark the last page as eos.
5394 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
5396 * common/gtk-doc-plugins.mak:
5397 * docs/plugins/Makefile.am:
5398 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5399 * gst/ffmpegcolorspace/Makefile.am:
5400 * gst/ffmpegcolorspace/avcodec.h:
5401 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5402 * gst/tcp/gstmultifdsink.c:
5403 fix up ffmpegcolorspace docs; extract header
5405 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
5407 * common/gtk-doc-plugins.mak:
5408 * docs/plugins/Makefile.am:
5409 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5410 * ext/theora/Makefile.am:
5411 * ext/theora/gsttheoraenc.h:
5412 * ext/theora/theoraenc.c:
5413 * ext/vorbis/vorbisenc.c:
5414 pick up signals and args for vorbis; add some docs for vorbis
5416 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
5418 * common/gstdoc-scangobj:
5419 * common/gtk-doc-plugins.mak:
5420 * docs/libs/Makefile.am:
5421 * docs/plugins/gst-plugins-base-plugins.args:
5422 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5423 * docs/plugins/gst-plugins-base-plugins.interfaces:
5424 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5425 * docs/plugins/gst-plugins-base-plugins.signals:
5426 only scanobj stuff from our source module. Not sure yet
5427 if that's correct, given the hierarchy stuff :)
5429 2005-09-15 Wim Taymans <wim@fluendo.com>
5431 * gst/audioconvert/gstaudioconvert.c:
5432 And enable 24 bits mode as well..
5434 2005-09-15 Wim Taymans <wim@fluendo.com>
5436 * gst-libs/gst/rtp/Makefile.am:
5437 * gst-libs/gst/rtp/gstbasertppayload.c:
5438 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5439 (gst_basertppayload_class_init), (gst_basertppayload_init),
5440 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5441 (gst_basertppayload_chain), (gst_basertppayload_set_options),
5442 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5443 (gst_basertppayload_set_property),
5444 (gst_basertppayload_get_property),
5445 (gst_basertppayload_change_state):
5446 * gst-libs/gst/rtp/gstbasertppayload.h:
5447 Added rtp payloader base class.
5449 2005-09-15 Andy Wingo <wingo@pobox.com>
5451 * configure.ac (plugindir): Remove the EOL matcher from the
5452 regexp, as it causes me problems. Libtool? Make? Who knows?
5454 2005-09-14 David Schleef <ds@schleef.org>
5456 * check/generic/states.c:
5457 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5458 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5459 Fixes for changes in registry API.
5461 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
5462 to GST_PLUGIN_LDFLAGS.
5463 * ext/libvisual/visual.c: Make the library shut up.
5464 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5465 * gst-libs/gst/audio/gstaudiofilter.c: same
5467 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
5469 * docs/plugins/Makefile.am:
5470 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5471 * docs/plugins/inspect/plugin-libvisual.xml:
5472 * docs/plugins/tmpl/element-tcpserversink.sgml:
5473 * ext/theora/theoraenc.c:
5474 add libvisual plugin and theoraenc element to docs
5476 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
5478 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5479 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5480 * ext/theora/theoraenc.c:
5483 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
5485 * gst/audioconvert/Makefile.am:
5486 Audioconvert derives from GstBaseTransform and should
5487 link to the library with our base elements to avoid
5488 unresolved symbols. Makes things work with MinGW (#316160)
5490 * gst/playback/test4.c: (main):
5491 Fix MinGW build problem and use g_usleep() instead of
5494 2005-09-12 Wim Taymans <wim@fluendo.com>
5496 * gst/audioconvert/audioconvert.c: (float),
5497 (audio_convert_prepare_context), (audio_convert_convert):
5498 * gst/audioconvert/audioconvert.h:
5499 Cleanups, speedups, simplifications, added back support
5502 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
5504 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5505 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5506 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5507 * docs/plugins/tmpl/element-tcpserversink.sgml:
5508 * gst/ffmpegcolorspace/gstffmpeg.c:
5509 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5510 * gst/videotestsrc/gstvideotestsrc.c:
5511 * gst/volume/gstvolume.c:
5512 add more elements to the docs
5514 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
5516 * check/Makefile.am:
5517 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5518 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5519 Add extra tests for basetransform based components.
5520 Comment out the test_element_negotiation test until we decide
5521 if it's testing correct behaviour.
5522 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5523 (gst_visual_chain), (gst_visual_change_state):
5524 Slightly more correct but still bogus timestamping.
5525 Fix state change function.
5526 * gst/audioconvert/gstaudioconvert.c:
5527 (gst_audio_convert_class_init):
5528 * gst/audioresample/gstaudioresample.c:
5529 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5530 (gst_ffmpegcsp_class_init):
5531 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5532 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5533 (gst_videoscale_prepare_image):
5534 * gst/volume/gstvolume.c: (gst_volume_class_init),
5535 (volume_transform_ip):
5536 Basetransform updates. Enable passthrough modes.
5537 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5538 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5539 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5540 Negotiation fix that allows the window to return to the original
5541 size and renegotiate passthrough upstream. Extra debug output.
5543 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
5545 * gst/sine/gstsinesrc.c:
5546 * gst/volume/gstvolume.c:
5547 fix up header include
5549 2005-09-09 Stefan Kost <ensonic@users.sf.net>
5551 * gst-libs/gst/audio/gstbaseaudiosink.c:
5552 (gst_base_audio_sink_render):
5553 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5554 * gst/volume/gstvolume.c: (gst_volume_class_init),
5556 fixing lost sync, some more debugging
5558 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
5560 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5561 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5562 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5563 (gst_xvimagesink_check_xshm_calls):
5564 Fix compilation when XShm is not available.
5566 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
5568 * ext/libvisual/visual.c: (gst_visual_dispose),
5569 (gst_visual_getcaps), (gst_visual_src_setcaps),
5570 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5571 (gst_visual_change_state):
5572 Finish fixing up libvisual plugin so that it runs.
5574 2005-09-07 Stefan Kost <ensonic@users.sf.net>
5576 * ext/vorbis/vorbisenc.c:
5577 * gst-libs/gst/tag/gstvorbistag.c:
5578 gsttaginterface.h -> gsttagsetter.h
5580 2005-09-07 Stefan Kost <ensonic@users.sf.net>
5582 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5583 added another test that failes for me (test is not active by default)
5585 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5588 v4l2 is no longer in gst-plugins-base
5590 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
5593 In the output at the end, don't show the first plugin on the same
5594 line as "Core plug-ins, always built:".
5595 Indent the output as for other plugin categories
5596 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5597 #define that can be used to not use peer buffer_alloc functions for
5599 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5600 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5601 (gst_ximagesink_show_frame):
5602 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5603 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5604 (gst_xvimagesink_show_frame):
5605 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5606 fails gracefully instead of XError aborting or deadlocking.
5608 2005-09-07 Stefan Kost <ensonic@users.sf.net>
5610 * ext/libvisual/Makefile.am:
5611 link against gst-base-libs
5613 2005-09-06 David Schleef <ds@schleef.org>
5615 * configure.ac: Enable libvisual plugin.
5616 * ext/libvisual/Makefile.am:
5617 * ext/libvisual/visual.c: Fixes to make it compile.
5619 === release 0.9.2 ===
5621 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
5626 * docs/random/ChangeLog-0.8:
5627 releasing 0.9.2, "Spoon"
5629 2005-09-05 Michael Smith <msmith@fluendo.com>
5631 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5632 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5633 that in the vorbisenc element.
5635 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
5637 * common/gtk-doc-plugins.mak:
5638 * docs/plugins/Makefile.am:
5640 * gst/audioresample/resample.c:
5643 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
5645 * common/gst-xmlinspect.py:
5646 * common/gtk-doc-plugins.mak:
5647 only inspect plugins for this given package
5648 require gst-python 0.9
5650 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
5654 * common/gst-xmlinspect.py:
5657 * docs/plugins/inspect/plugin-alsa.xml:
5658 * docs/plugins/inspect/plugin-audioresample.xml:
5659 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5660 * docs/plugins/inspect/plugin-ogg.xml:
5661 * docs/plugins/tmpl/element-gnomevfssink.sgml:
5662 * docs/plugins/tmpl/element-multifdsink.sgml:
5663 * docs/plugins/tmpl/element-tcpserversink.sgml:
5664 * docs/plugins/tmpl/element-vorbisenc.sgml:
5665 * gst-plugins-base.spec.in:
5666 various doc-related updates
5668 2005-08-31 Wim Taymans <wim@fluendo.com>
5670 * gst-libs/gst/audio/gstbaseaudiosink.c:
5671 (gst_base_audio_sink_render):
5672 Resync if the buffer timestamps drift more than a 10th
5675 2005-08-31 Tim-Philipp M??ller <tim at centricular dot net>
5677 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5678 (gst_v4lsrc_get_property):
5679 The 'timestamp-offset' property is registered as an int64, so
5680 let's use g_value_{set|get}_int64() in our setter and getter
5681 functions (makes it work and fixes warnings with gst-inspect).
5683 2005-08-30 Wim Taymans <wim@fluendo.com>
5685 * check/elements/audioconvert.c: (setup_audioconvert):
5686 * check/elements/audioresample.c: (setup_audioresample):
5687 * check/elements/volume.c: (setup_volume):
5690 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
5692 * common/gtk-doc-plugins.mak:
5693 * common/plugins.xsl:
5694 * docs/plugins/Makefile.am:
5697 2005-08-30 Stefan Kost <ensonic@users.sf.net>
5699 * examples/seeking/seek.c: (make_mp3_pipeline),
5700 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5701 (play_cb), (pause_cb), (stop_cb):
5704 2005-08-30 Stefan Kost <ensonic@users.sf.net>
5706 * gst/volume/gstvolume.c: (gst_volume_class_init),
5708 do not update controlled params, if buffer has no timestamp
5710 2005-08-29 Stefan Kost <ensonic@users.sf.net>
5713 * gst/sine/Makefile.am:
5714 * gst/volume/Makefile.am:
5715 controllerized elements also need to link against controller-libs ;)
5717 2005-08-29 Stefan Kost <ensonic@users.sf.net>
5719 * docs/libs/tmpl/gstcolorbalance.sgml:
5720 * docs/libs/tmpl/gstgconf.sgml:
5721 * docs/libs/tmpl/gstmixer.sgml:
5722 * docs/libs/tmpl/gstringbuffer.sgml:
5723 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5724 (gst_sinesrc_create):
5725 * gst/volume/gstvolume.c: (gst_volume_class_init),
5727 controllerized two audio plugins
5729 2005-08-29 Andy Wingo <wingo@pobox.com>
5731 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
5732 (vorbis_handle_data_packet): Fix some int overflow errors.
5734 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5736 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5738 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5739 if it's valid. Fixed streaming-mode playback.
5741 * check/elements/volume.c (cleanup_volume): Fix for running
5744 * check/elements/audioconvert.c: Convert from native endian, not
5747 2005-08-29 Michael Smith <msmith@fluendo.com>
5749 * ext/ogg/Makefile.am:
5750 * ext/ogg/gstogg.c: (plugin_init):
5751 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5752 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5753 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5754 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5755 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5756 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5757 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5758 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5759 Add an ogg parser element.
5761 2005-08-28 Andy Wingo <wingo@pobox.com>
5763 * Updates for two-arg init from GST_BOILERPLATE_FULL.
5765 2005-08-26 Wim Taymans <wim@fluendo.com>
5767 * gst/audioconvert/audioconvert.c: (if), (float),
5768 (audio_convert_get_func_index), (check_default),
5769 (audio_convert_clean_fmt), (audio_convert_prepare_context),
5770 (audio_convert_clean_context), (audio_convert_get_sizes),
5771 (audio_convert_convert):
5774 2005-08-26 Wim Taymans <wim@fluendo.com>
5776 * gst/audioconvert/audioconvert.c: (if), (float),
5777 (audio_convert_get_func_index), (check_default),
5778 (audio_convert_clean_fmt), (audio_convert_prepare_context),
5779 (audio_convert_clean_context), (audio_convert_get_sizes),
5780 (audio_convert_convert):
5781 More elegant and working temp buffer selection algo.
5783 2005-08-26 Wim Taymans <wim@fluendo.com>
5785 * gst/audioconvert/audioconvert.c: (if), (float),
5786 (audio_convert_get_func_index), (check_default),
5787 (audio_convert_clean_fmt), (audio_convert_prepare_context),
5788 (audio_convert_clean_context), (audio_convert_get_sizes),
5789 (get_temp_buffer), (audio_convert_convert):
5790 Use realloc else we lose our original data.
5792 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
5794 * gst/audioresample/gstaudioresample.c:
5795 use base class' newsegment to properly timestamp
5797 2005-08-26 Wim Taymans <wim@fluendo.com>
5799 * gst/audioconvert/audioconvert.c: (if), (float),
5800 (audio_convert_get_func_index), (check_default),
5801 (audio_convert_clean_fmt), (audio_convert_prepare_context),
5802 (audio_convert_clean_context), (audio_convert_get_sizes),
5803 (get_temp_buffer), (audio_convert_convert):
5804 * gst/audioconvert/gstaudioconvert.c:
5805 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5806 (gst_audio_convert_transform_caps),
5807 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5808 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5809 Oops, allocate enough space to perform the channel mix.
5811 2005-08-26 Wim Taymans <wim@fluendo.com>
5813 * gst/audioconvert/Makefile.am:
5814 * gst/audioconvert/audioconvert.c: (if), (float),
5815 (audio_convert_get_func_index), (check_default),
5816 (audio_convert_clean_fmt), (audio_convert_prepare_context),
5817 (audio_convert_clean_context), (audio_convert_get_sizes),
5818 (get_temp_buffer), (audio_convert_convert):
5819 * gst/audioconvert/audioconvert.h:
5820 * gst/audioconvert/gstaudioconvert.c:
5821 (gst_audio_convert_class_init), (gst_audio_convert_init),
5822 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5823 (gst_audio_convert_get_unit_size),
5824 (gst_audio_convert_transform_caps),
5825 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
5826 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
5827 * gst/audioconvert/gstaudioconvert.h:
5828 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5829 (gst_channel_mix_fill_identical),
5830 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
5831 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
5832 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
5833 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
5834 (gst_channel_mix_mix):
5835 * gst/audioconvert/gstchannelmix.h:
5836 Cleanups, librarify a bit, optimize, better negotiation and more.
5838 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
5840 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
5842 During typefinding, don't support negative offsets
5843 (offsets from the end of the stream) in our typefind->peek() function
5844 - nothing embedded in ogg ever needs them. However, we need to recognise
5845 those requests and reject them, otherwise we return invalid pointers.
5847 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
5849 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5850 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5851 (vorbisdec_finalize), (vorbis_handle_type_packet):
5852 Big shout-out to MikeS for fixing this giant memory leak.
5855 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
5857 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
5858 (audio_convert_get_unit_size):
5861 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
5863 * check/Makefile.am:
5864 * check/elements/audioconvert.c: (setup_audioconvert),
5865 (cleanup_audioconvert), (get_int_caps), (verify_convert),
5866 (GST_START_TEST), (audioconvert_suite), (main):
5867 add a test for audioconvert
5868 * gst/audioresample/gstaudioresample.c:
5869 * gst/audioresample/gstaudioresample.h:
5870 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
5871 note that for buffers of 1/3 sec this means DURATION(c) is
5872 one nanosecond more than for a and b
5874 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
5876 * check/Makefile.am:
5877 * check/elements/audioresample.c: (setup_audioresample),
5878 (cleanup_audioresample), (fail_unless_perfect_stream),
5879 (test_perfect_stream_instance), (GST_START_TEST),
5880 add a check for audioresample
5881 (audioresample_suite), (main):
5882 * check/elements/volume.c: (GST_START_TEST):
5883 remove unused method
5884 * gst/audioresample/gstaudioresample.c:
5885 set correct buffer parameters since we're changing them
5886 * gst/audioresample/resample_ref.c: (resample_scale_ref):
5889 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
5891 * gst/audioresample/debug.c:
5892 * gst/audioresample/gstaudioresample.c:
5893 add room for extra overlap samples when asked to transform size
5894 protect against possible mem corruption and check for discrepancies
5895 between written size and outbuffer's size so we can warn for
5897 * gst/audioresample/resample.c: (resample_init),
5898 (resample_get_output_size_for_input), (resample_get_output_size),
5899 (resample_set_n_channels), (resample_set_format):
5900 set debug level based on RESAMPLE_DEBUG env var
5901 make sure that get_output_size* returns a whole number of
5903 set sample_size each time either channel or format is set
5904 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
5905 * gst/audioresample/resample_functable.c:
5906 (resample_scale_functable):
5907 * gst/audioresample/resample_ref.c: (resample_scale_ref):
5908 remove r->sample_size, it's done in resample.c now
5909 add some debugging to the ref implementation
5910 make sure we only give back bytes that are wholes of the sample
5913 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
5914 * gst/playback/gstplaybasebin.c: (fill_buffer):
5915 Revert unpopular change for GST_MESSAGE_SRC to GObject.
5917 2005-08-25 Stefan Kost <ensonic@users.sf.net>
5919 * gst/volume/gstvolume.c:
5920 made set_caps function static
5922 2005-08-24 Wim Taymans <wim@fluendo.com>
5924 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5925 (gst_vorbisenc_change_state):
5926 Stop leaking taglists.
5928 2005-08-24 Wim Taymans <wim@fluendo.com>
5930 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5931 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5932 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5933 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5934 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5935 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5936 Parse seeking events better.
5938 Generate correct newsegment events, fixes seeking in live oggs.
5940 * ext/theora/theoradec.c: (theora_dec_src_query),
5941 (theora_dec_src_event), (theora_dec_src_getcaps),
5942 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5943 Use newsegment values to report correct play time.
5945 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5946 (vorbis_dec_src_event), (vorbis_dec_sink_event):
5947 * ext/vorbis/vorbisdec.h:
5948 Parse and use newsegment values to report correct play time.
5950 * gst-libs/gst/audio/gstbaseaudiosink.c:
5951 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5952 Clear ringbuffer on flush.
5953 Use newsegment values to calculate playback time.
5955 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5957 Basesink does newsegment calculations for us now.
5959 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
5961 * check/Makefile.am:
5963 add core's plugins to the mix so that playbin works
5964 * check/generic/states.c: (GST_START_TEST):
5965 set a 0 timeout on pipelines, so they don't force the next
5967 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5968 (gst_play_base_bin_change_state):
5969 remove the crappy error handling and do GST error handling
5971 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
5973 * check/Makefile.am:
5974 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5975 add same test as to core, it bitches out on playbin atm.
5977 2005-08-24 Wim Taymans <wim@fluendo.com>
5982 2005-08-24 Wim Taymans <wim@fluendo.com>
5984 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5985 (gst_videoscale_prepare_size), (parse_caps),
5986 (gst_videoscale_set_caps), (gst_videoscale_get_size),
5987 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5988 (gst_videoscale_transform):
5989 * gst/videoscale/gstvideoscale.h:
5990 Refactor, make use of BaseTranform really well.
5992 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
5995 compile audioresample
5996 * gst/audioresample/Makefile.am:
5997 * gst/audioresample/buffer.c:
5998 * gst/audioresample/functable.c:
5999 * gst/audioresample/gstaudioresample.c:
6000 * gst/audioresample/gstaudioresample.h:
6001 * gst/audioresample/resample.c:
6002 (resample_get_output_size_for_input):
6003 * gst/audioresample/resample.h:
6004 * gst/audioresample/resample_chunk.c:
6005 * gst/audioresample/resample_functable.c:
6006 * gst/audioresample/resample_ref.c:
6007 port to use basetransform; doesn't work in all cases yet
6009 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
6011 * gst/audioconvert/gstaudioconvert.c:
6012 (gst_audio_convert_class_init), (gst_audio_convert_init),
6013 (audio_convert_get_unit_size), (audio_convert_transform_caps),
6014 (audio_convert_fixate_caps), (audio_convert_set_caps),
6015 (audio_convert_transform),
6016 (gst_audio_convert_buffer_to_default_format),
6017 (gst_audio_convert_buffer_from_default_format),
6018 (gst_audio_convert_channels):
6019 * gst/audioconvert/gstchannelmix.c:
6020 * gst/audioconvert/gstchannelmix.h:
6021 port to basetransform
6022 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6023 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6024 (gst_ffmpegcsp_get_unit_size):
6025 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6026 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6027 fix for basetransform changes
6029 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
6031 * check/Makefile.am:
6032 Add CHECK_CFLAGS and LDFLAGS
6034 * gst/playback/gstplaybasebin.c: (fill_buffer):
6035 GST_MESSAGE_SRC became a GObject
6037 2005-08-24 Wim Taymans <wim@fluendo.com>
6039 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6040 (gst_ring_buffer_clear_all):
6041 * gst-libs/gst/audio/gstringbuffer.h:
6042 Added function to clear the ringbuffer.
6044 2005-08-24 Andy Wingo <wingo@pobox.com>
6046 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
6047 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6048 of _open and _close.
6050 * sys/v4l/gstv4lxoverlay.h:
6051 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6052 an Xv connection here, instead of all the time. Make Xv only be
6053 loaded if you axe for it. Kindof a workaround for buggy behaviour
6054 of Xv when using remote xservers (XvQueryExtension would block).
6055 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6056 replace the _open and _close public API. Only start the xv
6057 connection if necessary.
6058 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6060 2005-08-23 David Schleef <ds@schleef.org>
6062 * gst/audioresample/Makefile.am: Leet audioresampling code
6063 * gst/audioresample/buffer.c:
6064 * gst/audioresample/buffer.h:
6065 * gst/audioresample/debug.c:
6066 * gst/audioresample/debug.h:
6067 * gst/audioresample/functable.c:
6068 * gst/audioresample/functable.h:
6069 * gst/audioresample/gstaudioresample.c:
6070 * gst/audioresample/gstaudioresample.h:
6071 * gst/audioresample/resample.c:
6072 * gst/audioresample/resample.h:
6073 * gst/audioresample/resample_chunk.c:
6074 * gst/audioresample/resample_functable.c:
6075 * gst/audioresample/resample_ref.c:
6077 2005-08-23 Wim Taymans <wim@fluendo.com>
6079 * examples/seeking/seek.c: (make_vorbis_pipeline),
6080 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6083 2005-08-23 Andy Wingo <wingo@pobox.com>
6085 * gst-libs/gst/audio/gstbaseaudiosrc.c
6086 (gst_base_audio_src_fixate): Only fixate endianness if it is
6087 present in the caps.
6089 2005-08-22 Andy Wingo <wingo@pobox.com>
6091 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
6092 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6093 device-name property.
6095 * gst-libs/gst/audio/gstaudiosrc.h:
6096 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6097 close_device in the ring buffer, like gstaudiosink.
6099 * ext/alsa/gstalsamixer.h:
6100 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6101 macro to implement the interface without much code. Cleanups.
6103 * ext/alsa/gstalsasrc.h:
6104 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6107 * ext/alsa/Makefile.am: Add new files.
6108 * ext/alsa/gstalsamixerelement.c:
6109 * ext/alsa/gstalsamixerelement.c: Split element code out from
6110 mixer code so that alsasrc can be a mixer too.
6112 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
6114 * check/elements/volume.c: (setup_volume), (cleanup_volume),
6116 * check/elements/vorbisdec.c: (setup_vorbisdec),
6117 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6118 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6119 (vorbis_handle_identification_packet),
6120 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6121 (vorbis_handle_header_packet), (vorbis_dec_push),
6123 use the setup/teardown methods to save code. save code is good.
6125 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
6127 * check/Makefile.am:
6128 add ext dir for plugins
6129 add vorbisdec test conditionally
6130 * check/elements/volume.c: (setup_volume), (cleanup_volume),
6131 (GST_START_TEST), (volume_suite):
6132 add a test with wrong caps
6133 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6134 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6135 add a vorbisdec test
6136 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6137 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6138 clean up debug output
6139 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6140 yay, fix a segfault/security issue in vorbisdec
6141 gst-launch fakesrc ! vorbisdec wasn't happy
6142 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6143 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6144 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6145 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6146 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6147 (gst_vorbisenc_set_metadata), (get_constraints_string),
6148 (update_start_message), (gst_vorbisenc_setup),
6149 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6150 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6151 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6152 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6153 * ext/vorbis/vorbisenc.h:
6155 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6156 (gst_ffmpegcsp_transform):
6157 have the kow come home
6158 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6160 * gst/volume/gstvolume.c: (volume_set_caps):
6163 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
6167 * check/Makefile.am:
6168 * check/elements/.cvsignore:
6169 * check/elements/volume.c: (chain_func), (event_func),
6170 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6173 add unit test structure for gst-plugins-base
6174 add a test for volume
6175 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6176 (gst_volume_set_volume), (gst_volume_get_volume),
6177 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6178 (volume_funcfind), (volume_process_float), (volume_process_int16),
6179 (volume_set_caps), (volume_transform), (volume_update_mute),
6180 (volume_update_volume), (volume_set_property),
6181 (volume_get_property):
6182 document a little; use basetransform vmethod _set_caps
6184 2005-08-19 Andy Wingo <wingo@pobox.com>
6186 * ext/alsa/gstalsamixertrack.h:
6187 * ext/alsa/gstalsamixertrack.c:
6188 * ext/alsa/gstalsamixeroptions.h:
6189 * ext/alsa/gstalsamixeroptions.c:
6190 * ext/alsa/gstalsamixer.h:
6191 * ext/alsa/gstalsamixer.c: Port to 0.9.
6193 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6194 Remove gstalsa.c and alsaclock. No more cruft here.
6196 2005-08-18 Wim Taymans <wim@fluendo.com>
6198 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6199 (gst_base_rtp_depayload_chain),
6200 (gst_base_rtp_depayload_add_to_queue),
6201 (gst_base_rtp_depayload_push),
6202 (gst_base_rtp_depayload_queue_release):
6203 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6204 Fix for RTPBuffer changes.
6206 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6207 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6208 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6209 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6210 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6211 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6212 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6213 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6214 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6215 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6216 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6217 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6218 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6219 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6220 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6221 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6222 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6223 (gst_rtpbuffer_get_payload):
6224 * gst-libs/gst/rtp/gstrtpbuffer.h:
6225 Don't subclass GstBuffer but add methods and helper functions
6226 to construct and manipulate RTP packets in regular GstBuffers.
6228 2005-08-18 Stefan Kost <ensonic@users.sf.net>
6230 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6231 moved statement below switch
6232 * gst/volume/gstvolume.c: (gst_volume_class_init):
6235 2005-08-16 Wim Taymans <wim@fluendo.com>
6237 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6238 (gst_base_audio_src_change_state):
6239 Open and close device in READY<->NULL state change.
6241 2005-08-16 Andy Wingo <wingo@pobox.com>
6243 * examples/seeking/Makefile.am: Don't compile non-compiling
6244 compiled objects with the compiler.
6246 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6249 2005-08-12 Philippe Khalaf <burger@speedy.org>
6250 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6251 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6252 Made a thread to release the queue.
6253 Removed timestamp conversion for now.
6255 2005-08-10 Philippe Khalaf <burger@speedy.org>
6256 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6257 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6258 Added rtp timestamp -> gst timestamp conversion.
6259 Fixed several problems with queue.
6261 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
6263 * gst-libs/gst/audio/gstaudioclock.h:
6264 * gst-libs/gst/audio/gstaudiofilter.h:
6265 * gst-libs/gst/audio/gstaudiosink.h:
6266 * gst-libs/gst/audio/gstaudiosrc.h:
6267 * gst-libs/gst/audio/gstbaseaudiosink.h:
6268 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6269 * gst-libs/gst/audio/gstringbuffer.h:
6270 * gst-libs/gst/net/gstnetbuffer.h:
6271 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6272 * gst-libs/gst/rtp/gstrtpbuffer.h:
6273 Add padding (you will need to rebuild gst-plugins-base,
6274 gst-plugins and all applications afterwards!)
6276 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
6278 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6279 (gst_riff_parse_chunk):
6280 Fix bug in debug message and add some more debug messages.
6282 2005-08-08 Edward Hervey <edward@fluendo.com>
6284 * gst-libs/gst/riff/riff-media.c:
6285 backported updates since branch
6287 2005-08-08 Andy Wingo <wingo@pobox.com>
6289 * gst-libs/gst/audio/gstbaseaudiosink.c
6290 (gst_base_audio_sink_change_state): Open the device in NULL->READY
6291 like good elements should. Close on READY->NULL too.
6293 * gst-libs/gst/audio/gstaudiosink.c
6294 (gst_audioringbuffer_open_device,
6295 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6296 (gst_audioringbuffer_release): Updates for new ring buffer API,
6297 hook into the new audio sink api.
6299 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6300 (GstAudioSinkClass.close): Just open and close the device -- no
6301 resource allocation or configuration.
6302 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6303 vmethods, handle device setup and resource allocation.
6305 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6306 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6309 * gst-libs/gst/audio/gstringbuffer.h
6310 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6313 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6314 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6315 New API functions. The device should be opened before acquiring
6316 and closed after releasing.
6318 2005-08-08 Tim-Philipp M??ller <tim at centricular dot net>
6320 * gst-libs/gst/interfaces/mixer.h:
6321 Reset padding to GST_PADDING.
6323 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6325 * gst/playback/gstplaybin.c: (remove_sinks):
6326 Remove visualization from parent explicitely; works around some
6327 apparent refcount issue that I haven't tracked down yet.
6329 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6331 * ext/alsa/gstalsasink.c: (set_hwparams):
6332 Assign debug category, add negotiation debug msgs.
6334 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6336 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6337 Fix error code for file-not-found to NOT_FOUND.
6339 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
6341 * common/gtk-doc-plugins.mak:
6342 * docs/plugins/Makefile.am:
6343 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6344 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6345 renamed to actual element names, so much nicer to look at
6346 * docs/plugins/tmpl/gstmultifdsink.sgml:
6348 * docs/plugins/tmpl/multifdsink.sgml:
6349 * docs/plugins/tmpl/tcpserversink.sgml:
6351 * ext/alsa/gstalsa.c:
6352 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6353 * ext/ogg/gstoggmux.c:
6354 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6355 * gst/playback/gstdecodebin.c:
6356 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6357 * gst/tcp/gsttcpserversink.c:
6358 various fixes and documentation additions
6360 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
6362 * common/Makefile.am:
6363 * common/gstdoc-scangobj:
6364 * common/gtk-doc-plugins.mak:
6365 * common/gtk-doc.mak:
6366 add a custom scangobj that uses the registry
6367 add a custom gtk-doc-plugins.mak that uses it
6368 some doc build fixes
6371 * docs/plugins/Makefile.am:
6372 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6373 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6374 * docs/plugins/gst-plugins-base-plugins.types:
6375 * docs/plugins/tmpl/gstmultifdsink.sgml:
6376 add docs for one element, multifdsink
6377 * gst/adder/gstadder.h:
6378 * gst/volume/gstvolume.h:
6379 don't privatize enum
6380 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6381 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6382 (gst_sync_method_get_type), (gst_client_status_get_type),
6383 (gst_multifdsink_class_init),
6384 (gst_multifdsink_client_queue_buffer),
6385 (gst_multifdsink_handle_client_write):
6386 * gst/tcp/gstmultifdsink.h:
6388 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6389 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6390 (gst_tcpclientsink_render):
6391 * gst/tcp/gsttcpclientsink.h:
6392 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6393 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6394 (gst_tcpclientsrc_start):
6395 * gst/tcp/gsttcpclientsrc.h:
6396 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6397 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6398 * gst/tcp/gsttcpserversrc.h:
6399 * gst/typefind/gsttypefindfunctions.c:
6400 remove superfluous Type stuff
6402 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6404 * gst/playback/gstplaybin.c: (gen_video_element):
6407 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6409 * gst-libs/gst/gconf/gconf.c:
6410 * gst-libs/gst/gconf/gconf.h:
6411 Fix some Andy Problem [tm].
6413 2005-08-04 Andy Wingo <wingo@pobox.com>
6415 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6416 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6417 (gst_ffmpegcsp_get_size): Adapt to API changes.
6419 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6420 Implement an in-place do-nothing transform.
6422 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6424 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6425 (gst_ximagesink_renegotiate_size):
6426 Do not set new window sizes yet if we prepare a new buffer size
6427 for upstream renegotiation (software scaling) at some point in the
6428 future, because this new size waqs not actually accepted yet. Once
6429 accepted, renegotiation later on will set the new sizes just fine.
6430 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6433 2005-08-03 Andy Wingo <wingo@pobox.com>
6435 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6436 (gst_ximagesink_buffer_alloc):
6437 Protect the height, width, and desired_caps with the pool_lock.
6438 Fixes videotestsrc ! queue ! ximagesink.
6440 2005-08-02 Edward Hervey <edward@fluendo.com>
6442 * gst/volume/gstvolume.c:
6443 include left from controller cleanup
6445 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
6446 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6447 Stop collectpads before calling the parent state
6448 change function on PAUSED->READY.
6450 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
6452 When testing for X libs, use the X CFlags
6453 * gst/adder/gstadder.c: (gst_adder_change_state):
6454 Stop the collectpads before calling parent state change function
6455 on PAUSED->READY, otherwise we deadlock deactivating pads.
6457 2005-08-01 Stefan Kost <ensonic@users.sf.net>
6460 * docs/libs/tmpl/gstcolorbalance.sgml:
6461 * docs/libs/tmpl/gstmixer.sgml:
6462 * examples/Makefile.am:
6463 * gst/sine/Makefile.am:
6464 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6465 (gst_sinesrc_set_property), (plugin_init):
6466 * gst/sine/gstsinesrc.h:
6467 * gst/volume/Makefile.am:
6468 * gst/volume/gstvolume.c: (gst_volume_set_volume),
6469 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6470 (volume_process_float), (volume_process_int16),
6471 (volume_set_property), (plugin_init):
6472 * gst/volume/gstvolume.h:
6473 deactivate and remove dparams (libgstcontrol)
6475 2005-07-29 Wim Taymans <wim@fluendo.com>
6477 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6478 Convert me to BaseTransform!! help..
6480 2005-07-29 Andy Wingo <wingo@pobox.com>
6482 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6485 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6486 support of both endiannesses.
6488 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
6490 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6491 Fix confusing debug message (s/event/query/)
6493 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
6495 * gst/videotestsrc/videotestsrc.h:
6496 Use "_stdint.h" instead of <stdint.h>
6498 2005-07-27 Wim Taymans <wim@fluendo.com>
6500 * ext/vorbis/Makefile.am:
6501 Revert wrong commit.
6503 2005-07-27 Wim Taymans <wim@fluendo.com>
6505 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6506 More compilation fixen.
6508 2005-07-27 Wim Taymans <wim@fluendo.com>
6510 * gst-libs/gst/audio/gstbaseaudiosink.c:
6511 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6512 (gst_base_audio_sink_create_ringbuffer),
6513 (gst_base_audio_sink_change_state):
6516 2005-07-27 Wim Taymans <wim@fluendo.com>
6518 * examples/seeking/seek.c: (setup_dynamic_link),
6519 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6520 (query_positions_elems), (query_positions_pads), (do_seek):
6521 Update seek example.
6523 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6524 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6525 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6526 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6527 (gst_ogg_demux_handle_event),
6528 (gst_ogg_demux_deactivate_current_chain),
6529 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6530 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6531 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6532 (gst_ogg_demux_loop):
6533 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6534 * ext/theora/theoradec.c: (theora_dec_src_event),
6535 (theora_dec_src_getcaps), (theora_dec_sink_event),
6536 (theora_dec_push), (theora_dec_chain):
6537 * ext/vorbis/Makefile.am:
6538 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6539 (vorbis_dec_sink_event), (vorbis_dec_push),
6540 (vorbis_handle_data_packet):
6541 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6542 (gst_vorbisenc_chain):
6543 * gst/playback/gststreaminfo.c: (cb_probe):
6544 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6545 * gst/videorate/gstvideorate.c: (gst_videorate_event):
6546 * gst/videoscale/gstvideoscale.c:
6547 (gst_videoscale_handle_src_event):
6548 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6549 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6550 (gst_ximagesink_navigation_send_event):
6551 * sys/xvimage/xvimagesink.c:
6552 (gst_xvimagesink_navigation_send_event):
6553 Various event updates and cleanups
6555 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6557 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6558 Fix segfault for I420/YV12.
6560 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6562 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6565 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6567 * gst/playback/gstplaybin.c: (gen_video_element),
6568 (gen_audio_element):
6569 Switch to auto*sink elements as default sinks; add volume element
6570 so that volume control in totem works.
6572 2005-07-21 Wim Taymans <wim@fluendo.com>
6574 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6575 * gst/playback/gstplaybin.c: (setup_sinks),
6576 (gst_play_bin_change_state):
6577 Refcount fix and more comments.
6579 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
6581 * sys/ximage/Makefile.am:
6582 * sys/ximage/ximage.c: (plugin_init):
6583 * sys/ximage/ximagesink.c:
6584 Prepare for adding ximagesrc, rename of plugin to ximage etc.
6587 2005-07-21 Wim Taymans <wim@fluendo.com>
6589 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6590 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6591 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6592 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6593 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6594 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6595 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6596 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6597 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6598 Generate correct disconts for live chained oggs.
6600 * gst-libs/gst/audio/gstbaseaudiosink.c:
6601 (gst_base_audio_sink_render),
6602 (gst_base_audio_sink_create_ringbuffer),
6603 (gst_base_audio_sink_change_state):
6604 Handle discont math correctly.
6606 * gst/playback/gstplaybin.c: (add_sink):
6607 Some small debug cleanup.
6609 2005-07-21 Wim Taymans <wim@fluendo.com>
6611 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6612 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6613 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6614 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6615 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6616 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6617 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6618 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6619 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6620 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6621 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6622 (gst_ogg_demux_change_state), (gst_ogg_print):
6623 Reorganize code to send the right disconts when in streaming
6626 2005-07-20 Andy Wingo <wingo@pobox.com>
6628 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6629 fix (?), fixes a seggie mcfalterson (#310894).
6631 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6633 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6634 (gst_ogg_mux_set_header_on_caps):
6635 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6636 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6637 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6638 * gst-libs/gst/audio/multichannel.c:
6639 (gst_audio_set_channel_positions),
6640 (gst_audio_set_structure_channel_positions_list):
6641 * gst/playback/gstdecodebin.c: (dynamic_create):
6642 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6643 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6644 Fixes for API changes in core.
6646 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6648 * gst/playback/gstplaybasebin.c: (fill_buffer):
6649 Use _new_custom() so we can set custom message types for buffering
6652 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6655 * gst-libs/gst/Makefile.am:
6656 * gst-libs/gst/gconf/.cvsignore:
6657 * gst-libs/gst/gconf/Makefile.am:
6658 * gst-libs/gst/gconf/test-gconf.c:
6659 * pkgconfig/Makefile.am:
6660 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6661 * pkgconfig/gstreamer-gconf.pc.in:
6662 Remove gconf stuff, use gconf elements instead from now on.
6664 2005-07-20 Wim Taymans <wim@fluendo.com>
6666 * gst-libs/gst/audio/TODO:
6667 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
6668 (gst_audio_clock_get_internal_time):
6669 * gst-libs/gst/audio/gstaudioclock.h:
6670 * gst-libs/gst/audio/gstbaseaudiosink.c:
6671 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6672 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6673 (gst_base_audio_sink_render),
6674 (gst_base_audio_sink_create_ringbuffer),
6675 (gst_base_audio_sink_change_state):
6676 Make sure the audio clock always returns an increasing value.
6678 2005-07-19 Andy Wingo <wingo@pobox.com>
6680 * gst/videotestsrc/: Cleanups.
6682 2005-07-19 Wim Taymans <wim@fluendo.com>
6684 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6687 2005-07-19 Wim Taymans <wim@fluendo.com>
6689 * examples/seeking/seek.c: (make_dv_pipeline),
6690 (make_vorbis_theora_pipeline), (query_rates),
6691 (query_positions_elems), (query_positions_pads), (do_seek):
6692 Make correct DV pipeline.
6694 2005-07-18 Andy Wingo <wingo@pobox.com>
6696 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6697 default. Also because it's the only thing that really works. (This
6698 is used in the GConf elements).
6699 Use AS_LIBTOOL_TAGS.
6701 2005-07-18 Wim Taymans <wim@fluendo.com>
6703 * gst/playback/gstdecodebin.c: (remove_element_chain):
6704 * gst/playback/gstplaybin.c: (add_sink):
6705 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6706 (gst_stream_info_set_mute):
6707 * gst/playback/gststreamselector.c:
6708 (gst_stream_selector_get_linked_pad),
6709 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6710 More leak and compile fixes.
6712 2005-07-18 Wim Taymans <wim@fluendo.com>
6714 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6715 (query_rates), (query_positions_elems), (query_positions_pads),
6716 (do_seek), (seek_cb), (stop_seek):
6717 Updated seek example.
6719 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6720 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6721 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6722 * gst/playback/gstplaybin.c: (add_sink):
6723 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6724 (gst_stream_info_set_mute):
6725 Some refcount leak fixes.
6727 2005-07-16 Wim Taymans <wim@fluendo.com>
6729 * gst-libs/gst/audio/gstbaseaudiosink.c:
6730 (gst_base_audio_sink_render):
6731 Align samples even if we have roundoff errors in the
6732 timestamp conversion.
6734 2005-07-16 Wim Taymans <wim@fluendo.com>
6736 * docs/libs/tmpl/gstringbuffer.sgml:
6737 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6738 (query_rates), (query_positions_elems), (query_positions_pads),
6739 (update_scale), (do_seek):
6740 Updated seek example.
6742 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6743 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6744 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6745 (gst_ogg_demux_loop):
6746 Push out correct discont values.
6748 * ext/theora/theoradec.c: (theora_dec_src_convert),
6749 (theora_dec_sink_convert), (theora_dec_src_getcaps),
6750 (theora_dec_sink_event), (theora_handle_type_packet),
6751 (theora_handle_header_packet), (theora_dec_push),
6752 (theora_handle_data_packet), (theora_dec_chain),
6753 (theora_dec_change_state):
6754 Better timestamping.
6756 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6757 (vorbis_dec_sink_event), (vorbis_dec_push),
6758 (vorbis_handle_data_packet), (vorbis_dec_chain):
6759 * ext/vorbis/vorbisdec.h:
6760 Better timestamping.
6762 * gst-libs/gst/audio/gstbaseaudiosink.c:
6763 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6764 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6765 Handle syncing on timestamps instead of sample offsets. Make
6766 use of DISCONT values as described in design docs.
6768 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6769 (gst_base_audio_src_get_time):
6770 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6771 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6772 (gst_ring_buffer_read):
6773 * gst-libs/gst/audio/gstringbuffer.h:
6774 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6775 (gst_ximagesink_show_frame):
6776 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6777 Correcly convert buffer timestamp to stream time.
6779 2005-07-16 Wim Taymans <wim@fluendo.com>
6781 * gst/audioconvert/gstaudioconvert.c:
6782 (gst_audio_convert_get_buffer):
6783 Timestamp buffers correctly.
6785 * gst/playback/gstplaybin.c: (gen_video_element):
6786 Make internal fakesink silent.
6788 2005-07-15 Wim Taymans <wim@fluendo.com>
6790 * gst/ffmpegcolorspace/Makefile.am:
6791 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6792 (gst_ffmpegcsp_caps_remove_format_info),
6793 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6794 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6795 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6796 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6797 Ported ffmpegcolorspace to basetransform.
6799 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6800 * gst/volume/gstvolume.c: (volume_transform):
6803 2005-07-14 Wim Taymans <wim@fluendo.com>
6805 * gst/videotestsrc/Makefile.am:
6806 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6807 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6808 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6809 (gst_videotestsrc_init), (gst_videotestsrc_event),
6810 (gst_videotestsrc_create), (gst_videotestsrc_start),
6811 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6812 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6813 (gst_videotestsrc_get_property):
6814 * gst/videotestsrc/gstvideotestsrc.h:
6815 Make videotestsrc a pushsrc.
6817 2005-07-14 Wim Taymans <wim@fluendo.com>
6819 * gst/tcp/gstfdset.c: (gst_fdset_free):
6820 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6821 (gst_multifdsink_add), (gst_multifdsink_remove),
6822 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6823 (gst_multifdsink_remove_client_link),
6824 (gst_multifdsink_client_queue_data),
6825 (gst_multifdsink_client_queue_caps),
6826 (gst_multifdsink_client_queue_buffer),
6827 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6828 (gst_multifdsink_stop):
6829 * gst/tcp/gstmultifdsink.h:
6832 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6833 Also draw image when not from a pool.
6835 2005-07-14 Wim Taymans <wim@fluendo.com>
6837 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6838 (mute_stream), (silence_stream):
6839 Small debug additions.
6841 2005-07-14 Wim Taymans <wim@fluendo.com>
6843 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6844 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6845 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
6846 Better error recovery, ignore unconnected pads and
6849 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
6851 * docs/libs/tmpl/gstaudio.sgml:
6852 * docs/libs/tmpl/gstcolorbalance.sgml:
6853 * docs/libs/tmpl/gstgconf.sgml:
6854 * docs/libs/tmpl/gstmixer.sgml:
6855 * docs/libs/tmpl/gstringbuffer.sgml:
6856 * docs/libs/tmpl/gsttuner.sgml:
6857 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6858 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6859 (gst_tcpclientsrc_class_init):
6860 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6861 (gst_tcpserversrc_class_init):
6862 * sys/v4l/gstv4lelement.c:
6863 more autistic cleanliness in functions/names/defines
6865 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
6868 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
6869 added manually to each Makefile.am so we are sure it goes
6870 *last* and doesn't add -L flags before linking in libs of our
6871 own, like, say, internal .la libs, that then accidentally pick
6872 up the installed copy.
6873 * docs/libs/Makefile.am:
6874 * ext/alsa/Makefile.am:
6875 * ext/cdparanoia/Makefile.am:
6876 * ext/gnomevfs/Makefile.am:
6877 * ext/libvisual/Makefile.am:
6878 * ext/ogg/Makefile.am:
6879 * ext/theora/Makefile.am:
6880 * ext/vorbis/Makefile.am:
6881 * gst-libs/gst/video/Makefile.am:
6882 * gst/adder/Makefile.am:
6883 * gst/audioconvert/Makefile.am:
6884 * gst/audiorate/Makefile.am:
6885 * gst/audioscale/Makefile.am:
6886 * gst/ffmpegcolorspace/Makefile.am:
6887 * gst/playback/Makefile.am:
6888 * gst/sine/Makefile.am:
6889 * gst/subparse/Makefile.am:
6890 * gst/tags/Makefile.am:
6891 * gst/tcp/Makefile.am:
6892 * gst/typefind/Makefile.am:
6893 * gst/videorate/Makefile.am:
6894 * gst/videoscale/Makefile.am:
6895 * gst/videotestsrc/Makefile.am:
6896 * gst/volume/Makefile.am:
6897 * sys/v4l/Makefile.am:
6898 * sys/ximage/Makefile.am:
6899 * sys/xvimage/Makefile.am:
6900 adapt properly to this change. This should make sure that
6901 plugins and libs properly link to the as-yet-uninstalled
6902 copies of stuff like libgstinterfaces and libgstvideo
6904 2005-07-13 Andy Wingo <wingo@pobox.com>
6906 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
6907 (gst_v4lsrc_fixate): Fixate on format as well.
6909 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
6910 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
6911 buffer points to it.
6912 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
6913 rather just doing X calls ourselves. Also fixes a memleak.
6915 2005-07-12 Andy Wingo <wingo@pobox.com>
6917 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
6918 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
6919 (gst_v4lsrc_create): Re-add the copy-mode property, default to
6920 TRUE to avoid deadlocks if an element holds on to our buffers.
6922 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
6924 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6925 (gst_sinesrc_init), (gst_sinesrc_create),
6926 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6927 (gst_sinesrc_start):
6928 * gst/sine/gstsinesrc.h:
6929 removing num-buffers property before moving it
6931 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
6934 use overridable ERROR_CFLAGS
6935 * docs/libs/gst-plugins-base-libs.types:
6936 * docs/libs/tmpl/gstringbuffer.sgml:
6937 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6938 (gst_alsasink_class_init):
6939 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6940 (gst_alsasrc_class_init):
6941 * gst-libs/gst/audio/audio.h:
6942 * gst-libs/gst/audio/gstaudioclock.h:
6943 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6944 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6945 (gst_audio_filter_link), (gst_audio_filter_init),
6946 (gst_audio_filter_chain), (gst_audio_filter_set_property),
6947 (gst_audio_filter_get_property),
6948 (gst_audio_filter_class_add_pad_templates):
6949 * gst-libs/gst/audio/gstaudiofilter.h:
6950 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6951 (gst_audio_filter_template_get_type),
6952 (gst_audio_filter_template_base_init),
6953 (gst_audio_filter_template_class_init),
6954 (gst_audio_filter_template_init),
6955 (gst_audio_filter_template_set_property),
6956 (gst_audio_filter_template_get_property), (plugin_init),
6957 (gst_audio_filter_template_setup),
6958 (gst_audio_filter_template_filter),
6959 (gst_audio_filter_template_filter_inplace):
6960 * gst-libs/gst/audio/gstaudiosink.c:
6961 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6962 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6963 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6964 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6965 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6966 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6967 * gst-libs/gst/audio/gstaudiosink.h:
6968 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6969 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6970 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6971 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6972 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6973 (gst_audio_src_class_init), (gst_audio_src_init),
6974 (gst_audio_src_create_ringbuffer):
6975 * gst-libs/gst/audio/gstaudiosrc.h:
6976 * gst-libs/gst/audio/gstbaseaudiosink.c:
6977 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6978 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6979 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6980 (gst_base_audio_sink_set_property),
6981 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6982 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6983 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6984 (gst_base_audio_sink_create_ringbuffer),
6985 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6986 * gst-libs/gst/audio/gstbaseaudiosink.h:
6987 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6988 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6989 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6990 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6991 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6992 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6993 (gst_base_audio_src_event), (gst_base_audio_src_create),
6994 (gst_base_audio_src_create_ringbuffer),
6995 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6996 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6997 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6998 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6999 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7000 (gst_ring_buffer_debug_spec_caps),
7001 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7002 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7003 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7004 (gst_ring_buffer_start), (gst_ring_buffer_pause),
7005 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7006 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7007 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7008 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7009 (gst_ring_buffer_clear):
7010 * gst-libs/gst/audio/gstringbuffer.h:
7011 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7012 (gst_video_sink_class_init), (gst_video_sink_get_type):
7013 * gst-libs/gst/video/videosink.h:
7014 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7015 (gst_multifdsink_class_init),
7016 (gst_multifdsink_handle_client_write),
7017 (gst_multifdsink_change_state):
7018 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7019 (gst_tcpclientsink_setcaps):
7020 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7021 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7022 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7023 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7024 (gst_ximagesink_send_pending_navigation),
7025 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7026 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7027 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7028 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7029 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7030 (gst_xvimagesink_send_pending_navigation),
7031 (gst_xvimagesink_navigation_send_event),
7032 (gst_xvimagesink_set_xwindow_id),
7033 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7034 (gst_xvimagesink_get_type):
7035 more macro splitting
7037 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
7039 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7040 plug a memleak, allows me to import 1479 albums in one go
7042 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7043 (vorbis_handle_type_packet), (vorbis_dec_chain),
7044 (vorbis_dec_change_state):
7045 fix some format strings
7047 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
7049 * docs/libs/tmpl/gstcolorbalance.sgml:
7050 * docs/libs/tmpl/gstmixer.sgml:
7051 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7052 (gst_alsasink_set_property), (gst_alsasink_get_property):
7053 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7054 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7057 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
7059 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7060 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7061 (audiocast_register_listener), (audiocast_thread_run),
7062 (gst_gnomevfssrc_send_additional_headers_callback),
7063 (gst_gnomevfssrc_received_headers_callback),
7064 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7065 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7066 (gst_gnomevfssrc_get_size):
7067 add/clean up debugging
7068 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7071 2005-07-07 Andy Wingo <wingo@pobox.com>
7073 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7074 framerate. Need to get a handle on when exactly this function is
7077 * sys/v4l/v4lsrc_calls.h:
7078 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7079 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7080 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7082 * sys/v4l/v4l_calls.h: Cast to V4lElement.
7083 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7084 v4lelements are sources.
7086 * sys/v4l/gstv4lxoverlay.h:
7087 * sys/v4l/gstv4lxoverlay.c:
7088 * sys/v4l/gstv4ltuner.h:
7089 * sys/v4l/gstv4ltuner.c: Header loc fixen.
7091 * sys/v4l/gstv4lsrc.h:
7092 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7093 PushSrc/BaseSrc. Removed most sync-related properties, videorate
7094 or something should handle that. Made a live source.
7096 * sys/v4l/gstv4lelement.h:
7097 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7098 signals. Some cleanups.
7100 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7102 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7105 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7108 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7110 2005-07-07 Wim Taymans <wim@fluendo.com>
7112 * ext/theora/theoradec.c: (theora_get_query_types),
7113 (theora_dec_src_getcaps), (theora_dec_push):
7114 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7115 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7116 Remove deprecated/unused query types.
7118 2005-07-06 Wim Taymans <wim@fluendo.com>
7120 * ext/alsa/Makefile.am:
7121 * ext/alsa/gstalsaplugin.c: (plugin_init):
7122 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7123 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7124 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7125 (gst_alsasrc_class_init), (gst_alsasrc_init),
7126 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7127 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7128 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7129 (gst_alsasrc_reset):
7130 * ext/alsa/gstalsasrc.h:
7131 * gst-libs/gst/audio/Makefile.am:
7132 * gst-libs/gst/audio/gstaudiosink.c:
7133 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7134 (gst_audioringbuffer_start):
7135 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7136 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7137 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7138 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7139 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7140 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7141 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7142 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7143 * gst-libs/gst/audio/gstaudiosrc.h:
7144 * gst-libs/gst/audio/gstbaseaudiosink.c:
7145 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7146 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7147 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7148 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7149 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7150 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7151 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7152 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7153 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7154 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7155 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7156 (gst_baseaudiosrc_change_state):
7157 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7158 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7159 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7160 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7161 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7162 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7163 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7164 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7165 * gst-libs/gst/audio/gstringbuffer.h:
7166 Added audiosource base classes.
7167 Ported alsasrc, still very basic.
7169 2005-07-06 Wim Taymans <wim@fluendo.com>
7171 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7172 (theora_dec_push), (theora_handle_data_packet):
7173 Prepare for better timestamp fix later.
7175 * gst/audioconvert/gstaudioconvert.c:
7176 List most accurate caps first
7178 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7179 Use proper pad task function.
7181 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7182 (gst_xvimagesink_show_frame):
7183 Fix deadlock when alloc failed.
7185 2005-07-05 Andy Wingo <wingo@pobox.com>
7187 * ext/gnomevfs/gstgnomevfssrc.c:
7188 * gst/sine/gstsinesrc.c:
7189 * gst/tcp/gsttcpserversrc.c:
7190 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7192 * sys/v4l/: Port from 0.8.
7194 * Many files: Null if we got it....
7196 2005-07-05 Andy Wingo <wingo@pobox.com>
7198 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
7199 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7202 2005-07-05 Wim Taymans <wim@fluendo.com>
7205 * gst/tcp/Makefile.am:
7207 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7208 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7209 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7210 (is_sync_frame), (gst_multifdsink_handle_client_write),
7211 (gst_multifdsink_render), (gst_multifdsink_start),
7212 (gst_multifdsink_stop), (gst_multifdsink_change_state):
7213 * gst/tcp/gstmultifdsink.h:
7214 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7215 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7216 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7218 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7219 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7220 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7221 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7222 * gst/tcp/gsttcpclientsink.h:
7223 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7224 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7225 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7226 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7227 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7228 * gst/tcp/gsttcpclientsrc.h:
7229 * gst/tcp/gsttcpplugin.c: (plugin_init):
7230 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7231 * gst/tcp/gsttcpserversink.h:
7232 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7233 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7234 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7235 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7236 (gst_tcpserversrc_stop):
7237 * gst/tcp/gsttcpserversrc.h:
7238 * gst/tcp/gsttcpsink.c:
7239 * gst/tcp/gsttcpsink.h:
7240 * gst/tcp/gsttcpsrc.c:
7241 * gst/tcp/gsttcpsrc.h:
7242 Ported tcp plugins to 0.9.
7245 2005-07-05 Andy Wingo <wingo@pobox.com>
7247 * gst/playback/gstplaybasebin.c (fill_buffer):
7248 message_new_application fixen.
7250 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7253 2005-07-04 Wim Taymans <wim@fluendo.com>
7255 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7256 Set caps on output buffer.
7258 2005-07-04 Andy Wingo <wingo@pobox.com>
7260 * ext/gnomevfs/gstgnomevfssrc.c
7261 (gst_gnomevfssrc_received_headers_callback)
7262 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7265 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7266 No refcount leakage.
7268 * configure.ac: Enable -Werror.
7270 * ext/theora/theoradec.c (theora_dec_src_getcaps):
7271 * gst/audioconvert/bufferframesconvert.c
7272 (buffer_frames_convert_fixate):
7273 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7274 (gst_audio_convert_fixate):
7275 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7276 (gst_sinesrc_create): Fixate func changes.
7278 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7279 (gst_ximagesink_buffer_alloc): Unused var.
7281 2005-07-01 Andy Wingo <wingo@pobox.com>
7283 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7284 getcaps to do explicit caps. Needs to be done in all decoders,
7285 possibly via a base class.
7287 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7289 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7290 caps on the sink pad, just rely on the pad template. Also, setting
7291 ANY caps on a pad is not valid because the caps are not fixed.
7293 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7294 caps on the buffer, and get the width from the desired_caps if
7296 (gst_ximagesink_renegotiate_size): Implement via setting the
7297 desired_caps on the ximagesink.
7298 (gst_ximagesink_setcaps): Only reset the width of the player if it
7299 wasn't already set. Not sure if this is right.
7300 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7302 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7303 that the user wants. NULL unless the window has been resized.
7305 * gst/volume/gstvolume.c (volume_transform): Adapt to
7306 basetransform refcount changes.
7308 2005-07-01 Andy Wingo <wingo@pobox.com>
7310 * gst/videoscale/gstvideoscale.c:
7311 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7312 from BaseTransform, implements a transform_caps. Removed dead code
7313 including some PAR stuff that was never reached -- should probably
7314 be added back somehow.
7316 2005-07-01 Andy Wingo <wingo@pobox.com>
7318 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7321 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
7324 * docs/libs/Makefile.am:
7325 * docs/libs/gst-plugins-libs.types:
7326 * ext/alsa/Makefile.am:
7327 * ext/alsa/gstalsamixer.h:
7328 * ext/alsa/gstalsamixeroptions.h:
7329 * ext/alsa/gstalsamixertrack.h:
7330 * gst-libs/gst/Makefile.am:
7331 * gst-libs/gst/colorbalance/.cvsignore:
7332 * gst-libs/gst/colorbalance/Makefile.am:
7333 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7334 * gst-libs/gst/colorbalance/colorbalance.c:
7335 * gst-libs/gst/colorbalance/colorbalance.h:
7336 * gst-libs/gst/colorbalance/colorbalance.vcproj:
7337 * gst-libs/gst/colorbalance/colorbalancechannel.c:
7338 * gst-libs/gst/colorbalance/colorbalancechannel.h:
7339 * gst-libs/gst/interfaces/Makefile.am:
7340 * gst-libs/gst/interfaces/colorbalance.c:
7341 (gst_color_balance_class_init):
7342 * gst-libs/gst/interfaces/colorbalance.h:
7343 * gst-libs/gst/interfaces/interfaces-marshal.list:
7344 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7345 * gst-libs/gst/interfaces/mixer.h:
7346 * gst-libs/gst/interfaces/mixeroptions.h:
7347 * gst-libs/gst/interfaces/navigation.c:
7348 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7349 * gst-libs/gst/interfaces/tuner.h:
7350 * gst/volume/Makefile.am:
7351 * gst/volume/gstvolume.c:
7352 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7353 * sys/ximage/Makefile.am:
7354 * sys/ximage/ximagesink.c:
7355 * sys/xvimage/Makefile.am:
7356 * sys/xvimage/xvimagesink.c:
7357 fold in all interfaces into an interfaces dir, preserving CVS
7360 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7362 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7363 Fix build after riff changes.
7365 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7367 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7368 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7369 (gst_riff_create_video_template_caps),
7370 (gst_riff_create_audio_template_caps),
7371 (gst_riff_create_iavs_template_caps):
7372 * gst-libs/gst/riff/riff-media.h:
7373 * gst-libs/gst/riff/riff-read.h:
7374 * gst-libs/gst/riff/riff.c: (gst_riff_init):
7375 Add gst_riff_init() to initialize the debug category, instead
7376 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7378 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7380 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7381 Oops, I shouldn't apply hacks.
7383 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7385 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7386 Remove pad_loop function which doesn't work.
7388 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7390 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7391 Send EOS when deactivating.
7392 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7393 (check_queue), (queue_threshold_reached), (queue_out_of_data),
7394 (gen_preroll_element), (probe_triggered), (mute_stream),
7395 (silence_stream), (new_decoded_pad), (setup_substreams),
7396 (set_active_source):
7397 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7398 (remove_sinks), (add_sink):
7399 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7400 Change for new probe API.
7402 2005-06-29 Wim Taymans <wim@fluendo.com>
7404 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7405 * gst-libs/gst/audio/gstbaseaudiosink.c:
7406 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7407 (gst_baseaudiosink_change_state):
7408 * gst-libs/gst/audio/gstbaseaudiosink.h:
7409 * gst-libs/gst/audio/gstringbuffer.c:
7410 (gst_ringbuffer_set_callback):
7411 Fix compilation error.
7412 Ringbuffer starts out as not running.
7413 Free our clock in dispose.
7414 When releasing the ringbuffer we need to renegotiate so
7417 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
7422 * docs/libs/Makefile.am:
7423 * docs/libs/gst-plugins-libs-docs.sgml:
7424 * docs/libs/gst-plugins-libs-sections.txt:
7425 * docs/libs/gst-plugins-libs.types:
7426 * docs/libs/tmpl/gstaudio.sgml:
7427 * docs/libs/tmpl/gstcolorbalance.sgml:
7428 * docs/libs/tmpl/gstringbuffer.sgml:
7429 * gst-libs/gst/audio/gstringbuffer.c:
7430 (gst_ringbuffer_set_callback):
7431 reinstate gtk-doc docs for plugin libs
7433 2005-06-28 Wim Taymans <wim@fluendo.com>
7435 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7436 (gst_ogg_demux_init):
7437 Removed pad loop function.
7439 2005-06-28 Wim Taymans <wim@fluendo.com>
7441 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7442 If we're building a chain we are not in an error case
7443 when we queue a buffer.
7445 2005-06-28 Andy Wingo <wingo@pobox.com>
7447 * *.c: Don't cast to GstObject before reffing/unreffing.
7449 2005-06-27 Andy Wingo <wingo@pobox.com>
7451 * gst/videotestsrc/gstvideotestsrc.c
7452 (gst_videotestsrc_activate_push): Activation API changes.
7454 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
7455 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7456 they have refs on the decodebin.
7458 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7460 (gst_ogg_pad_typefind): Don't leak a pad ref.
7461 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7462 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
7463 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7465 2005-06-27 Edward Hervey <edward@fluendo.com>
7467 * ext/theora/theoradec.c: (theora_dec_change_state):
7468 re-arranged call to parent's state change in order to avoid locks (or
7471 2005-06-26 Edward Hervey <edward@fluendo.com>
7473 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7474 2nd argument of 'unknow-type' signal is a GstCaps and not a
7477 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
7478 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7479 Set the worker thread's running flag to TRUE before starting the
7481 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7482 Catch a failure to add typefind to the bin.
7484 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
7486 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7487 (gst_sinesrc_init), (gst_sinesrc_create),
7488 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7489 (gst_sinesrc_start):
7490 * gst/sine/gstsinesrc.h:
7491 add num-buffers and timestamp-offset properties
7492 * gst/videotestsrc/gstvideotestsrc.c:
7493 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7494 (gst_videotestsrc_get_property):
7495 add timestamp-offset property
7497 2005-06-23 Christian Schaller <uraeus@gnome.org>
7499 * configure.ac: add videorate
7500 * gst-plugins-base.spec.in: add videorate
7502 2005-06-23 Wim Taymans <wim@fluendo.com>
7504 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7505 (gst_videorate_getcaps), (gst_videorate_setcaps),
7506 (gst_videorate_event), (gst_videorate_chain):
7507 Fixed videorate, fixating an already fixated caps is not
7510 2005-06-23 Wim Taymans <wim@fluendo.com>
7513 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7514 Buffer on caps is not boxed anymore.
7516 2005-06-22 Wim Taymans <wim@fluendo.com>
7518 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7519 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7520 Set buffers on caps as miniobjects and not as boxed.
7522 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
7527 === release 0.9.1 ===
7529 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
7552 2005-06-09 Andy Wingo <wingo@pobox.com>
7554 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7556 2005-06-09 Andy Wingo <wingo@pobox.com>
7559 * gst-libs/gst/Makefile.am:
7560 * gst-libs/gst/net/Makefile.am:
7561 Add gstnet to build.
7563 2005-06-09 Andy Wingo <wingo@pobox.com>
7565 * gst-libs/gst/gconf/gconf.c:
7566 * gst/playback/test.c:
7567 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7570 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7572 * ext/theora/theoraenc.c (theora_enc_chain):
7573 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7575 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7578 2005-06-02 Wim Taymans <wim@fluendo.com>
7580 * gst-libs/gst/net/Makefile.am:
7581 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7582 * pkgconfig/gstreamer-libs.pc.in:
7583 Added net stuff, version net lib.
7585 2005-06-02 Wim Taymans <wim@fluendo.com>
7587 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7588 (query_rates), (query_positions_elems), (query_positions_pads),
7590 Updated seek example.
7592 2005-06-02 Andy Wingo <wingo@pobox.com>
7594 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7595 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7598 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7599 remove the typefind, the bin dispose will do it for us. When it's
7600 removed and unreffed, the signal handler will be disconnected,
7602 (unlinked): It's too difficult to disconnect from unlinked
7603 handlers, as they are on pads not elements. Just punt if the pads
7604 aren't grandkids of the bin.
7606 2005-06-02 Wim Taymans <wim@fluendo.com>
7609 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7610 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7611 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7612 * ext/theora/theoradec.c: (theora_dec_src_query),
7613 (theora_handle_data_packet):
7614 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7616 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7617 (vorbis_handle_data_packet):
7618 * gst/audioconvert/bufferframesconvert.c:
7619 (buffer_frames_convert_chain):
7620 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7621 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7622 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7623 (gst_ffmpegcsp_chain):
7624 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7625 (gst_videorate_getcaps), (gst_videorate_setcaps),
7626 (gst_videorate_event), (gst_videorate_chain):
7627 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7628 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7629 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7630 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7631 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7632 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7633 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7634 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7635 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7636 Cleanups and buffer alloc.
7638 2005-05-31 Wim Taymans <wim@fluendo.com>
7640 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7641 Don't try to call the delay method when the device is not
7644 2005-05-31 Wim Taymans <wim@fluendo.com>
7646 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
7647 Get actual segment size and buffer size after opening
7650 2005-05-30 Wim Taymans <wim@fluendo.com>
7652 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
7653 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
7654 Also FLUSH upstream, makes the loop function exit faster.
7656 * ext/theora/theoradec.c: (theora_dec_src_query):
7657 Some more debug info in the query.
7659 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7660 (gst_ximagesink_setcaps):
7661 Release lock on par error, better error reporting.
7663 2005-05-26 Wim Taymans <wim@fluendo.com>
7665 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7666 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
7667 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
7668 Clear chains in READY
7669 Queue packets until the chain is activated.
7671 2005-05-25 Wim Taymans <wim@fluendo.com>
7673 * gst-libs/gst/audio/gstaudiosink.c:
7674 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7675 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7676 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7677 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7678 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7679 (gst_audiosink_create_ringbuffer):
7680 * gst-libs/gst/audio/gstbaseaudiosink.c:
7681 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7682 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7683 (gst_baseaudiosink_set_property), (build_linear_format),
7684 (debug_spec_caps), (debug_spec_buffer),
7685 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7686 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7687 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7688 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7689 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7690 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7691 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7692 (gst_ringbuffer_play), (gst_ringbuffer_pause),
7693 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7694 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7695 (wait_segment), (gst_ringbuffer_commit),
7696 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7697 (gst_ringbuffer_clear):
7698 Various small cleanups.
7700 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7701 (gst_audio_convert_change_state):
7702 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7703 No need to take the locks anymore.
7705 2005-05-25 Wim Taymans <wim@fluendo.com>
7707 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7708 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7709 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7711 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7712 (group_destroy), (group_commit), (queue_overrun),
7713 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
7714 (mute_stream), (new_decoded_pad), (setup_substreams),
7715 (setup_source), (mute_group_type), (set_active_source),
7716 (gst_play_base_bin_change_state):
7717 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7718 (gen_video_element), (gen_text_element), (gen_audio_element),
7719 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7720 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7721 (gst_stream_info_dispose), (gst_stream_info_set_mute):
7722 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7723 Some playbin cleanups mostly refcounting sloppyness.
7725 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7727 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7728 Work with streaming input.
7730 2005-05-25 Wim Taymans <wim@fluendo.com>
7732 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7733 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7734 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7735 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7736 No need to take the STREAM lock anymore.
7738 2005-05-25 Wim Taymans <wim@fluendo.com>
7740 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7741 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7742 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7743 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7744 (gst_ogg_demux_sink_activate):
7745 * ext/theora/theoradec.c: (theora_dec_src_event),
7746 (theora_handle_comment_packet), (theora_dec_chain),
7747 (theora_dec_change_state):
7748 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7749 (vorbis_handle_data_packet), (vorbis_dec_chain),
7750 (vorbis_dec_change_state):
7751 Remove STREAM locks as they are taken in core now.
7752 Never set bogus granulepos on vorbis/theora.
7753 Fix leaks in theoradec tag parsing.
7755 2005-05-25 Wim Taymans <wim@fluendo.com>
7757 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7758 Fix memleaks, GST_BUFFER_DATA() is not freed.
7760 2005-05-25 Wim Taymans <wim@fluendo.com>
7762 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7763 Open non-blocking, set to blocking mode afterwards to avoid
7764 lockups when audio device is busy.
7766 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7768 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7771 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7773 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7774 (gst_audio_convert_chain), (gst_audio_convert_link_src),
7775 (gst_audio_convert_setcaps):
7776 Implement instant setup switching.
7778 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7780 * gst/playback/gstplaybasebin.c: (probe_triggered):
7782 * gst/playback/gstplaybin.c: (add_sink):
7783 First add, then link (otherwise pad link fails).
7785 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7787 * examples/Makefile.am:
7788 fix buildbot (make distcheck)
7790 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7792 * gst/playback/gstplaybin.c: (gen_vis_element):
7793 Remove some wrong code. Doesn't work yet.
7795 2005-05-19 Wim Taymans <wim@fluendo.com>
7797 * gst-libs/gst/net/Makefile.am:
7798 * gst-libs/gst/net/README:
7799 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7800 (gst_netbuffer_class_init), (gst_netbuffer_init),
7801 (gst_netbuffer_finalize), (gst_netbuffer_copy),
7802 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7803 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7804 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7805 * gst-libs/gst/net/gstnetbuffer.h:
7806 Added buffer subclass to store extra to/from addresses for
7807 network sources/sinks.
7809 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7811 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7812 Don't lock an unassigned variable.
7814 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7816 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7817 Increase buffer for video, decrease buffer for other media types.
7818 * gst/playback/gstplaybin.c: (gen_video_element),
7819 (gen_audio_element):
7820 Change names for debugging purposes.
7822 2005-05-18 Wim Taymans <wim@fluendo.com>
7824 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7825 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7826 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7827 (gst_ffmpegcsp_chain):
7828 Enable buffer alloc passthrough if the source and dest
7829 formats are the same.
7831 2005-05-17 Wim Taymans <wim@fluendo.com>
7833 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7834 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
7835 (gst_ogg_demux_chain_unlocked):
7836 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7837 (gst_audio_convert_caps_remove_format_info),
7838 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7839 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
7840 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7841 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7842 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
7843 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
7844 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7845 (gst_ffmpegcsp_get_property):
7846 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7847 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7848 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7849 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7850 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
7851 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7852 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
7853 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
7854 Leak fixes in oggdemux.
7855 Some cleanups in audioconvert.
7856 Make passthrough work along with buffer_alloc etc.
7857 Make buffer_alloc and buffer recycling actually work in
7860 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
7862 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
7863 make the compiler happy
7865 2005-05-17 Wim Taymans <wim@fluendo.com>
7867 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7868 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7869 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
7870 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
7871 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7872 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
7873 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7874 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7875 (gst_xvimagesink_set_xwindow_id):
7876 * sys/xvimage/xvimagesink.h:
7877 Port xvimagesink to new MiniObject.
7879 2005-05-17 Wim Taymans <wim@fluendo.com>
7881 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7882 (gst_audiofilter_chain):
7883 * gst-libs/gst/audio/gstaudiosink.c:
7884 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7885 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7886 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7887 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7888 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7889 (gst_audiosink_create_ringbuffer):
7890 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7891 (gst_audio_convert_caps_remove_format_info),
7892 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7893 (gst_audio_convert_fixate), (gst_audio_convert_channels):
7894 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7895 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7896 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7897 Fix passthrough in ffmpegcolorspace.
7898 Fix memset in audiosink on wrong memory.
7900 2005-05-16 David Schleef <ds@schleef.org>
7902 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
7905 2005-05-16 David Schleef <ds@schleef.org>
7907 Port from GstData to GstMiniObject.
7908 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7909 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7910 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
7911 (gst_ogg_mux_collected):
7912 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7913 * ext/theora/theoradec.c: (theora_handle_comment_packet),
7914 (theora_handle_data_packet):
7915 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7916 (theora_set_header_on_caps), (theora_enc_chain):
7917 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7918 (vorbis_handle_comment_packet):
7919 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7920 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7921 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
7922 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7923 * gst/audioconvert/gstaudioconvert.c:
7924 (gst_audio_convert_get_buffer):
7925 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7926 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7927 (mute_stream), (silence_stream):
7928 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7929 * gst/volume/gstvolume.c: (volume_transform):
7930 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7931 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7932 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7933 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7934 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7935 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7936 (gst_ximagesink_buffer_alloc):
7937 * sys/ximage/ximagesink.h:
7939 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7941 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7942 (fill_buffer), (check_queue), (queue_threshold_reached),
7943 (queue_out_of_data):
7944 * gst/playback/gstplaybasebin.h:
7945 Post buffer-fullness on the bus.
7947 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7949 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7951 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7952 (group_commit), (probe_triggered), (setup_source),
7953 (gst_play_base_bin_change_state):
7954 * gst/playback/gstplaybasebin.h:
7955 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7956 (gst_play_bin_init), (remove_sinks), (setup_sinks),
7957 (gst_play_bin_change_state):
7958 Move setup_output_pads into a virtual function, remove
7959 group-switch (no longer needed) and redirect (handled by bus
7962 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7964 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7965 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7966 (get_active_group), (get_building_group), (group_destroy),
7967 (group_commit), (check_queue), (queue_overrun),
7968 (queue_threshold_reached), (queue_out_of_data),
7969 (gen_preroll_element), (remove_groups), (unknown_type),
7970 (add_element_stream), (no_more_pads), (probe_triggered),
7971 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7972 (setup_substreams), (setup_source), (finish_source),
7973 (prepare_output), (muted_group_change_state),
7974 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7975 (gst_play_base_bin_change_state):
7976 * gst/playback/gstplaybasebin.h:
7977 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7978 (gst_play_bin_init), (gst_play_bin_set_property),
7979 (gen_video_element), (gen_text_element), (gen_audio_element),
7980 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7981 (gst_play_bin_change_state):
7982 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7983 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7984 (stream_info_change_state), (gst_stream_info_set_mute),
7985 (gst_stream_info_get_property):
7986 * gst/playback/gststreaminfo.h:
7987 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7988 (gst_stream_selector_get_linked_pad),
7989 (gst_stream_selector_getcaps),
7990 (gst_stream_selector_get_linked_pads),
7991 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7992 * gst/playback/gststreamselector.h:
7993 Rough port of playbin. Needs some more work, but is mostly done,
7994 and uses a few locks in important places, which should make stuff
7995 like chain-switches clean. Still uses GST_STATE() in a few places,
7996 which isn't all that good an idea, subtitles/elements disabled
7997 because no elements to test with and thus probably broken, query
7998 and event handling moved to GstBin, internal thread removed
7999 alltogether because the pipeline does that for us now. Can play
8000 Ogg/Vorbis files. Haven't tested anything else yet.
8002 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8004 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8005 Do no-more-pads (needed for autoplugging).
8007 2005-05-10 Andy Wingo <wingo@pobox.com>
8009 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8010 message to the bus with the tags. Still not sent downstream tho.
8012 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8014 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8015 avoid refcounting hassles.
8017 2005-05-09 Andy Wingo <wingo@pobox.com>
8019 * gst/volume/Makefile.am:
8021 * gst/volume/gstvolume.h
8022 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8023 basetransform. Probably need an audio filter base class.
8025 2005-05-09 Wim Taymans <wim@fluendo.com>
8027 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8028 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8029 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8030 (gst_vorbisenc_chain):
8031 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8032 (gst_audio_convert_caps_remove_format_info),
8033 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8034 (gst_audio_convert_fixate), (gst_audio_convert_channels):
8035 Make caps writable before writing to it.
8036 Fix negotiation in audioconvert some more.
8038 2005-05-09 Wim Taymans <wim@fluendo.com>
8040 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8041 (gst_videorate_getcaps), (gst_videorate_setcaps),
8042 (gst_videorate_event), (gst_videorate_chain):
8045 2005-05-09 Wim Taymans <wim@fluendo.com>
8047 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8048 (gst_videorate_getcaps), (gst_videorate_setcaps),
8049 (gst_videorate_blank_data), (gst_videorate_init),
8050 (gst_videorate_event), (gst_videorate_chain),
8051 (gst_videorate_change_state):
8052 Port videorate, do a better job at negotiation while we're at
8055 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
8060 * examples/Makefile.am:
8061 * gst-libs/gst/audio/Makefile.am:
8062 * gst-libs/gst/riff/Makefile.am:
8063 * gst-libs/gst/tag/Makefile.am:
8064 * gst-libs/gst/video/Makefile.am:
8065 Fixups for missing variables.
8067 2005-05-09 Wim Taymans <wim@fluendo.com>
8069 * examples/seeking/seek.c: (make_theora_pipeline),
8070 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8071 (query_rates), (query_positions_elems), (query_positions_pads),
8072 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8073 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8074 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8075 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8076 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8077 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8078 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8079 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8080 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8081 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8082 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8083 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8084 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8085 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8086 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8087 (theora_dec_src_convert), (theora_dec_sink_convert),
8088 (theora_dec_src_query), (theora_dec_sink_query),
8089 (theora_dec_src_event), (theora_dec_sink_event),
8090 (theora_handle_comment_packet), (theora_handle_type_packet),
8091 (theora_handle_header_packet), (theora_handle_data_packet),
8093 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8094 (vorbis_dec_convert), (vorbis_dec_src_query),
8095 (vorbis_dec_sink_query), (vorbis_dec_src_event),
8096 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8097 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8098 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8099 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8100 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8101 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8102 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8103 (gst_play_bin_query):
8104 * gst/playback/test3.c: (update_scale):
8105 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8106 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8107 * gst/subparse/gstsubparse.c: (gst_subparse_init):
8108 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8109 (gst_videotestsrc_src_query):
8110 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8111 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8113 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8114 Port to new query API.
8116 Cleanups in x[v]imagesink
8118 2005-05-09 Andy Wingo <wingo@pobox.com>
8120 * ext/alsa/gstalsasink.h:
8121 * ext/gnomevfs/gstgnomevfssrc.c:
8122 (gst_gnomevfssrc_get_icy_metadata):
8123 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8124 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8125 * ext/theora/theoradec.c (theora_dec_src_query)
8126 (theora_dec_src_event, theora_dec_sink_event)
8127 (theora_handle_comment_packet, theora_handle_data_packet):
8128 * ext/theora/theoraenc.c (theora_enc_chain):
8129 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8130 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8131 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8132 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8134 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8135 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8136 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8137 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8138 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8139 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8140 (paint_setup_xBGR8888, paint_setup_RGBx8888)
8141 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8142 (paint_setup_RGB565, paint_setup_xRGB1555):
8143 * gst/videotestsrc/videotestsrc.h:
8144 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8145 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8146 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8149 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8150 gst_pad_query_position. Fixes oggdemux.
8152 2005-05-08 David Schleef <ds@schleef.org>
8154 * configure.ac: Require liboil.
8155 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8157 * gst/videotestsrc/videotestsrc.c:
8158 * gst/videotestsrc/videotestsrc.h:
8160 2005-05-06 Wim Taymans <wim@fluendo.com>
8162 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8163 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8164 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8165 Well, unreffing a buffer right before pushing it is asking
8168 2005-05-06 Christian Schaller <uraeus@gnome.org>
8170 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8172 2005-05-06 Wim Taymans <wim@fluendo.com>
8174 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8175 (gst_audio_convert_caps_remove_format_info),
8176 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8177 (gst_audio_convert_fixate), (gst_audio_convert_channels):
8178 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8179 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8180 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8181 * gst/sine/Makefile.am:
8182 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8183 (gst_sinesrc_class_init), (gst_sinesrc_init),
8184 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8185 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8186 (gst_sinesrc_update_freq):
8187 * gst/sine/gstsinesrc.h:
8188 * gst/tcp/gstmultifdsink.c:
8189 * sys/xvimage/xvimagesink.c:
8190 Fixed negotiation wrt _peer_get_caps()
8194 2005-05-06 Wim Taymans <wim@fluendo.com>
8196 * gst-libs/gst/audio/gstaudiosink.c:
8197 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8198 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8199 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8200 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8201 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8202 (gst_audiosink_create_ringbuffer):
8203 * gst-libs/gst/audio/gstbaseaudiosink.c:
8204 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8205 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8206 (gst_baseaudiosink_set_property), (build_linear_format),
8207 (debug_spec_caps), (debug_spec_buffer),
8208 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8209 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8210 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8211 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8212 * gst-libs/gst/audio/gstbaseaudiosink.h:
8213 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8214 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8215 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8216 (gst_ringbuffer_play), (gst_ringbuffer_pause),
8217 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8218 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8219 (wait_segment), (gst_ringbuffer_commit),
8220 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8221 (gst_ringbuffer_clear):
8222 * gst-libs/gst/audio/gstringbuffer.h:
8223 Make the base audiosink return an error when there is no
8224 audiobuffer negotiated.
8226 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8229 Disable cdparanoia until someone ports it!
8231 2005-05-06 Wim Taymans <wim@fluendo.com>
8233 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8234 (gst_ogg_demux_sink_activate):
8235 And revert after wingo's revert.. sigh..
8237 2005-05-05 Andy Wingo <wingo@pobox.com>
8239 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8241 * configure.ac: Return audiorate and subparse from the ghetto.
8242 Re-enable -Wall -Werror.
8243 * gst/subparse/gstsubparse.c:
8244 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8245 or chain-based. Cleaned up a bit. Not tested.
8247 2005-05-05 Christian Schaller <christian@fluendo.com>
8249 * Makefile.am: remove stuff that is not building
8250 * configure.ac: remove stuff that is not building
8251 * examples/Makefile.am: remove stuff that is not building
8252 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8253 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8254 * sys/Makefile.am: remove stuff that is not building
8255 * testsuite/Makefile.am: remove stuff that is not building
8257 2005-05-05 Andy Wingo <wingo@pobox.com>
8259 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8260 * gst-libs/gst/tag/gstvorbistag.c:
8261 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8262 * gst/adder/gstadder.h:
8263 * gst/audioconvert/gstchannelmix.c:
8264 (gst_audio_convert_fill_one_other):
8265 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8266 (gst_audiorate_init), (gst_audiorate_chain):
8267 * gst/playback/gstplaybasebin.c: (setup_source):
8268 * gst/playback/test3.c: (update_scale):
8286 2005-05-05 Wim Taymans <wim@fluendo.com>
8288 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8289 (gst_audio_convert_caps_remove_format_info),
8290 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8291 (gst_audio_convert_change_state), (gst_audio_convert_channels):
8292 * gst/videotestsrc/gstvideotestsrc.c:
8293 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8294 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8295 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8296 (gst_videotestsrc_init), (gst_videotestsrc_loop):
8297 Don't ignore _push() return values.
8298 Make sure no processing is done when shutting down.
8299 Videotestsrc pad activation fix.
8301 2005-05-05 Wim Taymans <wim@fluendo.com>
8303 * gst/adder/Makefile.am:
8304 * gst/adder/gstadder.c: (gst_adder_setcaps),
8305 (gst_adder_class_init), (gst_adder_init),
8306 (gst_adder_request_new_pad), (gst_adder_collected),
8307 (gst_adder_change_state):
8308 * gst/adder/gstadder.h:
8309 Ported adder as an example of a mixer element using
8310 collect pads. Needs more negotiation work.
8312 2005-05-05 Wim Taymans <wim@fluendo.com>
8314 * ext/theora/theoradec.c: (_inc_granulepos),
8315 (theora_dec_src_event), (theora_dec_sink_event),
8316 (theora_handle_comment_packet), (theora_handle_type_packet),
8317 (theora_handle_header_packet), (theora_handle_data_packet),
8319 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8320 (gst_theora_enc_init), (theora_enc_sink_setcaps),
8321 (theora_push_buffer), (theora_push_packet),
8322 (theora_enc_sink_event), (theora_enc_chain),
8323 (theora_enc_change_state), (theora_enc_set_property),
8324 (theora_enc_get_property):
8325 Added stream lock to decoder so that we can serialize
8327 More theoraenc porting, recover from errors, do clean
8330 2005-05-05 Wim Taymans <wim@fluendo.com>
8332 * ext/ogg/Makefile.am:
8334 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8335 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8337 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8338 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8339 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8340 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8341 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8342 (gst_ogg_mux_change_state):
8345 2005-05-05 Wim Taymans <wim@fluendo.com>
8347 * docs/design-audiosinks.txt:
8348 * gst-libs/gst/audio/TODO:
8349 * gst-libs/gst/audio/gstaudiosink.c:
8350 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8351 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8352 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8353 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8354 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8355 (gst_audiosink_create_ringbuffer):
8356 * gst-libs/gst/audio/gstbaseaudiosink.c:
8357 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8358 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8359 (gst_baseaudiosink_set_property), (build_linear_format),
8360 (debug_spec_caps), (debug_spec_buffer),
8361 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8362 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8363 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8364 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8365 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8366 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8367 (gst_ringbuffer_release), (gst_ringbuffer_play),
8368 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8369 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8370 (gst_ringbuffer_set_sample), (wait_segment),
8371 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8372 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8373 More work on the audiosink, mostly debugging and a race in
8376 2005-04-28 Wim Taymans <wim@fluendo.com>
8378 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8379 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8380 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8381 (vorbis_dec_src_query), (vorbis_dec_src_event),
8382 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8383 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8384 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8385 Don't crap out when seeking back to position 0.
8387 2005-04-28 Wim Taymans <wim@fluendo.com>
8389 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8390 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8391 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8392 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8393 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8394 Make audio sink configurable, use alsasink as default.
8396 2005-04-28 Wim Taymans <wim@fluendo.com>
8398 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8399 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8400 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8401 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8402 (vorbis_dec_change_state):
8403 * ext/vorbis/vorbisdec.h:
8404 Refactor, use STREAM_LOCK.
8406 2005-04-28 Wim Taymans <wim@fluendo.com>
8408 * ext/theora/theoradec.c: (_inc_granulepos),
8409 (theora_dec_sink_event), (theora_handle_comment_packet),
8410 (theora_handle_type_packet), (theora_handle_header_packet),
8411 (theora_handle_data_packet), (theora_dec_chain),
8412 (theora_dec_change_state):
8413 Refactor a bit, use STREAM_LOCK.
8415 2005-04-28 Wim Taymans <wim@fluendo.com>
8417 * ext/alsa/Makefile.am:
8418 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8419 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8420 (gst_alsa_link), (gst_alsa_close_audio):
8421 * ext/alsa/gstalsaplugin.c: (plugin_init):
8422 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8423 (gst_alsasink_dispose), (gst_alsasink_base_init),
8424 (gst_alsasink_class_init), (gst_alsasink_init),
8425 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8426 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8427 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8428 (gst_alsasink_reset):
8429 * ext/alsa/gstalsasink.h:
8430 Implement alsasink with simple open/write/close API.
8431 Make alsa dir build by disabling compilation of code.
8433 2005-04-28 Wim Taymans <wim@fluendo.com>
8435 * gst-libs/gst/audio/Makefile.am:
8436 * gst-libs/gst/audio/audio.h:
8437 * gst-libs/gst/audio/audioclock.c:
8438 * gst-libs/gst/audio/audioclock.h:
8439 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8440 (gst_audio_clock_class_init), (gst_audio_clock_init),
8441 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8442 * gst-libs/gst/audio/gstaudioclock.h:
8443 * gst-libs/gst/audio/gstaudiosink.c:
8444 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8445 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8446 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8447 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8448 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8449 (gst_audiosink_create_ringbuffer):
8450 * gst-libs/gst/audio/gstbaseaudiosink.c:
8451 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8452 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8453 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8454 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8455 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8456 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8457 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8458 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8459 * gst-libs/gst/audio/gstbaseaudiosink.h:
8460 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8461 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8462 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8463 (gst_ringbuffer_release), (gst_ringbuffer_play),
8464 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8465 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8466 (gst_ringbuffer_set_sample), (wait_segment),
8467 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8468 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8469 * gst-libs/gst/audio/gstringbuffer.h:
8470 Make ringbuffer faster and more simple by removing the locks
8471 in the playback thread.
8472 Add sample accurate playback based on buffer sample offsets.
8473 Make the baseaudiosink provide a clock.
8474 Parse caps in the base class.
8475 Correctly handle seeking, flushing and state changes.
8477 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
8480 * gst/audioconvert/Makefile.am:
8481 * gst/audioscale/Makefile.am:
8482 Fix part of the build. Come on guys, autogen didn't even work :)
8484 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8487 * gst-libs/gst/Makefile.am:
8488 * gst-libs/gst/media-info/.cvsignore:
8489 * gst-libs/gst/media-info/Makefile.am:
8490 * gst-libs/gst/media-info/README:
8491 * gst-libs/gst/media-info/media-info-priv.c:
8492 * gst-libs/gst/media-info/media-info-priv.h:
8493 * gst-libs/gst/media-info/media-info-test.c:
8494 * gst-libs/gst/media-info/media-info.c:
8495 * gst-libs/gst/media-info/media-info.h:
8496 * gst-libs/gst/media-info/media-info.vcproj:
8497 * pkgconfig/Makefile.am:
8498 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8499 * pkgconfig/gstreamer-media-info.pc.in:
8500 Remove media-info, which is also successed by playbin (see Totem
8503 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8506 * examples/Makefile.am:
8507 * examples/gstplay/.cvsignore:
8508 * examples/gstplay/Makefile.am:
8509 * examples/gstplay/player.c:
8510 * gst-libs/gst/Makefile.am:
8511 * gst-libs/gst/play/.cvsignore:
8512 * gst-libs/gst/play/Makefile.am:
8513 * gst-libs/gst/play/play.c:
8514 * gst-libs/gst/play/play.h:
8515 * gst-libs/gst/play/play.vcproj:
8516 * pkgconfig/Makefile.am:
8517 * pkgconfig/gstreamer-play-uninstalled.pc.in:
8518 * pkgconfig/gstreamer-play.pc.in:
8519 Remove libgstplay, playbin is now the official successor.
8521 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8524 * gst-libs/gst/Makefile.am:
8525 * gst-libs/gst/xwindowlistener/Makefile.am:
8526 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8527 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8528 Remove deprecated xwindowlistener (I've moved xwindowlistening
8529 in the v4l/v4l2 plugins over to serverside).
8531 2005-04-25 David Schleef <ds@schleef.org>
8533 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8534 to examples/dynparams. Examples do not belong interspersed with
8536 * examples/dynparams/demo-dparams.c:
8537 * gst/sine/Makefile.am:
8538 * gst/sine/demo-dparams.c:
8540 2005-04-25 David Schleef <ds@schleef.org>
8542 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8543 * gst-libs/gst/audio/Makefile.am:
8544 * gst-libs/gst/riff/Makefile.am:
8545 * gst-libs/gst/tag/Makefile.am:
8546 * gst-libs/gst/video/Makefile.am:
8547 * gst-libs/gst/xwindowlistener/Makefile.am:
8549 Convert to 0.9 API, seems to work:
8550 * sys/ximage/Makefile.am:
8551 * sys/ximage/ximagesink.c:
8553 2005-04-24 David Schleef <ds@schleef.org>
8555 Link plugins against libraries:
8556 * ext/alsa/Makefile.am:
8557 * gst/tcp/Makefile.am:
8559 Remove asm code that should be in liboil
8560 * gst/videoscale/Makefile.am:
8561 * gst/videoscale/videoscale_x86_asm.s:
8563 gettext wants these checked in:
8579 2005-04-24 David Schleef <ds@schleef.org>
8581 Convert gst_main() to g_main_loop_run()
8582 * gst/playback/decodetest.c: (main):
8583 * gst/playback/test2.c: (main):
8584 * gst/playback/test3.c: (main):
8585 * gst/playback/test4.c: (main):
8587 Link plugins against libraries:
8588 * ext/libvisual/Makefile.am:
8589 * sys/xvimage/Makefile.am:
8591 2005-04-24 David Schleef <ds@schleef.org>
8593 * configure.ac: Remove idct and resample libs
8594 * gst-libs/gst/Makefile.am: same
8596 Remove usage of gst_library_load():
8597 * ext/alsa/gstalsaplugin.c: (plugin_init):
8598 * ext/libvisual/visual.c: (plugin_init):
8599 * ext/ogg/gstogg.c: (plugin_init):
8600 * ext/theora/theora.c: (plugin_init):
8601 * ext/vorbis/vorbis.c: (plugin_init):
8602 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8603 * gst/audioscale/gstaudioscale.c:
8604 * gst/adder/gstadder.c: (plugin_init):
8605 * gst/audioconvert/plugin.c: (plugin_init):
8606 * sys/ximage/ximagesink.c: (plugin_init):
8607 * sys/xvimage/xvimagesink.c: (plugin_init):
8608 * gst/tcp/gsttcpplugin.c: (plugin_init):
8610 Link plugins against libraries:
8611 * ext/ogg/Makefile.am:
8612 * ext/theora/Makefile.am:
8613 * ext/vorbis/Makefile.am:
8614 * gst/audioconvert/Makefile.am:
8616 Create proper libraries:
8617 * gst-libs/gst/riff/Makefile.am:
8618 * gst-libs/gst/audio/Makefile.am:
8619 * gst-libs/gst/video/Makefile.am:
8621 Move resample library to audioscale plugin directory:
8622 * gst-libs/gst/resample/Makefile.am:
8623 * gst-libs/gst/resample/README:
8624 * gst-libs/gst/resample/dtof.c:
8625 * gst-libs/gst/resample/dtos.c:
8626 * gst-libs/gst/resample/functable.c:
8627 * gst-libs/gst/resample/private.h:
8628 * gst-libs/gst/resample/resample.c:
8629 * gst-libs/gst/resample/resample.h:
8630 * gst-libs/gst/resample/resample.vcproj:
8631 * gst-libs/gst/resample/test.c:
8632 * gst/audioscale/Makefile.am:
8633 * gst/audioscale/README:
8634 * gst/audioscale/dtof.c:
8635 * gst/audioscale/dtos.c:
8636 * gst/audioscale/functable.c:
8637 * gst/audioscale/private.h:
8638 * gst/audioscale/resample.c:
8639 * gst/audioscale/resample.h:
8640 * gst/audioscale/test.c:
8642 Move tagedit library to gst-libs:
8643 * gst-libs/gst/tag/Makefile.am:
8644 * gst-libs/gst/tag/gstid3tag.c:
8645 * gst-libs/gst/tag/gsttagediting.c:
8646 * gst-libs/gst/tag/gsttageditingprivate.h:
8647 * gst-libs/gst/tag/gstvorbistag.c:
8648 * gst/tags/Makefile.am:
8649 * gst/tags/gstid3tag.c:
8650 * gst/tags/gstvorbistag.c:
8652 Fix for core changes:
8653 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8654 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
8655 (gst_sinesrc_getrange):
8657 2005-04-23 David Schleef <ds@schleef.org>
8659 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
8660 in gst-plugins in a long time, and properly belongs in liboil.
8661 * gst-libs/gst/idct/Makefile.am:
8662 * gst-libs/gst/idct/README:
8663 * gst-libs/gst/idct/dct.h:
8664 * gst-libs/gst/idct/doieee:
8665 * gst-libs/gst/idct/fastintidct.c:
8666 * gst-libs/gst/idct/floatidct.c:
8667 * gst-libs/gst/idct/idct.c:
8668 * gst-libs/gst/idct/idct.h:
8669 * gst-libs/gst/idct/idtc.vcproj:
8670 * gst-libs/gst/idct/ieeetest.c:
8671 * gst-libs/gst/idct/intidct.c:
8673 2005-04-20 Wim Taymans <wim@fluendo.com>
8675 * docs/design-audiosinks.txt:
8676 * gst-libs/gst/audio/Makefile.am:
8677 * gst-libs/gst/audio/TODO:
8678 * gst-libs/gst/audio/gstaudiosink.c:
8679 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8680 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8681 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8682 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8683 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8684 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8685 (gst_audiosink_class_init), (gst_audiosink_init),
8686 (gst_audiosink_create_ringbuffer):
8687 * gst-libs/gst/audio/gstaudiosink.h:
8688 * gst-libs/gst/audio/gstbaseaudiosink.c:
8689 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8690 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8691 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8692 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8693 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8694 (gst_baseaudiosink_create_ringbuffer),
8695 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8696 * gst-libs/gst/audio/gstbaseaudiosink.h:
8697 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8698 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8699 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8700 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8701 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8702 (gst_ringbuffer_play), (gst_ringbuffer_pause),
8703 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8704 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8705 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8706 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8707 * gst-libs/gst/audio/gstringbuffer.h:
8708 An attempt at a set of audio base classes together with some
8711 2005-04-20 Wim Taymans <wim@fluendo.com>
8713 * gst/audioconvert/Makefile.am:
8714 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8715 (gst_audio_convert_caps_remove_format_info),
8716 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8717 (gst_audio_convert_channels):
8718 Link against audio libs.
8719 Fix audio convert plugin.
8721 2005-04-20 Wim Taymans <wim@fluendo.com>
8723 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8724 (gst_ogg_demux_sink_activate):
8725 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8726 (theora_set_header_on_caps), (theora_enc_sink_event),
8730 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8732 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8733 * gst/playback/gstdecodebin.c: (find_compatibles):
8734 Work with staticpadtemplates in elementfactories.
8736 2005-04-12 Wim Taymans <wim@fluendo.com>
8738 * gst/playback/README:
8739 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8740 (compare_ranks), (print_feature), (gst_decode_bin_init),
8741 (dynamic_create), (dynamic_free), (find_compatibles),
8742 (mimetype_is_raw), (close_pad_link), (got_redirect),
8743 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8744 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8745 (gst_decode_bin_change_state):
8746 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8747 (gst_play_base_bin_init), (group_destroy), (group_commit),
8748 (check_queue), (queue_overrun), (queue_threshold_reached),
8749 (queue_out_of_data), (gen_preroll_element), (unknown_type),
8750 (new_decoded_pad), (setup_subtitle), (gen_source_element),
8751 (got_redirect), (setup_source), (play_base_eos),
8752 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8753 (gst_play_base_bin_remove_element):
8754 * gst/playback/gstplaybasebin.h:
8755 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8756 (gst_play_bin_init), (gst_play_bin_dispose),
8757 (gst_play_bin_set_property), (gen_video_element),
8758 (gen_text_element), (gen_audio_element), (remove_sinks),
8759 (gst_play_bin_send_event):
8760 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8761 (stream_info_change_state), (gst_stream_info_set_mute):
8762 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8763 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8764 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8765 (gst_stream_selector_chain):
8766 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8768 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8769 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8770 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8771 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8772 Raw and crude port of decodebin.
8773 Make playbin compile.
8775 2005-04-06 Wim Taymans <wim@fluendo.com>
8777 * ext/gnomevfs/Makefile.am:
8778 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8779 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8780 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8781 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8782 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8783 (gst_gnomevfssrc_stop):
8784 * ext/ogg/Makefile.am:
8785 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8786 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8787 * ext/theora/Makefile.am:
8788 * ext/theora/theoradec.c: (_inc_granulepos),
8789 (theora_dec_sink_event), (theora_dec_chain):
8790 * ext/vorbis/Makefile.am:
8791 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8792 (vorbis_dec_sink_event), (vorbis_dec_chain):
8793 * gst-libs/gst/audio/Makefile.am:
8794 * sys/xvimage/Makefile.am:
8795 Make gnomevfssrc extend the source base class.
8796 Fix linking against libs in various plugins.
8798 2005-04-06 Andy Wingo <wingo@pobox.com>
8800 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8803 * configure.ac: Add check and AC_SUBST for libgstbase.
8805 2005-03-31 Wim Taymans <wim@fluendo.com>
8807 * examples/seeking/Makefile.am:
8808 * examples/seeking/cdparanoia.c: (main):
8809 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8810 (play_cb), (pause_cb), (stop_cb), (main):
8811 * examples/seeking/playbin.c:
8812 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8813 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8814 (make_sid_pipeline), (make_vorbis_pipeline),
8815 (make_theora_pipeline), (make_vorbis_theora_pipeline),
8816 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8817 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8818 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8819 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8821 * examples/seeking/spider_seek.c:
8822 * examples/seeking/vorbisfile.c:
8823 * ext/gnomevfs/Makefile.am:
8824 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8825 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
8826 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8827 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
8828 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
8829 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
8830 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
8831 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8833 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
8834 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
8835 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
8836 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
8837 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
8838 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
8839 (gst_ogg_pad_event), (gst_ogg_pad_reset),
8840 (gst_ogg_demux_factory_filter), (compare_ranks),
8841 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8842 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8843 (gst_ogg_chain_new), (gst_ogg_chain_free),
8844 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
8845 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
8846 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
8847 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
8848 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
8849 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8850 (gst_ogg_demux_get_prev_page),
8851 (gst_ogg_demux_deactivate_current_chain),
8852 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8853 (gst_ogg_demux_bisect_forward_serialno),
8854 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8855 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
8856 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
8857 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
8858 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
8859 (gst_ogg_demux_change_state), (gst_ogg_print):
8860 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8861 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
8862 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8863 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
8865 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8866 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8867 (theora_dec_src_convert), (theora_dec_sink_convert),
8868 (theora_dec_src_query), (theora_dec_src_event),
8869 (theora_dec_sink_event), (theora_dec_chain),
8870 (theora_dec_change_state):
8871 * ext/theora/theoraenc.c: (gst_theora_enc_init),
8872 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
8873 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
8874 (theora_enc_change_state):
8875 * ext/vorbis/Makefile.am:
8876 * ext/vorbis/oggvorbisenc.c:
8877 * ext/vorbis/oggvorbisenc.h:
8878 * ext/vorbis/vorbis.c: (plugin_init):
8879 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8880 (vorbis_dec_src_query), (vorbis_dec_src_event),
8881 (vorbis_dec_sink_event), (vorbis_dec_chain),
8882 (vorbis_dec_change_state):
8883 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8884 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
8885 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8886 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
8887 (gst_vorbisenc_change_state):
8888 * ext/vorbis/vorbisenc.h:
8889 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
8890 * gst-libs/gst/audio/audioclock.c:
8891 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8892 (gst_audiofilter_init), (gst_audiofilter_chain):
8893 * gst-libs/gst/audio/testchannels.c: (main):
8894 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8895 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
8896 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
8897 (gmip_find_track_streaminfo), (gmip_find_track_format):
8898 * gst-libs/gst/media-info/media-info.c:
8899 (gst_media_info_read_idler):
8900 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
8901 (gst_play_get_all_by_interface):
8902 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8903 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8904 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8905 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8906 (gst_riff_parse_info):
8907 * gst-libs/gst/riff/riff-read.h:
8908 * gst-libs/gst/riff/riff.c: (plugin_init):
8909 * gst-libs/gst/video/Makefile.am:
8910 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
8911 (gst_videosink_class_init), (gst_videosink_get_type):
8912 * gst-libs/gst/video/videosink.h:
8913 * gst/audioconvert/bufferframesconvert.c:
8914 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
8915 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
8916 * gst/audioconvert/channelmixtest.c: (main):
8917 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8918 (gst_audio_convert_chain),
8919 (gst_audio_convert_caps_remove_format_info),
8920 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
8921 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
8922 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8923 (gst_audio_convert_buffer_to_default_format),
8924 (gst_audio_convert_buffer_from_default_format),
8925 (gst_audio_convert_channels):
8926 * gst/audioconvert/gstchannelmix.h:
8927 * gst/ffmpegcolorspace/avcodec.h:
8928 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8929 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8930 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8931 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8932 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8933 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8934 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8935 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8936 (mpeg_video_type_find), (mpeg_video_stream_type_find),
8938 * gst/videotestsrc/gstvideotestsrc.c:
8939 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8940 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8941 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8942 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8943 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8944 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8945 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8946 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8947 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8948 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8949 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8950 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8951 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8952 (gst_xvimagesink_navigation_send_event),
8953 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8954 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8955 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8956 * sys/xvimage/xvimagesink.h:
8957 Plugin port to 0.9, ogg/theora playback should work in the seek
8959 Removed old examples.
8960 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8961 explained in 0.9 TODO doc.
8964 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
8986 * testsuite/Makefile.am:
8987 remove a whole bunch of plugins. This module now contains a set
8988 of free reference plugins/elements as agreed.
8990 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
8993 hunting season on 0.9 is now OPEN
8995 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8997 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8998 Kick the hell out of gcc for not warning me about a symbol conflict.
9000 2005-02-22 Luca Ognibene <luogni@tin.it>
9002 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
9004 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9005 Don't leak caps string (fixes #168134)
9007 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9008 (gst_jpegenc_init), (gst_jpegenc_finalize),
9009 (gst_jpegenc_change_state):
9010 Don't leak line buffers and context struct (fixes #168133).
9012 2005-02-21 Tim-Philipp M??ller <tim at centricular dot net>
9015 * ext/dirac/gstdiracdec.cc:
9016 (gst_diracdec_chain):
9017 Since dirac 0.5.0 the framerate in dirac is expressed as a
9018 rational number. Fix build and up requirement to 0.5.0, and
9019 also pass parameters to gst_diracdec_link in the right order
9022 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
9024 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9025 * ext/faad/gstfaad.h:
9026 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
9027 certain invalid muxed streams, where some packets will contain
9028 junk after decoder data. Partially fixes #149158.
9030 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
9031 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9032 Make sure we only write to writable buffers
9034 2005-02-20 Tim-Philipp M??ller <tim at centricular dot net>
9036 * gst-libs/gst/riff/riff-media.c:
9037 (gst_riff_create_audio_caps_with_data):
9038 Do actually fix invalid RIFF fmt header values for alaw
9039 and mulaw audio instead of just saying so.
9041 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9042 Give gst_riff_create_audio_caps_with_data() a chance to
9043 fix up broken format header fields before extracting any
9044 parameters from the header. (fixes #167633)
9046 2005-02-19 Martin Holters <martin.holters@gmx.de>
9048 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
9050 * gst/audioconvert/bufferframesconvert.c:
9051 (buffer_frames_convert_link):
9052 Don't leak othercaps. (fixes #167878)
9054 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
9057 * ext/libvisual/visual.c: (gst_visual_srclink),
9058 (gst_visual_change_state):
9059 Support libvisual 0.2.0.
9061 2005-02-18 Tim-Philipp M??ller <tim at centricular dot net>
9063 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9064 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9065 Use same rowstrides for I420 as used everywhere else.
9067 2005-02-17 Tim-Philipp M??ller <tim at centricular dot net>
9069 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9070 Declare variables at beginning of block and make gcc-2.95 happy
9071 (fixes # 167482, patch by Gergely Nagy).
9073 * gst/tcp/gsttcpclientsrc.c:
9074 * gst/tcp/gsttcpclientsrc.h:
9075 Move some includes into the header, so that struct sockaddr_in is
9076 defined when it should be defined on FreeBSD as well (fixes
9079 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9080 Don't pass uninitialised values to setsockopt() here either.
9082 2005-02-17 Luca Ognibene <luogni at tin dot it>
9084 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
9086 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9087 Don't pass uninitialised values to setsockopt(). (fixes #167704)
9089 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9091 * gst/playback/gstplaybin.c: (add_sink):
9092 Invert bin_add/link order to workaround deadlock in opt.
9094 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9096 * gst/modplug/gstmodplug.cc:
9097 Add missing break causing position queries to fail.
9099 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9101 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9102 Granpos can apparently be -1, which screws up calculations...
9104 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
9106 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9107 (gst_ximagesink_send_pending_navigation),
9108 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9109 (gst_ximagesink_init):
9110 * sys/ximage/ximagesink.h:
9111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9112 (gst_xvimagesink_send_pending_navigation),
9113 (gst_xvimagesink_navigation_send_event),
9114 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9115 * sys/xvimage/xvimagesink.h:
9116 Use a mutex protected list to marshal navigation
9117 events into the stream thread from whichever thread
9120 2005-02-15 Tim-Philipp M??ller <tim at centricular dot net>
9122 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9123 Display current position and track length; misc. clean-ups.
9125 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9126 (speed_init), (speed_chain):
9127 Add query function, so that the stream length and current position
9128 get adjusted when queried (note that current position queries may
9129 still be wrong if the audio sink returns values based on buffer
9130 timestamps instead of passing on the query).
9132 2005-02-13 Benjamin Otte <otte@gnome.org>
9134 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9135 (gst_audio_convert_channels):
9136 create channel conversion matrix when linking
9137 * gst/audioconvert/.cvsignore:
9138 * gst/audioconvert/Makefile.am:
9139 * gst/audioconvert/channelmixtest.c: (main):
9140 add (ugly) test that ensures stereo <=> mono conversion works
9143 2005-02-13 Benjamin Otte <otte@gnome.org>
9145 * gst/audioconvert/gstchannelmix.h:
9146 include missing header file
9147 * gst/audioconvert/gstchannelmix.c:
9148 (gst_audio_convert_fill_compatible):
9149 use same sign for both channels when converting to/from compatible
9150 channel. Previously used different signs made the signals cancel
9151 each other out and appear like silence. (fixes #167269)
9153 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
9155 * gst/ffmpegcolorspace/avcodec.h:
9156 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9157 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9158 (gst_ffmpegcsp_avpicture_fill):
9159 * gst/ffmpegcolorspace/imgconvert.c:
9160 Convert to and from YV12 (fixes #156379).
9162 2005-02-12 Julien MOUTTE <julien@moutte.net>
9164 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9165 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9166 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9167 (gst_ximagesink_expose), (gst_ximagesink_set_property),
9168 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9169 methods from chain and negotiation and vice versa (Fixes #166142).
9170 * sys/ximage/ximagesink.h: Add stream_lock.
9171 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9172 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9173 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9174 (gst_xvimagesink_expose): Check for xcontext before trying to link.
9176 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
9178 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9179 Don't send "Hey! You gave me a NULL pointer you naughty person" as
9180 error message when we can't open the DVD device (when dvdnav_open()
9181 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9182 the above). Send something more useful instead (fixes #167117).
9184 2005-02-11 Julien MOUTTE <julien@moutte.net>
9186 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9187 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9188 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9189 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9190 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9191 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9192 methods from chain and negotiation and vice versa (Fixes #166142).
9193 Fix a possible bug of images in the buffer pool being discarded because
9194 we are looking at the wrong geometry.
9195 * sys/xvimage/xvimagesink.h: Add stream_lock.
9197 2005-02-11 David Schleef <ds@schleef.org>
9199 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9200 unsigned int. (fixes #167128)
9202 2005-02-11 David Schleef <ds@schleef.org>
9204 * gst/librfb/Makefile.am: Testing stuff before committing is
9205 for wimps... and people with fast machines. Fix stupid
9208 2005-02-11 David Schleef <ds@schleef.org>
9210 * configure.ac: Pull in librfb from my CVS tree, because it is
9211 too small and annoying to be separate. Move rfbsrc plugin
9214 * ext/librfb/Makefile.am:
9215 * ext/librfb/gstrfbsrc.c:
9216 * gst/librfb/Makefile.am:
9217 * gst/librfb/gstrfbsrc.c:
9220 * gst/librfb/rfbbuffer.c:
9221 * gst/librfb/rfbbuffer.h:
9222 * gst/librfb/rfbbytestream.c:
9223 * gst/librfb/rfbbytestream.h:
9224 * gst/librfb/rfbcontext.h:
9225 * gst/librfb/rfbdecoder.c:
9226 * gst/librfb/rfbdecoder.h:
9227 * gst/librfb/rfbutil.h:
9229 2005-02-10 Tim-Philipp M??ller <tim at centricular dot net>
9231 * gst/speed/Makefile.am:
9232 * gst/speed/demo-mp3.c: (main):
9233 * gst/speed/filter.func:
9234 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9235 (speed_class_init), (speed_init), (speed_chain_int16),
9236 (speed_chain_float32), (speed_chain), (speed_set_property),
9237 (speed_get_property), (speed_change_state):
9238 * gst/speed/gstspeed.h:
9239 Fix speed element and make it chain-based (fixes #156467),
9240 and make it handle more than one channel.
9242 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
9244 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9245 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9246 (gst_dtsdec_chain), (gst_dtsdec_change_state):
9247 * ext/dts/gstdtsdec.h:
9248 Don't clobber the stack constructing the channels array.
9249 Make the element chain-based. DTS tracks can now be played.
9251 2005-02-09 Tim-Philipp M??ller <tim at centricular dot net>
9253 * gst-libs/gst/audio/multichannel.h:
9254 * gst-libs/gst/gconf/gconf.h:
9255 * gst-libs/gst/idct/idct.h:
9256 * gst-libs/gst/media-info/media-info-priv.h:
9257 * gst-libs/gst/play/play.h:
9258 * gst-libs/gst/resample/private.h:
9259 * gst-libs/gst/resample/resample.h:
9260 * gst-libs/gst/riff/riff-ids.h:
9261 * gst-libs/gst/video/video.h:
9262 * gst-libs/gst/video/videosink.h:
9263 Add G_BEGIN_DECLS and G_END_DECLS around headers where
9264 missing, so that they work when included from C++ code.
9266 2005-02-09 David Schleef <ds@schleef.org>
9268 * testsuite/gst-lint: Check for non-statically scoped
9269 parent_class variables. This won't be a problem once
9270 plugins are loaded with RTLD_LOCAL.
9272 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9274 * ext/mplex/gstmplexibitstream.cc:
9277 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9279 * ext/ogg/gstogmparse.c:
9280 * gst/debug/gstnavigationtest.c:
9281 Die, thou faulty symbol pollutors (non-static parent_class).
9283 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9285 * ext/mplex/gstmplexibitstream.cc:
9286 Fix event handling (#165525).
9288 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9290 * ext/mikmod/gstmikmod.c:
9291 * gst/modplug/gstmodplug.cc:
9292 Add missing endianness to template (fixes #165509).
9294 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9296 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9297 Fix wrong order of reading of optional bytes (#165290).
9299 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9301 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9302 Implement FILLER event awareness.
9304 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9306 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9307 Fix track calculations (#166208).
9309 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
9311 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9313 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9314 * ext/libpng/gstpngenc.c:
9315 Fix byte-order, use proper fixed caps. Fixes #164197.
9317 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
9322 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9323 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9324 Don't push buffers if the src pad isn't negotiated yet.
9326 * gst/audioconvert/gstaudioconvert.c:
9327 (gst_audio_convert_buffer_to_default_format),
9328 (gst_audio_convert_buffer_from_default_format):
9329 Add support for 24-bit width.
9331 * gst/dvdlpcmdec/.cvsignore:
9332 * gst/dvdlpcmdec/Makefile.am:
9333 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9334 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9335 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9336 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9338 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9339 New decoder for rearranging DVD LPCM into our audio/x-raw-int
9340 format. Needs support for the channels maps if someone can find
9341 a DVD LPCM track with > 2 channels.
9343 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9344 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9345 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9346 * gst/mpegstream/gstdvddemux.h:
9347 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9348 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9349 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9350 * gst/mpegstream/gstmpegdemux.h:
9351 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9352 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9353 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9354 (gst_mpeg_parse_handle_src_query),
9355 (gst_mpeg_parse_handle_src_event):
9356 Use audio/x-dvd-lpcm for LPCM output.
9359 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
9361 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9363 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9364 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9365 Add BGRA handling (#165736).
9367 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
9369 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9371 * gst/law/alaw-decode.c: (alawdec_link):
9372 * gst/law/alaw-encode.c: (alawenc_link):
9373 * gst/law/mulaw-decode.c: (mulawdec_link):
9374 * gst/law/mulaw-encode.c: (mulawenc_link):
9375 Fix caps memleaks (#166600).
9377 2005-02-08 Tim-Philipp M??ller <tim at centricular dot net>
9380 * ext/tarkin/wavelet.h:
9382 * gst/ffmpegcolorspace/avcodec.h:
9383 Include "_stdint.h" instead of <stdint.h>. Fixes build on
9384 systems that don't have stdint.h, like Solaris9 (fixes #166631).
9386 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9388 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9389 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9390 (gst_xvimagesink_change_state):
9391 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9392 Xv video (and thereby regenerate Xv colourkey) in clear() so
9393 that PLAY -> READY -> PLAY works (fixes #162504).
9395 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9397 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9398 Switch to list instead of range, since MJPEG-devices really just
9399 support decimations, not any size.
9401 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
9402 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9403 (gst_mpeg2dec_reset), (free_all_buffers),
9404 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9405 * ext/mpeg2dec/gstmpeg2dec.h:
9406 The libmpeg2 user-allocated buffer management is awkward,
9407 to say the least. Hopefully this fixes things.
9409 2005-02-04 Andy Wingo <wingo@pobox.com>
9411 * gst/audioconvert/bufferframesconvert.c
9412 (buffer_frames_convert_fixate): New function, fixates to 256
9413 frames per buffer by default. (Much better than 1.)
9414 (buffer_frames_convert_init): Set the fixate function for both src
9416 (buffer_frames_convert_link): After success setting nonfixed caps,
9417 get the negotiated caps so we can know how many buffer-frames it
9418 will be. No idea how this worked at all before.
9420 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
9422 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9423 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9424 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9425 (handle_sequence), (handle_picture):
9426 * ext/mpeg2dec/gstmpeg2dec.h:
9427 Rearrange buffer tracking and refcounting and refactor
9428 a little for readability.
9430 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
9431 * sys/v4l/gstv4l.c: (plugin_init):
9432 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9433 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9434 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9435 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9436 * sys/v4l/gstv4ljpegsrc.h:
9437 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9438 * sys/v4l/v4l_calls.h:
9439 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9440 (gst_v4lsrc_get_fps):
9441 * sys/v4l/v4lsrc_calls.h:
9442 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9443 you jpeg inside rgb frames" driver.
9444 Don't error in the v4lsrc link function, just return
9447 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9449 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9451 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9453 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9455 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9456 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9458 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9460 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9461 Reset negotiated state on PAUSED->READY.
9463 2005-02-02 David Schleef <ds@schleef.org>
9465 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9466 whereever possible. (Fixes #165997)
9467 * examples/capsfilter/capsfilter1.c: (main):
9468 * examples/dynparams/filter.c: (create_ui):
9469 * examples/seeking/cdparanoia.c: (get_track_info), (main):
9470 * examples/seeking/chained.c: (main):
9471 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9472 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9473 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9474 (make_mpeg_pipeline), (make_mpegnt_pipeline):
9475 * examples/seeking/spider_seek.c: (make_spider_pipeline):
9476 * examples/switch/switcher.c: (main):
9477 * ext/dv/demo-play.c: (main):
9478 * ext/faad/gstfaad.c: (gst_faad_change_state):
9479 * ext/mad/gstmad.c: (gst_mad_chain):
9480 * ext/smoothwave/demo-osssrc.c: (main):
9481 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9482 (gst_gconf_render_bin_from_description),
9483 (gst_gconf_get_default_audio_sink),
9484 (gst_gconf_get_default_video_sink),
9485 (gst_gconf_get_default_audio_src),
9486 (gst_gconf_get_default_video_src),
9487 (gst_gconf_get_default_visualization_element):
9488 * gst/level/demo.c: (main):
9489 * gst/level/plot.c: (main):
9490 * gst/playback/gstplaybin.c: (gen_video_element),
9491 (gen_audio_element):
9492 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9493 * gst/playondemand/demo-mp3.c: (setup_pipeline):
9494 * gst/sine/demo-dparams.c: (main):
9495 * gst/spectrum/demo-osssrc.c: (main):
9496 * gst/speed/demo-mp3.c: (main):
9497 * gst/volume/demo.c: (main):
9498 * testsuite/embed/embed.c: (main):
9500 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
9502 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9503 (gst_tcpclientsink_finalize):
9504 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9505 (gst_tcpclientsrc_finalize):
9506 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9507 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9508 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9509 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9510 Don't leak the hostname when shutting down.
9511 In tcpserversrc, take a copy of the default hostname.
9513 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9515 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9516 Set caps to systemstream=TRUE.
9518 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9520 * testsuite/Makefile.am:
9521 Fix more OSX buildbots.
9523 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
9525 * ext/mpeg2dec/gstmpeg2dec.c:
9526 Don't send things to NULL PAD_PEERs
9528 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9529 Copy-on-write the incoming buffer.
9531 * gst/mpegstream/gstdvddemux.h:
9532 * gst/mpegstream/gstmpegclock.h:
9533 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9534 (normal_seek), (gst_mpeg_demux_handle_src_event):
9535 * gst/mpegstream/gstmpegdemux.h:
9536 * gst/mpegstream/gstmpegpacketize.h:
9537 * gst/mpegstream/gstmpegparse.c:
9538 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9539 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9540 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9541 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9542 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9543 * gst/mpegstream/gstmpegparse.h:
9544 * gst/mpegstream/gstrfc2250enc.h:
9545 Various changes to the way time is computed that make seeking and
9546 total time estimation much better here.
9547 Use G_BEGIN/END_DECLS instead of __cplusplus
9549 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9550 Use gst_buffer_stamp instead of only copying the TIMESTAMP
9552 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9554 * gst/subparse/gstsubparse.c:
9557 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
9559 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9560 (theora_enc_chain), (theora_enc_change_state):
9561 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9562 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9563 (gst_vorbisenc_change_state):
9564 * ext/vorbis/vorbisenc.h:
9565 Set granulepos and timestamp correctly for streams not
9566 starting at 0, taking into account the initial delay.
9568 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
9570 * gst/mpegstream/gstdvddemux.c:
9571 Add audio/x-dts to audio pad template caps
9573 2005-01-30 David Schleef <ds@schleef.org>
9575 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9576 (create_context), (gst_polypsink_link): Fix silly endianness
9577 bug. Add some debugging. Remove float from caps; it doesn't
9578 work. Attempt to get remote audio working.
9580 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9582 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9585 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9587 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9588 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9589 (gst_avi_demux_stream_data):
9590 * gst/avi/gstavidemux.h:
9591 Invert DIB images. Fixes #132341.
9593 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9595 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9596 (gst_ffmpegcsp_chain):
9597 D'oh, reference the palette data, not the palette structure.
9598 Fixes color distortion in #132341.
9600 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9602 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9603 PAR can be non-fixed when not provided as argument (#162626).
9605 2005-01-29 David Moore <dcm@acm.org>
9607 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9609 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9610 (gst_qtdemux_loop_header):
9611 Re-apply patch from #142272 that allows non-seekable sources,
9612 re-proposed by Daniel Drake <dsd@gentoo.org>.
9614 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9616 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9617 Use the src template for creating the src pad (#162330).
9619 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9622 * ext/musepack/Makefile.am:
9623 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9624 (gst_musepackdec_init), (gst_musepackdec_dispose),
9625 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9626 (gst_musepack_stream_init), (gst_musepackdec_loop),
9627 (gst_musepackdec_change_state):
9628 * ext/musepack/gstmusepackdec.cpp:
9629 * ext/musepack/gstmusepackdec.h:
9630 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9631 (gst_musepack_reader_read), (gst_musepack_reader_seek),
9632 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9633 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9634 * ext/musepack/gstmusepackreader.cpp:
9635 * ext/musepack/gstmusepackreader.h:
9636 Update to 1.1 API (#165446).
9638 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9643 2005-01-28 Andy Wingo <wingo@pobox.com>
9645 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
9646 to reflect a different dubious internet source. Add a reference
9647 and some commentary.
9649 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9651 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9652 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
9653 * gst/playback/gststreamselector.h:
9654 Be more selective when we're redoing caps negotiation from
9655 within the chain function on a stream change.
9657 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9661 * ext/amrnb/Makefile.am:
9662 * ext/amrnb/amrnb.c: (plugin_init):
9663 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
9664 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
9665 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
9666 (gst_amrnbdec_state_change):
9667 * ext/amrnb/amrnbdec.h:
9668 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
9669 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
9670 (gst_amrnbparse_init), (gst_amrnbparse_formats),
9671 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
9672 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9673 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9674 * ext/amrnb/amrnbparse.h:
9675 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9676 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9677 Add AMR-NB/-WB raw formats.
9678 * ext/alsa/gstalsa.c: (gst_alsa_link):
9679 Keep valid time when changing format.
9680 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9681 (qtdemux_parse_trak):
9682 Add some more format-specific options (#140141, #143555, #155163).
9684 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9686 * gst/matroska/matroska-demux.c:
9687 (gst_matroska_demux_parse_blockgroup):
9688 Fix logic error in timing of subtitle stream synchronization.
9689 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9690 Add skip-chunk, which is found in kodak-camera streams.
9692 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
9696 Adding Vietnamese translation (submitted by Clytie Siddall)
9698 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9700 * gst/playback/gstdecodebin.c: (try_to_link_1):
9701 Use realpad for signal.
9703 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9705 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9706 Fix category so decodebin picks it up.
9708 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9710 * ext/mad/Makefile.am:
9711 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9712 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
9713 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
9714 (found_type), (gst_id3demux_bin_change_state):
9715 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9716 (gst_id3_tag_init), (gst_id3_tag_handle_event),
9717 (gst_id3_tag_src_link), (gst_id3_tag_chain),
9718 (gst_id3_tag_change_state), (plugin_init):
9720 Add id3demuxbin (which is a simple bin consisting of id3demux
9721 and typefind), take over rank from id3demux, remove typefind
9722 code from id3demux. Makes all broken mp3s that I know of work,
9723 and thereby fixes #152688.
9725 2005-01-27 Edward Hervey <bilboed@bilboed.com>
9727 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9729 * ext/mad/gstmad.c: (gst_mad_src_event):
9730 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9731 Allow seeks on audio pad, make mad forward those (#164826).
9732 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9733 Set duration (#165335).
9735 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9737 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9738 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9739 (gst_asf_demux_process_ext_content_desc),
9740 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9741 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9742 * gst/asfdemux/gstasfdemux.h:
9743 Improve metadata display, e.g. if the metadata comes before the
9744 streams are loaded (which is perfectly valid).
9746 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9748 * tools/gst-launch-ext-m.m:
9749 Fix AVI/ASF pipelines (#165340).
9751 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
9752 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
9753 build failure on amd64
9755 2005-01-26 Tim-Philipp M??ller <tim at centricular dot net>
9757 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9758 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9759 Check environment variables GST_ID3V2_TAG_ENCODING,
9760 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9761 list of character encodings to force interpretation of non-unicode
9762 strings stored in an ID3v2 tag to a particular encoding. If none
9763 is specified, try to use current locale's encoding, then fall back
9764 to ISO-8859-1 (which will always succeed). (Resolves #149274)
9765 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9766 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9767 Check environment variables GST_ID3V1_TAG_ENCODING,
9768 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9769 list of character encodings to use in case a string encountered
9770 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9771 specified, try to use the current locale's encoding, then fall
9772 back to ISO-8859-1 (which will always succeed).
9774 2005-01-25 Benjamin Otte <otte@gnome.org>
9776 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9777 - on half framerate, compute the rate in advance so the comparisons
9778 don't compare wrong values
9779 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9781 - don't use mad_header_decode anymore, mad_frame_decode does that
9783 - when getting rid of consumed bytes, reset the stream's skiplen
9786 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
9788 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9789 Use 1/2 a second for default max_discont, as PES streams from DVB
9790 seem to have larger spacings in the SCR.
9793 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9795 * gst/playback/gstplaybasebin.c: (group_commit):
9796 Notify delayed stream-info availability.
9798 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
9799 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9800 (gst_a52dec_handle_event), (gst_a52dec_chain):
9801 Add some debug output. Check that a discont has a valid
9803 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9804 (gst_alsa_sink_loop):
9805 Ignore TAG events. A little extra debug for broken timestamps.
9806 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9807 (dvdnavsrc_change_state):
9808 Ensure we send a discont to engage the link before we send any
9810 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9811 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9812 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9813 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9814 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9815 dvd://title works in totem because typefinding sends a seek that ends
9816 up going back to chapter 1 regardless.
9817 * ext/mpeg2dec/gstmpeg2dec.c:
9818 * ext/mpeg2dec/gstmpeg2dec.h:
9819 Output correct timestamps and handle disconts.
9820 * ext/ogg/gstoggdemux.c: (get_relative):
9821 Small guard against a null dereference.
9822 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9823 (gst_textoverlay_set_property):
9824 Free memory when done. Don't call gst_event_filler_get_duration on
9825 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
9827 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
9828 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
9829 (gst_sw_srclink), (gst_smoothwave_chain):
9830 Draw solid lines, prettier colours.
9831 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
9832 Add a default palette that'll work for some movies.
9833 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
9834 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
9835 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
9836 * gst/mpegstream/gstdvddemux.h:
9837 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9838 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
9839 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9840 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
9841 * gst/mpegstream/gstmpegparse.h:
9842 Use PTM/NAV events when for timestamp adjustment when connected to
9843 dvdnavsrc. Don't use many discont events where one suffices.
9844 * gst/playback/gstplaybasebin.c: (group_destroy),
9845 (gen_preroll_element), (gst_play_base_bin_add_element):
9846 * gst/playback/gstplaybasebin.h:
9847 Make sure we remove subtitles from the same bin we put them in.
9848 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
9849 (gst_subparse_buffer_format_autodetect),
9850 (gst_subparse_change_state):
9851 Fix some memleaks and invalid accesses.
9852 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
9853 (oggskel_type_find), (cmml_type_find), (plugin_init):
9854 Some typefind functions for Annodex v3.0 files
9855 * gst/wavparse/gstwavparse.h:
9856 GstRiffReadClass is the correct parent class.
9858 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9860 * gst-libs/gst/riff/riff-media.c:
9861 (gst_riff_create_video_caps_with_data):
9862 Add extradata to huffyuv (fixes #165013).
9863 * gst-libs/gst/riff/riff-read.c:
9864 (gst_riff_read_strf_vids_with_data):
9865 Fix extradata extraction if it is in the chunk size.
9867 2005-01-25 Edward Hervey <bilboed@bilboed.com>
9869 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9871 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
9872 (gst_quarktv_change_state), (gst_quarktv_dispose):
9873 Memory free'ing location fix (#164708).
9875 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9877 * gst/playback/gstplaybasebin.c: (group_commit),
9878 (gen_preroll_element), (probe_triggered), (gen_source_element),
9879 (setup_source), (gst_play_base_bin_change_state),
9880 (gst_play_base_bin_add_element):
9881 Don't block for streams.
9882 * gst/playback/gststreaminfo.c: (stream_info_change_state),
9883 (gst_stream_info_set_mute):
9884 Use gst_pad_set_active_recursive.
9886 2005-01-25 Andy Wingo <wingo@pobox.com>
9888 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
9889 for #ifndef HAVE_XVIDEO.
9891 2005-01-24 Jeffrey C. Ollie
9893 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
9895 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
9896 * ext/gsm/gstgsmdec.h:
9897 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
9898 * ext/gsm/gstgsmenc.h:
9899 Fix rate to 8kHz as per spec, removes obscure errors when no rate
9900 was given by property. Add proper buffer timestamps and offsets.
9902 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9904 * gst-libs/gst/riff/riff-media.c:
9905 (gst_riff_create_audio_caps_with_data):
9906 Audio can be <8000Hz.
9908 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9910 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9911 Explicit state change to workaround refcount bugs.
9913 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9915 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
9916 (gst_avimux_riff_get_avi_header):
9919 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9921 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
9922 (gst_riff_read_element_data):
9923 * gst-libs/gst/riff/riff-read.h:
9924 Add _peek version (req'ed in CDXA).
9925 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9926 (gst_cdxaparse_loop):
9927 Fix parsing in playbin.
9928 * gst/playback/gstdecodebin.c: (close_pad_link):
9929 Ignore current_ pads, they cause major annoyance.
9931 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9933 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9936 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9938 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9941 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9943 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9944 Allow for 0-sized buffers. Fixes length query problems in
9945 starwars.mkv from the testsuite.
9947 2005-01-19 Tim-Philipp M??ller <tim at centricular dot net>
9949 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9950 (gst_video_box_i420), (gst_video_box_chain):
9951 Fix row strides for I420 (fixes #163159)
9953 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9955 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9956 MPEG2 has a useful rate property, so we can actually use that.
9957 For MPEG-1, continue using the bytes/time properties.
9959 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9961 * gst-libs/gst/riff/riff-media.c:
9962 (gst_riff_create_video_caps_with_data),
9963 (gst_riff_create_video_template_caps):
9966 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9968 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9969 Fail if caps negotiation fails. Should fix #162184, and should
9970 definately be in there regardless of it fixing the actual bug.
9971 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9972 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9973 (gst_avimux_riff_get_avix_header),
9974 (gst_avimux_riff_get_video_header),
9975 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9976 (gst_avimux_start_file), (gst_avimux_handle_event),
9977 (gst_avimux_change_state):
9978 * gst/avi/gstavimux.h:
9979 Refactor structure writing to use GST_WRITE_UINT macros, add
9980 metadata writing support.
9982 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9984 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9985 Elements may already be destroyed when this function is called.
9987 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9989 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9990 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9991 More memory leak fixes (#149162).
9993 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9995 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9996 (gst_qtdemux_add_stream):
9999 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10001 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10004 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10006 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10007 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10008 when fixating to six channels in Totem.
10010 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
10012 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10013 Fix compile warnings on Solaris 10 buildbot
10015 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
10017 * ext/dvdread/dvdreadsrc.c: (_read):
10018 Don't read beyond the last cell in a chapter (fixes
10019 invalid memory access)
10021 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
10023 * ext/dvdread/stream_labels.c:
10024 (dvdreadsrc_get_audio_stream_labels):
10025 Use NULL for an empty GList instead of g_list_alloc(); fix
10026 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
10027 of GString (easier to bulk free later)
10029 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
10031 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10033 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10034 (gst_ffmpeg_pixfmt_to_caps):
10035 Fix BGRA32 caps (#164209).
10037 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
10039 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10041 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10042 (gst_ffmpeg_caps_to_pixfmt):
10043 alpha_mask can be RGBA/ABGR. Fixes #164265.
10045 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
10047 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10049 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10050 (gst_mpeg2dec_alloc_buffer):
10051 * ext/mpeg2dec/gstmpeg2dec.h:
10052 Crop if decoding size is not the actual image size (#163676).
10054 2005-01-17 Steve Baker <steve@stevebaker.org>
10056 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10058 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10059 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10060 Add libsndfile typefind functions (#163309).
10062 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10064 * tools/gst-launch-ext-m.m:
10065 Add .aac, fix .m1v/.m2v (#163891).
10067 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10069 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10070 Sanity check, don't wait endlessly since the clock might not
10071 actually run at this point (which is a deadlock). Fixes #164069.
10073 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10075 * gst/playback/gstplaybasebin.c: (probe_triggered):
10076 Of course, only pause if group is done...
10078 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10080 * gst/playback/gstplaybasebin.c: (probe_triggered):
10083 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
10085 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10086 Don't return state change success when the parent
10089 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10091 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10092 Free events (fix memleak in #162905).
10094 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
10096 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10098 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10099 (gst_ffmpeg_caps_to_pixfmt):
10100 Fix for depth = 15. Fixes #161675.
10102 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10104 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10105 Set FPS correctly, even for webcams and the like.
10106 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10107 Don error on setting while capturing.
10109 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10111 * ext/dv/gstdvdec.c:
10112 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10113 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10114 I'm a bad boy. using /1001. to force C to do float division
10115 and not integer division (as it did in my last commit)
10116 Thanks to David I. Lehn for pointing this mistake.
10118 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10120 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10121 Revert Johan??s 1.35->1.36 since it breaks compat.
10123 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10125 * ext/dv/gstdvdec.c:
10126 * ext/libfame/gstlibfame.c:
10127 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10128 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10129 replace framerate aproximations by their real value
10130 (24000/1001, 30000/1001, 60000/1001)
10131 Finish fixing bug #164049
10133 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
10135 * ext/ogg/gstoggmux.c:
10137 * gst/tcp/gstmultifdsink.c:
10138 * gst/tcp/gstmultifdsink.h:
10139 * gst/tcp/gsttcp.c:
10140 * gst/tcp/gsttcp.h:
10141 * gst/tcp/gsttcpclientsink.c:
10142 * gst/tcp/gsttcpclientsrc.c:
10143 * gst/tcp/gsttcpserversink.c:
10144 * gst/tcp/gsttcpserversrc.c:
10145 improve reusability of elements after state changes and errors
10146 make multifdsink throw away streamheaders when receiving new ones
10148 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10150 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10151 Fix for if items are already in list...
10153 2005-01-12 Benjamin Otte <otte@gnome.org>
10155 * gst/adder/gstadder.c: (gst_adder_loop):
10156 fix adder a bit so it doesn't screw up with events as much anymore
10158 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
10160 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10161 (pixbufscale_scale), (gst_pixbufscale_chain):
10162 * ext/gdk_pixbuf/pixbufscale.h:
10163 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10164 to ensure rowstrides are calculated the same way as
10166 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10167 that we pick up duration and offset also.
10169 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10171 * gst/avi/gstavimux.c: (gst_avimux_class_init),
10172 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10175 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10177 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10178 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10179 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10180 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10181 Update flags when requested.
10183 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10185 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10188 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10190 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10191 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10192 (probe_triggered), (new_decoded_pad), (gen_source_element),
10193 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10194 * gst/playback/gstplaybasebin.h:
10195 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10196 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10197 (gst_play_bin_change_state):
10198 Implement group-switch signal for use in apps to clear metadata
10199 cache, clean up subtitle, add suburi property instead of # hack,
10200 some error-out fixes.
10202 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10204 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10206 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10207 If we got a state change in the _get handler, don't return success.
10209 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10211 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10212 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10213 Make jpegdec quiet on MJPEG decoding
10214 * gst/asfdemux/README:
10215 Fix mimetypes for MJPEG and H263
10217 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10219 * ext/theora/theoradec.c: (theora_dec_chain):
10220 Fix broken code generation by gcc by swapping arguments.
10221 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10224 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10227 delete this file, it is by far outdated
10228 * ext/alsa/gstalsa.1: remove
10229 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10230 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10231 (gst_alsa_get_caps):
10232 Add HW probing for supported sample rates. Fixes #161704
10234 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10236 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10237 Don't crash, biatch! :).
10239 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10241 * ext/musepack/gstmusepackreader.cpp:
10242 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10243 Some work on tags - still doesn't work in playbin...
10244 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10247 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10249 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10250 Also shove tags on kid pads.
10252 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10254 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10255 Don't bail on unknown events.
10256 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10257 Don't crash on events before negotiation.
10258 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10259 Send tags on pads, too.
10260 * gst/playback/gststreamselector.c:
10261 (gst_stream_selector_request_new_pad):
10262 Forward events on first pad if no input was selected yet.
10264 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10266 * gst/playback/gstplaybasebin.c: (setup_substreams):
10267 Don't disable streamtype if the stream doesn't exist, since
10268 then playing a video after audio will disable both and nothing
10269 will happen. Fixes the testsuite.
10271 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10273 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10274 (gst_v4l_xoverlay_set_xwindow_id):
10275 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10276 (gst_v4l2_xoverlay_set_xwindow_id):
10277 Add debug categories, fix overlay disabling.
10279 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10281 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10282 * ext/alsa/gstalsa.h:
10283 Add HW probing for period_count/size and buffer_size MIX/MAX
10284 Adjust default/user defined value if out of bounds
10285 Should fix bug #162024
10287 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10289 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10290 Fix warning (#161191).
10292 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10294 * ext/dvdread/stream_labels.c:
10295 (dvdreadsrc_get_audio_stream_labels):
10296 Fix warning (init the good variable in switch default)
10298 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
10300 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10302 * gst/tta/gstttaparse.c: (gst_tta_src_event):
10303 Fix gcc-2.95 compile (#163485).
10305 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10308 * ext/flac/gstflacenc.c: (gst_flacenc_init),
10309 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10310 (gst_flacenc_tell_callback), (gst_flacenc_chain),
10311 (gst_flacenc_change_state):
10312 * ext/flac/gstflacenc.h:
10313 Update for API change in flac-1.1.1. Update requirement in
10314 configure.ac. Fixes #162974.
10316 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10318 * gst/playback/gstplaybasebin.c: (group_destroy):
10319 Remove hack to get rid of assert and get rid of unlinked
10322 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10324 * gst/playback/gstplaybasebin.c: (setup_source):
10325 Set source to NULL so that resources are free'ed. Fixes issues
10326 with playback of CDDA and similar device-accessing things.
10328 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10330 * testsuite/embed/Makefile.am:
10331 test->noinst, fix make test in buildbot.
10333 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10335 * ext/dvdread/stream_labels.c: new file
10336 * ext/dvdread/stream_labels.h: new file
10337 * ext/dvdread/Makefile.am:
10338 * ext/dvdread/dvdreadsrc.c: (_seek_title):
10339 Extract audio stream label from DVD IFO files.
10340 It only dump them on the console for now, still have to
10341 make playbin aware of them.
10343 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10345 * gst/playback/gstplaybasebin.c: (setup_source):
10348 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10350 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10351 (gen_preroll_element), (remove_groups), (setup_subtitle),
10352 (gen_source_element), (setup_source):
10353 * gst/playback/gstplaybasebin.h:
10354 Multiple .sub files is just a stupid idea... Fix some threading
10355 mistakes. Interestingly, external .sub files cause playbin to
10356 hang, I don't know why... Parsing fixes contributed by Fran??ois
10357 Kooman <fkooman@tuxed.net>.
10359 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10361 * testsuite/embed/Makefile.am:
10364 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
10366 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10368 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10369 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10370 (gst_pngenc_set_property):
10371 * ext/libpng/gstpngenc.h:
10372 Add compression level property (#163323).
10374 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10377 * examples/capsfilter/capsfilter1.c: (main):
10378 * examples/seeking/spider_seek.c: (make_spider_pipeline):
10379 * ext/dvdread/Makefile.am:
10380 * ext/dvdread/demo-play:
10381 * ext/dvdread/demo-play.c:
10382 * gconf/gstreamer.schemas.in:
10383 * gst-libs/gst/gconf/gconf.c:
10385 * testsuite/Makefile.am:
10386 * testsuite/embed/Makefile.am:
10387 * testsuite/embed/embed.c: (cb_expose), (main):
10388 Remove all references to xvideosink, fix examples (#140845).
10389 * gst/playback/gstplaybasebin.c: (group_destroy):
10390 Apparently, disposal does not unlink - so do explicitely.
10391 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10394 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
10396 * README: fix PKG_CONFIG_PATH instructions, what was there
10397 previously was breaking default search path, not nice.
10400 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10402 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10403 (gst_audioscale_chain):
10404 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10405 when resampling - how the ^@$^!@^! is this possible?!?
10407 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10409 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10410 Reset variables on READY.
10411 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10412 (gst_matroska_mux_loop):
10413 Require data before writing header.
10415 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
10417 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10419 * ext/mad/gstmad.c: (gst_mad_chain):
10420 Don't call mad_stream_sync() directly after recovering sync.
10423 2005-01-09 Martin Eikermann <meiker@upb.de>
10425 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10427 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10428 (snapshot_handler), (gst_snapshot_sinkconnect),
10429 (gst_snapshot_chain):
10430 Allocate resources when required, fix recursive signal emission
10431 and fix caps. Fixes #161667.
10433 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
10435 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10437 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10438 (gst_pngdec_chain):
10439 Handle only 8-bppc (bits-per-pixel-component) images, better
10440 error handling and correct strides. Fixes #163177.
10441 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10442 (gst_pngenc_chain):
10443 Better error handling. Fixes #163348.
10445 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10447 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10448 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10449 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10450 (dvdnavsrc_uri_handler_init):
10451 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10452 * gst/playback/gstplaybasebin.c: (gen_source_element):
10453 Add MMS to streaming URIs.
10455 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10457 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10458 * sys/xvimage/xvimagesink.c:
10459 (gst_xvimagesink_navigation_send_event):
10460 Check for pad availability before sending event.
10462 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10464 * gst-plugins.spec.in:
10467 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10470 Since we use functions from CVS, up requirement.
10472 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10474 * gst/playback/Makefile.am:
10475 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10476 (group_destroy), (group_commit), (group_is_muted),
10477 (gen_preroll_element), (add_stream), (unknown_type),
10478 (probe_triggered), (preroll_unlinked), (mute_stream),
10479 (silence_stream), (new_decoded_pad), (setup_substreams),
10480 (setup_source), (get_active_source), (mute_group_type),
10481 (muted_group_change_state), (set_active_source),
10482 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10483 (play_base_eos), (gst_play_base_bin_change_state):
10484 * gst/playback/gstplaybasebin.h:
10485 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10486 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10487 (gst_stream_info_dispose), (stream_info_mute_pad),
10488 (stream_info_change_state), (gst_stream_info_set_mute):
10489 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10490 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10491 (gst_stream_selector_init), (gst_stream_selector_dispose),
10492 (gst_stream_selector_get_linked_pad),
10493 (gst_stream_selector_get_caps), (gst_stream_selector_link),
10494 (gst_stream_selector_get_linked_pads),
10495 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10496 * gst/playback/gststreamselector.h:
10497 Adding stream selection support plus required properties for
10498 applications to use this. Fully fixes #100931.
10500 2005-01-08 Benjamin Otte <otte@gnome.org>
10502 * gst/games/gstpuzzle.c: (nav_event_handler):
10503 - handle nav events differently: forward every event no matter if it
10504 was handled or not.
10506 You can now cheat by using navigationtest ! puzzle and moving the
10507 mouse close to the edge of a tile. ;)
10509 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10512 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10513 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10514 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10515 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10516 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10517 (gst_ogm_parse_plugin_init):
10518 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10519 (gst_textoverlay_link), (gst_textoverlay_getcaps),
10520 (gst_textoverlay_event), (gst_textoverlay_video_chain),
10521 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10522 * ext/pango/gsttextoverlay.h:
10523 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10524 (gst_matroska_demux_handle_seek_event),
10525 (gst_matroska_demux_sync_streams),
10526 (gst_matroska_demux_parse_blockgroup),
10527 (gst_matroska_demux_subtitle_caps),
10528 (gst_matroska_demux_plugin_init):
10529 * gst/matroska/matroska-ids.h:
10530 * gst/playback/gstdecodebin.c: (close_pad_link):
10531 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10532 (gen_preroll_element), (remove_groups), (add_stream),
10533 (new_decoded_pad), (setup_subtitles), (gen_source_element),
10535 * gst/playback/gstplaybasebin.h:
10536 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10537 * gst/subparse/Makefile.am:
10538 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10539 (gst_subparse_base_init), (gst_subparse_class_init),
10540 (gst_subparse_init), (gst_subparse_formats),
10541 (gst_subparse_eventmask), (gst_subparse_event),
10542 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10543 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10544 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10545 (parse_mpsub_deinit), (parse_mpsub_init),
10546 (gst_subparse_buffer_format_autodetect),
10547 (gst_subparse_format_autodetect), (gst_subparse_loop),
10548 (gst_subparse_change_state), (gst_subparse_type_find),
10550 * gst/subparse/gstsubparse.h:
10551 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10553 Add subtitle support, .sub parser (supports SRT and MPsub),
10554 OGM text support, Matroska UTF-8 text support, deadlock fixes
10555 all over the place, subtitle awareness in decodebin/playbin
10556 and some fixes to textoverlay to handle subtitles in a stream
10557 correctly. Fixes #100931.
10559 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10561 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10562 Check for pad availability before doing a query on it.
10564 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10566 * ext/dv/gstdvdec.c:
10567 really fix bpp24/32 dvdec caps (classic rgba indeed)
10568 * gst/asfdemux/gstasfdemux.c:
10569 (gst_asf_demux_process_ext_content_desc):
10570 don't send text tags if they are empty (bis repetita)
10572 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10574 * ext/dv/gstdvdec.c:
10575 remove unneeded comment from dvdec
10576 (related to DV 4CC codes in AVI files)
10577 moved them in gstreamer/docs/random/mimetypes
10578 * gst/asfdemux/gstasfdemux.c:
10579 (gst_asf_demux_process_ext_content_desc):
10580 don't send text tags if they are empty
10581 fix mem leak on error path
10582 * gst/ffmpegcolorspace/avcodec.h:
10583 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10584 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10585 (gst_ffmpegcsp_avpicture_fill):
10586 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10587 * gst/ffmpegcolorspace/imgconvert_template.h:
10588 adds BGR32 and BGRA32 to ffmpegcolorspace
10589 (still bad colors, fixing it on next commit)
10590 helps with dvdec outputing BGR32
10592 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10594 * ext/dv/gstdvdec.c:
10595 Fix audio caps i just broke (missing ',')
10596 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10597 (gst_matroska_mux_reset):
10598 Fix typo + add FIXME about old "x-gst-metadata" crap
10600 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10602 * ext/dv/demo-play.c: (main):
10603 xvideosink -> xvimagesink
10604 * ext/dv/gstdvdec.c:
10605 change rgb 32/32 caps to 24/32 (no alpha)
10606 change nb of channels to be a list (2 or 4, not 2)
10607 change sample rate to be a list (32, 44.1, 48 kHz) not a range
10608 * gst/asfdemux/gstasfdemux.c:
10609 (gst_asf_demux_process_ext_content_desc):
10610 Add 'date/year' to extracted metadata list
10612 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10614 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10615 The return value of fixate_to does not imply that the requested
10616 value was set, so don't assume.
10618 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
10620 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10622 * ext/libpng/gstpngdec.c:
10623 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10624 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10625 * ext/libpng/gstpngenc.h:
10626 Alpha support (encoder; #163161), mime fixage.
10628 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
10630 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10632 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10633 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10634 (gst_faac_set_property), (gst_faac_get_property):
10635 * ext/faac/gstfaac.h:
10636 Allow for ADTS output (#153434).
10638 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10640 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10641 Fix against template (#150576).
10643 2005-01-06 Benjamin Otte <otte@gnome.org>
10645 * gst/games/gstpuzzle.c: (draw_puzzle):
10646 don't draw a puzzle if either width or height of tiles would be 0.
10648 2005-01-06 Benjamin Otte <otte@gnome.org>
10650 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
10651 (gst_puzzle_class_init), (gst_puzzle_finalize):
10652 no memleaks, please
10653 (gst_puzzle_create), (gst_puzzle_init),
10654 (gst_puzzle_set_property), (gst_puzzle_setup):
10655 change initialization code around so we don't reshuffle on resize
10657 fix another stupid typo
10659 2005-01-06 Benjamin Otte <otte@gnome.org>
10661 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
10662 fix stupid typo that borked copying on YUY2
10664 2005-01-06 Benjamin Otte <otte@gnome.org>
10666 * gst/games/gstpuzzle.c: (draw_puzzle):
10667 fix edges when image sizes aren't multiples of tile sizes
10669 2005-01-06 Benjamin Otte <otte@gnome.org>
10671 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
10672 make RGB endianness work correctly
10673 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10674 refactor and fix race with initial shuffling
10675 (nav_event_handler):
10676 allow using the mouse to puzzle
10678 insist on tiles having width and height as multiples of 4 to get
10679 clean YUV image handling
10680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10681 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10682 s/DEBUG/LOG/ for common messages
10683 (gst_xvimagesink_navigation_send_event):
10684 fix mouse event translation to not include screen PAR
10685 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10686 fix mouse event translation to actually work
10688 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10690 * gst/asfdemux/gstasfdemux.c:
10691 (gst_asf_demux_process_ext_content_desc):
10692 Extract TrackNumber metadata + clean up code
10693 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10694 Hope this is the good fix (var used unitialised)
10696 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10698 * ext/faad/gstfaad.c: (gst_faad_chain):
10699 Only increment timestamp if it's valid. Fixes raw AAC streams.
10701 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
10704 * gst/games/Makefile.am:
10705 * gst/games/gstpuzzle.c:
10706 add a puzzle game with...
10707 * gst/games/gstvideoimage.c:
10708 * gst/games/gstvideoimage.h:
10709 ... full colorspace support (that includes YUV9 and RGB16)) stolen
10710 from videotestsrc and made into something that would be a nice
10711 library for a lot of other plugins.
10713 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10716 don't compile faad plugin if a RC of 2.0 is found
10717 Fixes #155346 (and FC1 buildbot)
10718 * gst/asfdemux/gstasfdemux.c:
10719 (gst_asf_demux_process_ext_content_desc):
10720 try to make Solaris compiler happier
10722 2005-01-06 Paul Jack <pjack@sfaf.org>
10724 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10726 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10727 Fix segfault (#161667).
10729 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10731 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10732 Fix framerate reporting.
10734 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
10736 * gst-libs/gst/riff/riff-ids.h:
10737 * gst/wavenc/riff.h:
10738 Add AMR (VBR and CBR) ids to riff.h audio codec list
10739 * gst/asfdemux/gstasfdemux.c:
10740 (gst_asf_demux_process_ext_content_desc),
10741 (gst_asf_demux_process_object):
10742 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10744 2005-01-05 Martin Eikermann <meiker@upb.de>
10746 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10748 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10749 (gst_dvd_demux_handle_discont):
10750 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10751 (gst_mpeg_demux_handle_discont):
10752 Recreate pads on new-media (#160730).
10753 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10754 Send discont even if manager changes timestamps (#161929).
10756 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
10758 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10760 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10761 Fix invalid memory access (#159211).
10763 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10765 * examples/gstplay/player.c: (main):
10767 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10768 Add visualizations.
10769 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10770 (gst_a52dec_handle_frame):
10772 * ext/dvdnav/gst-dvd:
10773 Add audioconvert. Fixes #161325.
10774 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10775 Explicitely case to gint64. Possible valgrind error.
10776 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10777 (gst_play_tick_callback), (gst_play_change_state),
10778 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10779 (gst_play_set_location), (gst_play_get_location),
10780 (gst_play_seek_to_time), (gst_play_set_data_src),
10781 (gst_play_set_video_sink), (gst_play_set_audio_sink),
10782 (gst_play_set_visualization), (gst_play_connect_visualization),
10783 (gst_play_get_framerate), (gst_play_get_all_by_interface),
10785 Use playbin. Fixes #139749 and #147744.
10786 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10788 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10789 (audioscale_get_type), (gst_audioscale_base_init),
10790 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10791 (gst_audioscale_getcaps), (gst_audioscale_fixate),
10792 (gst_audioscale_link), (gst_audioscale_get_buffer),
10793 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10794 (gst_audioscale_init), (gst_audioscale_dispose),
10795 (gst_audioscale_chain), (gst_audioscale_set_property),
10796 (gst_audioscale_get_property), (plugin_init):
10798 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10800 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10801 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10802 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10803 Add more metadata (fixes #162656).
10805 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
10810 === release 0.8.7 ===
10812 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
10817 releasing 0.8.7, "Hyperspace"
10819 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
10821 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
10823 * gst/playback/gstplaybasebin.c:
10824 Fix for #162924 - free caps after use, not before
10826 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
10828 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10830 * gst/playback/gstplaybasebin.c:
10831 * gst/wavparse/gstwavparse.c:
10832 Fix for #154773 - fixes playback of small .wav files
10834 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
10836 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10838 * gst/audioscale/gstaudioscale.c:
10839 Fix for #162819 - make audioscale reusable
10840 Fixes playback of more than one file with playbin/totem
10842 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
10844 * gst/ffmpegcolorspace/avcodec.h:
10845 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10846 * gst/ffmpegcolorspace/imgconvert.c:
10847 clean up the mess that made me cry and avoid needless duplication
10849 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
10851 * gst/ffmpegcolorspace/imgconvert.c:
10852 give some indication of why we're segfaulting
10854 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10857 Fix indentation, fix v4l2 plugin detection.
10859 Fix libmms location (Maciej, use diff -u!).
10860 * ext/alsa/gstalsa.c: (gst_alsa_init):
10861 Initialize caps cache to NULL.
10862 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10863 Only change state on audiosink if it exists.
10865 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
10867 * gst/matroska/matroska-demux.c:
10868 * gst/matroska/matroska-ids.h:
10869 * gst/matroska/matroska-demux.h:
10870 Fix Vorbis streams failing to decode in some files, where cluster_time
10871 isn't 0, because then it doesn't send codec_priv before actual data.
10872 Remove time-based test and replace it with marker set on beginning of
10875 2004-12-28 David Schleef <ds@schleef.org>
10877 Merge patch from Ronald fixing problems with streaming
10879 * ext/cairo/gstcairo.c: (plugin_init):
10880 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10881 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10882 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10883 (gst_textoverlay_font_init), (gst_textoverlay_init),
10884 (gst_textoverlay_set_property):
10885 * ext/cairo/gsttextoverlay.h:
10887 2004-12-27 David Schleef <ds@schleef.org>
10889 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10890 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10891 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10892 (gst_textoverlay_font_init), (gst_textoverlay_init),
10893 (gst_textoverlay_set_property): Improvements to actually
10894 render text as white on black outline on video, including
10895 font selection and horizontal/vertical alignment. (Ronald's
10897 * ext/cairo/gsttextoverlay.h:
10899 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10901 * ext/ogg/gstogg.c:
10902 * ext/ogg/gstogmparse.c:
10903 fix ogm[audio/video]parse plugin registration
10904 (riff won't load if bytestream is already loaded)
10906 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
10908 * gst/audioconvert/gstchannelmix.c:
10911 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
10915 disable docs again until it actually passes make distcheck.
10917 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10919 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
10920 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10922 Add 3GP (variables name Q3GP because they can't start with a
10923 number). Add samr audio fourcc (used in .3gp files), decoder
10924 is work in progress. Also do a GST_WARNING instead of ERROR
10925 in case of unknown nodes, to decrease output.
10927 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
10932 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
10935 * ext/speex/gstspeexdec.h:
10936 * ext/speex/gstspeexenc.h:
10937 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
10938 Fix detection code in configure.ac
10940 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10942 * gst/matroska/matroska-demux.c:
10943 (gst_matroska_demux_parse_blockgroup):
10944 Save position, so that queries give proper return values. Don't
10945 know how this could ever have worked before...
10947 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
10950 Put additional LAME check inside the conditional. Fixes #152339
10952 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10954 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10955 (gst_avi_demux_stream_scan):
10956 Add some more debug. Fix logic error when setting movi offset
10957 while reading index.
10959 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10961 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10962 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10963 (gst_avi_demux_process_next_entry):
10964 Add some debugging. Better detection of broken indexes and the
10965 accompanying index recovery. No infinite loops on state changes
10966 when we're still in our loopfunction.
10968 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10973 2004-12-22 Archana Shah <archana.shah@wipro.com>
10975 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10977 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10978 Normalizing the value before setting
10979 (gst_sunaudiomixer_get_volume):
10980 Normalizing the value after getting. Fixes bug# 161980
10982 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
10984 * Makefile.am: Make sure docs gets disted
10985 * docs/Makefile.am: Make sure all needed files get disted
10986 * gst-plugins.spec.in: latest updates
10988 2004-12-22 Wim Taymans <wim@fluendo.com>
10990 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10991 Revert patch 1.38 as clock distribution over schedulers does
10992 not work correcly in the core yet.
10994 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10996 * sys/oss/README: remove this file, which predates my birth
10997 (and which content is by far outdated)
10999 2004-12-20 Stefan Kost <ensonic@users.sf.net>
11003 * docs/Makefile.am:
11004 * docs/libs/Makefile.am:
11005 * docs/libs/gst-plugins-libs-docs.sgml:
11006 * docs/libs/gst-plugins-libs-sections.txt:
11007 * docs/libs/tmpl/gstgconf.sgml:
11009 * docs/version.entities.in:
11010 Added boilerplate gtk-doc files for plugin-libs documentation.
11012 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11014 * gst/auparse/gstauparse.c: fix int and float audio caps
11016 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11018 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11019 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11020 g_assert() can be a macro, don't use #ifdef inside it.
11022 2004-12-19 Edward Hervey <bilboed@bilboed.com>
11024 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11026 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11027 (gst_videorate_init), (gst_videorate_chain),
11028 (gst_videorate_change_state):
11029 Event handling (fixes #159986).
11031 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11033 * gst-libs/gst/riff/riff-media.c:
11034 (gst_riff_create_video_caps_with_data):
11035 Add BLZ0 (Blizzard's version of DivX) fourcc.
11037 2004-12-18 David Schleef <ds@schleef.org>
11039 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11042 2004-12-18 David Schleef <ds@schleef.org>
11044 * gst/tta/ttadec.h: Disable some header code that isn't used
11045 and clearly isn't portable.
11047 2004-12-18 David Schleef <ds@schleef.org>
11049 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11050 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11051 (avcodec_get_pix_fmt), (avpicture_layout),
11052 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11053 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11054 Fix code to not use GCC extensions (and c99 extensions that
11055 Forte does not like.)
11057 2004-12-19 Tim-Philipp M??ller <t.i.m@zen.co.uk>
11059 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11061 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11062 (gst_deinterlace_chain):
11063 Rowstride fixes. Fixes #161039.
11064 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11065 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11066 (gst_video_crop_getcaps), (gst_video_crop_link),
11067 (gst_video_crop_i420), (gst_video_crop_chain),
11068 (gst_video_crop_change_state):
11069 Rework of negotiation. Actually works now. Fixes #158650.
11071 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11073 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11074 That was very stupid.
11076 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11078 * gst/matroska/matroska-demux.c:
11079 (gst_matroska_demux_parse_blockgroup):
11080 Fix possible crasher.
11082 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11084 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11085 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11086 Lace sizes can be zero.
11088 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11090 * ext/musepack/gstmusepackdec.cpp:
11091 Fetch error return values. Fixes #161624.
11092 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11095 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11097 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11098 Work for truncated (unfinished download etc.) files. Fixes #160514.
11100 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11102 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11103 Fix for integer overflow. Makes #156001 not crash. Probably masks
11106 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11108 * gst/ac3parse/gstac3parse.c: (plugin_init):
11109 Parsers never have ranks. Fixes #159651.
11111 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
11113 * gst/playback/gstdecodebin.c: (compare_ranks):
11114 make sure the facotries are ordered the same every time even if they
11115 have the same rank by using the name
11116 * gst/playback/gstdecodebin.c: (find_compatibles):
11117 make sure we don't add factories to the list twice
11119 2004-12-16 David Schleef <ds@schleef.org>
11121 * configure.ac: look for musepack headers as musepack/*.h
11123 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11124 * ext/musepack/gstmusepackreader.h: same
11126 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11128 * gst-libs/gst/riff/riff-read.c:
11129 (gst_riff_read_strf_auds_with_data):
11130 Read extradata correctly (fixes #155879).
11132 2004-12-16 David Schleef <ds@schleef.org>
11134 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11135 audio. does _not_ attempt or allow conversion unless channels
11138 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
11140 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11142 2004-12-16 David Schleef <ds@schleef.org>
11144 * gst/audioscale/gstaudioscale.c: the resample library only
11145 handles 1 or 2 channels. Change caps to compensate.
11147 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11149 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11150 (gst_matroska_demux_audio_caps):
11151 Some MPEG-AAC hacks, because else it doesn't work...
11153 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11155 * gst-libs/gst/riff/riff-media.c:
11156 (gst_riff_create_video_caps_with_data),
11157 (gst_riff_create_video_template_caps):
11160 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11162 * gst-libs/gst/audio/Makefile.am:
11163 Try to fix buildbot.
11165 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
11167 * gst/tcp/gstmultifdsink.c:
11168 Clean up and uniformize debugging.
11170 2004-12-16 Edward Hervey <bilboed@bilboed.com>
11172 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11174 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11175 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11176 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11177 (gst_mpeg_demux_change_state):
11178 Reset on ready. Fixes 160276.
11180 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
11182 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11184 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11185 (gst_ffmpegcsp_pad_link):
11186 Fix memleak (#154815).
11188 2004-12-16 James Bowes <bowes@cs.dal.ca>
11190 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11192 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11193 (gst_musicbrainz_init), (gst_musicbrainz_chain),
11194 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11195 * ext/musicbrainz/gsttrm.h:
11196 Add support for using a proxy server when getting a trm id from
11197 the MusicBrainz database (#149613).
11199 2004-12-16 Christophe Fergeau <teuf@gnome.org>
11201 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11203 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11204 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11205 Fix memleaks (#157233).
11207 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
11209 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11211 * gst-libs/gst/resample/resample.c: (gst_resample_close):
11212 * gst-libs/gst/resample/resample.h:
11213 * gst/audioscale/gstaudioscale.c:
11214 Fix memleak (#159215).
11216 2004-12-16 Toni Willberg <toniw@iki.fi>
11218 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11220 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11221 * sys/oss/oss_probe.c: (main):
11222 Check for mono/stereo support (similar to samplerate probing),
11223 fixes #159433. Also add missing copyright header to oss_probe.c.
11225 2004-12-15 David Schleef <ds@schleef.org>
11227 * configure.ac: add audioresample and cairo plugins. Remove
11228 HAVE_MMX stuff, because it's not used.
11229 * ext/Makefile.am: same
11230 * ext/audioresample/Makefile.am: You are not ready for an
11231 audio resampling element based on audioresample.
11232 * ext/audioresample/gstaudioresample.c:
11233 * ext/audioresample/gstaudioresample.h:
11234 * ext/cairo/Makefile.am: You are not ready for overlay elements
11235 based on cairo. Don't look too closely, these elements kinda
11237 * ext/cairo/gstcairo.c: new
11238 * ext/cairo/gsttextoverlay.c: new
11239 * ext/cairo/gsttextoverlay.h: new
11240 * ext/cairo/gsttimeoverlay.c: new
11241 * ext/cairo/gsttimeoverlay.h: new
11242 * gst-libs/gst/media-info/media-info-priv.h: fix compile
11243 problem with compilers that don't support variadic macros.
11245 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
11247 Reviewed by: David Schleef <ds@schleef.org>
11249 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
11250 Bala, registering sunaudiosrc (oops!), and cleaning up code a
11251 bit. Also ran indent-gst.
11252 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11253 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11254 (gst_sunaudiosrc_setparams):
11256 2004-12-14 David Schleef <ds@schleef.org>
11258 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11259 output rate to 16000. Should fix #160235.
11261 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11263 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11264 Add typefinding for mpeg2 pes streams
11266 2004-12-13 David Schleef <ds@schleef.org>
11268 * configure.ac: Applied patch from bug #143659, making default
11269 sources and sinks OS-dependent (for Solaris), and added code
11271 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11273 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11275 * gst-libs/gst/riff/riff-media.c:
11276 forgot to add h2.64 to avidemux template caps
11278 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11280 * gst/wavenc/riff.h:
11281 * gst-libs/gst/riff/riff-media.c:
11282 * gst-libs/gst/riff/riff-ids.h:
11283 * gst/avi/gstavimux.c
11284 add 4CC code for VideoSoft h264 in AVI (VSSH)
11286 remove s323 from riff, it's quicktime specific :(
11288 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11290 * gst/asfdemux/README
11291 * gst/wavenc/riff.h
11292 * gst-libs/gst/riff/riff-ids.h
11293 * gst-libs/gst/riff/riff-media.c
11294 * gst/qtdemux/qtdemux.c:
11295 add new 4CC codes for h263 related codecs
11296 fixes partially bug #155163
11298 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
11300 * configure.ac: Update polyaudio requirement to 0.7
11301 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11303 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11305 * gst/interleave/deinterleave.c:
11306 fix my name's spelling! :)
11308 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11310 * AUTHORS ChangeLog
11311 * gst/auparse/gstauparse.c
11312 * gst/interleave/deinterleave.c
11314 alaw-decode.c alaw-encode.c
11315 mulaw-decode.c mulaw-encode.c
11316 * gst/oneton/gstoneton.c
11318 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11320 cocoawindow.h cocoawindow.m
11321 osxvideosink.h osxvideosink.m
11323 put the same mail address for Zaheer Abbas Merali everywhere
11325 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11327 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11328 Align by packetsize, and assert that we a packet available before
11329 playing. The first makes webstreams work (they often include
11330 trailing padding data in a packet), the second allows pausing a
11331 ASF stream in totem without getting demux errors afterwards.
11333 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11335 * ext/ogg/gstoggdemux.c: (get_relative):
11336 Check for non-NULL before accessing member (end-of-chain).
11338 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11340 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11341 (cdparanoia_set_property), (cdparanoia_get_property):
11342 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11343 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11344 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11345 (dvdreadsrc_init), (dvdreadsrc_set_property),
11346 (dvdreadsrc_get_property):
11347 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11348 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11349 Synchronize property names where not yet the case. Devices are
11350 now device=X, other versions are deprecated (but still exist).
11351 Also use g_free() unconditionally.
11352 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11353 (setup_source), (gst_play_base_bin_get_property):
11356 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
11358 * configure.ac: move GCONF macro outside conditional for the am
11359 conditional. Fixes #160439
11361 2004-12-08 David Schleef <ds@schleef.org>
11363 * tools/gst-visualise-m.m: Switch to elements that currently
11366 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11368 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11369 We love wrong commas.
11371 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11373 * gst/matroska/matroska-demux.c:
11374 (gst_matroska_demux_handle_src_query):
11375 Don't set DEFAULT, unsupported - makes length display incorrectly
11378 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
11380 * gst/monoscope/README: remove blurb about files being GPL
11381 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11382 * gst/monoscope/monoscope.c: Change license to BSD with explanation
11383 monoscope is now effectively LGPL licensed
11385 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
11387 * gst/monoscope/README: Update information to be more correct
11388 * gst/monoscope/convolve.c: Relicense to LGPL
11389 * gst/monoscope/convolve.h: Relicense to LGPL
11391 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
11393 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11394 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11395 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11396 set default_duration for mpeg1 audio
11398 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
11400 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11401 * ext/alsa/gstalsa.h:
11402 refactor big chunks of the core caps negotiation code to make it
11403 a lot faster, because people claim it's really slow
11404 (actually, just cache the getcaps when the device is opened)
11406 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11408 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11409 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11410 (gst_a52dec_handle_frame), (gst_a52dec_chain),
11411 (gst_a52dec_change_state), (plugin_init):
11412 * ext/a52dec/gsta52dec.h:
11413 Do something useful with timestamps. Make chain-based (since
11414 there's really no reason to be loopbased).
11415 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11416 Update current_byte/frame correctly.
11418 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11420 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11421 (gst_ape_demux_stream_init):
11424 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11426 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11427 Let's make sure we're done typefinding when detecting tags.
11429 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11431 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11432 (gst_ebml_read_init), (gst_ebml_read_use_event),
11433 (gst_ebml_read_element_id), (gst_ebml_peek_id),
11434 (gst_ebml_read_seek), (gst_ebml_read_skip),
11435 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11436 (gst_ebml_read_master):
11437 * gst/matroska/ebml-read.h:
11438 * gst/matroska/matroska-demux.c:
11439 (gst_matroska_demux_parse_contents),
11440 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11441 Disgustingly evil hack for working around INTERRUPT events and
11442 their extremely annoying habit of being a pain in the ass. We
11443 simply peek a cluster before reading any of it.
11445 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11447 * ext/musepack/gstmusepackdec.cpp:
11448 There's also floating point libmusepacks.
11450 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11452 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11453 (gst_faad_chanpos_to_gst), (gst_faad_chain):
11454 Set DURATION even if source buffer didn't. Also use increasing
11456 * gst-libs/gst/riff/riff-media.c:
11457 (gst_riff_create_audio_caps_with_data):
11458 Block_align can have larger values than 8192.
11460 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11462 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11463 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11464 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11465 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11468 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11470 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11473 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11475 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11478 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11480 * ext/esd/esdsink.c: (gst_esdsink_chain):
11481 Make error actually say something useful (fixes #156798).
11482 * gst-libs/gst/riff/riff-media.c:
11483 (gst_riff_create_video_caps_with_data),
11484 (gst_riff_create_video_template_caps):
11485 Add Intel Video 5.0 fourcc (IV50).
11487 2004-12-01 Christophe Fergeau <teuf@gnome.org>
11489 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11490 detection on mono and stereo mp3 files.
11492 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11494 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11495 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11496 the contained stream).
11498 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11500 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11501 Oops, remove debug.
11503 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
11505 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11507 * gst/law/alaw-decode.c: (alawdec_getcaps):
11508 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11509 Prevent warnings when negotiating caps (fixes #159338).
11511 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11513 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11514 (gst_ffmpegcsp_chain):
11515 Remove old leftover that shouldn't be there...
11517 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
11519 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11521 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11522 Don't forward DISCONT events (fixes #159684).
11524 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11526 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11527 Unlink manually since sometimes bin disposal (and therefore
11528 pad unlinking) is delayed, which will cause a new media file
11529 to not be able to start playing instantly.
11531 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11533 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11534 On mute of an unlinked stream, check for pad availability so
11535 we don't crash on unlinked pad.
11537 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11539 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11540 (gst_avi_demux_massage_index):
11541 Fix quite humiliating bug in omitting 0-sized index chunks but
11542 forgetting to count them for timestamps.
11544 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11546 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11547 Actually leave the loop if we failed to sync. Don't crash.
11549 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11551 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11552 (gst_dvd_demux_process_private):
11553 * gst/mpegstream/gstdvddemux.h:
11554 Fix crash (#159759). Doesn't work, though. :-(.
11556 2004-11-28 Benjamin Otte <otte@gnome.org>
11558 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11559 more overwriting protection due to modifying channels one by one
11560 instead of all at once
11562 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11564 * gst/audioconvert/gstchannelmix.c:
11565 (gst_audio_convert_fill_normalize):
11566 Normalize using absolute values.
11568 2004-11-28 Julien MOUTTE <julien@moutte.net>
11572 * ext/directfb/Makefile.am:
11573 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11574 (gst_directfbvideosink_get_pixel_format),
11575 (gst_directfbvideosink_get_format_from_fourcc),
11576 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11577 (gst_directfbvideosink_sink_link),
11578 (gst_directfbvideosink_change_state),
11579 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11580 (gst_directfbvideosink_buffer_alloc),
11581 (gst_directfbvideosink_interface_supported),
11582 (gst_directfbvideosink_interface_init),
11583 (gst_directfbvideosink_navigation_send_event),
11584 (gst_directfbvideosink_navigation_init),
11585 (gst_directfbvideosink_set_property),
11586 (gst_directfbvideosink_get_property),
11587 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11588 (gst_directfbvideosink_base_init),
11589 (gst_directfbvideosink_class_init),
11590 (gst_directfbvideosink_get_type), (plugin_init):
11591 * ext/directfb/directfbvideosink.h: Adding a first version of
11593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11596 2004-11-28 Benjamin Otte <otte@gnome.org>
11598 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11599 walk the samples backwards if out_channels > in_channels so we don't
11602 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11604 * gst/audioconvert/Makefile.am:
11605 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11606 (gst_audio_convert_link), (gst_audio_convert_change_state),
11607 (gst_audio_convert_channels):
11608 * gst/audioconvert/gstchannelmix.c:
11609 (gst_audio_convert_unset_matrix),
11610 (gst_audio_convert_fill_identical),
11611 (gst_audio_convert_fill_compatible),
11612 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11613 (gst_audio_convert_fill_others),
11614 (gst_audio_convert_fill_normalize),
11615 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11616 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11617 * gst/audioconvert/gstchannelmix.h:
11618 Implement a channel mixer.
11620 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
11622 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11623 * ext/alsa/gstalsa.h:
11624 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11625 Make alsasink actually honor gst_element_set_clock and use that
11626 clock instead of its internal one.
11628 2004-11-27 Christophe Fergeau <teuf@gnome.org>
11630 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11631 (gst_play_base_bin_change_state): nullify source and decoder when
11632 going from READY to NULL so that we don't try to do weird stuff with
11633 them when going from NULL to READY
11634 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11635 instead of g_object_unref
11636 (gen_video_element), (gen_audio_element): more refcounting fixes, now
11637 it should be correct
11638 (gst_play_bin_change_state): don't call remove_sinks if we are
11639 currently disposing the object
11641 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11643 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11644 Don't forget bass if it's there. Else left channel is silent...
11646 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11648 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
11649 (gst_a52dec_change_state):
11650 Don't do sample adjusting anymore, we use float audio now.
11651 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11652 Don't fixate to non-existing properties.
11654 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11656 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
11657 (gst_a52dec_change_state):
11658 Advertise that we can do surround sound.
11660 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11662 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
11663 Add buffer-frames=0.
11664 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
11665 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
11666 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
11667 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
11668 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
11669 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
11670 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
11671 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
11672 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11673 * ext/dvdread/dvdreadsrc.h:
11674 Add seeking, querying for bytes, sectors, title, angle and
11675 chapter. Handle multiple chapters. Relicense to LGPL because
11676 Billy agreed on that (thanks Billy!).
11678 2004-11-27 Christophe Fergeau <teuf@gnome.org>
11680 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11681 call parent dispose method
11683 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
11685 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11686 (gst_audio_clock_get_internal_time):
11687 Fix active <-> inactive transitions: ensure time value always
11688 grows and avoid abrupt value changes.
11690 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11693 * gst/tta/Makefile.am:
11695 * gst/tta/filters.h:
11696 * gst/tta/gsttta.c:
11697 * gst/tta/gstttadec.c:
11698 * gst/tta/gstttadec.h:
11699 * gst/tta/gstttaparse.c:
11700 * gst/tta/gstttaparse.h:
11701 * gst/tta/ttadec.h:
11702 added TTA parser and decoder
11704 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11706 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11707 (probe_triggered), (check_queue), (buffer_underrun),
11708 (buffer_running), (buffer_overrun), (gen_source_element),
11710 * gst/playback/gstplaybasebin.h:
11711 Implement buffering. Needs some more work.
11713 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11715 * ext/theora/theoradec.c: (theora_dec_chain):
11716 Fix ilog mask range overflow.
11718 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11720 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11721 Don't omit the last (which in case of dmix is the only :) )
11722 channel count. Don't set channels if <= 2.
11724 2004-11-26 Christophe Fergeau <teuf@gnome.org>
11726 * gst/playback/gstplaybin.c: (gen_video_element),
11727 (gen_audio_element): Removed 2 obsolete comments
11729 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11731 * ext/vorbis/oggvorbisenc.c
11732 * ext/vorbis/vorbisenc.c :
11733 change description fields of those plugins to differentiate them
11734 (pitivi show Encoders by description, they had the same one)
11736 2004-11-25 Christophe Fergeau <teuf@gnome.org>
11738 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11740 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11741 (gst_play_bin_set_property), (gen_video_element),
11742 (gen_audio_element):
11743 Refcounting fixes for provided audio-/videosinks.
11745 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11747 * gst/playback/gstplaybin.c: (gen_video_element),
11748 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11749 Don't reference all sinks, but only the video- and audiosinks.
11750 The vis. element should be disposed when we're done with it.
11751 We don't have any reason to keep it around. This fixes warnings
11752 when reusing playbin for playing multiple audio files with
11753 vis. enabled. Also release audio device on pause - idea stolen
11756 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11758 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11759 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11760 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11761 * ext/alsa/gstalsaplugin.c: (plugin_init):
11762 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11763 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11764 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11765 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11766 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11767 (gst_faad_change_state), (plugin_init):
11768 * ext/faad/gstfaad.h:
11769 * ext/vorbis/vorbis.c: (plugin_init):
11770 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11771 * gst-libs/gst/audio/Makefile.am:
11772 * gst-libs/gst/audio/audio.c: (plugin_init):
11773 * gst-libs/gst/audio/multichannel.c:
11774 (gst_audio_check_channel_positions),
11775 (gst_audio_get_channel_positions),
11776 (gst_audio_set_channel_positions),
11777 (gst_audio_set_structure_channel_positions_list),
11778 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11779 (gst_audio_fixate_channel_positions):
11780 * gst-libs/gst/audio/multichannel.h:
11781 * gst-libs/gst/audio/testchannels.c: (main):
11782 * gst/audioconvert/gstaudioconvert.c:
11783 (gst_audio_convert_class_init), (gst_audio_convert_init),
11784 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11785 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11786 (gst_audio_convert_fixate), (gst_audio_convert_channels):
11787 * gst/audioconvert/plugin.c: (plugin_init):
11788 Surround sound support.
11790 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11792 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11793 Fix position for discont if we're close as well. Nitpicking, but
11794 saves a few milliseconds of extra waiting or skipping.
11796 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11798 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11799 We sometimes need parsers for playback, so add those too.
11801 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11804 * gst/apetag/Makefile.am:
11805 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11806 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11807 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11808 (gst_ape_demux_get_src_query_types),
11809 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11810 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11811 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11812 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11813 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11814 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11815 (gst_ape_demux_change_state):
11816 * gst/apetag/apedemux.h:
11817 * gst/apetag/apetag.c: (plugin_init):
11818 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11820 APE v1/2 tag reader plus typefind function.
11822 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11825 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11826 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11827 Remove hacks for older core. Require newer core version
11830 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11832 * gst/cdxaparse/Makefile.am:
11833 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
11834 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
11835 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
11836 * gst/cdxaparse/gstcdxaparse.h:
11837 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
11838 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
11839 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
11840 (gst_cdxastrip_get_src_query_types),
11841 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
11842 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
11843 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
11844 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
11845 * gst/cdxaparse/gstcdxastrip.h:
11846 SVCD/VCD header stripping separated from CDXA image parsing.
11847 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11849 Add VCD/SVCD header typefinding for VCD/SVCD.
11850 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
11851 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11852 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11853 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
11854 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
11855 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
11856 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
11857 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
11858 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
11859 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
11860 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
11861 * sys/vcd/vcdsrc.h:
11862 Fix up, add seeking, querying, URI interface. Works in totem now.
11864 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
11869 === release 0.8.6 ===
11871 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
11889 releasing 0.8.6, "IOU Love"
11891 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
11893 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11895 * gst/playback/gstplaybasebin.c:
11896 Fix unplayable files error handling. Fixes #158365
11898 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
11900 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11902 * gst/typefind/gsttypefindfunctions.c:
11903 Fix broken mp3 typefinding. Fixes #158375
11905 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
11907 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11909 * ext/ogg/gstoggdemux.c:
11910 Fix sync on broken files. Fixes #158976
11912 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
11914 patch by: Edward Hervey <bilboed@bilboed.com>
11916 * ext/libpng/gstpngenc.c:
11917 Copy over buffer properties. Fixes #158832
11919 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
11921 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
11923 * ext/dvdread/dvdreadsrc.c:
11924 Fixes invalid reads (#158462)
11926 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
11928 * sys/v4l/gstv4lsrc.c:
11929 * sys/v4l/gstv4lsrc.h:
11930 * sys/v4l/v4lsrc_calls.c:
11931 Probe less and cache it. Fixes #159187.
11933 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
11935 * gst/videorate/gstvideorate.c:
11936 Handle all video formats. Fixes #159186.
11938 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
11939 * gst/synaesthesia/gstsynaesthesia.c:
11940 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11941 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11942 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11943 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11944 (gst_synaesthesia_change_state), (plugin_init):
11945 Fix up synaesthesia to work under different samplerates/ buffer sizes.
11946 Force 320x200 output, as that's the only thing the underlying
11947 synaesthesia implementation supports. Still needs to be made
11950 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11953 Fix mpeg2enc configure check (similar to mplex check below).
11955 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
11957 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11959 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11960 Fix for gcc-2.95 (fixes #158221).
11962 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11964 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11965 Re-add clock distribution hack (until new core is released).
11968 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
11970 fix mplex configure check segfaulting on some systems (bug #140994)
11972 2004-11-13 Benjamin Otte <otte@gnome.org>
11974 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11976 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11977 do a wait when we enter the loop func with no data available to
11978 write instead of getting into an 100% CPU loop by just returning and
11979 being called again by the scheduler
11981 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
11984 * ext/libvisual/visual.c: (gst_visual_get_type),
11985 (libvisual_log_handler), (gst_visual_getcaps),
11986 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11988 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11989 * ext/smoothwave/Makefile.am:
11990 * ext/smoothwave/demo-osssrc.c: (main):
11991 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11992 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11993 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11995 * ext/smoothwave/gstsmoothwave.h:
11996 Make gstsmoothwave a working element in the 20th century.
11998 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11999 Fix incorrect link function
12001 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12003 * gst/volume/gstvolume.c:
12004 Allow buffer-frames=0.
12006 2004-11-12 Iain <iaingnome@gmail.com>
12008 * configure.ac: Check for polypaudio
12010 * ext/Makefile.am: Build the polyp dir
12012 * ext/polyp: The polypsink sources.
12014 2004-10-30 Iain <iaingnome@gmail.com>
12016 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12017 caps to reflect the new number of channels.
12019 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12021 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12022 Fix for negotiation order problem. This would show when the
12023 ALSA loopfuction was called before any other function. ALSA
12024 wouldn't do anything because we're not negotiated yet, leading
12025 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12027 2004-11-11 Tim-Philipp M??ller <t.i.m@zen.co.uk>
12029 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12031 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12032 No warnings (#157986).
12034 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12036 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12037 Prefer apev1/2 and id3v1 (at end of file) over musepack.
12039 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12041 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12042 Signal no-more-pads (so it works in playbin).
12044 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12046 * ext/musepack/gstmusepackreader.cpp:
12047 Workaround for older core.
12049 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12051 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12052 Actually test for odd width/height rather than testing whether
12053 a temporary variable that was 0 before we subtracted 1 is now
12054 not equal to zero (which it always is).
12056 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12058 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12059 Fix compilation if HAVE_XVIDEO is not defined
12061 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12063 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12064 Fix compilation if HAVE_XVIDEO is not defined
12066 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
12068 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12069 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12070 (gst_goom_change_state), (plugin_init):
12071 Use the bytestream adapter so goom doesn't depend on the input
12073 Add a debug category
12075 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12077 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12078 Only set hardware parameters *after* negotiation. Before
12079 negotiation, it will set ANY and that seems to cause crashes
12080 (see e.g. #151288, #153227).
12082 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12084 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12085 This seems to be antique leftover. It needs to pass error
12087 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12088 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12089 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12090 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12091 Fix GstXOverlay implementation (#151059).
12093 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12095 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12096 Don't assert (#157853).
12098 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12100 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12101 Fix bytes/samples confustion.
12102 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12103 Fix for underrun (#144389).
12105 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12107 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12108 Disable halfway-seek for pending release (since it needs a new
12111 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
12113 * sys/v4l/gstv4lsrc.c:
12114 * sys/v4l/gstv4lsrc.h:
12115 * sys/v4l/v4lsrc_calls.c:
12116 add autoprobe-fps property so we can separate autoprobing parts
12118 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
12120 * sys/v4l/gstv4lsrc.c:
12121 * sys/v4l/v4lsrc_calls.c:
12122 initialise fourcc to catch unset fourcc's, and debug
12124 2004-11-09 Wim Taymans <wim@fluendo.com>
12126 * gst/playback/README:
12127 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12128 * gst/playback/gstplaybin.c: (gst_play_bin_init),
12129 (gst_play_bin_dispose), (gst_play_bin_set_property),
12130 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12131 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12132 (gst_play_bin_get_formats), (gst_play_bin_convert),
12133 (gst_play_bin_get_query_types), (gst_play_bin_query):
12134 Cleanups and some more documentation.
12136 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
12138 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12139 (gst_cacasink_init), (gst_cacasink_chain):
12140 * ext/libcaca/gstcacasink.h:
12141 Cacasink inherits from VideoSink, so let that store the clock.
12143 2004-11-09 Wim Taymans <wim@fluendo.com>
12145 * gst/playback/README:
12146 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12147 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12148 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12149 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12150 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12152 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12153 (gst_stream_info_is_mute), (gst_stream_info_set_property):
12154 * gst/playback/gststreaminfo.h:
12156 Only switch groups if all streams have muted (EOSed).
12157 Send Tags in sync with the stream playback instead of in
12158 the playback/preroll phase.
12159 Some cleanups, free the fakesrc elements.
12161 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
12163 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12164 buffer-frames property was missing
12165 * ext/arts/gst_arts.c:
12166 rate missing from sinkcaps
12167 * ext/audiofile/gstafparse.c:
12168 * ext/audiofile/gstafsink.c:
12169 * ext/audiofile/gstafsrc.c:
12170 * ext/swfdec/gstswfdec.c:
12171 int audio doesn't know buffer-frames
12172 * ext/cdparanoia/gstcdparanoia.c:
12173 int audio doesn't know chunksize either
12174 * ext/nas/nassink.c:
12175 it's endianness, not endianess
12176 * gst-libs/gst/audio/audio.h:
12177 make float standard pad template caps really describe float
12178 * gst/law/mulaw.c: (linear_factory):
12179 signed only, please
12180 * gst/mpegstream/gstdvddemux.c:
12181 widths of 20 are not valid
12183 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
12185 Submitted by: Luca Ferretti <elle.uca@infinito.it>
12191 2004-11-08 Wim Taymans <wim@fluendo.com>
12193 * gst/playback/README:
12194 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12195 * gst/playback/gstplaybasebin.c: (probe_triggered),
12196 (gst_play_base_bin_change_state):
12197 Updated README, added more comments for fixmes etc..
12199 2004-11-08 Wim Taymans <wim@fluendo.com>
12201 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12202 We can remove this hack now.
12204 2004-11-08 Wim Taymans <wim@fluendo.com>
12206 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12207 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12208 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12209 Only mix AYUV for maximum quality.
12211 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12213 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12214 (gst_ogg_demux_push), (gst_ogg_pad_push):
12215 Let's act as if we're synchronized now! :).
12216 * ext/theora/theoradec.c: (theora_dec_chain):
12219 2004-11-08 Wim Taymans <wim@fluendo.com>
12221 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12222 (gst_alpha_set_property), (gst_alpha_sink_link),
12223 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12224 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12225 (gst_alpha_init_params), (gst_alpha_chain):
12226 Implement alpha functions for AYUV too, this increases
12227 accuracy quite a bit.
12229 2004-11-08 Wim Taymans <wim@fluendo.com>
12231 * gst/ffmpegcolorspace/avcodec.h:
12232 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12233 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12234 (gst_ffmpegcsp_avpicture_fill):
12235 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12236 (gst_ffmpegcsp_caps_remove_format_info):
12237 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12238 (shrink12), (img_get_alpha_info), (deinterlace_line),
12239 (deinterlace_line_inplace):
12240 * gst/ffmpegcolorspace/imgconvert_template.h:
12241 Added AYUV colorspace and handle RGBA a bit more respectful.
12243 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12245 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12246 Actually always send a discont (cornercase when resending the
12247 same serial-tagged chain twice).
12249 2004-11-08 Julien MOUTTE <julien@moutte.net>
12251 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12252 (gst_ximagesink_finalize):
12253 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12254 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12256 2004-11-08 Wim Taymans <wim@fluendo.com>
12258 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12259 Don't segfault on NULL data.
12261 2004-11-08 Wim Taymans <wim@fluendo.com>
12263 * gst/playback/gstdecodebin.c: (unlinked):
12264 * gst/playback/gstplay-marshal.list:
12265 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12266 (gst_play_base_bin_init), (group_create), (get_active_group),
12267 (get_building_group), (group_destroy), (group_commit),
12268 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12269 (add_element_stream), (no_more_pads), (probe_triggered),
12270 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12271 (state_change), (setup_source), (gst_play_base_bin_get_property),
12272 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12273 (gst_play_base_bin_link_stream),
12274 (gst_play_base_bin_get_streaminfo):
12275 * gst/playback/gstplaybasebin.h:
12276 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12277 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12278 Add support for chained ogg files. Prepare for playlist
12279 support. This patch introduces the concept of pad groups, which
12280 together compose one playable media file.
12282 2004-11-07 David Schleef <ds@schleef.org>
12284 * testsuite/gst-lint: Check for pad templates that aren't statically
12287 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12291 * ext/musepack/Makefile.am:
12292 * ext/musepack/gstmusepackdec.cpp:
12293 * ext/musepack/gstmusepackdec.h:
12294 * ext/musepack/gstmusepackreader.cpp:
12295 * ext/musepack/gstmusepackreader.h:
12296 Add musepack decoder.
12297 * ext/faad/gstfaad.c: (gst_faad_base_init):
12298 Make pad templates static.
12299 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12301 Add musepack typefinder, make mp3 typefinding work halfway stream,
12302 which doesn't actually work yet because id3demux doesn't implement
12305 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12307 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12308 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12309 Fix interrupt event handling (#144436).
12311 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12313 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12316 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
12318 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12320 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12321 Fix weird caps (#157548).
12323 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
12325 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12327 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12328 Add missing NULL terminator (#157543).
12330 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
12332 * gst/tcp/gsttcp.h:
12333 * gst/tcp/gsttcpclientsink.c:
12334 * gst/tcp/gsttcpclientsrc.c:
12335 * gst/tcp/gsttcpserversink.c:
12336 * gst/tcp/gsttcpserversrc.c:
12337 ports can go up to 65535. Move common defines to gsttcp.h
12339 2004-11-05 Wim Taymans <wim@fluendo.com>
12341 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12342 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12343 Added two more colorspaces.
12345 2004-11-05 Wim Taymans <wim@fluendo.com>
12347 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12348 (gst_ffmpegcsp_avpicture_fill):
12349 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12350 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12351 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12354 2004-11-05 Wim Taymans <wim@fluendo.com>
12356 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12357 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12358 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12359 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12360 (gst_videomixer_loop):
12363 2004-11-05 Benjamin Otte <otte@gnome.org>
12365 * ext/mad/gstmad.c: (gst_mad_chain):
12366 don't overflow data buffer. Flush not needed sync data when syncing
12369 2004-11-04 Wim Taymans <wim@fluendo.com>
12371 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12372 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12373 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12374 (gst_alpha_init_params), (gst_alpha_chain),
12375 (gst_alpha_change_state):
12376 Updated the chroma keying algorithm with something more
12379 2004-11-03 Wim Taymans <wim@fluendo.com>
12381 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12382 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12383 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12384 Fix stride issues. Does not completely work for odd
12387 2004-11-03 Wim Taymans <wim@fluendo.com>
12389 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12390 (gst_alpha_chroma_key), (gst_alpha_chain):
12391 Fix stride issues. Does not completely work for odd
12394 2004-11-03 Christophe Fergeau <teuf@gnome.org>
12396 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12397 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12400 2004-11-03 Wim Taymans <wim@fluendo.com>
12402 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12403 (gst_ffmpegcsp_avpicture_fill):
12404 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12406 * gst/ffmpegcolorspace/imgconvert_template.h:
12407 Use correct _fill function to get correct strides.
12409 2004-11-02 David Schleef <ds@schleef.org>
12411 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12412 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12413 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12414 Change all g_print()s to debugging. Add a bunch of consistency
12417 2004-11-02 Wim Taymans <wim@fluendo.com>
12419 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12420 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12421 (unlinked), (no_more_pads), (close_link):
12422 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12423 (unknown_type), (add_element_stream), (new_decoded_pad),
12424 (removed_decoded_pad), (setup_source):
12425 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12426 (gst_stream_info_class_init), (gst_stream_info_init),
12427 (gst_stream_info_new), (gst_stream_info_dispose),
12428 (stream_info_mute_pad), (gst_stream_info_set_property),
12429 (gst_stream_info_get_property):
12430 * gst/playback/gststreaminfo.h:
12431 Fix playback of multiple files.
12432 a slightly different approach to handling dynamic pad removals.
12433 This one only looks at pads that we have linked.
12435 2004-11-01 Christophe Fergeau <teuf@gnome.org>
12437 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12438 free" warning from libc.
12440 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12442 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12443 (get_unconnected_element), (remove_starting_from), (pad_removed),
12445 Implement support for dynamic pad changing. We listen to "live"
12446 pad removals (i.e. while playing) and re-setup autoplugging
12447 after that. Playbasebin/playbin need some more work for this
12448 to finally work, but decodebin supports (and replugs) chained
12451 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
12453 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12454 (gst_alsa_finalize):
12455 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12456 (gst_cdaudio_finalize):
12457 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12458 (cdparanoia_finalize):
12459 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12460 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12461 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12462 (dvdreadsrc_finalize):
12463 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12464 (gst_flacdec_finalize):
12465 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12466 (gst_flacenc_finalize):
12467 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12468 (gst_gnomevfssink_finalize):
12469 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12470 (gst_gnomevfssrc_finalize):
12471 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12472 (gst_fameenc_finalize):
12473 * ext/nas/nassink.c: (gst_nassink_class_init),
12474 (gst_nassink_finalize):
12475 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12476 (gst_sdlvideosink_class_init):
12477 * ext/sndfile/gstsf.c: (gst_sf_dispose):
12478 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12479 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12480 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12481 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12482 (gst_x_window_listener_dispose):
12483 * gst/audioscale/gstaudioscale.c:
12484 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12485 (play_on_demand_finalize):
12486 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12487 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12488 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12489 (cdplayer_finalize):
12490 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12491 (gst_glimagesink_class_init):
12492 * sys/oss/gstosselement.c: (gst_osselement_class_init),
12493 (gst_osselement_finalize):
12494 * sys/oss/gstosssink.c: (gst_osssink_dispose):
12495 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12496 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12497 Fixes a bunch of problems with finalize and dispose functions,
12498 either assumptions that dispose is only called once, or not calling
12499 the parent class dispose/finalize function
12501 2004-11-01 Stefan Kost <ensonic@users.sf.net>
12503 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12504 added two api precondition guards
12505 use g_strdup with getenv to fix crash when using ENVVAR
12507 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
12508 * ext/esd/esdsink.c: (gst_esdsink_class_init),
12509 (gst_esdsink_finalize):
12510 Use a finalize function, not dispose, and more importantly,
12511 call the parent class finalize function too
12513 2004-11-01 Johan Dahlin <johan@gnome.org>
12515 * ext/ogg/gstoggdemux.c:
12516 * gst/tags/gstvorbistag.c:
12519 2004-10-31 Benjamin Otte <otte@gnome.org>
12521 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12522 lotsa memleaks today. But they're all small...
12524 2004-10-31 Benjamin Otte <otte@gnome.org>
12526 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12527 another memleak crushed
12529 2004-10-31 Benjamin Otte <otte@gnome.org>
12531 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12534 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12536 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12537 Hack to prevent crash when going to READY inside signal handler
12538 while this function is active.
12540 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12542 * gst/ffmpegcolorspace/Makefile.am:
12543 * gst/ffmpegcolorspace/avcodec.h:
12544 * gst/ffmpegcolorspace/common.h:
12545 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12546 * gst/ffmpegcolorspace/dsputil.h:
12547 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12548 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12549 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12550 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12551 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12552 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12553 (gst_ffmpegcsp_avpicture_fill):
12554 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12555 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12556 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12557 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12558 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12559 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12560 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12561 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12562 * gst/ffmpegcolorspace/imgconvert.c:
12563 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12564 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12565 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12566 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12567 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12568 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12569 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12570 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12571 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12572 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12573 (grow21), (grow22), (grow41), (grow44), (conv411),
12574 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12575 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12576 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12577 (avpicture_free), (is_yuv_planar), (img_convert),
12578 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12579 (deinterlace_line_inplace), (deinterlace_bottom_field),
12580 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12581 * gst/ffmpegcolorspace/imgconvert_template.h:
12582 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12583 * gst/ffmpegcolorspace/mmx.h:
12584 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12585 (av_fast_realloc), (av_mallocz_static), (av_free_static),
12586 (av_freep), (avcodec_get_context_defaults),
12587 (avcodec_alloc_context), (avcodec_init):
12588 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12589 handling plus update from ffmpeg CVS. Large clean-up.
12591 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12593 * gst/playback/Makefile.am:
12594 We need the marshallers for decodebin, too.
12596 2004-10-30 David Schleef <ds@schleef.org>
12598 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12599 quicktime typefinding work with 64-bit offsets.
12601 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
12603 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12604 Set EOS on the element when processing an EOS event.
12605 * ext/speex/gstspeexdec.h:
12606 * ext/speex/gstspeexenc.h:
12607 Only keep a const ptr to the mode
12608 * gst-libs/gst/riff/riff-media.c:
12609 (gst_riff_create_audio_caps_with_data),
12610 (gst_riff_create_audio_template_caps):
12611 Allow WMAV3, with up to 6 channels.
12612 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12613 Don't call gst_pad_set_event_function on a sink pad.
12614 * gst/mpegstream/gstdvddemux.c:
12615 (gst_dvd_demux_get_subpicture_stream),
12616 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12617 Copy the explicit caps that were set across to the cur_* pads,
12618 instead of trying to use a possibly non-existent negotiated caps.
12619 Reset the type of subpicture pads to UNKNOWN after calling
12620 init_stream, so that the caps get set.
12622 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
12624 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12626 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12627 Don't touch buffer if it is of size 0 (fixes #151064).
12629 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12631 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12632 Synchronized discont handling.
12634 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12636 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12637 (gst_ogg_demux_push):
12638 Make seeking sort-of exact again (fixes #156387).
12640 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12642 * gst/playback/gstplaybasebin.c: (unknown_type),
12643 (add_element_stream), (new_decoded_pad),
12644 (gst_play_base_bin_change_state):
12645 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12646 (gst_stream_info_init), (gst_stream_info_new),
12647 (gst_stream_info_dispose), (gst_stream_info_get_property):
12648 * gst/playback/gststreaminfo.h:
12649 Make caps explicitely available. Makes testing for unsupported
12650 types possible. Improves error reporting.
12652 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12654 * gst/audioconvert/gstaudioconvert.c:
12655 (gst_audio_convert_buffer_to_default_format):
12656 Really don't touch read-only buffers (#156563).
12658 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
12660 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12662 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12663 Fix memleak (#155223).
12665 2004-10-29 Wim Taymans <wim@fluendo.com>
12667 * gst/tcp/.cvsignore:
12668 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12669 (gst_multifdsink_class_init), (gst_multifdsink_init),
12670 (gst_multifdsink_add), (gst_multifdsink_remove),
12671 (gst_multifdsink_remove_client_link), (is_sync_frame),
12672 (gst_multifdsink_new_client),
12673 (gst_multifdsink_handle_client_write),
12674 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12675 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12676 (gst_multifdsink_get_property):
12677 * gst/tcp/gstmultifdsink.h:
12678 Added burst on connect sync_method, deprecated sync_clients,
12679 streamlined the sync code some more.
12681 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12683 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12684 (gst_play_base_bin_change_state):
12685 Improve error reporting.
12687 2004-10-28 Wim Taymans <wim@fluendo.com>
12689 * gst/tcp/Makefile.am:
12690 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12691 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12692 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12693 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12694 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12695 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12697 Added more locks around fdset structures. Fixed/reworked
12698 the poll array resizing code.
12699 Added stress test for fdset.
12701 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12703 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12706 2004-10-28 Benjamin Otte <otte@gnome.org>
12708 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12709 fix link function to always query channels and query width for
12713 * gst/equalizer/Makefile.am:
12714 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
12715 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
12716 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12717 (arg_to_scale), (setup_filter),
12718 (gst_iir_equalizer_compute_frequencies),
12719 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12720 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12724 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
12726 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12730 Added Norwegian Bokmaal translation
12732 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12734 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12735 Don't break on options (fixes #156488).
12737 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
12740 * ext/cdaudio/Makefile.am:
12742 fix build on older automake
12744 2004-10-26 Wim Taymans <wim@fluendo.com>
12746 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12747 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12748 Allow a little margin when negotiating the framerate.
12750 2004-10-26 Stefan Kost <ensonic@users.sf.net>
12752 * gst/level/gstlevel.c:
12753 synchonised naming of pads and pad-templates
12755 2004-10-26 Wim Taymans <wim@fluendo.com>
12757 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12758 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12759 (_find_streams_check), (gst_ogg_demux_push):
12760 Fix EOS again. Needs to be done in a better way. We should not
12761 remove the pad if there is no new chained stream.
12763 2004-10-26 Iain <iaingnome@gmail.com>
12765 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12766 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12768 * gst/interleave/interleave.c (interleave_class_init): Hook up release
12770 (interleave_release_pad): Remove the pad.
12771 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12772 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12774 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12776 (gst_xvimagesink_xcontext_clear): Free the xcontext.
12777 (gst_xvimagesink_finalize): Free the par.
12779 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12781 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12782 (gst_avimux_stop_file):
12783 First calculate the rate, and only then use it. Hdr.rate is a
12784 multiple and not a derivative of hdr.scale. Scale is not the
12785 same as blockalign but is solely related to rate.
12787 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12789 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12790 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12793 2004-10-25 James Henstridge <james@jamesh.id.au>
12795 Reviewed by: David Schleef <ds@schleef.org>
12797 * examples/gstplay/player.c: (got_stream_length), (main):
12798 * examples/seeking/cdplayer.c: (update_scale):
12799 * examples/seeking/seek.c: (format_value), (update_scale):
12800 * examples/seeking/spider_seek.c: (format_value), (update_scale),
12802 Build fixes on AMD64.
12804 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12806 reviewed by: Ronald Bultje <rbultje at gnome dot org>
12808 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12809 Fix for some v4l cards which hang in v4lsrc
12811 2004-10-25 Wim Taymans <wim@fluendo.com>
12813 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12814 (gst_ogg_demux_push), (gst_ogg_chains_clear):
12815 Make sure to remove the pad when a new chain is
12816 encountered. Set some vars to NULL so we don't try
12817 to reference freed memory.
12819 2004-10-25 Wim Taymans <wim@fluendo.com>
12821 * examples/seeking/Makefile.am:
12822 * examples/seeking/cdplayer.c: (update_scale):
12823 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
12824 * examples/seeking/playbin.c: (make_playerbin_pipeline),
12825 (format_value), (update_scale), (iterate), (start_seek),
12826 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
12827 (print_usage), (main):
12828 Added some more examples, update others.
12830 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12832 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12833 * ext/speex/gstspeexdec.c: (speex_dec_chain):
12834 * ext/theora/theoradec.c: (theora_dec_chain):
12835 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12836 Add codec-name metadata.
12838 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
12840 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12842 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12843 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12844 * ext/alsa/gstalsamixertrack.h:
12846 ALSA mixer track label internationalization (#154054).
12848 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12850 * ext/theora/theoradec.c: (theora_dec_chain):
12851 Export bitrate as metadata.
12853 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12855 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12856 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12857 * ext/alsa/gstalsamixertrack.h:
12858 Fix names, fix loop.
12860 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12862 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
12863 (speex_dec_convert):
12864 sinkconvert function so oggdemux can get the file length (totem).
12866 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
12868 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12870 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12871 Don't push incomplete packets.
12872 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
12873 Fix MPEG-4 audio typefinding.
12875 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12877 * sys/v4l/Makefile.am:
12878 * sys/v4l/gstv4l.c: (plugin_init):
12879 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
12880 (gst_v4lelement_init), (gst_v4lelement_dispose),
12881 (gst_v4lelement_change_state):
12882 * sys/v4l/gstv4lelement.h:
12883 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
12884 (gst_v4l_xoverlay_close), (idle_refresh),
12885 (gst_v4l_xoverlay_set_xwindow_id):
12886 * sys/v4l/gstv4lxoverlay.h:
12887 * sys/v4l/v4l-overlay_calls.c:
12888 * sys/v4l/v4l_calls.h:
12889 * sys/v4l2/Makefile.am:
12890 * sys/v4l2/gstv4l2.c: (plugin_init):
12891 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
12892 (gst_v4l2element_init), (gst_v4l2element_dispose),
12893 (gst_v4l2element_change_state):
12894 * sys/v4l2/gstv4l2element.h:
12895 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
12896 (gst_v4l2_xoverlay_close), (idle_refresh),
12897 (gst_v4l2_xoverlay_set_xwindow_id):
12898 * sys/v4l2/gstv4l2xoverlay.h:
12899 * sys/v4l2/v4l2-overlay_calls.c:
12900 * sys/v4l2/v4l2_calls.h:
12901 Remove client-side overlay handling, use the X-server v4l plugin
12902 for that. Nicer overlay, less code. Also make the plugin
12903 compileable without X (but then without overlay, obviously).
12904 Makes xwindowlistener obsolete, should we remove that?
12906 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12908 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
12909 (gst_osssrc_src_query):
12910 * sys/oss/gstosssrc.h:
12911 OK, so people want offset in DEFAULT. This time, actually fix all
12913 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12916 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12918 * gst/asfdemux/gstasfmux.c:
12919 * gst/avi/gstavimux.c:
12922 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12924 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12925 Fix properties (channel, norm, frequency).
12927 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12929 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12931 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12934 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12936 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12939 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12941 * sys/v4l2/gstv4l2element.h:
12942 Yet Another Hack (tm) for kernel header borkedness.
12943 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12944 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12945 (gst_v4l2src_link), (gst_v4l2src_getcaps),
12946 (gst_v4l2src_change_state):
12947 * sys/v4l2/gstv4l2src.h:
12948 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12949 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12950 Fix caps, keep track of state, work.
12952 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12954 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12957 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12959 * sys/oss/gstosssrc.c: (gst_osssrc_get):
12960 Don't mix bytes and samples.
12962 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12964 * ext/ogg/gstoggmux.c:
12965 Basic pad template which accepts OGM tracks, speex, flac, vorbis
12966 and theora. Any is incorrect.
12967 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12969 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12970 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12971 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12972 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12973 * sys/v4l/gstv4lmjpegsrc.h:
12974 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12975 (gst_v4lsrc_change_state):
12976 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12977 (gst_v4lmjpegsrc_capture_stop):
12978 Fix caps. Keep track of internal state. Work.
12980 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12983 Fix the build fixes.
12985 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12987 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12988 (gst_ogg_demux_src_event), (_find_chain_seek),
12989 (gst_ogg_pad_push):
12990 Check for pad availability before using it.
12991 * ext/ogg/gstoggdemux.c: (_find_chain_process):
12992 Fix parsing of chained ogg. Needs more work on the decoder side.
12994 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
12996 * gst/spectrum/Makefile.am:
12997 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12999 Fix demo and reenable it. Yes, I'm currently playing with audio
13002 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13004 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13005 We love it if files that start at zero work too...
13007 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13009 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13010 Handle files with missing EOS headers.
13012 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13014 * gst/tcp/gsttcpserversink.c:
13015 (gst_tcpserversink_handle_server_read),
13016 (gst_tcpserversink_init_send):
13017 Zero some variables first (need for accept not to return EINVAL)
13019 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13021 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13022 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13023 * ext/theora/theoradec.c: (theora_dec_sink_convert),
13024 (theora_dec_chain):
13025 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13026 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13027 Seeking and querying finetune.
13029 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
13033 * ext/raw1394/Makefile.am:
13036 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13038 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13040 * gst/playback/Makefile.am:
13041 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13042 * gst/playback/gstplay-marshal.list:
13043 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13046 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13048 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13051 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13053 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13054 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13055 (gst_ogg_pad_push):
13056 Yay for non-lineair granulepos in theora.
13058 2004-10-18 Wim Taymans <wim@fluendo.com>
13060 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13061 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13062 * ext/dv/gstdvdec.h:
13063 Make sure we renegotiate aspect ratio when the camera switches.
13065 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13067 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13068 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13070 * ext/theora/theoradec.c: (theora_dec_chain):
13071 Skip headers. Bad idea for chained ogg, but fixes seeking.
13073 2004-10-18 Wim Taymans <wim@fluendo.com>
13076 I swear, this is the last time I touch this.
13078 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13080 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13081 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13082 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13084 * ext/theora/theoradec.c: (theora_dec_sink_convert):
13085 Time-to-default conversion.
13086 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13087 Don't error on unknown packets, just skip. We should probably
13088 read them if we want to support chained ogg.
13090 2004-10-18 Wim Taymans <wim@fluendo.com>
13093 Added cdaudio to wrong list.
13095 2004-10-18 Wim Taymans <wim@fluendo.com>
13100 2004-10-18 Wim Taymans <wim@fluendo.com>
13102 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13103 (gst_dvdec_video_link), (gst_dvdec_push):
13104 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13105 (gst_smokeenc_resync), (gst_smokeenc_chain):
13106 Fix mimetype on smoke encoder.
13107 Add aspect ratio to dvdec. Not sure if these
13108 values are correct though....
13110 2004-10-18 Wim Taymans <wim@fluendo.com>
13112 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13113 Fix vorbis property descriptions and ranges.
13115 2004-10-18 Wim Taymans <wim@fluendo.com>
13117 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13118 Really do nothing when no data is available.
13119 Go to the playing state when the stream is not seekable
13120 instead of failing.
13122 2004-10-18 Wim Taymans <wim@fluendo.com>
13124 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13125 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13126 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13127 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13128 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13129 Added uri handler for cd://
13132 2004-10-18 Wim Taymans <wim@fluendo.com>
13134 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13135 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13136 (try_to_link_1), (no_more_pads), (close_link), (type_found):
13137 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13138 (remove_prerolls), (unknown_type), (add_element_stream),
13139 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13140 (gst_play_base_bin_remove_element),
13141 (gst_play_base_bin_link_stream):
13142 * gst/playback/gstplaybin.c: (gen_video_element),
13143 (gen_vis_element), (remove_sinks), (setup_sinks):
13144 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13145 (gst_stream_info_get_type), (gst_stream_info_class_init),
13146 (gst_stream_info_init), (gst_stream_info_new),
13147 (gst_stream_info_dispose), (stream_info_mute_pad),
13148 (gst_stream_info_set_property), (gst_stream_info_get_property):
13149 * gst/playback/gststreaminfo.h:
13150 Add sink padtemplate to decodebin.
13151 Added some more comments.
13152 Make queue size configurable in playbasebin.
13153 Added possibility to use elements as sinks (ex cdaudio).
13155 2004-10-15 Wim Taymans <wim@fluendo.com>
13157 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13158 (gst_speexenc_chain):
13159 Fix speex timestamps so that it gets muxed properly.
13161 2004-10-15 Wim Taymans <wim@fluendo.com>
13163 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13164 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13165 (gst_dv1394src_init), (gst_dv1394src_dispose),
13166 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13167 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13168 (gst_dv1394src_event), (gst_dv1394src_get_formats),
13169 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13170 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13171 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13172 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13173 * ext/raw1394/gstdv1394src.h:
13174 Added conversion/query functions.
13175 Update buffer timestamps,
13177 Added uri dv:// so it might play from the firewire in playbin.
13178 Fix a possible leak.
13181 2004-10-15 Wim Taymans <wim@fluendo.com>
13183 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13184 (gst_dv1394src_init), (gst_dv1394src_set_property),
13185 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13186 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13187 * ext/raw1394/gstdv1394src.h:
13188 Added AV/C VTR control support needed for some cameras.
13189 Added automatic port detection.
13190 Added properties for selecting the channel.
13191 The configure.ac script is not yet updated to reflect the
13192 new libavc1394 and librom1394 dependencies.
13194 2004-10-15 Wim Taymans <wim@fluendo.com>
13196 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13197 (qtdemux_parse), (gst_qtdemux_handle_esds):
13198 An esds box is not a container.
13199 Fix parsing of mp4v boxes.
13200 Do not try to renegotiate fps for each frame. Need to
13201 find a better method. This should fix mp4 playback.
13203 2004-10-14 David Schleef <ds@schleef.org>
13205 * configure.ac: update for swfdec-0.3 and liboil-0.2
13206 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13207 * ext/swfdec/gstswfdec.h: same
13208 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13209 * gst/videotestsrc/videotestsrc.c: same
13211 2004-10-14 Wim Taymans <wim@fluendo.com>
13213 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13214 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13215 (is_sync_frame), (gst_multifdsink_new_client),
13216 (gst_multifdsink_handle_client_write),
13217 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13218 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13219 Turn warnings into info.
13220 Don't allow a state change in the streaming thread.
13222 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
13224 * ext/vorbis/oggvorbisenc.c:
13225 * ext/vorbis/vorbisdec.c:
13226 fix template sample rate
13228 2004-10-13 Wim Taymans <wim@fluendo.com>
13230 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13231 Decoding the header first fixes some problems in resyncing
13234 2004-10-12 Wim Taymans <wim@fluendo.com>
13236 * gst/playback/gstplaybin.c: (gen_video_element),
13237 (gen_vis_element), (remove_sinks), (setup_sinks):
13238 Added vis plugin support, need to configure the vis
13239 element to activate it.
13241 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13243 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13244 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13246 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13247 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13248 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13249 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13250 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13251 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13252 * gst/avi/gstavidemux.h:
13253 Support for openDML-2.0 indx/ix## chunks. Support for broken index
13254 recovery (where, if part of the index is broken, we will still read
13255 the rest of the index and recover the broken part by stream
13256 scanning). More broken media support. EOS workarounds. General AVI
13257 braindamage headache recovery. Aspirin included.
13259 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13261 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13262 (cdparanoia_event), (cdparanoia_query):
13263 Get rid of hideous lead-in.
13265 2004-10-11 Wim Taymans <wim@fluendo.com>
13267 * gst/playback/gstplaybasebin.c: (setup_source):
13268 Wrong var used to get g_list_next.
13270 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13272 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13273 (cdparanoia_get), (cdparanoia_open):
13274 Report discid as metadata, add duration.
13276 2004-10-11 Wim Taymans <wim@fluendo.com>
13278 * gst/playback/gstplaybasebin.c: (setup_source):
13279 Cleanup the previous pipeline a little earlier for the
13280 case that a source element provides raw data.
13282 2004-10-11 Benjamin Otte <otte@gnome.org>
13284 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13285 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13286 consuming the last 128 bytes, even though it was valid mp3 data.
13288 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13290 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13291 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13292 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13293 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13295 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13297 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13298 Fix for webcams that support only specific width or height
13300 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13302 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13304 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13305 Fix wrong discont event setup (fixes #154967).
13307 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
13309 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13311 * gst/auparse/gstauparse.c: (gst_auparse_chain):
13312 Error out on invalid data (fixes #154807).
13314 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13316 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13318 * ext/dvdread/dvdreadsrc.c: (_read):
13319 Make titles > 0 work again (fixes #154834).
13321 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13323 * gst-libs/gst/riff/riff-media.c:
13324 (gst_riff_create_video_template_caps):
13325 WMV3 missing in template caps.
13327 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13329 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13330 OK, so the original code was too strict. It makes random AVI files
13331 hang for seconds upon opening, which is unacceptable and is far
13332 beyond the original goal of getting multiple chunks for one-chunk
13333 sounc stream files. So now do just that.
13335 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13337 * gst/playback/gstplaybasebin.c: (setup_source),
13338 (gst_play_base_bin_change_state):
13339 Actually clean up streaminfo if output fails. This would trigger
13340 if, for example, there was no CD in the drive. No preroll, so
13341 a streaminfo structure is created, but the subsequent state change
13342 of the thread fails.
13343 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13344 Don't change state if parent failed.
13346 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13348 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13349 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13350 (gen_video_element), (remove_sinks):
13351 Add small bits of code for screenshot handling.
13353 2004-10-08 Wim Taymans <wim@fluendo.com>
13355 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13356 (gen_video_element), (gen_audio_element), (setup_sinks):
13357 Don't assume the user provided sinks are named "sink"...
13359 2004-10-08 Wim Taymans <wim@fluendo.com>
13361 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13362 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13363 (gst_play_base_bin_link_stream):
13364 Do not try to autoplug sources that generate raw streams like
13366 disconnect the preroll overrun signal when we don't need it anymore.
13368 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
13370 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13371 Added reworked patch from #154903 from milosz derezynski (deadchip).
13373 2004-10-08 Wim Taymans <wim@fluendo.com>
13375 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13376 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13377 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13378 (cdparanoia_convert), (cdparanoia_uri_get_type),
13379 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13380 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13381 * ext/cdparanoia/gstcdparanoia.h:
13382 This adds the cdda://<tracknum> uri.
13384 2004-10-08 Wim Taymans <wim@fluendo.com>
13386 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13387 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13388 (try_to_link_1), (no_more_pads), (close_link), (type_found):
13389 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13390 (unknown_type), (gst_play_base_bin_remove_element),
13391 (gst_play_base_bin_link_stream):
13392 * gst/playback/gstplaybasebin.h:
13393 * gst/playback/gstplaybin.c: (gst_play_bin_init),
13394 (gst_play_bin_set_property), (gen_video_element),
13395 (gen_audio_element), (setup_sinks):
13396 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13397 (gst_stream_info_get_type), (gst_stream_info_class_init),
13398 (gst_stream_info_init), (gst_stream_info_new),
13399 (gst_stream_info_dispose), (stream_info_mute_pad),
13400 (gst_stream_info_set_property), (gst_stream_info_get_property):
13401 * gst/playback/gststreaminfo.h:
13402 Reuse the audio and video bins.
13403 Some internal cleanups in the stream selection code.
13405 2004-10-08 Julien MOUTTE <julien@moutte.net>
13407 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13408 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13409 * sys/ximage/ximagesink.h:
13410 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13411 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13412 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13413 not coming from those elements. Moreover these elements should not keep
13414 the xid they have been given when in NULL state.
13416 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13418 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13419 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13420 * sys/ximage/ximagesink.h:
13421 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13422 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13423 * sys/xvimage/xvimagesink.h:
13424 Actually only create a new toplevel window if we're not gonna
13425 embed it right after.
13427 2004-10-07 Wim Taymans <wim@fluendo.com>
13429 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13430 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13431 * gst/playback/gstplaybin.c: (setup_sinks):
13432 Implement muting/unmuting of streams, mute streams that are not
13435 2004-10-07 Wim Taymans <wim@fluendo.com>
13437 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13439 Added lame audio/x-ac3 typefind function.
13441 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
13446 === release 0.8.5 ===
13448 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
13453 releasing 0.8.5, "Take You On"
13455 2004-10-06 Wim Taymans <wim@fluendo.com>
13457 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13458 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13459 (no_more_pads), (close_link), (type_found):
13460 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13461 * gst/playback/gstplaybin.c: (gen_video_element):
13462 Do not signal the no_more_pads after the first pad when
13463 we are plugging a non dynamic element with multiple
13464 output pads (like swfdec, dvdec, ...).
13466 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
13469 bump for prerelease
13471 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13473 * gst/wavparse/gstwavparse.c:
13474 add ATRAC3 to STATIC CAPS to fix a warning
13476 * gst/matroska/ebml-read.c:
13477 * gst-libs/gst/riff/riff-read.c:
13480 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13482 * gst-libs/gst/riff/riff-media.c:
13483 generate caps for ATRAC3 audio streams
13485 * gst/realmedia/rmdemux.c:
13486 generate caps for ATRAC3 audio streams
13488 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13490 * gst/wavparse/Makefile.am
13491 * gst/wavparse/riff.h
13492 * gst/wavparse/wavparse.vcproj
13493 riff.h removal (unused and duplication with riff-ids.h)
13495 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13497 * gst/wavparse/gstwavparse.h
13498 remove duplicated defines for audio codec codes
13500 * gst-libs/gst/riff/riff-ids.h
13501 * gst/wavenc/riff.h:
13502 add "4CC" code for ATRAC3 audio streams
13503 add "4CC" code for ITU_G721_ADPCM (unused for now)
13505 2004-10-06 Wim Taymans <wim@fluendo.com>
13507 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13508 Actually _do_ negotiation. Pass gdouble as arg instead
13509 of guint64 for the framerate.
13511 2004-10-06 Wim Taymans <wim@fluendo.com>
13513 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13514 (find_compatibles), (close_pad_link), (try_to_link_1),
13515 (no_more_pads), (close_link), (type_found):
13516 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13517 * gst/playback/gstplaybin.c: (gen_video_element),
13518 (gen_audio_element):
13519 Set state on newly added element to READY so that negotiation
13521 Addes some more debug info.
13522 Do not try to plug pads with multiple caps structures or ANY
13523 because it is too dangerous since we do not do dynamic
13526 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
13528 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13532 add Oriya translation
13534 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13536 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13537 Prevent overwrite of size member. Makes audio sound crappy.
13539 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13541 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13542 Add rmvb to the list of known RealMedia extensions
13544 2004-10-05 Wim Taymans <wim@fluendo.com>
13546 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13547 (mngdec_openstream), (mngdec_closestream),
13548 (mngdec_handle_sink_event), (mngdec_readdata),
13549 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13550 (mngdec_getcanvasline), (mngdec_refresh),
13551 (gst_mngdec_change_state):
13552 Set the framerate correctly.
13554 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13556 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13557 There was something wrong with the index massaging.
13559 2004-10-04 Wim Taymans <wim@fluendo.com>
13561 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13562 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13563 (gst_smokedec_chain):
13564 * ext/jpeg/gstsmokedec.h:
13565 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13566 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13567 * ext/jpeg/gstsmokeenc.h:
13568 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13569 (smokecodec_decode_new), (smokecodec_info_free),
13570 (smokecodec_set_quality), (smokecodec_get_quality),
13571 (smokecodec_set_threshold), (smokecodec_get_threshold),
13572 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13573 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13574 (smokecodec_encode), (smokecodec_parse_id),
13575 (smokecodec_parse_header), (smokecodec_decode):
13576 * ext/jpeg/smokecodec.h:
13577 * ext/jpeg/smokeformat.h:
13578 Updated smoke, new bitstream, allows embedding in ogg.
13580 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13582 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13583 Fix seeking in some files. All this code is no longer needed (and
13584 actually breaks stuff) because we now synchronize the full index
13585 right when reading the header.
13587 2004-10-04 Wim Taymans <wim@fluendo.com>
13590 configure update for libmng.
13592 2004-10-04 Wim Taymans <wim@fluendo.com>
13594 * ext/libmng/Makefile.am:
13595 * ext/libmng/gstmng.c: (plugin_init):
13596 * ext/libmng/gstmng.h:
13597 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13598 (gst_mngdec_base_init), (gst_mngdec_class_init),
13599 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13600 (gst_mngdec_loop), (gst_mngdec_get_property),
13601 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13602 (mngdec_closestream), (mngdec_handle_sink_event),
13603 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13604 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13605 (gst_mngdec_change_state):
13606 * ext/libmng/gstmngdec.h:
13607 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13608 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13609 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13610 (gst_mngenc_chain), (gst_mngenc_get_property),
13611 (gst_mngenc_set_property):
13612 * ext/libmng/gstmngenc.h:
13613 Added basic MNG decoder. Needs more work. The encoder does
13616 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13618 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13619 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13620 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13621 Don't hang on length=0 chunks. Some negotiation fixes. Signal
13624 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
13627 you need at least 1.0.4 of speex
13629 2004-10-04 Iain <iaingnome@gmail.com>
13631 * ext/speex/gstspeexdec.h: Revert the includes changes.
13633 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13635 2004-09-30 Iain <iaingnome@gmail.com>
13637 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13638 found during init or set as a property instead of hardcoding /dev/audio
13640 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13642 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13643 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13644 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
13645 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
13646 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
13647 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
13648 (gst_rmdemux_dump_data):
13649 Use debug category, fix EOS handling. filesrc ! rmdemux now
13652 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13654 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13655 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
13656 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
13657 Improve allocation, cutting and sorting of the index. How takes a
13658 few seconds instead of minutes.
13660 2004-10-03 Christophe Fergeau <teuf@gnome.org>
13662 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
13665 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13667 * gst-libs/gst/riff/riff-media.c:
13668 (gst_riff_create_video_caps_with_data),
13669 (gst_riff_create_video_template_caps):
13670 Add wing commander format mimetype/fourccs.
13671 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13672 Don't crash if some value is 0.
13674 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13676 * gst-libs/gst/riff/riff-media.c:
13677 (gst_riff_create_video_caps_with_data),
13678 (gst_riff_create_video_template_caps):
13679 Add DIB fourcc (raw, palettized 8-bit RGB).
13680 * gst-libs/gst/riff/riff-read.c:
13681 (gst_riff_read_strf_vids_with_data):
13682 Oops, fix strf_data reading bug.
13683 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13684 Use a non-NULL tag.
13685 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13686 Time for hacks. Sorry Dave. At least one quicktime movie (a
13687 trailer) that I've encountered contains multiple video tracks.
13688 One of those is the actual video track, the other are one-frame
13689 tracks (images). Unfortunately, the number of frames according
13690 to the trak header is 1 for each, so that doesn't help. So
13691 instead, I look at the duration and discard tracks with a
13692 duration shorter than 20% of the length of the stream. Better
13695 2004-10-01 Christian Schaller <christian@fluendo.com>
13697 * ext/ivorbis/vorbis.c:
13698 Patch from Phil Blundell (Bug 152341)
13700 2004-10-01 Wim Taymans <wim@fluendo.com>
13702 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13703 (speex_dec_get_formats), (speex_dec_convert),
13704 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13705 (speex_dec_chain), (gst_speexdec_get_property),
13706 (gst_speexdec_set_property):
13709 2004-10-01 Wim Taymans <wim@fluendo.com>
13711 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13712 (gst_wavparse_stream_init), (gst_wavparse_fmt),
13713 (gst_wavparse_other), (gst_wavparse_loop),
13714 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13715 (gst_wavparse_srcpad_event):
13716 * gst/wavparse/gstwavparse.h:
13717 Added some more debugging info.
13718 Fix the case where the length of the file is 0.
13719 Make sure we seek to sample borders.
13721 2004-10-01 Wim Taymans <wim@fluendo.com>
13723 * gst/playback/README:
13724 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13725 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13726 (try_to_link_1), (no_more_pads), (close_link), (type_found):
13727 Add some debug info to decodebin, update README
13729 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13731 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13732 Don't use g_print(); use GST_DEBUG().
13734 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13736 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13737 (gst_ogg_mux_queue_pads):
13738 Handle EOS properly.
13740 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
13742 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13744 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13745 (gst_faad_chain), (gst_faad_change_state):
13746 * ext/faad/gstfaad.h:
13747 Allow playback of raw (unframed) MPEG AAC files (#148993).
13749 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
13751 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13753 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13754 Throw error if we didn't recognize the stream. Fixes #152289.
13756 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13758 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13761 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
13763 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13765 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13768 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
13770 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13772 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13774 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13777 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13779 * gst-libs/gst/riff/riff-media.c:
13780 (gst_riff_create_video_caps_with_data),
13781 (gst_riff_create_audio_caps_with_data):
13782 Add codec_data handling (like asfdemux used to do).
13783 * gst/asfdemux/gstasf.c: (plugin_init):
13784 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13785 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13786 Use riff-media for caps creation instead of our own (mostly
13787 broken) copy of its functions.
13789 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13791 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13792 Don't actually error out if we get another return value than
13793 -EINVAL. Opposite to what I first thought, drivers have random
13794 return values for this, although -EINVAL is the expected return
13795 value. Since this is not fatal, we shouldn't use
13796 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13798 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13800 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13801 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13802 (dvdreadsrc_get_property), (_open), (_seek), (_read),
13803 (dvdreadsrc_get), (dvdreadsrc_open_file),
13804 (dvdreadsrc_change_state):
13805 Fix. Don't do one big huge loop around the whole DVD, that will
13806 cache all data and thus eat sizeof(dvd) (several GB) before we
13808 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13809 Actually NULL'ify event after using it.
13810 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13811 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13812 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13813 (gst_ebml_read_seek), (gst_ebml_read_skip):
13815 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13816 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13817 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13818 Fix timing (this will probably break if I seek using menus, but
13819 I didn't get there yet). VOBs and normal DVDs should now work.
13820 Add a mpeg2-only pad with high rank so this get autoplugged for
13822 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13823 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
13824 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
13825 (gst_mpeg_demux_get_audio_stream),
13826 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
13827 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
13828 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
13829 MPEG-1 but use dvddemux for MPEG-2.
13830 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13831 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
13832 (gst_mpeg_parse_parse_packhead):
13833 Timing. Only add pad template if it exists. Add sink template from
13834 class and not from ourselves. This means we will always use the
13835 correct sink template even if it is not the one defined in this
13838 2004-09-29 Wim Taymans <wim@fluendo.com>
13840 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
13841 (gst_mpeg_demux_parse_pes):
13842 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13843 Fix playback of mpeg again, timestamps where screwed up by
13846 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13848 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
13849 Only return true if we actually filled something in. Prevents
13850 player applications from showing a random length for flac files.
13851 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13852 (gst_riff_read_use_event), (gst_riff_read_handle_event),
13853 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
13854 (gst_riff_read_strf_vids_with_data),
13855 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
13856 OK, ok, so I implemented event handling. Apparently it's normal
13857 that we receive random events at random points without asking
13859 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13860 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13861 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
13862 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13863 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
13864 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13865 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13866 * gst/avi/gstavidemux.h:
13867 Implement non-lineair chunk handling and subchunk processing.
13868 The first solves playback of AVI files where the audio and video
13869 data of individual buffers that we read are not synchronized.
13870 This should not happen according to the wonderful AVI specs, but
13871 of course it does happen in reality. It is also a prerequisite for
13872 the second. Subchunk processing allows us to cut chunks in small
13873 pieces and process each of these pieces separately. This is
13874 required because I've seen several AVI files with incredibly large
13875 audio chunks, even some files with only one audio chunk for the
13876 whole file. This allows for proper playback including seeking.
13877 This patch is supposed to fix all AVI A/V sync issues.
13878 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
13879 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
13881 * gst/modplug/gstmodplug.cc:
13882 Proper return value setting for the query() function.
13883 * gst/playback/gstplaybasebin.c: (setup_source):
13884 Being in non-playing state (after, e.g., EOS) is not necessarily
13885 a bad thing. Allow for that. This fixes playback of short files.
13886 They don't actually playback fully now, because the clock already
13887 runs. This means that small files (<500kB) with a small length
13888 (<2sec) will still not or barely play. Other files, such as mod
13889 or flx, will work correctly, however.
13891 2004-09-28 Wim Taymans <wim@fluendo.com>
13893 * ext/speex/gstspeex.c: (plugin_init):
13894 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
13895 (gst_speex_dec_class_init), (speex_dec_get_formats),
13896 (speex_get_event_masks), (speex_get_query_types),
13897 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
13898 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
13899 (gst_speexdec_get_property), (gst_speexdec_set_property),
13900 (speex_dec_change_state):
13901 * ext/speex/gstspeexdec.h:
13902 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
13903 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
13904 (gst_speexenc_base_init), (gst_speexenc_class_init),
13905 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
13906 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
13907 (gst_speexenc_src_query), (gst_speexenc_init),
13908 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
13909 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
13910 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
13911 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
13912 (gst_speexenc_chain), (gst_speexenc_get_property),
13913 (gst_speexenc_set_property), (gst_speexenc_change_state):
13914 * ext/speex/gstspeexenc.h:
13915 Rewrote speex encoder, make sure it can be embedded in ogg.
13916 Implemented speex decoder.
13918 2004-09-28 Christian Schaller <christian@fluendo.com>
13921 Remove kioslave plugin. Markey is brewing a new working one
13922 * ext/Makefile.am: Remove kioslave plugin
13924 * gst-plugins.spec.in: remove kio plugin from spec
13926 2004-09-27 Wim Taymans <wim@fluendo.com>
13928 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13929 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13930 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13931 (gst_multifdsink_new_client),
13932 (gst_multifdsink_handle_client_write),
13933 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13934 (gst_multifdsink_handle_clients):
13935 * gst/tcp/gstmultifdsink.h:
13936 Make syncing to keyframes actually work for new clients and lagging
13939 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
13941 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13942 (gst_navigationtest_handle_src_event), (draw_box_planar411),
13943 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13944 * gst/debug/gstnavigationtest.h:
13945 make navigationtest display button-press and button-release events
13947 2004-09-26 Iain <iaingnome@gmail.com>
13949 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13950 the channels have received a new media event.
13951 (interleave_buffered_loop): Compresses a new media event on all
13954 2004-09-26 Iain <iaingnome@gmail.com>
13956 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13957 call the sinkpad's default event handler and not the srcpads. He also
13958 says this is confusing :)
13959 (gst_wavenc_stop_file): Company says that seek events only go upstream
13960 we should send a discontinuous downstream instead.
13962 2004-09-25 Christian Schaller <christian@fluendo.com>
13964 * Update SPEC file to be usable in conjunction with Fedora Core,
13965 Fedora.us and freshrpms packages
13966 * Fix typo in multifilesrc test Makefile
13968 2004-09-24 Wim Taymans <wim@fluendo.com>
13970 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13971 Only signal the no_more_pads signal when we have
13972 added the stream to our list.
13974 2004-09-24 Wim Taymans <wim@fluendo.com>
13976 * gst/playback/gstplaybasebin.c: (remove_prerolls),
13978 * gst/playback/gstplaybasebin.h:
13979 * gst/playback/gstplaybin.c: (setup_sinks):
13980 Don't try to preroll or decode more than one audio/video
13983 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13985 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13986 Throw error if we failed to find a suitable output. This should
13987 throw an error if we successfully set up a pipeline (e.g. because
13988 we recognized a media file) but found no decodable streams in it
13989 (e.g. because it contains only media stream types for which we
13990 have no decoders, or because it's not a media type).
13992 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13994 * ext/dirac/Makefile.am:
13995 * ext/dirac/gstdirac.cc:
13996 * ext/dirac/gstdiracdec.cc:
13997 * ext/dirac/gstdiracdec.h:
13998 Do something. Don't actually know if this works because I don't
13999 have a demuxer yet.
14000 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14001 Add channels=1 to caps returned from _getcaps().
14002 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14003 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14004 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14005 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14006 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14007 (gst_ogm_parse_change_state):
14008 Separate between audio/video so ogmaudioparse actually uses the
14009 audio pad templates. Both audio and video work now, including
14010 autoplugging. Also use sometimes-srcpad hack.
14011 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14012 Handle events better. Don't hang on infinite loops.
14013 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14014 (gst_avi_demux_init), (gst_avi_demux_reset),
14015 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14016 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14017 (gst_avi_demux_change_state):
14018 * gst/avi/gstavidemux.h:
14019 Improve A/V sync. Still not perfect.
14020 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14021 (gst_ebml_read_skip):
14022 Handle events better.
14023 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14024 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14025 (qtdemux_audio_caps):
14026 Add IMA4. Improve event handling. Save offset after a seek when
14027 the headers are at the end of the file so that we don't end up in
14029 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14030 Add low-priority typefind support for files with no length.
14032 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14034 * testsuite/multifilesink/Makefile.am:
14037 2004-09-22 Julien MOUTTE <julien@moutte.net>
14039 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14040 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14041 mistakes from thaytan's patches.
14043 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
14045 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14046 For completeness, XSync in the destroy function as xvimage does.
14048 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
14050 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14051 Correct caps negotiation
14052 * gst/volume/gstvolume.c: (volume_chain_float),
14053 (volume_chain_int16):
14054 Modify debug output to be little more informative
14055 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14057 (gst_xvimagesink_xvimage_destroy):
14058 Add XSync calls after detaching from the shared memory segment to
14061 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14063 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14064 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14065 * ext/vorbis/vorbis.c: (plugin_init):
14066 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14067 (gst_vorbisenc_chain):
14068 * ext/vorbis/vorbisenc.h:
14069 remove explicit newmedia support from oggmux and vorbisenc
14070 add debug category to vorbisenc
14071 * gst/multifilesink/gstmultifilesink.c:
14072 (gst_multifilesink_class_init), (gst_multifilesink_init),
14073 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14074 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14075 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14077 * gst/multifilesink/gstmultifilesink.h:
14078 add support for streamheader in multifilesink
14080 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14082 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14083 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14084 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14085 Prevent infinite loops. More correct error reporting.
14086 * gst/auparse/gstauparse.c: (gst_auparse_chain):
14087 Error out if negotiation fails.
14088 * gst/playback/gstplaybasebin.c: (setup_source),
14089 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14090 (gst_play_base_bin_found_tag):
14091 Error/tag forwarding. Pre-roll fixes for source errors on state
14092 changes (e.g. "file does not exist") to prevent hangs.
14094 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14096 * testsuite/multifilesink/Makefile.am:
14097 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14098 (gst_newmedia_class_init), (gst_newmedia_init),
14099 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14100 (newfile_signal), (test_signal), (main):
14101 * testsuite/multifilesink/multifilesrc_test.c: (main):
14102 * testsuite/multifilesink/oggtheora_test.c:
14103 (gst_newmedia_base_init), (gst_newmedia_class_init),
14104 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14105 (test_format), (newfile_signal), (test_signal), (main):
14106 * testsuite/multifilesink/oggvorbis_test.c:
14107 (gst_newmedia_base_init), (gst_newmedia_class_init),
14108 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14109 (test_format), (newfile_signal), (test_signal), (main):
14110 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14111 (gst_newmedia_class_init), (gst_newmedia_init),
14112 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14113 (newfile_signal), (test_signal), (main):
14116 2004-09-20 Christian Schaller <christian@fluendo.com>
14118 * Fix mikmod license to LGPL as they have relicensed
14119 * Move Dirac and Effectv into LGPL section of README_license
14121 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14123 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14124 (gst_mad_change_state):
14125 Allow for mp3 rate/channels changes. However, only very
14126 conservatively. Reason that we *have* to enable this is smiply
14127 because the mad find_sync() function is not good enough, it will
14128 regularly sync on random data as valid frames and therefore make
14129 us provide random caps as *final* caps of the stream. The best fix
14130 I could think of is to simply require several of the same stream
14131 changes in a row before we change caps.
14132 The actual testcase that works now is #
14133 * ext/ogg/Makefile.am:
14134 * ext/ogg/gstogg.c: (plugin_init):
14135 * ext/ogg/gstogmparse.c:
14136 OGM support (video only for now; I need an audio sample file).
14137 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14138 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14139 (gst_asf_demux_add_video_stream):
14141 * gst/playback/gstplaybasebin.c: (unknown_type):
14142 Don't error out on single unknown-types after all. It's wrong.
14143 If we found type of video and audio but not of a subtitle stream,
14144 it will still error out (which is unwanted). Will find a better fix
14146 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14147 (ogmaudio_type_find), (plugin_init):
14150 2004-09-20 Johan Dahlin <johan@gnome.org>
14152 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14153 after setting caps.
14155 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14157 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14158 * gst/wavenc/gstwavenc.h:
14159 Added newmedia support to wavenc
14161 2004-09-17 Wim Taymans <wim@fluendo.com>
14163 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14164 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14165 (gst_fdset_fd_can_write), (gst_fdset_wait):
14166 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14167 (gst_multifdsink_init), (gst_multifdsink_add),
14168 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14169 (gst_multifdsink_remove_client_link),
14170 (gst_multifdsink_client_queue_buffer),
14171 (gst_multifdsink_handle_client_write),
14172 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14173 (gst_multifdsink_close), (gst_multifdsink_change_state):
14174 * gst/tcp/gstmultifdsink.h:
14175 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14176 (gst_tcpserversink_removed):
14177 Small cleanups in fdset.c
14178 Use a hastable to map fd to the client structure for faster
14179 lookup in _remove and get_stats.
14180 Added virtual function to close the fds.
14181 Handle clients even when the select/poll call was unblocked because
14183 Implement syncing to keyframe in the recovery procedure.
14185 2004-09-16 Iain <iaingnome@gmail.com>
14187 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14190 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14192 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14193 Caps are only set if the type of the stream is unknown, but this
14194 is initialized in ->init_stream(), so set to UNKNOWN after calling
14195 ->init_stream() so that capsnego starts.
14197 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14199 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14200 (gst_avi_demux_stream_data):
14201 Just hardcode for raw audio then. AVI audio sucks.
14203 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
14205 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14206 * gst/matroska/matroska-mux.c: (audiosink_templ),
14207 (gst_matroska_mux_audio_pad_link):
14208 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14209 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14211 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14213 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14214 (gst_avi_demux_stream_data):
14215 Try to fix a/v sync issues.
14217 2004-09-15 David Schleef <ds@schleef.org>
14219 * configure.ac: remove NASM check, since we don't use it. Update
14221 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14222 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14223 Initialized variables.
14224 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14225 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14226 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14229 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14231 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14232 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14233 * gst/avi/gstavidemux.h:
14234 Fix for compressed audio (mp3) timestamp generation. How did this
14237 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14239 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14240 Volume is a double not a float.
14242 2004-09-15 Wim Taymans <wim@fluendo.com>
14244 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14245 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14246 Don't close the fd in multifdsink as we didn't open it in the
14247 first place. Some cleanups.
14249 2004-09-15 Wim Taymans <wim@fluendo.com>
14251 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14252 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14253 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14254 Fix the case where the muxer would mark pages as delta
14255 frames when they are not (vorbis only ogg).
14257 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14259 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14260 (gst_play_base_bin_change_state):
14261 Handle the case where we failed to setup a clear pipeline. This
14262 will throw an error (or EOS, another nice case) and if you don't
14263 catch that, the app will wait for the signal forever (and thus
14266 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14268 * ext/gnomevfs/gstgnomevfssink.c:
14269 (gst_gnomevfssink_uri_get_protocols):
14270 * ext/gnomevfs/gstgnomevfssrc.c:
14271 (gst_gnomevfssrc_uri_get_protocols):
14272 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14273 * ext/gnomevfs/gstgnomevfsuri.h:
14274 Use _uri_new() instead of _open(), so it doesn't take as long and
14275 Christophe's computer won't hang.
14276 * gst/playback/gstplaybasebin.c: (unknown_type):
14277 Throw error on unknown media type, so apps actually display it.
14279 2004-09-14 Brian Cameron <brian.cameron@sun.com
14281 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
14282 this script to work on Solaris since bash shell handles echo
14283 differenly than bash.
14285 2004-09-17 Wim Taymans <wim@fluendo.com>
14287 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14288 (setup_source), (gst_play_base_bin_set_property),
14289 (gst_play_base_bin_add_element):
14290 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14291 Some more work on making sure seeking pauses the pipeline and
14292 that changing the uri actually does something.
14294 2004-09-17 Wim Taymans <wim@fluendo.com>
14296 * gst/tcp/gstfdset.c: (gst_fdset_wait):
14297 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14298 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14299 (gst_tcpserversink_close):
14300 Be a bit more paranoid when freeing memory.
14302 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14304 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14305 (qtdemux_parse_trak):
14306 Don't crash by dividing by zero (see sample movie in #126922).
14308 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14310 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14311 Don't touch non-existing data (fixes crash on file in #140147).
14313 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14315 * gst/playback/gstplaybasebin.c:
14316 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14317 Handle double disposals, and proper change of URIs.
14319 2004-09-13 Martin Eikermann <meiker@upb.de>
14321 * gst/mpegstream/gstmpegparse.c:
14322 fix synchronistation for streams recorded from digital PCR
14325 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14327 * ext/gnomevfs/Makefile.am:
14328 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14329 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14330 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14331 (gst_gnomevfssink_uri_get_type),
14332 (gst_gnomevfssink_uri_get_protocols),
14333 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14334 (gst_gnomevfssink_uri_handler_init),
14335 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14336 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14337 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14338 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14339 (gst_gnomevfssrc_uri_get_type),
14340 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14341 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14342 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14343 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14344 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14345 * ext/gnomevfs/gstgnomevfsuri.h:
14346 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14347 of fake URIs to see which this version of Gnome-VFS likes, and
14348 uses that for the Gst-URI interface. Makes playbin support http://
14349 streams. Also fix up some stupid behaviour in gnomevfssrc.
14351 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14353 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14354 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14355 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14356 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14357 Update mixer (to sync with other sessions) if we try to obtain
14358 a new value. This makes alsamixer work accross applications.
14359 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14360 Only call sync functions if we're running, else alsalib asserts.
14361 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14362 Sometimes fails to compile. Possibly a gcc bug.
14363 * gst/playback/gstplaybin.c: (gen_video_element),
14364 (gen_audio_element):
14365 Add a reference to an application-provided object, because we lose
14366 this same reference if we add it to the bin. If we don't do this,
14367 we can only use this object once and thus crash if we go from
14368 ready to playing, back to ready and back to playing again.
14369 Also add an audioscale element because several cheap soundcards -
14370 like mine - don't support all samplerates.
14371 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14372 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14373 Fix wrong order or PAR calls. Makes automatically obtained PAR
14374 from the X server atually being used.
14376 2004-09-12 David Schleef <ds@schleef.org>
14378 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14379 #151887, #152102, #152247.
14380 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14381 * examples/seeking/cdparanoia.c: same
14382 * examples/seeking/cdplayer.c: same
14383 * examples/seeking/seek.c: same
14384 * examples/seeking/spider_seek.c: same
14385 * examples/seeking/vorbisfile.c: same
14386 * examples/stats/mp2ogg.c: same
14387 * ext/esd/esdsink.c: (gst_esdsink_class_init),
14388 (gst_esdsink_dispose): Dispose of element properly.
14389 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14391 * ext/nas/nassink.c: (gst_nassink_class_init),
14392 (gst_nassink_dispose): Dispose of element correctly.
14393 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14394 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14395 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14396 Fix 64-bit warning.
14397 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14398 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14399 Fix 64-bit warning.
14401 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14403 * configure.ac : change speex detection as 1.1.6 now uses
14404 .pc/pkg-config and they changed their headers location.
14406 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
14408 * gst/matroska/matroska-mux.h:
14409 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14410 (gst_matroska_mux_start), (gst_matroska_mux_finish),
14411 (gst_matroska_mux_write_data):
14412 Write multiple blocks/frames per cluster.
14413 Write meta-seek information (seek heads).
14415 2004-09-09 Scott Wheeler <wheeler@kde.org>
14417 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14418 (gst_play_bin_set_property), (gst_play_bin_get_property),
14419 (gen_audio_element), (gen_audio_element):
14420 Add a volume element / property to the pipeline.
14422 2004-09-07 Wim Taymans <wim@fluendo.com>
14424 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14425 Copy timestamps from the master pad to the output buffers.
14427 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
14429 * ext/raw1394/gstdv1394src.c:
14430 throw errors when applicable
14432 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
14434 * gst/matroska/ebml-ids.h:
14435 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14436 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14437 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14438 automatically convert unix time <-> ebml time when reading/writing
14439 a date, use gst_ebml_write_uint to write CUETIME,
14440 not gst_ebml_write_date.
14441 * gst/matroska/matroska-ids.h:
14442 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14443 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14444 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14445 (gst_matroska_mux_write_data):
14446 Write track and segment UIDs, write muxing date, write
14447 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14448 Create cues for audio only files.
14450 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14452 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14453 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14454 Re-commit ALSA switches.
14455 * gst/adder/gstadder.c: (gst_adder_loop):
14456 64-bit fix (#151416).
14457 * gst/debug/progressreport.c: (gst_progressreport_report):
14458 64-bit fix (#151419).
14459 * gst/matroska/matroska-demux.c:
14460 (gst_matroska_demux_parse_contents):
14461 64-bit fix (#151420).
14462 * gst/playback/test3.c: (update_scale):
14463 64-bit fix (#151421).
14465 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
14470 === release 0.8.4 ===
14472 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
14474 * configure.ac: releasing 0.8.4, "Alias"
14476 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
14478 * ext/theora/Makefile.am:
14479 fix makefile. Fixes #151462.
14481 2004-08-30 Wim Taymans <wim@fluendo.com>
14483 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14484 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14485 (gst_multifdsink_remove_client_link),
14486 (gst_multifdsink_client_queue_buffer),
14487 (gst_multifdsink_handle_client_write):
14488 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14489 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14490 Fix some memory leaks.
14492 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
14494 Patch by: David Schleef
14498 rename our detection macro for V4L2. Fixes #151236.
14500 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
14502 Patch by: David Schleef
14505 check to define LAMEPRESET. Fixes #151232.
14507 2004-08-27 David Schleef <ds@schleef.org>
14509 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14510 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14511 (gst_glimagesink_fixate): Move local variable declarations to
14512 make gcc-2.95 happy.
14514 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
14517 bump nano for prerelease
14519 2004-08-27 David Schleef <ds@schleef.org>
14521 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14522 * sys/sunaudio/gstsunaudiosrc.c:
14523 * sys/sunaudio/gstsunaudiosrc.h:
14525 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14527 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14528 handle EOS correctly
14529 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14530 * gst/matroska/matroska-mux.h:
14531 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14532 VFW compatibility mode
14534 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
14536 patch by: Zaheer Abbas Merali
14538 * ext/ogg/gstoggmux.c:
14539 * ext/vorbis/vorbisenc.c:
14540 * ext/vorbis/vorbisenc.h:
14543 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14545 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14546 fix byte order reversion on little endian machines.
14547 * gst/matroska/matroska-mux.c: (audiosink_templ),
14548 (gst_matroska_mux_audio_pad_link):
14549 add TTA codec to the list of supported codecs.
14550 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14551 (gst_matroska_mux_start), (gst_matroska_mux_finish),
14552 (gst_matroska_mux_write_data):
14553 * gst/matroska/matroska-mux.h:
14554 write segment duration correctly, write muxing app string, fixes bugs
14555 #140897 and #140898.
14556 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14557 wait for all pads to be negotiated before starting to mux.
14559 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14561 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14562 * ext/lame/gstlame.h:
14563 Added new media support to lame
14565 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14567 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14568 send vorbis headers at the beginning of a stream, fixes bug #141554.
14569 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14571 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14572 (gst_matroska_demux_plugin_init):
14573 * gst/matroska/matroska-ids.h:
14574 enable demuxing of TTA audio streams, fixes bug #148951.
14575 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14576 enable typefinding for TTA audio files, fixes bug #148711.
14577 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14578 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14579 fixes playback of packed bitstream and xvid with bframes, bug #135407.
14581 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
14583 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14584 (gst_riff_read_element_data), (gst_riff_read_seek),
14585 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14586 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14589 2004-08-23 Iain <iaingnome@gmail.com>
14591 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14592 tags. They appear to be handled differently to normal.
14593 (tag_list_to_id3_tag_foreach): Ditto.
14595 2004-08-22 Wim Taymans <wim@fluendo.com>
14597 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14598 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14599 Make sure we never send -1 granulepos.
14601 2004-08-20 Wim Taymans <wim@fluendo.com>
14603 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14604 (gst_ogg_mux_loop):
14605 I will accept bitchslappings with non sharp objects.
14607 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14610 Clean up the test for lame presets
14612 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14615 * ext/lame/Makefile.am:
14616 * ext/lame/gstlame.c: (gst_lame_class_init),
14617 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14618 Only enable lame presets if version of lame has presets in API
14620 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
14621 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14622 * gst/udp/gstudpsrc.h:
14623 Don't call gst_pad_push in a get function. Fixes #150449
14625 2004-08-18 Wim Taymans <wim@fluendo.com>
14627 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14628 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14629 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14630 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14631 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14633 * gst/tcp/gstfdset.h:
14634 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14635 (gst_multifdsink_client_queue_buffer),
14636 (gst_multifdsink_handle_client_write):
14637 * gst/tcp/gstmultifdsink.h:
14638 Some extra checks in gstfdset.
14639 Only use send() when the fd is a socket. Don't try to
14640 read from write only fds.
14642 2004-08-18 Wim Taymans <wim@fluendo.com>
14644 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
14645 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14646 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14647 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14649 Add more locking and bounds checking.
14651 2004-08-18 Wim Taymans <wim@fluendo.com>
14653 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
14654 Realloc test fdset in the lock and right before starting
14655 the poll call. Bump the limit to 4096.
14657 2004-08-17 David Schleef <ds@schleef.org>
14659 * sys/sunaudio/Makefile.am:
14660 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
14661 of rates and channels. Make debugging less obnoxious.
14663 Patch from Balamurali Viswanathan implementing a mixer for
14664 Sun audio. (bug #144091):
14665 * sys/sunaudio/gstsunelement.c:
14666 * sys/sunaudio/gstsunelement.h:
14667 * sys/sunaudio/gstsunmixer.c:
14668 * sys/sunaudio/gstsunmixer.h:
14670 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14672 * gst/audioscale/gstaudioscale.c:
14673 * gst/audioscale/gstaudioscale.h:
14674 made audioscale resample from any sample rate to any sample rate
14676 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
14678 * ext/libpng/gstpngdec.c:
14679 error out on unsupported types
14681 2004-08-17 Iain <iaingnome@gmail.com>
14683 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14684 mid_side and loose_mid_side properties if its a stereo stream.
14686 2004-08-17 Wim Taymans <wim@fluendo.com>
14688 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14689 (theora_get_formats), (theora_dec_src_convert),
14690 (theora_dec_sink_convert), (theora_dec_src_query),
14691 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14694 2004-08-17 Wim Taymans <wim@fluendo.com>
14696 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14697 (gst_ogg_pad_push):
14698 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14699 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14700 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14701 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14702 Mark delta units in the muxer.
14703 Try to decode the packet after an out-of-sync error from
14706 2004-08-17 Wim Taymans <wim@fluendo.com>
14708 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14709 (gst_multifdsink_init), (gst_multifdsink_add),
14710 (gst_multifdsink_client_queue_buffer),
14711 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14712 * gst/tcp/gstmultifdsink.h:
14713 Added option to send a keyframe to clients as the first buffer.
14714 Make timeout property writable.
14716 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
14718 patch by: Wim Taymans
14720 * gst/tcp/gstfdset.c:
14721 * gst/tcp/gstmultifdsink.c:
14722 fix index comparison, should include 0
14724 2004-08-16 Wim Taymans <wim@fluendo.com>
14726 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14727 (gst_fdset_add_fd), (gst_fdset_remove_fd),
14728 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14729 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14731 copy when reallocing for poll so the select arguments don't get
14732 changed during the call
14734 2004-08-16 Wim Taymans <wim@fluendo.com>
14736 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14737 (gst_theora_enc_class_init), (theora_enc_sink_link),
14738 (theora_buffer_from_packet), (theora_enc_chain):
14739 Fix bug where buffers were not marked as keyframes
14742 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14744 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14745 (gst_lame_preset_get_type), (gst_lame_class_init):
14746 describe the enum values for vbr mode and presets more verbosely
14748 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14750 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14751 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14752 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14753 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14754 * ext/lame/gstlame.h:
14755 add preset property to lame so it can use lame presets
14757 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14759 * ext/lame/gstlame.c: (gst_lame_get_property):
14760 whoops forgot break, thanks teuf
14762 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14764 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14765 (gst_lame_class_init), (gst_lame_src_getcaps),
14766 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14767 (gst_lame_get_property), (gst_lame_setup):
14768 * ext/lame/gstlame.h:
14769 fix lame's broken vbr stuff, allow it to resample if need be, and also
14770 make xing header optional
14772 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14774 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14775 added getcaps function so samplerate doesnt get fixated to silly values
14777 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14779 * ext/lame/gstlame.c: (gst_lame_src_link):
14780 revert previous fix
14782 2004-08-12 Johan Dahlin <johan@gnome.org>
14784 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14785 checks. Doesn't matter what state we are in. Interfaces are a
14786 compile time thing, not runtime. It also broke the python bindings.
14788 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14790 * ext/lame/gstlame.c: (gst_lame_src_link):
14791 made source pad link function check if sinkpad is ok..fixes the problem
14792 where core fixates the output rate of lame stupidly
14794 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
14796 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14797 * sys/v4l/v4l_calls.c:
14798 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14799 fix fixate function to handle nonsimple caps.
14800 remove bogus check in _link
14803 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14805 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14806 set default compression ratio parameter to 0.0 so bitrate parameter
14809 2004-08-11 David Schleef <ds@schleef.org>
14811 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14813 2004-08-11 David Schleef <ds@schleef.org>
14815 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14818 2004-08-11 David Schleef <ds@schleef.org>
14820 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14822 2004-08-11 David Schleef <ds@schleef.org>
14824 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14826 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
14827 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
14829 * gst/auparse/gstauparse.c: Fix plugin license field.
14830 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
14831 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
14832 * gst/rtp/gstrtp.c: Fix plugin license field.
14834 2004-08-11 Wim Taymans <wim@fluendo.com>
14836 * gst/tcp/Makefile.am:
14837 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
14838 (ensure_size), (gst_fdset_new), (gst_fdset_free),
14839 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
14840 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
14841 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
14842 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14843 (gst_fdset_fd_can_write), (gst_fdset_wait):
14844 * gst/tcp/gstfdset.h:
14845 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14846 (gst_multifdsink_class_init), (gst_multifdsink_init),
14847 (gst_multifdsink_add), (gst_multifdsink_remove),
14848 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14849 (gst_multifdsink_remove_client_link),
14850 (gst_multifdsink_handle_client_read),
14851 (gst_multifdsink_client_queue_data),
14852 (gst_multifdsink_client_queue_caps),
14853 (gst_multifdsink_client_queue_buffer),
14854 (gst_multifdsink_handle_client_write),
14855 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14856 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14857 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14858 (gst_multifdsink_close):
14859 * gst/tcp/gstmultifdsink.h:
14860 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14861 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14862 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
14863 (gst_tcpserversink_close):
14864 * gst/tcp/gsttcpserversink.h:
14865 Abstracted away the select call, implemented poll (yes we ran into
14866 the 1024 limit in production).
14868 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
14870 * gst/tcp/gsttcp.c:
14871 * gst/tcp/gsttcpplugin.c:
14872 improve debuggging, remove assert
14874 2004-08-10 Wim Taymans <wim@fluendo.com>
14876 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14877 (gst_client_status_get_type), (gst_multifdsink_class_init),
14878 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14879 (gst_multifdsink_handle_client_read),
14880 (gst_multifdsink_handle_client_write),
14881 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14882 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14883 (gst_multifdsink_get_property):
14884 * gst/tcp/gstmultifdsink.h:
14885 * gst/tcp/gsttcp-marshal.list:
14886 Starting to prepare for specifying buffer time in other units
14887 than buffers. Expose remove reason in signal.
14889 2004-08-10 Wim Taymans <wim@fluendo.com>
14891 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14892 (gst_multifdsink_remove), (gst_multifdsink_clear),
14893 (gst_multifdsink_remove_client_link),
14894 (gst_multifdsink_handle_client_read),
14895 (gst_multifdsink_client_queue_data),
14896 (gst_multifdsink_client_queue_buffer),
14897 (gst_multifdsink_handle_client_write),
14898 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14899 (gst_multifdsink_chain), (gst_multifdsink_close):
14900 * gst/tcp/gstmultifdsink.h:
14901 Added more debugging info. Changed the way clients are
14902 removed from the lists. Fixed a bug where a bad file descriptor
14903 could cause many clients to be removed.
14905 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
14907 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
14908 allow all pixel-aspect-ratios, not just 1:1
14910 2004-08-09 David Schleef <ds@schleef.org>
14912 * sys/glsink/ARB_multitexture.h: Remove old files.
14913 * sys/glsink/EXT_paletted_texture.h:
14914 * sys/glsink/NV_register_combiners.h:
14915 * sys/glsink/gstgl_nvimage.c:
14916 * sys/glsink/gstgl_pdrimage.c:
14917 * sys/glsink/gstgl_rgbimage.c:
14918 * sys/glsink/gstglsink.c:
14919 * sys/glsink/gstglsink.h:
14920 * sys/glsink/gstglxwindow.c:
14921 * sys/glsink/regcomb_yuvrgb.c:
14923 2004-08-09 David Schleef <ds@schleef.org>
14925 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14926 GL sink plugin. (Bug #147302)
14928 * configure.ac: Test for OpenGL
14929 * sys/Makefile.am: Use test for OpenGL
14930 * sys/glsink/Makefile.am:
14931 * sys/glsink/glimagesink.c: rewrite
14932 * sys/glsink/glimagesink.h: rewrite
14934 2004-08-09 David Schleef <ds@schleef.org>
14936 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
14938 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14939 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14940 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14942 2004-08-09 Wim Taymans <wim@fluendo.com>
14944 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14945 (gst_multifdsink_add), (gst_multifdsink_get_stats),
14946 (gst_multifdsink_client_remove),
14947 (gst_multifdsink_handle_client_read),
14948 (gst_multifdsink_handle_client_write),
14949 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14950 Do a bit more logging, make the client_read code more robust.
14952 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
14954 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14955 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14956 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14957 (gst_jpegdec_init), (gst_jpegdec_chain):
14958 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14959 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14960 cleanups, debugging fixes and memleak plugging
14962 2004-08-09 Wim Taymans <wim@fluendo.com>
14964 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14965 (theora_get_formats), (theora_dec_src_convert),
14966 (theora_dec_sink_convert), (theora_dec_src_query),
14967 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14968 (theora_dec_change_state):
14969 Don't crash on missing header packets.
14971 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
14975 Added Albanian translation (Laurent Dhima)
14979 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
14981 * ext/lame/gstlame.c:
14984 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
14986 * sys/ximage/ximagesink.c:
14987 * sys/xvimage/xvimagesink.c:
14988 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
14990 2004-08-06 Wim Taymans <wim@fluendo.com>
14992 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14993 (gst_multifdsink_add), (gst_multifdsink_get_stats),
14994 (gst_multifdsink_client_remove),
14995 (gst_multifdsink_handle_client_read),
14996 (gst_multifdsink_handle_client_write),
14997 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14998 Make sure we don't try to read more from a client that what
14999 ioctl says us or we deadlock.
15001 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
15003 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15004 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15005 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15006 decouple running_time and n_frames so it can handle changing
15007 framerate while running
15009 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
15013 updated translations
15015 2004-08-04 Benjamin Otte <otte@gnome.org>
15017 * gst/videotestsrc/gstvideotestsrc.c:
15018 (gst_videotestsrc_get_capslist), (generate_capslist),
15020 generate the list of supported caps at startup and reuse it instead
15021 of always generating it
15023 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
15025 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15026 whoops, last checkin broke normal build
15028 2004-08-03 Benjamin Otte <otte@gnome.org>
15030 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15031 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15032 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15033 (gst_alsa_mixer_get_option):
15034 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15035 (dvdnavsrc_print_event):
15036 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15037 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15038 (gst_ogg_mux_pad_unlink):
15039 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15040 (gst_multipart_mux_pad_unlink):
15041 * gst/videofilter/gstvideobalance.c:
15042 (gst_videobalance_colorbalance_set_value):
15043 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15044 (gst_videomixer_pad_unlink):
15046 * sys/oss/gstossmixer.c:
15047 * sys/v4l/gstv4lcolorbalance.c:
15048 * sys/v4l/gstv4ltuner.c:
15049 * sys/v4l/v4lsrc_calls.c:
15050 * sys/v4l2/gstv4l2colorbalance.c:
15051 * sys/v4l2/gstv4l2tuner.c:
15052 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15054 2004-08-03 Benjamin Otte <otte@gnome.org>
15056 * examples/dynparams/filter.c: (ui_control_create):
15057 * examples/gstplay/player.c: (print_tag):
15058 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15059 * ext/gdk_pixbuf/gstgdkanimation.c:
15060 (gst_gdk_animation_iter_may_advance):
15061 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15062 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15063 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15064 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15065 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15066 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15067 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15068 * gst/sine/demo-dparams.c: (main):
15069 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15070 * testsuite/alsa/formats.c: (create_pipeline):
15071 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15072 fixes for G_DISABLE_ASSERT and friends
15073 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15074 (mp3_type_frame_length_from_header), (mp3_type_find),
15076 require mp3 typefinding to have at least MIN_HEADERS valid headers
15077 add typefinding for AAC adts files
15079 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
15081 * sys/ximage/ximagesink.c:
15082 (gst_ximagesink_calculate_pixel_aspect_ratio):
15083 * sys/xvimage/xvimagesink.c:
15084 (gst_xvimagesink_calculate_pixel_aspect_ratio):
15085 Make sure we calculate pixel-aspect-ratio using floating point maths
15087 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
15090 updated translation
15092 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
15094 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15095 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15096 add debugging for display PAR calculation
15098 2004-08-02 David Schleef <ds@schleef.org>
15100 * configure.ac: Fix mikmod CFLAGS.
15102 2004-07-27 Benjamin Otte <otte@gnome.org>
15104 * gst/audioscale/gstaudioscale.c:
15105 - fix templates to only support S16, it's the only format that works
15106 - make caps nego code use try_set_caps_nonfixed and fixation instead
15107 of try_set_caps twice, which is not nice for autopluggers
15108 - change rank to secondary, so autopluggers can pick it up after
15111 2004-08-02 Iain <iain@prettypeople.org>
15113 * gst/interleave/interleave.c (interleave_init),
15114 (interleave_request_new_pad),
15115 (interleave_pad_removed),
15116 (interleave_buffered_loop): Use the real pad count, not the artificial
15119 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
15121 * configure.ac: bump nano back to development
15123 === release 0.8.3 ===
15125 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
15127 * configure.ac: releasing 0.8.3, "Water"
15129 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
15131 * sys/xvimage/xvimagesink.c:
15132 (gst_xvimagesink_calculate_pixel_aspect_ratio),
15133 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15134 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15135 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15136 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15137 * sys/xvimage/xvimagesink.h:
15138 apply similar PAR fixes as to ximagesink
15140 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
15142 patch from: Benjamin Otte
15144 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15145 add link function to lame. Fixes #148986.
15147 2004-08-02 Johan Dahlin <johan@gnome.org>
15149 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15152 2004-07-30 David Schleef <ds@schleef.org>
15154 * gst/videomixer/Makefile.am: Fix things that should have been
15155 fixed in the last checkin.
15157 2004-07-30 David Schleef <ds@schleef.org>
15159 * gst/multipart/Makefile.am: Fix things that should have been
15160 fixed in the last checkin.
15162 2004-07-30 David Schleef <ds@schleef.org>
15164 * testsuite/multifilesink/Makefile.am: Fix unused variable.
15166 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
15169 bump nano for prerelease
15181 2004-07-30 Wim Taymans <wim@fluendo.com>
15183 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15184 (gst_multifdsink_add), (gst_multifdsink_remove),
15185 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15186 (gst_multifdsink_client_remove),
15187 (gst_multifdsink_handle_client_write),
15188 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15189 * gst/tcp/gstmultifdsink.h:
15190 Recover from a select with a bad file descriptor by removing
15193 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
15196 fix requirement of core
15197 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15198 (gst_play_pipeline_setup):
15199 don't use colorspace element. do use hermescolorspace element.
15200 make macro to get a colorspace element.
15201 mark strings for translation.
15213 update translations
15215 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15217 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15218 fix default for newmedia flag
15220 2004-07-30 Wim Taymans <wim@fluendo.com>
15222 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15223 (gst_theora_dec_init), (theora_get_formats),
15224 (theora_dec_src_convert), (theora_dec_sink_convert),
15225 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15226 (theora_dec_chain), (theora_dec_set_property),
15227 (theora_dec_get_property):
15228 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15229 (gst_theora_enc_class_init), (gst_theora_enc_init),
15230 (theora_enc_sink_link), (theora_enc_chain),
15231 (theora_enc_set_property), (theora_enc_get_property):
15232 Added cropping option to theora decoder.
15233 Added border option to theora encoder.
15235 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15237 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15238 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15239 (gst_pngenc_set_property):
15240 * ext/libpng/gstpngenc.h:
15241 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
15243 2004-07-30 Wim Taymans <wim@fluendo.com>
15245 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15246 (theora_enc_sink_link), (theora_enc_chain),
15247 (theora_enc_set_property), (theora_enc_get_property):
15248 Fix encoding of non-multiple-of-16 video.
15250 2004-07-29 David Schleef <ds@schleef.org>
15252 * configure.ac: make test for audiofile more strict
15254 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
15256 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15257 give different names to typefind functions
15259 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
15261 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15262 (gst_ximagesink_calculate_pixel_aspect_ratio),
15263 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15264 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15265 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15266 (gst_ximagesink_get_property), (gst_ximagesink_init):
15267 * sys/ximage/ximagesink.h:
15268 allocate PAR's dynamically.
15269 use autodetected PAR if no object-set PAR is given.
15270 add workaround for directfb's X not setting physical size.
15271 fix to xvimagesink will follow tomorrow.
15273 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15275 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15276 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15277 (gst_shout2send_get_type), (gst_shout2send_set_clock),
15278 (gst_shout2send_class_init), (gst_shout2send_init),
15279 (set_shout_metadata), (gst_shout2send_set_metadata),
15280 (gst_shout2send_chain), (gst_shout2send_set_property),
15281 (gst_shout2send_get_property), (gst_shout2send_connect),
15282 (gst_shout2send_change_state):
15283 * ext/shout2/gstshout2.h:
15284 - fix for sending mp3 audio to icecast2 server, if pad link function not
15285 called before PAUSED state
15286 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15287 - added tagging support for mp3 audio broadcasted
15288 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15291 2004-07-28 Wim Taymans <wim@fluendo.com>
15293 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15294 (gst_ogg_demux_push):
15295 Return query failure when we don't know the length of
15296 an ogg stream insteda of returning TRUE with a bogus value.
15298 2004-07-28 Wim Taymans <wim@fluendo.com>
15300 * ext/theora/theoradec.c: (theora_get_formats),
15301 (theora_dec_src_convert), (theora_dec_sink_convert),
15302 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15303 (theora_dec_chain):
15304 Don't screw up the 1 Chroma for 1 luma sample situation when we
15305 have an odd offset/width by adding a black border in those cases.
15307 2004-07-28 Wim Taymans <wim@fluendo.com>
15309 * ext/theora/theoradec.c: (theora_get_formats),
15310 (theora_dec_src_convert), (theora_dec_sink_convert),
15311 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15312 (theora_dec_chain):
15313 * ext/theora/theoraenc.c: (theora_enc_sink_link):
15314 Added first attempt at cropping of the image as required by the
15315 theora spec. We need more properties in the caps (offset_x,
15316 offset_y,stride) to implement this correctly.
15318 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
15320 * ext/dvdnav/README:
15321 Update the README to use dvddemux
15322 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15323 Ensure getcaps returns a subset of the template caps
15324 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15325 (gst_mpeg2subt_init):
15326 Ensure getcaps returns a subset of the template caps
15327 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15328 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15329 (gst_dvd_demux_get_subpicture_stream),
15330 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15331 * gst/mpegstream/gstdvddemux.h:
15332 Set the explicit caps on the current_video pad before pushing
15334 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15335 (gst_mpeg_demux_get_audio_stream):
15336 Free caps used to gst_pad_set_explicit_caps, which takes a const
15339 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
15341 * configure.ac: update GStreamer requirement to 0.8.4 because of
15344 2004-07-28 Wim Taymans <wim@fluendo.com>
15346 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15347 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15348 Add the pad to the element after setting up the caps. This
15349 makes it a lot easier to autoplug.
15351 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
15353 * gst/median/gstmedian.c:
15354 * gst/mpeg2subt/gstmpeg2subt.c:
15355 * gst/mpegaudioparse/gstmpegaudioparse.c:
15356 * gst/mpegstream/gstdvddemux.c:
15357 * gst/mpegstream/gstmpegdemux.c:
15358 * gst/mpegstream/gstmpegpacketize.c:
15359 * gst/rtjpeg/gstrtjpeg.c:
15360 * gst/rtjpeg/gstrtjpegdec.c:
15361 * gst/rtjpeg/gstrtjpegenc.c:
15362 * gst/sine/gstsinesrc.c:
15363 * gst/smooth/gstsmooth.c:
15364 * gst/smpte/gstsmpte.c:
15365 * gst/smpte/gstsmpte.h:
15366 * gst/stereo/gststereo.c:
15367 * gst/videofilter/gstgamma.c:
15368 * gst/videofilter/gstvideobalance.c:
15369 * gst/videofilter/gstvideofilter.c:
15370 * gst/videofilter/gstvideoflip.c:
15371 * gst/videoscale/gstvideoscale.c:
15372 * gst/videoscale/videoscale.c:
15373 * gst/videotestsrc/gstvideotestsrc.c:
15374 * gst/videotestsrc/videotestsrc.c:
15375 * gst/wavenc/gstwavenc.c:
15376 * gst/wavparse/gstwavparse.c:
15377 fix local includes and 64 bits constants
15379 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
15382 * gst-libs/gst/*/*.vcproj:
15384 more working plugins
15386 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15388 * testsuite/alsa/Makefile.am:
15389 * testsuite/alsa/srcstate.c:
15390 add test for alsasrc changing state
15392 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15394 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15396 * gst/silence/gstsilence.h:
15397 fix silence generation for 16bit raw audio
15399 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
15401 * gst/matroska/matroska-demux.c:
15402 (gst_matroska_demux_parse_metadata),
15403 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15404 * gst/mpegaudio/common.c:
15405 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15406 (gst_videoscale_getcaps), (gst_videoscale_link),
15407 (gst_videoscale_src_fixate), (gst_videoscale_init),
15408 (gst_videoscale_finalize):
15409 * gst/videoscale/gstvideoscale.h:
15410 * gst/videotestsrc/gstvideotestsrc.c:
15411 (gst_videotestsrc_get_capslist):
15412 * gst/wavenc/gstwavenc.c:
15413 * sys/oss/gstossmixer.c: (fill_labels):
15414 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15415 (gst_ximagesink_handle_xevents),
15416 (gst_ximagesink_calculate_pixel_aspect_ratio),
15417 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15418 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15419 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15420 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15421 (gst_ximagesink_init), (gst_ximagesink_class_init):
15422 * sys/ximage/ximagesink.h:
15423 * sys/xvimage/xvimagesink.c:
15424 (gst_xvimagesink_calculate_pixel_aspect_ratio),
15425 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15426 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15427 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15428 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15429 * sys/xvimage/xvimagesink.h:
15430 first batch of pixel aspect ratio commits.
15432 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
15434 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15435 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15436 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15437 handle stride, needs work if we want to move stride handling
15438 upstream, but works correctly for our purposes.
15440 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
15442 * gst/videoscale/README:
15443 add testing examples
15444 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15445 (gst_videoscale_chain):
15446 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15447 (gst_videoscale_get_size):
15448 add get_size function that handles stride like videotestsrc.
15449 fixes conversion for YUV formats for as much as I can test them.
15451 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
15453 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15454 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15456 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15457 (gst_xvimagesink_xvimage_put):
15458 further cleanups, logging, error handling and synchronizing
15460 2004-07-27 Wim Taymans <wim@fluendo.com>
15462 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15463 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15464 (gst_videomixer_pad_set_property),
15465 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15466 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15467 (gst_videomixer_class_init), (gst_videomixer_init),
15468 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15469 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15470 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15471 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15472 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15473 (gst_videomixer_loop), (plugin_init):
15474 Be a nicer negotiation citizen and provide a getcaps function on
15475 the srcpad. This also fixes a crash when resizing.
15477 2004-07-27 Julien MOUTTE <julien@moutte.net>
15479 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15480 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15482 2004-07-27 Wim Taymans <wim@fluendo.com>
15484 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15485 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15486 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15487 (gst_pngenc_set_property):
15488 * ext/libpng/gstpngenc.h:
15489 Added snapshot property to pngenc.
15490 removed g_print from pngdec
15492 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
15494 * gst/ac3parse/ac3parse.vcproj
15495 * gst/adder/adder.vcproj
15496 * gst/alpha/alpha.vcproj
15497 * gst/alpha/alphacolor.vcproj
15498 * gst/asfdemux/asf.vcproj
15499 * gst/audioconvert/audioconvert.vcproj
15500 * gst/audiorate/audiorate.vcproj
15501 * gst/audioscale/audioscale.vcproj
15502 * gst/auparse/auparse.vcproj
15503 * gst/avi/avi.vcproj
15504 * gst/cdxaparse/cdxaparse.vcproj
15505 * gst/chart/chart.vcproj
15506 * gst/colorspace/colorspace.vcproj
15507 * gst/cutter/cutter.vcproj
15508 * gst/debug/debug.vcproj
15509 * gst/debug/efence.vcproj
15510 * gst/debug/navigationtest.vcproj
15511 * gst/deinterlace/deinterlace.vcproj
15512 * gst/effectv/effectv.vcproj
15513 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15514 * gst/filter/filter.vcproj
15515 * gst/flx/flxdec.vcproj
15516 * gst/goom/goom.vcproj
15517 * gst/interleave/interleave.vcproj
15518 * gst/law/alaw.vcproj
15519 * gst/law/mulaw.vcproj
15520 * gst/matroska/matroska.vcproj
15521 * gst/median/median.vcproj
15522 * gst/mixmatrix/mixmatrix.vcproj
15523 * gst/mpeg1sys/mpeg1systemencode.vcproj
15524 * gst/mpeg1videoparse/mp1videoparse.vcproj
15525 * gst/mpeg2sub/mpeg2subt.vcproj
15526 * gst/mpegaudio/mpegaudio.vcproj
15527 * gst/mpegaudioparse/mpegaudioparse.vcproj
15528 * gst/mpegstream/mpegstream.vcproj
15529 * gst/multifilesink/multifilesink.vcproj
15530 * gst/multipart/multipart.vcproj
15531 * gst/oneton/oneton.vcproj
15532 * gst/overlay/overlay.vcproj
15533 * gst/passthrough/passthrough.vcproj
15534 * gst/qtdemux/qtdemux.vcproj
15535 * gst/realmedia/rmdemux.vcproj
15536 * gst/rtjpeg/rtjpeg.vcproj
15537 * gst/rtp/rtp.vcproj
15538 * gst/silence/silence.vcproj
15539 * gst/sine/sinesrc.vcproj
15540 * gst/smooth/smooth.vcproj
15541 * gst/smpte/smpte.vcproj
15542 * gst/spectrum/spectrum.vcproj
15543 * gst/speed/speed.vcproj
15544 * gst/stereo/stereo.vcproj
15545 * gst/switch/switch.vcproj
15546 * gst/tags/tagedit.vcproj
15547 * gst/tcp/tcp.vcproj
15548 * gst/typefind/typefindfunctions.vcproj
15549 * gst/udp/udp.vcproj
15550 * gst/videobox/videobox.vcproj
15551 * gst/videocrop/videocrop.vcproj
15552 * gst/videodrop/videodrop.vcproj
15553 * gst/videofilter/gamma.vcproj
15554 * gst/videofilter/videobalance.vcproj
15555 * gst/videofilter/videofilter.vcproj
15556 * gst/videofilter/videoflip.vcproj
15557 * gst/videoflip/videoflip.vcproj
15558 * gst/videomixer/videomixer.vcproj
15559 * gst/videorate/videorate.vcproj
15560 * gst/videoscale/videoscale.vcproj
15561 * gst/videotestsrc/videotestsrc.vcproj
15562 * gst/virtualdub/virtualdub.vcproj
15563 * gst/volenv/volenv.vcproj
15564 * gst/volume/volume.vcproj
15565 * gst/wavenc/wavenc.vcproj
15566 * gst/wavparse/wavparse.vcproj
15567 * gst/y4m/y4menc.vcproj
15568 * gst-libs/gst/audio/audio.vcproj
15569 * gst-libs/gst/audio/audiofilter.vcproj
15570 * gst-libs/gst/colorbalance/colorbalance.vcproj
15571 * gst-libs/gst/idct/idtc.vcproj
15572 * gst-libs/gst/media-info/media-info.vcproj
15573 * gst-libs/gst/mixer/mixer.vcproj
15574 * gst-libs/gst/navigation/navigation.vcproj
15575 * gst-libs/gst/play/play.vcproj
15576 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15577 * gst-libs/gst/resample/resample.vcproj
15578 * gst-libs/gst/riff/riff.vcproj
15579 * gst-libs/gst/tuner/tuner.vcproj
15580 * gst-libs/gst/video/video.vcproj
15581 * gst-libs/gst/xoverlay/xoverlay.vcproj
15582 avoid problems with math.h, fix release dependancy
15583 rename GStreamer-0.8.lib to libgstreamer.lib
15585 2004-07-27 Julien MOUTTE <julien@moutte.net>
15587 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15588 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15589 the atom is not available we have to unlock the mutex. Fixes #148023
15591 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15593 * gst-libs/gst/media-info/media-info.h:
15594 issue for a vararg macro with MSVC
15596 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15598 * gst/effectv/effectv.vcproj
15599 * gst-libs/gst/idct/idct.vcproj:
15600 * gst-libs/gst/media-info/media-info.vcproj:
15601 * gst-libs/gst/navigation/navigation.vcproj:
15602 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15603 * gst-libs/gst/video/video.vcproj:
15604 * gst-libs/gst/xoverlay/xoverlay.vcproj:
15605 fixes for build problems
15607 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15609 * gst-libs/gst/audio/audio.def:
15610 * gst-libs/gst/audio/riff.def:
15611 add some definitions needed by plugins
15613 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15615 * gst/asfdemux/gstasfmux.c
15616 Fix some 64 bits constants to be glib friendly
15618 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15620 * gst/ac3parse/gstac3parse.c
15621 * gst/audioscale/gstaudioscale.c
15622 * gst/auparse/gstauparse.c
15623 * gst/colorspace/gstcolorspace.c
15624 * gst/colorspace/yuv2rgb.h
15625 local include fixes
15627 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15630 add more plugins to the build
15632 2004-07-26 Julien MOUTTE <julien@moutte.net>
15634 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15635 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15637 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
15639 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15640 (gst_level_set_property), (gst_level_get_property),
15641 (gst_level_base_init), (gst_level_class_init):
15642 add debugging categories. cleanups.
15644 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
15646 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15647 (gst_videoscale_planar411), (gst_videoscale_planar400),
15648 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
15649 (gst_videoscale_scale_nearest_str1),
15650 (gst_videoscale_scale_nearest_str2),
15651 (gst_videoscale_scale_nearest_str4),
15652 (gst_videoscale_scale_nearest_16bit),
15653 (gst_videoscale_scale_nearest_24bit):
15654 fixed stride issues
15655 tested with 320x240 -> 321, 322, 324 x240
15656 tested with YV12, I420, YUY2, UYVY
15657 fixed packed422rev (don't think it could have worked before)
15658 by testing with UYVY
15660 2004-07-26 Benjamin Otte <otte@gnome.org>
15662 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
15663 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
15665 add debugging category, add error checks like checking return values
15666 of setup calls, make sure it still works after
15667 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
15669 2004-07-26 Wim Taymans <wim@fluendo.com>
15671 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15672 (gst_mpeg_demux_get_audio_stream),
15673 (gst_mpeg_demux_process_private):
15674 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15675 Check for error codes from the negotiation functions. Make sure
15676 we really set the pad caps when a new pad is created.
15678 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
15680 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15681 (gst_ffmpeg_caps_to_pix_fmt):
15682 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15683 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15684 (gst_ffmpegcolorspace_pad_link):
15685 don't make function do two things at the same time without reason.
15687 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15689 * gst/ac3parse/ac3parse.vcproj
15690 * gst/adder/adder.vcproj
15691 * gst/alpha/alpha.vcproj
15692 * gst/alpha/alphacolor.vcproj
15693 * gst/asfdemux/asf.vcproj
15694 * gst/audioconvert/audioconvert.vcproj
15695 * gst/audiorate/audiorate.vcproj
15696 * gst/audioscale/audioscale.vcproj
15697 * gst/auparse/auparse.vcproj
15698 * gst/avi/avi.vcproj
15699 * gst/cdxaparse/cdxaparse.vcproj
15700 * gst/chart/chart.vcproj
15701 * gst/colorspace/colorspace.vcproj
15702 * gst/cutter/cutter.vcproj
15703 * gst/debug/debug.vcproj
15704 * gst/debug/efence.vcproj
15705 * gst/debug/navigationtest.vcproj
15706 * gst/deinterlace/deinterlace.vcproj
15707 * gst/effectv/effectv.vcproj
15708 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15709 * gst/filter/filter.vcproj
15710 * gst/flx/flxdec.vcproj
15711 * gst/goom/goom.vcproj
15712 * gst/interleave/interleave.vcproj
15713 * gst/law/alaw.vcproj
15714 * gst/law/mulaw.vcproj
15715 * gst/matroska/matroska.vcproj
15716 * gst/median/median.vcproj
15717 * gst/mixmatrix/mixmatrix.vcproj
15718 * gst/mpeg1sys/mpeg1systemencode.vcproj
15719 * gst/mpeg1videoparse/mp1videoparse.vcproj
15720 * gst/mpeg2sub/mpeg2subt.vcproj
15721 * gst/mpegaudio/mpegaudio.vcproj
15722 * gst/mpegaudioparse/mpegaudioparse.vcproj
15723 * gst/mpegstream/mpegstream.vcproj
15724 * gst/multifilesink/multifilesink.vcproj
15725 * gst/multipart/multipart.vcproj
15726 * gst/oneton/oneton.vcproj
15727 * gst/overlay/overlay.vcproj
15728 * gst/passthrough/passthrough.vcproj
15729 * gst/qtdemux/qtdemux.vcproj
15730 * gst/realmedia/rmdemux.vcproj
15731 * gst/rtjpeg/rtjpeg.vcproj
15732 * gst/rtp/rtp.vcproj
15733 * gst/silence/silence.vcproj
15734 * gst/sine/sinesrc.vcproj
15735 * gst/smooth/smooth.vcproj
15736 * gst/smpte/smpte.vcproj
15737 * gst/spectrum/spectrum.vcproj
15738 * gst/speed/speed.vcproj
15739 * gst/stereo/stereo.vcproj
15740 * gst/switch/switch.vcproj
15741 * gst/tags/tagedit.vcproj
15742 * gst/tcp/tcp.vcproj
15743 * gst/typefind/typefindfunctions.vcproj
15744 * gst/udp/udp.vcproj
15745 * gst/videobox/videobox.vcproj
15746 * gst/videocrop/videocrop.vcproj
15747 * gst/videodrop/videodrop.vcproj
15748 * gst/videofilter/gamma.vcproj
15749 * gst/videofilter/videobalance.vcproj
15750 * gst/videofilter/videofilter.vcproj
15751 * gst/videofilter/videoflip.vcproj
15752 * gst/videoflip/videoflip.vcproj
15753 * gst/videomixer/videomixer.vcproj
15754 * gst/videorate/videorate.vcproj
15755 * gst/videoscale/videoscale.vcproj
15756 * gst/videotestsrc/videotestsrc.vcproj
15757 * gst/virtualdub/virtualdub.vcproj
15758 * gst/volenv/volenv.vcproj
15759 * gst/volume/volume.vcproj
15760 * gst/wavenc/wavenc.vcproj
15761 * gst/wavparse/wavparse.vcproj
15762 * gst/y4m/y4menc.vcproj
15763 more plugins supported under windows
15765 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
15767 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15768 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15769 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15770 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15771 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15772 Add debugging statements. Use the sizes as returned by the
15773 *CreateImage calls.
15775 2004-07-26 Johan Dahlin <johan@gnome.org>
15777 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15778 the pad is negotiated.
15780 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15782 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
15784 * gst-libs/gst/colorbalance/colorbalance.vcproj:
15785 * gst-libs/gst/idct/idct.vcproj:
15786 * gst-libs/gst/media-info/media-info.vcproj:
15787 * gst-libs/gst/mixer/mixer.vcproj:
15788 * gst-libs/gst/navigation/navigation.vcproj:
15789 * gst-libs/gst/play/play.vcproj:
15790 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15791 * gst-libs/gst/resample/resample.vcproj:
15792 * gst-libs/gst/tuner/tuner.vcproj:
15793 * gst-libs/gst/video/video.vcproj:
15794 * gst-libs/gst/xoverlay/xoverlay.vcproj:
15795 more plugins supported under windows
15797 2004-07-25 Iain <iain@prettypeople.org>
15799 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15800 pad now rather than when the pad is created because state changes wipe
15801 explicit caps (fixes #148043).
15803 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
15805 reviewed by Benjamin Otte <otte@gnome.org>
15807 * ext/mad/gstmad.c:
15808 fix mad plugin crashing on Sun (fixes #148289)
15810 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
15813 * gst/avi/avi.vcproj:
15814 * gst/matroska/matroska.def:
15815 * gst/matroska/matroska.vcproj:
15816 remove unused .def files
15818 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
15820 * gst-libs/gst/audio/gstaudiofilter.c:
15821 Clean the local include
15823 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
15826 * gst-libs/gst/audio/audio.def:
15827 * gst-libs/gst/audio/audio.vcproj:
15828 * gst-libs/gst/audio/audiofilter.vcproj:
15829 * gst-libs/gst/audio/riff.def:
15830 * gst-libs/gst/audio/riff.vcproj:
15831 * gst-libs/gst/gst-libs.def:
15832 * gst-libs/gst/gst-libs.vcproj:
15833 * gst/avi/avi.vcproj:
15834 * gst/avi/avi.vcproj:
15835 Copy the files where needed after building, cleaner projects
15837 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
15839 * gst/matroska/ebml-write.c:
15840 Fix some 64 bits constants to be glib friendly
15842 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
15845 * gst-libs/gst/gst-libs.def:
15846 * gst-libs/gst/gst-libs.vcproj:
15847 * gst/matroska/matroska.def:
15848 * gst/matroska/matroska.vcproj:
15849 Add the preliminary canvas to build plugins on Win32
15851 2004-07-23 Benjamin Otte <otte@gnome.org>
15853 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15854 don't enfore negotiation from source side, it breaks
15855 sinesrc ! audioconvert ! osssink
15857 2004-07-22 David Schleef <ds@schleef.org>
15859 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
15860 for ELF files, since they can easily be recognized as audio/mpeg.
15863 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
15865 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15866 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
15867 (gst_videoscale_scale_nearest_24bit),
15868 (gst_videoscale_scale_nearest_16bit):
15869 fix 16bit and 24bit for stride (24bit might need testing)
15870 don't pretend we do more than one algorithm
15872 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15876 * gst/multifilesink/Makefile.am:
15877 * gst/multifilesink/gstmultifilesink.c:
15878 (gst_multifilesink_get_formats),
15879 (gst_multifilesink_get_query_types), (_do_init),
15880 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
15881 (gst_multifilesink_init), (gst_multifilesink_dispose),
15882 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
15883 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
15884 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
15885 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
15886 (gst_multifilesink_chain), (gst_multifilesink_change_state),
15887 (gst_multifilesink_uri_get_type),
15888 (gst_multifilesink_uri_get_protocols),
15889 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
15890 (gst_multifilesink_uri_handler_init), (plugin_init):
15891 * gst/multifilesink/gstmultifilesink.h:
15892 * testsuite/Makefile.am:
15893 * testsuite/multifilesink/Makefile.am:
15894 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
15895 (gst_newmedia_class_init), (gst_newmedia_init),
15896 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15897 (newfile_signal), (test_signal), (main):
15898 multifilesink plugin for creating new files every time a new media
15899 discontinuity event occurs
15901 2004-07-22 Wim Taymans <wim@fluendo.com>
15903 * gst/alpha/Makefile.am:
15904 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
15905 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
15906 (gst_alpha_color_init), (gst_alpha_color_set_property),
15907 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
15908 (transform), (gst_alpha_color_chain),
15909 (gst_alpha_color_change_state), (plugin_init):
15910 Stupid plugin to to RGBA to AYUV conversion because none of
15911 the colorspace plugins can handle that yet.
15913 2004-07-22 Wim Taymans <wim@fluendo.com>
15915 * examples/seeking/seek.c: (update_scale), (main):
15916 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15917 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15918 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15919 (gst_decode_bin_init), (gst_decode_bin_dispose),
15920 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15921 (no_more_pads), (close_link), (type_found),
15922 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15924 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15925 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15926 (gst_play_base_bin_dispose), (queue_overrun),
15927 (gen_preroll_element), (remove_prerolls), (unknown_type),
15928 (no_more_pads), (new_stream), (setup_source),
15929 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15930 (play_base_eos), (gst_play_base_bin_change_state),
15931 (gst_play_base_bin_add_element),
15932 (gst_play_base_bin_remove_element),
15933 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15934 (gst_play_base_bin_unlink_stream),
15935 (gst_play_base_bin_get_streaminfo):
15936 * gst/playback/gstplaybin.c: (gen_video_element),
15937 (gen_audio_element):
15938 * gst/playback/gststreaminfo.h:
15939 More playback updates, attempt to fix things after the state change
15942 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
15944 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15945 (gst_videoscale_scale_nearest_16bit):
15948 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
15950 * gst/videotestsrc/gstvideotestsrc.c:
15951 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15952 (gst_videotestsrc_init), (gst_videotestsrc_get),
15953 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15954 (gst_videotestsrc_get_property):
15955 * gst/videotestsrc/gstvideotestsrc.h:
15956 * gst/videotestsrc/videotestsrc.c:
15957 * gst/videotestsrc/videotestsrc.h:
15958 cleanup and commenting
15960 2004-07-21 Wim Taymans <wim@fluendo.com>
15962 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15963 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15964 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15965 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15966 (_find_chain_get_unknown_part), (_find_streams_check),
15967 (gst_ogg_demux_push), (gst_ogg_pad_push):
15968 * ext/theora/theoradec.c: (theora_get_formats),
15969 (theora_dec_src_convert), (theora_dec_sink_convert),
15970 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15971 (theora_dec_chain):
15972 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15973 (vorbis_dec_convert), (vorbis_dec_src_query),
15974 (vorbis_dec_src_event), (vorbis_dec_event):
15975 More seeking fixes, oggdemux now supports seeking to time and
15976 uses the downstream element to convert granulepos to time.
15977 Seeking in theora-only ogg files now works.
15979 2004-07-21 Wim Taymans <wim@fluendo.com>
15981 * ext/theora/theoradec.c: (gst_theora_dec_init),
15982 (theora_get_formats), (theora_get_event_masks),
15983 (theora_get_query_types), (theora_dec_src_convert),
15984 (theora_dec_sink_convert), (theora_dec_src_query),
15985 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15986 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15987 (vorbis_get_event_masks), (vorbis_get_query_types),
15988 (gst_vorbis_dec_init), (vorbis_dec_convert),
15989 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15990 Added query/convert/formats functions to vorbis and theora decoders
15991 so that the outside world can use them too. Fixed seeking on an
15992 ogg/theora/vorbis file by disabling the seeking seeking on the
15995 2004-07-21 Julien MOUTTE <julien@moutte.net>
15997 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15998 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15999 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16000 images creation for both elements. We don't create the image on caps
16001 nego or renego, we just destroy the internal one if present if it does
16002 not match the needs. The chain function takes care of creating a new
16004 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16005 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16006 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16007 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16008 the image format information. The buffer pool checks for the context
16009 image format and discard images with different formats.
16010 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16012 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
16014 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16015 (gst_ffmpegcolorspace_chain):
16016 no point in doing any chaining if the pad we want to push from
16019 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
16021 * gst-libs/gst/riff/riff-media.c:
16022 (gst_riff_create_audio_caps_with_data):
16023 Fix double end-to-native symbol conversion (#148021).
16025 2004-07-20 David Schleef <ds@schleef.org>
16027 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16028 Don't use an Atom that doesn't exist.
16030 2004-07-20 Wim Taymans <wim@fluendo.com>
16032 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16033 (gst_multifdsink_add), (gst_multifdsink_get_stats),
16034 (gst_multifdsink_client_remove),
16035 (gst_multifdsink_handle_client_write),
16036 (gst_multifdsink_queue_buffer):
16037 * gst/tcp/gstmultifdsink.h:
16038 More multifdsink stats. Avoid deadlock by releasing locks
16039 before sending out a signal.
16041 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
16045 added Hungarian translation (Laszlo Dvornik)
16047 2004-07-20 Wim Taymans <wim@fluendo.com>
16049 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16050 (gst_multifdsink_add), (gst_multifdsink_client_remove),
16051 (gst_multifdsink_handle_client_write),
16052 (gst_multifdsink_queue_buffer):
16053 * gst/tcp/gsttcp-marshal.list:
16054 Fixed the stupid marshal definition.
16056 2004-07-20 Wim Taymans <wim@fluendo.com>
16058 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16059 (gst_multifdsink_init), (gst_multifdsink_add),
16060 (gst_multifdsink_client_remove),
16061 (gst_multifdsink_handle_client_write),
16062 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16063 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16064 (gst_multifdsink_init_send):
16065 * gst/tcp/gstmultifdsink.h:
16066 Added more stats, added timeout for a client, fixed some typos
16067 and added some comments.
16069 2004-07-20 Wim Taymans <wim@fluendo.com>
16071 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16072 (gst_multifdsink_add), (gst_multifdsink_get_stats),
16073 (gst_multifdsink_client_remove),
16074 (gst_multifdsink_handle_client_write):
16075 * gst/tcp/gstmultifdsink.h:
16076 * gst/tcp/gsttcp-marshal.list:
16077 Added get_stats method that returns a GValueArray of
16080 2004-07-19 Benjamin Otte <otte@gnome.org>
16082 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16083 make sure longname, description and author are valid UTF-8
16085 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
16087 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16088 (gst_ximagesink_set_property):
16089 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16090 (gst_xvimagesink_set_property):
16091 make sure SYNCHRONOUS is respected after getting the X context
16093 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
16095 * gst/matroska/matroska-demux.c:
16096 (gst_matroska_demux_handle_src_event),
16097 (gst_matroska_demux_parse_blockgroup):
16098 * gst/matroska/matroska-ids.h:
16099 add BlockReference tag and ignore it to clear out log.
16100 ignore NAVIGATION events to clear out log.
16102 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
16104 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16105 (gst_matroska_demux_add_stream):
16106 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16107 add debug categories
16109 2004-07-16 Wim Taymans <wim@fluendo.com>
16111 * ext/libpng/Makefile.am:
16112 * ext/libpng/gstpng.c: (plugin_init):
16113 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16114 (gst_pngdec_get_type), (gst_pngdec_base_init),
16115 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16116 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16117 * ext/libpng/gstpngdec.h:
16120 2004-07-16 Julien MOUTTE <julien@moutte.net>
16122 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16123 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16124 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16125 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16126 (gst_ximagesink_buffer_alloc):
16127 * sys/ximage/ximagesink.h:
16128 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16129 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16130 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16131 (gst_xvimagesink_buffer_alloc):
16132 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16133 again. Using internal data pointer of the x(v)image to store image's
16134 data to be coherent with the buffer alloc mechanism. Investigated the
16135 image destruction code to be sure that everything gets freed correctly.
16137 2004-07-16 Wim Taymans <wim@fluendo.com>
16139 * gst-libs/gst/riff/riff-read.c:
16140 (gst_riff_read_strf_vids_with_data),
16141 (gst_riff_read_strf_auds_with_data):
16142 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16143 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16144 Make sure we don't create 0 sized subbuffers in riff-read.
16145 Signal the no more pads signal after reading the avi header.
16147 2004-07-16 Wim Taymans <wim@fluendo.com>
16149 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16150 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16151 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16152 (gst_decode_bin_init), (gst_decode_bin_dispose),
16153 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16154 (no_more_pads), (close_link), (type_found),
16155 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16156 (gst_decode_bin_change_state), (plugin_init):
16157 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16158 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16159 (gst_play_base_bin_dispose), (queue_overrun),
16160 (gen_preroll_element), (remove_prerolls), (unknown_type),
16161 (no_more_pads), (new_stream), (setup_source),
16162 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16163 (play_base_eos), (gst_play_base_bin_change_state),
16164 (gst_play_base_bin_add_element),
16165 (gst_play_base_bin_remove_element),
16166 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16167 (gst_play_base_bin_unlink_stream),
16168 (gst_play_base_bin_get_streaminfo):
16169 * gst/playback/gstplaybasebin.h:
16170 Better error recovery. Added configurable preroll queue size. Faster
16171 detection of no-more-pads.
16173 2004-07-16 Wim Taymans <wim@fluendo.com>
16175 * gst-libs/gst/video/video.h:
16176 Added 32 bits RGBA. Not sure if we should use another mime-type
16177 for alpha rgb. Currently the presence of the alpha_mask property
16178 signals an alpha channel.
16180 2004-07-16 Wim Taymans <wim@fluendo.com>
16182 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16183 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16184 FPS seems to be 0.0 to MAX everywhere else.
16186 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
16188 * gst-libs/gst/riff/riff-media.c:
16189 (gst_riff_create_video_caps_with_data):
16190 mp42/mp43 (no caps) exist too.
16191 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16192 Set pixel_width/height; we've got them in-caps.
16193 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16194 * gst/wavparse/gstwavparse.c: (plugin_init):
16195 Both are valid primary.
16196 * sys/oss/gstossmixer.c:
16197 Remove i18n hack and enable translations.
16199 2004-07-15 Benjamin Otte <otte@gnome.org>
16201 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16202 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16203 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16205 2004-07-15 Benjamin Otte <otte@gnome.org>
16207 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16208 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16209 (gst_alsa_close_audio):
16210 disable some of the debugging code for now. Writing debugging to a
16211 buffer is broken in current alsalib releases.
16213 2004-07-12 Benjamin Otte <otte@gnome.org>
16215 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16218 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
16220 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16221 (theora_dec_src_query), (theora_dec_event):
16222 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16223 add debugging categories. Remove \n's.
16225 2004-07-13 Johan Dahlin <johan@gnome.org>
16227 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16228 (gst_play_bin_get_property): Impl.
16230 2004-07-13 Wim Taymans <wim@fluendo.com>
16232 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16233 When trying to find the stream length, seek back N pages
16234 instead of just one, where N is the number of streams in
16237 2004-07-13 Wim Taymans <wim@fluendo.com>
16239 * gst-libs/gst/riff/riff-media.c:
16240 (gst_riff_create_audio_caps_with_data),
16241 (gst_riff_create_audio_caps),
16242 (gst_riff_create_audio_template_caps):
16243 * gst-libs/gst/riff/riff-media.h:
16244 * gst-libs/gst/riff/riff-read.c:
16245 (gst_riff_read_strf_vids_with_data),
16246 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16247 * gst-libs/gst/riff/riff-read.h:
16248 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16249 (gst_avi_demux_add_stream):
16250 Set codec_data on caps for avidemuxer.
16252 2004-07-12 David Schleef <ds@schleef.org>
16254 * configure.ac: Fix test for Objective C
16256 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
16257 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16258 (gst_gdk_pixbuf_chain):
16259 Add svg and pcx to template caps, and ensure that getcaps returns a
16260 subset of the template caps.
16261 Copy each row manually for output, as gdkpixbuf may pad the
16262 rowstride to a 32-bit word boundary.
16264 2004-07-12 Wim Taymans <wim@fluendo.com>
16266 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16267 (gst_riff_create_video_template_caps):
16268 Fix the template caps to include some more media types.
16270 2004-07-12 Wim Taymans <wim@fluendo.com>
16272 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16273 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16274 (compare_ranks), (print_feature), (gst_decode_bin_init),
16275 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16276 (try_to_link_1), (new_pad), (close_link), (type_found),
16277 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16278 (gst_decode_bin_change_state), (plugin_init):
16279 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16280 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16281 (gst_play_base_bin_dispose), (queue_overrun),
16282 (gen_preroll_element), (remove_prerolls), (no_more_pads),
16283 (new_stream), (setup_source), (gst_play_base_bin_set_property),
16284 (gst_play_base_bin_get_property), (play_base_eos),
16285 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16286 (gst_play_base_bin_remove_element),
16287 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16288 (gst_play_base_bin_unlink_stream),
16289 (gst_play_base_bin_get_streaminfo):
16290 * gst/playback/gstplaybasebin.h:
16291 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16292 (gst_play_bin_class_init), (gst_play_bin_init),
16293 (gst_play_bin_dispose), (gst_play_bin_set_property),
16294 (gst_play_bin_get_property), (gen_video_element),
16295 (gen_audio_element), (remove_sinks), (setup_sinks),
16296 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16297 (gst_play_bin_send_event), (gst_play_bin_get_formats),
16298 (gst_play_bin_convert), (gst_play_bin_get_query_types),
16299 (gst_play_bin_query), (plugin_init):
16300 * gst/playback/test4.c: (main):
16301 More fixes on reusing of the element.
16303 2004-07-11 Benjamin Otte <otte@gnome.org>
16305 * ext/mad/gstmad.c: (normal_seek):
16306 allow seeking for other methods than just SET
16308 2004-07-11 Andy Wingo <wingo@pobox.com>
16310 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16311 float, "any" caps -> buffer_frames=[0,MAX].
16313 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16314 doesn't intersect our caps with the template any more. Do it
16316 (interleave_buffered_loop): Use g_newa instead of malloc/free.
16318 2004-07-09 Wim Taymans <wim@fluendo.com>
16320 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16321 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16322 (compare_ranks), (print_feature), (gst_decode_bin_init),
16323 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16324 (try_to_link_1), (new_pad), (close_link), (type_found),
16325 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16326 (gst_decode_bin_change_state), (plugin_init):
16327 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16328 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16329 (gst_play_base_bin_dispose), (queue_overrun),
16330 (gen_preroll_element), (remove_prerolls), (no_more_pads),
16331 (new_stream), (setup_source), (gst_play_base_bin_set_property),
16332 (gst_play_base_bin_get_property), (play_base_eos),
16333 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16334 (gst_play_base_bin_remove_element),
16335 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16336 (gst_play_base_bin_unlink_stream),
16337 (gst_play_base_bin_get_streaminfo):
16338 * gst/playback/gstplaybasebin.h:
16339 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16340 (gst_play_bin_class_init), (gst_play_bin_init),
16341 (gst_play_bin_dispose), (gst_play_bin_set_property),
16342 (gst_play_bin_get_property), (gen_video_element),
16343 (gen_audio_element), (remove_sinks), (setup_sinks),
16344 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16345 (gst_play_bin_send_event), (gst_play_bin_get_formats),
16346 (gst_play_bin_convert), (gst_play_bin_get_query_types),
16347 (gst_play_bin_query), (plugin_init):
16348 * gst/playback/test4.c: (main):
16349 Work on object reuse and seeking.
16351 2004-07-09 Wim Taymans <wim@fluendo.com>
16353 * examples/seeking/seek.c: (iterate):
16354 Don't consume all CPU in the idle loop.
16356 2004-07-09 Wim Taymans <wim@fluendo.com>
16358 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16359 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16360 Add pad to element *after* setting the pad functions so that
16361 the scheduler can use the correct ones.
16363 2004-07-09 Wim Taymans <wim@fluendo.com>
16365 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16366 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16367 Sync to keyframe after seek
16369 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16371 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16372 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16373 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16374 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16375 * ext/libvisual/visual.c: (gst_visual_change_state):
16376 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16377 * ext/theora/theoradec.c: (theora_dec_change_state):
16378 * ext/theora/theoraenc.c: (theora_enc_change_state):
16379 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16380 * gst-libs/gst/navigation/navigation.c:
16381 * gst/adder/gstadder.c: (gst_adder_change_state):
16382 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16383 (gst_audio_convert_get_buffer):
16384 * gst/multipart/multipartdemux.c:
16385 (gst_multipart_demux_change_state):
16386 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16387 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16388 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16389 * gst/videoscale/gstvideoscale.c:
16390 (gst_videoscale_handle_src_event):
16391 * gst/volume/gstvolume.c: (volume_chain_int16):
16392 don't assert in state change, this should be done by the base
16394 various debugging fixes.
16396 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16399 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16400 (gst_play_dispose), (gst_play_set_location),
16401 (gst_play_set_data_src), (gst_play_set_video_sink),
16402 (gst_play_set_audio_sink), (gst_play_set_visualization),
16403 (gst_play_connect_visualization), (gst_play_get_sink_element),
16404 (gst_play_get_all_by_interface):
16405 * gst-libs/gst/play/play.h:
16406 add new method to get elements implementing an interface.
16407 add various error logging
16409 2004-07-08 Wim Taymans <wim@fluendo.com>
16411 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16412 (make_mpeg_pipeline), (make_mpegnt_pipeline),
16413 (make_playerbin_pipeline), (query_durations_elems),
16414 (query_durations_pads), (query_positions_elems),
16415 (query_positions_pads), (update_scale), (iterate), (stop_seek),
16417 Added playbin seeking example.
16419 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16421 * gst-libs/gst/play/play.c: (gst_play_set_location),
16422 (gst_play_set_data_src), (gst_play_set_video_sink),
16423 (gst_play_set_audio_sink), (gst_play_set_visualization),
16424 (gst_play_connect_visualization), (gst_play_get_framerate):
16425 use a macro to look up elements from hash table
16427 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16429 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16430 (gst_play_get_length_callback), (gst_play_set_location),
16431 (gst_play_seek_to_time), (gst_play_set_data_src),
16432 (gst_play_set_video_sink), (gst_play_set_audio_sink),
16433 (gst_play_set_visualization), (gst_play_connect_visualization),
16434 (gst_play_get_sink_element):
16435 - add debugging info
16436 - fix looking up sink elements by iterating over complete caps
16437 - put everything except for source and autoplugger in a complete bin
16439 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16441 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16442 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16443 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16444 (gst_alsa_sink_write), (gst_alsa_sink_loop):
16445 * ext/alsa/gstalsasink.h:
16446 - add debugging info
16447 - clean up schizophrenia of data/buffer/event
16448 - fix double event unref error
16450 2004-07-08 Wim Taymans <wim@fluendo.com>
16452 * gst/playback/Makefile.am:
16453 Add headers to noinst
16455 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16457 * tools/gst-launch-ext-m.m:
16458 * tools/gst-launch-ext.1.in:
16459 convert to the third millenium
16461 2004-07-07 David Schleef <ds@schleef.org>
16463 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16465 2004-07-07 Wim Taymans <wim@fluendo.com>
16467 * gst/playback/Makefile.am:
16468 * gst/playback/README:
16469 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16470 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16471 (compare_ranks), (print_feature), (gst_decode_bin_init),
16472 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16473 (try_to_link_1), (new_pad), (close_link), (type_found),
16474 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16476 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16477 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16478 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16479 (gen_preroll_element), (no_more_pads), (new_stream),
16480 (setup_source), (gst_play_base_bin_set_property),
16481 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16482 (gst_play_base_bin_add_element),
16483 (gst_play_base_bin_remove_element),
16484 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16485 (gst_play_base_bin_unlink_stream),
16486 (gst_play_base_bin_get_streaminfo):
16487 * gst/playback/gstplaybasebin.h:
16488 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16489 (gst_play_bin_class_init), (gst_play_bin_init),
16490 (gst_play_bin_dispose), (gst_play_bin_set_property),
16491 (gst_play_bin_get_property), (gen_video_element),
16492 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16493 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16494 (gst_play_bin_get_formats), (gst_play_bin_convert),
16495 (gst_play_bin_get_query_types), (gst_play_bin_query),
16497 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16498 (gst_stream_info_get_type), (gst_stream_info_class_init),
16499 (gst_stream_info_init), (gst_stream_info_new),
16500 (gst_stream_info_dispose), (gst_stream_info_set_property),
16501 (gst_stream_info_get_property):
16502 * gst/playback/gststreaminfo.h:
16503 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16505 * gst/playback/test2.c: (main):
16506 * gst/playback/test3.c: (update_scale), (main):
16507 More playbin fixes. Added README. Do better element filtering.
16508 Added base class to preroll media. Added test apps.
16510 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16512 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16513 * ext/mpeg2dec/gstmpeg2dec.h:
16514 various debugging improvements. Reset stream to next picture
16515 instead of sequence header, otherwise seeks cannot work.
16517 2004-07-07 Wim Taymans <wim@fluendo.com>
16519 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16520 (gst_video_box_class_init), (gst_video_box_set_property),
16521 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16522 Use pad_alloc where possible.
16524 2004-07-07 Wim Taymans <wim@fluendo.com>
16526 * sys/oss/gstosselement.c: (gst_osselement_reset),
16527 (gst_osselement_parse_caps):
16528 * sys/oss/gstosselement.h:
16529 * sys/oss/gstosssrc.c: (gst_osssrc_get):
16530 Fix offset on osssrc.
16532 2004-07-07 Wim Taymans <wim@fluendo.com>
16534 * ext/theora/theora.c: (plugin_init):
16535 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16536 (theora_dec_src_query), (theora_dec_chain):
16537 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16538 (theora_enc_sink_link), (theora_buffer_from_packet),
16539 (theora_push_packet), (theora_enc_chain):
16540 Fix theora granulepos calculation.
16541 Fix overflow in duration/position calculation.
16542 Bump rank to PRIMARY for theoradec.
16543 Use granulepos of last packet to calculate position.
16544 Set keyframe flag on buffers when needed.
16546 2004-07-06 David Schleef <ds@schleef.org>
16548 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
16549 serious? (Fixed, obviously.)
16551 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
16555 added Czech translation (Miloslav Trmac)
16557 2004-07-05 Wim Taymans <wim@fluendo.com>
16559 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16560 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16561 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16562 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16563 (close_link), (type_found), (gst_decode_bin_set_property),
16564 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16565 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16566 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16567 (gst_decode_bin_query), (plugin_init):
16568 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16569 (gst_play_bin_class_init), (gst_play_bin_init),
16570 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16571 (get_video_element), (new_pad), (setup_source),
16572 (gst_play_bin_set_property), (gst_play_bin_get_property),
16573 (gst_play_bin_change_state), (gst_play_bin_add_element),
16574 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16575 (gst_play_bin_send_event), (gst_play_bin_get_formats),
16576 (gst_play_bin_convert), (gst_play_bin_get_query_types),
16577 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16578 * gst/playback/test.c: (main):
16579 More fixes, cleaned up playbin, make it use decodebin. Added
16580 threaded property to playbin.
16582 2004-07-05 Wim Taymans <wim@fluendo.com>
16585 * gst/playback/Makefile.am:
16586 * gst/playback/decodetest.c: (main):
16587 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16588 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16589 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16590 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16591 (close_link), (type_found), (gst_decode_bin_set_property),
16592 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16593 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16594 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16595 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16597 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16598 (gst_play_bin_class_init), (gst_play_bin_init),
16599 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16600 (collect_sink_pads), (find_compatibles), (close_pad_link),
16601 (try_to_link_1), (new_pad), (close_link), (type_found),
16602 (setup_source), (gst_play_bin_set_property),
16603 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16604 (compare_ranks), (gst_play_bin_collect_factories),
16605 (gst_play_bin_change_state), (gst_play_bin_add_element),
16606 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16607 (gst_play_bin_send_event), (gst_play_bin_get_formats),
16608 (gst_play_bin_convert), (gst_play_bin_get_query_types),
16609 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16610 * gst/playback/test.c: (main):
16611 Added some playback helper elements and some test apps, very alpha
16614 2004-07-04 Benjamin Otte <otte@gnome.org>
16616 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16617 only restart audio when we indeed have an xrun to fix repeated
16618 xruns. Fix suggested by Giuliano Pochini.
16620 2004-07-03 David Schleef <ds@schleef.org>
16622 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16623 call to gst_debug_log() if debugging is disabled (bug #145118)
16625 2004-07-03 Benjamin Otte <otte@gnome.org>
16627 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16628 use our own functions for restarting the alsa device.
16629 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16630 I should apply patches myself - use MIN for the third argument, not
16631 the second, this fixes seeking
16633 2004-07-02 David Schleef <ds@schleef.org>
16635 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16636 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
16639 2004-07-02 David Schleef <ds@schleef.org>
16641 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
16642 output buffers. Fix logic mistake. (bug #144866)
16644 2004-07-02 David Schleef <ds@schleef.org>
16646 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
16647 on X. (bug #144753)
16649 2004-07-02 David Schleef <ds@schleef.org>
16651 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
16652 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
16654 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16655 (gst_osselement_rate_probe_check): Add another workaround for
16656 buggy drivers (bug #145336)
16658 2004-07-02 David Schleef <ds@schleef.org>
16660 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
16661 Most systems don't have MSG_NOSIGNAL.
16663 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
16666 * gst-libs/gst/colorbalance/Makefile.am:
16667 * gst-libs/gst/mixer/Makefile.am:
16668 * gst-libs/gst/play/Makefile.am:
16669 * gst-libs/gst/tuner/Makefile.am:
16670 (hopefully) fix both install and dist and make error message useful.
16671 needs testing across automakes.
16673 2004-07-02 Benjamin Otte <otte@gnome.org>
16675 * ext/ogg/gstogg.c: (plugin_init):
16676 we require bytestream now
16677 * ext/ogg/gstoggdemux.c:
16678 huge diff to implement chain setup in a fast and generic way. This
16679 improves tag reading and startup of huge files (read: Theora videos)
16680 quite a bit. It probably contains bugs, too, so please test.
16681 Seeking is not improved to the fast method.
16683 2004-06-29 Wim Taymans <wim@fluendo.com>
16685 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16686 * ext/ogg/gstoggmux.c:
16687 Fix memleak in oggdemux when running unconnected pads.
16688 doc update in mux, start working on keyframe mode.
16690 2004-06-29 Benjamin Otte <otte@gnome.org>
16692 * sys/oss/gstosssink.c:
16693 * sys/oss/gstosssrc.c:
16694 advertise correct template caps - we indeed do non-native endianness
16695 and 8bit audio has no endianness
16696 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16697 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16698 avoid (wrong) duplications in getcaps function and return
16701 2004-06-29 Wim Taymans <wim@fluendo.com>
16703 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16704 (gst_multifdsink_class_init), (gst_multifdsink_add),
16705 (gst_multifdsink_remove), (gst_multifdsink_clear),
16706 (gst_multifdsink_client_remove),
16707 (gst_multifdsink_handle_client_read),
16708 (gst_multifdsink_client_queue_data),
16709 (gst_multifdsink_client_queue_caps),
16710 (gst_multifdsink_client_queue_buffer),
16711 (gst_multifdsink_handle_client_write),
16712 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16713 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16714 (gst_multifdsink_init_send), (gst_multifdsink_close):
16715 Fix wrong GList iteration that could crash the server when
16716 more then 2 clients disconnect at the same time. Read all the
16717 pending commands in one batch to recover from command storms under
16720 2004-06-28 Wim Taymans <wim@fluendo.com>
16722 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16723 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16724 (gst_videomixer_pad_set_property),
16725 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16726 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16727 (gst_videomixer_class_init), (gst_videomixer_init),
16728 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16729 (pad_zorder_compare), (gst_videomixer_sort_pads),
16730 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16731 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16732 (gst_videomixer_update_queues), (gst_videomixer_loop),
16734 Avoid divide by zero, choose masterpad as the pad with the highest
16737 2004-06-27 Julien Moutte <julien@moutte.net>
16739 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16740 (gst_ximagesink_xwindow_new):
16741 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16742 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16743 function directly. We might want to call it from somewhere else one day.
16745 2004-06-27 Julien Moutte <julien@moutte.net>
16747 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16748 (gst_ximagesink_xwindow_new):
16749 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16750 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16751 window decorations.
16753 2004-06-27 Wim Taymans <wim@fluendo.com>
16755 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16756 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16757 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16758 (gst_dvdec_set_property), (gst_dvdec_get_property):
16759 * ext/dv/gstdvdec.h:
16760 Implement drop_factor property to lower the framerate with
16763 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
16765 * gst-libs/gst/colorbalance/Makefile.am:
16766 * gst-libs/gst/mixer/Makefile.am:
16767 * gst-libs/gst/play/Makefile.am:
16768 * gst-libs/gst/tuner/Makefile.am:
16769 unbreak Company's fix that didn't install the -enum.h files
16771 2004-06-27 Wim Taymans <wim@fluendo.com>
16773 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16774 (gst_dvdec_change_state):
16775 * ext/dv/gstdvdec.h:
16776 Fix timestamp, duration and offset of the buffers.
16778 2004-06-27 Wim Taymans <wim@fluendo.com>
16780 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16781 (gst_multifdsink_class_init), (gst_multifdsink_add),
16782 (gst_multifdsink_remove), (gst_multifdsink_clear),
16783 (gst_multifdsink_client_remove),
16784 (gst_multifdsink_handle_client_read),
16785 (gst_multifdsink_client_queue_data),
16786 (gst_multifdsink_client_queue_caps),
16787 (gst_multifdsink_client_queue_buffer),
16788 (gst_multifdsink_handle_client_write),
16789 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16790 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16791 (gst_multifdsink_init_send), (gst_multifdsink_close):
16792 * gst/tcp/gstmultifdsink.h:
16793 * gst/tcp/gsttcpserversink.c:
16794 (gst_tcpserversink_handle_server_read),
16795 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16796 More multifdsink fixes, more recovery policy fixes.
16797 Removed stupid g_print
16799 2004-06-26 Wim Taymans <wim@fluendo.com>
16801 * gst/tcp/Makefile.am:
16802 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16803 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16804 (gst_multifdsink_class_init), (gst_multifdsink_init),
16805 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16806 (gst_multifdsink_handle_client_read),
16807 (gst_multifdsink_client_queue_data),
16808 (gst_multifdsink_client_queue_caps),
16809 (gst_multifdsink_client_queue_buffer),
16810 (gst_multifdsink_handle_client_write),
16811 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16812 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16813 (gst_multifdsink_chain), (gst_multifdsink_set_property),
16814 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16815 (gst_multifdsink_close), (gst_multifdsink_change_state):
16816 * gst/tcp/gstmultifdsink.h:
16817 * gst/tcp/gsttcpplugin.c: (plugin_init):
16818 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16819 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16820 (gst_tcpserversink_handle_server_read),
16821 (gst_tcpserversink_handle_select),
16822 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16823 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16824 * gst/tcp/gsttcpserversink.h:
16825 Added multifdsink, made tcpserversink a subclass of fdsink, removed
16826 one of the locks, added recovery policy to multifdsink.
16828 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
16830 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16831 fix decision for when getting frames with same timestamp
16832 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16833 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16834 (gst_v4lsrc_get_property):
16835 * sys/v4l/gstv4lsrc.h:
16836 add latency offset property
16838 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
16840 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
16842 fix debugging. add category.
16844 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
16846 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16849 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
16851 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16852 (gst_alsa_src_get_time), (gst_alsa_src_loop),
16853 (gst_alsa_src_change_state):
16854 return a time that is in sync with the element's processing
16856 2004-06-25 Wim Taymans <wim@fluendo.com>
16858 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16859 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16860 (gst_tcpserversink_client_remove),
16861 (gst_tcpserversink_handle_client_read),
16862 (gst_tcpserversink_client_queue_data),
16863 (gst_tcpserversink_client_queue_caps),
16864 (gst_tcpserversink_client_queue_buffer),
16865 (gst_tcpserversink_handle_client_write),
16866 (gst_tcpserversink_queue_buffer),
16867 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
16868 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
16869 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
16870 (gst_tcpserversink_close):
16871 * gst/tcp/gsttcpserversink.h:
16872 Serversink rewrite. Really do non blocking writes to clients and
16873 maintain an internal queue to handle slower clients while not
16874 disturbing fast clients.
16876 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
16878 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16879 better debug, don't override OFFSET and OFFSET_END
16881 2004-06-25 Iain <iain@prettypeople.org>
16883 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
16884 name=source for the wavparse pipeline.
16886 2004-06-24 Johan Dahlin <johan@gnome.org>
16888 * ext/theora/theoraenc.c (theora_enc_chain): Call
16889 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
16890 streamheader caps are set correctly.
16892 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
16894 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16895 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
16896 respect minimum bitrate; same could be done for max bitrate
16898 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
16900 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16901 (gst_vorbisenc_setup):
16902 fix sample rate range
16904 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
16906 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
16907 (gst_oggvorbisenc_setup):
16908 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16909 (gst_vorbisenc_setup):
16910 resolve ambiguities in code and description
16912 2004-06-24 Wim Taymans <wim@fluendo.com>
16914 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
16915 * ext/alsa/gstalsa.h:
16916 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16917 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
16918 Use alsa trigger_tstamp to get the timestamp of the first
16919 sample in the buffer for more precise sync. Some cleanups.
16921 2004-06-24 Wim Taymans <wim@fluendo.com>
16923 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16924 (gst_audiorate_init), (gst_audiorate_chain),
16925 (gst_audiorate_set_property), (gst_audiorate_get_property):
16926 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16927 (gst_videorate_chain):
16928 Added some logging, fixed an overflow bug in videorate.
16930 2004-06-24 Benjamin Otte <otte@gnome.org>
16932 * ext/kio/Makefile.am:
16933 fix for builddir != srcdir and distcheck
16935 2004-06-24 Benjamin Otte <otte@gnome.org>
16937 * gst-libs/gst/colorbalance/Makefile.am:
16938 * gst-libs/gst/mixer/Makefile.am:
16939 * gst-libs/gst/play/Makefile.am:
16940 * gst-libs/gst/tuner/Makefile.am:
16941 * gst/tcp/Makefile.am:
16942 * sys/dxr3/Makefile.am:
16943 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16945 Also add all *.list files that were missing.
16947 add a distcheck hook to ensure the above doesn't happen again.
16949 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
16951 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16953 2004-06-23 Colin Walters <walters@redhat.com>
16955 * m4/Makefile.am: Distribute gst-fionread.m4.
16957 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
16959 * configure.ac: back to dev
16961 2004-06-23 Wim Taymans <wim@fluendo.com>
16963 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16964 (gst_alsa_xrun_recovery):
16965 * ext/alsa/gstalsa.h:
16966 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16967 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16968 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16969 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16970 (gst_alsa_src_loop):
16971 Add clock to alsasrc. Take new capture timestamp when
16972 restarting after an overrun. Split up some functions between
16973 alsasrc and alsasink.
16975 === release 0.8.2 ===
16977 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
16979 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16980 (gst_alsa_change_state), (gst_alsa_update_avail),
16981 (gst_alsa_xrun_recovery):
16982 * ext/alsa/gstalsa.h:
16983 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16984 merge back changes from release
16986 2004-06-23 Wim Taymans <wim@fluendo.com>
16988 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16989 (gst_audiorate_init), (gst_audiorate_chain),
16990 (gst_audiorate_set_property), (gst_audiorate_get_property):
16991 Implement sample dropping and notify
16993 2004-06-22 Wim Taymans <wim@fluendo.com>
16995 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16996 (theora_enc_sink_link), (theora_buffer_from_packet),
16997 (theora_push_packet), (theora_enc_chain):
16998 Some cleanups, make sure the timestamps are correct.
17000 2004-06-22 Wim Taymans <wim@fluendo.com>
17002 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17003 (gst_alsa_change_state), (gst_alsa_update_avail),
17004 (gst_alsa_xrun_recovery):
17005 * ext/alsa/gstalsa.h:
17006 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17007 Cleanups, take queued samples into account when reporting
17010 2004-06-22 Wim Taymans <wim@fluendo.com>
17012 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17013 (gst_videorate_init):
17014 Initialize the property as well.
17016 2004-06-22 Wim Taymans <wim@fluendo.com>
17018 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17019 (gst_videorate_init), (gst_videorate_chain),
17020 (gst_videorate_set_property), (gst_videorate_get_property):
17021 Add property to make videorate silent.
17022 Add property to prefer new frames over old ones.
17024 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17026 * sys/osxvideo/Makefile.am:
17027 Workaround so that the osxvideo .so file gets linked with the
17028 Cocoa, OpenGL and QuickTime frameworks
17030 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17032 * sys/osxaudio/Makefile.am:
17033 Workaround so that the osxaudio .so file gets linked with the
17034 CoreAudio framework
17036 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17039 Whoops, my fault...fixed build issues
17041 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17044 Add objective-c support if running in Darwin/Mac OS X
17047 * sys/osxvideo/Makefile.am:
17048 * sys/osxvideo/osxvideosink.h:
17049 * sys/osxvideo/osxvideosink.m:
17050 * sys/osxvideo/cocoawindow.h:
17051 * sys/osxvideo/cocoawindow.m:
17052 Add osxvideosink, a cocoa-based osx video sink
17055 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
17056 * ext/dvdnav/gst-dvd:
17057 Grab the gconf key from the right spot
17058 * gst/debug/gstnavseek.c: (gst_navseek_init),
17059 (gst_navseek_segseek), (gst_navseek_handle_src_event),
17060 (gst_navseek_chain):
17061 * gst/debug/gstnavseek.h:
17062 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17063 and loop parameters of a segment seek.
17064 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17065 (gst_videotestsrc_get_event_masks),
17066 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17067 * gst/videotestsrc/gstvideotestsrc.h:
17068 Add seeking support to videotestsrc
17069 Initialise the timestamp_offset variable.
17071 2004-06-18 Wim Taymans <wim@fluendo.com>
17073 * ext/sidplay/gstsiddec.cc:
17074 Fix negotiation and set correct end offset.
17076 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
17078 * configure.ac: branch and prerelease
17080 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
17082 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17083 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17084 (gst_tcpclientsrc_init_receive):
17085 * gst/tcp/gsttcpclientsrc.h:
17086 read caps when connecting to server for GDP so we set them correctly
17088 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
17090 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17091 notify drops and duplicates
17092 * gst/videoscale/videoscale.c: (videoscale_get_structure):
17093 no good reason to limit ourselves to 100x100
17095 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
17097 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17098 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17099 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17100 (gst_v4lsrc_get_property):
17101 * sys/v4l/gstv4lsrc.h:
17102 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17103 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17104 (gst_v4l_set_audio):
17105 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17106 (gst_v4lsrc_try_capture):
17107 * sys/v4l/v4lsrc_calls.h:
17108 change try_palette to more general try_capture
17109 add autoprobe option so we can turn off autoprobing
17112 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
17116 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17117 (gst_ximagesink_class_init):
17118 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17119 (gst_xvimagesink_class_init):
17120 run them as finalize, not dispose, since dispose can be invoked
17123 2004-06-17 Wim Taymans <wim@fluendo.com>
17125 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17126 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17127 * ext/alsa/gstalsa.h:
17128 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17129 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17130 (gst_alsa_src_change_state):
17131 * ext/alsa/gstalsasrc.h:
17132 Make the xrun code timestamp and offset the buffers correctly.
17133 moved the clock to the base class, use alsa methods to get time.
17134 Do correct timestamping on outgoing buffers.
17136 2004-06-17 Wim Taymans <wim@fluendo.com>
17138 * gst/audiorate/Makefile.am:
17139 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17140 (gst_audiorate_base_init), (gst_audiorate_class_init),
17141 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17142 (gst_audiorate_set_property), (gst_audiorate_get_property),
17143 (gst_audiorate_change_state), (plugin_init):
17144 Added an audiorate converter that fills in gaps.
17146 2004-06-17 Johan Dahlin <johan@gnome.org>
17148 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17150 2004-06-16 Wim Taymans <wim@fluendo.com>
17152 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17153 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17154 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17155 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17156 (gst_v4lsrc_get_property):
17157 * sys/v4l/gstv4lsrc.h:
17158 Added a copy mode to v4lsrc where it will output a copied version
17159 of its internal hardware buffer.
17160 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17163 2004-06-16 Wim Taymans <wim@fluendo.com>
17165 * sys/oss/gstosssrc.c: (gst_osssrc_get):
17168 2004-06-16 Wim Taymans <wim@fluendo.com>
17170 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17171 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17172 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17173 (gst_v4lsrc_get_property):
17174 * sys/v4l/gstv4lsrc.h:
17175 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17176 Added a sync mode enum property to control v4lsrc timestamp method
17177 Removed the use-fixed-fps property and moved functionality in
17179 Don't error on an error value from v4l-conf, it might not always
17182 2004-06-16 Wim Taymans <wim@fluendo.com>
17184 * gst/videorate/Makefile.am:
17185 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17186 (gst_videorate_base_init), (gst_videorate_class_init),
17187 (gst_videorate_getcaps), (gst_videorate_link),
17188 (gst_videorate_init), (gst_videorate_chain),
17189 (gst_videorate_set_property), (gst_videorate_get_property),
17190 (gst_videorate_change_state), (plugin_init):
17191 Added a video timestamp corrector.
17193 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17195 fixed a potential leak with previous commit
17197 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17199 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17201 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17202 Added missing refcount, fixes bug #144425
17203 Cheers Tim for finding the bug
17205 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
17207 * sys/v4l/gstv4l.c: (plugin_init):
17208 * sys/v4l/gstv4lcolorbalance.c:
17209 * sys/v4l/gstv4lcolorbalance.h:
17210 * sys/v4l/gstv4lelement.c:
17211 * sys/v4l/gstv4lelement.h:
17212 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17213 * sys/v4l/gstv4lmjpegsink.h:
17214 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17215 * sys/v4l/gstv4lmjpegsrc.h:
17216 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17217 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17218 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17219 * sys/v4l/gstv4lsrc.h:
17220 * sys/v4l/gstv4ltuner.c:
17221 * sys/v4l/gstv4ltuner.h:
17222 * sys/v4l/gstv4lxoverlay.c:
17223 * sys/v4l/gstv4lxoverlay.h:
17224 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17225 (gst_v4l_set_window), (gst_v4l_enable_overlay):
17226 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17227 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17228 (gst_v4l_set_audio):
17229 * sys/v4l/v4l_calls.h:
17230 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17231 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17232 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17233 (gst_v4lmjpegsink_playback_init),
17234 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17235 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17236 (gst_v4lmjpegsink_playback_stop),
17237 (gst_v4lmjpegsink_playback_deinit):
17238 * sys/v4l/v4lmjpegsink_calls.h:
17239 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17240 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17241 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17242 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17243 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17244 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17245 * sys/v4l/v4lmjpegsrc_calls.h:
17246 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17247 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17248 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17249 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17250 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17251 (gst_v4lsrc_try_palette):
17252 * sys/v4l/v4lsrc_calls.h:
17253 bunch of paranoia cleanups
17255 2004-06-14 David Schleef <ds@schleef.org>
17257 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17258 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17259 Send discont events and change timestamps appropriately when
17260 we get a seek event. (bug #144240)
17261 * ext/cdparanoia/gstcdparanoia.h:
17263 2004-06-14 Benjamin Otte <otte@gnome.org>
17265 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17266 snd_pcm_hw_params_set_rate since the latter fails for no good
17267 reason on some setups.
17269 2004-06-14 David Schleef <ds@schleef.org>
17271 * gst/volume/demo.c: (value_changed_callback): exp10() is not
17272 standard. Thank you for playing.
17274 2004-06-14 Wim Taymans <wim@fluendo.com>
17276 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17277 Patch 1.3 broke the ordering of the colorspace info and
17278 made the plugin basically work by coincidence, reordered
17281 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
17283 * ext/lame/gstlame.c:
17284 * ext/mad/gstmad.c:
17285 sync caps. Make sure mad can only output a list of rates, not
17286 a full range. In the future, have three caps lists for each of the
17287 mpeg versions. Change mpegversion to a double as well.
17289 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
17291 * gst/volume/.cvsignore:
17292 * gst/volume/Makefile.am:
17293 * gst/volume/demo.c: (value_changed_callback), (idler),
17294 (setup_gui), (main):
17295 added small demo app
17297 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
17298 * ext/esd/esdsink.c: (gst_esdsink_change_state):
17299 * ext/esd/esdsink.h:
17300 Close the esd connection on pause, because esd will just wait -
17301 blocking all other esd clients indefinitely.
17303 2004-06-12 Christophe Fergeau <teuf@gnome.org>
17305 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17306 previous commit with GST_DEBUG
17308 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
17311 add a header check for a dvdread header in dvdnav. Fixes #133002
17313 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17315 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17316 * gst/tcp/gsttcpclientsink.h:
17317 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17318 * gst/tcp/gsttcpclientsrc.h:
17319 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17320 (gst_tcpserversink_handle_server_read),
17321 (gst_tcpserversink_init_send):
17322 * gst/tcp/gsttcpserversink.h:
17323 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17324 * gst/tcp/gsttcpserversrc.h:
17325 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17328 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17331 Added ogg library so that OSX detects libtheora properly
17333 2004-06-11 Wim Taymans <wim@fluendo.com>
17335 * ext/theora/theoradec.c: (theora_dec_chain),
17336 (theora_dec_change_state):
17337 Don't try to decode frames before we received a keyframe.
17339 2004-06-11 Wim Taymans <wim@fluendo.com>
17341 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17342 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17343 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17344 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17345 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17346 Added property to set the maximum delay of a page.
17348 2004-06-10 Wim Taymans <wim@fluendo.com>
17350 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17351 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17352 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17353 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17354 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17355 Added max-delay property to control the maximum amount
17356 of data to put in one page.
17358 2004-06-10 Wim Taymans <wim@fluendo.com>
17360 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17361 (gst_theora_enc_init), (theora_enc_sink_link),
17362 (theora_buffer_from_packet), (theora_enc_set_property),
17363 (theora_enc_get_property):
17364 Set duration on encoded buffer, added some more properties
17366 2004-06-10 Wim Taymans <wim@fluendo.com>
17368 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17369 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17370 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17371 * ext/theora/theoraenc.c: (theora_enc_chain):
17372 Fix refcounting bugs
17374 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
17376 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17377 (gst_asf_demux_loop), (gst_asf_demux_process_file),
17378 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17379 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17380 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17381 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17382 (gst_asf_demux_change_state):
17383 * gst/asfdemux/gstasfdemux.h:
17384 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17385 feels like. I think we should set a new requirement for demuxers
17386 from now on to implement sane loop functions, data loops, query
17387 and seek functions before first commit into CVS. And this commit
17388 fixes all of the above.
17390 2004-06-10 Christophe Fergeau <teuf@gnome.org>
17392 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17393 vorbis comments are properly encoded in UTF-8 before adding them
17396 2004-06-09 Benjamin Otte <otte@gnome.org>
17398 * ext/alsa/gstalsa.c: (add_channels):
17399 handle min <= max correctly
17400 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17401 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17402 add fixation functions so we fixate correctly. No preferring of alaw
17403 anymore because it's the first structure.
17404 * ext/alsa/gstalsa.h:
17405 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17406 (gst_alsa_hw_params_dump):
17407 add functions to ease debugging in alsalib
17408 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17409 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17410 (gst_alsa_start_audio):
17411 only specify hw params if we really setup a format (fixes #134007 -
17412 or at least works around it)
17414 2004-06-09 Wim Taymans <wim@fluendo.com>
17416 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17417 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17418 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17419 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17420 (gst_ogg_mux_loop):
17421 Use stream caps to setup the initial pages in the ogg stream.
17422 Correctly set the streamheader caps on the srcpad.
17424 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
17426 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17427 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17428 (gst_v4lsrc_getcaps):
17429 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17430 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17431 add querying of fps lists for webcams. Negotiating to a framerate
17434 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
17436 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17437 (theora_push_buffer), (theora_push_packet),
17438 (theora_set_header_on_caps), (theora_enc_chain):
17439 mark buffers and put on streamheader, raw theora streaming
17440 now works too, whee
17442 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
17444 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17445 (gst_tcp_gdp_read_caps):
17446 do a looping read for caps and GDP headers too
17448 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
17450 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17451 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17452 return EOS instead of NULL in _get
17454 2004-06-08 Wim Taymans <wim@fluendo.com>
17456 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17457 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17458 (gst_tcp_gdp_write_caps):
17459 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17460 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17461 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17464 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
17466 * ext/vorbis/Makefile.am:
17467 * ext/vorbis/vorbis.c: (plugin_init):
17468 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17469 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17470 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17471 (vorbis_parse_change_state):
17472 * ext/vorbis/vorbisparse.h:
17473 adding a vorbisparse element that marks the buffers, streaming
17474 raw vorbis using GDP now works, whee
17476 2004-06-08 Wim Taymans <wim@fluendo.com>
17478 * ext/jpeg/Makefile.am:
17480 * ext/jpeg/gstjpeg.c: (plugin_init):
17481 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17482 (gst_smokedec_base_init), (gst_smokedec_class_init),
17483 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17484 * ext/jpeg/gstsmokedec.h:
17485 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17486 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17487 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17488 (gst_smokeenc_resync), (gst_smokeenc_chain),
17489 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17490 * ext/jpeg/gstsmokeenc.h:
17491 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17492 (smokecodec_flush_destination), (smokecodec_term_destination),
17493 (smokecodec_init_source), (smokecodec_fill_input_buffer),
17494 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17495 (smokecodec_term_source), (smokecodec_encode_new),
17496 (smokecodec_decode_new), (smokecodec_info_free),
17497 (smokecodec_set_quality), (smokecodec_get_quality),
17498 (smokecodec_set_threshold), (smokecodec_get_threshold),
17499 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17500 (find_best_size), (abs_diff), (put), (smokecodec_encode),
17501 (smokecodec_parse_header), (smokecodec_decode):
17502 * ext/jpeg/smokecodec.h:
17503 Added a new simple jpeg based codec
17505 2004-06-08 Wim Taymans <wim@fluendo.com>
17507 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17508 (gst_multipart_mux_loop):
17511 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
17513 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17514 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17515 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17516 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17517 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17518 * gst/tcp/gsttcpserversink.h:
17519 take streamheader into account
17521 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
17523 * gst/level/Makefile.am:
17524 * gst/level/gstlevel.c: (gst_level_class_init):
17525 clean up marshal generation
17527 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
17529 * gst/tcp/Makefile.am:
17530 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17531 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17532 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17533 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17534 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17535 (gst_tcpclientsrc_get_property):
17536 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17537 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17538 (gst_tcpserversink_handle_client_read),
17539 (gst_tcpserversink_handle_client_write),
17540 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17541 * gst/tcp/gsttcpserversink.h:
17542 add signals client-added and client-removed
17543 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17544 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17545 (gst_tcpserversrc_get_property):
17546 uniformized, change default protocol to NONE
17547 * gst/tcp/gsttcp-marshal.list: added
17548 2004-06-07 Benjamin Otte <otte@gnome.org>
17550 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17551 handle discont events if they happen before caps nego
17553 2004-06-07 Wim Taymans <wim@fluendo.com>
17555 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17556 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17557 (gst_multipart_demux_plugin_init):
17558 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17559 (gst_multipart_mux_init), (gst_multipart_mux_loop),
17560 (gst_multipart_mux_change_state):
17561 Small updates, fix a memleak
17563 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17565 * configure.ac: OSS portability
17566 * ext/arts/gst_arts.c: idem
17567 * sys/oss/gstosselement.c: idem
17568 * sys/oss/gstossmixer.c: idem
17569 * sys/oss/gstosssink.c: idem
17570 * sys/oss/gstosssrc.c: idem
17571 * sys/oss/oss_probe.c: idem
17572 - check for soundcard.h in different places for some BSD
17574 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
17577 Add me to the authors file
17579 Increase the libdv requirement to >= version 0.100
17580 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17581 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17582 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17583 * ext/dv/gstdvdec.h:
17584 Add support for the new_media flag when sending DISCONT events
17585 Make the querying work when video pad is not linked
17587 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
17589 reviewed by Benjamin Otte <otte@gnome.org>
17591 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17592 create a NULL-initialized array of pads, so we don't think they
17593 exist already. (fixes #143130)
17595 2004-06-07 Benjamin Otte <otte@gnome.org>
17597 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17598 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17599 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17600 don't use // coments
17602 2004-06-07 Benjamin Otte <otte@gnome.org>
17604 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17605 cast to GstClockTime to get higher granularity
17606 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17607 use gst_element_set_time_delay to get the exact time
17608 * ext/mad/gstmad.c: (gst_mad_chain):
17609 use the negotiated rate instead of the current frame's rate which
17610 might be wrong because of bit errors. This avoids emitting totally
17611 bogus timestamps and screwing sync.
17614 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
17616 reviewed by Benjamin Otte <otte@gnome.org>
17618 * gst/adder/gstadder.c: (gst_adder_loop):
17619 properly error out when no negotiation has happened yet. (fixes
17622 2004-06-06 Benjamin Otte <otte@gnome.org>
17624 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17625 forward correctly transformed offset in discont events. Based on
17626 patch by Arwed v. Merkatz. (fixes #142851)
17628 2004-06-06 David Schleef <ds@schleef.org>
17630 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17631 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
17632 problems on several systems.
17634 2004-06-06 Benjamin Otte <otte@gnome.org>
17636 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17637 use explicit caps on the srcpad
17638 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17639 properly error out if caps couldn't be set (fixes #142764)
17641 2004-06-06 Benjamin Otte <otte@gnome.org>
17643 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17644 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17645 (gst_alsa_start_audio):
17646 - don't call set_periods_integer anymore, it breaks the
17647 configuration randomly
17648 - call snd_pcm_hw_params_set_access directly instead of using masks
17649 - don't fail if the sw_params can't be set, just use the default
17650 params and hope it works. Alsalib has weird issues when you touch
17651 sw_params and does no proper error reporting about what failed.
17652 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17653 (gst_alsa_close_audio):
17654 make our alsa debugging go via gst debugging and not conditionally
17656 * ext/alsa/gstalsa.h:
17657 add ALSA_DEBUG_FLUSH macro
17658 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
17660 wrap alsa errors to be printed via the gst debugging system and not
17663 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
17665 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17666 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
17667 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
17668 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
17669 (qtdemux_parse_trak):
17670 * gst/qtdemux/qtdemux.h:
17671 Bitch. Also known as seeking, querying & co.
17672 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17673 (gst_osssink_change_state):
17674 * sys/oss/gstosssink.h:
17675 Resyncing is for weenies, this hack is no longer needed and was
17676 broken anyway (since it - unintendedly - always leaves resync to
17679 2004-06-05 Andrew Turner <zxombie@hotpop.com>
17681 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17682 * gst/tcp/gsttcpclientsrc.h: idem
17683 - define MSG_NOSIGNAL if not done
17684 - include unistd.h for off_t
17687 2004-06-05 Benjamin Otte <otte@gnome.org>
17690 * ext/kio/Makefile.am:
17691 check for qt's moc preprocessor explicitly and use it
17693 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17695 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17696 don't get a signal for EPIPE on socket writes
17697 (somebody check if this works on other platforms)
17699 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
17701 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17702 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17703 check error condition on available samples correctly
17705 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
17707 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17709 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17710 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17711 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17712 (gst_tcpserversrc_gdp_read_header):
17713 use ssize_t over size_t since the former is signed and thus the
17714 check for error codes can work
17716 2004-06-02 Wim Taymans <wim@fluendo.com>
17720 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17721 (gst_multipart_mux_loop):
17724 2004-06-02 Wim Taymans <wim@fluendo.com>
17726 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17727 (gst_multipart_mux_init), (gst_multipart_mux_loop),
17728 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17729 (gst_multipart_mux_change_state):
17730 Added configurable boundary specifier, added the value as a
17731 caps field as well.
17733 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17735 * gst/tcp/gsttcp.c:
17736 * gst/tcp/gsttcpclientsrc.c:
17737 * gst/tcp/gsttcpclientsrc.h:
17738 * gst/tcp/gsttcpserversrc.c:
17739 - portability fix, to compile on OSX
17742 * sys/osxaudio/gstosxaudioelement.c:
17743 * sys/osxaudio/gstosxaudiosink.c:
17744 * sys/osxaudio/gstosxaudiosrc.c:
17745 - compilation warnings on OSX
17748 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17750 * ext/vorbis/vorbisdec.c : sign warning fixes
17752 * gst-libs/gst/mixer/mixertrack.c :
17753 do no use defines which are glib 2.4 specific
17755 2004-06-01 Christophe Fergeau <teuf@gnome.org>
17757 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17758 buffer since libflac doesn't expect it (reports a sync error when
17759 it encounters that)
17762 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
17764 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17765 * gst-libs/gst/mixer/mixertrack.c:
17766 (gst_mixer_track_get_property), (get_mixer_track_init),
17767 (get_mixer_track_get_property): Added property accessors
17768 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17769 * gst-libs/gst/mixer/mixeroptions.c:
17770 (gst_mixer_options_get_values): Added
17771 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17772 * gst-libs/gst/mixer/mixer.c: Fixed comment
17775 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17777 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17778 improve error messages on open
17781 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
17783 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17784 check if v4l-conf is in path
17786 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
17788 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17789 change assert to a more readable error message
17791 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17793 * gst-libs/gst/tuner/tunerchannel.h:
17794 - add a freq_multiplicator field to make the conversion
17795 between internal frequency unit and Hz
17796 * sys/v4l/gstv4lelement.c:
17797 * sys/v4l2/gstv4l2element.c:
17798 - change default video device to /dev/video0
17799 * sys/v4l/v4l_calls.c:
17800 * sys/v4l2/v4l2_calls.c:
17801 - we only expose frequency to the user in Hz instead of
17802 bastard v4lX unit (either 62.5kHz or 62.5Hz)
17804 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
17805 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17806 Initialise b_o_s and e_o_s variables
17807 * gst-libs/gst/riff/riff-media.c:
17808 (gst_riff_create_video_caps_with_data):
17809 Add some unusual fourcc's from mplayer avi's
17810 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17811 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17814 2004-05-28 Wim Taymans <wim@fluendo.com>
17817 * gst/alpha/Makefile.am:
17818 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17819 (gst_alpha_get_type), (gst_alpha_base_init),
17820 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17821 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17822 (gst_alpha_chroma_key), (gst_alpha_chain),
17823 (gst_alpha_change_state), (plugin_init):
17824 A plugin to add an alpha channel to I420 video. Can optionally do
17826 * gst/multipart/Makefile.am:
17827 * gst/multipart/multipart.c: (plugin_init):
17828 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17829 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17830 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
17831 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17832 (gst_multipart_demux_change_state),
17833 (gst_multipart_demux_plugin_init):
17834 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
17835 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
17836 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
17837 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
17838 (gst_multipart_mux_pad_unlink),
17839 (gst_multipart_mux_request_new_pad),
17840 (gst_multipart_mux_handle_src_event),
17841 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
17842 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
17843 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17844 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
17845 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
17846 send multipart jpeg images to a browser.
17847 * gst/videobox/Makefile.am:
17848 * gst/videobox/README:
17849 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17850 (gst_video_box_get_type), (gst_video_box_base_init),
17851 (gst_video_box_class_init), (gst_video_box_init),
17852 (gst_video_box_set_property), (gst_video_box_get_property),
17853 (gst_video_box_sink_link), (gst_video_box_i420),
17854 (gst_video_box_ayuv), (gst_video_box_chain),
17855 (gst_video_box_change_state), (plugin_init):
17856 Crops or adds borders around an image. can do alpha channel
17858 * gst/videomixer/Makefile.am:
17859 * gst/videomixer/README:
17860 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17861 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
17862 (gst_videomixer_pad_get_sink_event_masks),
17863 (gst_videomixer_pad_get_property),
17864 (gst_videomixer_pad_set_property),
17865 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
17866 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
17867 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17868 (gst_videomixer_base_init), (gst_videomixer_class_init),
17869 (gst_videomixer_init), (gst_videomixer_request_new_pad),
17870 (gst_videomixer_handle_src_event),
17871 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
17872 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17873 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17874 (gst_videomixer_loop), (gst_videomixer_get_property),
17875 (gst_videomixer_set_property), (gst_videomixer_change_state),
17877 Generic video mixer plugin, can handle multiple inputs all with
17878 different framerates and video sizes. Is fully alpha channel
17881 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
17883 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17884 Select first track as master track. Not sure how else to handle
17886 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
17887 Discard discont events. Should fix #142962.
17889 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
17891 * ext/alsa/Makefile.am:
17892 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
17893 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
17894 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17895 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17896 (gst_alsa_mixer_get_option):
17897 * ext/alsa/gstalsamixer.h:
17898 * ext/alsa/gstalsamixeroptions.c:
17899 (gst_alsa_mixer_options_get_type),
17900 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
17901 (gst_alsa_mixer_options_new):
17902 * ext/alsa/gstalsamixeroptions.h:
17903 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17904 * ext/alsa/gstalsamixertrack.h:
17905 Add enumerations (as GstMixerOptions). Make correct distinction
17906 between input/output tracks. Add capture/playback private flag.
17907 Use flag to decide on whether to set capture or playback volumes
17908 or switches. Use playback and record switches.
17909 * gst-libs/gst/mixer/Makefile.am:
17910 * gst-libs/gst/mixer/mixer-marshal.list:
17911 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
17912 (gst_mixer_set_option), (gst_mixer_get_option),
17913 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
17914 (gst_mixer_volume_changed), (gst_mixer_option_changed):
17915 * gst-libs/gst/mixer/mixer.h:
17916 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
17917 (gst_mixer_options_class_init), (gst_mixer_options_init),
17918 (gst_mixer_options_dispose):
17919 * gst-libs/gst/mixer/mixeroptions.h:
17920 Add GstMixerOptions.
17921 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17922 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17923 broken device detection on computers with multiple OSS sound
17926 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
17928 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17929 fixate nicely even when the peer is not negotiating
17931 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
17933 * gst/audioconvert/gstaudioconvert.c:
17934 (gst_audio_convert_parse_caps):
17935 make sure we don't allow depth > width
17936 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17937 fixate endianness to G_BYTE_ORDER as default
17938 * gst/audioscale/gstaudioscale.c:
17939 we don't handle another endianness as host-endianness
17941 2004-05-25 David Schleef <ds@schleef.org>
17943 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
17945 2004-05-24 Benjamin Otte <otte@gnome.org>
17947 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17948 (gst_oggvorbisenc_setup):
17949 properly fail when we can't setup the vorbis encoder due to
17950 unsupported settings
17951 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17952 (gst_vorbisenc_setup):
17954 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17955 fix case where warnings occured when one pad was unlinked while the
17956 other's link function was called
17958 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
17960 * gst/tcp/Makefile.am:
17963 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
17965 * gst-libs/gst/resample/private.h:
17966 don't use optimizations that are #if 0'ed
17968 2004-05-24 Wim Taymans <wim@fluendo.com>
17970 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17971 Fix potential division by zero error and hopefully get
17972 the position query right to get correct timestamps on avi
17975 2004-05-24 Wim Taymans <wim@fluendo.com>
17977 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17978 (gst_videoscale_scale_nearest_str2),
17979 (gst_videoscale_scale_nearest_str4),
17980 (gst_videoscale_scale_nearest_32bit),
17981 (gst_videoscale_scale_nearest_24bit),
17982 (gst_videoscale_scale_nearest_16bit):
17983 Fix the scaling algorithm and avoid a buffer overflow.
17984 removed the while loop in the scaling function as it
17985 was used for point sampling only.
17987 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
17989 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17990 (gst_id3_tag_class_init), (gst_id3_tag_init),
17991 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17992 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17993 (gst_id3_tag_send_tag_event):
17994 lots of fixes to make id3mux work and id3demux work correctly
17996 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17999 add rules to build shout2send (was removed by accident
18000 when this module was no more marked experimental/broken)
18002 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18004 * ext/shout2/gstshout2.c:
18005 * ext/shout2/gstshout2.h:
18006 adding a "connection problem" signal to shout2send
18009 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
18011 * ext/kio/kioreceiver.cpp:
18012 * ext/kio/kioreceiver.h:
18013 fix sign comparison issues
18015 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18017 * gst/cdxaparse/gstcdxaparse.c:
18018 * gst/cdxaparse/gstcdxaparse.h:
18020 add some checks/sanity
18021 prepare for seek addition
18023 * sys/sunaudio/gstsunaudio.c:
18024 remove exported dupe init function
18026 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
18028 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18029 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18030 Fix format conversion and position querying.
18031 * gst/debug/progressreport.c: (gst_progressreport_report):
18032 Don't output a bogus total value that we didn't query.
18033 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18034 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18035 only a blank window after xine has been used.
18037 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18040 sync with upstream version to fix test on FC2
18041 readd with -ko to preserve Id header
18043 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18046 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18047 * gst/tcp/gsttcpclientsrc.c: idem
18048 * gst/tcp/gsttcpserversink.c: idem
18049 * gst/tcp/gsttcpserversrc.c: idem
18050 * m4/gst-fionread.m4: idem
18052 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18054 * configure.ac: enable speex plugin for speex 1.1.5+
18055 * ext/speex/gstspeexenc.c: fix cast warning
18057 * ext/esd/README: fix typo
18059 2004-05-20 David Schleef <ds@schleef.org>
18061 * configure.ac: Minor cosmetic change to convince the buildbot to
18063 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18064 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18065 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18066 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18067 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18068 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18069 More hacking. Plays audio now.
18071 2004-05-20 David Schleef <ds@schleef.org>
18076 2004-05-20 David Schleef <ds@schleef.org>
18078 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
18079 * sys/osxaudio/gstosxaudio.c:
18080 * sys/osxaudio/gstosxaudioelement.c:
18081 * sys/osxaudio/gstosxaudioelement.h:
18082 * sys/osxaudio/gstosxaudiosink.c:
18083 * sys/osxaudio/gstosxaudiosink.h:
18084 * sys/osxaudio/gstosxaudiosrc.c:
18085 * sys/osxaudio/gstosxaudiosrc.h:
18087 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
18089 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18090 (gst_vorbisenc_chain):
18091 put the codec headers on the caps as streamheader as well as
18094 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
18096 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18097 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18098 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18099 split up push_packet into two functions
18101 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
18103 * gst/tcp/.cvsignore:
18105 * gst/tcp/Makefile.am:
18107 * gst/tcp/gsttcp.c:
18108 * gst/tcp/gsttcp.h:
18109 * gst/tcp/gsttcpclientsink.c:
18110 * gst/tcp/gsttcpclientsink.h:
18111 * gst/tcp/gsttcpclientsrc.c:
18112 * gst/tcp/gsttcpclientsrc.h:
18113 * gst/tcp/gsttcpplugin.c:
18114 * gst/tcp/gsttcpserversink.c:
18115 * gst/tcp/gsttcpserversink.h:
18116 * gst/tcp/gsttcpserversrc.c:
18117 * gst/tcp/gsttcpserversrc.h:
18118 add new tcp elements
18120 2004-05-19 Wim Taymans <wim@fluendo.com>
18122 * gst/law/mulaw-conversion.c: (mulaw_encode):
18123 Fix overflow bug in ulaw encoding.
18125 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
18127 * ext/mad/gstmad.c: (gst_mad_handle_event):
18128 don't unref the event twice
18130 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
18133 remove -Wno-sign-compare
18135 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
18138 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18139 if you want to work against glib 2.2 and 2.4
18141 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
18143 * gst/tcp/Makefile.am:
18144 * gst/tcp/gsttcp.c:
18145 * gst/tcp/gsttcp.h:
18146 * gst/tcp/gsttcpsink.h:
18147 * gst/tcp/gsttcpsrc.h:
18148 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18150 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
18152 * gst/debug/tests.c: (md5_get_value):
18153 fix segfault on gst-inspect
18155 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
18157 * gst/debug/testplugin.c:
18158 * gst/debug/tests.c:
18159 * gst/debug/tests.h:
18160 add new extensible and configurable testing element. Current tests
18161 include buffer count, stream length, timestamp/duration matching and
18163 * gst/debug/Makefile.am:
18164 * gst/debug/gstdebug.c: (plugin_init):
18165 add infrastructure for new element
18167 2004-05-19 Johan Dahlin <johan@gnome.org>
18169 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18170 ending of the array. Fixes gst-inspect segfault on ppc.
18172 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18174 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18176 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18178 2004-05-18 David Schleef <ds@schleef.org>
18180 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18181 warnings (bugs, actually) noticed by gcc but not forte.
18183 2004-05-18 David Schleef <ds@schleef.org>
18185 * sys/sunaudio/Makefile.am:
18186 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18188 2004-05-18 David Schleef <ds@schleef.org>
18190 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18191 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
18192 to allow qtdemux to use non-seekable streams. (bug #142272)
18194 2004-05-18 David Schleef <ds@schleef.org>
18196 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18197 (gst_resample_sinc_ft_float): Remove use of static temporary
18198 buffer. This code was obviously not supposed to last long, but
18199 it's stuck in our ABI, so it required a little hack to make it
18200 ABI-compatible. Fixes #142585.
18201 * gst-libs/gst/resample/resample.h: same.
18203 2004-05-18 David Schleef <ds@schleef.org>
18205 * configure.ac: Add sunaudio
18206 * examples/Makefile.am: make gstplay depend on gconf
18207 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18208 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18209 (convert_table_lookup), (img_convert): remove c99-isms
18210 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18211 unsigned, to fix a warning on Solaris
18212 * gst/mpeg1sys/systems.c: bcopy->memcpy
18213 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18214 * sys/Makefile.am: Add sunaudio
18216 2004-05-18 Wim Taymans <wim@fluendo.com>
18218 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18219 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18220 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18221 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18222 (gst_ogg_mux_loop):
18223 Fix an ugly memleak where the muxer didn't flush enough ogg
18224 pages. This also resulted in badly muxed ogg files.
18226 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18228 * gst/asfdemux/asfheaders.c :
18229 * gst/asfdemux/asfheaders.h :
18230 * gst/asfdemux/gstasfdemux.c :
18231 - fix ASF_OBJ_PADDING guid
18232 - add 3 new object guids (language list, metadata,
18233 extended stream properties)
18234 - add a function to parse extended header objects
18236 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
18238 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18239 remove leftover debugging g_print
18241 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
18243 * ext/mad/gstmad.c: (gst_mad_handle_event):
18244 Fix for when the first format in a discont event is not a
18245 byte-based one. Should fix #137710.
18247 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18249 * m4/a52.m4 : fix compilation with -Wall -Werror
18250 * m4/libfame.m4 : idem
18251 * m4/libmikmod.m4 : idem
18253 2004-05-17 Benjamin Otte <otte@gnome.org>
18255 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18256 signal the new tags before giving up the reference
18258 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18260 * ext/shout2/gstshout2.c:
18261 use application/ogg instead of application/x-ogg (patch by Patrick
18262 Guimond, fixes #142432)
18263 * sys/oss/gstosselement.c: (gst_osselement_reset),
18264 (gst_osselement_sync_parms):
18265 don't set fragment size unless specified (fixes #142493)
18267 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18269 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18272 2004-05-17 Benjamin Otte <otte@gnome.org>
18274 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18275 compute offsets correctly for internal buffers so timestamps are set
18276 correctly when we can't seek. Also handle cases where there are no
18277 offsets. (based on a patch by David Moore, fixes #142507)
18279 2004-05-17 Benjamin Otte <otte@gnome.org>
18281 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18282 use correct variable when determining amount of data to skip so we
18283 don't skip into the void and segfault
18285 2004-05-16 Benjamin Otte <otte@gnome.org>
18287 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18290 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18292 * gst/asfdemux/gstasfdemux.c:
18293 - fix a mem leak and always propagate tags
18294 - add WMV3 to known video codecs (but no decoder yet)
18295 - replace "surplus data" at end of audio header for what
18296 it is : codec specific data
18299 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
18301 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18303 * gst-libs/gst/audio/audioclock.c:
18304 Fix wrong return type (#142205).
18306 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
18308 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18309 Ignore CRCs by default (fixes #142566).
18311 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
18313 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18314 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18315 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18316 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18317 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18318 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18319 Fix for cases where we fail to attach to a mixer.
18321 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
18323 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18324 Don't touch events after not owning them anymore.
18325 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18326 (gst_wavparse_fmt), (gst_wavparse_other),
18327 (gst_wavparse_handle_seek), (gst_wavparse_loop),
18328 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18329 (gst_wavparse_srcpad_event):
18330 * gst/wavparse/gstwavparse.h:
18331 Add seeking, fix querying.
18333 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18335 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18336 - process comments even if they don't end with \0\0
18337 g_convert would ignore them if present and works well without them
18339 2004-05-16 Benjamin Otte <otte@gnome.org>
18341 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18344 2004-05-16 Benjamin Otte <otte@gnome.org>
18346 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18347 don't write to memory we might not write to - g_convert does that
18348 for us anyway (fixes #142613)
18349 (gst_asf_demux_audio_caps):
18350 comment out gst_util_dump_mem
18352 2004-05-16 Benjamin Otte <otte@gnome.org>
18354 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18355 compute correct expected timestamps after seek (broken since
18357 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18358 rename element and debugging category to gdkpixbufscale
18360 2004-05-16 Benjamin Otte <otte@gnome.org>
18362 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18363 add error checking to snd_pcm_delay and remove duplicate call to
18364 snd_pcm_delay that caused issues (see inline code comments)
18365 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18366 make more readable and fix return value when snd_pcm_delay fails
18369 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
18370 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18371 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18372 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18373 (gst_pixbufscale_link), (gst_pixbufscale_init),
18374 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18375 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18376 (gst_pixbufscale_get_property), (pixbufscale_init):
18377 * ext/gdk_pixbuf/pixbufscale.h:
18378 Add these files I forgot earlier
18380 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
18381 * ext/gdk_pixbuf/Makefile.am:
18382 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18383 * ext/gdk_pixbuf/gstgdkpixbuf.h:
18384 Add new pixbufscale element to scale RGB video
18385 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18386 and HYPER interpolation correctly.
18387 * ext/theora/theoraenc.c: (theora_enc_chain),
18388 Discard buffer and return if explicit caps could not be set
18389 (theora_enc_get_property):
18390 Make _get return kbps for the bitrate consistent with
18394 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
18396 * ext/libvisual/visual.c: (gst_visual_chain):
18397 add missing visual_audio_analyze
18399 2004-05-14 David Schleef <ds@schleef.org>
18401 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18402 is killed while we're playing.
18403 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18404 gst_element_no_more_pads().
18406 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18408 * gst-libs/gst/riff/riff-read.c :
18409 - fix INFO tag extraction in RIFF/AVI files
18410 because gst_event_unref (event) also freed taglist
18413 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18415 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18416 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18418 * gst/auparse/gstauparse.c :
18419 - add code (commented for now) to support audio/x-adpcm on src pad
18420 (we have no decoder for those layout yet)
18422 * gst/cdxaparse/gstcdxaparse.c :
18423 * gst/cdxaparse/gstcdxaparse.h :
18424 - partial rewrite using RiffRead (ripped iain's wavparse code)
18426 * gst/rtp/gstrtpL16enc.c : typo
18427 * gst/rtp/gstrtpgsmenc.c : typo
18429 2004-05-13 Benjamin Otte <otte@gnome.org>
18432 check for exact version of libvisual, it's not supposed to be
18435 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
18437 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18438 signal no-more-pads
18440 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
18442 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18443 Report which format was used for GST_FORMAT_DEFAULT
18444 * gst/debug/Makefile.am:
18445 * gst/debug/gstdebug.c: (plugin_init):
18446 * gst/debug/progressreport.c: (gst_progressreport_base_init),
18447 (gst_progressreport_class_init), (gst_progressreport_init),
18448 (gst_progressreport_report), (gst_progressreport_set_property),
18449 (gst_progressreport_get_property), (gst_progressreport_chain),
18450 (gst_progressreport_plugin_init):
18451 Add progressreport element for testing.
18453 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
18455 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18456 * sys/v4l/gstv4lsrc.h:
18457 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18458 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18459 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18460 (gst_v4lsrc_grab_frame):
18462 send a discont at start
18464 2004-05-12 Colin Walters <walters@redhat.com>
18466 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18467 inflooping if we can't find a chunk. Or in other words, don't blow
18468 chunks if we don't have a chunk to blow.
18470 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
18471 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18472 Remove old debug output
18473 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18474 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18475 (gst_dvdec_set_property), (gst_dvdec_get_property):
18476 Change the quality setting to an enum, so it works from gst-launch
18477 Don't renegotiate a non-linked pad. Allows audio only decoding.
18478 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18479 (gst_deinterlace_link), (gst_deinterlace_init):
18480 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18481 (gst_videodrop_link):
18482 Some caps negotiation fixes
18484 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18486 * ext/tarkin/gsttarkin.c :
18487 - Change RANK from NONE to PRIMARY
18488 * ext/gdk_pixbuf/gstgdkpixbuf.c :
18489 - Change RANK from NONE to MARGINAL
18490 * ext/divx/gstdivxenc.c :
18491 - Change RANK from PRIMARY to NONE (encoder/spider issue)
18493 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
18495 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18496 (gst_vorbisenc_push_packet):
18497 copy a function that was added between 1.0 and 1.0.1 until we
18498 depend on worthwhile features of post-1.0
18500 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
18503 enable shout2 by default
18504 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18505 (gst_shout2send_base_init), (gst_shout2send_init),
18506 (gst_shout2send_connect), (gst_shout2send_change_state):
18507 * ext/shout2/gstshout2.h:
18508 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18510 * ext/theora/theora.c: (plugin_init):
18511 don't set rank on encoders
18513 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
18515 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18516 Use codec_data property instead of flag1 and flag2 for wma
18518 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18520 * gst/cdxaparse/gstcdxaparse.c :
18521 - Add mpegversion to CAPS to make it link
18522 - Rank is as GST_RANK_SECONDARY instead of NONE
18523 * gst/auparse/gstauparse.c :
18524 - Document all audio encoding we can encounter from Solaris 9
18525 headers and libsndfile information.
18526 - Increase max. rate from 48000 to 192000 (to match other elements)
18527 - Don't try to play junk data between header and samples
18529 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
18531 * ext/libvisual/visual.c: (gst_visual_getcaps):
18532 use the right caps depending on endianness (I hope)
18533 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18534 use GST_RANK_NONE for all non-decoding elements or spider gets
18537 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
18539 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18540 Fix some odd cases and fix BE metadata parsing of unicode16 text.
18542 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
18544 * gst/switch/gstswitch.c: (gst_switch_release_pad),
18545 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18546 (gst_switch_loop), (gst_switch_get_type):
18547 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18548 HEADERS. Had to be said.
18550 2004-05-10 David Schleef <ds@schleef.org>
18552 * configure.ac: Add prototype Dirac support.
18554 * ext/dirac/Makefile.am:
18555 * ext/dirac/gstdirac.cc:
18556 * ext/dirac/gstdiracdec.cc:
18558 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
18560 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18561 (gst_auparse_init), (gst_auparse_chain),
18562 (gst_auparse_change_state):
18563 Hack around spider. Remove me some day please.
18565 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
18567 * gst/auparse/gstauparse.c: (gst_auparse_chain):
18568 Fix for some uninitialized variables in previous patch, also
18569 makes it work. Fixes #142286 while we're at it.
18571 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18573 * gst/auparse/gstauparse.c:
18574 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18575 only unsupported formats are ADPCM/CCITT G.72x
18577 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18579 2004-05-10 Wim Taymans <wim@fluendo.com>
18581 * ext/vorbis/Makefile.am:
18582 * ext/vorbis/README:
18583 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18584 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18585 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18586 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18587 (gst_oggvorbisenc_convert_sink),
18588 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18589 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18590 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18591 (get_constraints_string), (update_start_message),
18592 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18593 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18594 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18595 * ext/vorbis/oggvorbisenc.h:
18596 * ext/vorbis/vorbis.c: (plugin_init):
18597 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18598 (raw_caps_factory), (gst_vorbisenc_class_init),
18599 (gst_vorbisenc_init), (gst_vorbisenc_setup),
18600 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18601 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18602 * ext/vorbis/vorbisenc.h:
18603 Added a raw vorbis encoder to be used with the oggmuxer.
18604 We still need the old encoder for some gnome applications,
18605 read the README to find out how that works.
18606 The raw encoder is called "rawvorbisenc" until 0.9.
18608 2004-05-10 Wim Taymans <wim@fluendo.com>
18610 * ext/ogg/gstogg.c: (plugin_init):
18611 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18613 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18614 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18615 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18616 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18617 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18618 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18619 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18620 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18621 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18622 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18623 Added an ogg muxer.
18624 Small typo fixes in the demuxer.
18626 2004-05-10 Wim Taymans <wim@fluendo.com>
18628 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18629 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18630 (theora_enc_change_state), (theora_enc_set_property),
18631 (theora_enc_get_property):
18632 Mark the last packet with an EOS flag which is not really needed
18634 Do some better video framerate initialisation.
18635 Update the buffer timestamp.
18637 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
18639 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18640 Return the result of the parent state change call
18642 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18644 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
18645 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
18646 * gst/law/alaw-encode.c : (idem)
18647 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
18648 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
18649 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
18651 2004-05-09 Benjamin Otte <otte@gnome.org>
18653 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18654 don't use a fixed buffer size when writing variable length data to
18655 it. Fixes memory corruption and makes alsasrc work
18657 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
18659 * ext/gnomevfs/gstgnomevfssink.c:
18660 (_gst_boolean_allow_overwrite_accumulator),
18661 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
18662 Run glib's default signal handler (??) in RUN_CLEANUP rather than
18663 RUN_LAST, and don't use that to set the accumulator value because
18664 then it's always FALSE.
18666 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
18668 * gst-libs/gst/riff/riff-media.c:
18669 (gst_riff_create_video_caps_with_data),
18670 (gst_riff_create_audio_caps),
18671 (gst_riff_create_audio_template_caps):
18672 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18673 Fix for unaligned RIFF files (i.e. where all the chunks together
18674 in a LIST chunk are not of the same size as the size given in
18675 the LIST chunk header). Fixes several odd WAVE files. Also fix
18676 ADPCM (block_align property) in audio, so that wavparse based
18677 on this works now as it used to stand-alone.
18679 2004-05-09 Edward Hervey <bilboed@bilboed.com>
18681 reviewed by Benjamin Otte <otte@gnome.org>
18683 * ext/a52dec/gsta52dec.c:
18684 * ext/divx/gstdivxdec.c:
18685 * ext/divx/gstdivxenc.c:
18686 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18687 * ext/faac/gstfaac.c: (gst_faac_base_init):
18688 * ext/faad/gstfaad.c: (gst_faad_base_init):
18689 * ext/ivorbis/vorbisfile.c:
18690 * ext/lame/gstlame.c:
18691 * ext/libfame/gstlibfame.c:
18692 * ext/mpeg2enc/gstmpeg2enc.cc:
18693 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18694 * ext/sidplay/gstsiddec.cc:
18695 * ext/speex/gstspeexdec.c:
18696 * ext/speex/gstspeexenc.c:
18697 * ext/xvid/gstxviddec.c:
18698 * ext/xvid/gstxvidenc.c:
18699 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18702 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
18704 * ext/alsa/gstalsa.c: (device_list),
18705 (gst_alsa_class_probe_devices):
18706 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18707 Fix alsa oddness in mixer after the combination of using mixer
18708 in source/sink elements and using hw:x,y instead of just hw:x.
18710 2004-05-09 Benjamin Otte <otte@gnome.org>
18712 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
18713 (gst_wavparse_create_sourcepad):
18714 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
18717 2004-05-09 Benjamin Otte <otte@gnome.org>
18719 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18720 allow discont events before caps nego
18722 2004-05-08 Benjamin Otte <otte@gnome.org>
18724 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18727 2004-05-08 Benjamin Otte <otte@gnome.org>
18729 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18730 (gst_level_change_state), (gst_level_init):
18731 * gst/level/gstlevel.h:
18732 figure out if we're initialized directly instead of keeping a
18733 variable that's wrong in 90% of cases
18734 don't initialize pads and then leak them and use a new unitialized
18735 pad. (fixes #142084)
18736 these were bugs so n00bish I didn't find them for an hour :/
18738 2004-05-08 Iain <iain@prettypeople.org>
18740 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18741 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18742 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18743 return the length that was read.
18744 (gst_riff_read_strf_auds): Allow fmt tags as well.
18746 2004-05-07 David Schleef <ds@schleef.org>
18748 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18749 signed char assumption in faad.h.
18751 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
18753 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18754 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18756 2004-05-07 Colin Walters <walters@redhat.com>
18758 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18759 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18761 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18762 Add dispose function.
18764 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
18765 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18766 Fix caps nego and pad templates. RGB mode caps should
18768 * ext/dvdnav/gst-dvd:
18769 Move mpeg2dec inside the thread because otherwise the
18770 queue rejects cap changes mid-stream
18771 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18772 (gst_mpeg2dec_flush_decoder):
18773 For mpeg2dec > 0.4.0, call the flush function instead of
18774 manually extracting all in-flight frames.
18775 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18776 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18777 Change mime type video/dv go video/x-dv to match the
18778 rest of gst-plugins
18780 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
18782 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18783 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18784 (gst_alsa_sink_class_init):
18785 * ext/alsa/gstalsasink.h:
18786 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18787 (gst_alsa_src_class_init):
18788 * ext/alsa/gstalsasrc.h:
18789 Make alsasink/src a subclass of alsamixer so that mixer stuff
18790 shows up in gst-rec. Needs some finetuning.
18792 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
18794 * ext/lame/gstlame.c: (gst_lame_chain):
18796 * ext/mad/gstmad.c: (gst_mad_handle_event):
18798 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18799 be able to detect mp3 files < 4096 bytes
18801 2004-05-06 Wim Taymans <wim@fluendo.com>
18803 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18804 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18805 (theora_enc_set_property), (theora_enc_get_property):
18806 Also encode the first frame, cleanup some code.
18808 2004-05-06 Wim Taymans <wim@fluendo.com>
18810 * ext/mpeg2enc/gstmpeg2enc.cc:
18811 Forward events first before deciding that negotiation was
18814 2004-05-06 Wim Taymans <wim@fluendo.com>
18816 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18817 First process the events before deciding that negotiation
18820 2004-05-06 Wim Taymans <wim@fluendo.com>
18822 * ext/theora/Makefile.am:
18823 * ext/theora/theora.c: (plugin_init):
18824 * ext/theora/theoradec.c: (theora_dec_change_state):
18825 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
18826 (gst_theora_enc_class_init), (gst_theora_enc_init),
18827 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
18828 (theora_enc_chain), (theora_enc_change_state),
18829 (theora_enc_set_property), (theora_enc_get_property):
18830 Added a theora encoder, grouped the encoder and decoder into the
18833 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
18835 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18836 (gst_jpegenc_chain):
18837 fix DURATION on outgoing buffers
18838 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18839 debug using time formats
18840 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18841 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18842 (gst_xvimagesink_sink_link):
18843 windows with width/height 0 generate X errors, so don't allow them
18845 2004-05-05 Wim Taymans <wim@fluendo.com>
18847 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
18848 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
18849 (gst_mpeg2dec_negotiate_format):
18850 * ext/mpeg2dec/gstmpeg2dec.h:
18851 removed the static pad template so that we can add the
18852 more accurate framerate value to the caps.
18855 2004-05-04 Benjamin Otte <otte@gnome.org>
18858 check for kdemacros.h, too (should fix #141821)
18859 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18860 don't crash if no header was sent, but nicely error out (fixes part
18863 2004-05-04 Wim Taymans <wim@fluendo.com>
18865 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
18866 parent dispose function to avoid segfault on destroy.
18868 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
18870 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18872 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18873 (gst_xvimagesink_sink_link):
18874 clean up debugging caps
18875 also recreate xvimage when format has changed
18877 2004-05-04 Benjamin Otte <otte@gnome.org>
18879 * ext/libvisual/Makefile.am:
18880 * ext/libvisual/visual.c: (gst_visual_class_init),
18881 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
18882 (gst_visual_srclink), (gst_visual_chain),
18883 (gst_visual_change_state), (plugin_init):
18884 use a GstAdapter to correctly adapt buffer sizes - allows using a
18887 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
18889 * sys/v4l/gstv4lelement.h:
18890 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18891 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
18892 (gst_v4lsrc_buffer_free):
18893 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
18894 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18895 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
18896 (gst_v4lsrc_requeue_frame):
18897 move some debugging categories around
18898 query for fps index and set accordingly if found
18900 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18902 * ext/lame/gstlame.c:
18903 correct defaults that lame_init puts out of range
18905 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
18907 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
18908 (gst_divxenc_class_init):
18909 fix range since -1 is the default
18910 * gst/mpeg1sys/gstmpeg1systemencode.c:
18911 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
18912 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
18913 (gst_rtjpegdec_chain):
18914 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
18915 (gst_rtjpegenc_chain):
18916 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
18917 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
18918 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
18919 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
18920 * sys/v4l/gstv4lsrc.c:
18921 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18922 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18923 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18924 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18925 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18926 remove gst_info calls
18928 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
18937 Updated translations
18939 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
18941 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18942 refactor/comment code
18944 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
18946 * gst/asfdemux/Makefile.am:
18947 * gst/asfdemux/asfheaders.c:
18948 * gst/asfdemux/asfheaders.h:
18949 * gst/asfdemux/gstasf.c: (plugin_init):
18950 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18951 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18952 (gst_asf_demux_setup_pad):
18953 * gst/asfdemux/gstasfdemux.h:
18954 * gst/asfdemux/gstasfmux.c:
18955 * gst/asfdemux/gstasfmux.h:
18956 Add tagging support to demuxer, split out registration in its own
18957 file instead of in demux (hacky), and prevent having some tables
18958 in our memory multiple times (in asfheaders.h).
18960 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
18962 * gst/matroska/matroska-demux.c:
18963 (gst_matroska_demux_parse_metadata):
18964 * gst/matroska/matroska-ids.h:
18965 Basic tag reading support.
18967 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
18969 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18970 Really detect ac-3 audio.
18971 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18972 really detect matroska files (off-by-1).
18974 2004-04-30 David Schleef <ds@schleef.org>
18976 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18977 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18978 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18979 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18980 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18981 hackage -- parse a lot more atoms, extract a few tags. One might even
18982 mistake this for tag support. Maybe it is.
18983 * gst/qtdemux/qtdemux.h:
18985 2004-04-30 Colin Walters <walters@verbum.org>
18987 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18989 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
18991 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18992 (gst_ffmpegcolorspace_getcaps):
18993 remove broken nego fix
18995 2004-04-30 Benjamin Otte <otte@gnome.org>
18999 * ext/libvisual/Makefile.am:
19000 * ext/libvisual/visual.c:
19001 add initial support for libvisual (http://libvisual.sourceforge.net)
19002 libvisual is still quite alpha, so expect crashes in there :)
19004 2004-04-29 David Schleef <ds@schleef.org>
19006 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19007 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19008 up qtdemux to make it spit out codec_data. Do _not_ look at this
19009 code; you will no longer respect me.
19011 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19013 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19014 * ext/alsa/gstalsa.h :
19015 change alsa pcm device discovery to find more than 1 device
19016 per card. code review by Ronald.
19018 2004-04-29 David Schleef <ds@schleef.org>
19020 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19021 Add a check for a driver bug on FreeBSD. (bug #140565)
19023 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
19025 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19026 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19027 (gst_jpegenc_getcaps):
19028 move format setting to inner loop
19029 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19030 (gst_ffmpegcolorspace_getcaps):
19031 use GST_PAD_CAPS if available so that we use already negotiated
19033 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19034 (qtdemux_parse_moov), (qtdemux_parse):
19036 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19037 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19038 move hardcoded path to DEFINE
19040 2004-04-28 David Schleef <ds@schleef.org>
19042 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
19045 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
19047 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19048 Don't probe for playback device if we're a source element. Fixes
19051 2004-04-29 Benjamin Otte <otte@gnome.org>
19053 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19054 (gst_id3_tag_chain):
19055 rewrite buffer offset
19057 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
19061 * ext/dts/Makefile.am:
19062 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19063 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19064 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19065 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19066 (gst_dtsdec_loop), (gst_dtsdec_change_state),
19067 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19069 * ext/dts/gstdtsdec.h:
19071 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19072 (gst_faad_srcconnect):
19073 Add ESDS atom handling (.m4a).
19075 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
19077 * ext/divx/gstdivxdec.c: (plugin_init):
19078 Remove comment that makes no sense.
19079 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19080 Fix for obvious typo that resulted in warnings during gst-register.
19081 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19082 (gst_xviddec_sink_link):
19083 Fix caps negotiation a bit better.
19084 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19085 We call this 'codec_data', not 'esds'.
19087 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
19089 * gst/monoscope/gstmonoscope.c:
19090 make sure we only provide 256x128
19091 * gst/monoscope/monoscope.c: (monoscope_init):
19092 assert size of 256x128
19094 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
19097 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19098 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19099 fixate to max width and height of device
19101 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
19104 * sys/v4l/gstv4l.c:
19105 * sys/v4l/gstv4lsrc.c:
19106 * sys/v4l/v4l_calls.c:
19107 * sys/v4l/v4lsrc_calls.c:
19108 fix for qc-usb driver which fakes having more than one buffer
19109 by handing the same buffer twice, which confused GStreamer's/v4lsrc
19110 buffer_free override
19113 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
19116 * gst/videotestsrc/gstvideotestsrc.c:
19117 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19118 (gst_videotestsrc_init), (gst_videotestsrc_get),
19119 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19120 * gst/videotestsrc/gstvideotestsrc.h:
19121 add num-buffers property
19123 2004-04-26 Benjamin Otte <otte@gnome.org>
19125 * ext/mad/gstid3tag.c: (plugin_init):
19126 set id3mux rank to NONE so it doesn't confuse spider
19127 require audio/mpeg,mpegversion=1 in id3mux
19129 2004-04-26 Benjamin Otte <otte@gnome.org>
19132 detect faad correctly as non-working if it's indeed non-working
19134 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
19137 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19138 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19139 fix _getcaps so it only negotiates to its supported format
19141 2004-04-25 Benjamin Otte <otte@gnome.org>
19143 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19146 2004-04-23 Benjamin Otte <otte@gnome.org>
19148 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19149 audio/x-raw-int with height rules! not. Now it's depth.
19151 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
19153 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19154 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19155 (gst_wavparse_loop):
19156 Missing variable initialization. Add handling of DVI ADPCM. Fix
19157 mis-parsing of LIST chunks. This works around a bug where we mis-
19158 parse non-aligning LIST chunks (so LIST chunks where the contents
19159 don't align with the actual LIST size). The correct fix is to use
19160 rifflib, I'm not going to fix wavparse - too much work. All this
19163 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19165 reviewed by Benjamin Otte <otte@gnome.org>
19167 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19168 fix shoutcast not working (fixes #140844)
19170 2004-04-22 Benjamin Otte <otte@gnome.org>
19172 * ext/hermes/gsthermescolorspace.c:
19173 (gst_hermes_colorspace_caps_remove_format_info):
19174 * gst/colorspace/gstcolorspace.c:
19175 (gst_colorspace_caps_remove_format_info):
19176 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19177 (gst_ffmpegcolorspace_caps_remove_format_info):
19178 s/gst_caps_simplify/gst_caps_do_simplify/
19180 2004-04-22 Benjamin Otte <otte@gnome.org>
19182 * gst-libs/gst/riff/riff-media.c:
19183 (gst_riff_create_video_caps_with_data):
19184 mpegversion is an int
19185 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19186 don't try to create pad templates with NULL caps, use any caps
19189 2004-04-20 David Schleef <ds@schleef.org>
19191 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19192 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
19195 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
19197 reviewed by David Schleef
19199 * ext/mad/gstid3tag.c: Add stdlib.h
19200 * gst/rtp/gstrtpgsmenc.c: same
19201 * gst/tags/gstid3tag.c: same
19202 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19203 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19204 GST_DISABLE_LOADSAVE use.
19205 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19206 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19207 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19209 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19210 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19212 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19213 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19215 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19218 2004-04-20 David Schleef <ds@schleef.org>
19220 * gst/realmedia/rmdemux.c: This was supposed to part of the
19221 last checkin. Same idea.
19223 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
19225 reviewed by David Schleef
19227 * configure.ac: bump required gstreamer version to 0.8.1.1
19228 because of following changes [--ds]
19230 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
19231 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19232 (gst_riff_read_header): Use GST_READ_UINT*
19233 macros to access possibly unaligned memory.
19235 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19236 (mp3_type_find): Use GST_READ_UINT*
19237 macros to access possibly unaligned memory.
19238 (mp3_type_find, mpeg1_parse_header, qt_type_find)
19239 (speex_type_find): Likewise
19241 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19243 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19244 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19245 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19246 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19247 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19248 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
19249 macros to access possibly unaligned memory.
19251 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19254 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19255 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19257 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19260 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19261 (gst_mpeg2subt_chain_subtitle): Likewise.
19263 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19264 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19267 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19270 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19273 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19276 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
19279 update required version of GStreamer because of GST_TIME_FORMAT
19281 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
19283 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19284 remove leftover g_print
19285 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19286 don't try setting only a subset of the caps. We don't want to kill
19287 autoplugging on purpose
19289 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
19291 * sys/ximage/ximagesink.c: (plugin_init):
19292 * sys/xvimage/xvimagesink.c: (plugin_init):
19293 add debugging categories
19295 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
19299 Adding en_GB translation (Gareth Owen)
19301 2004-04-20 David Schleef <ds@schleef.org>
19303 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19304 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19305 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19306 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19307 A number of new features and hacks to extract the esds atom and
19308 put it into the caps. (bug #137724)
19310 2004-04-19 David Schleef <ds@schleef.org>
19312 * gconf/Makefile.am: Fix for non-GNU make
19313 * gst-libs/gst/Makefile.am: Change directory order to handle
19314 GstPlay linking with gstinterfaces
19315 * gst-libs/gst/audio/make_filter: make use of tr portable
19316 * gst-libs/gst/play/Makefile.am: Add intended \
19317 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19318 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19319 function prototype instead of void *.
19320 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19322 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19323 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19324 * gst/videofilter/make_filter: make use of tr portable
19325 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19327 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
19331 Added Ukrainian translation (Maxim V. Dziumanenko)
19333 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
19335 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19336 (gst_gsmdec_link), (gst_gsmdec_chain):
19337 Fix capsnego, simplify chain function slightly.
19338 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19341 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
19343 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19344 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19345 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19346 Hack to make wavparse work with spider (always -> sometimes pad).
19347 Fixes #135862 && #140411.
19349 2004-04-18 Benjamin Otte <otte@gnome.org>
19351 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19352 (gst_osselement_rate_probe_check),
19353 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19354 get rid of \n in debug output
19356 2004-04-17 Iain <iain@prettypeople.org>
19358 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19361 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
19363 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19364 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19365 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19366 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19367 (gst_id3_tag_src_link), (gst_id3_tag_chain),
19368 (gst_id3_tag_change_state), (plugin_init):
19369 deprecate id3tag element and replace with id3demux/id3mux.
19370 great side effect: this ugly file is now even uglier, yay!
19371 * ext/mad/gstmad.h:
19372 remove non-available function
19373 update for new get_type
19375 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
19378 require mpeg2dec >= 0.4.0
19380 2004-04-17 Benjamin Otte <otte@gnome.org>
19382 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19383 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19384 (gst_xvimagesink_set_xwindow_id):
19385 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19386 assorted cleanup fixes.
19388 2004-04-16 David Schleef <ds@schleef.org>
19390 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19391 * sys/xvimage/xvimagesink.h: same
19393 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
19395 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19396 Fix GST_ELEMENT_ERROR with (NULL)
19398 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
19400 * gst-libs/gst/riff/riff-media.c:
19401 (gst_riff_create_video_caps_with_data):
19402 Add div[3456] as fourccs for DivX 3 (fixes #140137).
19404 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
19406 * gst-libs/gst/riff/riff-media.c:
19407 (gst_riff_create_video_caps_with_data),
19408 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19409 (gst_riff_create_video_template_caps),
19410 (gst_riff_create_audio_template_caps):
19411 * gst-libs/gst/riff/riff-media.h:
19412 * gst-libs/gst/riff/riff-read.c:
19413 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19414 * gst-libs/gst/riff/riff-read.h:
19415 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19416 Add MS RLE support. I added some functions to read out strf chunks
19417 into strf chunks and the data behind it. This is usually color
19418 palettes (as in RLE, but also in 8-bit RGB). Also use those during
19419 caps creation. Lastly, add ADPCM (similar to wavparse - which
19420 should eventually be rifflib based).
19421 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19422 (gst_matroska_demux_init), (gst_matroska_demux_reset):
19423 * gst/matroska/matroska-demux.h:
19424 Remove placeholders for some prehistoric tagging system. Didn't add
19425 support for any tag system really anyway.
19426 * gst/qtdemux/qtdemux.c:
19427 Add support for audio/x-m4a (MPEG-4) through spider.
19428 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19429 (gst_wavparse_loop):
19430 ADPCM support (#135862). Increase max. buffer size because we
19431 cannot split buffers for ADPCM (screws references) and I've seen
19432 files with 2048 byte chunks. 4096 seems safe for now.
19434 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
19436 * configure.ac: bump nano to 1
19438 === release 0.8.1 ===
19440 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
19442 * configure.ac: releasing 0.8.1, "Comforting Sounds"
19444 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
19446 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19447 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19450 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
19452 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19453 lower rank of dvddemux so that it's not used for mpeg playback.
19455 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
19458 save libs correctly when checking mad
19460 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
19462 * ext/mad/gstid3tag.c: (plugin_init):
19463 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
19465 2004-04-13 David Schleef <ds@schleef.org>
19467 * common/m4/gst-feature.m4: Call -config scripts with
19468 --plugin-libs if it is supported.
19469 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19470 JPEG images are image/jpeg.
19471 * gst/debug/Makefile.am:
19472 * gst/debug/negotiation.c: (gst_negotiation_class_init),
19473 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19474 (gst_negotiation_update_caps), (gst_negotiation_get_property),
19475 (gst_negotiation_plugin_init): Add a property that acts like
19477 * testsuite/gst-lint: Move license checking to be a standard
19480 2004-04-13 David Schleef <ds@schleef.org>
19482 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19483 patch from Sebastien Cote (bug #139958)
19485 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
19487 * examples/gstplay/Makefile.am:
19488 * examples/gstplay/player.c: (main):
19489 make the commandline player example use gconf settings
19491 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
19493 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19494 (gst_cacasink_sinkconnect), (gst_cacasink_init),
19495 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19496 init/end library during state transition, not object
19497 creation/disposal. get rid of custom dispose handler.
19500 2004-04-12 Christian Schaller <Uraeus@gnome.org>
19502 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19505 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
19507 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19508 Handle JUNK chunks inside data section. Prevents warnings.
19510 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
19512 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19513 (gst_riff_create_video_template_caps):
19515 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19516 (gst_avi_demux_stream_data):
19517 Add support for "rec-list" chunks.
19519 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
19521 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19522 Fix another codecname mismatch.
19524 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
19526 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19527 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19528 so that MJPEG plays back.
19530 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
19532 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19533 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19534 * gst/mpeg1videoparse/gstmp1videoparse.h:
19535 Fix for some slight mis-cuts in buffer parsing, and for some
19536 potential overflows or faults-causers. Adds disconts. Also fixes
19537 #139105 while we're at it.
19539 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
19542 * sys/v4l2/gstv4l2element.h:
19543 Workaround for missing struct v4l2_buffer declaration in Suse 9
19544 and Mandrake 10 linux/videodev2.h header file (#135919).
19546 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
19548 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19549 Bail out if no filename was given.
19551 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
19553 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19554 (gst_v4l2_fourcc_from_structure):
19555 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19558 2004-04-09 Benjamin Otte <otte@gnome.org>
19560 * ext/gnomevfs/gstgnomevfssink.c:
19561 (_gst_boolean_allow_overwrite_accumulator),
19562 (gst_gnomevfssink_class_init):
19563 fix erase signal - if any handler returns false the file will not be
19564 overwritten. If no handler is connected, the file will not be
19565 overwritten either.
19566 renamed signal to "allow-overwrite"
19567 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19568 free string when adding it to ID3 failed
19569 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19570 unref event when done
19571 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19573 * gst/typefind/gsttypefindfunctions.c:
19574 (mpeg_video_stream_type_find):
19577 2004-04-08 David Schleef <ds@schleef.org>
19579 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19580 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19582 2004-04-08 David Schleef <ds@schleef.org>
19584 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19585 we don't support (bug #139532)
19587 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
19589 * ext/mad/gstmad.c: (gst_mad_handle_event),
19590 (gst_mad_check_caps_reset), (gst_mad_chain),
19591 (gst_mad_change_state):
19592 only set explicit caps if they haven't been set before for
19593 this stream. MPEG-audio sample rate/channels aren't allowed
19594 to change in-stream.
19597 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
19599 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19600 (_gst_boolean_did_something_accumulator),
19601 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19602 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19603 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19604 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19605 (gst_gnomevfssink_change_state):
19606 Fix erase signal. Don't erase by default. Remove handoff signal.
19607 Remove erase property. Don't segfault. General cleanup.
19609 2004-04-07 Benjamin Otte <otte@gnome.org>
19611 * gst-libs/gst/gconf/test-gconf.c: (main):
19612 add missing gst_init
19614 2004-04-07 Benjamin Otte <otte@gnome.org>
19616 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19617 free the mutexes, too
19619 2004-04-07 Benjamin Otte <otte@gnome.org>
19621 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19622 actually free the URI string
19623 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19624 compute offset correctly when passing discont events
19625 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19626 don't leak discont events
19627 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19628 add some missing breaks so caps aren't copied randomly
19629 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19630 if we realloc memory, we better use it
19632 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
19634 * ext/mad/gstmad.c: (normal_seek):
19635 fix GST_FORMAT_TIME usage
19637 2004-04-05 David Schleef <ds@schleef.org>
19639 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
19640 a deprecated function (hack!)
19642 2004-04-05 Benjamin Otte <otte@gnome.org>
19644 * ext/esd/esdmon.c: (gst_esdmon_get):
19645 fix nonterminated vararg and memleak
19647 2004-04-05 Benjamin Otte <otte@gnome.org>
19649 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
19650 (gst_ladspa_init), (gst_ladspa_force_src_caps),
19651 (gst_ladspa_set_property), (gst_ladspa_get_property),
19652 (gst_ladspa_instantiate), (gst_ladspa_activate),
19653 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
19656 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
19658 reviewed by Benjamin Otte <otte@gnome.org>
19660 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
19661 check for broken LADSPA parameters (fixes #138635)
19663 2004-04-05 Benjamin Otte <otte@gnome.org>
19665 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
19666 advertise buffer-frames correctly on sinkpads
19668 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
19670 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
19671 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
19672 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19673 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19674 (gst_mad_check_caps_reset), (gst_mad_chain):
19675 add more debugging, only reset caps when we're not in error state
19677 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
19679 * ext/mad/gstmad.c: add debugging category, comment + cleanups
19681 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
19683 reviewed by Benjamin Otte <otte@gnome.org>
19686 fix == in test(1) operator
19688 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
19690 reviewed by Benjamin Otte <otte@gnome.org>
19693 fix --export-symblos-regex to a working regex.
19695 2004-04-04 Benjamin Otte <otte@gnome.org>
19697 * sys/oss/.cvsignore:
19700 2004-04-03 Tim-Phillip M??ller <t.i.m@zen.co.uk>
19702 reviewed by Benjamin Otte <otte@gnome.org>
19704 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19705 add missing 'new_media' argument (fixes #138168)
19706 * gst/matroska/matroska-demux.c:
19707 (gst_matroska_demux_handle_seek_event):
19708 add vararg terminator (fixes #138169)
19710 2004-04-02 David Schleef <ds@schleef.org>
19712 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
19713 disted (bug #138914)
19715 2004-04-01 Benjamin Otte <otte@gnome.org>
19717 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19718 (gst_alsa_close_audio):
19719 handle case better where a soundcard can't pause
19720 * ext/ogg/gstoggdemux.c:
19721 don't crash when we get events but don't have pads yet
19723 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
19725 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19726 throw an error if we couldn't probe any caps.
19728 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
19730 * ext/dvdnav/gst-dvd:
19731 Add a really simple sample DVD player
19733 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
19735 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19736 (gst_a52dec_push), (gst_a52dec_handle_event),
19737 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19738 (gst_a52dec_change_state):
19739 * ext/a52dec/gsta52dec.h:
19740 Use a debug category, Output timestamps correctly
19741 Emit tag info, Handle events, tell liba52dec about cpu
19742 capabilities so it can use MMX etc.
19743 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19744 Fix a crasher accessing invalid memory
19745 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19746 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19747 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19748 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19750 Some support for byte-format seeking.
19751 Small fixes for still frames and menu button overlays
19752 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19753 (gst_mpeg2dec_alloc_buffer):
19754 Use a debug category. Adjust the report level of several items to
19755 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19756 so it doesn't lose the GstBuffer pointer
19757 * gst/debug/Makefile.am:
19758 * gst/debug/gstdebug.c: (plugin_init):
19759 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19760 (gst_navseek_base_init), (gst_navseek_class_init),
19761 (gst_navseek_init), (gst_navseek_seek),
19762 (gst_navseek_handle_src_event), (gst_navseek_set_property),
19763 (gst_navseek_get_property), (gst_navseek_chain),
19764 (gst_navseek_plugin_init):
19765 * gst/debug/gstnavseek.h:
19766 Add the navseek debug element for seeking back and forth in a
19767 video stream using arrow keys.
19768 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19769 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19770 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19771 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19772 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19773 (gst_mpeg2subt_parse_header), (gst_get_nibble),
19774 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19775 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19776 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19777 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19778 * gst/mpeg2sub/gstmpeg2subt.h:
19779 Pretty much a complete rewrite. Now a loopbased element. May still
19780 require work to properly synchronise subtitle buffers.
19781 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19782 (gst_dvd_demux_send_subbuffer):
19783 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19784 Don't attempt to create subbuffers of size 0
19785 Reduce a couple of error outputs to warnings.
19786 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19787 (gst_y4mencode_chain):
19788 Output the y4m frame header correctly.
19790 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
19792 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19793 throw errors instead of allowing SIGFPE
19795 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
19797 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19798 (gst_gconf_render_bin_from_key):
19799 leak plugging and style fixing
19801 2004-03-31 David Schleef <ds@schleef.org>
19803 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19804 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19806 * gst/debug/Makefile.am:
19807 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19808 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
19810 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19811 (gst_negotiation_base_init), (gst_negotiation_class_init),
19812 (gst_negotiation_init), (gst_negotiation_getcaps),
19813 (gst_negotiation_pad_link), (gst_negotiation_chain),
19814 (gst_negotiation_set_property), (gst_negotiation_get_property),
19815 (gst_negotiation_plugin_init): New element to talk about random
19816 negotiation things happening in a pipeline.
19818 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
19820 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19821 fix integer addition with help of Stefan Kost
19823 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
19825 * po/nl.po: updated Dutch translation (Elros Cyriatan)
19827 2004-03-30 David Schleef <ds@schleef.org>
19829 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
19830 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
19831 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
19833 * ext/mpeg2dec/gstmpeg2dec.h:
19835 2004-03-30 David Schleef <ds@schleef.org>
19837 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
19839 2004-03-30 David Schleef <ds@schleef.org>
19841 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
19842 Michael Petullo) to handle .mov
19844 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
19846 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
19847 (gst_osselement_rate_check_rate):
19848 probe caps correctly for sound cards that only support one format
19850 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
19852 * ext/kio/kiosrc.cpp: (process_events):
19853 update handling event processing if inside KDE - untested
19855 2004-03-29 David Schleef <ds@schleef.org>
19857 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
19858 by 2 to not interfere with other colorspaces.
19859 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
19860 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
19861 one to not interfere with ffmpeg_colorspace.
19863 2004-03-29 David Schleef <ds@schleef.org>
19865 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
19866 aren't in the caps.
19867 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
19868 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
19870 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
19872 * gst-libs/gst/riff/riff-media.c:
19873 fail on error, don't try to set stuff on NULL caps
19875 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
19879 * ext/kio/Makefile.am:
19880 * ext/kio/kioreceiver.cpp:
19881 * ext/kio/kioreceiver.h:
19882 * ext/kio/kiosrc.cpp:
19883 * ext/kio/kiosrc.h:
19884 add experimental kiosrc plugin
19885 * ext/alsa/gstalsaplugin.c: (plugin_init):
19886 initialize debugging category only when we're sure registering the
19889 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
19891 * examples/gstplay/player.c: (main):
19892 * gst-libs/gst/play/play.c: (gst_play_class_init),
19893 (gst_play_set_location), (gst_play_set_data_src),
19894 (gst_play_set_video_sink), (gst_play_set_audio_sink),
19895 (gst_play_set_visualization), (gst_play_connect_visualization):
19896 check return values of element_set_state and return FALSE where
19899 2004-03-29 Benjamin Otte <otte@gnome.org>
19901 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19902 try harder to check if an event is really a discont
19904 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
19906 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
19909 2004-03-28 Benjamin Otte <otte@gnome.org>
19911 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
19912 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19913 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19914 get rid of non-standard "..." ranges in case statements.
19916 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
19918 * gst/mpegstream/gstmpegdemux.c:
19919 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
19920 specific functionality split to the new dvddemux element.
19921 * gst/mpegstream/gstdvddemux.c:
19922 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19923 streams, derived from mpegdemux.
19924 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19925 up. SCR based timestamp rewriting can be turned off (will probably
19926 completely disappear soon).
19927 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19928 hacking. General cleanup. All printf statements replaced by
19929 debugging messages. Almost complete libdvdnav support.
19930 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19931 by events. New properties for audio and subpicture languages.
19932 (dvdnavsrc_update_highlight): Now uses events.
19933 (dvdnavsrc_user_op): Cleaned up.
19934 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19935 based). Lots of cleanup, and propper support for most libdvdnav
19937 (dvdnavsrc_make_dvd_event): New function.
19938 (dvdnavsrc_make_dvd_nav_packet_event): New function.
19939 (dvdnavsrc_make_clut_change_event): New function.
19941 2004-03-26 Benjamin Otte <otte@gnome.org>
19943 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19944 fix bug where typefinding would claim it's theora whenever less then
19945 7 bytes of data were available
19947 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
19949 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19950 (gst_alawdec_base_init), (gst_alawdec_class_init),
19951 (gst_alawdec_init), (gst_alawdec_chain):
19952 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19953 (gst_alawenc_base_init), (gst_alawenc_class_init),
19954 (gst_alawenc_init), (gst_alawenc_chain):
19955 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19956 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19957 (gst_mulawdec_init), (gst_mulawdec_chain):
19958 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19959 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19960 (gst_mulawenc_init), (gst_mulawenc_chain):
19961 Fix capsnego in all four, remove the unused property functions and
19962 simplify the chain functions slightly. I guess we could use macros
19963 or something similar for those, since the code is so similar, but
19964 I'm currently too lazy...
19966 2004-03-24 David Schleef <ds@schleef.org>
19968 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19969 (gst_osselement_close_audio), (gst_osselement_probe_caps),
19970 (gst_osselement_get_format_structure),
19971 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19972 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19973 (gst_osselement_rate_int_compare): Add code to handle rate probing
19975 * sys/oss/gstosselement.h: same
19976 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19977 Use rate probing provided by osselement.
19978 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19980 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
19982 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19983 (gst_xvidenc_get_property):
19986 2004-03-24 David Schleef <ds@schleef.org>
19988 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19989 (gst_speexdec_init):
19990 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19991 (gst_speexenc_init): Create the pad template correctly (from
19992 the static pad template, not a NULL pointer.)
19994 2004-03-25 Benjamin Otte <otte@gnome.org>
19996 * gst/debug/Makefile.am:
19997 * gst/debug/breakmydata.c:
19998 add element that quasi-randomly changes bytes in the stream.
19999 Intended use is robustness checking of demuxers and decoders in
20002 2004-03-24 Benjamin Otte <otte@gnome.org>
20004 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20005 (gst_alsa_probe_hw_params):
20006 * ext/alsa/gstalsa.h:
20007 debugging output fixes
20009 2004-03-24 Benjamin Otte <otte@gnome.org>
20011 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20012 don't g_return_if_fail if element is PLAYING, fail silently as every
20014 * gst/effectv/gstquark.c: (gst_quarktv_chain):
20015 only fix needed for cast lvalue issues in gst-plugins
20016 * gst/volenv/gstvolenv.c: (gst_volenv_init):
20019 2004-03-24 Benjamin Otte <otte@gnome.org>
20021 * gst/level/gstlevel.c: (gst_level_init):
20022 add proxying getcaps function, so level doesn't advertise impossible
20025 2004-03-24 David Schleef <ds@schleef.org>
20027 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20028 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20029 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20030 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20031 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20032 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20033 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20034 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20035 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
20036 messages. Divide the chunk size by the compression ratio
20037 (needed for MACE audio)
20039 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
20041 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20042 Fix buffer overflow read error.
20044 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
20046 * ext/alsa/gstalsa.h:
20047 Remove unused entry.
20048 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20050 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20051 (gst_videodrop_link), (gst_videodrop_chain):
20052 Fix, sort of. Was horribly broken with new capsnego. Bah...
20054 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
20056 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20058 Add a monkeysaudio typefind function
20060 2004-03-23 Johan Dahlin <johan@gnome.org>
20062 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20063 (gst_play_video_fixate): Check so the structure has the field
20064 before trying to fixate them, this makes it possible to have
20065 fakesinks for video and audio output without printing errors on
20066 the output console.
20068 2004-03-22 David Schleef <ds@schleef.org>
20070 * sys/oss/Makefile.am:
20071 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20072 (check_rate), (add_rate): Rate probing test app.
20074 2004-03-21 Benjamin Otte <otte@gnome.org>
20076 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20077 (_fixate_caps_to_int), (gst_audio_convert_fixate):
20078 add a fixation function that pretty much does the right thing (fixes
20081 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
20083 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20085 2004-03-20 Tim-Phillip M??ller <t.i.m@zen.co.uk>
20087 reviewed by: Benjamin Otte <otte@gnome.org>
20089 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20090 terminate gst_event_new_discontinuous correctly (fixes parts of
20093 2004-03-19 David Schleef <ds@schleef.org>
20095 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
20096 since it doesn't depend on X, and it's part of our ABI.
20098 2004-03-19 Iain <iain@prettypeople.org>
20100 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20101 is_int in the structure, not the local variable.
20103 2004-03-19 David Schleef <ds@schleef.org>
20105 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20106 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20107 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20108 Improvements in caps negotiation.
20110 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
20114 adding Afrikaans (Petri Jooste)
20116 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
20118 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20119 (gst_ffmpegcolorspace_chain):
20120 throw error instead of g_critical (#137588)
20122 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
20126 dist common and m4 correctly
20129 2004-03-17 David Schleef <ds@schleef.org>
20131 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
20134 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
20138 adding Swedish translation (Christian Rose)
20140 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
20142 * Makefile.am: use release.mak
20144 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
20146 * common/ChangeLog:
20147 * common/gst-autogen.sh:
20148 add some explanation about the version detection
20152 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
20154 * configure.ac: bump nano to 1
20156 === release 0.8.0 ===
20158 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
20160 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20162 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
20165 update libtool version
20166 * gst-libs/gst/media-info/Makefile.am:
20167 actually use libtool version
20169 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
20171 * configure.ac: fix speex detection to work with 1.0 but not 1.1
20173 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
20176 * gst-plugins.spec.in:
20177 * pkgconfig/Makefile.am:
20178 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20179 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20180 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20181 * pkgconfig/gstreamer-libs.pc.in:
20182 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20183 * pkgconfig/gstreamer-play-uninstalled.pc.in:
20184 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20185 * pkgconfig/gstreamer-plugins.pc.in:
20186 remove @VERSION@ from some of the pc files since core and plugins
20188 created gstreamer-plugins.pc as it's a better name, but keeping
20189 -libs around for now to get fixes upstream done first.
20191 2004-03-15 Julien MOUTTE <julien@moutte.net>
20193 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20194 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20195 * gst-libs/gst/play/play.h:
20197 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
20199 * *.c, *.cc: don't mix tabs and spaces
20201 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
20203 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20204 use the new ffmpegcolorspace
20205 * gst-plugins.spec.in:
20206 package new colorspace and media-info
20208 * pkgconfig/Makefile.am:
20209 fix some more disting issues
20210 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20211 * pkgconfig/gstreamer-media-info.pc.in:
20212 generate media-info pc files
20214 2004-03-15 Johan Dahlin <johan@gnome.org>
20216 * *.h: Revert indenting
20218 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
20221 adding ffmpegcolorspace element
20222 * gst/ffmpegcolorspace/Makefile.am:
20223 * gst/ffmpegcolorspace/avcodec.h:
20224 * gst/ffmpegcolorspace/common.h:
20225 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20226 * gst/ffmpegcolorspace/dsputil.h:
20227 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20228 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20229 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20230 (gst_ffmpeg_caps_to_pix_fmt):
20231 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20232 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20233 (gst_ffmpegcolorspace_caps_remove_format_info),
20234 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20235 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20236 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20237 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20238 (gst_ffmpegcolorspace_set_property),
20239 (gst_ffmpegcolorspace_get_property),
20240 (gst_ffmpegcolorspace_register):
20241 * gst/ffmpegcolorspace/imgconvert.c:
20242 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20243 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20244 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20245 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20246 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20247 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20248 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20249 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20250 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20251 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20252 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20253 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20254 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20255 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20256 (img_get_alpha_info), (deinterlace_line),
20257 (deinterlace_line_inplace), (deinterlace_bottom_field),
20258 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20259 * gst/ffmpegcolorspace/imgconvert_template.h:
20260 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20261 * gst/ffmpegcolorspace/mmx.h:
20262 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20263 adding ffmpegcolorspace element supplied by Ronald after cleaning
20264 up and pulling in the right bits of upstream source.
20265 I'm sure a better C/compiler wizard could do some cleaning up (for
20266 example use GLIB's malloc stuff), but as a first pass this
20269 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
20271 * ext/alsa/gstalsa.h:
20272 I assume Ronald forgot to commit the change to have cardname
20273 as a struct member. Expect some public spanking at the next
20276 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
20278 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20279 (gst_alsa_open_audio), (gst_alsa_close_audio):
20280 * ext/alsa/gstalsa.c:
20281 Don't open the device if we're a mixer (= padless).
20282 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20283 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20284 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20285 Open mixer during state change rather than during object
20286 initialization. Also, get a device name. Currently in a somewhat
20287 hackish fashion, but I didn't really find something better.
20289 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
20291 * *.c, *.h: run gst-indent
20293 2004-03-14 Benjamin Otte <otte@gnome.org>
20295 * gst/modplug/gstmodplug.cc:
20296 * gst/modplug/gstmodplug.h:
20297 set correct timestamps on outgoing buffers
20299 2004-03-14 Benjamin Otte <otte@gnome.org>
20301 * gst/modplug/gstmodplug.cc:
20302 handle events - don't do crap when a discont arrives that's not
20304 This allows correct loading and playback of mods in Rhythmbox
20306 2004-03-14 Benjamin Otte <otte@gnome.org>
20309 * gst-libs/gst/gconf/Makefile.am:
20310 * pkgconfig/Makefile.am:
20311 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20312 they get rebuilt properly
20314 when checking for vorbis, try pkgconfig first.
20315 * gst/modplug/gstmodplug.cc:
20316 add fixate function
20318 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
20320 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20321 Fix for obvious mistake, where we first shift the offset and then
20322 read a samplesize element assuming the old offset. Note that this
20323 part still has something weird, i.e. my movies containing those
20324 don't actually play well, but at least there's something that looks
20327 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
20328 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20330 Add a typefind function for speex format
20332 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
20334 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20335 (gst_asf_demux_setup_pad):
20336 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20337 instead of 0. Reason is simple: some elements have a fps range
20338 of 1-max instead of 0-max. So now ASF video actually works.
20340 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
20344 adding serbian as a language
20346 2004-03-13 Benjamin Otte <otte@gnome.org>
20348 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20349 return taglist correctly from _get function, don't gst_pad_push it.
20352 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
20353 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20355 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
20357 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20358 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20359 (gst_alsa_mixer_track_new):
20360 * ext/alsa/gstalsamixertrack.h:
20361 Fix ancient leftovers... MixerTrack is a GObject.
20363 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
20365 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20366 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20367 Don't block during probing...
20369 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
20371 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20372 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20373 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20374 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20375 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20376 (gst_alsa_open_audio), (gst_alsa_close_audio):
20377 * ext/alsa/gstalsa.h:
20378 Add propertyprobe interface implementation, add some device-name
20379 property, all this so that it looks good in gnome-volume-control.
20381 2004-03-12 David Schleef <ds@schleef.org>
20383 * configure.ac: the Hermes library controls hermescolorspace, not
20385 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20386 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20388 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20389 * ext/sdl/sdlvideosink.h: ditto.
20390 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20392 2004-03-12 Benjamin Otte <otte@gnome.org>
20394 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20395 (gst_x_overlay_got_xwindow_id):
20396 * gst-libs/gst/xoverlay/xoverlay.h:
20397 replace XID with unsigned long to get rid of the xlibs dependency in
20398 XOverlay (fixes #137004)
20400 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
20401 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20402 (gst_agingtv_setup):
20403 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20404 (gst_dicetv_base_init), (gst_dicetv_class_init),
20405 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20406 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20407 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20408 (gst_edgetv_setup), (gst_edgetv_rgb32):
20409 * gst/effectv/gsteffectv.c:
20410 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20411 (gst_quarktv_set_property):
20412 * gst/effectv/gstrev.c: (gst_revtv_get_type),
20413 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20414 (gst_revtv_setup), (gst_revtv_rgb32):
20415 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20416 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20417 (gst_shagadelictv_init), (gst_shagadelictv_setup),
20418 (gst_shagadelictv_rgb32):
20419 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20420 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20421 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20422 * gst/effectv/gstwarp.c:
20423 Port everything that can be ported to videofilter and fix up the caps.
20424 Can someone with a big-endian machine please check these?
20426 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20428 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20429 (gst_osssink_chain), (gst_osssink_change_state):
20430 Latest fixes for A/V sync, audio playback and such. This is about
20431 all... MPEG playback issues are mostly related to the async build-
20432 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20434 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
20436 patch from: Stephane Loeuillet
20439 use pkg-config for some libraries, falling back to the old .m4 way
20444 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
20447 * tools/Makefile.am:
20448 * tools/Makefile.in:
20449 * tools/gst-launch-ext-m.m:
20450 * tools/gst-launch-ext.1.in:
20451 * tools/gst-visualise-m.m:
20452 * tools/gst-visualise.1:
20453 * tools/gst-visualise.1.in:
20454 reorganizing generation of script tools
20456 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20458 * ext/divx/gstdivxdec.c:
20459 Downgrade priority. We prefer ffdec_mpeg4.
20460 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20461 (gst_faad_chain), (gst_faad_change_state):
20462 Fix capsnego. Doesn't work for some sounds because we don't have
20463 a 5:1 to stereo element.
20464 * ext/xvid/gstxvid.c: (plugin_init):
20466 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20467 (gst_osssink_change_state):
20468 Add discont handling.
20470 2004-03-09 Colin Walters <walters@verbum.org>
20472 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20475 2004-03-09 Benjamin Otte <otte@gnome.org>
20477 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20478 the signals take 2 arguments
20480 2004-03-09 David Schleef <ds@schleef.org>
20482 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20483 (gst_alsa_fixate): Add fixate function. (bug #136686)
20484 * ext/alsa/gstalsa.h:
20485 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20487 2004-03-09 Benjamin Otte <otte@gnome.org>
20489 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20490 (gst_mikmod_change_state):
20491 * ext/mikmod/gstmikmod.h:
20492 make mikmod's loop function not loop infinitely and call
20493 gst_element_yield anymore
20494 * gst/modplug/gstmodplug.cc:
20495 fix pad negotiation (fixes #136590)
20497 2004-03-09 David Schleef <ds@schleef.org>
20499 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
20500 doesn't conflict with the internal colorspace plugin.
20501 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
20502 satisfy the crappy-ass shell shipped by a certain vendor.
20503 * gst/videofilter/make_filter: same (bug #135299)
20505 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
20507 * configure.ac: bump nano to 1
20509 === release 0.7.6 ===
20511 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
20513 * configure.in: releasing 0.7.6, "There"
20515 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
20517 * pkgconfig/gstreamer-play-uninstalled.pc.in:
20518 * pkgconfig/gstreamer-play.pc.in:
20519 synchronize the two
20521 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
20523 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20524 (cdparanoia_open), (cdparanoia_event):
20525 fix/add error handling
20527 add cdparanoia source
20528 * tools/Makefile.am:
20529 make scripts executable
20531 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
20534 * ext/vorbis/Makefile.am:
20536 remove id3types, vorbisfile and xvideosink from the build (#133783)
20538 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
20540 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20541 Fix metadata read crash (#136537).
20543 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
20545 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20546 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20547 adding mime types, fixing the one-stop function
20549 2004-03-08 Christian Schaller <Uraeus@gnome.org>
20551 * ext/nas/nassink.c and /ext/nas/nassink.h:
20552 More NAS love from Arwed von Merkatz
20553 So lets all sing 'Can you feel the NAS tonight'
20555 2004-03-08 Christian Schaller <Uraeus@gnome.org>
20557 * tools/gst-launch-ext.in:
20558 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20560 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
20562 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20563 (gst_mpeg2dec_init):
20564 remove the user_data pad for now, because it is being used in
20565 fixating causing MPEG playback to fixate on 1000 Hz for playback.
20566 If someone knows how to fix this properly, please do.
20568 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
20570 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20571 (gst_osssink_get_time):
20572 add a warning, IMO this won't get triggered anymore, remove later
20574 2004-03-07 David Schleef <ds@schleef.org>
20576 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
20577 format (bug #136470)
20579 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
20581 * gst-libs/Makefile.am:
20582 * gst-libs/gst/media-info/Makefile.am:
20583 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20584 (error_callback), (gst_media_info_error_create),
20585 (gst_media_info_error_element), (gmip_init), (gmip_reset),
20586 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20587 * gst-libs/gst/media-info/media-info-priv.h:
20588 * gst-libs/gst/media-info/media-info-test.c: (main):
20589 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20590 (gst_media_info_class_init), (gst_media_info_instance_init),
20591 (gst_media_info_set_source), (gst_media_info_read_with_idler),
20592 (gst_media_info_read_idler), (gst_media_info_read):
20593 * gst-libs/gst/media-info/media-info.h:
20594 fixed, should work now
20596 2004-03-07 Christian Schaller <Uraeus@gnome.org>
20598 * ext/nas/nassink.c:
20599 A bunch of NAS fixes from Arwed von Merkatz
20601 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
20603 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20604 (qtdemux_parse_trak):
20605 Fix crash (j might be greater than n_samples, in which case we're
20606 writing outside the allocated space for the array) and memleak.
20608 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
20610 * sys/oss/gstosssink.c: (gst_osssink_chain):
20611 And another caller that couldn't handle delay < 0 (unsigned
20612 integer overflow). Video now continues playing on an audio
20613 buffer underrun, and the clock continues working. Audio still
20616 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
20618 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20619 (gst_osssink_get_time):
20620 get_delay() may return values lower than 0. In those cases, we
20621 should not actually cast to *unsigned* int64, that will break
20622 stuff horribly. In my case, it screwed up A/V sync in movies
20623 in totem rather badly.
20625 2004-03-06 Christophe Fergeau <teuf@gnome.org>
20627 * ext/faac/gstfaac.c: (gst_faac_chain):
20628 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20629 * ext/libpng/gstpngenc.c: (user_write_data):
20630 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20631 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20632 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20633 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20634 Fix several misuse of gst_buffer_merge (it doesn't take ownership
20635 of any buffer), should fix some leaks. I hope I didn't unref buffers
20636 that shouldn't be...
20638 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
20640 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20641 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20642 (error_callback), (gmi_reset), (gmi_seek_to_track),
20643 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20644 (gmip_find_type_post), (gmip_find_stream_post),
20645 (gmip_find_track_streaminfo_post):
20646 * gst-libs/gst/media-info/media-info-priv.h:
20647 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
20648 (info_print), (main):
20649 * gst-libs/gst/media-info/media-info.c:
20650 (gst_media_info_error_create), (gst_media_info_error_element),
20651 (gst_media_info_instance_init), (gst_media_info_get_property),
20652 (gst_media_info_new), (gst_media_info_set_source),
20653 (gst_media_info_read_idler), (gst_media_info_read):
20654 * gst-libs/gst/media-info/media-info.h:
20655 first pass at making this work again. This seems to work on
20656 tagged ogg/vorbis and mp3 files.
20658 2004-03-06 Benjamin Otte <otte@gnome.org>
20660 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20661 fix huge leak: gst_buffer_merge doesn't unref the first argument
20664 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
20666 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
20667 report layer/mode/emphasis
20669 2004-03-06 Christophe Fergeau <teuf@gnome.org>
20671 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
20673 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
20675 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20678 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
20680 * ext/vorbis/vorbis.c: (plugin_init):
20681 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20682 (gst_vorbis_dec_init), (vorbis_dec_event):
20684 make vorbisdec handle _BYTE and _TIME queries
20686 2004-03-06 Christophe Fergeau <teuf@gnome.org>
20688 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20689 from the xing header
20691 2004-03-06 Benjamin Otte <otte@gnome.org>
20693 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20694 (gst_audio_convert_link), (gst_audio_convert_change_state),
20695 (gst_audio_convert_buffer_from_default_format):
20696 do conversions from/to float correctly, fix some caps nego errors,
20697 export correct supported caps in template and getcaps, use correct
20698 caps in try_set_caps functions
20700 2004-03-06 Christophe Fergeau <teuf@gnome.org>
20702 For some reason, I only committed a ChangeLog entry yesterday and
20703 not the corresponding code...
20704 * ext/mad/gstmad.c: Fix detection of Xing headers
20705 * gst/tags/gstid3tag.c: Changes to support TLEN tags
20707 2004-03-06 Benjamin Otte <otte@gnome.org>
20709 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20710 (gst_ogg_demux_src_query):
20711 make sure to handle the case where there's no current chain
20714 2004-03-05 David Schleef <ds@schleef.org>
20716 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
20717 Add fixate function. (bug #131128)
20718 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20719 (gst_sdlvideosink_fixate): Add fixate function.
20720 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20721 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20722 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20723 Fix missing break that was causing ulaw to be interpreted as
20726 2004-03-05 David Schleef <ds@schleef.org>
20728 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20729 Fix code that ignores return value of gst_buffer_merge().
20731 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20732 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20733 * testsuite/gst-lint: Check for above.
20735 2004-03-05 David Schleef <ds@schleef.org>
20737 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
20738 caps and throw an element error. (bug #136334)
20740 2004-03-05 David Schleef <ds@schleef.org>
20742 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20743 (gst_faad_chain): Fix negotiation.
20744 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20745 key and button events.
20746 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20748 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20750 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20751 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20752 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20753 function to encourage better negotiation, particularly between
20754 audioconvert and osssink.
20755 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20756 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
20758 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
20760 * gst/vbidec/vbiscreen.c: Add glib header
20761 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
20763 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
20765 * ext/mad/gstmad.c: Fix detection of Xing headers
20766 * gst/tags/gstid3tag.c: Changes to support TLEN tags
20768 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
20770 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20771 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20774 2004-03-06 Christophe Fergeau <teuf@gnome.org>
20776 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20777 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20778 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20779 files, and report the parsed length as a GST_TAG_DURATION tag.
20780 * gst/tags/gstid3tag.c: support TLEN (duration) tag
20782 2004-03-05 Benjamin Otte <otte@gnome.org>
20784 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20785 convert channels correctly. convert correctly to unsigned.
20787 2004-03-05 Julien MOUTTE <julien@moutte.net>
20789 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20790 we have a window before clearing it.
20792 2004-03-05 Julien MOUTTE <julien@moutte.net>
20794 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20795 have a window before clearing it.
20797 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
20799 * gconf/gstreamer.schemas.in:
20800 * gst-libs/gst/gconf/Makefile.am:
20801 version installation path the same way as for 0.6
20802 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20803 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20804 * pkgconfig/gstreamer-play-uninstalled.pc.in:
20805 remove comment that was fixed
20807 2004-03-05 David Schleef <ds@schleef.org>
20809 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20810 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20811 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20812 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20813 Add prototype code for handling seeking and querying.
20815 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
20817 * examples/gstplay/player.c: (main):
20818 Initialize variables to NULL. Prevents a segfault because the
20819 (uninitialized) variable is not NULL, resulting in a crash on
20820 trying to reach error->message.
20822 2004-03-05 Benjamin Otte <otte@gnome.org>
20824 * gst/audioconvert/gstaudioconvert.c:
20825 (gst_audio_convert_buffer_to_default_format):
20826 make float=>int conversion work correctly even in cornercases.
20828 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
20830 * debian/README.Debian:
20831 * debian/build-deps:
20832 * debian/changelog:
20834 * debian/control.in:
20835 * debian/copyright:
20836 * debian/gstreamer-a52dec.files:
20837 * debian/gstreamer-aa.files:
20838 * debian/gstreamer-alsa.files:
20839 * debian/gstreamer-alsa.manpages:
20840 * debian/gstreamer-arts.files:
20841 * debian/gstreamer-artsd.files:
20842 * debian/gstreamer-audiofile.files:
20843 * debian/gstreamer-avifile.files:
20844 * debian/gstreamer-cdparanoia.files:
20845 * debian/gstreamer-colorspace.files:
20846 * debian/gstreamer-doc.files:
20847 * debian/gstreamer-dv.files:
20848 * debian/gstreamer-dvd.files:
20849 * debian/gstreamer-esd.files:
20850 * debian/gstreamer-festival.files:
20851 * debian/gstreamer-flac.files:
20852 * debian/gstreamer-gconf.conffiles:
20853 * debian/gstreamer-gconf.files:
20854 * debian/gstreamer-gconf.postinst:
20855 * debian/gstreamer-gnomevfs.files:
20856 * debian/gstreamer-gsm.files:
20857 * debian/gstreamer-http.files:
20858 * debian/gstreamer-jack.files:
20859 * debian/gstreamer-jpeg.files:
20860 * debian/gstreamer-mad.files:
20861 * debian/gstreamer-mikmod.files:
20862 * debian/gstreamer-misc.files:
20863 * debian/gstreamer-mpeg2dec.files:
20864 * debian/gstreamer-oss.files:
20865 * debian/gstreamer-plugin-apps.files:
20866 * debian/gstreamer-plugin-apps.manpages:
20867 * debian/gstreamer-plugin-libs-dev.files:
20868 * debian/gstreamer-plugin-libs.files:
20869 * debian/gstreamer-plugin-template.postinst:
20870 * debian/gstreamer-plugin-template.postrm:
20871 * debian/gstreamer-sdl.files:
20872 * debian/gstreamer-sid.files:
20873 * debian/gstreamer-vorbis.files:
20874 * debian/gstreamer-x.files:
20875 * debian/mk.control:
20877 Debian package info not maintained here.
20879 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
20881 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
20882 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
20883 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
20884 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
20885 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
20886 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
20887 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
20888 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
20889 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
20890 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
20891 * gst-libs/gst/colorbalance/colorbalance.c:
20892 (gst_color_balance_class_init):
20893 * gst-libs/gst/colorbalance/colorbalancechannel.c:
20894 (gst_color_balance_channel_class_init):
20895 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20896 * gst-libs/gst/play/play.c: (gst_play_class_init):
20897 * gst-libs/gst/propertyprobe/propertyprobe.c:
20898 (gst_property_probe_iface_init):
20899 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
20900 * gst-libs/gst/tuner/tunerchannel.c:
20901 (gst_tuner_channel_class_init):
20902 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
20903 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
20904 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
20905 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
20906 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
20907 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20908 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20909 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
20910 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
20911 fix signals to use - instead of _
20912 * ext/libcaca/gstcacasink.h:
20913 * ext/sdl/sdlvideosink.h:
20916 2004-03-04 David Schleef <ds@schleef.org>
20918 * testsuite/gst-lint: Add a check for bad signal names.
20920 2004-03-04 <kost@imn.htwk-leipzig.de>
20922 reviewed by David Schleef
20924 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20925 modified the alpha channel and caused a warning. (bug #136192)
20927 2004-04-03 Christian Schaller <Uraeus@gnome.org>
20929 * gst-plugins.spec.in:
20930 Change names of plugins to actually be correct. Try to keep things
20931 alphabetical to avoid getting beat up by Thomas
20933 2004-03-03 Julien MOUTTE <julien@moutte.net>
20935 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20936 Using ximagesink as a default if no gconf key found. We should
20937 probably consider using alsasink instead of osssink for the audio
20940 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
20943 fix --with-plugins, don't think it ever worked before
20944 * gst-plugins.spec.in:
20947 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
20949 * ext/sdl/sdlvideosink.h:
20950 * sys/ximage/ximagesink.h:
20951 * sys/xvideo/xvideosink.h:
20952 * sys/xvimage/xvimagesink.h:
20953 Fix for move of gstvideosink.h -> videosink.h.
20955 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
20957 * gst-libs/gst/xwindowlistener/Makefile.am:
20958 this is a plugin library, not a library
20960 2004-03-01 David Schleef <ds@schleef.org>
20962 * AUTHORS: Added some names. Add yourself if you're still
20965 2004-03-01 David Schleef <ds@schleef.org>
20969 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
20971 * gst-plugins.spec.in: clean up spec file
20973 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
20975 * gst-libs/gst/video/Makefile.am:
20976 * gst-libs/gst/video/gstvideosink.c:
20977 * gst-libs/gst/video/gstvideosink.h:
20978 rename gstvideosink.h to videosink.h to match other headers
20979 * gst/mixmatrix/Makefile.am:
20980 fix plugin filename
20981 * gst/tags/Makefile.am: fix plugin filename
20983 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
20985 * gst/tags/Makefile.am: fix plugin filename
20987 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
20989 * examples/gstplay/player.c: (got_time_tick), (main):
20991 display time_tick more readably
20992 * gst/mixmatrix/Makefile.am:
20993 fix plugin file name
20995 2004-02-29 Christophe Fergeau <teuf@gnome.org>
20997 * sys/oss/gstosselement.c: (gst_osselement_probe),
20998 (device_combination_append), (gst_osselement_class_probe_devices):
20999 * sys/oss/gstosselement.h:
21000 Reworked enumeration of oss dsps and mixers so that gst-mixer works
21001 on my system using alsa oss emulation, fixes bug #135597
21003 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
21005 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21006 (gst_videodrop_chain), (gst_videodrop_change_state):
21007 * gst/videodrop/gstvideodrop.h:
21008 Work based on timestamp of input data, not based on the expected
21009 framerate from the input. The consequence is that this element now
21010 not only scales framerates, but also functions as a framerate
21011 corrector or framerate stabilizer/constantizer.
21013 2004-02-27 David Schleef <ds@schleef.org>
21015 patches from jmmv@menta.net (Julio M. Merino Vidal)
21017 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21018 GST_ELEMENT_ERROR call (bug #135634)
21019 * gst/interleave/interleave.c: (interleave_buffered_loop),
21020 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21021 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21022 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21023 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21024 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21025 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21026 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21027 Fix GST_ELEMENT_ERROR call.
21028 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21029 GST_ELEMENT_ERROR call.
21031 2004-02-27 Benjamin Otte <otte@gnome.org>
21033 * gst-libs/gst/audio/audio.h:
21034 add macro to make sure header isn't included twice
21035 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21036 don't use gst_buffer_free
21037 * gst/playondemand/filter.func:
21038 don't use gst_data_free. Free data only once.
21040 2004-02-26 David Schleef <ds@schleef.org>
21042 * gst-libs/gst/colorbalance/Makefile.am:
21043 * gst-libs/gst/mixer/Makefile.am:
21044 * gst-libs/gst/tuner/Makefile.am:
21045 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21046 should not be disted, -marshal.h files should not be installed,
21047 and -enum.h files _should_ be installed. Fix to make this the
21050 === release 0.7.5 ===
21052 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
21054 * configure.ac: release 0.7.5, "Under The Sea"
21056 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
21058 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21059 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21060 * gst/videoscale/gstvideoscale.c:
21061 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21062 assorted debug/warning fixes
21064 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
21066 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21067 (gst_videoscale_init), (gst_videoscale_chain),
21068 (gst_videoscale_set_property), (plugin_init):
21069 * gst/videoscale/gstvideoscale.h:
21070 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21071 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21072 (gst_videoscale_planar400), (gst_videoscale_packed422),
21073 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21074 (gst_videoscale_24bit), (gst_videoscale_16bit),
21075 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21076 (gst_videoscale_scale_plane_slow),
21077 (gst_videoscale_scale_point_sample),
21078 (gst_videoscale_scale_nearest),
21079 (gst_videoscale_scale_nearest_str2),
21080 (gst_videoscale_scale_nearest_str4),
21081 (gst_videoscale_scale_nearest_32bit),
21082 (gst_videoscale_scale_nearest_24bit),
21083 (gst_videoscale_scale_nearest_16bit):
21084 add debugging category and use it properly
21085 fix use of GST_PTR_FORMAT
21087 2004-02-25 Andy Wingo <wingo@pobox.com>
21089 * gst/interleave/interleave.c (interleave_buffered_loop): Always
21090 push only when channel->buffer is NULL. Prevents segfaults doing
21091 the state change after a nonlocal exit, like a scheme exception.
21093 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21094 Handle the case where the intersected caps is empty.
21096 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
21098 * gst/law/mulaw-decode.c: (mulawdec_link):
21099 * gst/law/mulaw.c: (plugin_init):
21100 fix mulawdec so it actually works again
21102 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
21104 reviewed by: David Schleef <ds@schleef.org>
21106 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21107 (gst_gamma_init), (gst_gamma_set_property),
21108 (gst_gamma_get_property), (gst_gamma_calculate_tables),
21109 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
21110 for RGB, with separate r g and b correction factors. (#131167)
21112 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
21114 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21115 only signal tags for bitrate if they're > 0 (#134894)
21117 2004-02-24 David Schleef <ds@schleef.org>
21119 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21120 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21121 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21122 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21123 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21124 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21125 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21126 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21127 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
21128 category. Attempt to fix timestamp calculation.
21130 2004-02-24 Johan Dahlin <johan@gnome.org>
21132 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21134 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
21137 * gconf/Makefile.am:
21138 * gconf/gstreamer.schemas:
21139 * gst-libs/gst/gconf/Makefile.am:
21140 * gst-libs/gst/gconf/gconf.c:
21141 version gconf schemas and install locations
21143 2004-02-23 Benjamin Otte <otte@gnome.org>
21145 * ext/xine/xineinput.c: (gst_xine_input_dispose):
21146 (gst_xine_input_subclass_init):
21147 call parent dispose.
21148 change pad template for CD reader correctly
21149 * ext/xine/Makefile.am:
21150 * ext/xine/gstxine.h:
21151 * ext/xine/xine.c: (plugin_init):
21152 * ext/xine/xineaudiosink.c:
21153 wrap audio sinks, too
21154 * gst-libs/gst/resample/private.h:
21155 * gst-libs/gst/resample/resample.c: (gst_resample_init),
21156 (gst_resample_reinit), (gst_resample_scale),
21157 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21158 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21159 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21160 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21161 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21162 * gst-libs/gst/resample/resample.h:
21163 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21164 (gst_audioscale_class_init), (gst_audioscale_link),
21165 (gst_audioscale_get_buffer), (gst_audioscale_init),
21166 (gst_audioscale_chain), (gst_audioscale_set_property),
21167 (gst_audioscale_get_property):
21168 * gst/audioscale/gstaudioscale.h:
21169 s/resample_*/gst_resample_*/i to not clobber namespaces
21171 2004-02-23 Julien MOUTTE <julien@moutte.net>
21173 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21174 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21175 (gst_riff_create_video_template_caps),
21176 (gst_riff_create_audio_template_caps),
21177 (gst_riff_create_iavs_template_caps):
21178 * gst-libs/gst/riff/riff-media.h:
21179 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21180 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21181 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21182 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21183 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21184 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21185 (gst_matroska_demux_plugin_init): First batch implementing audio and
21186 video codec tags in demuxers.
21188 2004-02-22 Benjamin Otte <otte@gnome.org>
21190 * ext/xine/Makefile.am:
21191 * ext/xine/gstxine.h:
21192 * ext/xine/xine.c: (plugin_init):
21193 * ext/xine/xineinput.c:
21194 add input plugin wrapper. Playback from files, http, mms and cdda
21196 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21197 remove leftover G_GNUC_UNUSED
21198 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21199 (gst_asf_demux_identify_guid):
21200 improve debugging output
21202 2004-02-22 Benjamin Otte <otte@gnome.org>
21204 reported by: Padraig O'Briain <padraig.obriain@sun.com>
21207 replace test -e with test -x for mkinstalldirs to be more portable.
21210 2004-02-22 Benjamin Otte <otte@gnome.org>
21212 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21214 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21215 set rank to PRIMARY
21216 * gst/volume/gstvolume.c: (plugin_init):
21220 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
21222 reviewed by Benjamin Otte <otte@gnome.org>
21224 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21225 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21227 2004-02-22 Benjamin Otte <otte@gnome.org>
21230 export [_]*{gst,Gst,GST}.* symbols from plugins
21232 2004-02-22 Christophe Fergeau <teuf@gnome.org>
21234 reviewed by: Benjamin Otte <otte@gnome.org>
21236 * ext/lame/gstlame.c: (add_one_tag):
21237 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21238 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21239 (gst_vorbisenc_metadata_set1):
21240 * gst/tags/gstid3tag.c:
21241 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21242 apply fixes from bugs #135042 (lame can't write tags) and #133817
21243 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21245 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21247 * configure.ac: Export only gst_plugin_desc from plugins.
21248 Note that this change only makes any effect with Linux using libtool
21249 1.5.2 or higher. Otherwise it is silently ignored, but it would build
21250 fine. And don't try to have several versions of libtool in different
21253 2004-02-20 Andy Wingo <wingo@pobox.com>
21255 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21256 interleave respectively.
21258 * gst/interleave/deinterleave.c: New plugin: deinterleave
21259 (replaces on oneton).
21260 * gst/interleave/interleave.c: New plugin: interleave.
21261 * gst/interleave/plugin.h: Support file.
21262 * gst/interleave/plugin.c: Support file.
21264 * configure.ac: Remove intfloat and oneton, add interleave.
21266 * ext/sndfile/gstsf.c: Handle events better.
21268 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21269 and float2int operation. int2float has scheduling problems as
21270 noted in in2float_chain.
21272 2004-02-20 Benjamin Otte <otte@gnome.org>
21274 * ext/xine/Makefile.am:
21275 * ext/xine/gstxine.h:
21277 * ext/xine/xineaudiodec.c:
21278 * ext/xine/xinecaps.c:
21279 add first version of xine plugin wrapper. Currently only wraps the
21280 QDM2 win32 DLL, and even that only in proof-of-concept quality.
21283 add xine plugin wrapper, disabled by default. Use --enable-xine to
21284 build. Note that it'll segfault on gst-register if you don't remove
21285 the goom and tvtime post plugins from xine.
21286 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21287 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21288 add extradata parsing for QDM2.
21289 change around debugging prints.
21291 2004-02-19 Benjamin Otte <otte@gnome.org>
21293 * ext/lame/gstlame.c: (gst_lame_chain):
21294 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21295 use gst_tag_list_insert when you want to insert tags
21297 2004-02-18 David Schleef <ds@schleef.org>
21299 * configure.ac: Move massink to gst-rotten
21301 * ext/mas/Makefile.am:
21302 * ext/mas/massink.c:
21303 * ext/mas/massink.h:
21305 2004-02-18 David Schleef <ds@schleef.org>
21307 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21308 typefinding, since it seems to be worse than nothing.
21309 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
21310 atom to recognize .mp4 and .m4a files as video/quicktime.
21312 2004-02-18 David Schleef <ds@schleef.org>
21314 * gst/sine/demo-dparams.c: (quit_live),
21315 (dynparm_log_value_changed), (dynparm_value_changed), (main):
21316 Use double dparams, not float.
21317 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21318 (gst_sinesrc_init): Change sync default to FALSE, since multiple
21319 sync'd elements don't really work correctly.
21320 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21321 (volume_update_volume), (volume_get_property): Change dparam
21324 2004-02-18 Julien MOUTTE <julien@moutte.net>
21326 * sys/ximage/ximagesink.c:
21327 (gst_ximagesink_xwindow_update_geometry),
21328 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21329 (gst_ximagesink_change_state), (gst_ximagesink_expose),
21330 (gst_ximagesink_init): Rework the way software video scaling works. So
21331 now we check on each chain call if the video frames are feeling the
21332 window. If not we try to renegotiate caps. On failure we memorize that
21333 and we won't try again for that PLAYING sessions.
21334 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21339 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
21341 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21342 break up _link so we can give a better debug message for errors
21344 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
21346 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21347 set up debug category
21349 2004-02-18 Julien MOUTTE <julien@moutte.net>
21351 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21352 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21353 the way renegotiation work. The event handling function is not taking
21354 care of external windows and renegotiate method check for pad flags
21355 NEGOTIATING. Should fix : #133209
21357 2004-02-17 Julien MOUTTE <julien@moutte.net>
21359 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21360 pad is negotiating before trying renegotiation.
21362 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
21364 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21365 pass on all possible mime types as typefind hints
21367 2004-02-17 Julien MOUTTE <julien@moutte.net>
21369 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21370 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21371 possible SHM leak if we crash. All other apps using XShm are doing
21374 2004-02-17 Julien MOUTTE <julien@moutte.net>
21376 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21377 (gst_ximagesink_expose): Renegotiate size on expose.
21378 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21381 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
21383 * testsuite/alsa/sinesrc.c:
21384 cosmetic fix to fix compile issue with gcc 2.95.4
21386 2004-02-16 Julien MOUTTE <julien@moutte.net>
21388 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21389 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21390 failed opening the audio device.
21391 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21392 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21393 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21394 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21395 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21396 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21397 (gst_ximagesink_change_state), (gst_ximagesink_chain),
21398 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21399 Removing some useless g_return_if_fail like wingo suggested.
21400 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21401 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21402 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21403 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21404 (gst_xvimagesink_update_colorbalance),
21405 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21406 (gst_xvimagesink_xcontext_clear),
21407 (gst_xvimagesink_get_fourcc_from_caps),
21408 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21409 (gst_xvimagesink_set_xwindow_id),
21410 (gst_xvimagesink_colorbalance_list_channels),
21411 (gst_xvimagesink_colorbalance_set_value),
21412 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21413 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21415 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
21417 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21418 throw error when not negotiated instead of asserting
21420 2004-02-15 Julien MOUTTE <julien@moutte.net>
21422 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21423 correct data refcounting.
21425 2004-02-15 Julien MOUTTE <julien@moutte.net>
21427 * gst/switch/gstswitch.c: (gst_switch_change_state),
21428 (gst_switch_class_init): Cleaning the sinkpads correctly on state
21429 change, mostly the EOS flag.
21431 2004-02-15 Julien MOUTTE <julien@moutte.net>
21433 * examples/gstplay/player.c: (got_eos), (main): Adding some
21434 output for debugging.
21435 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21436 timeouts if we go to any state different from PLAYING.
21437 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21438 more EOS bugs in riff lib.
21440 2004-02-14 Julien MOUTTE <julien@moutte.net>
21442 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21443 visualization until i find a way to fix switch correctly.
21444 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21446 * gst/switch/gstswitch.c: (gst_switch_release_pad),
21447 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21448 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21449 Reworked switch to get a more correct behaviour with events and refing
21450 of data stored in sinkpads.
21451 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21452 we don't pull from a pad in EOS.
21454 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
21456 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21457 remove v1 tag even if we can't read it (makes sure we don't detect
21460 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
21462 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21463 (gst_alsa_xrun_recovery):
21464 * ext/alsa/gstalsa.h:
21465 try xrun recovery when wait failed. Make xrun recovery function
21466 return TRUE/FALSE to indicate success. (might fix #134354)
21468 2004-02-13 David Schleef <ds@schleef.org>
21470 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21471 (dynparm_value_changed), (main): Convert from float to double.
21472 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21474 2004-02-13 David Schleef <ds@schleef.org>
21476 * gst/silence/gstsilence.c: (gst_silence_class_init),
21477 (gst_silence_set_clock), (gst_silence_get),
21478 (gst_silence_set_property), (gst_silence_get_property):
21479 * gst/silence/gstsilence.h: Add sync property.
21480 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21481 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21482 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21483 * gst/sine/gstsinesrc.h: Add sync property.
21485 2004-02-13 David Schleef <ds@schleef.org>
21487 * gst/intfloat/gstint2float.c: (conv_f32_s16),
21488 (gst_int2float_chain_gint16): Change stdint usage to glib types.
21490 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
21494 * gst-libs/ext/Makefile.am:
21495 move ffmpeg plugin to gst-ffmpeg module
21497 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
21499 * configure.ac: use GST_ARCH to detect architecture
21501 2004-02-12 Julien MOUTTE <julien@moutte.net>
21503 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21505 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
21507 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21508 classify LADSPA plugins based on number of src/sink pads
21509 (#133663, Stefan Kost)
21510 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21511 fix dparams registration
21512 (#133528, Stefan Kost)
21513 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21514 fix use of isprint and use g_ascii_isprint instead
21515 (#133316, Stefan Kost)
21517 2004-02-11 David Schleef <ds@schleef.org>
21519 Convert a few inner loops to use liboil. This is currently
21520 optional, and is only enabled if liboil is present (duh!).
21521 * configure.ac: Check for liboil-0.1
21522 * gst/intfloat/Makefile.am:
21523 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21524 (gst_int2float_chain_gint16):
21525 * gst/videofilter/Makefile.am:
21526 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21527 (tablelookup_u8), (gst_videobalance_planar411):
21528 * gst/videotestsrc/Makefile.am:
21529 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21530 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21531 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21532 (paint_hline_RGB565), (paint_hline_xRGB1555):
21534 2004-02-11 David Schleef <ds@schleef.org>
21536 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21537 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21538 (gst_colorspace_getcaps), (gst_colorspace_link),
21539 (gst_colorspace_base_init), (gst_colorspace_init),
21540 (gst_colorspace_chain), (gst_colorspace_change_state),
21541 (plugin_init): Merge Ronald's patch (bug #117897) and update
21542 for new caps and negotiation. Seems to work, although it
21543 shows off bugs in lcs.
21545 2004-02-11 David Schleef <ds@schleef.org>
21547 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21548 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21550 2004-02-11 David Schleef <ds@schleef.org>
21552 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21553 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21554 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21555 Add server and port properties
21557 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
21562 * m4/as-liblame.m4:
21563 * m4/as-slurp-ffmpeg.m4:
21564 * m4/check-libheader.m4:
21571 * m4/gst-ivorbis.m4:
21572 * m4/gst-matroska.m4:
21574 * m4/gst-shout2.m4:
21582 fix underquotedness of macros (#133800)
21583 * m4/as-avifile.m4:
21585 removed because no longer used
21587 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
21590 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21591 by autopoint (fixes #132996)
21593 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
21595 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21596 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21597 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21598 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21601 2004-02-11 David Schleef <ds@schleef.org>
21603 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21604 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21605 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21606 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21607 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21608 (gst_jpegenc_class_init), (gst_jpegenc_init),
21609 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21610 (gst_jpegenc_chain), (gst_jpegenc_set_property),
21611 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
21612 * ext/jpeg/gstjpegenc.h: Fix negotiation.
21614 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
21616 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21617 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21618 * ext/mikmod/gstmikmod.h:
21619 fix caps negotiation in mikmod
21620 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21621 output debug information
21623 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
21625 * gst-libs/gst/colorbalance/Makefile.am:
21626 * gst-libs/gst/navigation/Makefile.am:
21627 * gst-libs/gst/xoverlay/Makefile.am:
21628 remove unused GST_OPT_CFLAGS from Makefiles
21629 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21631 2004-02-07 David Schleef <ds@schleef.org>
21633 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21634 push events to pads that haven't been created (#133508)
21636 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
21638 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21639 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21640 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21641 (gst_dvdec_loop), (gst_dvdec_change_state):
21642 Second attempt at committing a working dvdec element.
21644 2004-02-06 David Schleef <ds@schleef.org>
21646 Build fixes for OS X: (see #129600)
21647 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
21648 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
21649 (gst_riff_read_strf_iavs):
21650 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21651 (gst_avi_demux_stream_odml):
21652 * gst/playondemand/Makefile.am:
21653 * gst/rtp/rtp-packet.c:
21655 2004-02-05 David Schleef <ds@schleef.org>
21657 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
21658 last change, because it Just Doesn't Compile.
21660 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
21662 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21663 skip undecodable id3v2 tag instead of keeping it
21665 2004-02-05 David Schleef <ds@schleef.org>
21667 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21668 Unref leaked buffer. (Noticed by Ronald)
21670 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
21672 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21673 Sync requires with other checks. >= vs =.
21675 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
21677 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21678 (gst_dvdec_video_link), (gst_dvdec_loop):
21679 * ext/dv/gstdvdec.h:
21680 rework the caps negotiation so that dvdec works again instead
21681 of just segfaulting.
21683 === release 0.7.4 ===
21685 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
21687 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21688 * configure.ac: changed for release
21690 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
21692 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21693 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21694 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21695 * pkgconfig/gstreamer-play-uninstalled.pc.in:
21696 reworked patch by David Lehn to fix libdir and includedir for
21697 uninstalled libraries
21698 removed play and gconf from gstreamer-libs since they have their
21699 own pkgconfig files
21701 2004-02-04 David Schleef <ds@schleef.org>
21703 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21706 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
21708 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21709 use correct GST_TAG_ENCODER tag
21711 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
21713 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21714 be sure to stop the clock when going to paused
21715 * sys/oss/gstosssink.c: (gst_osssink_change_state):
21716 reset number of transmitted when going to ready.
21719 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
21721 reviewed by Benjamin Otte
21723 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21724 extract track count (fixes #133410)
21726 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
21728 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21729 that should be !=, not == (fixes #132519)
21731 2004-02-04 David Schleef <ds@schleef.org>
21733 Make sure set_explicit_caps() is called before adding pad.
21734 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21735 * gst/id3/gstid3types.c: (gst_id3types_loop):
21736 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21737 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21739 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
21742 bump nano to 2, first prerelease
21743 put back AM_PROG_LIBTOOL
21745 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
21747 * testsuite/alsa/Makefile.am:
21748 these are user test apps, not automatic testsuite tests
21750 2004-02-04 David Schleef <ds@schleef.org>
21752 Convert GST_DEBUG_CAPS() to GST_DEBUG():
21753 * gst/mpeg1videoparse/gstmp1videoparse.c:
21754 (mp1videoparse_parse_seq):
21755 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21756 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21757 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21758 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21759 (gst_xvideosink_getcaps):
21760 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21761 * testsuite/gst-lint: more tests
21763 2004-02-04 David Schleef <ds@schleef.org>
21765 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21766 with the code that they would expand to.
21767 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21768 (gst_flacdec_get_src_query_types),
21769 (gst_flacdec_get_src_event_masks):
21770 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21771 (gst_gnomevfssrc_get_query_types),
21772 (gst_gnomevfssrc_get_event_mask):
21774 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
21776 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21777 (gst_sinesrc_dispose):
21778 fix memleak by properly disposing sinesrc
21780 2004-02-04 Julien MOUTTE <julien@moutte.net>
21782 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21783 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21784 an overlay to redraw the image because it has been exposed.
21785 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21786 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21787 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21788 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21790 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21791 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21792 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21793 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21796 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
21798 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21799 more memleak fixage
21801 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
21803 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21804 * gst/typefind/gsttypefindfunctions.c:
21805 fix memleaks shown by gst-typefind
21807 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
21809 * common/glib-gen.mak:
21810 add hack rule to touch .Plo files
21811 * gst-libs/gst/colorbalance/Makefile.am:
21812 * gst-libs/gst/mixer/Makefile.am:
21813 * gst-libs/gst/play/Makefile.am:
21814 * gst-libs/gst/tuner/Makefile.am:
21815 remove glib_root variable
21817 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
21819 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21820 set explicit caps before adding the element, so the autopluggers can
21822 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21823 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21824 (mpeg_video_type_find), (mpeg_video_stream_type_find),
21826 fix memleaks in typefind functions. gst_type_find_suggest takes a const
21829 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
21831 * gst-libs/gst/colorbalance/Makefile.am:
21832 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21833 * gst-libs/gst/colorbalance/colorbalance.c:
21834 * gst-libs/gst/colorbalance/colorbalance.h:
21835 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
21836 * gst-libs/gst/mixer/Makefile.am:
21837 * gst-libs/gst/mixer/mixer-marshal.list:
21838 * gst-libs/gst/mixer/mixer.c:
21839 * gst-libs/gst/mixer/mixer.h:
21840 * gst-libs/gst/mixer/mixermarshal.list:
21841 * gst-libs/gst/play/Makefile.am:
21842 * gst-libs/gst/play/play.h:
21843 * gst-libs/gst/tuner/Makefile.am:
21844 * gst-libs/gst/tuner/tuner-marshal.list:
21845 * gst-libs/gst/tuner/tuner.c:
21846 * gst-libs/gst/tuner/tuner.h:
21847 * gst-libs/gst/tuner/tunermarshal.list:
21848 use new glib-gen.mak snippet to clean up Makefile.am
21849 fix various bugs in Makefile.am's
21851 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
21853 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21854 handle chain parsing correctly in the multichain case
21855 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
21856 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
21857 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21858 (theora_dec_chain):
21859 handle events and queries correctly
21861 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
21864 Ignore generated file _stdint.h.
21866 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
21868 * gst-libs/gst/colorbalance/Makefile.am:
21869 * gst-libs/gst/colorbalance/colorbalance.h:
21870 * gst-libs/gst/mixer/Makefile.am:
21871 * gst-libs/gst/mixer/mixer.h:
21872 * gst-libs/gst/play/Makefile.am:
21873 * gst-libs/gst/play/play.h:
21874 * gst-libs/gst/tuner/Makefile.am:
21875 * gst-libs/gst/tuner/tuner.h:
21876 Generate enum type code with glib-mkenums.
21877 * gst-libs/gst/colorbalance/.cvsignore:
21878 * gst-libs/gst/mixer/.cvsignore:
21879 * gst-libs/gst/play/.cvsignore:
21880 * gst-libs/gst/tuner/.cvsignore:
21881 Ignore generated files.
21883 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
21885 * gst-libs/gst/audio/.cvsignore:
21886 Ignore generated file.
21887 * gst-libs/gst/audio/Makefile.am:
21888 Do not install example filter.
21890 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
21892 * examples/switch/.cvsignore:
21893 Ignore generated file.
21895 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
21897 * common/m4/ax_create_stdint_h.m4:
21899 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
21902 remove generated _stdint.h in DISTCLEANFILES
21903 * ext/a52dec/gsta52dec.c:
21904 include _stdint.h for a52dec. (should fix #133064)
21906 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
21908 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
21909 (gst_tag_to_vorbis_comments):
21910 Add replaygain support to vorbistag
21912 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
21913 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21914 (gst_ffmpeg_caps_to_extradata):
21915 Fix SVQ3 caps flag properties
21916 Use glib macro for bytes swap
21918 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
21920 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21921 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21922 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21923 * ext/sndfile/gstsf.c: (plugin_init):
21924 * gst/avi/gstavi.c: (plugin_init):
21925 * sys/dxr3/dxr3init.c: (plugin_init):
21926 * sys/oss/gstossaudio.c: (plugin_init):
21927 * sys/v4l/gstv4l.c: (plugin_init):
21928 * sys/v4l2/gstv4l2.c: (plugin_init):
21929 remove textdomain calls
21931 update Dutch translation
21933 2004-02-02 Julien MOUTTE <julien@moutte.net>
21935 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21936 (gst_play_set_audio_sink): Moving volume in the audio thread for
21937 instantaneous volume change. Maybe i will add another volume in front
21938 of visualization later, not sure yet though.
21940 2004-02-02 Julien MOUTTE <julien@moutte.net>
21942 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21943 (gst_ximagesink_handle_xevents): Better X events handling, only take
21944 the latest events for configure and motion.
21945 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21947 2004-02-02 Jon Trowbridge <trow@gnu.org>
21949 reviewed by: David Schleef <ds@schleef.org>
21952 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21953 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21955 2004-02-02 David Schleef <ds@schleef.org>
21957 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
21959 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21960 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21961 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21962 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21963 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21964 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21965 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21966 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21967 (gst_float2_2_int_link):
21968 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21969 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21970 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21971 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21972 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21973 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21974 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21975 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21976 * testsuite/gst-lint: Add tests for bzero and ;;
21978 2004-02-02 David Schleef <ds@schleef.org>
21980 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21982 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
21984 * ext/aalib/gstaasink.c: (gst_aasink_open):
21985 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21986 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21987 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21988 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21989 (gst_afsink_close_file):
21990 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21991 (gst_afsrc_close_file):
21992 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21993 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21994 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21995 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21996 * ext/esd/esdmon.c: (gst_esdmon_get):
21997 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21998 * ext/faac/gstfaac.c: (gst_faac_chain):
21999 * ext/faad/gstfaad.c: (gst_faad_chain):
22000 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22001 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22002 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22003 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22004 (gst_flacdec_loop):
22005 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22006 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22007 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22008 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22009 (gst_gnomevfssink_close_file):
22010 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22011 (gst_gnomevfssrc_open_file):
22012 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22013 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22014 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22015 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22016 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22017 * ext/mad/gstmad.c: (gst_mad_chain):
22018 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22019 * ext/mpeg2dec/gstmpeg2dec.c:
22020 * ext/mpeg2enc/gstmpeg2enc.cc:
22021 * ext/mplex/gstmplex.cc:
22022 * ext/mplex/gstmplexibitstream.cc:
22023 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22024 (gst_ogg_demux_push):
22025 * ext/raw1394/gstdv1394src.c:
22026 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22027 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22028 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22030 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22031 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22032 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22033 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22034 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22035 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22036 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22037 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22038 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22039 (gst_riff_read_element_data), (gst_riff_read_seek),
22040 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22041 * gst/adder/gstadder.c: (gst_adder_loop):
22042 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22043 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22044 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22045 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22046 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22047 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22048 * gst/goom/gstgoom.c: (gst_goom_chain):
22049 * gst/id3/gstid3types.c: (gst_id3types_loop):
22050 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22051 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22052 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22053 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22054 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22055 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22056 (gst_ebml_read_float), (gst_ebml_read_header):
22057 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22058 (gst_matroska_demux_parse_blockgroup):
22059 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22060 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22061 * gst/oneton/gstoneton.c: (gst_oneton_chain):
22062 * gst/silence/gstsilence.c: (gst_silence_get):
22063 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22064 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22065 * gst/speed/gstspeed.c: (speed_loop):
22066 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22067 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22068 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22069 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22070 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22071 (gst_wavparse_loop):
22072 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22073 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22074 (dxr3audiosink_close):
22075 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22076 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22077 (dxr3videosink_close), (dxr3videosink_write_data):
22078 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22079 * sys/oss/gstosssink.c: (gst_osssink_chain):
22080 * sys/oss/gstosssrc.c: (gst_osssrc_get):
22081 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22082 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22083 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22084 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22085 (gst_v4l_set_window), (gst_v4l_enable_overlay):
22086 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22087 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22088 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22089 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22090 (gst_v4l_set_audio):
22091 * sys/v4l/v4l_calls.h:
22092 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22093 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22094 (gst_v4lmjpegsink_playback_init),
22095 (gst_v4lmjpegsink_playback_start):
22096 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22097 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22098 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22099 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22100 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22101 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22102 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22103 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22104 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22105 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22106 (gst_v4l2_get_output), (gst_v4l2_set_output),
22107 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22108 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22109 (gst_v4l2_set_attribute):
22110 * sys/v4l2/v4l2_calls.h:
22111 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22112 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22113 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22114 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22115 (gst_v4l2src_capture_stop):
22116 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22117 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22118 (gst_ximagesink_chain):
22119 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22120 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22121 (gst_xvideosink_xwindow_new):
22122 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22123 (gst_xvimagesink_chain):
22125 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
22127 * gst/volume/gstvolume.c: (gst_volume_set_volume),
22128 (gst_volume_get_volume), (volume_class_init), (volume_init),
22129 (volume_chain_int16), (volume_update_volume):
22130 * gst/volume/gstvolume.h:
22131 make code more readable by removing magic numbers
22132 make mixer interface export 0-100 range
22133 make it internally map to 0.0-1.0 range so users don't distort
22134 output by putting the sliders at full volume
22136 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
22138 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22139 (gst_play_state_change), (gst_play_seek_to_time):
22140 block the tick callback for 0.5 secs after doing a seek
22142 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
22144 * gst-libs/gst/play/play.c: (gst_play_new):
22147 2004-02-01 Julien MOUTTE <julien@moutte.net>
22149 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22150 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22151 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22152 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22154 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22156 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
22159 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22160 check for a function added in vorbis 1.1
22162 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
22164 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22165 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22166 really start/stop clock only on PLAYING <=> PAUSED
22167 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22168 remove \n from debugging lines
22169 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22170 make it work when seeking does not
22171 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22174 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
22176 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22177 start clock on PAUSED=>PLAYING, not later
22178 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22179 extract correct time for different discont formats
22180 (gst_alsa_sink_get_time):
22181 don't segfault when no format is negotiated yet, just return 0
22182 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22183 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22184 (gst_ogg_pad_push):
22185 handle flush and discont events correctly
22186 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22187 handle discont events correctly
22189 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
22191 * gst-libs/gst/play/play.c: (gst_play_error_quark),
22192 (gst_play_error_create), (gst_play_error_plugin),
22193 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22194 * gst-libs/gst/play/play.h:
22195 add error handling during creation
22196 * examples/gstplay/player.c: (main):
22197 use new gst_play_new
22200 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
22202 * ext/theora/theoradec.c: (theora_dec_chain):
22204 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22205 (vorbis_dec_src_event), (vorbis_dec_chain):
22206 add encoder tag, fix tag reading to be more error tolerant, change
22207 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22208 gst_pad_event_default.
22209 * gst/tags/gstvorbistag.c:
22210 (gst_tag_list_from_vorbiscomment_buffer):
22211 undefine function specific define at end of function
22213 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
22215 * ext/flac/gstflac.c: (plugin_init):
22216 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22217 * ext/flac/gstflacdec.h:
22218 * ext/flac/gstflacenc.h:
22221 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
22223 * examples/gstplay/player.c: s/gstplay.h/play.h/
22225 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
22227 * gst-libs/gst/play/Makefile.am:
22228 * gst-libs/gst/play/gstplay.c:
22229 * gst-libs/gst/play/gstplay.h:
22230 * gst-libs/gst/play/play.c:
22231 more surgery, operation complete
22233 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
22235 * gst-libs/gst/play/play.old.c:
22236 * gst-libs/gst/play/play.old.h:
22237 after CVS surgery by moving, remove
22238 * gst-libs/gst/play/playpipelines.c:
22241 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22242 add negotiation error
22244 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
22246 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22247 (gst_ogg_demux_push):
22248 add some seeking debug info
22249 send a flush when seeking
22251 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22257 * ext/theora/Makefile.am:
22258 * ext/theora/theoradec.c:
22259 add theora video decoder. Does just do simple decoding for now and
22260 has been tested against Theora cvs only. It only works when theora
22261 is compiled with --enable-static.
22262 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22263 always reset packetno on DISCONT
22265 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
22267 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22270 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
22272 * gst/mpegaudioparse/gstmpegaudioparse.c:
22273 (mp3_type_frame_length_from_header):
22274 Fix header parsing - stolen from ffmpeg (thank you! :) ).
22276 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
22278 * ext/esd/esdsink.c: (gst_esdsink_init):
22279 Since we have static pad template caps, we don't need to negotiate;
22280 either the core errors out or we know the format.
22282 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
22284 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22285 (gst_riff_read_seek):
22286 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22287 (gst_ebml_read_seek):
22288 Fix event handling.
22290 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22292 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22293 removee video/x-theora from vp3 decoder, it doesn't handle raw
22295 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22296 fix bug with finalizing element that never went to PAUSED
22297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22298 length and position queries were swapped
22299 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22300 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22301 (vorbis_dec_src_event):
22302 implement querying time and bytes
22304 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
22306 * just about every source file:
22307 gst_element_error -> GST_ELEMENT_ERROR
22309 2004-01-29 Julien MOUTTE <julien@moutte.net>
22311 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22312 emiting FLUSH and even before DISCONT.
22313 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22314 get the best instant seeking as possible yay!
22316 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
22318 * gst/mpeg1videoparse/gstmp1videoparse.c:
22319 (gst_mp1videoparse_real_chain):
22320 Committed wrong version last week... Grr... Didn't notice until now.
22322 2004-01-29 Julien MOUTTE <julien@moutte.net>
22324 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22325 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22326 have_xwindow_id signal in xwindow_create.
22328 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
22330 * ext/ogg/gstoggdemux.c:
22331 lots of changes - mainly support for chained bitstreams, seeking,
22332 querying and bugfixes of course
22333 * ext/vorbis/Makefile.am:
22334 * ext/vorbis/vorbisdec.c:
22335 * ext/vorbis/vorbisdec.h:
22336 add vorbisdec raw vorbis decoder
22337 * ext/vorbis/vorbis.c: (plugin_init):
22338 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22339 * gst/intfloat/Makefile.am:
22340 * gst/intfloat/float22int.c:
22341 * gst/intfloat/float22int.h:
22342 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22343 add float2intnew plugin. It converts multichannel interleaved float to
22344 multichannel interleaved int. The name should probably be changed.
22345 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22347 add typefinding for raw theora video so oggdemux can detect it.
22349 2004-01-28 Julien MOUTTE <julien@moutte.net>
22351 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22352 sink element first.
22353 * gst/videoscale/gstvideoscale.c:
22354 (gst_videoscale_handle_src_event): Fixing src event handler.
22356 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
22358 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22359 (gst_v4lsrc_open), (gst_v4lsrc_close),
22360 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22361 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22362 * sys/v4l/gstv4lsrc.h:
22363 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22364 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22365 Implement resizing... Hack. But that's why v4l is b0rked...
22367 2004-01-28 Julien MOUTTE <julien@moutte.net>
22369 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22370 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22371 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22372 (gst_ximagesink_xwindow_destroy):
22373 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22374 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22375 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22376 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22377 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22378 correctly cleaning the image created to check xshm calls on succes,
22379 added a lot of XSync calls in X11 functions, and fixed a segfault when
22380 no image format was defined before negotiation happened.
22382 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
22384 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22385 use gst_element_get_time to get correct time
22387 2004-01-28 Julien MOUTTE <julien@moutte.net>
22389 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22390 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22391 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22392 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22393 (gst_xvimagesink_check_xshm_calls),
22394 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22395 X plugins are now able to detect that XShm calls will fail even if the
22396 server claims that it has XShm support (remote displays most of the
22397 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22398 so that we use non XShm functions. This feature is almost useless for
22399 xvimagesink as Xv is not supported on remote displays anyway, but
22400 it might happen than even on the local display XShm calls fail.
22402 2004-01-27 David Schleef <ds@schleef.org>
22404 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22405 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22406 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
22407 changed esdsink to only use 44100,16,2, since esd sucks at rate
22408 conversion and esdsink has had difficulty negotiating.
22410 2004-01-27 Julien MOUTTE <julien@moutte.net>
22412 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22413 (gst_play_seek_to_time): Fixing the way to get current position.
22415 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
22417 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22418 use gst_element_get_time to get correct time
22420 2004-01-27 Julien MOUTTE <julien@moutte.net>
22422 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22423 fix ever... Inverting 2 lines of code make spider autoplug correctly
22426 2004-01-27 David Schleef <ds@schleef.org>
22428 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22429 Use gst_pad_try_set_caps_nonfixed().
22431 2004-01-27 David Schleef <ds@schleef.org>
22433 * gst/ac3parse/gstac3parse.c: update to checklist 5
22434 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
22435 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22436 * gst/audioscale/gstaudioscale.c: same
22437 * gst/auparse/gstauparse.c: same
22438 * gst/avi/gstavidemux.c: same
22440 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
22442 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22443 stop processing after EOS
22445 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
22447 * gst/asfdemux/asfheaders.h:
22448 * gst/asfdemux/gstasfdemux.c:
22449 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22450 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22451 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22452 lot's of fixes to make data extraction simpler and get the code
22453 architecture and compiler independant. Add debugging category
22454 * gst/goom/gstgoom.c: (gst_goom_change_state):
22455 reset channel count on PAUSED=>READY, not READY=>PAUSED
22457 2004-01-26 Colin Walters <walters@verbum.org>
22459 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22460 code to pull a bigger buffer in iradio mode. This as a side effect
22461 makes typefinding work.
22463 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
22465 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22466 Fix SVQ3 decoding on PPC
22468 2004-01-26 Julien MOUTTE <julien@moutte.net>
22470 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22471 that one managed to stay there... Fixed.
22473 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
22475 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22476 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22477 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22478 (qtdemux_video_caps):
22479 * gst/qtdemux/qtdemux.h:
22480 Add SVQ3 specific flags to qtdemux and ffmpeg
22482 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
22484 * gst-libs/gst/audio/audio.h:
22485 remove buffer-frames from audio caps
22486 * gst/audioconvert/gstaudioconvert.c:
22487 fix plugin to really work.
22489 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
22491 * gst-libs/gst/mixer/mixer.c:
22492 * gst-libs/gst/propertyprobe/propertyprobe.c:
22493 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22494 (gst_tuner_find_channel_by_name):
22495 * gst-libs/gst/tuner/tuner.h:
22496 Add gtk-doc style comments. Also fix a function name.
22498 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
22500 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22501 (gst_divxdec_negotiate):
22502 Fix for new capsnego - also fixes gst-player with divxdec.
22504 2004-01-25 Julien MOUTTE <julien@moutte.net>
22506 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22507 (gst_play_identity_handoff), (gst_play_set_location),
22508 (gst_play_set_visualization), (gst_play_connect_visualization): Another
22509 try in visualization implementation. Still have an issue with switch
22510 blocking when pulling from video_queue and only audio comes out of
22512 * gst/switch/gstswitch.c: (gst_switch_release_pad),
22513 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22514 release method. And check if the pad is usable before pulling.
22516 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
22518 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22519 (gst_videobalance_init),
22520 (gst_videobalance_colorbalance_list_channels),
22521 (gst_videobalance_colorbalance_set_value),
22522 (gst_videobalance_colorbalance_get_value),
22523 (gst_videobalance_update_properties),
22524 (gst_videobalance_update_tables_planar411),
22525 (gst_videobalance_planar411):
22526 * gst/videofilter/gstvideobalance.h:
22527 Implement lookup-tables. +/- 10x faster.
22529 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
22531 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22532 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22533 The index reading was broken. The rest worked fine, but the whole
22534 goal of my rewrite was to make avidemux readable, and this was
22535 not at all readable. Please use typed variables.
22537 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
22539 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22540 Additional pad usability check.
22541 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22542 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22543 (gst_mp1videoparse_real_chain):
22544 Fix MPEG video stream parsing. The original plugin had several
22545 issues, including not timestamping streams where the source was
22546 not timestamped (this happens with PTS values in mpeg system
22547 streams, but MPEG video is also a valid stream on its own so
22548 that needs timestamps too). We use the display time code for that
22549 for now. Also, if one incoming buffer contains multiple valid
22550 frames, we push them all on correctly now, including proper EOS
22551 handling. Lastly, several potential segfaults were fixed, and we
22552 properly sync on new sequence/gop headers to include them in next,
22553 not previous frames (since they're header for the next frame, not
22554 the previous). Also see #119206.
22555 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22557 Move caps setting so we only do it after finding several valid
22558 MPEG-1 fraes sequentially, not right after the first one (which
22559 might be coincidental).
22560 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22561 (mpeg_video_type_find), (mpeg_video_stream_type_find),
22563 Add unsynced MPEG video stream typefinding, and change some
22564 probability values so we detect streams rightly. The idea is as
22565 follows: I can have an unsynced system stream which contains
22566 video. In the current code, I would randomly get a type for either
22567 system or video stream type found, because the probabilities are
22568 being calculated rather randomly. I now use fixed values, so we
22569 always prefer system stream if that was found (and that is how it
22570 should be). If no system stream was found, we can still identity the stream as video-only.
22572 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
22574 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22575 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22576 don't write to buffer. Extract data without the need of
22577 __attribute__ ((packed))
22579 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22581 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22582 (mpeg1_sys_type_find):
22583 Fix MPEG-1 stream typefinding.
22585 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22587 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22588 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22590 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
22592 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22593 * ext/esd/gstesd.c: (plugin_init):
22594 private debugging, better error reporting
22596 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22598 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22599 (gst_riff_read_init), (gst_riff_read_change_state):
22600 * gst-libs/gst/riff/riff-read.h:
22601 Remove stuff fromold metadata system.
22603 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22605 * ext/ogg/gstoggdemux.c:
22606 Fix wrong file comment.
22607 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22608 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22609 Add metadata reading properly.
22611 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
22614 Fix nas DIST_SUBDIRS
22616 Fix bug where make distcheck doesn't get run on adding stuff to
22619 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22621 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22622 * ext/divx/gstdivxdec.h:
22623 Fix divx3 ("msmpeg4") playback using divxdec.
22625 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
22627 * gst/typefind/gsttypefindfunctions.c:
22628 (mp3_type_frame_length_from_header): fix bug in length computation
22629 (mp3_type_find): improve debugging output
22631 2004-01-23 Julien MOUTTE <julien@moutte.net>
22633 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22634 (gst_play_set_location), (gst_play_seek_to_time),
22635 (gst_play_set_audio_sink), (gst_play_set_visualization),
22636 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22637 the pipeline from scratch. Visualization is back and switch went out as
22638 i realized it was not possible to use the way i wanted.
22639 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22640 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22641 clearing in state change from READY to NULL. So that one can clean the
22642 X ressources keeping the element.
22643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22644 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
22645 (gst_xvimagesink_colorbalance_set_value),
22646 (gst_xvimagesink_colorbalance_get_value),
22647 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
22648 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
22649 change from READY to NULL and fixed some stupid bugs in colorbalance
22650 get/set values. Also added the following feature : when nobody tries to
22651 set some values to the colorbalance levels before the xcontext is
22652 grabbed, then when creating channels list from Xv attributes we set the
22653 internal values to the Xv defaults. This way we handle buggy Xv drivers
22654 that set default hue values far from the middle of the range (Thanks
22655 to Jon Trowbridge for pointing that issue).
22656 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
22657 colorbalance levels have been set before xcontext is grabbed.
22659 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
22661 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22662 Fix the ossmixer case where we shouldn't open /dev/dsp* because
22663 it might block operations (which is bad for a mixer).
22665 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
22667 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22668 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
22669 (gmip_find_type_pre):
22670 * gst-libs/gst/media-info/media-info-priv.h:
22671 * gst-libs/gst/media-info/media-info.c:
22672 (gst_media_info_instance_init), (gst_media_info_read_idler):
22673 add fakesink to get caps on decoder src pad again
22674 fix callback prototype to match new have_type signal signature
22676 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
22678 * gst/adder/gstadder.c: (gst_adder_link):
22679 fix non-compile and cut-n-paste code
22681 2004-01-21 David Schleef <ds@schleef.org>
22683 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22684 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22685 (gst_swfdec_init), (gst_swfdec_change_state):
22686 * ext/swfdec/gstswfdec.h:
22688 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22689 (gst_adder_request_new_pad): Fix negotiation.
22690 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22691 Add a fixate function.
22692 * gst/intfloat/gstfloat2int.c:
22693 * gst/intfloat/gstfloat2int.h:
22694 * gst/intfloat/gstint2float.c:
22695 * gst/intfloat/gstint2float.h:
22696 Completely rewrite the negotiation. Doesn't quite work yet,
22697 due to some buffer-frames problem.
22699 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
22701 * ext/gnomevfs/gstgnomevfssrc.c:
22702 * sys/v4l2/v4l2_calls.h:
22703 fix includes for distcheck
22705 2004-01-21 Christian Schaller <uraeus@gnome.org>
22708 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22709 based on earlier patch from Laurent Vivier
22711 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
22713 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22714 Fix wma caps property
22715 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22716 Fix typo (flags1 and flags2)
22718 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
22720 * gst-libs/gst/media-info/media-info-priv.c:
22721 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22722 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22723 (gmip_find_stream), (gmip_find_track_metadata),
22724 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22725 (gmip_find_track_format):
22726 * gst-libs/gst/media-info/media-info-priv.h:
22727 * gst-libs/gst/media-info/media-info-test.c: (main):
22728 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22729 (gst_media_info_read_idler), (gst_media_info_read):
22730 * gst-libs/gst/media-info/media-info.h:
22731 register debugging category and use it for debugging
22733 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
22735 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22736 (gst_vorbisfile_new_link):
22737 signal streaminfo through tags
22739 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22741 * ext/mplex/gstmplex.cc:
22742 * ext/mplex/gstmplexibitstream.cc:
22743 g++ doesn't like NULL in our i18n/error macros, should be
22744 either (NULL) or ("").
22746 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22748 * sys/dxr3/dxr3audiosink.c:
22749 * sys/dxr3/dxr3init.c:
22750 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22751 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22752 Fix more error error error errors (missing includes here).
22754 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22756 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22757 fix thomas' error errors.
22759 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
22761 * ext/mpeg2enc/gstmpeg2enc.cc:
22764 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22766 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22767 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22768 Fix for new error system.
22770 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
22772 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22773 fix for new error reporting
22775 2004-01-20 David Schleef <ds@schleef.org>
22777 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22778 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22779 (gst_ximagesink_set_xwindow_id): Change to using a framerate
22780 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22781 and neither is 100+, most likely.
22782 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22783 (gst_xvimagesink_getcaps): same
22785 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
22788 Up version requirement to 2.0.3 (not yet released) to avoid symbol
22789 clashes with ffmpeg.
22791 2004-01-20 Julien MOUTTE <julien@moutte.net>
22793 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22794 (gst_switch_init): Fixed switch element : proxying link and setting
22795 caps from src to sink on request.
22797 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
22799 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22800 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22801 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22804 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
22806 * sys/v4l/v4l_calls.h:
22807 * sys/v4l2/v4l2_calls.h:
22808 element_error fixes
22810 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
22812 * gst-libs/gst/gst-i18n-plugin.h:
22814 remove config.h inclusion
22816 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
22819 adding autopoint invocation
22822 * gst-libs/gst/gettext.h:
22823 adding gettext bits
22824 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22825 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22826 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22827 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22828 (gst_gnomevfssink_close_file):
22829 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
22830 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
22831 * gst-libs/gst/gst-i18n-plugin.h:
22832 * gst/avi/gstavi.c: (plugin_init):
22833 * sys/dxr3/dxr3init.c: (plugin_init):
22834 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
22835 * sys/oss/gstossaudio.c: (plugin_init):
22836 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22837 * sys/v4l/gstv4l.c: (plugin_init):
22838 * sys/v4l/v4l_calls.c: (gst_v4l_open):
22839 * sys/v4l2/gstv4l2.c: (plugin_init):
22840 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22841 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
22842 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
22843 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
22844 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
22845 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
22846 make sure locale and translation domain are set
22847 fix translated strings
22853 put translation files into place
22854 * sys/xvideo/imagetest.c: (main):
22855 * ext/dv/demo-play.c: (main):
22856 fix unnecessary translations
22858 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22860 * ext/sndfile/gstsf.c:
22861 * gst/avi/gstavimux.c:
22862 * ext/audiofile/gstafsink.c:
22863 * ext/audiofile/gstafsrc.c:
22864 * ext/gnomevfs/gstgnomevfssink.c:
22865 * ext/gnomevfs/gstgnomevfssrc.c:
22866 * sys/oss/gstosselement.c:
22867 * sys/v4l/v4l_calls.h:
22870 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
22872 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22873 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22874 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22875 (gst_v4l2_get_output), (gst_v4l2_set_output),
22876 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22877 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22878 (gst_v4l2_set_attribute):
22879 update to new error handling
22881 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
22883 * ext/sidplay/gstsiddec.cc:
22884 * gst/modplug/gstmodplug.cc:
22885 parenthese NULL because C++ seems angry about it
22887 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
22889 * gst-libs/gst/gst-i18n-plugin.h:
22890 add skeleton i18n stuff, but needs to be further implemented
22892 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
22894 * examples/gstplay/player.c: (main):
22895 * ext/aalib/gstaasink.c: (gst_aasink_open):
22896 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22897 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22898 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22899 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22900 (gst_afsink_close_file):
22901 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22902 (gst_afsrc_close_file):
22903 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22904 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22905 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22906 * ext/esd/esdmon.c: (gst_esdmon_get):
22907 * ext/esd/esdsink.c: (gst_esdsink_chain):
22908 * ext/faac/gstfaac.c: (gst_faac_chain):
22909 * ext/faad/gstfaad.c: (gst_faad_chain):
22910 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22911 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22912 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22913 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22914 (gst_flacdec_loop):
22915 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22916 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22917 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22918 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22919 (gst_gnomevfssink_close_file):
22920 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22921 (gst_gnomevfssrc_open_file):
22922 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22923 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22924 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22925 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22926 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22927 * ext/mad/gstmad.c: (gst_mad_chain):
22928 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22929 * ext/mpeg2dec/gstmpeg2dec.c:
22930 * ext/mpeg2enc/gstmpeg2enc.cc:
22931 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22932 * ext/mplex/gstmplex.cc:
22933 * ext/mplex/gstmplexibitstream.cc:
22934 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22935 (gst_ogg_demux_push), (gst_ogg_pad_push):
22936 * ext/raw1394/gstdv1394src.c:
22937 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22938 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22939 * ext/sidplay/gstsiddec.cc:
22940 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22942 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22943 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22944 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22945 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22946 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22947 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22948 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22949 * gst-libs/gst/Makefile.am:
22950 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22951 (gst_riff_read_element_data), (gst_riff_read_seek),
22952 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22953 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22954 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22955 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22956 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22957 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22958 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22959 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22960 * gst/goom/gstgoom.c: (gst_goom_chain):
22961 * gst/id3/gstid3types.c: (gst_id3types_loop):
22962 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22963 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22964 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22965 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22966 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22967 (gst_ebml_read_float), (gst_ebml_read_header):
22968 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22969 (gst_matroska_demux_parse_blockgroup):
22970 * gst/modplug/gstmodplug.cc:
22971 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22972 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22973 * gst/oneton/gstoneton.c: (gst_oneton_chain):
22974 * gst/silence/gstsilence.c: (gst_silence_get):
22975 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22976 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22977 * gst/speed/gstspeed.c: (speed_loop):
22978 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22979 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22980 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22981 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22982 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22983 (gst_wavparse_loop):
22984 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22985 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22986 (dxr3audiosink_close):
22987 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22988 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22989 (dxr3videosink_close), (dxr3videosink_write_data):
22990 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22991 * sys/oss/gstosselement.h:
22992 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22993 (gst_osssink_chain):
22994 * sys/oss/gstosssrc.c: (gst_osssrc_get):
22995 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22996 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22997 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22998 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22999 (gst_v4l_enable_overlay):
23000 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23001 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23002 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23003 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23004 (gst_v4l_set_audio):
23005 * sys/v4l/v4l_calls.h:
23006 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23007 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23008 (gst_v4lmjpegsink_playback_init),
23009 (gst_v4lmjpegsink_playback_start):
23010 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23011 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23012 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23013 (gst_v4lmjpegsrc_requeue_frame):
23014 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23015 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23016 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23017 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23018 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23019 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23020 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23021 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23022 (gst_v4l2src_capture_stop):
23023 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23024 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23025 (gst_ximagesink_chain):
23026 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23027 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23028 (gst_xvideosink_xwindow_new):
23029 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23030 (gst_xvimagesink_chain):
23031 use new error signal, function and categories
23033 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
23037 * ext/musicbrainz/gsttrm.c:
23038 * ext/musicbrainz/gsttrm.h:
23039 * ext/musicbrainz/Makefile.am:
23042 2004-01-18 Julien MOUTTE <julien@moutte.net>
23044 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23045 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23046 synchronous property for debugging.
23047 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23048 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23049 (gst_xvimagesink_set_property): Moving a pointer declaration to a
23050 smaller block, fixing indent.
23052 2004-01-16 David Schleef <ds@schleef.org>
23054 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23055 property affects the video stream.
23056 * sys/xvimage/xvimagesink.c:
23057 * sys/xvimage/xvimagesink.h:
23058 Add synchronous property for debugging. Should probably be
23059 disabled in non-CVS builds. Make sure that the Xv attribute
23060 exists before we set it (crash!). Fix a silly float bug that
23061 caused colorbalance to just not work.
23063 2004-01-17 Christian Schaller <Uraeus@gnome.org>
23065 * tools/gst-launch-ext.in - update for new plugins
23067 2004-01-16 David Schleef <ds@schleef.org>
23069 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23070 already-freed caps.
23072 2994-01-16 Christian Schaller <Uraeus@gnome.org>
23074 * Update spec for new colorspace plugin and libcaca plugin
23075 * Fix compilation of libcaca plugin (clock -> id)
23077 2004-01-16 Julien MOUTTE <julien@moutte.net>
23079 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23080 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23081 (gst_xvimagesink_set_xwindow_id),
23082 (gst_xvimagesink_colorbalance_set_value),
23083 (gst_xvimagesink_colorbalance_get_value),
23084 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23085 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23086 correct colorbalance properties. They can now be set when the element
23087 is still in NULL state. The values will be committed to the Xv Port
23088 when xcontext is initialized.
23089 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23090 brightness int values in the GstXvImagesink structure.
23092 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
23094 * gst-libs/gst/Makefile.am:
23095 restructure so having local patches works easier.
23097 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
23099 * ext/mpeg2enc/Makefile.am:
23100 * ext/mpeg2enc/gstmpeg2enc.cc:
23101 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23102 Bugfix with respect to EOS handling.
23104 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
23106 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23107 Link with right caps (else, it segfaults).
23108 * ext/mplex/gstmplexjob.cc:
23109 Fix for slight API change in 1.6.1.93 release of mjpegtools.
23111 2004-01-15 David Schleef <ds@schleef.org>
23113 * gst-libs/gst/audio/Makefile.am:
23114 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23116 * gst-libs/gst/audio/gstaudiofilter.c:
23117 * gst-libs/gst/audio/gstaudiofilter.h:
23118 Add bytes_per_sample and size and n_samples calculation.
23119 * gst-libs/gst/audio/gstaudiofilterexample.c:
23120 Remove, now autogenerated.
23121 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23122 Moved from gstaudiofilterexample, object name changed, code added
23123 so that it actually works.
23124 * gst-libs/gst/audio/make_filter:
23125 Script to build an audiofilter subclass from the template.
23126 * gst/colorspace/Makefile.am:
23127 * gst/colorspace/yuv2yuv.c:
23128 Remove file, since it's GPL, and we don't use it.
23130 2004-01-15 Julien MOUTTE <julien@moutte.net>
23132 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23134 them use the buffer free function to test how the buffer was allocated.
23136 2004-01-15 David Schleef <ds@schleef.org>
23138 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23139 that handles osssink fallback.
23140 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23141 (gst_audio_convert_getcaps):
23142 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23143 Add audio/x-qdm2 for QDM2 audio.
23144 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23145 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23146 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23147 Decrease minimum size to 16x16.
23148 * gst/wavparse/gstwavparse.c:
23149 Convert disabled pad template caps to new caps.
23150 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23152 (gst_xvimagesink_chain): Throw element error when display cannot
23153 be opened. Increase minimum framerate to 1.0. Check the data
23154 free function on a buffer to make sure it is the type we expect
23155 before manipulating it.
23157 2004-01-15 Julien MOUTTE <julien@moutte.net>
23159 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23160 (gst_videobalance_colorbalance_set_value): Implement passthru if
23161 settings are in the middle.
23162 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23164 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23166 * gst/videofilter/Makefile.am:
23167 * gst/volume/Makefile.am:
23168 Since we use videofilter symbols, link to it.
23170 2004-01-15 Julien MOUTTE <julien@moutte.net>
23172 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23173 mixer interface type to HARDWARE.
23174 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23176 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23177 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23178 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23179 (gst_volume_interface_init), (gst_volume_list_tracks),
23180 (gst_volume_set_volume), (gst_volume_get_volume),
23181 (gst_volume_set_mute), (gst_volume_mixer_init),
23182 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23183 (volume_init): Implementing mixer interface.
23184 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23185 * sys/oss/gstosselement.c: (gst_osselement_get_type),
23186 (gst_osselement_change_state): Removing some trailing commas in
23188 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23189 interface type to HARDWARE.
23190 * sys/v4l/gstv4lcolorbalance.c:
23191 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23193 * sys/v4l2/gstv4l2colorbalance.c:
23194 (gst_v4l2_color_balance_interface_init): Setting colorbalance
23195 interface type to HARDWARE.
23196 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23197 same code than ximagesink for event handling.
23199 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23201 * ext/snapshot/Makefile.am:
23202 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23203 (gst_snapshot_chain):
23204 * ext/snapshot/gstsnapshot.h:
23205 This has to be a joke... Snapshot should be connected to a tee,
23206 colorspace element before it and EOS after that, where the other
23207 src of the tee receives normal data.
23208 The current way is *wrong*.
23210 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23212 * ext/hermes/gsthermescolorspace.c:
23213 Fix another compile error. Same as below.
23215 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23217 * gst/colorspace/gstcolorspace.c:
23218 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23219 (gst_colorspace_i420_to_yv12):
23220 Fix compiling... Didn't test if it actually works.
23222 2004-01-15 David Schleef <ds@schleef.org>
23225 * gst/colorspace/Makefile.am:
23226 * gst/colorspace/gstcolorspace.c:
23227 * gst/colorspace/gstcolorspace.h:
23228 * gst/colorspace/yuv2rgb.c:
23229 * gst/colorspace/yuv2rgb.h:
23230 Duplicate the ext/hermes colorspace plugin, and remove Hermes
23231 code and GPL code. Fix for new caps negotiation. Rewrite
23232 much of the format handling code, and some of the conversion
23233 code. Basically, rewrote almost everything. This element
23234 handles I420, YV12 to RGB conversions.
23235 * ext/hermes/Makefile.am:
23236 * ext/hermes/gsthermescolorspace.c:
23237 Rename colorspace to hermescolorspace. Fix negotiation issues.
23238 Remove non-Hermes related code. This element handles lots of
23239 RGB to RGB conversions, but no YUV.
23240 * ext/hermes/gstcolorspace.c:
23241 * ext/hermes/gstcolorspace.h:
23242 * ext/hermes/rgb2yuv.c:
23243 * ext/hermes/yuv2rgb.c:
23244 * ext/hermes/yuv2rgb.h:
23245 * ext/hermes/yuv2rgb_mmx16.s:
23246 * ext/hermes/yuv2yuv.c:
23247 * ext/hermes/yuv2yuv.h:
23250 2004-01-14 Colin Walters <walters@verbum.org>
23252 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23253 they've already been.
23255 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
23257 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23258 assume tag mode when pad is not connected
23260 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
23262 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23263 Don't update the time of the clock
23264 (gst_alsa_sink_loop):
23265 sync to the clock given to alsasink, not the own clock
23266 * sys/oss/gstosssink.c: (gst_osssink_chain):
23268 (gst_osssink_change_state):
23270 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23271 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23272 remove bogus code that made DISCONT events unhandled
23273 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23274 explicitly case to double in _set_simple. (fixes 2nd warning in bug
23276 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23277 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23278 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23279 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23280 2nd warning in bug #131502)
23282 2004-01-14 Julien MOUTTE <julien@moutte.net>
23284 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23285 (gst_videobalance_colorbalance_set_value),
23286 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23287 for colorbalance interface implementation.
23288 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23289 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23290 (gst_ximagesink_dispose), (gst_ximagesink_init),
23291 (gst_ximagesink_class_init): Adding DISPLAY property.
23292 * sys/ximage/ximagesink.h: Adding display_name to store display.
23293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23294 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23295 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23296 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23297 properties (they still need polishing though for gst-launch use : no
23298 xcontext yet, i ll do that tomorrow).
23299 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23301 2004-01-14 Julien MOUTTE <julien@moutte.net>
23303 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23304 (gst_play_set_location), (gst_play_set_visualization): Preparing
23305 switch integration, adding videobalance in the pipeline.
23307 2004-01-14 Julien MOUTTE <julien@moutte.net>
23309 * gst-libs/gst/colorbalance/colorbalance.c:
23310 (gst_color_balance_class_init): Adding a default type.
23311 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23313 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23314 (gst_videobalance_dispose), (gst_videobalance_class_init),
23315 (gst_videobalance_init), (gst_videobalance_interface_supported),
23316 (gst_videobalance_interface_init),
23317 (gst_videobalance_colorbalance_list_channels),
23318 (gst_videobalance_colorbalance_set_value),
23319 (gst_videobalance_colorbalance_get_value),
23320 (gst_videobalance_colorbalance_init): Implementing colorbalance
23322 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23324 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23325 bug which was triggering a BadAccess X error when setting an overlay
23326 before pad was really negotiated.
23327 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23328 Using the colorbalance type macro.
23330 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23332 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23333 (gst_flacenc_chain):
23334 handle tags correctly
23335 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23336 extract ID3v1 tags correctly
23338 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
23340 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23342 Improve matroska typefinding for odd-typed headers...
23344 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
23346 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23347 Fix for using incremental number on padnames.
23349 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
23351 * ext/divx/gstdivxdec.c:
23352 * ext/divx/gstdivxenc.c:
23353 Set category to divx4linux instead of divx (too generic).
23354 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23355 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23356 (gst_wavparse_loop), (gst_wavparse_change_state):
23357 * gst/wavparse/gstwavparse.h:
23358 fix parsing of WAV files with non-standard fmt-tag size and fix
23359 skipping of unrecognized chunks... Someone please fix this thing
23360 to use rifflib so all this is automated.
23361 * sys/v4l/Makefile.am:
23362 * sys/v4l2/Makefile.am:
23363 Add X_CFLAGS because we depend on X (for overlay).
23365 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
23367 * ext/mpeg2dec/gstmpeg2dec.c:
23368 Don't issue a timestamp unless we tagged the frame
23371 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23373 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23374 Query the audio element to get the time, not the clock. We're
23375 interested in the element's time here.
23377 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23379 * ext/aalib/gstaasink.c: (gst_aasink_chain):
23380 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23381 * ext/esd/esdsink.c: (gst_esdsink_chain):
23382 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23383 * ext/mas/massink.c: (gst_massink_chain):
23384 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23385 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23386 (gst_matroska_demux_parse_metadata):
23387 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23388 (gst_mpeg_parse_release_locks):
23389 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23390 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23391 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23392 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23393 (gst_osssink_change_state):
23394 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23395 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23396 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23397 (gst_xvideosink_release_locks):
23398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23400 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23401 (gst_alsa_clock_stop):
23402 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23403 (gst_audio_clock_get_internal_time):
23404 simplify for use with new clocking code.
23405 * testsuite/alsa/Makefile.am:
23406 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23407 fix testsuite for new caps system
23409 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23411 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23412 * ext/flac/gstflacenc.c: (add_one_tag):
23413 length is already host endian, no need to convert. Fixes playback of
23414 tagged files on PPC. (bug #128384)
23416 2004-01-13 Julien MOUTTE <julien@moutte.net>
23418 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23419 colorbalance interface stating if it is hardware based or software
23421 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23422 Removing a trailing comma.
23423 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23424 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23425 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23426 the documentation seems to be wrong on the -1000 to 1000 interval.
23428 2004-01-12 David Schleef <ds@schleef.org>
23430 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23431 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23432 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23433 Fix negotiation. Add a bufferalloc function for the sink pad,
23434 and generally clean up some of the code.
23436 2004-01-12 Julien MOUTTE <julien@moutte.net>
23438 * gst-libs/gst/colorbalance/colorbalancechannel.c:
23439 (gst_color_balance_channel_dispose): Adding safety check in dispose
23441 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23442 (gst_xvimagesink_xcontext_clear),
23443 (gst_xvimagesink_interface_supported),
23444 (gst_xvimagesink_colorbalance_list_channels),
23445 (gst_xvimagesink_colorbalance_set_value),
23446 (gst_xvimagesink_colorbalance_get_value),
23447 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23448 Adding colorbalance interface support to set XV parameters such as
23449 HUE, BRIGHTNESS, CONTRAST, SATURATION.
23450 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23453 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
23455 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23456 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23457 (gst_audio_convert_init), (gst_audio_convert_set_property),
23458 (gst_audio_convert_get_property), (gst_audio_convert_chain),
23459 (gst_audio_convert_link),
23460 (gst_audio_convert_buffer_to_default_format),
23461 (gst_audio_convert_buffer_from_default_format), (plugin_init):
23462 - implement _getcaps and use it
23464 - remove float caps since no float conversion is actually done
23465 - remove properties and arguments that were to be used for rate
23468 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
23470 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23471 (gst_audio_structure_set_int):
23472 * gst-libs/gst/audio/audio.h:
23473 add helper functions for _getcaps matching the standard audio
23476 2004-01-12 David Schleef <ds@schleef.org>
23478 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23479 Test that pad is negotiated before getting its caps.
23481 2004-01-12 Julien MOUTTE <julien@moutte.net>
23483 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23484 analyzing the pads of an element the bin is mostly in READY state so
23485 no caps were negotiated. This helper function needs to work with
23486 _get_caps directly then. I was not freeing them though, added that to
23489 2004-01-12 Julien MOUTTE <julien@moutte.net>
23491 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23492 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23493 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23494 than the free_func.
23496 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
23498 * sys/oss/gstossaudio.c: (plugin_init):
23499 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23500 * sys/oss/gstosselement.h:
23501 make an oss debugging category
23502 make failure more descriptive
23504 2004-01-11 David Schleef <ds@schleef.org>
23506 * ext/ffmpeg/gstffmpeg.c:
23507 * ext/ffmpeg/gstffmpegcodecmap.c:
23508 * ext/ffmpeg/gstffmpegdec.c:
23509 * ext/ffmpeg/gstffmpegenc.c:
23510 * ext/ffmpeg/gstffmpegprotocol.c:
23511 * ext/gdk_pixbuf/gstgdkanimation.c:
23512 * ext/jpeg/gstjpeg.c:
23513 * ext/libpng/gstpng.c:
23514 * ext/mpeg2dec/perftest.c:
23515 * ext/speex/gstspeex.c:
23516 * gst-libs/gst/resample/dtos.c:
23517 * gst/intfloat/gstintfloatconvert.c:
23518 * gst/oneton/gstoneton.c:
23519 * gst/rtjpeg/RTjpeg.c:
23520 * gst/rtp/gstrtp.c:
23521 * sys/dxr3/dxr3init.c:
23522 * sys/glsink/gstgl_nvimage.c:
23523 * sys/glsink/gstgl_pdrimage.c:
23524 * sys/glsink/gstglsink.c:
23525 * testsuite/gst-lint:
23526 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23528 2004-01-11 David Schleef <ds@schleef.org>
23530 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23531 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23532 * ext/gdk_pixbuf/gstgdkanimation.c:
23533 (gst_gdk_animation_iter_create_pixbuf):
23534 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23535 (gst_gdk_pixbuf_chain):
23536 * ext/gdk_pixbuf/gstgdkpixbuf.h:
23537 * ext/jack/gstjack.c: (gst_jack_change_state):
23538 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23539 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23540 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23541 * gst/videofilter/gstvideofilter.c:
23542 (gst_videofilter_set_output_size):
23543 Remove all usage of gst_pad_get_caps(), and replace it with
23544 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23546 2004-01-11 David Schleef <ds@schleef.org>
23549 * ext/Makefile.am: Fixes to make ext/libcaca compile.
23550 * ext/divx/gstdivxdec.c:
23551 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23552 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23553 handle images that span multiple buffers. Now work with both
23554 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23555 * ext/gdk_pixbuf/gstgdkpixbuf.h:
23556 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23557 video/video.h changes
23558 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23559 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23560 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23561 of GstData free function.
23562 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23565 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
23567 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23568 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23569 (gst_v4l2element_get_property):
23570 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23571 add norm, channel and frequency properties.
23572 * sys/v4l2/gstv4l2tuner.c:
23573 fixes for tuner interface changes
23574 * sys/v4l2/gstv4l2element.h:
23575 * sys/v4l2/gstv4l2src.c:
23576 * sys/v4l2/gstv4l2src.h:
23577 * sys/v4l2/v4l2src_calls.c:
23578 * sys/v4l2/v4l2src_calls.h:
23579 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23581 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
23583 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23584 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23585 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23586 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23587 * gst-libs/gst/tuner/tuner.h:
23588 GObjects aren't const.
23589 Add find_by_name functions.
23590 Add checks to _changed functions.
23591 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23592 (gst_v4l_tuner_get_norm):
23595 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
23597 * gst-libs/gst/video/video.h:
23598 Fix caps template names to be understandable.
23599 Prefix everything with GST_VIDEO.
23600 * ext/aalib/gstaasink.c:
23601 * ext/divx/gstdivxdec.c:
23602 * ext/divx/gstdivxenc.c:
23603 * ext/gdk_pixbuf/gstgdkpixbuf.c:
23604 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23605 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23606 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23607 * ext/libcaca/gstcacasink.c:
23608 * ext/libpng/gstpngenc.c: (raw_caps_factory):
23609 * ext/snapshot/gstsnapshot.c:
23610 * ext/swfdec/gstswfdec.c:
23611 * ext/xvid/gstxviddec.c:
23612 * ext/xvid/gstxvidenc.c:
23613 * gst/chart/gstchart.c:
23614 * gst/deinterlace/gstdeinterlace.c:
23615 * gst/effectv/gsteffectv.c:
23616 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23617 * gst/goom/gstgoom.c:
23618 * gst/median/gstmedian.c:
23619 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23620 (gst_monoscope_srcconnect), (gst_monoscope_chain):
23621 * gst/overlay/gstoverlay.c:
23622 * gst/smooth/gstsmooth.c:
23623 * gst/smpte/gstsmpte.c:
23624 * gst/synaesthesia/gstsynaesthesia.c:
23625 * gst/videocrop/gstvideocrop.c:
23626 * gst/videodrop/gstvideodrop.c:
23627 * gst/y4m/gsty4mencode.c:
23628 * sys/qcam/gstqcamsrc.c:
23629 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23630 Make them work with new video.h file.
23631 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23632 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23633 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23634 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23635 Make it work with new buffer allocation system.
23637 2004-01-11 Julien MOUTTE <julien@moutte.net>
23639 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23640 pad_alloc_buffer implementation to use ->srcpad
23641 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23642 pad_alloc_buffer implementation to use ->srcpad
23643 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
23644 pad_alloc_buffer implementation to use ->srcpad
23645 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23646 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23647 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23648 a reference to everything we need.
23649 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
23650 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23651 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23652 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23653 a reference to everything we need.
23654 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
23656 2004-01-11 David Schleef <ds@schleef.org>
23658 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
23659 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
23660 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
23662 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
23663 value during a resize/renegotiation.
23664 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
23665 gst_pad_alloc_buffer();
23666 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23667 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
23669 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23670 Fix for rename of buffer private structure members.
23671 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23672 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23673 Fix for rename of buffer private structure members.
23674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23675 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23676 Fix for rename of buffer private structure members.
23678 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
23680 reviewed by: David Schleef <ds@schleef.org>
23682 * gst/videofilter/Makefile.am:
23683 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
23684 from the patch by ds to fit in with recent make_filter changes.
23686 2004-01-11 Julien MOUTTE <julien@moutte.net>
23688 * configure.ac: Adding examples/switch/Makefile
23689 * examples/Makefile.am: Adding examples/switch
23690 * examples/switch/Makefile.am: Adding switcher example.
23691 * examples/switch/switcher.c: (got_eos), (idle_iterate),
23692 (switch_timer), (main): Adding an example demonstrating switch usage
23693 with 2 videotestsrc showing different patterns.
23694 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23695 (gst_switch_init): Fixing switch with the new caps system.
23697 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
23699 * gst-libs/gst/video/video.h:
23700 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23701 They should probably be like
23702 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23704 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
23706 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23707 (qtdemux_parse_trak):
23708 fix audio chunk size/timestamp calculation
23710 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
23712 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23715 2004-01-11 Steve Baker <steve@stevebaker.org>
23717 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23718 (gst_agingtv_base_init), (gst_agingtv_class_init),
23719 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23720 (gst_agingtv_set_property), (gst_agingtv_get_property):
23721 Port agingTV to videofilter
23723 2004-01-09 Julien MOUTTE <julien@moutte.net>
23725 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23726 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23728 2004-01-09 Julien MOUTTE <julien@moutte.net>
23730 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23731 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23732 * gst-libs/gst/xoverlay/xoverlay.c:
23733 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23734 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23735 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23736 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23737 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23738 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23739 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23740 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23741 the bufferalloc_function to replace bufferpools, fixing the XOverlay
23742 interface implementation to handle xid being 0 and fix some bugs
23743 triggered by Benjamin's testcase.
23744 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23745 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23746 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23747 the bufferalloc_function to replace bufferpools, fixing the XOverlay
23748 interface implementation to handle xid being 0 and fix some bugs
23749 triggered by Benjamin's testcase.
23751 2004-01-09 David Schleef <ds@schleef.org>
23753 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
23754 mouse pointer events. It works.
23756 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
23758 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23759 Use explicit caps - fix capsnego.
23760 * ext/xvid/gstxviddec.c:
23761 * ext/xvid/gstxvidenc.c:
23762 Remove macro-inside-macro which caused compile errors.
23763 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23764 Error out if it's not a RIFF file. Else we error out without
23765 gst_element_error() which is not good...
23767 2004-01-08 David Schleef <ds@schleef.org>
23769 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23770 Fix pad_link function to handle formats that ffmpeg returns
23771 as multiple caps structures.
23772 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23773 Only complain if source buffer is _smaller_ than expected.
23774 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23775 (gst_videoscale_handle_src_event): Resize navigation events
23776 when passing them upstream.
23777 * gst/videotestsrc/gstvideotestsrc.c:
23778 * gst/videotestsrc/gstvideotestsrc.h:
23779 * gst/videotestsrc/videotestsrc.c:
23780 * gst/videotestsrc/videotestsrc.h:
23781 Rewrite many of the buffer painting functions to handle odd
23782 sizes (for many formats, size%4!=0 or size%8!=0). Most have
23783 been verified to work with my video card.
23784 * testsuite/gst-lint: Add check for elements calling
23785 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23787 2004-01-08 David Schleef <ds@schleef.org>
23789 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23790 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23792 2004-01-08 Julien MOUTTE <julien@moutte.net>
23794 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23795 configure event is not emiting the desired size signal. That fixes
23796 aspect ratio issues with gst-player.
23798 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
23800 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23803 2004-01-08 Julien MOUTTE <julien@moutte.net>
23805 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23806 public method to fire size signal.
23808 2004-01-07 Julien MOUTTE <julien@moutte.net>
23810 * examples/gstplay/Makefile.am: Adding the interface library.
23811 * gst-libs/gst/play/Makefile.am: Adding the interface library.
23812 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
23813 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23814 GST_IS_X_OVERLAY before signal connect.
23815 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23816 Removing the have_video_size signal.
23817 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23818 and associated public method.
23819 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23820 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23822 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23823 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
23825 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
23826 Using XOverlay public method to fire size signal.
23828 2004-01-07 David Schleef <ds@schleef.org>
23830 * gst/videofilter/Makefile.am:
23831 * gst/videofilter/gstvideotemplate.c:
23832 * gst/videofilter/make_filter:
23833 Create gstvideoexample.c in a srcdir!=builddir friendly way.
23834 Convert make_filter to /bin/sh script.
23836 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
23838 * gst/modplug/gstmodplug.cc: fix element description
23840 2004-01-07 Julien MOUTTE <julien@moutte.net>
23842 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23843 (got_video_size): Adding some new lines in g_print calls.
23844 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23845 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
23846 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
23847 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
23848 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
23849 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
23850 Complete code review, reverting some stuff i disagree with, adding
23851 some fixes : time synchronization on invalid timestamps, renegotiation
23853 * sys/ximage/ximagesink.h:
23854 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
23855 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
23856 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
23857 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
23858 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23859 (gst_xvimagesink_buffer_new),
23860 (gst_xvimagesink_navigation_send_event),
23861 (gst_xvimagesink_set_xwindow_id),
23862 (gst_xvimagesink_get_desired_size),
23863 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
23864 stuff i disagree with, adding some fixes : Renegotiation of private
23865 window, implementing get_desired_size.
23867 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
23869 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
23870 (gst_afsink_handle_event):
23871 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
23872 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
23873 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
23874 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
23875 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
23876 Fix for instantiate-test (see core). Also remove dead code from
23877 jpegenc (which still needs fixing, but that's lower on my TODO
23879 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23880 Never return NULL as caps.
23882 2004-01-07 David Schleef <ds@schleef.org>
23886 * ext/librfb/Makefile.am:
23887 * ext/librfb/gstrfbsrc.c:
23888 New source plugin based on librfb-0.1. RFB (remote framebuffer)
23889 is the protocol used by VNC.
23891 2004-01-07 David Schleef <ds@schleef.org>
23893 * gst/videofilter/gstvideotemplate.c:
23894 * gst/videofilter/gstvideotemplate.h:
23895 * gst/videofilter/make_filter:
23896 Merge videotemplate header into source file.
23897 * gst/effectv/Makefile.am:
23898 * gst/effectv/gsteffectv.c: (plugin_init):
23899 * gst/effectv/gstwarp.c:
23900 Make warpTV a subclass of videofilter.
23902 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
23904 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23905 Add guard against invalid utf-8 conversions in mad. Just in case.
23907 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
23909 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23910 Fix for bug shown by poisoning
23912 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
23914 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23915 (gst_v4lmjpegsrc_buffer_free):
23916 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23917 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
23918 (gst_v4lsrc_buffer_free):
23919 Fix for removed bufferpools.
23921 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
23923 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23924 Fix caps negotiation.
23926 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23927 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23928 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23930 * ext/mpeg2dec/gstmpeg2dec.c:
23931 * gst-libs/gst/navigation/navigation.c:
23932 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23933 * gst-libs/gst/navigation/navigation.h:
23934 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23935 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23936 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23937 Super-simple first version of mouse and keyboard events. Clicking
23938 on a DVD menu now works, although it may not take you where you
23941 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23942 * gst/videotestsrc/gstvideotestsrc.c:
23943 (gst_videotestsrc_src_fixate):
23944 These fixate functions were broken - they never actually
23947 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
23949 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23950 (gst_icecastsend_init):
23951 fix for new caps system.
23952 * gst-libs/gst/mixer/mixertrack.h:
23953 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23954 Add 'master track' flag (for tools like ACME that only want to
23955 change the main volume).
23957 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
23959 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23960 (gst_xvid_csp_to_caps):
23961 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23962 * ext/xvid/gstxvidenc.c:
23963 ifdef out ARGB type when it isn't available
23964 in xvidcore 1.0.0beta2
23966 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
23968 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23969 When we have received a new SCR right in the first buffer after
23970 a seek (so in the same cycle that handles the discont), we should
23971 handle the buffer instead of unreffing it, else we lose data.
23973 2004-01-06 Iain <iain@prettypeople.org>
23975 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23976 buffer-frames caps too.
23978 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23979 caps that we need, don't destroy them all and rebuild them. And when
23980 creating src pads, use the src pad template rather than the sink...
23982 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
23984 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23985 Add pad to element *after* setting functions such as event handler.
23986 Without this, the scheduler (opt) will link pads, set the event
23987 handler from the default event function (dispatcher in gstpad.c)
23988 and *after* that, we will set our own event function, which will
23989 thus never be used (and thus mpegdemux doesn't handle events).
23991 2004-01-04 David Schleef <ds@schleef.org>
23993 Fix the fixate functions to handle new prototype:
23994 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23995 * gst/videotestsrc/gstvideotestsrc.c:
23996 (gst_videotestsrc_src_fixate):
23997 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23998 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23999 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24001 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
24003 * sys/ximage/ximagesink.h:
24004 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24005 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24006 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24007 (gst_ximagesink_xoverlay_init):
24008 assorted fixes to make (re)embedding work
24009 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24010 (gst_ximagesink_get_desired_size):
24011 implement desired size additions to XOverlay
24013 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
24015 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24016 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24017 (gst_x_overlay_got_desired_size):
24018 * gst-libs/gst/xoverlay/xoverlay.h:
24019 Add optional "desired size" signal and querying.
24021 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24023 * gst/matroska/matroska-demux.c:
24024 (gst_matroska_demux_parse_blockgroup):
24025 Fix EBML-laced block parsing. Diffs are relative to previous
24026 lace, not the first lace. Thanks to Mosu from the Matroska
24027 team for detecting this.
24028 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24029 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24030 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24031 (gst_wavparse_change_state):
24032 * gst/wavparse/gstwavparse.h:
24033 Quickfix for capsnego.
24035 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24037 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24038 Fix indenting, fix pad creation.
24040 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24042 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24043 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24044 (gst_xviddec_sink_link):
24045 Implement src_getcaps() so proper size caps is negotiated.
24047 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24049 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24050 Finish flac decoder on EOS. See #116178.
24052 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24054 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24055 (gst_matroska_demux_add_stream):
24056 * gst/matroska/matroska-ids.h:
24057 Add getcaps() function to fix capsnego...
24059 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24061 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24062 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24063 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24064 Fix more integer overflows. Again, see #126967.
24066 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
24068 * ext/mpeg2dec/gstmpeg2dec.c:
24069 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24072 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
24075 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24076 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24077 * ext/xvid/gstxvid.h:
24078 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24079 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24080 (gst_xviddec_src_link), (gst_xviddec_sink_link),
24081 (gst_xviddec_change_state):
24082 * ext/xvid/gstxviddec.h:
24083 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24084 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24085 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24086 (gst_xvidenc_link), (gst_xvidenc_set_property),
24087 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24088 * ext/xvid/gstxvidenc.h:
24089 Update xvid plugin to latest xvid (1.0.0-beta3) API.
24091 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
24093 * gst/rtp/rtp-packet.c:
24094 Add sys/types.h include, since OS X doesn't define in_addr_t
24095 in netinet/in.h, like it does on Linux (see #129600).
24097 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
24099 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24101 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24102 Correct logic of dispose function (see #129306).
24104 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
24106 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24107 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24108 (gst_mpeg_parse_init):
24109 * gst/mpegstream/gstmpegparse.h:
24110 Remove clock (which was never provided, i.e. dead code), and
24111 also fix integer overflows at high PTS values (see #126967).
24113 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
24115 * ext/flac/gstflacdec.c:
24116 * ext/libpng/gstpngenc.h:
24117 * ext/mikmod/gstmikmod.h:
24118 OS X fixes (see #126628).
24120 2004-01-02 David Schleef <ds@schleef.org>
24122 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24123 (gst_alsa_src_base_init): Remove bogus "src" request pad.
24124 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24125 (gst_mpeg_parse_class_init): Move pad template registration
24126 to class_init, since the derived class (mpegdemux) doesn't
24129 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
24131 * sys/ximage/Makefile.am:
24132 * sys/xvideo/Makefile.am:
24133 * sys/xvimage/Makefile.am:
24134 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24135 after installation (see #127664).
24137 2004-01-02 David Schleef <ds@schleef.org>
24139 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24140 (gst_ffmpegenc_connect): Negotiation fixes.
24141 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24142 Remove inappropriate gst_caps_free().
24143 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24144 Reenable Ronald's internal resize code, since the core handles
24147 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
24149 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24150 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24151 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24152 Fix pad template stuff.
24154 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
24156 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24157 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24158 fix signed integer reading/writing.
24160 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
24163 Remove outdated document
24165 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
24167 * gst/cutter/gstcutter.c: (gst_cutter_init):
24168 src pad was being created twice - oops.
24170 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
24172 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24173 Comment out internal resize. It doesn't handle the resulting
24174 XEvent internally, does another try_set_caps() which leads to
24175 a really nice loop.
24176 Real fix will come when Julien and Dave are awake. ;).
24178 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
24180 * ext/mpeg2enc/gstmpeg2enc.cc:
24181 fix const/nonconst compile issue.
24183 2004-01-02 David Schleef <ds@schleef.org>
24185 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24186 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24187 Add fixate function and a check for bad formats.
24189 2004-01-01 David Schleef <ds@schleef.org>
24192 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24193 (gst_audiofilter_init):
24194 * gst/debug/efence.c: (gst_efence_init):
24195 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24196 (gst_deinterlace_init):
24197 * gst/volume/gstvolume.c: (volume_connect):
24199 2004-01-01 David Schleef <ds@schleef.org>
24201 Convert elements to use gst_pad_use_explicit_caps() where
24203 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24204 * ext/audiofile/gstafparse.c: (gst_afparse_init),
24205 (gst_afparse_open_file):
24206 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24207 (gst_afsrc_open_file):
24208 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24209 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24210 (gst_ffmpegdec_chain):
24211 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24212 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24213 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24214 (gst_gdk_pixbuf_chain):
24215 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24216 (gst_jpegdec_chain):
24217 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24218 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24219 (gst_mikmod_negotiate):
24220 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24221 (gst_mpeg2dec_negotiate_format):
24222 * ext/mpeg2enc/gstmpeg2enc.cc:
24223 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24224 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24225 (gst_speexdec_sinkconnect):
24226 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24227 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24228 (gst_vorbisfile_new_link):
24229 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24230 (gst_ac3parse_chain):
24231 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24232 (gst_asf_demux_setup_pad):
24233 * gst/auparse/gstauparse.c: (gst_auparse_init),
24234 (gst_auparse_chain):
24235 * gst/id3/gstid3types.c: (gst_id3types_loop):
24236 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24237 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24238 (mp1videoparse_parse_seq):
24239 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24241 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24242 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24243 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24244 (gst_mpeg_parse_send_data):
24245 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24246 (gst_qtdemux_add_stream):
24247 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24248 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24249 (gst_wavparse_parse_fmt):
24251 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
24254 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24255 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24256 it therefore uses the wrong include paths. Too bad... Note
24257 that 1.6.1.93 is not release yet. ;).
24258 Also add a check for mplex, which is now using the lib'ified
24259 mplex from mjpegtools, too.
24260 * ext/ffmpeg/gstffmpegcodecmap.c:
24261 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24262 issues. I don't think ffmpeg handles 3ivx correctly, so this
24263 probably won't work. But it won't hurt either.
24264 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24265 (gst_ffmpegdec_chain):
24266 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24267 (gst_ffmpegenc_chain_audio):
24268 Fix memleak in audio encoding. Close codec if open fails, this
24269 calls the cleanup routines so we can re-use the context.
24270 * ext/mpeg2enc/gstmpeg2enc.cc:
24271 Fix pad template names/types, fix memory issue with getcaps().
24272 * ext/mpeg2enc/gstmpeg2encoder.cc:
24273 * ext/mpeg2enc/gstmpeg2encoder.hh:
24274 Fix compile issue with new caps system (const thingy).
24275 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24276 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24277 We read a first frame right on initing, so that we have a caps
24278 when we init the output. This caps is cached in padprivate and
24279 read as first frame.
24280 * ext/mplex/Makefile.am:
24281 * ext/mplex/gstmplex.cc:
24282 * ext/mplex/gstmplex.h:
24283 * ext/mplex/gstmplex.hh:
24284 * ext/mplex/gstmplexibitstream.cc:
24285 * ext/mplex/gstmplexibitstream.hh:
24286 * ext/mplex/gstmplexjob.cc:
24287 * ext/mplex/gstmplexjob.hh:
24288 * ext/mplex/gstmplexoutputstream.cc:
24289 * ext/mplex/gstmplexoutputstream.hh:
24290 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24291 had issues, didn't do capsnego, supported only a subset of the
24292 mplex features and required a mplex fork in our local CVS. Plus
24293 that it worked agaist a very old mplex version. Rewriting was
24294 faster than updating it.
24295 * gst-libs/ext/Makefile.am:
24296 * gst-libs/ext/mplex/INSTRUCT:
24297 * gst-libs/ext/mplex/Makefile.am:
24298 * gst-libs/ext/mplex/README:
24299 * gst-libs/ext/mplex/TODO:
24300 * gst-libs/ext/mplex/ac3strm_in.cc:
24301 * gst-libs/ext/mplex/audiostrm.hh:
24302 * gst-libs/ext/mplex/audiostrm_out.cc:
24303 * gst-libs/ext/mplex/aunit.hh:
24304 * gst-libs/ext/mplex/bits.cc:
24305 * gst-libs/ext/mplex/bits.hh:
24306 * gst-libs/ext/mplex/buffer.cc:
24307 * gst-libs/ext/mplex/buffer.hh:
24308 * gst-libs/ext/mplex/fastintfns.h:
24309 * gst-libs/ext/mplex/format_codes.h:
24310 * gst-libs/ext/mplex/inputstrm.cc:
24311 * gst-libs/ext/mplex/inputstrm.hh:
24312 * gst-libs/ext/mplex/lpcmstrm_in.cc:
24313 * gst-libs/ext/mplex/mjpeg_logging.cc:
24314 * gst-libs/ext/mplex/mjpeg_logging.h:
24315 * gst-libs/ext/mplex/mjpeg_types.h:
24316 * gst-libs/ext/mplex/mpastrm_in.cc:
24317 * gst-libs/ext/mplex/mpegconsts.cc:
24318 * gst-libs/ext/mplex/mpegconsts.h:
24319 * gst-libs/ext/mplex/mplexconsts.hh:
24320 * gst-libs/ext/mplex/multplex.cc:
24321 * gst-libs/ext/mplex/outputstream.hh:
24322 * gst-libs/ext/mplex/padstrm.cc:
24323 * gst-libs/ext/mplex/padstrm.hh:
24324 * gst-libs/ext/mplex/stillsstream.cc:
24325 * gst-libs/ext/mplex/stillsstream.hh:
24326 * gst-libs/ext/mplex/systems.cc:
24327 * gst-libs/ext/mplex/systems.hh:
24328 * gst-libs/ext/mplex/vector.cc:
24329 * gst-libs/ext/mplex/vector.hh:
24330 * gst-libs/ext/mplex/videostrm.hh:
24331 * gst-libs/ext/mplex/videostrm_in.cc:
24332 * gst-libs/ext/mplex/videostrm_out.cc:
24333 * gst-libs/ext/mplex/yuv4mpeg.cc:
24334 * gst-libs/ext/mplex/yuv4mpeg.h:
24335 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24336 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24337 We don't fork mjpegtools' mplex in our CVS anymore.
24338 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24339 (gst_avi_demux_add_stream):
24340 * gst/avi/gstavidemux.h:
24341 Add getcaps() function for proper caps nego. This makes some
24342 parts of AVI playback/reading work.
24343 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24344 Resize window on new capsnego. This is probably wrong, but
24345 I'm still committing it because with current capsnego, the
24346 first successfull capsnego is auto-fixated, therefore rounded
24347 down to the lowest values in the caps. this results in a 16x16
24348 XWindow that is not reized when real capsnego finishes.
24349 Dave, I see more cases of this, do you know a proper solution?
24350 * tools/gst-launch-ext.in:
24351 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24353 2003-12-31 David Schleef <ds@schleef.org>
24355 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24356 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24357 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24359 2003-12-30 David Schleef <ds@schleef.org>
24361 * ext/ffmpeg/gstffmpegcolorspace.c:
24362 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24363 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24364 (gst_ffmpegcsp_chain): Negotiation fixes
24365 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24366 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24367 (gst_audio_convert_link), (gst_audio_convert_channels):
24368 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24369 (gst_audioscale_link), (gst_audioscale_get_buffer),
24370 (gst_audioscale_chain): Negotiation fixes
24371 * gst/audioscale/gstaudioscale.h:
24372 * gst/videofilter/gstvideofilter.c:
24373 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24374 (gst_videofilter_link), (gst_videofilter_init),
24375 (gst_videofilter_set_output_size), (gst_videofilter_setup),
24376 (gst_videofilter_find_format_by_structure):
24377 * gst/videofilter/gstvideofilter.h: Negotiation fixes
24378 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24379 (gst_videoscale_link):
24380 * gst/videoscale/videoscale.c: (videoscale_get_structure),
24381 (videoscale_find_by_structure), (gst_videoscale_setup):
24382 * gst/videoscale/videoscale.h: Negotiation fixes
24383 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24384 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24385 function, restrict resizing to a multiple of 4 (hack until
24386 everyone supports odd sizes correctly).
24388 2003-12-29 Colin Walters <walters@verbum.org>
24390 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24393 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
24395 * ext/sndfile/gstsf.c: (gst_sf_loop):
24396 Fix warning about discarding const qualifier
24398 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
24400 * gst/cutter/gstcutter.c:
24401 * gst/videoscale/gstvideoscale.c:
24402 * gst/volenv/gstvolenv.c:
24403 * gst-libs/gst/audio/audio.c:
24404 * gst-libs/gst/video/video.c:
24407 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24409 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24410 Don't send ALSA debugging to stderr.
24411 * ext/alsa/gstalsa.h:
24412 Use GST_WARNING instead of g_warning when ALSA functions fail.
24414 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24416 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24417 Free XVAdapterInfo correctly.
24419 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24421 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24422 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24423 Make id3tag use correct caps nego.
24425 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
24427 * ext/ivorbis/vorbis.c:
24428 * ext/ivorbis/vorbisenc.h:
24429 * ext/ivorbis/vorbisfile.c:
24430 Modify so that it uses the new caps things
24432 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24434 * testsuite/spider/spider1.c: (main):
24435 * testsuite/spider/spider2.c: (main):
24436 * testsuite/spider/spider3.c: (main):
24437 Make tests compile again. They probably don't work.
24439 2003-12-24 Colin Walters <walters@verbum.org>
24441 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24442 we can't fixate the caps anymore.
24444 2003-12-23 David Schleef <ds@schleef.org>
24446 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24447 * sys/oss/gstosssink.c: (gst_osssink_init),
24448 (gst_osssink_sink_fixate): Add fixate function.
24450 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
24452 * ext/ffmpeg/gstffmpegcodecmap.c:
24453 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24454 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24455 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24456 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24457 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24458 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24459 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24460 fix typo in RGB masks, and move back to "old" colorspace
24461 capsnego code until whoever wrote this new crap has actually
24462 tested it so that it works.
24463 And yes, this works, keep it that way please.
24465 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24467 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24468 (gst_divxdec_init), (gst_divxdec_negotiate):
24469 * ext/divx/gstdivxdec.h:
24470 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24471 (gst_divxenc_init):
24472 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24473 (gst_faac_sinkconnect), (gst_faac_srcconnect):
24474 * ext/mpeg2enc/gstmpeg2enc.cc:
24475 * ext/mpeg2enc/gstmpeg2encoder.cc:
24476 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24477 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24478 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24479 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24480 (dxr3spusink_init):
24481 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24482 (dxr3videosink_init):
24483 Fix caps breakage after Dave's caps branch merge.
24485 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24487 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24488 Fix for 24bpp display.
24490 2003-12-23 Colin Walters <walters@verbum.org>
24492 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24493 a GnomeVFSHandle directly.
24495 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
24497 * gst/volume/Makefile.am:
24498 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24499 (volume_base_init), (volume_init):
24500 Reenable volume element and fix to work with new caps stuff.
24501 Rhythmbox needs this.
24503 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
24505 * gst/qtdemux/qtdemux.c: (plugin_init):
24506 qtdemux requires bytestream
24508 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
24510 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24511 Fix remaining caps handling errors due to CAPS merge.
24513 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
24515 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24516 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24517 (gst_faad_srcconnect):
24518 Port to new caps system.
24520 2003-12-21 Julien MOUTTE <julien@moutte.net>
24522 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24523 (got_video_size), (main): using g_print instead of g_message.
24524 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24525 signal which was not emitted because of "switch" element added to the
24526 bin but not connected. (Removing from the bin temporarily)
24528 2003-12-21 Julien MOUTTE <julien@moutte.net>
24530 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24531 find X development files. I don't understand the previous tests and
24532 they fail on my debian/ppc unstable. This one works.
24533 * examples/gstplay/player.c: (main): Set the pipeline to READY before
24535 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24536 (gst_play_set_video_sink), (gst_play_set_audio_sink),
24537 (gst_play_set_visualization): Add some safety checks in set_ methods
24538 and state_change. This was throwing some ugly CRITICAL messages when
24539 pipeline was getting disposed and casts were failing.
24541 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
24544 Improve mpeg2enc detection. This is for distributions that do
24545 ship mjpegtools, but without mpeg2enc. Also does object check
24546 for might there ever be ABI incompatibility.
24547 * ext/mpeg2enc/gstmpeg2enc.cc:
24548 Add Andrew as second maintainer (he's helping me), and also add
24549 an error if no caps was set. This happens if I pull before capsnego
24550 and that's something I should solve sometime else.
24551 * gst/matroska/matroska-demux.c:
24552 (gst_matroska_demux_parse_blockgroup):
24554 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24555 (gst_matroska_mux_track_header):
24556 Add caps to templates.
24557 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24558 Add mpegversion=1 to prevent confusion with MPEG/AAC.
24559 * gst/mpegstream/gstmpegdemux.c:
24560 Remove layer since it causes warnings about unfixed caps.
24561 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24562 Fix obvious typo (we error out if caps were set, we should of
24563 course error out if *no* caps were set).
24564 * sys/oss/gstosselement.c: (gst_osselement_convert):
24565 Fix format conversion, we confused bits/bytes.
24566 * sys/oss/gstosselement.h:
24567 Improve documentation for 'bps'.
24569 Remove stuff about plugins that need removing - this was done
24571 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24572 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24573 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24574 (gst_v4lsrc_src_query):
24575 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24576 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24577 Add get_query_types(), get_formats() and query() functions.
24579 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
24581 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24582 * moved CVS to freedesktop.org