1 2007-04-06 Wim Taymans <wim@fluendo.com>
3 * gst/playback/gstplaybin.c: (add_sink),
4 (gst_play_bin_change_state):
5 Activate sync in playbin, we are ready to handle it for live streams.
7 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9 * tests/check/elements/playbin.c:
10 (test_sink_usage_video_only_stream), (playbin_suite):
11 Add small test for stream-info-value-array code paths.
13 2007-04-05 Wim Taymans <wim@fluendo.com>
15 * gst-libs/gst/audio/gstbaseaudiosink.c:
16 (gst_base_audio_sink_skew_slaving):
17 Don't try to create invalid calibration parameters by making the
18 internal time go backwards, instead make external time go forward.
20 2007-04-05 Wim Taymans <wim@fluendo.com>
22 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
24 * gst/playback/gstplaybasebin.c: (add_stream):
25 Fix leak in add_stream(), when g_value_set_object() increases the
26 refcount of streaminfo object. Fixes #426250.
28 2007-04-03 David Schleef <ds@schleef.org>
30 * gst/videotestsrc/gstvideotestsrc.c:
31 * gst/videotestsrc/gstvideotestsrc.h:
32 * gst/videotestsrc/videotestsrc.c:
33 * gst/videotestsrc/videotestsrc.h:
34 Add a test pattern called "circular", which has concentric
35 rings with varying radial frequency. The main purpose of this
36 pattern is to test fidelity loss in a filter or scaler element.
37 Notably, this pattern is scale invariant, and is optimally viewed
38 with a width (and height) of 400.
40 2007-04-03 Wim Taymans <wim@fluendo.com>
42 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
44 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
45 (deactivate_free_recursive):
46 Decodebin2 doesn't unref pads it obtains in some occasions:
47 - multiqueue src pads, when either connecting further or exposing
48 - sink pads of new autoplugged elements
49 - peer pads when recursively freeing elements
52 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
54 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
55 Add audio/x-raw-float support, now that audioconvert support
56 non-native endianness floats.
58 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
60 * docs/libs/gst-plugins-base-libs-docs.sgml:
61 gstreamer-plugins-base.pc doesn't exist, it's
62 gstreamer-plugins-base-0.10.pc.
64 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
66 Patch by: René Stadler <mail at renestadler dot de>
67 with some minor changes
69 * gst-libs/gst/floatcast/floatcast.h:
70 Use more efficient float endianness conversion functions that don't
71 involve 2 function calls per value.
72 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
73 (check_default), (audio_convert_prepare_context):
74 * gst/audioconvert/gstaudioconvert.c:
75 (gst_audio_convert_parse_caps), (make_lossless_changes):
76 Support non-native endianness floats as input and output.
78 * tests/check/elements/audioconvert.c: (verify_convert),
80 Add unit tests for the non-native endianness float conversions.
82 2007-03-29 Wim Taymans <wim@fluendo.com>
84 * gst-libs/gst/rtp/gstbasertpdepayload.c:
85 (gst_base_rtp_depayload_base_init),
86 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
87 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
88 (gst_base_rtp_depayload_set_gst_timestamp),
89 (gst_base_rtp_depayload_change_state),
90 (gst_base_rtp_depayload_set_property),
91 (gst_base_rtp_depayload_get_property):
92 * gst-libs/gst/rtp/gstbasertpdepayload.h:
93 Add Private structure.
94 Bring element code to 2007.
95 Parse clock-base caps param and use it when generating the
97 Reset variables before going to PAUSED.
100 2007-03-29 Wim Taymans <wim@fluendo.com>
102 * docs/libs/gst-plugins-base-libs-docs.sgml:
103 * docs/libs/gst-plugins-base-libs-sections.txt:
104 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
105 (gst_base_rtp_audio_payload_get_adapter):
109 * gst-libs/gst/rtp/Makefile.am:
110 * gst-libs/gst/rtp/gstrtcpbuffer.c:
111 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
112 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
113 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
114 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
115 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
116 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
117 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
118 (gst_rtcp_packet_sr_get_sender_info),
119 (gst_rtcp_packet_sr_set_sender_info),
120 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
121 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
122 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
123 (gst_rtcp_packet_sdes_get_chunk_count),
124 (gst_rtcp_packet_sdes_first_chunk),
125 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
126 (gst_rtcp_packet_sdes_first_item),
127 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
128 (gst_rtcp_packet_bye_get_ssrc_count),
129 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
130 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
131 (gst_rtcp_packet_bye_get_reason_len),
132 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
133 * gst-libs/gst/rtp/gstrtcpbuffer.h:
134 Add new helper object for parsing and creating RTCP messages.
136 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
138 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
139 PCM samples with width=8 must be always unsigned, no matter what
142 2007-03-29 Andy Wingo <wingo@pobox.com>
144 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
145 perfect offsets also, not just timestamps.
147 * tests/check/elements/videorate.c (test_more): Test that given
148 any incoming offsets, that videorate produces perfect offsets.
150 2007-03-29 Wim Taymans <wim@fluendo.com>
152 * gst-libs/gst/riff/riff-ids.h:
153 Add some more RIFF formats.
155 2007-03-29 Wim Taymans <wim@fluendo.com>
157 * gst-libs/gst/rtp/gstrtpbuffer.c:
158 (gst_rtp_buffer_default_clock_rate):
159 * gst-libs/gst/rtp/gstrtpbuffer.h:
160 Fix fixed payload names and docs.
161 Added method to get the default clock rates of fixed payload types.
162 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
164 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
166 * tests/check/pipelines/.cvsignore:
167 Add new vorbisdec test to cvsignore.
169 2007-03-28 Wim Taymans <wim@fluendo.com>
171 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
172 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
173 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
174 (gst_base_audio_sink_set_property),
175 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
176 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
177 (gst_base_audio_sink_skew_slaving),
178 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
179 (gst_base_audio_sink_async_play):
180 * gst-libs/gst/audio/gstbaseaudiosink.h:
181 Store private stuff in GstBaseAudioSinkPrivate.
182 Add configurable clock slaving modes property.
183 API:: GstBaseAudioSink::slave-method property
184 Some more latency reporting tweaks.
185 Added skew based clock slaving correction and make it the default until
186 the resampling method is more robust.
188 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
190 * gst/audioconvert/audioconvert.c:
191 Add docs to the integer pack functions and implement proper
192 rounding. Before we had rounding towards negative infinity, i.e.
193 always the smaller number was taken. Now we use natural rounding,
194 i.e. rounding to the nearest integer and to the one with the largest
195 absolute value for X.5. The old rounding introduced some minor
196 distortions. Fixes #420079
197 * tests/check/elements/audioconvert.c: (GST_START_TEST):
198 Fix one unit test that assumed the old rounding and added unit tests
199 for checking signed/unsigned int16 <-> signed/unsigned int16 with
200 depth 8, one for signed int16 <-> unsigned int16 and one for the new
201 rounding from signed int32 to signed/unsigned int16.
203 2007-03-27 Michael Smith <msmith@fluendo.com>
205 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
206 (gst_audio_convert_transform_caps):
207 Fix typo in debug line introduced recently, as pointed out on irc.
209 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
211 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
212 * tests/check/libs/tag.c: (GST_START_TEST):
213 Make sure we parse floating-point numbers in vorbis comments
214 correctly with either '.' or ',' as separator, no matter what
215 the current locale is. Add unit test for this too.
217 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
219 Patch by: René Stadler <mail at renestadler de>
221 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
222 When writing out floating-point numbers to vorbis comment tags, always
223 use the same character as separator no matter what the current locale is
226 * tests/check/libs/tag.c: (GST_START_TEST):
227 Add unit tests for replaygain tags in vorbis comments (closes #423055).
229 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
231 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
232 vorbis_handle_data_packet):
233 Correctly set DURATION to generate a timestamp-continuous stream.
234 One bug left at the end; see
235 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
236 * tests/check/Makefile.am:
237 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
238 Add a test to check this. Without the above patch this test fails.
240 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
242 * gst-libs/gst/rtp/Makefile.am:
243 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
245 2007-03-23 Michael Smith <msmith@fluendo.com>
247 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
248 (gst_video_rate_reset), (gst_video_rate_chain):
249 If videorate changes caps, we can no longer use the old buffer
250 (which may have a different size, incompatible with our caps).
251 So don't do that; just duplicate the new frame more times.
253 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
255 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
256 Remove playbin's override of the set_clock vmethod. It's irrelevant
257 after Wim's commit on the 19th.
259 2007-03-22 Wim Taymans <wim@fluendo.com>
261 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
262 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
263 * ext/gnomevfs/gstgnomevfssrc.h:
264 Don't cache file sizes. Fixes #341078.
266 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
268 * gst/playback/gstplaybin.c: (add_sink):
269 Use GST_PTR_FORMAT to log caps.
271 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
273 Patch by: Young-Ho Cha <ganadist at chollian net>
275 * gst/subparse/samiparse.c: (handle_start_font):
276 Special-case some more colour names that pango doesn't handle by
277 default. Fixes #420578.
279 2007-03-20 Michael Smith <msmith@fluendo.com>
281 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
282 If we get a zero-sized input buffer, don't pass it to libvorbis, as
283 that marks EOS internally. After that, libvorbis will buffer all
284 input data, and encode none of it, eventually leading to memory
287 2007-03-19 Wim Taymans <wim@fluendo.com>
289 * gst/playback/gstdecodebin.c: (remove_fakesink):
290 Don't post STATE_DIRTY anymore.
292 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
293 (gst_play_bin_change_state):
294 Remove stream_time reset in seek handling, core does that now.
295 Disable clocking for live pipelines by forcing a NULL clock to the
296 complete pipeline, core is too smart now for our previous hack.
297 We can always autoplug in PAUSED now.
299 2007-03-17 David Schleef <ds@schleef.org>
301 * REQUIREMENTS: Update this file, change the formatting to make
302 it more consistent, plus more machine readable.
304 2007-03-16 Michael Smith <msmith@fluendo.com>
306 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
307 (strip_width_64), (append_with_other_format):
308 Previous fix was too simplistic, and broke the tests. Use a better
309 approach; only strip 64 from widths for integer audio.
311 2007-03-16 Michael Smith <msmith@fluendo.com>
313 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
314 (gst_audio_convert_transform_caps):
315 We don't support 64 bit integer audio, so don't try to claim we can.
316 Stops us producing caps don't match our template caps.
319 2007-03-15 Michael Smith <msmith@fluendo.com>
321 * gst/audioresample/gstaudioresample.c:
322 (audioresample_check_discont), (audioresample_transform):
323 Don't trigger discontinuities for very small imperfections; a filter
324 flush will sound bad, and many plugins have rounding errors leading
327 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
329 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
330 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
331 Add min-ptime property to RTP base audio payloader. Patch by
332 olivier.crete@collabora.co.uk.
335 Indentation/whitespace/documentation fixes.
337 2007-03-14 Julien MOUTTE <julien@moutte.net>
339 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
340 (audioresample_transform_size), (audioresample_do_output),
341 (audioresample_transform), (audioresample_pushthrough): Handle
342 discontinuous streams.
343 * gst/audioresample/gstaudioresample.h:
344 * tests/check/elements/audioresample.c:
345 (test_discont_stream_instance), (GST_START_TEST),
346 (audioresample_suite): Add a test for discontinuous streams.
347 * win32/common/config.h: Updated.
349 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
364 Update translations from translation project.
366 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
368 * gst/audioresample/debug.h:
369 * gst/audioresample/resample.c: (resample_init):
370 Since I really am not interested in a debug line for each sample
371 being processed, move the library's debugging to its own category,
374 2007-03-13 Michael Smith <msmith@fluendo.com>
376 * ext/theora/theoradec.c: (theora_handle_type_packet):
377 Since the plugin doesn't support anything other than 4:2:0 right
378 now, post an error and fail if we get something else. Won't matter
379 until libtheora supports the other pixel formats, but hopefully
382 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
384 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
385 Use gst_guint64_to_gdouble for conversion.
387 Add new files to the win32 MANIFEST.
388 * win32/common/libgstaudio.def:
389 * win32/common/libgstpbutils.def:
390 Add new exported functions.
391 * win32/vs6/gst_plugins_base.dsw:
392 * win32/vs6/libgstdecodebin.dsp:
393 * win32/vs6/libgstplaybin.dsp:
394 Change the link to libgstpbutils.lib.
395 * win32/vs6/libgstdecodebin2.dsp:
396 Add a new project for decodebin2.
397 * win32/vs6/libgstpbutils.dsp:
398 Add a new project for pbutils.
400 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
402 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
403 Also accept partial dates with only year and month,
404 like 1999-12-00 (fixes #410396 even more).
406 * tests/check/libs/tag.c: (GST_START_TEST):
407 Add unit test for the above.
409 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
411 * tests/check/elements/subparse.c: (GST_START_TEST),
413 Add unit test for MPL2 subtitle format (#413799).
415 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
417 Patch by: Kamil Pawlowski <kamilpe gmail com>
419 * gst/subparse/Makefile.am:
420 * gst/subparse/gstsubparse.c:
421 (gst_sub_parse_data_format_autodetect),
422 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
423 (gst_subparse_type_find):
424 * gst/subparse/gstsubparse.h:
425 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
426 * gst/subparse/mpl2parse.h:
427 Add support for MPL2 subtitle format (#413799).
429 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
432 We require core CVS for the new buffer metadata copy functions.
434 2007-03-09 Wim Taymans <wim@fluendo.com>
436 * gst-libs/gst/tag/gstid3tag.c:
437 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
440 Patch by: Alex Lancaster <alexl at users sourceforge net>
442 2007-03-09 Wim Taymans <wim@fluendo.com>
444 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
445 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
446 Improve adapter usage and comments.
448 2007-03-09 Wim Taymans <wim@fluendo.com>
450 * ext/pango/gsttextrender.c: (gst_text_render_chain):
451 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
452 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
453 Use new metadata copy function.
455 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
456 (gst_ffmpegcsp_transform):
457 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
458 Basetransform copied the metadata for us.
460 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
462 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
463 (gst_text_overlay_video_event):
464 Some more logging. Only accept newsegment events in TIME format and
465 send a WARNING message if they are not in TIME format.
467 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
468 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
469 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
470 * gst/subparse/gstsubparse.h:
471 No need to allocate GstSegment structure dynamically, just put it
472 into the instance structure; ignore newsegment events in BYTE
473 format and in particular don't let it overwrite our saved TIME
474 segment from the last seek.
476 2007-03-09 Michael Smith <msmith@fluendo.com>
478 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
479 Replace AC3 typefinder with one that isn't terrible, and actually
482 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
484 * gst/audioconvert/gstaudioconvert.c:
485 (gst_audio_convert_transform):
486 fix error category and translatable string
489 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
491 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
492 * pkgconfig/gstreamer-plugins-base.pc.in:
493 Fix up utils => pbutils here too.
495 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
497 * gst/subparse/gstsubparse.c: (handle_buffer):
498 Break out of loop in chain function as soon as possible if we get
499 a non-OK flow return.
501 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
503 * tests/check/elements/alsa.c: (GST_START_TEST):
504 Unref the mixer if the state change fails too (if the
505 alsa devices are inaccessible, for example)
507 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
509 * tests/check/Makefile.am:
510 Don't test libvisual elements in the states check, because libvisual
511 seems to leak internally.
513 Re-enable the alsa and states tests now that there's new suppressions
516 * tests/check/elements/alsa.c: (GST_START_TEST):
517 Don't leak the alsamixer we instantiated.
519 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
521 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
522 (gst_ximagesink_change_state), (gst_ximagesink_reset),
523 (gst_ximagesink_finalize):
524 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
525 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
526 Move some cleanup stuff from the state change handler into a _reset()
527 function that can be called from _finalize(). This ensures that things
528 get freed even if (for some reason) the NULL->READY state transition
529 fails in the parent class.
530 Even if a parent state change fails, process our downward state change
531 logic instead of bailing out early.
532 Free the correct xcontext pointer in ximagesink's xcontext_clear.
534 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
536 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
539 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
540 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
541 Use pango_font_description_set_family_static instead of
542 pango_font_description_set_family to save a string copy (it was
543 leaking due to the strdup anyway)
545 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
546 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
547 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
548 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
549 Chain up in finalize.
551 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
553 * gst-libs/gst/interfaces/mixertrack.c:
554 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
555 (gst_mixer_track_set_property):
556 API: add "untranslated-label" property which should be set by
557 implementations at construct time (#414645).
559 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
560 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
561 Set "untranslated-label" when constructing mixer track objects.
563 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
564 Unit test to check the above.
566 2007-03-07 Wim Taymans <wim@fluendo.com>
568 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
569 Fix confusing debug message.
571 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
573 * gst-plugins-base.doap:
574 update doap file with new version
576 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
581 === release 0.10.12 ===
583 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
586 releasing 0.10.12, "Zombie Horde"
588 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
591 Bump version to 0.10.11.4 pre-release
593 2007-03-06 Wim Taymans <wim@fluendo.com>
595 * gst-libs/gst/audio/gstbaseaudiosink.c:
596 (gst_base_audio_sink_async_play):
597 Fix regression that made GStreamer skip the first samples of audio.
600 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
603 Bump version to 0.10.11.3 pre-release
605 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
608 Update paths for the rename from utils to pbutils to fix the build.
610 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
612 * gst-libs/gst/pbutils/Makefile.am:
613 Change directory to install headers in from gst/utils to gst/pbutils
616 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
619 * docs/libs/gst-plugins-base-libs-docs.sgml:
620 * docs/libs/gst-plugins-base-libs-sections.txt:
621 * gst-libs/gst/Makefile.am:
622 * gst-libs/gst/interfaces/mixer.c:
623 * gst-libs/gst/pbutils/Makefile.am:
624 * gst-libs/gst/pbutils/descriptions.c:
625 (gst_pb_utils_get_source_description),
626 (gst_pb_utils_get_sink_description),
627 (gst_pb_utils_get_decoder_description),
628 (gst_pb_utils_get_encoder_description),
629 (gst_pb_utils_get_element_description),
630 (gst_pb_utils_add_codec_description_to_tag_list),
631 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
632 * gst-libs/gst/pbutils/descriptions.h:
633 * gst-libs/gst/pbutils/install-plugins.c:
634 * gst-libs/gst/pbutils/install-plugins.h:
635 * gst-libs/gst/pbutils/missing-plugins.c:
636 (gst_missing_uri_source_message_new),
637 (gst_missing_uri_sink_message_new),
638 (gst_missing_element_message_new),
639 (gst_missing_decoder_message_new),
640 (gst_missing_encoder_message_new),
641 (gst_missing_plugin_message_get_description):
642 * gst-libs/gst/pbutils/missing-plugins.h:
643 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
644 * gst-libs/gst/pbutils/pbutils.h:
645 * gst-libs/gst/utils/Makefile.am:
646 * gst-libs/gst/utils/base-utils.c:
647 * gst-libs/gst/utils/base-utils.h:
648 * gst-libs/gst/utils/descriptions.c:
649 * gst-libs/gst/utils/descriptions.h:
650 * gst-libs/gst/utils/install-plugins.c:
651 * gst-libs/gst/utils/install-plugins.h:
652 * gst-libs/gst/utils/missing-plugins.c:
653 * gst-libs/gst/utils/missing-plugins.h:
654 * gst-plugins-base.spec.in:
655 * gst/playback/Makefile.am:
656 * gst/playback/gstdecodebin.c:
657 * gst/playback/gstdecodebin2.c:
658 * gst/playback/gstplaybasebin.c: (setup_subtitle),
659 (gen_source_element):
660 * gst/playback/gstplaybin.c: (plugin_init):
661 * tests/check/Makefile.am:
662 * tests/check/libs/pbutils.c: (GST_START_TEST),
663 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
664 * tests/check/libs/utils.c:
665 rename utils to pbutils
667 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
669 * docs/plugins/Makefile.am:
670 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
671 * docs/plugins/gst-plugins-base-plugins-sections.txt:
672 * docs/plugins/inspect/plugin-decodebin2.xml:
673 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
674 Add documentation for decodebin2 that indicates that the API
677 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
680 Update to 0.10.11.2 (0.10.12 pre-release)
682 2007-03-01 Wim Taymans <wim@fluendo.com>
684 * gst-libs/gst/audio/gstbaseaudiosink.c:
685 (gst_base_audio_sink_async_play):
686 base time is irrelevant here.
688 2007-03-01 Wim Taymans <wim@fluendo.com>
690 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
691 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
694 * gst-libs/gst/audio/gstbaseaudiosink.c:
695 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
696 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
697 Improve latency and clock slaving calculations.
698 Improve slave clock calibration.
700 * gst-libs/gst/audio/gstringbuffer.c:
701 (gst_ring_buffer_commit_full):
702 When we are asked to render N sample to 0 bytes, return N.
704 2007-03-01 Wim Taymans <wim@fluendo.com>
706 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
707 (gst_alsasink_write), (gst_alsasink_reset):
708 * ext/alsa/gstalsasink.h:
709 Remove unused dispose function.
710 Rename lock to not interfere with alsasrc lock.
712 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
713 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
714 (gst_alsasrc_read), (gst_alsasrc_reset):
715 * ext/alsa/gstalsasrc.h:
716 Implement finalize function.
717 Use lock to protect alsa access.
721 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
724 Convert to new AG_GST style.
726 2007-02-28 Wim Taymans <wim@fluendo.com>
728 Patch by: Ed Catmur <ed at catmur dot co dot uk>
730 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
731 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
732 Fix race condition when rapidly switching visualisations in playbin.
735 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
737 * tests/check/Makefile.am:
738 Include local stuff before system installed things in LDFLAGS and
741 2007-02-28 Wim Taymans <wim@fluendo.com>
743 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
746 2007-02-28 Wim Taymans <wim@fluendo.com>
748 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
749 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
750 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
751 Fix duration and timestamping, taking latency into account.
752 Implement latency query.
754 2007-02-28 Wim Taymans <wim@fluendo.com>
756 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
757 (gst_audio_clock_new):
760 * gst-libs/gst/audio/gstbaseaudiosink.c:
761 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
762 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
763 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
764 (gst_base_audio_src_create):
765 Improve latency query code.
766 Use proper clock names.
768 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
770 * tests/check/generic/states.c: (GST_START_TEST):
771 Copy the states.c test from core again
772 * tests/check/Makefile.am:
773 ignore cdio and cdparanoiasrc
775 2007-02-28 Stefan Kost <ensonic@users.sf.net>
777 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
778 (double_hq), (audio_convert_get_func_index), (check_default),
779 (audio_convert_prepare_context), (audio_convert_convert):
780 Also make valgrind happy and avoid copying data in some cases.
782 2007-02-28 Stefan Kost <ensonic@users.sf.net>
784 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
785 (double_hq), (audio_convert_get_func_index),
786 (audio_convert_prepare_context), (audio_convert_convert):
787 * gst/audioconvert/gstaudioconvert.c:
788 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
789 (gst_audio_convert_transform_caps):
790 * tests/check/elements/audioconvert.c: (GST_START_TEST),
791 (audioconvert_suite):
792 Don't run inplace if that overwrites source data as we go. Add more
793 tests. Fixes #339837 even more.
795 2007-02-27 Julien MOUTTE <julien@moutte.net>
797 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
798 (msg_segment_done): Fix various seeking bugs (Slider was not
799 updating when doing a non flushing seek, Reverse playback
800 on segment seek was wrong).
802 2007-02-26 Wim Taymans <wim@fluendo.com>
804 * tests/examples/seek/seek.c: (stop_seek):
805 When we stop scrubbing, don't leave the pipeline PLAYING when we
806 requested a PAUSED state.
808 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
810 Patch by: René Stadler <mail at renestadler de>
812 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
813 Parse date strings in vorbis comments that have an invalid (zero)
814 month or day (#410396).
816 * tests/check/libs/tag.c: (GST_START_TEST):
817 Test case for the above.
819 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
821 Patch by: Loïc Minier <lool+gnome at via ecp fr>
824 * ext/alsa/Makefile.am:
825 * gst/audiotestsrc/Makefile.am:
826 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
828 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
830 * gst/playback/gstplaybin.c:
831 Improve docs: point out that the application needs to assist playbin
834 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
836 * gst-libs/gst/utils/install-plugins.c:
837 * gst-libs/gst/utils/missing-plugins.c:
838 * tests/check/libs/utils.c: (missing_msg_check_getters):
839 Change GStreamer marker prefix in detail string from 'gstreamer.net'
840 to just 'gstreamer'. Document the caps string component of the
841 decoder/encoder detail a bit better, since not everyone will be
842 familiar with the GStreamer media type/caps system (but they better
843 enjoy nested itemized lists).
845 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
847 * gst-libs/gst/netbuffer/gstnetbuffer.c:
848 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
849 Fix copying of GstNetBuffer (would crash before, or at least lead to
850 invalid memory access, #410772), for now by copying the GstBuffer copy
851 code from the core over here so we can copy the GstBuffer fields on a
852 provided buffer instance (of type GstNetBuffer in this case). Would be
853 better to fix this with some support by the core though (and in the long
854 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
856 * tests/check/Makefile.am:
857 Enable unit test for GstNetBuffer.
859 2007-02-22 Andy Wingo <wingo@pobox.com>
861 * gst-libs/gst/audio/gstbaseaudiosink.c
862 (gst_base_audio_sink_init): Disable pull-mode activation until we
863 figure out how to make audio sinks go to PLAYING.
865 2007-02-22 Stefan Kost <ensonic@users.sf.net>
867 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
868 (double_hq), (audio_convert_get_func_index),
869 (audio_convert_prepare_context), (audio_convert_convert):
870 * gst/audioconvert/audioconvert.h:
871 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
872 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
873 * gst/audioconvert/gstchannelmix.h:
874 * tests/check/elements/audioconvert.c: (GST_START_TEST):
875 Add float as an intermediate format, as well as float mixing. Enable
876 test that was failing before. Fixes #339837
878 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
880 * tests/examples/seek/seek.c: (do_seek):
881 Undo the previous commit: -1 as a stop time implies that the stop
882 time is the end of file, clearing any previously configured segment.
884 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
886 * tests/examples/seek/seek.c: (do_seek):
887 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
889 2007-02-21 Stefan Kost <ensonic@users.sf.net>
891 * gst/volume/gstvolume.c: (volume_process_int16),
892 (volume_process_int16_clamp), (volume_set_caps):
893 Unbreak volume, value remains gint.
895 2007-02-21 Stefan Kost <ensonic@users.sf.net>
897 * gst/volume/gstvolume.c: (volume_choose_func),
898 (volume_update_real_volume), (gst_volume_set_volume),
899 (gst_volume_init), (volume_process_double), (volume_process_float),
900 (volume_process_int16), (volume_process_int16_clamp),
901 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
902 * gst/volume/gstvolume.h:
903 Extend float audio support (double) and some int->uint cleanups.
905 2007-02-20 Edward Hervey <edward@fluendo.com>
907 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
908 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
909 (sort_end_pads), (gst_decode_group_expose),
910 (gst_decode_group_hide):
911 Don't free groups from the streaming threads. Just put them aside and
912 free them in dispose.
914 2007-02-20 Edward Hervey <edward@fluendo.com>
916 * gst/playback/gstdecodebin2.c: (connect_element),
917 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
918 (sort_end_pads), (gst_decode_group_expose):
919 Handle dynamic pads within groups.
920 Sort pads before exposing them in order to make playbin happy.
921 There still is a race with the multiqueue filling up. This should be
925 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
927 * gst-libs/gst/utils/base-utils.c:
928 * gst-libs/gst/utils/descriptions.c:
929 * gst-libs/gst/utils/install-plugins.c:
930 * gst-libs/gst/utils/missing-plugins.c:
931 Some more docs (and descriptions for two subtitle formats).
933 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
935 * gst-libs/gst/audio/audio.c:
938 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
940 Patch by: Yves Lefebvre <ivanohe abacom com>
942 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
943 Don't leak caps. Fixes #408278.
945 2007-02-15 Stefan Kost <ensonic@users.sf.net>
947 * ext/cdparanoia/gstcdparanoiasrc.h:
948 * ext/ogg/gstoggdemux.h:
949 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
950 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
951 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
952 * gst-libs/gst/audio/audio.h:
953 * gst-libs/gst/audio/gstaudiofilter.h:
954 * gst-libs/gst/interfaces/videoorientation.h:
955 * gst/adder/gstadder.h:
956 More docs coverage and some ChangeLog surgery (add missing names)
958 2007-02-15 Wim Taymans <wim@fluendo.com>
960 * sys/ximage/ximagesink.c:
961 (gst_ximagesink_calculate_pixel_aspect_ratio):
962 * sys/xvimage/xvimagesink.c:
963 (gst_xvimagesink_calculate_pixel_aspect_ratio):
964 Small constifications.
966 2007-02-15 Wim Taymans <wim@fluendo.com>
968 * gst-libs/gst/audio/gstbaseaudiosink.c:
969 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
970 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
971 (gst_base_audio_sink_async_play),
972 (gst_base_audio_sink_change_state):
973 Answer latency query.
974 Use configured latency when syncing.
977 * gst-libs/gst/audio/gstbaseaudiosrc.c:
978 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
979 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
980 Fix possible memleak.
981 Implement latency query.
984 2007-02-15 Wim Taymans <wim@fluendo.com>
986 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
987 Ignore errors in reset, these are not fatal. They also grab the element
988 lock which is already taking when this function is called. Fixes
991 2007-02-13 Stefan Kost <ensonic@users.sf.net>
994 Remove 'tests/examples/xerror/Makefile' from output files again.
996 2007-02-13 Stefan Kost <ensonic@users.sf.net>
999 * docs/plugins/Makefile.am:
1000 Also crossref against gst-plugins-base-libs.
1002 2007-02-12 Stefan Kost <ensonic@users.sf.net>
1005 * docs/libs/Makefile.am:
1006 * docs/plugins/Makefile.am:
1007 Add crossreferences to glib/gobject/gstream docs.
1009 * gst-libs/gst/audio/audio.h:
1012 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1013 Add own debug category.
1015 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
1017 Patch by: René Stadler <mail at renestadler de>
1019 * gst-libs/gst/tag/gstvorbistag.c:
1020 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1023 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
1025 * gst/playback/gstplaybasebin.c: (setup_source):
1026 When we have external subtitles and wait for the subtitle decodebin
1027 to get up and running, we set up a (sync) bus handler for the
1028 subtitle decodebin, so we can stop waiting when it posts an error
1029 message. However, we should do that before we set the subtitle
1030 decodebin's state to playing, otherwise things are racy and we might
1031 miss error messages posted before we had a chance to set up the bus.
1032 This should finally fix totem hanging on .txt pseudo-subtitle files.
1034 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
1036 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1037 Use gst_gdouble_to_guint64 for conversions.
1038 * win32/common/config.h.in:
1039 Add a define for GST_INSTALL_PLUGINS_HELPER
1040 * win32/common/libgstaudio.def:
1041 * win32/common/libgstcdda.def:
1042 * win32/common/libgstnetbuffer.def:
1043 * win32/common/libgstrtp.def:
1044 * win32/common/libgutils.def:
1045 Add new exported functions.
1046 * win32/vs6/gst_plugins_base.dsw:
1047 * win32/vs6/libgstdecodebin.dsp:
1048 * win32/vs6/libgstnetbuffer.dsp:
1049 * win32/vs6/libgstplaybin.dsp:
1050 * win32/vs6/libgstrtp.dsp:
1051 * win32/vs6/libgstvorbis.dsp:
1052 * win32/vs6/libgstcdda.dsp:
1053 * win32/vs6/libgstgdp.dsp:
1054 * win32/vs6/libgstutils.dsp:
1055 Update and add new project files.
1057 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
1059 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1060 (subrip_remove_unhandled_tags), (parse_subrip):
1061 For SubRip (.srt) subtitles, ignore all markup tags we don't
1062 handle (like font tags, for example).
1064 * tests/check/elements/subparse.c:
1067 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1069 * gst/playback/gstdecodebin.c: (add_fakesink),
1070 (gst_decode_bin_change_state):
1071 * gst/playback/gstdecodebin2.c: (add_fakesink),
1072 (gst_decode_bin_change_state):
1073 Don't error out if there is no fakesink in the NULL to READY state
1074 change, since when decodebin is re-used, we're only adding the
1075 fakesink element in READY to PAUSED.
1077 * tests/check/elements/decodebin.c:
1078 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1080 Minimal unit test to make sure we can use the same decodebin
1081 instance twice (at least with audiotestsrc input).
1083 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1085 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1086 Try to get devic-name from device string first, and from handle only
1087 as fallback (seems to yield better results and is more robust
1088 against buggy probing code on the application side).
1090 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
1092 Based on patch by: Julien Puydt <julien.puydt at laposte net>
1094 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1095 (gst_alsa_find_device_name):
1096 * ext/alsa/gstalsa.h:
1097 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1098 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1099 Improve device-name detection a bit, especially in the case where
1100 the device is not actually open (#405020, #405024). Move common code
1101 into gstalsa.c instead of duplicating it.
1103 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
1105 * gst/audioconvert/gstaudioconvert.c:
1106 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1108 2007-02-06 Julien MOUTTE <julien@moutte.net>
1110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1111 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1112 (gst_xvimagesink_interface_supported),
1113 (gst_xvimagesink_probe_get_properties),
1114 (gst_xvimagesink_probe_probe_property),
1115 (gst_xvimagesink_probe_needs_probe),
1116 (gst_xvimagesink_probe_get_values),
1117 (gst_xvimagesink_property_probe_interface_init),
1118 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1119 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1120 (gst_xvimagesink_get_type):
1121 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1122 for XVAdaptors so that one can choose the adaptor to use with
1123 gstreamer-properties.
1125 2007-02-06 Stefan Kost <ensonic@users.sf.net>
1127 * gst/audioconvert/gstaudioconvert.c:
1128 Also mention that a conversion from double to float is suboptimal still.
1130 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
1132 * gst-libs/gst/audio/gstaudiofilter.c:
1133 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1134 Clear our formats structure and free the caps contained in it when
1137 2007-02-05 Andy Wingo <wingo@pobox.com>
1139 * gst-libs/gst/audio/gstbaseaudiosink.c
1140 (gst_base_audio_sink_callback): Update basesink->offset so that we
1141 pull monotonically increasing offsets instead of, um, seeking back
1142 to 0 each time. Fixes alsasrc ! alsasink!
1144 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
1146 * gst/videoscale/gstvideoscale.c:
1147 A width and height of 1 makes us crash, so increase minimum size to
1148 2x2 pixels until someone feels like fixing this (#404512).
1150 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1152 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1153 Add small test to make sure request pads are cleaned up properly
1154 even if oggmux never changes state out of NULL.
1156 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1158 * tests/check/libs/utils.c: (GST_START_TEST):
1159 Fix unit test. Turns out things work much better when you
1160 NULL-terminate string arrays. Should make p5 build bot happy again.
1162 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1164 * gst-libs/gst/audio/Makefile.am:
1165 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1166 (gst_audio_filter_template_base_init),
1167 (gst_audio_filter_template_class_init),
1168 (gst_audio_filter_template_init),
1169 (gst_audio_filter_template_set_property),
1170 (gst_audio_filter_template_get_property),
1171 (gst_audio_filter_template_setup),
1172 (gst_audio_filter_template_filter),
1173 (gst_audio_filter_template_filter_inplace), (plugin_init):
1174 Oops, forgot to commit fixed-up example.
1176 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1178 * docs/libs/gst-plugins-base-libs-sections.txt:
1179 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1180 (gst_audio_filter_class_init), (gst_audio_filter_init),
1181 (gst_audio_filter_set_caps),
1182 (gst_audio_filter_class_add_pad_templates):
1183 * gst-libs/gst/audio/gstaudiofilter.h:
1184 Port GstAudioFilter to 0.10. This change technically breaks
1185 API and ABI (and thus also every library developer's heart),
1186 but seems justifiable on the grounds that the base class was
1187 completely unusable before (ie. would crash immediately when
1188 actually used). Fixes #403963 (and eventually also #403572).
1189 Also document all of this a bit.
1191 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1193 * gst-libs/gst/utils/install-plugins.c:
1194 (gst_install_plugins_spawn_child):
1195 * tests/check/libs/utils.c:
1196 (test_base_utils_install_plugins_do_callout):
1197 Lowering log level to see why things fail on the p5 build bot;
1198 fix some typos in unit test messages.
1200 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1202 * tests/check/libs/utils.c:
1203 (test_base_utils_install_plugins_do_callout):
1204 Don't hard-code temp directory for test helper; use GLib functions
1205 to write out file and do error checking etc.
1207 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1209 * gst-libs/gst/utils/Makefile.am:
1210 * gst-libs/gst/utils/base-utils.h:
1211 * gst-libs/gst/utils/install-plugins.c:
1212 (gst_install_plugins_context_set_xid),
1213 (gst_install_plugins_context_new),
1214 (gst_install_plugins_context_free),
1215 (gst_install_plugins_get_helper),
1216 (gst_install_plugins_spawn_child),
1217 (gst_install_plugins_return_from_status),
1218 (gst_install_plugins_installer_exited),
1219 (gst_install_plugins_async), (gst_install_plugins_sync),
1220 (gst_install_plugins_return_get_name),
1221 (gst_install_plugins_installation_in_progress):
1222 * gst-libs/gst/utils/install-plugins.h:
1223 API: add API for applications to initiate installation of missing
1224 plugins, ie. gst_install_plugins_async() primarily.
1225 Based on libgimme-codec by Ryan Lortie.
1228 Add --with-install-plugins-helper configure option so distros can specify
1229 the path of the helper script or program to call when plugin installation
1230 is requested (distros: please do any argument munging in this helper
1231 script instead of patching GStreamer to pass arguments differently
1232 to another program directly).
1234 * docs/libs/gst-plugins-base-libs-docs.sgml:
1235 * docs/libs/gst-plugins-base-libs-sections.txt:
1236 Build and document new API.
1238 * tests/check/libs/utils.c: (result_cb),
1239 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1240 (libgstbaseutils_suite):
1241 Some simple checks for the new API.
1243 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1245 * tests/check/elements/audioconvert.c: (test_float_conversion):
1246 Add small test for 32bit float <=> 64bit float conversion (works
1247 only one way so far, 32=>64 produces structured noise).
1249 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1251 * gst/audioconvert/gstaudioconvert.c:
1252 (set_structure_widths_32_and_64), (make_lossless_changes):
1253 We don't support floats with a width of 40, 48 or 56 bits.
1255 2007-02-02 Stefan Kost <ensonic@users.sf.net>
1257 * gst/audioconvert/audioconvert.c: (float), (double),
1258 (audio_convert_get_func_index):
1259 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1260 (make_lossless_changes):
1261 Support for 64-bit float audio in audioconvert (#339837)
1263 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
1265 Patch by: Holger Wansing <linux wansing-online de>
1269 Add German translation (#352069).
1271 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1273 reviewed by: Wim Taymans <wim@fluendo.com>
1275 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1276 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1277 Use newly added GstCollectPads API to free the allocated resources in
1278 the GstOggPad structures (#402393).
1280 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1282 * gst/playback/gstplaybin.c: (gen_vis_element):
1283 Add audioresample+audioconvert in front of the visualisation
1284 element, so that elements like libvisual 0.4 that don't support all
1285 samplerates can work.
1289 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1291 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1292 (gst_play_base_bin_get_streaminfo_value_array):
1293 Take some locks and make a copy of the streaminfo value array we
1294 maintain while holding the lock, so that the application can
1295 retrieve the stream-info as a value array in a thread-safe way.
1297 2007-01-30 Wim Taymans <wim@fluendo.com>
1299 * gst/audioconvert/gstaudioconvert.c:
1300 Don't fail on 0 sized buffers. Fixes #396835.
1302 2007-01-29 David Schleef <ds@schleef.org>
1304 * gst/typefind/gsttypefindfunctions.c:
1305 Detect BBCD as video/x-dirac, so we can play raw dirac
1308 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1310 * ext/theora/theoraenc.c: (theora_enc_chain):
1311 Check return value of theora_encode_header(), or we might try to
1312 allocate a random number of bytes. theora_encode_header() can fail
1313 if libtheora has been compiled with encoding support disabled.
1316 2007-01-29 Wim Taymans <wim@fluendo.com>
1318 * tests/check/gst/.cvsignore:
1319 Do as buildbot says.
1321 2007-01-29 Wim Taymans <wim@fluendo.com>
1323 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1324 Fix strides in libvisual. Gst uses X strides.
1325 Inspired by: <ed at catmur dot co dot uk> and
1326 <tim at centricular dot net>
1329 2007-01-27 Wim Taymans <wim@fluendo.com>
1331 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1332 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1333 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1334 (gst_ogg_demux_perform_seek),
1335 (gst_ogg_demux_bisect_forward_serialno),
1336 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1337 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1338 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1339 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1340 * ext/ogg/gstoggdemux.h:
1341 Properly propagate streaming errors when we are scanning the file for
1342 chains so that we don't crash when shut down. Might fix some crashers
1343 when quickly switching oggs in RB such as #332503 and #378436.
1345 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1347 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1348 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1351 2007-01-25 Wim Taymans <wim@fluendo.com>
1353 * gst/playback/gstplaybasebin.c: (remove_source):
1354 Don't try to disconnect a signal from a finalized object.
1356 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1358 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1359 Cast lock macro parameters to make sure we're actually accessing the
1360 lock member at the right class level. Free list itself in _dispose()
1361 as well and NULL it in case dispose gets called multiple times.
1363 2007-01-25 Edward Hervey <edward@fluendo.com>
1365 * gst/playback/gstdecodebin2.c:
1366 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1367 Free GstDecodeGroups no longer used.
1368 (gst_decode_group_expose):
1369 Don't unlock too many times !
1370 (deactivate_free_recursive):
1371 Free iterator once we're done with it.
1372 Fix for recursively deactivating elements (stop at ghostpads).
1374 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1376 * gst/playback/gstplaybin.c: (handoff):
1377 Fix up caps on the frame buffer before we save it and potentially
1378 make it accessible to other threads via g_object_get; also use
1379 gst_buffer_replace() instead of gst_mini_object_replace().
1381 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1383 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1384 Make getting the current frame thread-safe.
1386 2007-01-25 Edward Hervey <edward@fluendo.com>
1388 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1389 (gst_decode_group_new), (gst_decode_group_free):
1390 Set queues to bigger sizes to cope with HD contents.
1391 Fix some mutex freeing and add comment about MT safe methods.
1393 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1395 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1396 (gst_text_overlay_text_event):
1397 Don't unnecessarily ref (and then leak) upstream events if the text
1398 pad is not linked. Fixes #399948.
1400 * tests/check/gst-plugins-base.supp:
1401 Add suppression for pango on edgy/x86 for textoverlay test.
1403 2007-01-24 Wim Taymans <wim@fluendo.com>
1405 * gst-libs/gst/rtp/gstrtpbuffer.h:
1406 Add some more fixed payloads.
1408 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1410 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1411 Error out properly if we get an error from libogg while reading the
1412 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1414 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1416 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1419 * tests/check/elements/playbin.c:
1420 (test_sink_usage_video_only_stream),
1421 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1422 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1423 (test_missing_suburisource_handler),
1424 (test_missing_primary_decoder), (playbin_suite):
1425 Run all tests once with decodebin and once with decodebin2.
1426 One test does not pass yet with decodebin2.
1428 2007-01-23 Edward Hervey <edward@fluendo.com>
1430 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1431 Fix the cases where oggmux doesn't properly figure out that all
1432 sinkpads have gone EOS, and therefore doesn't push out the remaining
1433 buffers and the final EOS event.
1436 2007-01-23 Julien MOUTTE <julien@moutte.net>
1438 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1439 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1440 Don't lock on navigation event push, just on keysym to string.
1441 Fixes #397673 again.
1443 2007-01-22 Edward Hervey <edward@fluendo.com>
1445 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1446 (get_current_group), (group_demuxer_event_probe),
1447 (gst_decode_group_expose), (deactivate_free_recursive),
1448 (gst_decode_group_free):
1450 Don't forget to emit 'no-more-pads' once a group is exposed.
1451 Cleanup elements from a DecodeGroup once we remove it.
1452 Protect call to gst_decode_group_expose() with the decodebin lock.
1454 2007-01-22 Julien MOUTTE <julien@moutte.net>
1456 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1457 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1458 Looking at Xorg code i can't figure out if that XKeysymToString
1459 function is thread sensible or not. Lock it just in case as
1460 recommended by Radek Doulik <rodo at ximian dot com>.
1462 2007-01-22 Julien MOUTTE <julien@moutte.net>
1464 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1465 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1466 Lock that X Call as well. Fixes #397673.
1468 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1470 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1471 Don't go into an endless loop if the file starts with 00 00 01 2X,
1472 like quicktime redirect files might. Fixes #396042.
1474 * tests/check/Makefile.am:
1475 * tests/check/gst/.cvsignore:
1476 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1477 (typefindfunctions_suite):
1478 Add unit test for the above.
1480 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1482 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1483 On second thought, use "depth" field rather than "bpp" field.
1485 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1487 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1488 Camtasia caps apparently need a bpp field (#398875).
1490 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1492 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1493 (gen_source_element), (gst_play_base_bin_change_state):
1494 Attempt at a better error message in case we don't have the required
1495 URI handler installed; post missing-plugin message also when we're
1496 missing an URI handler for the subtitle URI; clean up properly also
1497 when an error occurs and we never made it to PAUSED state.
1499 * tests/check/elements/playbin.c: (GST_START_TEST),
1501 Check that we're also getting a missing-plugin messsage for a
1502 missing subtitle URI handler (and clean up properly).
1504 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1506 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1507 Plug a few reference leaks.
1509 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1511 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1512 Lower probability a bit if the marker isn't right at the start,
1513 to decrease the chance of false positives.
1515 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1517 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1518 Small mpeg2 system stream typefinding improvement: make typefinder
1519 probe a bit into the stream instead of just looking for a marker
1520 at the beginning. Fixes #397810.
1522 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1524 * gst/audioconvert/gstchannelmix.c:
1525 Remove compatibility cruft for prehistoric GLib versions.
1527 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1529 * gst/playback/Makefile.am:
1530 * gst/playback/gstdecodebin.c: (close_pad_link):
1531 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1532 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1533 (gst_play_base_bin_handle_message_func), (unknown_type):
1534 Let decodebin be the element to post missing-plugin messages for
1535 missing decoders (rather than playbin); make playbin implement
1536 GstBin::handle_message so we can suppress missing-plugin messages
1537 for types we're not handling on purpose (don't want to bring up an
1538 installer in those cases).
1540 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1542 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1543 * gst-libs/gst/tag/gstvorbistag.c:
1544 (gst_tag_list_to_vorbiscomment_buffer):
1545 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1546 Fix potentially unaligned access (#397207).
1548 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1550 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1551 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1552 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1554 Allow to toggle looping while it plays. Fix callback prototype. Clean
1555 up code a bit more. Add copyright header.
1557 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1559 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1560 Red and blue mask was swapped (spotted by Dan Williams).
1562 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1564 * gst-libs/gst/tag/gstid3tag.c:
1565 * gst-libs/gst/tag/gstvorbistag.c:
1566 Use new beats-per-minute tag from core.
1568 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1571 Add new files with translatable strings, so they actually make it
1572 into the template file one day.
1574 2007-01-12 Andy Wingo <wingo@pobox.com>
1576 * gst-libs/gst/audio/gstbaseaudiosink.c
1577 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1578 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1579 stuff, as the base class handles this now. Actually tell the ring
1581 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1582 How did this work before? Maybe I'm not as awesome a programmer as
1585 * gst-libs/gst/audio/gstbaseaudiosrc.c
1586 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1589 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1591 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1592 Remove more fields so that the application can better blacklist
1593 formats that have been tried before.
1595 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1597 * gst-libs/gst/audio/mixerutils.h:
1598 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1599 used when compiling with c++ compilers as well.
1601 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1603 * gst/typefind/gsttypefindfunctions.c:
1606 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1608 * gst/playback/gstplaybin.c: (post_missing_element_message),
1609 (gen_video_element), (gen_text_element), (gen_audio_element),
1611 Post missing-plugin messages also when we error out because
1612 converters, textoverlay or auto*sinks are missing (#161922).
1614 2007-01-10 Wim Taymans <wim@fluendo.com>
1616 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1617 (is_demuxer_element), (new_caps):
1618 * gst/playback/gstplaybasebin.c: (source_new_pad):
1619 Fix the case where we try to ref a NULL element when we delay a link
1620 because of unfixed caps.
1621 Set the state of autoplugged decodebins to PAUSED.
1622 RTSP now works in playbin, we can remove it from the blacklist.
1624 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1626 * gst/playback/Makefile.am:
1627 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1628 (unknown_type), (setup_subtitle), (gen_source_element):
1629 * gst/playback/gstplaybin.c: (plugin_init):
1630 Post missing-plugin messages on the bus for missing sources and
1631 missing decoders/demuxers/depayloaders; fix error code used when
1632 we're missing an URI handler source; for media types that we are not
1633 handling on purpose at the moment, don't print "don't know how to
1634 handle xyz" messages to the terminal or post missing-plugin
1635 messages on the bus.
1637 * tests/check/elements/playbin.c: (create_playbin),
1638 (GST_START_TEST), (gst_codec_src_uri_get_type),
1639 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1640 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1641 (gst_codec_src_init_type), (gst_codec_src_base_init),
1642 (gst_codec_src_create), (gst_codec_src_class_init),
1643 (gst_codec_src_init), (plugin_init), (playbin_suite):
1644 Add some tests for the missing-plugin stuff.
1646 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1649 * gst-libs/gst/Makefile.am:
1650 * gst-libs/gst/utils/Makefile.am:
1651 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1652 * gst-libs/gst/utils/base-utils.h:
1653 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1654 (find_format_info), (caps_are_rtp_caps),
1655 (gst_base_utils_get_source_description),
1656 (gst_base_utils_get_sink_description),
1657 (gst_base_utils_get_decoder_description),
1658 (gst_base_utils_get_encoder_description),
1659 (gst_base_utils_get_element_description),
1660 (gst_base_utils_add_codec_description_to_tag_list),
1661 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1662 * gst-libs/gst/utils/descriptions.h:
1663 * gst-libs/gst/utils/missing-plugins.c:
1664 (missing_structure_get_type), (copy_and_clean_caps),
1665 (gst_missing_uri_source_message_new),
1666 (gst_missing_uri_sink_message_new),
1667 (gst_missing_element_message_new),
1668 (gst_missing_decoder_message_new),
1669 (gst_missing_encoder_message_new),
1670 (missing_structure_get_string_detail),
1671 (missing_structure_get_caps_detail),
1672 (gst_missing_plugin_message_get_installer_detail),
1673 (gst_missing_plugin_message_get_description),
1674 (gst_is_missing_plugin_message):
1675 * gst-libs/gst/utils/missing-plugins.h:
1676 API: add new libgstbaseutils library with functions
1677 - to create and parse missing-plugins messages
1678 - that provide (translated) descriptions for caps/decoders/sources/etc.
1681 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1682 * pkgconfig/gstreamer-plugins-base.pc.in:
1685 * docs/libs/gst-plugins-base-libs-docs.sgml:
1686 * docs/libs/gst-plugins-base-libs-sections.txt:
1687 Generate docs for new lib and API.
1689 * tests/check/Makefile.am:
1690 * tests/check/libs/.cvsignore:
1691 * tests/check/libs/utils.c: (missing_msg_check_getters),
1692 (GST_START_TEST), (libgstbaseutils_suite):
1693 Add some basic unit tests.
1695 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1697 * ext/ogg/Makefile.am:
1698 Dist gstoggdemux.h to fix 'make distcheck'.
1700 * sys/v4l/Makefile.am:
1701 Fix 'make distcheck' even more.
1703 2007-01-09 Wim Taymans <wim@fluendo.com>
1705 * docs/plugins/Makefile.am:
1706 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1707 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1708 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1709 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1710 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1711 (gst_ogg_demux_perform_seek):
1712 * ext/ogg/gstoggdemux.h:
1714 Add some more comments.
1717 2007-01-09 Wim Taymans <wim@fluendo.com>
1719 * ext/theora/theoradec.c:
1720 * ext/vorbis/vorbisdec.c:
1721 * gst-libs/gst/audio/gstringbuffer.c:
1722 (gst_ring_buffer_commit_full):
1723 * gst-libs/gst/audio/gstringbuffer.h:
1724 * gst-libs/gst/rtp/gstrtpbuffer.c:
1725 * gst-libs/gst/tag/gstvorbistag.c:
1726 Small documentation updates/fixes
1728 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1731 Require core CVS HEAD for Andy's basesrc/sink API additions.
1733 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1735 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1737 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1739 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1740 on flac.sf.net (there appear to be other versions of the first
1741 ogg page in the wild) (#391365).
1743 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1746 Check if localtime_r() is available.
1748 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1749 If localtime_r() is not available, fall back to localtime(). Should
1750 fix build on MingW (#393310).
1752 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1754 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1755 * gst/subparse/gstsubparse.h:
1756 Remove spurious 1000 subtrahend when calculating the timestamp from
1757 the frame number and the frame rate . Also, use the frames/second
1758 value specified in the first line of the file, if one is specified
1759 there. Should fix #357503.
1761 * tests/check/elements/subparse.c: (do_test),
1762 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1764 Add some basic unit tests for the microdvd subtitle format.
1766 2007-01-07 Julien MOUTTE <julien@moutte.net>
1768 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1769 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1770 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1771 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1772 (gst_xvimagesink_set_xwindow_id),
1773 (gst_xvimagesink_set_event_handling),
1774 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1775 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1776 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1778 Add an adaptor property to select a specific XV adaptor.
1779 * sys/xvimage/xvimagesink.h:
1781 2007-01-07 Julien MOUTTE <julien@moutte.net>
1783 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1784 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1785 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1786 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1787 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1788 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1789 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1790 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1791 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1792 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1793 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1794 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1795 Use flow_lock much more to protect every access to xwindow.
1796 Try to catch erros while creating images in case some drivers are
1797 just generating an XError when the requested image is too big.
1798 Should fix : #354698, #384008, #384060.
1799 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1800 Implement some stress testing of setting window xid.
1802 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1804 * win32/common/libgsaudio.def:
1805 Add new exported function.
1806 * win32/common/libgstogg.dsp:
1807 Add gstoggaviparse.c to the build.
1808 * win32/common/libgstvideoscale.dsp:
1809 Add vs_4tap.c to the build.
1810 * win32/common/libgstvorbis.dsp:
1811 Add vorbistag.c to the build.
1813 2007-01-06 Andy Wingo <wingo@pobox.com>
1815 * gst-libs/gst/audio/gstbaseaudiosink.c
1816 (gst_base_audio_sink_class_init)
1817 (gst_base_audio_sink_init):
1818 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1819 to baseaudiosink, and tell basesink that we can work in pull mode.
1820 This way the ring buffer thread drives the pipeline directly, if
1821 pull mode is possible. There is some lingering nastiness regarding
1823 (gst_base_audio_sink_callback): Implement the callback to pull
1824 data. This interface is a bit light, though -- it should get a
1825 GstFlowReturn return value at least.
1827 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1829 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1830 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1831 * gst/playback/gstdecodebin2.c:
1832 (gst_decode_group_check_if_blocked):
1833 Printf format and missing argument fixes.
1835 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1837 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1838 (gst_ogm_parse_change_state):
1839 Activate pads before adding them to the element.
1841 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1843 * tests/examples/seek/scrubby.c: (main):
1844 * tests/examples/seek/seek.c: (main):
1845 Call g_thread_init() first thing in main() (see #391278).
1847 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1849 * tests/check/Makefile.am:
1850 * tests/check/libs/.cvsignore:
1851 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1853 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1854 for the time being, since it's broken, see #393099.
1856 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1858 * tests/check/Makefile.am:
1859 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1861 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1864 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1865 so that GST_BASE_CFLAGS can go inbetween them, making sure
1866 we use uninstalled gst-libs headers
1867 * docs/libs/Makefile.am:
1868 * ext/alsa/Makefile.am:
1869 * ext/cdparanoia/Makefile.am:
1870 * ext/gnomevfs/Makefile.am:
1871 * ext/libvisual/Makefile.am:
1872 * ext/ogg/Makefile.am:
1873 * ext/theora/Makefile.am:
1874 * ext/vorbis/Makefile.am:
1875 * gst-libs/gst/audio/Makefile.am:
1876 * gst-libs/gst/cdda/Makefile.am:
1877 * gst-libs/gst/interfaces/Makefile.am:
1878 * gst-libs/gst/riff/Makefile.am:
1879 * gst-libs/gst/rtp/Makefile.am:
1880 * gst-libs/gst/tag/Makefile.am:
1881 * gst/adder/Makefile.am:
1882 * gst/audioconvert/Makefile.am:
1883 * gst/audiorate/Makefile.am:
1884 * gst/audioresample/Makefile.am:
1885 * gst/playback/Makefile.am:
1886 * gst/tcp/Makefile.am:
1887 * gst/videoscale/Makefile.am:
1888 * gst/volume/Makefile.am:
1889 * sys/ximage/Makefile.am:
1890 * sys/xvimage/Makefile.am:
1891 * tests/icles/Makefile.am:
1894 2007-01-04 Julien MOUTTE <julien@moutte.net>
1896 * gst-libs/gst/interfaces/xoverlay.c:
1897 (gst_x_overlay_handle_events):
1898 * gst-libs/gst/interfaces/xoverlay.h:
1899 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1900 (gst_ximagesink_set_xwindow_id),
1901 (gst_ximagesink_set_event_handling),
1902 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1903 (gst_ximagesink_get_property), (gst_ximagesink_init),
1904 (gst_ximagesink_class_init):
1905 * sys/ximage/ximagesink.h:
1906 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1907 (gst_xvimagesink_set_xwindow_id),
1908 (gst_xvimagesink_set_event_handling),
1909 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1910 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1911 (gst_xvimagesink_class_init):
1912 * sys/xvimage/xvimagesink.h:
1913 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1914 Add a method to the XOverlay interface to allow disabling of
1915 event handling in x[v]imagesink elements. This will let X events
1916 propagate to parent windows which can be usefull in some cases.
1917 Be carefull that the application is then responsible of pushing
1918 navigation events and expose events to the video sink.
1921 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1923 * gst-libs/gst/tag/gstvorbistag.c:
1924 * tests/check/libs/tag.c: (GST_START_TEST):
1925 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1928 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1932 * docs/design/Makefile.am:
1935 2006-12-27 Julien MOUTTE <julien@moutte.net>
1937 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1938 typo. Fixes: #390063.
1940 2006-12-27 Julien MOUTTE <julien@moutte.net>
1942 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1945 * win32/common/config.h: Updated.
1947 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1949 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1950 (setup_gdpdepay_streamheader):
1951 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1952 (setup_gdppay_streamheader):
1953 Fix the dp tests, but activating the pads for the streamheader tests
1954 too and cleaning up conditionaly
1956 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1958 * gst/ffmpegcolorspace/avcodec.h:
1959 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1960 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1961 (gst_ffmpegcsp_avpicture_fill):
1962 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1963 (img_get_alpha_info):
1964 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1965 other end of the word. Fixes: #387073.
1967 Add some inconsequential branch hints in a couple of places.
1969 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1971 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1972 (gst_ffmpeg_caps_to_smpfmt):
1973 The "signed" field in raw audio caps is of boolean type, trying to
1974 extract the value with _get_int() will fail (fix to keep in sync with
1975 the copy in gst-ffmpeg)
1977 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1979 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1980 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1981 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1983 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1984 * tests/check/elements/subparse.c: (teardown_subparse):
1985 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1986 * tests/check/elements/videorate.c: (cleanup_videorate):
1987 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1988 * tests/check/elements/volume.c: (cleanup_volume):
1989 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1990 (cleanup_vorbisdec):
1991 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1992 (cleanup_vorbistag):
1993 consistent pad (de)activation
1995 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1997 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1998 Forgot to register the extensions.
2000 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
2002 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
2004 Add typefinder for VIVO files (my christmas present to the 90s).
2006 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
2008 * gst/playback/gstdecodebin.c: (type_found):
2009 Special-case the text/plain media type: we only want to recognise it
2010 as a 'raw' decoded media type if it comes from a demuxer or subtitle
2011 parser, but not if the entire stream is of text/plain type. If the
2012 entire stream is text/plain, we should just error out.
2014 This fixes playback of audio files with lyrics in totem. Totem can't
2015 distinguish between text files and subtitle files and passes any
2016 .txt file with the same basename as the main file to playbin as
2017 suburi, and playbin will then throw a 'subtitle found, but no video
2018 stream' error, which isn't entirely helpful. See #380342.
2020 Also, with this change we'll show a slightly more correct error
2021 message in case totem passes a playlist file to us (although a
2022 custom error message wording instead of the default text would
2023 probably not be a bad idea either).
2025 Same problem also needs to be fixed for playbin+decodebin2.
2027 * tests/check/Makefile.am:
2028 * tests/check/elements/decodebin.c: (src_handoff_cb),
2029 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2031 Add simple unit test for decodebin for the above.
2033 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
2035 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2036 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2037 Refuse to change state to READY when we failed to create any of the
2038 required elements in our instance init function.
2040 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
2042 * docs/libs/gst-plugins-base-libs-sections.txt:
2043 Small docs fixes/updates.
2045 * gst-libs/gst/video/gstvideosink.h:
2046 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2047 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2048 removed from the base sink API between 0.9.6 and 0.9.7).
2049 API: add GST_VIDEO_SINK_CAST and use it for the height/width
2050 accessor macros, so we don't do a runtime GObject type check every
2053 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
2056 * gst-plugins-base.doap:
2057 * gst-plugins-base.spec.in:
2060 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
2062 Patch by: Jens Granseuer <jensgr at gmx net>
2064 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2065 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2066 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2067 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2068 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2069 Declare variables at the beginning of a block. Fixes #383195.
2071 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
2074 Bump version nano - back to CVS.
2077 === release 0.10.11 ===
2079 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
2082 releasing 0.10.11, "Dumb things"
2084 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
2086 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2087 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2088 Handle the case where an element has multiple pads with
2089 unfixed caps as well as still possibly producing more dynamic
2090 pads by storing each case as a distinct entry in the dynamic list.
2093 2006-12-04 Wim Taymans <wim@fluendo.com>
2095 * gst/playback/gstdecodebin.c: (close_pad_link):
2096 Fix #382223, add more dynamic caps handling.
2098 2006-12-04 Wim Taymans <wim@fluendo.com>
2100 reviewed by: <delete if not using a buddy>
2102 * gst-libs/gst/audio/gstringbuffer.h:
2103 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2104 (gst_netaddress_set_ip4_interface),
2105 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2106 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2107 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2108 (gst_netaddress_get_ttl):
2109 * gst-libs/gst/netbuffer/gstnetbuffer.h:
2110 * gst/playback/gstdecodebin.c: (close_pad_link):
2111 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2112 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2113 * win32/common/config.h:
2115 2006-12-01 Michael Smith <msmith@fluendo.com>
2117 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2118 Delete bad debug code.
2121 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
2123 * gst/videoscale/vs_4tap.c:
2125 * win32/common/config.h:
2126 * win32/vs8/libgstvideoscale.vcproj:
2127 Fix compilation on win32 under VS8
2128 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2129 Partially fixes #381175
2131 2006-11-30 Michael Smith <msmith@fluendo.com>
2133 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2135 It would be very bad if, after a discont buffer, we thought every
2136 single following buffer was also discont. So, add to the test to
2137 ensure that this isn't the case.
2139 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2140 ... it was the case. So fix it.
2142 2006-11-28 Wim Taymans <wim@fluendo.com>
2144 * gst/playback/gstplaybasebin.c: (check_queue_event):
2147 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2148 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2149 padtemplate caps. Refixes #357577.
2151 2006-11-28 Wim Taymans <wim@fluendo.com>
2153 * gst/playback/gstplaybasebin.c: (check_queue_event),
2154 (queue_threshold_reached), (queue_out_of_data),
2155 (gen_preroll_element):
2156 Add event probe to see when EOS is in a queue and we can disable the
2157 underrun signals. Fixes #357577.
2159 2006-11-28 Edward Hervey <edward@fluendo.com>
2161 * gst/playback/Makefile.am:
2162 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2163 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2164 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2165 (gst_decode_bin_init), (gst_decode_bin_dispose),
2166 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2167 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2168 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2169 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2170 (connect_element), (expose_pad), (type_found),
2171 (pad_added_group_cb), (pad_removed_group_cb),
2172 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2173 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2174 (are_raw_caps), (multi_queue_overrun_cb),
2175 (multi_queue_underrun_cb), (gst_decode_group_new),
2176 (get_current_group), (group_demuxer_event_probe),
2177 (gst_decode_group_control_demuxer_pad),
2178 (gst_decode_group_control_source_pad),
2179 (gst_decode_group_check_if_blocked),
2180 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2181 (gst_decode_group_hide), (gst_decode_group_free),
2182 (gst_decode_group_set_complete), (source_pad_blocked_cb),
2183 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2184 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2186 New decodebin2 element.
2188 * gst/playback/gstplay-marshal.list:
2189 Added marshallers for new signals in decodebin2
2190 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2191 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2194 2006-11-28 Wim Taymans <wim@fluendo.com>
2196 * gst/playback/gstplaybasebin.c: (setup_source),
2197 (gst_play_base_bin_change_state):
2198 Disable rtsp:// uris for the release, it's not good enough yet.
2201 2006-11-26 Wim Taymans <wim@fluendo.com>
2203 * ext/theora/theoradec.c: (gst_theora_dec_reset),
2204 (theora_dec_push_forward), (theora_dec_push_reverse),
2205 (theora_handle_data_packet), (theora_dec_decode_buffer),
2206 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2207 (theora_dec_chain_forward), (theora_dec_chain):
2208 Implement reverse playback.
2210 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2211 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2212 (vorbis_dec_chain_forward):
2213 Clear buffers used for reverse playback in _reset.
2214 No need to set the eos flag, we clip samples using the segment.
2216 2006-11-24 Wim Taymans <wim@fluendo.com>
2218 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2219 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2220 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2221 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2223 Handle continued pages in reverse mode.
2225 2006-11-24 Wim Taymans <wim@fluendo.com>
2227 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2228 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2229 (vorbis_dec_flush_decode):
2231 Don't try to add invalid timestamps.
2232 Clipping will unref the buffer.
2234 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2236 * gst/adder/gstadder.h:
2237 * gst/audiotestsrc/gstaudiotestsrc.h:
2238 remove obsolete _factory_init protos
2240 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2242 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2243 Fix spacing in debug message.
2245 2006-11-23 Wim Taymans <wim@fluendo.com>
2247 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2248 (gst_ogg_demux_chain):
2249 Don't just ignore return values from _pad_push().
2250 Small debug improvements.
2252 2006-11-23 Michael Smith <msmith@fluendo.com>
2254 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2255 If our incoming buffer is marked as DISCONT, then increment the page
2256 number (so that the discontinuity is marked in the final ogg
2257 bitstream) and flush the previous page.
2259 2006-11-22 Michael Smith <msmith@fluendo.com>
2261 * ext/theora/gsttheoraenc.h:
2262 * ext/theora/theoraenc.c: (gst_theora_enc_init),
2263 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2264 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2265 (theora_enc_chain), (theora_enc_change_state):
2266 Mark discontinuities of > 3/4 of a frame, reinit encoder.
2268 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2269 (GST_START_TEST), (theoraenc_suite):
2270 Enable discontinuity test, fix it.
2272 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2274 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2275 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2276 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2277 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2278 (gst_text_overlay_change_state):
2279 * ext/pango/gsttextoverlay.h:
2280 Some textoverlay fixes: for one, in the video chain function,
2281 actually wait for a text buffer to come in if there is none at the
2282 moment and there should be one; also, deal more gracefully with
2283 incoming buffers that do not have a timestamp or duration; discard
2284 text buffer when not needed any longer. Fixes #341681.
2286 * tests/check/Makefile.am:
2287 * tests/check/elements/.cvsignore:
2288 * tests/check/elements/textoverlay.c:
2289 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2290 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2291 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2292 (test_video_waits_for_text_send_text_newsegment_thread),
2293 (test_video_waits_for_text_shutdown_element),
2294 (test_render_continuity_push_video_buffers_thread),
2295 (textoverlay_suite):
2296 Add some unit tests for textoverlay.
2298 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2300 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2301 Avoid integer underflow when the found probability for mp3 is
2302 smaller than the 'penalty' we subtract if there's not a clean
2303 mp3 header sync at offset 0.
2305 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2307 * docs/libs/gst-plugins-base-libs-sections.txt:
2308 Add some new symbols to the docs
2310 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2312 * tests/check/Makefile.am:
2313 * tests/check/elements/ffmpegcolorspace.c:
2314 (ffmpegcolorspace_suite):
2315 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2316 (for now not for valgrinding though, since it takes too long).
2318 2006-11-20 Wim Taymans <wim@fluendo.com>
2320 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2321 (gst_ffmpeg_pixfmt_to_caps):
2322 Fix RGBA32 caps. Fixes #357038.
2324 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2326 * gst-libs/gst/interfaces/mixertrack.h:
2327 Add FIXME so we can add some padding here in 0.11
2329 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2331 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2332 Fix GstBaseRTPAudioPayload structure so the whole GObject
2333 inheritance business actually works (parent class instance structure
2334 must always come first in the derived class instance structure).
2336 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2338 * gst/videotestsrc/Makefile.am:
2339 * tests/check/Makefile.am:
2340 Make sure our checks and the videotestsrc plugin link against the
2341 local uninstalled gst libs and not any installed gst libs that
2342 might happen to exist as well.
2344 * tests/check/elements/adder.c: (message_received),
2345 (test_event_message_received), (test_play_twice_message_received):
2346 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2347 Fix compiler warnings when compiling against core with disabled
2350 2006-11-16 Michael Smith <msmith@fluendo.com>
2352 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2353 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2354 Fix audiorate, so that it accurately sets offsets and timestamps.
2355 Doesn't change the fundamental algorithmic decisions; so should be
2358 * tests/check/Makefile.am:
2359 Enable audiorate test now that it passes.
2361 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2364 clear xv when going to NULL, remove // commented non-existant proto
2366 * tests/examples/seek/seek.c: (main):
2367 add missing tooltip description for scrub and play_scrub
2369 2006-11-14 David Schleef <ds@schleef.org>
2372 Bump liboil requirement to 0.3.8.
2373 * gst-libs/gst/riff/riff-media.c:
2375 * gst/videoscale/vs_image.h:
2376 * gst/videoscale/vs_scanline.h:
2377 Use liboil's stdint.h.
2378 * gst/videotestsrc/videotestsrc.c:
2379 Remove liboil related ifdef's, since they aren't needed now, and
2380 won't work with future versions.
2382 2006-11-14 David Schleef <ds@schleef.org>
2384 * gst/videoscale/Makefile.am:
2385 * gst/videoscale/gstvideoscale.c:
2386 * gst/videoscale/gstvideoscale.h:
2387 * gst/videoscale/vs_4tap.c:
2388 * gst/videoscale/vs_4tap.h:
2389 * gst/videoscale/vs_image.c:
2390 * gst/videoscale/vs_image.h:
2391 * gst/videoscale/vs_scanline.c:
2392 * gst/videoscale/vs_scanline.h:
2393 Add a 4-tap image scaler. Theoretically looks much prettier.
2394 The tap calculation could use some improvement.
2396 2006-11-14 Wim Taymans <wim@fluendo.com>
2398 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2400 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2401 (gst_riff_parse_strf_iavs):
2402 * gst/subparse/gstsubparse.c: (convert_encoding):
2403 * gst/tcp/gstmultifdsink.c:
2404 (gst_multi_fd_sink_handle_client_write):
2405 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2406 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2407 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2408 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2409 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2410 (gst_ximagesink_ximage_new):
2411 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2412 Various gsize and gssize printf fixes. Fixes #372507.
2414 2006-11-13 Wim Taymans <wim@fluendo.com>
2416 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2417 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2418 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2419 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2420 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2421 * ext/vorbis/vorbisdec.h:
2422 First stab at vorbis reverse playback.
2424 2006-11-13 Wim Taymans <wim@fluendo.com>
2426 * gst-libs/gst/audio/gstbaseaudiosink.c:
2427 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2428 * gst-libs/gst/audio/gstbaseaudiosink.h:
2429 Make the clock sync code more accurate wrt resampling and playback
2432 * gst-libs/gst/audio/gstringbuffer.c:
2433 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2434 * gst-libs/gst/audio/gstringbuffer.h:
2435 Use better algorithm to interpolate sample rates.
2437 2006-11-13 Michael Smith <msmith@fluendo.com>
2439 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2440 Improve a debug line slightly.
2442 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2443 Call gst_riff_init() in plugin_init, to avoid getting errors from
2444 the debug system (unrelated changes to another plugin made this turn
2447 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2449 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2451 * win32/common/libgsttag.def:
2452 Add missing symbol (#366492).
2454 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2456 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2457 Don't unref a NULL pad.
2459 2006-11-09 Wim Taymans <wim@fluendo.com>
2461 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2462 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2463 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2464 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2465 (gst_ogg_demux_loop):
2466 Implement first stab at reverse playback.
2468 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2470 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2471 (gst_riff_create_video_template_caps):
2472 add h263/h264 variants to the caps, Fixes #363118
2474 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2476 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2477 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2478 Use g_strerror instead of strerror so we get UTF-8.
2480 2006-11-03 David Schleef <ds@schleef.org>
2482 * ext/ogg/gstoggdemux.c:
2483 * ext/ogg/gstoggmux.c:
2484 Add/remove KW-DIRAC header here, since it is ogg-specific.
2486 2006-11-03 Michael Smith <msmith@fluendo.com>
2488 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2489 Recognise more mpeg4 elementary video streams.
2491 2006-11-02 Edward Hervey <edward@fluendo.com>
2493 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2494 Lower the probability of mp3 typefinding functions if we don't find a
2495 valid mp3 header at the start of the file.
2498 2006-11-02 Wim Taymans <wim@fluendo.com>
2500 * ext/theora/gsttheoradec.h:
2501 * ext/theora/theoradec.c: (gst_theora_dec_init),
2502 (theora_dec_sink_event), (theora_dec_chain_forward),
2503 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2505 Document and partially implement an algorithm for doing reverse playback
2508 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2510 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2512 * win32/common/config.h:
2513 * win32/common/interfaces-enumtypes.c:
2514 * win32/common/libgsttag.def:
2515 * win32/vs8/gst-plugins-base.sln:
2516 * win32/vs8/libgstaudioresample.vcproj:
2517 * win32/vs8/libgstinterfaces.vcproj:
2518 * win32/vs8/libgstogg.vcproj:
2519 * win32/vs8/libgstriff.vcproj:
2520 * win32/vs8/libgsttag.vcproj:
2521 * win32/vs8/libgsttheora.vcproj:
2522 * win32/vs8/libgstvideoscale.vcproj:
2523 * win32/vs8/libgstvorbis.vcproj:
2524 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2525 to libgsttag.def; add missing dependencies for some vs8 projects;
2526 re-arrange placement of .def files in vs8 projects (#366334).
2528 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2531 Remove unused variable.
2533 * ext/ogg/gstoggdemux.c:
2534 Fix Wim's surname in plugin description.
2536 2006-10-31 Wim Taymans <wim@fluendo.com>
2538 * gst-plugins-base.spec.in:
2539 spec new .h file. Fixes #368310.
2541 2006-10-31 Michael Smith <msmith@fluendo.com>
2543 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2544 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2545 (gst_multi_fd_sink_get_stats),
2546 (gst_multi_fd_sink_remove_client_link),
2547 (gst_multi_fd_sink_queue_buffer),
2548 (gst_multi_fd_sink_handle_clients):
2549 * gst/tcp/gstmultifdsink.h:
2550 Make using the remove or clear signals threadsafe.
2551 Make calling get-stats with an invalid fd not segfault.
2554 2006-10-31 Wim Taymans <wim@fluendo.com>
2556 * gst-libs/gst/rtp/Makefile.am:
2557 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2558 (gst_base_rtp_audio_payload_init):
2559 Fix and activate base audio payloader.
2561 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2563 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2565 Add typefinder for QuickTime Image Files (see #366156).
2567 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2569 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2570 Another typo fix (#366212).
2572 2006-10-27 Wim Taymans <wim@fluendo.com>
2574 * gst/volume/gstvolume.c: (volume_transform_ip):
2575 Use stream time to synchronize volume property instead of rather random
2576 timestamps. This is needed when gnonlin does its time shifting.
2578 2006-10-27 Wim Taymans <wim@fluendo.com>
2580 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2582 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2583 Remove the pad from the element in release_pad. Fixes #364812.
2585 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2587 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2588 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2589 Explicitly create our custom buffer classes at a thread-safe
2590 location as well, since g_type_class_ref() doesn't seem to be
2591 entirely thread-safe either (#365501; also see #349410).
2593 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2595 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2596 (gst_riff_parse_info):
2597 If strings in INFO chunk are not UTF-8, do something similar to
2598 what we do for ID3v1 tags: check a number of environment variables
2599 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2600 character sets to try, otherwise try the current locale and/or fall
2601 back on ISO-8859-1. Fixes #360552.
2603 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2605 * gst/videotestsrc/gstvideotestsrc.c:
2606 (gst_video_test_src_pattern_get_type),
2607 (gst_video_test_src_set_pattern):
2608 * gst/videotestsrc/gstvideotestsrc.h:
2609 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2610 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2611 (gst_video_test_src_checkers8):
2612 * gst/videotestsrc/videotestsrc.h:
2613 Add a bunch of exciting new checkers patterns.
2615 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2617 * gst/subparse/Makefile.am:
2618 * gst/subparse/gstsubparse.c:
2619 (gst_sub_parse_data_format_autodetect),
2620 (gst_sub_parse_format_autodetect), (handle_buffer),
2621 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2622 * gst/subparse/gstsubparse.h:
2623 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2625 * gst/subparse/tmplayerparse.h:
2626 Add support for TMPlayer-type subtitles (#362845).
2628 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2629 (GST_START_TEST), (subparse_suite):
2630 Add some basic unit tests for the above.
2632 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2634 * tests/check/elements/audiorate.c: (test_injector_base_init),
2635 (test_injector_class_init), (test_injector_chain),
2636 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2637 (GST_START_TEST), (audiorate_suite):
2638 More tests for audiorate: inject buffers to check behaviour when
2641 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2643 * tests/check/Makefile.am:
2644 * tests/check/elements/.cvsignore:
2645 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2646 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2647 Add some basic unit tests for audiorate. Disabled at the moment
2648 since it doesn't pass yet (see bug #363119).
2650 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2652 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2653 (parse_subrip), (handle_buffer):
2654 Add missing closing tags for markup and fix broken markup,
2655 otherwise pango won't render anything (fixes #357531). Also,
2656 make sure the text we send out is always NUL-terminated
2657 (better safe than sorry etc.).
2659 * tests/check/elements/subparse.c: (test_srt_do_test),
2661 Some more tests for .srt incl. tests for the above stuff.
2663 2006-10-20 Julien MOUTTE <julien@moutte.net>
2665 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2666 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2667 Patch by: Stefan Kost <ensonic@users.sf.net>
2668 Try to redraw borders only when needed. Apparently this consumes
2669 resources on small devices... :-O (#363607)
2671 2006-10-20 Michael Smith <msmith@fluendo.com>
2673 * gst/tcp/gstmultifdsink.c:
2674 (gst_multi_fd_sink_client_queue_buffer):
2675 If caps change, then update the client's idea of the caps so that we
2676 don't end up re-sending streamheaders for every single buffer after
2679 2006-10-20 Michael Smith <msmith@fluendo.com>
2681 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2682 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2683 Set caps on pushed buffers; fix up refcounting of caps objects.
2685 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2687 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2689 Typefind mmsh header data packet to application/x-mmsh (#362625).
2691 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2693 * tests/check/Makefile.am:
2694 * tests/check/elements/.cvsignore:
2695 * tests/check/elements/subparse.c: (buffer_from_static_string),
2696 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2697 (GST_START_TEST), (subparse_suite):
2698 Add very simple unit test for subparse.
2700 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2702 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2704 Strip trailing newlines from subtitle text output.
2706 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2708 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2709 (gst_sub_parse_change_state):
2710 Fix memleak; clear subparse->textbuf n state change function.
2712 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2714 * gst/subparse/gstsubparse.c:
2715 (gst_sub_parse_data_format_autodetect):
2716 Don't require subrip (.srt) files to start with a chunk number of 1.
2718 2006-10-18 Wim Taymans <wim@fluendo.com>
2720 * gst-libs/gst/audio/gstbaseaudiosink.c:
2721 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2722 * gst-libs/gst/audio/gstbaseaudiosink.h:
2723 Extract rate from the NEWSEGMENT event.
2724 Use commit_full to also take rate adjustment into account when writing
2725 samples to the ringbuffer.
2727 * gst-libs/gst/audio/gstringbuffer.c:
2728 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2729 (gst_ring_buffer_read):
2730 * gst-libs/gst/audio/gstringbuffer.h:
2731 Added _commit_full() to also take rate into account.
2732 Use simple interpolation algorithm to resample audio.
2733 API: gst_ring_buffer_commit_full()
2735 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2736 * tests/examples/seek/seek.c: (segment_done):
2737 Don't try to seek with 0.0 rate, just pause instead.
2738 Remove bogus debug line.
2740 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2742 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2744 Catch async errors when starting up the subtitle bin, so we can
2745 stop waiting and continue with the main film instead of hanging
2746 forever. Fixes #339366.
2748 * tests/check/elements/playbin.c: (playbin_suite):
2749 Enable unit test for the above.
2751 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2753 * tests/check/Makefile.am:
2754 * tests/check/elements/.cvsignore:
2755 * tests/check/elements/playbin.c: (GST_START_TEST),
2756 (gst_red_video_src_uri_get_type),
2757 (gst_red_video_src_uri_get_protocols),
2758 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2759 (gst_red_video_src_uri_handler_init),
2760 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2761 (gst_red_video_src_create), (gst_red_video_src_class_init),
2762 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2763 Some small and basic unit tests for playbin; not very useful yet,
2764 but at least a start.
2766 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2768 * gst/playback/gstplaybin.c: (setup_sinks):
2769 The old pad activation spiel.
2771 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2773 * gst/playback/gstplaybasebin.c: (setup_source):
2774 Don't hang forever if the subbin already fails to start up in
2775 the state change to PAUSED (#339366).
2777 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2779 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2780 (gst_tuner_set_channel), (gst_tuner_get_channel),
2781 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2782 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2783 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2784 (gst_tuner_find_channel_by_name):
2785 Fix some function guards, add some more function guards.
2787 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2789 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2790 (remove_element_chain):
2791 Don't return a pad from get_our_ghost_pad unless it is actually the
2793 Change a cast in remove_element_chain slightly.
2795 2006-10-13 Julien MOUTTE <julien@moutte.net>
2797 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2798 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2799 Segment seeking needs to use the rate and set stop to -1.
2801 2006-10-13 Wim Taymans <wim@fluendo.com>
2803 * gst-libs/gst/audio/gstbaseaudiosink.c:
2804 (gst_base_audio_sink_setcaps):
2805 Don't crash when ringbuffer is not yet created.
2806 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2809 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2810 * gst/playback/gststreamselector.c:
2811 (gst_stream_selector_request_new_pad):
2812 Activate pads befre adding them to running elements.
2814 2006-10-13 Julien MOUTTE <julien@moutte.net>
2816 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2817 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2818 updater when we start grabing the slider. Don't wait for the
2819 pipeline to be PAUSED.
2821 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2823 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2824 (gst_mixer_set_volume), (gst_mixer_get_volume),
2825 (gst_mixer_set_mute), (gst_mixer_set_option),
2826 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2827 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2828 (gst_mixer_option_changed):
2829 Guard mixer interface functions against bogus arguments.
2831 2006-10-12 Julien MOUTTE <julien@moutte.net>
2833 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2834 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2835 (msg_state_changed), (main): Use state-changed messages to trigger
2836 start/stop of scale update timer. Indeed the scale slider was
2837 jumping here and there because the update timer was activated
2838 before seek completed. This fixes instant applying of rate changes
2839 by pressing the spinbutton like a crazy man !
2841 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2843 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2845 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2846 (gst_basertppayload_finalize):
2847 Fix two small memory leaks (#361456).
2849 2006-10-10 Julien MOUTTE <julien@moutte.net>
2851 * tests/examples/seek/seek.c: (do_seek),
2852 (rate_spinbutton_changed_cb): When changing spinbutton we try
2853 to change the rate on the fly.
2855 2006-10-10 Wim Taymans <wim@fluendo.com>
2857 * gst-libs/gst/riff/riff-ids.h:
2858 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2859 (gst_riff_create_audio_template_caps):
2862 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2864 Patch by: Josep Torre Valles <josep@fluendo.com>
2866 * ext/gnomevfs/gstgnomevfssink.c:
2867 * ext/gnomevfs/gstgnomevfssrc.c:
2868 Fix URI interface implementation return type.
2869 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2870 Fix what looks like a copy/paste issue when assigning values.
2871 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2872 (gst_audio_filter_template_get_type):
2873 Cast to prevent Forte warnings.
2874 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2875 Fix URI interface implementation return type.
2876 gst_pad_query_position requires a signed integer pointer as
2877 3rd parameter, GstClockTime is unsigned.
2878 * gst/audioconvert/audioconvert.c:
2879 Fix integer overflow when treated as signed.
2880 * gst/audioresample/resample.c: (resample_add_input_data):
2881 Cast to prevent warnings on Forte.
2882 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2883 Fix integer overflow when treated as signed.
2884 * gst/ffmpegcolorspace/imgconvert_template.h:
2885 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2886 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2887 (cleanup_decodebin):
2888 Who initialises a guint to -1!
2889 Cast function pointers to prevent warnings on Forte.
2890 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2891 (queue_threshold_reached):
2892 Cast function pointers correctly to prevent warnings on Forte.
2893 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2894 Cast function pointers correctly to prevent warnings on Forte.
2895 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2896 Obvious change to unsigned, 0xEF > max signed char.
2897 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2898 GstClockTime is unsigned, initialise correctly.
2899 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2900 Cast so pointer arithemetic doesn't cause warnings on Forte.
2901 * gst/videorate/gstvideorate.c:
2902 Use correct return value.
2903 * tests/examples/seek/scrubby.c:
2904 GstClockTime is unsigned, initialise correctly.
2906 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2908 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2910 * gst/typefind/gsttypefindfunctions.c:
2911 Recognise XML files and XML-like files shorter than 256 bytes as
2912 well (fixes #359237).
2914 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2916 Patch by: Renato Filho <renato.filho@indt.org.br>
2918 * gst/typefind/gsttypefindfunctions.c:
2919 Added typefind functions to video/x-nuv media.
2921 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2923 * gst-libs/gst/interfaces/xoverlay.c:
2924 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2925 Some more guards against invalid input.
2927 2006-10-07 Julien MOUTTE <julien@moutte.net>
2929 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2931 * tests/examples/seek/seek.c: (do_seek),
2932 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2933 seek example to experiment with rates != 1.0 (reverse playback !)
2935 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2937 * gst-libs/gst/interfaces/xoverlay.c:
2938 Unref message in doc-example (spotted by Robert McQueen)
2940 2006-10-06 Wim Taymans <wim@fluendo.com>
2942 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2943 (mpeg1_parse_header), (mpeg1_sys_type_find):
2946 2006-10-06 Wim Taymans <wim@fluendo.com>
2948 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2950 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2951 Activate dynamic pads before adding them to the element.
2953 2006-10-06 Michael Smith <msmith@fluendo.com>
2955 * gst-libs/gst/floatcast/floatcast.h:
2956 Fix obviously-bogus macros; use the correct types.
2958 2006-10-06 Wim Taymans <wim@fluendo.com>
2960 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2961 (gst_base_rtp_depayload_change_state):
2962 Also call parent state change function to activate pads.
2964 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2965 (mpeg1_parse_header), (mpeg1_sys_type_find):
2966 Add some more debug info in mpeg typefinding.
2968 2006-10-06 Michael Smith <msmith@fluendo.com>
2970 * ext/theora/theoradec.c: (theora_dec_chain):
2971 Zero byte theora packets are valid and well-defined; don't warn on
2974 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2976 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2977 (gst_multi_fd_sink_get_stats), (find_limits),
2978 (gst_multi_fd_sink_queue_buffer):
2979 API: add dropped_buffers to the get-stats GValueArray
2981 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2983 * ext/alsa/gstalsadeviceprobe.c:
2984 (gst_alsa_device_property_probe_get_values):
2985 * ext/alsa/gstalsasink.c: (set_hwparams):
2986 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2987 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2988 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2989 (gst_ogg_mux_process_best_pad):
2990 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2991 (gst_ogg_parse_chain):
2992 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2993 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2994 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2995 (gst_vorbis_enc_buffer_check_discontinuous):
2996 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2997 * gst-libs/gst/audio/gstbaseaudiosink.c:
2998 (gst_base_audio_sink_render):
2999 * gst-libs/gst/cdda/gstcddabasesrc.c:
3000 (gst_cdda_base_src_handle_track_seek):
3001 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3002 (gst_base_rtp_depayload_push_full):
3003 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3004 * gst/audioresample/resample.c: (resample_input_pushthrough):
3005 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
3006 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3007 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3008 (wavpack_type_find):
3009 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3010 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3011 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3012 * tests/check/elements/volume.c: (GST_START_TEST):
3013 Printf format fixes.
3015 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
3017 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3018 Fix a simple mistake (see the docs)
3021 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3023 * docs/plugins/Makefile.am:
3024 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3025 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3026 * docs/plugins/gst-plugins-base-plugins.args:
3027 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3028 * docs/plugins/inspect/plugin-adder.xml:
3029 * docs/plugins/inspect/plugin-alsa.xml:
3030 * docs/plugins/inspect/plugin-audioconvert.xml:
3031 * docs/plugins/inspect/plugin-audiorate.xml:
3032 * docs/plugins/inspect/plugin-audioresample.xml:
3033 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3034 * docs/plugins/inspect/plugin-cdparanoia.xml:
3035 * docs/plugins/inspect/plugin-decodebin.xml:
3036 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3037 * docs/plugins/inspect/plugin-gdp.xml:
3038 * docs/plugins/inspect/plugin-gnomevfs.xml:
3039 * docs/plugins/inspect/plugin-libvisual.xml:
3040 * docs/plugins/inspect/plugin-ogg.xml:
3041 * docs/plugins/inspect/plugin-pango.xml:
3042 * docs/plugins/inspect/plugin-playbin.xml:
3043 * docs/plugins/inspect/plugin-subparse.xml:
3044 * docs/plugins/inspect/plugin-tcp.xml:
3045 * docs/plugins/inspect/plugin-theora.xml:
3046 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3047 * docs/plugins/inspect/plugin-video4linux.xml:
3048 * docs/plugins/inspect/plugin-videorate.xml:
3049 * docs/plugins/inspect/plugin-videoscale.xml:
3050 * docs/plugins/inspect/plugin-videotestsrc.xml:
3051 * docs/plugins/inspect/plugin-volume.xml:
3052 * docs/plugins/inspect/plugin-vorbis.xml:
3053 * docs/plugins/inspect/plugin-ximagesink.xml:
3054 * docs/plugins/inspect/plugin-xvimagesink.xml:
3055 Add vorbistag element to docs; update version numbers to 0.10.10.1.
3057 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3059 Patch by: James "Doc" Livingston <doclivingston at gmail com>
3061 * ext/vorbis/Makefile.am:
3062 * ext/vorbis/vorbis.c: (plugin_init):
3063 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3064 (vorbis_parse_parse_packet), (vorbis_parse_chain):
3065 * ext/vorbis/vorbisparse.h:
3066 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3067 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3068 (gst_vorbis_tag_parse_packet):
3069 * ext/vorbis/vorbistag.h:
3070 Add new vorbistag element which derives from vorbisparse
3071 and is essentially the same as well, only that it implements
3072 the GstTagSetter interface and can modify the stream's
3073 vorbiscomment on the fly (#335635).
3075 * tests/check/Makefile.am:
3076 * tests/check/elements/.cvsignore:
3077 * tests/check/elements/vorbistag.c: (setup_vorbistag),
3078 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3079 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3080 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3081 Add unit test for new vorbistag element.
3083 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3085 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3086 (vorbis_parse_push_headers), (vorbis_parse_chain):
3087 Set BOS flag in packet structure to fix 'jump depends
3088 on unitialized value' errors in valgrind; various minor
3091 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
3093 * gst/playback/gstdecodebin.c: (close_pad_link):
3094 Fix typo in a debug statement.
3096 * gst/playback/gstplaybasebin.c: (probe_triggered),
3097 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3098 (gen_source_element), (source_new_pad), (analyse_source),
3100 When handling no_more_pads in new_decoded_pad, make sure to treat
3101 subtitle pads correctly. Fixes playback with subtitle files.
3103 Move a recurring message to LOG level.
3105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3106 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3107 which ends up as -1 when cast to an int. Make the logic handle the
3108 max value as an unsigned mask and only change the colorkey when it's
3109 a value we recognise.
3111 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3113 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3114 Removed empty * between paragraphs
3116 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3118 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3119 * gst-libs/gst/rtp/README:
3120 Moved some documentation into .c file
3122 2006-09-29 Wim Taymans <wim@fluendo.com>
3124 * gst/playback/gstdecodebin.c: (no_more_pads):
3127 2006-09-29 Wim Taymans <wim@fluendo.com>
3129 * gst/playback/gstdecodebin.c: (new_caps):
3132 * gst/playback/gstplaybin.c:
3135 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3137 * tests/check/Makefile.am:
3138 Re-enable cddabasesrc test to see if it works again
3141 2006-09-29 Wim Taymans <wim@fluendo.com>
3143 * gst/playback/gstplaybasebin.c: (setup_subtitle),
3144 (gen_source_element):
3145 Handle invalid URIs a bit more gracefully.
3147 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3149 * tests/check/pipelines/oggmux.c:
3150 Remove obsolete comment.
3152 2006-09-29 Michael Smith <msmith@fluendo.com>
3154 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3155 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3156 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3157 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3158 (gst_ogg_mux_collected):
3159 Commit patch from James "Doc" Livingston, adds proper EOS handling
3160 in oggmux. GStreamer can, for the first time ever, create a valid
3163 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3165 Reenable tests now that they pass.
3167 2006-09-29 Wim Taymans <wim@fluendo.com>
3169 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3170 Stop reading commands when EOF (we read 0) as well.
3172 2006-09-28 Wim Taymans <wim@fluendo.com>
3174 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3175 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3176 (find_dynamic), (unlinked), (close_link):
3177 Implement delayed caps linking needed for element with a lot of
3178 different caps on the src pads that get fixed at runtime.
3179 Improve management of dynamic elements.
3181 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3182 (group_destroy), (group_commit), (check_queue), (queue_overrun),
3183 (gen_preroll_element), (remove_groups), (unknown_type),
3184 (add_element_stream), (no_more_pads_full), (no_more_pads),
3185 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3186 (new_decoded_pad), (setup_subtitle), (array_has_value),
3187 (gen_source_element), (source_new_pad), (has_all_raw_caps),
3188 (analyse_source), (remove_decoders), (make_decoder),
3189 (remove_source), (setup_source), (finish_source), (prepare_output),
3190 (gst_play_base_bin_change_state):
3191 * gst/playback/gstplaybasebin.h:
3192 Use more _CAST instead of full type checking casts.
3193 Small cleanups, plug some leaks.
3194 Handle dynamic sources.
3195 Add some helper functions to create lists of strings used for
3196 blacklisting and other stuff.
3197 Refactor some code dealing with analysing the source.
3198 Re-enable sources without pads (like cd:// or other selfcontained
3201 2006-09-28 Wim Taymans <wim@fluendo.com>
3203 * gst-libs/gst/audio/gstbaseaudiosink.c:
3204 (gst_base_audio_sink_render):
3205 When we have a timestamp, we can still perform clipping.
3206 When we have no clock, we must play the sample ASAP.
3208 2006-09-28 Wim Taymans <wim@fluendo.com>
3210 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3211 Set caps on outgoing buffers.
3213 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3214 (gst_video_rate_event), (gst_video_rate_chain):
3215 * gst/videorate/gstvideorate.h:
3216 Fix videorate some more. Fixes #357977
3218 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3220 * tests/check/elements/adder.c: (adder_suite):
3221 Don't set timeout to 6 seconds when we're running
3222 in valgrind ... (and how is 6 seconds longer than
3223 the default anyway?)
3225 2006-09-28 Wim Taymans <wim@fluendo.com>
3227 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3228 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3229 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3230 Keep sink and src segment to keep track of time and support more
3232 Fix bogus next_offset and run_time calculation, don't understand how
3233 this could have worked before. Fixes #357976.
3234 Remove some unneeded vars.
3236 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3238 * gst/playback/gstplaybin.c: (remove_sinks):
3239 Only remove visualisation from visbin if there is a visbin (or:
3240 don't throw warnings when closing totem without playing a file).
3242 2006-09-27 Wim Taymans <wim@fluendo.com>
3244 * gst-libs/gst/audio/gstbaseaudiosink.c:
3245 (gst_base_audio_sink_render):
3246 Add some more info in a WARNING.
3248 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3249 (gst_base_audio_src_create):
3250 Handle PAUSE in create function, use new -core addition to
3251 wait for playing. Fixes pausing and resuming capture from an
3254 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3255 (gst_ring_buffer_read):
3257 Caller supports interrupted reads now.
3259 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3261 * tests/check/Makefile.am:
3262 Another attempt to make the gen64 buildbot happy.
3264 2006-09-27 Stefan Kost <ensonic@users.sf.net>
3266 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3268 * ext/libvisual/visual.c: (gst_visual_clear_actors),
3269 (gst_visual_chain), (gst_visual_change_state):
3270 Libvisual plugin was not passing audio data to libvisual 0.4.0
3271 correctly. Fixes #357800
3273 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3275 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3276 Add timeout to _get_state() so we see which pipeline it is
3277 that causes trouble on the gen64 build bot.
3279 2006-09-27 Wim Taymans <wim@fluendo.com>
3281 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3282 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3283 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3284 (gst_base_rtp_depayload_set_gst_timestamp):
3285 the source pad always uses fixed caps.
3287 2006-09-27 Wim Taymans <wim@fluendo.com>
3289 * docs/libs/gst-plugins-base-libs-docs.sgml:
3290 * docs/libs/gst-plugins-base-libs-sections.txt:
3291 * gst-libs/gst/audio/gstaudioclock.c:
3292 * gst-libs/gst/audio/gstaudioclock.h:
3293 * gst-libs/gst/audio/gstaudiosink.c:
3294 * gst-libs/gst/audio/gstaudiosink.h:
3295 * gst-libs/gst/audio/gstaudiosrc.c:
3296 * gst-libs/gst/audio/gstbaseaudiosink.c:
3297 (gst_base_audio_sink_render):
3298 * gst-libs/gst/audio/gstbaseaudiosink.h:
3299 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3300 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3301 * gst-libs/gst/audio/gstringbuffer.h:
3302 Added docs for the audio libs.
3304 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3306 * tests/check/Makefile.am:
3307 Temporarily disable test that fails on the bots for unknown reasons.
3309 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3311 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3312 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3313 Moved AudioCodecType into priv
3314 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3316 2006-09-25 Wim Taymans <wim@fluendo.com>
3318 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3319 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3320 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3322 Cleanups and small leak fixes.
3323 Added Depayloaders to valid list of autopluggable elements.
3325 2006-09-25 Wim Taymans <wim@fluendo.com>
3327 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3328 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3329 (gen_video_element), (gen_text_element), (gen_audio_element),
3330 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3331 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3332 Detect NO_PREROLL state change returns and disable clock distribution to
3333 the sinks so that sync is disabled.
3334 Avoid some type checking and do simple casts instead.
3335 Small cleanups, fix some FIXMEs.
3336 Be more robust when linking user specified elements, catch an report
3337 errors. Fixes #357404.
3338 Fix some leaks in the error paths.
3340 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3343 ChangeLog surgery for missing bug-number
3345 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3347 Patch by: Peter Kjellerstedt <pkj at axis com>
3349 * gst/playback/test.c:
3350 Fix compilation with uClibc and -Werror (#357591).
3352 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3354 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3355 Parse dates that are followed by a time as well (#357532).
3357 * tests/check/libs/tag.c: (test_vorbis_tags):
3358 Add unit test for this.
3360 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3362 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3363 (gst_audio_convert_transform_caps):
3364 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3365 * gst/videotestsrc/videotestsrc.h:
3366 A few array const-ifications.
3368 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3370 * tests/check/Makefile.am:
3371 See if this makes the build bots happy.
3373 * tests/check/libs/cddabasesrc.c:
3376 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3378 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3380 * gst/subparse/samiparse.c: (handle_start_font),
3381 (fix_invalid_entities):
3382 More case-insensitivity for certain tags; recognise entities with
3383 decimal codes as special entities as well (#357330).
3385 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3387 * gst-libs/gst/Makefile.am:
3388 Need to build tag directory before cdda.
3390 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3392 * docs/libs/gst-plugins-base-libs-sections.txt:
3393 * gst-libs/gst/cdda/Makefile.am:
3394 * gst-libs/gst/cdda/gstcddabasesrc.c:
3395 (gst_cdda_base_src_base_init):
3396 * gst-libs/gst/cdda/gstcddabasesrc.h:
3397 * gst-libs/gst/tag/tag.h:
3398 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3399 (gst_tag_register_musicbrainz_tags):
3400 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3401 depend on libgsttag. This is required so we can extract/read tags like
3402 DISCID without depending on libgstcddabasesrc (which used to register
3405 * gst-libs/gst/tag/gstvorbistag.c:
3406 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3407 tags (also see #347848).
3409 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3410 Log vorbis comments we are actually writing. Const-ify array.
3412 2006-09-23 Wim Taymans <wim@fluendo.com>
3414 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3415 Improve buffering a bit by avoiding a deadlock because we cannot assume
3416 the underrun is always called.
3418 2006-09-23 Wim Taymans <wim@fluendo.com>
3420 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3422 * gst-libs/gst/riff/riff-ids.h:
3423 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3424 (gst_riff_create_audio_template_caps):
3425 Added MPEG-4 AAC and id and caps. Fixes #357289
3426 Added WMA9 Lossless id.
3428 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3430 * ext/gnomevfs/gstgnomevfssrc.c:
3431 Fix misleading docs addition.
3433 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3434 Get rid of compiler warning the right way.
3436 2006-09-22 Wim Taymans <wim@fluendo.com>
3438 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3439 (gst_base_rtp_depayload_finalize),
3440 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3441 (gst_base_rtp_depayload_push_full),
3442 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3443 (gst_base_rtp_depayload_process),
3444 (gst_base_rtp_depayload_set_gst_timestamp),
3445 (gst_base_rtp_depayload_queue_release):
3446 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3449 Refactored the process method and added methods to push from the process
3451 Use _scale functions.
3452 API: gst_base_rtp_depayload_push_ts
3453 API: gst_base_rtp_depayload_push
3455 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3456 timestamps are uint.
3458 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3460 * gst-libs/gst/interfaces/xoverlay.c:
3461 Remove unused statement from doc example.
3463 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3465 * gst-libs/gst/interfaces/videoorientation.c:
3466 (gst_video_orientation_iface_init),
3467 (gst_video_orientation_get_hflip),
3468 (gst_video_orientation_get_vflip),
3469 (gst_video_orientation_get_hcenter),
3470 (gst_video_orientation_get_vcenter),
3471 (gst_video_orientation_set_hflip),
3472 (gst_video_orientation_set_vflip),
3473 (gst_video_orientation_set_hcenter),
3474 (gst_video_orientation_set_vcenter):
3475 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3478 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3480 * tests/check/Makefile.am:
3481 * tests/check/elements/.cvsignore:
3482 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3483 (create_rgb_conversions), (rgb_conversion_free),
3484 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3485 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3486 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3487 but disable for now since it doesn't pass (something wrong with
3490 2006-09-21 Wim Taymans <wim@fluendo.com>
3492 * gst/playback/gstplaybasebin.c: (group_commit),
3493 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3494 (queue_out_of_data), (gen_preroll_element),
3495 (preroll_remove_overrun), (probe_triggered):
3496 Refactor handling of overrun detection.
3497 Separate handling of group completion and deadlock detection when doing
3498 network buffering. This should fix some deadlocks that were not detected
3499 because the group was completed.
3500 Add more comments, improve debugging.
3502 2006-09-21 Wim Taymans <wim@fluendo.com>
3504 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3505 * tests/check/libs/audio.c:
3506 Some more compilation fixes.
3508 2006-09-21 Wim Taymans <wim@fluendo.com>
3510 * gst-libs/gst/audio/gstringbuffer.c:
3511 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3512 (gst_ring_buffer_read):
3513 Early morning compilation fix.
3515 2006-09-20 Wim Taymans <wim@fluendo.com>
3517 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3518 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3519 * tests/check/elements/videorate.c: (GST_START_TEST):
3520 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3521 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3524 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3526 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3527 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3528 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3529 Handcrafted merge to help CVS understanding what I changed and what
3532 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3534 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3535 (gst_xvimagesink_get_times):
3536 change colorkey behaviour back according to #354773 comment 6/7
3538 2006-09-19 Michael Smith <msmith@fluendo.com>
3540 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3541 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3542 (gst_multi_fd_sink_recover_client),
3543 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3544 (gst_multi_fd_sink_get_property):
3545 * gst/tcp/gstmultifdsink.h:
3546 Implement stubbed out properties unit-type, units-soft-max,
3547 units-max, to allow specifying maximum sizes in units other than
3551 2006-09-19 Wim Taymans <wim@fluendo.com>
3553 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3554 (gst_riff_create_audio_template_caps):
3555 Reorder the audio formats a bit for clarity.
3556 Detect and create caps for MSGSM and MSN (WAV49).
3559 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3560 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3561 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3562 Small cleanups, move error handling out of normal flow for clarity.
3564 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3566 * docs/libs/gst-plugins-base-libs-docs.sgml:
3567 * docs/libs/gst-plugins-base-libs.types:
3568 * gst-libs/gst/interfaces/Makefile.am:
3569 * gst-libs/gst/interfaces/videoorientation.c:
3570 (gst_video_orientation_get_type),
3571 (gst_video_orientation_iface_init),
3572 (gst_video_orientation_get_hflip),
3573 (gst_video_orientation_get_vflip),
3574 (gst_video_orientation_get_hcenter),
3575 (gst_video_orientation_get_vcenter),
3576 (gst_video_orientation_set_hflip),
3577 (gst_video_orientation_set_vflip),
3578 (gst_video_orientation_set_hcenter),
3579 (gst_video_orientation_set_vcenter):
3580 * gst-libs/gst/interfaces/videoorientation.h:
3581 API: Add new interface to control video orientation (fixes #354908)
3583 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3585 * gst/videotestsrc/gstvideotestsrc.c:
3586 Use G_UNLIKELY in _create and log one more detail.
3588 (gst_video_test_src_get_times), (gst_video_test_src_create):
3589 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3590 Use gst_util_uint64_scale_int in _get_times().
3592 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3594 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3595 Give better warning message (add object and detail).
3597 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3599 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3600 (gst_xvimagesink_get_times):
3601 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3602 #354773), use gst_util_uint64_scale_int in _get_times()
3604 2006-09-18 Michael Smith <msmith@fluendo.com>
3606 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3607 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3608 always true, leading to dropping all timestamps.
3610 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3612 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3613 (gst_visual_chain), (gst_visual_change_state):
3614 update to work also with libvisual 0.4 API, fix double unref (#355914)
3616 * tools/gst-launch-ext.1.in:
3617 * tools/gst-visualise.1.in:
3618 remove references to old man-pages
3620 * tests/examples/seek/seek.c: (main):
3621 add real meadi-buttons, add tool-tips for the seek-options, arrange
3622 seek options in a table
3624 2006-09-18 Michael Smith <msmith@fluendo.com>
3626 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3627 (gst_ogg_mux_push_buffer):
3628 Don't generate out-of-order timestamps from oggmux, instead clamp
3629 output timestamps to be >= the previously output ts.
3632 2006-09-18 Michael Smith <msmith@fluendo.com>
3634 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3635 (gst_multi_fd_sink_class_init):
3636 Updates, fixes, and typo corrections for multifdsink. No functional
3639 2006-09-17 Michael Smith <msmith@fluendo.com>
3641 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3642 Don't crash on truncated files - check that we got an 8 byte buffer
3643 before trying to memcmp it.
3645 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3647 * gst/playback/gstplaybasebin.c: (get_active_source):
3648 Make stream-switching appear instant to the application
3649 (ie. make sure that a g_object_get on 'current-foo' returns
3650 the stream previously set with g_object_set(). Totem needs
3651 this to update stream-related meta-info (like audio-codec)
3652 correctly when switching streams.
3654 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3656 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3657 (gst_alsa_mixer_ensure_track_list):
3658 Try harder to guess which mixer track is the master mixer
3659 track (instead of just taking the first one that has a pvolume).
3662 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3664 reviewed by: <delete if not using a buddy>
3666 * gst-libs/gst/audio/audio.h:
3667 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3669 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3671 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3672 (gst_audio_convert_transform_caps):
3673 Get structure-name just once.
3675 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3677 * tests/check/elements/audioresample.c: (GST_START_TEST):
3678 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3679 * tests/check/elements/volume.c: (GST_START_TEST):
3680 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3681 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3682 (test_pipeline), (GST_START_TEST):
3683 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3684 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3685 Fix big batch of compiler warnings.
3687 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3689 * ext/gnomevfs/gstgnomevfssrc.c:
3690 Add docs about icydemux usage in connection with gnomevfssrc
3692 * ext/libvisual/visual.c:
3693 * ext/ogg/gstoggaviparse.c:
3694 * ext/ogg/gstoggdemux.c:
3695 * ext/ogg/gstoggmux.c:
3696 * ext/ogg/gstoggparse.c:
3697 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3698 * gst-libs/gst/audio/gstaudiosink.c:
3699 * gst-libs/gst/audio/gstaudiosrc.c:
3700 * gst/audiorate/gstaudiorate.c:
3701 More G_OBJECT macro fixing.
3703 * gst/audiotestsrc/gstaudiotestsrc.h:
3704 Fix wrong info in header due to copy & paste
3706 2006-09-15 Wim Taymans <wim@fluendo.com>
3708 * gst-libs/gst/audio/gstbaseaudiosink.c:
3709 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3710 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3711 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3712 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3713 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3714 Do the delay calculation in the source/sink base classes as this is
3715 specific for the capture/playback mode.
3716 Try to fixate a bit better, like round depth up to a multiple of 8
3718 Handle underruns correctly by marking DISCONT on buffers and adjusting
3719 timestamps to handle the gap.
3720 Set offset/offset_end correctly on buffers.
3722 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3723 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3724 (gst_ring_buffer_read):
3725 Remove resync and underrun recovery from the ringbuffer.
3726 Fix ringbuffer read code on under/overrun.
3728 2006-09-15 Wim Taymans <wim@fluendo.com>
3730 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3731 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3732 (queue_threshold_reached), (gst_play_base_bin_set_property),
3733 (gst_play_base_bin_get_property):
3734 * gst/playback/gstplaybasebin.h:
3735 Don't use a 0 low watermark when buffering, it is catching starvation
3736 way too late. Instead, use a 3 second queue with 30 and 95
3737 percent low/high watermarks.
3738 Added queue-min-threshold property to configure low watermark.
3739 Use new _buffering message API.
3740 Make queue_threshold variable big enough to store a uint64 time value.
3741 API: playbin::queue-min-threshold property.
3743 2006-09-15 Wim Taymans <wim@fluendo.com>
3746 We require 0.10.10.1 now because of _wait_preroll().
3748 * gst-libs/gst/audio/gstbaseaudiosink.c:
3749 (gst_base_audio_sink_render):
3750 Use gst_base_sink_wait_preroll().
3752 2006-09-15 Wim Taymans <wim@fluendo.com>
3754 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3755 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3756 Use DEBUG_OBJECT more.
3758 === release 0.10.10 ===
3760 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3762 patch by: Michael Smith <msmith at fluendo dot com>
3764 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3765 (gst_multi_fd_sink_client_queue_buffer),
3766 (gst_multi_fd_sink_new_client):
3767 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3768 (multifdsink_suite):
3769 Fix implementation of sync-method 'next-keyframe'
3772 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3774 patch by: Wim Taymans <wim at fluendo dot com>
3776 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3777 This patch removes the RANDOM flag that was incorrectly introduced with
3778 revision 1.91. Fixes #354590
3780 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3782 * tests/check/Makefile.am:
3783 Random variation in Makefile line to see if it makes the
3784 gen64-base-full bot any happier.
3786 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3788 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3789 Disable test that fails at the moment (killed after timeout).
3791 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3793 Patch by: James Livingston <doclivingston at gmail.com>
3795 * tests/check/Makefile.am:
3796 * tests/check/pipelines/.cvsignore:
3797 * tests/check/pipelines/oggmux.c: (get_page_codec),
3798 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3799 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3800 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3801 (test_theora_vorbis), (oggmux_suite):
3802 Add simple unit test for oggmux from #337026 with checking for the
3803 EOS flags disabled for the time being.
3805 2006-09-04 Wim Taymans <wim@fluendo.com>
3807 patch by: Alessandro Dessina <alessandro nnva org>
3809 * ext/ogg/gstoggmux.c:
3810 Add cmml caps to oggmux. Fixes #353912
3812 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3814 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3815 Returning a return value often helps. In this case, we
3816 don't need the return value anyway, so just get rid of it.
3817 Should make build bots much happier.
3819 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3821 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3822 (paint_get_structure), (gst_video_test_src_get_size),
3823 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3824 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3825 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3826 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3827 * gst/videotestsrc/videotestsrc.h:
3828 Add support for AYUV and the various RGBA formats. Initialise
3829 fields of paintinfo structs allocated on the stack.
3831 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3832 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3833 (check_rgb_buf), (videotestsrc_suite):
3834 Add unit tests for videotestsrc's RGB output.
3836 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3838 * gst/videotestsrc/gstvideotestsrc.c:
3839 (gst_video_test_src_pattern_get_type),
3840 (gst_video_test_src_set_pattern):
3841 * gst/videotestsrc/gstvideotestsrc.h:
3842 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3843 (gst_video_test_src_black), (gst_video_test_src_white),
3844 (gst_video_test_src_red), (gst_video_test_src_green),
3845 (gst_video_test_src_blue):
3846 * gst/videotestsrc/videotestsrc.h:
3847 Add more uni-colour patterns ("white", "red", "green", and "blue").
3849 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3851 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3852 Fix stride for YVYU, should be word-aligned (#353658).
3854 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3856 * gst/adder/gstadder.c: (gst_adder_src_event):
3859 2006-08-31 Edward Hervey <edward@fluendo.com>
3861 * gst/adder/gstadder.c: (forward_event_func),
3862 (gst_adder_src_event), (gst_adder_collected),
3863 (gst_adder_change_state):
3864 * gst/adder/gstadder.h:
3865 Remember the start position asked in the incoming seeks, so we can
3866 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3867 of assuming it will always be 0).
3869 2006-08-31 Edward Hervey <edward@fluendo.com>
3871 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3872 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3873 (gst_ogg_demux_loop):
3874 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3876 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3878 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3879 (gst_ffmpegcsp_get_unit_size):
3880 Return FALSE instead of returning a random false unit
3881 size when the format isn't known/supported (even if
3882 this shouldn't happen under normal circumstances).
3884 2006-08-29 Wim Taymans <wim@fluendo.com>
3886 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3888 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3889 (gst_gnome_vfs_src_start):
3890 Try harder to get the size from a uri by using _info_uri() when
3891 _info_from_handle() does not give us enough info.
3892 Also follow symlinks when getting the size.
3893 Partially Fixes #332864.
3895 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3897 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3899 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3900 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3901 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3902 (gst_alsa_mixer_set_record):
3903 * ext/alsa/gstalsamixertrack.c:
3904 (gst_alsa_mixer_track_update_alsa_capabilities),
3905 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3906 (gst_alsa_mixer_track_update):
3907 * ext/alsa/gstalsamixertrack.h:
3908 Improve and fix mixer track handling, in particular better handling
3909 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3910 separate track objects for tracks that have both capture and playback
3911 volume (and label them differently as well so they're not mistakenly
3912 assumed to be duplicates); classify mixer tracks that only affect
3913 the audible volume of something (rather than the capture volume)
3914 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3915 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3916 (following the meaning documented in the mixer interface header
3917 file); add support for alsa's exclusive cswitch groups; update/sync
3918 state/flags better if mixer settings are changed by another
3919 application. Fixes #336075.
3921 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3923 * gst/playback/gstplaybin.c:
3924 Improve docs: add section about BUFFERING messages sent by playbin.
3926 2006-08-29 Michael Smith <msmith@fluendo.com>
3928 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3929 (gst_vorbis_enc_buffer_check_discontinuous),
3930 (gst_vorbis_enc_chain):
3931 Ignore explicit DISCONT marked on buffers (which is often spurious,
3932 particularly when using multiple segments), in favour of solely
3933 using the timestamps/durations.
3935 2006-08-29 Edward Hervey <edward@fluendo.com>
3937 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3938 Don't rely on incoming buffers offset anymore, since it is completely
3939 broken when using multiple segments.
3940 Instead convert the incoming buffers timestamp to running time, and
3941 then convert that value to the offsets.
3942 Also inform GstSegment of the last outputted stop position, which is
3943 needed if we received several segments with an unknown stop value.
3945 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3947 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3948 fix buffer unreffing on a header push failure
3950 2006-08-28 Wim Taymans <wim@fluendo.com>
3952 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3953 (gst_audio_rate_chain):
3954 Make the metadata of the buffer writable before changing its
3957 2006-08-28 Wim Taymans <wim@fluendo.com>
3959 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3960 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3961 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3962 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3963 Fix audiorate some more.
3964 Reset and resync counters on flush and READY.
3965 Handle the DISCONT flag correctly.
3966 Use GstSegment to track position.
3967 Fail when not negotiated.
3970 2006-08-25 Michael Smith <msmith@fluendo.com>
3972 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3974 Remove accidently included debug line.
3976 2006-08-25 Wim Taymans <wim@fluendo.com>
3978 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3980 If a buffer is received with no caps, make the buffer metadata
3981 writable and set the caps, making sure that we don't screw up the
3984 2006-08-25 Michael Smith <msmith@fluendo.com>
3986 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3987 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3988 Fix memory leaks and misleading debug messages, add a couple of
3991 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3992 (gst_multi_fd_sink_render):
3993 Do not use gst_buffer_make_writable() in a basesink render method,
3994 as it may incorrectly unref the buffer. Instead, use convoluted
3995 dance to avoid copying the buffer except when we need to.
3997 2006-08-25 Michael Smith <msmith@fluendo.com>
3999 * ext/vorbis/vorbisenc.c:
4000 (gst_vorbis_enc_buffer_check_discontinuous):
4001 Allow very small discontinuities in the timestamps. These we can't
4002 do anything useful with anyway (because vorbis's timestamps have
4003 only sample granularity), and are commonly produced by elements with
4004 minor bugs. Allow up to 1/2 a sample out.
4007 2006-08-24 Wim Taymans <wim@fluendo.com>
4009 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
4010 (play_scrub_toggle_cb), (main):
4011 Add a checkbox to enable play scrubbing. Makes it possible to disable
4014 2006-08-23 Stefan Kost <ensonic@users.sf.net>
4016 * tests/check/elements/.cvsignore:
4019 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4021 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4022 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4023 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4024 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4025 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4026 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4027 (gst_ogm_text_parse_strip_trailing_zeroes),
4028 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4029 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4030 Refactor ogm parse, do better input checking, misc. clean-ups.
4031 Cache incoming events and push them once the source pad has
4032 been created. Don't pass unterminated strings to sscanf().
4033 Strip trailing zeroes from subtitle text output, since they
4034 are not valid UTF-8. Don't push vorbiscomment packets on
4035 the subtitle text pad. Output perfect streams if possible.
4037 2006-08-23 Wim Taymans <wim@fluendo.com>
4039 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4040 Waits for tasks to settle down so that we clean up correctly for
4043 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4045 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4046 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4047 actually return return value in taglists_are_equal.
4049 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4051 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4052 Fix crash due to broken bitstream parsing on x86-64: can't make
4053 any assumptions about sizeof(struct) due to alignment/packing
4054 differences on different architectures. Fixes #351790.
4056 2006-08-22 Wim Taymans <wim@fluendo.com>
4058 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4059 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4060 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4061 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4062 (gst_riff_parse_info):
4063 Protect public functions against bad input.
4067 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4069 * gst-libs/gst/riff/riff-ids.h:
4070 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4071 Add voxware audio IDs (even if we can't play it) (#351795).
4073 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4075 * gst-libs/gst/riff/riff-media.c:
4076 (gst_riff_create_video_template_caps),
4077 (gst_riff_create_audio_template_caps),
4078 (gst_riff_create_iavs_template_caps):
4079 Const-ify some arrays and use G_N_ELEMENTS instead
4080 of wasting oodles of RAM on terminator bits.
4082 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4084 * gst-libs/gst/tag/gstvorbistag.c:
4085 (gst_tag_list_to_vorbiscomment_buffer):
4086 * tests/check/libs/tag.c: (GST_START_TEST):
4087 And the same for _to_vorbiscomment_buffer(): allow
4088 id_data_len == 0 for speex.
4090 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
4093 * docs/plugins/Makefile.am:
4094 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4095 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4096 * docs/plugins/inspect/plugin-gdp.xml:
4097 * gst/gdp/Makefile.am:
4098 * tests/check/Makefile.am:
4099 Move GDP plugin to -base from -bad. Closes #347783.
4101 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4103 * gst-libs/gst/tag/gstvorbistag.c:
4104 (gst_tag_list_from_vorbiscomment_buffer):
4105 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4106 Also add some checks to make sure we don't memcmp() beyond the end of
4107 vorbiscomment buffer if the ID to check for is larger than the buffer.
4109 * tests/check/libs/tag.c: (GST_START_TEST):
4110 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4112 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4114 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4115 (gst_vorbis_enc_set_metadata):
4116 Use vorbis comment utility functions from libgsttag
4117 instead of re-inventing the wheel (partially fixes #347091).
4119 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
4121 * tests/check/elements/audioconvert.c: (GST_START_TEST):
4122 Fix leaks. Wait for state transitions that might happen ASYNC, as well
4125 2006-08-21 Wim Taymans <wim@fluendo.com>
4127 * docs/libs/Makefile.am:
4128 * docs/libs/gst-plugins-base-libs-sections.txt:
4129 * docs/libs/gst-plugins-base-libs.types:
4130 Don't try to GObject scan the netbuffer as it's not a GObject.
4133 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4134 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4135 Document GstNetBuffer.
4137 2006-08-21 Stefan Kost <ensonic@users.sf.net>
4139 * tests/check/elements/audioconvert.c: (GST_START_TEST),
4140 (audioconvert_suite):
4141 Add testcase for caps-size-explosion
4143 2006-08-20 Stefan Kost <ensonic@users.sf.net>
4145 * gst/audioconvert/gstaudioconvert.c:
4146 (gst_audio_convert_get_unit_size), (set_structure_widths):
4147 Lower debug, use g_assert in _get_unit_size
4149 * gst/audioresample/gstaudioresample.c:
4150 (audioresample_get_unit_size):
4151 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4152 (gst_ffmpegcsp_get_unit_size):
4153 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4154 use g_assert in _get_unit_size
4156 2006-08-18 Wim Taymans <wim@fluendo.com>
4158 * docs/libs/gst-plugins-base-libs-sections.txt:
4159 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4160 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4161 (gst_rtp_buffer_get_payload_buffer):
4162 * gst-libs/gst/rtp/gstrtpbuffer.h:
4163 Document GstRTPBuffer.
4164 Added function to efficiently strip payload headers.
4165 API: gst_rtp_buffer_get_payload_subbuffer()
4167 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4169 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4170 (gst_tag_to_vorbis_comments):
4171 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4172 tags and deserialise them properly as well (#347091).
4173 Add some more gtk-doc blurbs and also some g_return_if_fail().
4175 * tests/check/libs/tag.c: (GST_START_TEST),
4176 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4179 2006-08-17 Wim Taymans <wim@fluendo.com>
4181 * ext/ogg/Makefile.am:
4182 * ext/ogg/gstogg.c: (plugin_init):
4183 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4184 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4185 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4186 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4187 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4188 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4189 Added ogg-in-avi parser element. Fixes #140139.
4191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4192 Fixed a bug in oggdemux debug code.
4194 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4195 (gst_riff_create_audio_template_caps):
4196 Recognise Ogg in the AVI extensible wave format.
4198 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4200 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4201 Make buffer durations add up (duration should be next_ts-ts for
4202 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4205 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4206 (test_buffer_timestamps), (cddabasesrc_suite):
4207 Add unit test for the above.
4209 * tests/check/Makefile.am:
4210 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4211 to see what happens.
4213 2006-08-16 Wim Taymans <wim@fluendo.com>
4215 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4216 (gst_alsasink_open):
4217 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4219 Avoid setting and using a NULL device name.
4220 Print more info when we fail to open a device.
4222 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
4224 * docs/libs/gst-plugins-base-libs-sections.txt:
4225 * gst-libs/gst/tag/tag.h:
4226 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4227 API: add gst_tag_parse_extended_comment() (#351426).
4229 * tests/check/Makefile.am:
4230 * tests/check/libs/.cvsignore:
4231 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4232 Add unit test for gst_tag_parse_extended_comment().
4234 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4236 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4237 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4240 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4242 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4243 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4244 * docs/plugins/gst-plugins-base-plugins.args:
4245 * gst/playback/gstplaybin.c:
4248 * docs/plugins/inspect/plugin-adder.xml:
4249 * docs/plugins/inspect/plugin-alsa.xml:
4250 * docs/plugins/inspect/plugin-audioconvert.xml:
4251 * docs/plugins/inspect/plugin-audiorate.xml:
4252 * docs/plugins/inspect/plugin-audioresample.xml:
4253 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4254 * docs/plugins/inspect/plugin-cdparanoia.xml:
4255 * docs/plugins/inspect/plugin-decodebin.xml:
4256 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4257 * docs/plugins/inspect/plugin-gnomevfs.xml:
4258 * docs/plugins/inspect/plugin-ogg.xml:
4259 * docs/plugins/inspect/plugin-pango.xml:
4260 * docs/plugins/inspect/plugin-playbin.xml:
4261 * docs/plugins/inspect/plugin-subparse.xml:
4262 * docs/plugins/inspect/plugin-tcp.xml:
4263 * docs/plugins/inspect/plugin-theora.xml:
4264 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4265 * docs/plugins/inspect/plugin-video4linux.xml:
4266 * docs/plugins/inspect/plugin-videorate.xml:
4267 * docs/plugins/inspect/plugin-videoscale.xml:
4268 * docs/plugins/inspect/plugin-videotestsrc.xml:
4269 * docs/plugins/inspect/plugin-volume.xml:
4270 * docs/plugins/inspect/plugin-vorbis.xml:
4271 * docs/plugins/inspect/plugin-ximagesink.xml:
4272 * docs/plugins/inspect/plugin-xvimagesink.xml:
4273 Update to CVS version.
4275 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4277 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4278 (gst_play_bin_set_property), (gst_play_bin_get_property),
4279 (value_list_append_structure_list),
4280 (gst_play_bin_handle_redirect_message),
4281 (gst_play_bin_handle_message):
4282 API: GstPlayBin::connection-speed
4283 Add "connection-speed" property; re-order redirect messages with
4284 multiple redirect locations depending on the minimum bitrate if
4285 that information is available and a connection speed is set
4288 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4290 * gst/playback/gstplaybin.c:
4291 Update max volume to the same value that the volume element uses.
4293 2006-08-14 Wim Taymans <wim@fluendo.com>
4295 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4298 2006-08-14 Wim Taymans <wim@fluendo.com>
4300 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4301 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4302 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4303 Add some more debug info.
4304 Don't crash when a seek failed.
4305 Actually return the result of the seek instead of TRUE.
4306 Ignore multiple BOS pages with the same serial so that we don't create
4307 the same stream multiple times.
4308 Post an error when we fail to do the initial seek.
4310 2006-08-13 Wim Taymans <wim@fluendo.com>
4312 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4313 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4316 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4317 (gst_alsa_mixer_new):
4318 Remove hack that always set the device to hw:0*.
4319 Properly find the card name for whatever device was configured.
4320 Do some better debugging.
4323 * ext/alsa/gstalsamixerelement.c:
4324 (gst_alsa_mixer_element_set_property),
4325 (gst_alsa_mixer_element_change_state):
4327 Handle setting of a NULL device name better.
4329 2006-08-11 Wim Taymans <wim@fluendo.com>
4331 * gst/adder/gstadder.c:
4332 Don't clip float values. Fixes #350900.
4334 2006-08-11 Andy Wingo <wingo@pobox.com>
4336 * gst/tcp/gsttcp.c: Really fix the build?
4338 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4341 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4343 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4344 Float caps shouldn't have a "signed" field.
4346 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4348 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4349 Implement SEEKING query in its most basic form, so that we can
4350 at least check if we're seekable or not (#350655).
4352 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4354 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4355 The checks here are not even close to anything that would
4356 justify MAXIMUM probability, lowering to POSSIBLE until someone
4357 fixes the checks (case at hand: quicktime redirection files
4358 might start with 00 00 01 XX and pass the checks here just
4361 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4363 Patch by: Sjoerd Simons <sjoerd at luon net>
4365 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4366 Better detection for multipart/x-mixed-replace: accept leading
4367 whitespaces before the boundary marker as well (as our very own
4368 multipartmux used to produce) (#349068).
4370 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4372 Patch by: Young-Ho Cha <ganadist at chollian net>
4374 * gst-libs/gst/riff/riff-ids.h:
4375 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4376 (gst_riff_create_audio_template_caps):
4377 Detect DTS audio streams (#350157).
4379 2006-08-05 Andy Wingo <wingo@pobox.com>
4381 * ext/theora/gsttheoraparse.h:
4382 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4383 (theora_parse_dispose, theora_parse_set_property)
4384 (theora_parse_get_property, theora_parse_munge_granulepos)
4385 (theora_parse_push_buffer, theora_parse_change_state):
4386 API: GstTheoraParse::synchronization-points
4387 Add a property 'synchronization-points' to fix badly synchronized oggs.
4389 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4391 * tests/check/Makefile.am:
4392 * tests/check/libs/.cvsignore:
4393 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4394 (fixed_caps_have_channel_positions), (GST_START_TEST),
4395 (audio_suite), (main):
4396 Add a few tests for the channel position stuff in libgstaudio.
4398 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4400 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4401 (gst_alsa_detect_channels):
4402 * ext/alsa/gstalsasink.c:
4403 Add support for cards that (only) do more than 8 channels,
4404 like the Delta 44 (#345188).
4406 * gst-libs/gst/audio/multichannel.c:
4407 (gst_audio_check_channel_positions):
4408 * gst-libs/gst/audio/multichannel.h:
4409 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4410 unspecified channel position and cannot be combined with any
4411 of the other audio channel positions; adjust position layout
4412 checks accordingly (#345188).
4414 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4416 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4417 Recognise ancient RealAudio files (see #349779).
4419 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4421 Patch by: Jens Granseuer <jensgr at gmx net>
4423 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4424 Add typefinder for Interplay's MVE format (#348973).
4426 2006-08-02 Wim Taymans <wim@fluendo.com>
4428 Patch by: Marcel Moreaux <marcelm at luon dot net>
4430 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4431 (gst_base_rtp_depayload_add_to_queue):
4432 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4433 Handle RTP sequence number rollover.
4434 Disable jitterbuffer by default.
4436 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4438 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4439 (audioresample_set_caps):
4440 Don't leak references to the incoming caps. Clean them up when
4443 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4444 (gst_video_scale_finalize):
4445 Don't leak our temporary pixel buffer.
4447 * tests/check/Makefile.am:
4448 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4449 (GST_START_TEST), (simple_launch_lines_suite):
4451 Fix leaks and re-enable the test for valgrind checking.
4453 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4455 Patch by: Sjoerd Simons <sjoerd at luon net>
4457 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4459 Add typefind function for multipart/x-mixed-replace (#348916).
4461 2006-07-28 Wim Taymans <wim@fluendo.com>
4463 * gst/adder/gstadder.c: (gst_adder_setcaps),
4464 (gst_adder_query_duration):
4465 Fix leak in duration query.
4466 Reflow some docs and notes.
4468 2006-07-28 Michael Smith <msmith@fluendo.com>
4470 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4472 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4475 2006-07-28 Michael Smith <msmith@fluendo.com>
4477 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4478 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4479 (gst_vorbis_enc_push_buffer),
4480 (gst_vorbis_enc_buffer_check_discontinuous),
4481 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4482 * ext/vorbis/vorbisenc.h:
4483 Handle discontinuities in the input vorbis stream correctly,
4484 so that the output is properly timestamped (and has good granulepos
4485 values). Needs some oggmux fixes too.
4487 2006-07-27 Wim Taymans <wim@fluendo.com>
4489 patch by: Kai Vehmanen <kv2004 eca cx>
4491 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4492 (gst_base_rtp_depayload_chain),
4493 (gst_base_rtp_depayload_handle_sink_event),
4494 (gst_base_rtp_depayload_change_state):
4495 Don't send multiple newsegments with different formats.
4498 2006-07-26 Wim Taymans <wim@fluendo.com>
4500 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4501 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4502 Make seeking in ogg more accurate again by doing the more correct
4503 granuletime to stream time conversion.
4505 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4507 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4508 (gst_multi_fd_sink_new_client):
4509 debug a little more understandably
4510 do not use goto as a substitute for break, especially if
4511 break is also being used
4513 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4515 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4516 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4517 Remove GLib-2.6 compatibility cruft.
4519 2006-07-24 Wim Taymans <wim@fluendo.com>
4521 * gst-libs/gst/audio/gstbaseaudiosink.c:
4522 (gst_base_audio_sink_render):
4523 Don't try to align a sample to an unknown value.
4525 2006-07-24 Wim Taymans <wim@fluendo.com>
4527 * gst-libs/gst/audio/gstbaseaudiosink.c:
4528 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4529 When the audio clock is slaved to another clock, never try to align
4530 samples but trust the rate interpolation algorithm.
4532 2006-07-24 Wim Taymans <wim@fluendo.com>
4534 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4535 Don't try to calculate silence samples, base class does this much
4538 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4539 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4540 (gst_ring_buffer_acquire):
4541 Calculate silence samples correctly.
4543 * gst-libs/gst/audio/gstringbuffer.h:
4546 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4548 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4549 Limit search for the first markup tag to the first few kB of
4550 the file. If we don't find one there, it's highly unlikely that
4551 this is an XML(-ish) file.
4553 2006-07-21 Andy Wingo <wingo@pobox.com>
4555 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4556 test to the one in vorbisenc. Also commented out.
4558 * tests/check/pipelines/vorbisenc.c:
4559 (test_discontinuity): New test, commented out until Mike lands
4560 some elite vorbisenc patches.
4562 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4563 Bufferstraw was actually factored out of these tests. Now we share
4566 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4567 for bufferstraw addition to gstcheck.
4569 2006-07-21 Wim Taymans <wim@fluendo.com>
4571 * ext/theora/theoradec.c: (clip_buffer):
4574 2006-07-21 Wim Taymans <wim@fluendo.com>
4576 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4577 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4578 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4580 Avoid type casting when we can.
4582 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4585 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4587 * ext/alsa/gstalsamixerelement.c:
4588 (gst_alsa_mixer_element_change_state):
4589 Make state change fail if the specified device can't be opened
4592 2006-07-20 Wim Taymans <wim@fluendo.com>
4594 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4595 (cb_newpad), (main):
4596 Example of a small audio/video player using decodebin.
4598 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4600 * gst-libs/gst/riff/riff-ids.h:
4603 2006-07-19 Wim Taymans <wim@fluendo.com>
4605 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4606 (gst_base_rtp_depayload_chain),
4607 (gst_base_rtp_depayload_change_state):
4608 Don't assert when not negotiated but post a meaningfull
4609 error message. Fixes #347918.
4611 * gst-libs/gst/rtp/gstbasertppayload.c:
4612 Add comment about better default MTU size.
4614 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4615 Small cleanups, start docs.
4617 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4619 Patch by: Martin Szulecki
4621 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4622 If "device-name" is requested and the device is not
4623 open, try to temporarily open it to obtain this
4624 information (#342494).
4626 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4628 * gst-libs/gst/tag/gstid3tag.c:
4629 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4631 * gst-libs/gst/tag/gsttageditingprivate.h:
4632 * gst-libs/gst/tag/gstvorbistag.c:
4633 Some more random const-ifications.
4635 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4637 * gst-libs/gst/riff/riff-ids.h:
4638 * gst-libs/gst/riff/riff-media.c:
4639 (gst_riff_create_video_template_caps):
4640 Add more FOURCCs (sort list to make stuff easier to find),
4641 add comment what those 16 bytes in struct _gst_riff_strh according to
4644 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4646 * gst-libs/gst/audio/multichannel.c:
4647 (gst_audio_check_channel_positions),
4648 (gst_audio_fixate_channel_positions):
4649 Const-ify two arrays.
4651 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4653 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4654 Fix typo, so that alsasink also advertises 8 channels
4655 if that's supported (tags: can, worms, open, alsa, ph34r).
4657 2006-07-17 Wim Taymans <wim@fluendo.com>
4659 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4660 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4661 *sigh*, when is the compiler going to warn when the comments
4662 are out-of-sync with the code.. Refix case of busted theora
4663 headers with 0 granule pos.
4665 2006-07-14 Wim Taymans <wim@fluendo.com>
4667 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4668 (gst_base_rtp_depayload_wait),
4669 (gst_base_rtp_depayload_change_state),
4670 (gst_base_rtp_depayload_set_property),
4671 (gst_base_rtp_depayload_get_property):
4672 Fix 99% cpu load by waiting for absolute times on the
4673 clock. Fixes #347300.
4675 2006-07-14 Andy Wingo <wingo@pobox.com>
4677 * ext/theora/gsttheoraparse.h:
4678 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4679 (theora_parse_push_headers, theora_parse_clear_queue)
4680 (theora_parse_drain_queue_prematurely, )
4681 (theora_parse_sink_event, theora_parse_change_state): Queue events
4682 until we initialized our state, like in vorbisparse.
4684 * ext/vorbis/vorbisparse.h:
4685 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4686 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4687 (vorbis_parse_drain_queue_prematurely, )
4688 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4689 until we have initialized our state. Fixes seeking after an
4692 2006-07-14 Andy Wingo <wingo@pobox.com>
4694 Patch by: Iain Holmes <iaingnome@gmail.com>
4696 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4698 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4701 Bump nano back to CVS
4703 === release 0.10.9 ===
4705 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4708 releasing 0.10.9, "I walk the line"
4710 2006-07-14 Michael Smith <msmith@fluendo.com>
4712 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4713 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4714 (commonly happens when running this test under valgrind) when trying
4715 to remove the buffer probe.
4717 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4719 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4720 Fix missing g_unlock from the previous commit
4722 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4724 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4725 (gst_ximagesink_change_state):
4726 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4727 (gst_xvimagesink_change_state):
4728 Implement a locking order to ensure we always take the object lock
4729 before the x_lock and never vice-versa.
4731 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4733 * gst/playback/gstdecodebin.c: (find_compatibles):
4734 Fix a caps leak when linking (#347304)
4736 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4737 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4738 (gst_ximagesink_change_state):
4739 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4740 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4741 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4742 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4743 Don't leak shared memory resources. Use the object lock to protect
4744 against the xcontext disappearing while returning a buffer from the
4747 2006-07-12 Edward Hervey <edward@fluendo.com>
4749 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4750 (vorbis_handle_comment_packet):
4751 gst_tag_list_merge() returns a new object. Take that into account when
4752 using it. This avoids memleak.
4753 Revert previous commit which is not needed.
4755 2006-07-12 Edward Hervey <edward@fluendo.com>
4757 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4758 Reset the decoder in finalize so that all fields get cleared.
4760 2006-07-12 Wim Taymans <wim@fluendo.com>
4762 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4763 (gst_base_audio_src_set_clock),
4764 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4765 Don't try to post an error message when setting the clock fails
4766 as this can happen when adding an element to a bin which will then
4767 deadlock. Fixes #347296.
4769 2006-07-12 Edward Hervey <edward@fluendo.com>
4771 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4772 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4773 (vorbis_handle_type_packet):
4774 Post tag messages on the bus even if we're not initialized.
4775 If we're not initialized, we still postpone the event pushing of tags.
4777 2006-07-12 Wim Taymans <wim@fluendo.com>
4779 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4780 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4781 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4782 Revert last two changes that broke the freeze.
4784 2006-07-12 Wim Taymans <wim@fluendo.com>
4786 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4787 basesink calculates silence sample correctly for us.
4789 2006-07-12 Wim Taymans <wim@fluendo.com>
4791 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4792 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4793 Calculate correct silence samples so we don't fill our ringbuffer
4796 2006-07-12 Edward Hervey <edward@fluendo.com>
4798 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4799 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4800 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4801 * ext/vorbis/vorbisdec.h:
4802 Delay sending events (newsegment, tags) until the decoder is properly
4806 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4808 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4809 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4810 Patch from #347221 adding a test for audioconvert
4813 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4815 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4816 (gst_ssa_parse_parse_line):
4817 Don't include the terminating NUL in the buffer size,
4818 it's only there for extra paranoia (would add random
4819 '*' characters at the end of each subtitle since the
4820 terminator itself is not valid UTF-8 technically).
4821 Also fix indenting after boilerplate macro.
4823 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4825 * gst/playback/gstdecodebin.c: (close_pad_link):
4826 Also emit 'unknown-type' signal (which should really be
4827 called unhandled-type) if we found potential decoders/demuxers
4828 in the registry but none of them worked in the end (as in the
4829 case where the plugins don't exist any longer but are still
4830 listed in the registry). Fixes #329798.
4832 2006-07-08 Andy Wingo <wingo@pobox.com>
4834 * theoraparse.c (theora_parse_push_buffer)
4835 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4836 Add some more debugging. Fix granulepos reconstruction in the face
4839 2006-07-06 Wim Taymans <wim@fluendo.com>
4841 * gst-libs/gst/audio/gstbaseaudiosink.c:
4842 (gst_base_audio_sink_class_init),
4843 (gst_base_audio_sink_provide_clock):
4844 Use gobject_class instead of G_OBJECT_CLASS (klass)
4846 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4847 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4848 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4849 (gst_base_audio_src_get_time),
4850 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4851 (gst_base_audio_src_create_ringbuffer):
4852 Fix latency and buffer-time constants and properties ala basesink.
4853 Implement pull based scheduling. Fixes #346527.
4854 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4856 Refuse slaving to another clock instead of silently not working.
4857 Only provide a clock when we are actually able to do so.
4858 Various small cleanups and compiler hints.
4860 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4862 Patch by: Lutz Mueller <lutz at topfrose de>
4864 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4866 Add typefinding for text/html (#346581).
4868 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4870 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4871 (xml_check_first_element), (xml_type_find), (smil_type_find):
4872 Fix SMIL typefinding, make xml_check_first_element() more
4875 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4877 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4878 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4879 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4880 * gst/playback/gstplaybasebin.h:
4881 Protect list of elements with a subtitle-encoding property and
4882 the subtitle encoding member itself with a lock of their own
4883 instead of using the object lock. This prevents a dead-lock in
4884 the element-remove callback in some circumstances when shutting
4887 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4889 * win32/common/libgsttag.def:
4890 Export some new functions.
4891 * win32/vs6/libgstogg.dsp:
4892 Add a link to libgsttag-0.10.lib.
4894 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4896 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4897 Some const-ification.
4899 2006-07-04 Wim Taymans <wim@fluendo.com>
4901 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4902 Improve checking if we are dealing with a stream. Added some
4903 more uris that need buffering.
4905 2006-07-03 Edward Hervey <edward@fluendo.com>
4907 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4908 Remove unused variable.
4910 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4915 add GCOV_LIBS to GST_LIBS
4917 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4919 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4921 * ext/alsa/gstalsasrc.c:
4922 Add 32 bps to template caps and increase channels range
4923 from [1,2] to [1,MAX]. See #346326.
4925 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4927 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4928 Recognise 'WMVA' video codec fourcc (#345879).
4930 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4932 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4933 Fixed nasty memory leak
4935 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4937 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4938 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4941 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4943 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4944 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4945 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4946 Protect remove_fakesink using a mutex, so that we don't try and
4947 remove the fakesink simultaneously from multiple threads.
4949 When going from READY to PAUSED, restore the fakesink, so that
4950 it is there when decodebin gets reused.
4952 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4954 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4955 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4956 * gst-libs/gst/rtp/gstbasertppayload.c:
4957 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4958 * gst/tcp/gstmultifdsink.c:
4959 * gst/tcp/gsttcpclientsink.c:
4960 * gst/tcp/gsttcpclientsrc.c:
4961 * gst/tcp/gsttcpserversink.c:
4962 * gst/tcp/gsttcpserversrc.c:
4963 * gst/videorate/gstvideorate.c:
4964 * gst/videotestsrc/gstvideotestsrc.c:
4965 * sys/v4l/gstv4ljpegsrc.c:
4966 * sys/v4l/gstv4lmjpegsink.c:
4967 * sys/v4l/gstv4lsrc.c:
4968 * tests/examples/seek/scrubby.c:
4969 * tests/examples/seek/seek.c:
4970 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4972 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4974 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4975 Second field in GEnumValue shouldn't be a description,
4976 but a stringified version of the enum value.
4978 2006-06-22 Wim Taymans <wim@fluendo.com>
4980 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4981 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4982 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4983 Avoid type checking in buffer casts.
4984 Avoid caps copy in buffer_alloc when we can.
4985 Use pad_peer_accept.
4987 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4989 * gst-libs/gst/tag/tag.h:
4990 Oops, make that 'Since: 0.10.9'.
4992 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4994 * docs/libs/gst-plugins-base-libs-sections.txt:
4995 * gst-libs/gst/tag/tag.h:
4996 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4997 (gst_tag_image_type_get_type):
4998 API: add GstTagImageType enum to describe images contained
4999 in image tags (#345641).
5001 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5003 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5004 Fix warnings with gst-inspect: "buffers-min" property
5005 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
5006 typo in property description.
5008 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5010 Patch by: Cody Russell <bratsche at gnome org>
5012 * gst/audioresample/gstaudioresample.c:
5013 (gst_audioresample_class_init):
5014 * gst/playback/gststreamselector.c:
5015 (gst_stream_selector_class_init):
5016 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5017 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5018 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5019 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5020 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5021 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5022 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5023 * gst/videotestsrc/gstvideotestsrc.c:
5024 (gst_video_test_src_class_init):
5025 * gst/volume/gstvolume.c: (gst_volume_class_init):
5026 Avoid unnecessary class cast check in class_init
5027 functions (#337747).
5029 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
5031 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5032 (gst_text_overlay_video_chain):
5033 g_markup_escape_text() REALLY doesn't like non-UTF8 input
5034 and doesn't validate its input either (and neither did
5035 textoverlay it seems). Let's do that then and fix #345206.
5037 2006-06-19 Wim Taymans <wim@fluendo.com>
5039 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5040 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5041 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5042 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5043 (find_syncframe), (find_limits), (assign_value),
5044 (count_burst_unit), (gst_multi_fd_sink_new_client),
5045 (gst_multi_fd_sink_handle_client_write),
5046 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5047 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5048 (gst_multi_fd_sink_change_state):
5049 * gst/tcp/gstmultifdsink.h:
5050 Added shiny new burst-on-connect methods.
5051 Add properties to control the minimal amount of data queued.
5053 API: bytes-min property
5054 API: time-min property
5055 API: buffers-min property
5056 API: burst-unit property
5057 API: burst-value property
5058 API: add-full signal
5060 * gst/tcp/gsttcp-marshal.list:
5061 Added new marshaller code for the new signal.
5063 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5064 (multifdsink_suite):
5065 Added testcases for new burst methods.
5067 2006-06-19 Edward Hervey <edward@fluendo.com>
5069 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5070 Implement clipping for accurate seeking.
5073 2006-06-19 Wim Taymans <wim@fluendo.com>
5075 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5077 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5078 (gst_video_scale_transform):
5079 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5081 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
5084 Fix --disable-external (can't set conditionals conditionally,
5087 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5089 * tests/check/elements/audioresample.c: (test_reuse),
5090 (audioresample_suite):
5091 Add test case for bug #342789 fixed below.
5093 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5095 * gst/audioresample/gstaudioresample.c:
5096 (gst_audioresample_class_init), (gst_audioresample_init),
5097 (audioresample_start), (audioresample_stop),
5098 (gst_audioresample_set_property), (gst_audioresample_get_property):
5099 Implement GstBaseTransform::start and ::stop so that audioresample
5100 can clear its internal state properly and be reused instead of
5101 causing non-negotiated errors with playbin under some circumstances
5104 * tests/check/elements/audioresample.c: (setup_audioresample),
5105 (cleanup_audioresample):
5106 Need to set element state here so that ::start and ::stop are
5109 2006-06-16 Wim Taymans <wim@fluendo.com>
5111 Patch by: Young-Ho Cha <ganadist at chollian dot net>
5113 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5114 Parse extra data better, apparently it's right behind
5115 the normal strf header size. Fixes #343500.
5117 2006-06-16 Wim Taymans <wim@fluendo.com>
5119 * ext/alsa/gstalsasink.c: (set_hwparams):
5120 If we fail to set the buffer_time and period_time alsa
5121 parameters, post a warning and leave alsa select a
5122 default instead of failing. Fixes #342085
5124 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5126 * docs/libs/gst-plugins-base-libs-sections.txt:
5127 * gst-libs/gst/cdda/gstcddabasesrc.h:
5128 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5129 out in the header file and shouldn't be listed in the docs.
5131 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5132 Must dereference pointer to fourcc in the debug statement.
5134 2006-06-16 Stefan Kost <ensonic@users.sf.net>
5136 * docs/libs/Makefile.am:
5137 * docs/libs/gst-plugins-base-libs-docs.sgml:
5138 * docs/libs/gst-plugins-base-libs-sections.txt:
5139 * docs/libs/gst-plugins-base-libs.types:
5140 add remaining symbols into correct setions
5142 * gst-libs/gst/audio/gstringbuffer.c:
5145 * gst-libs/gst/audio/gstringbuffer.h:
5146 comment out not yet implemented function
5149 * gst-libs/gst/floatcast/floatcast.h:
5150 * gst-libs/gst/netbuffer/gstnetbuffer.c:
5151 add short descriptions
5154 * gst-libs/gst/interfaces/propertyprobe.c:
5155 fix return value docs
5157 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5158 simplify debug logging
5160 * gst-libs/gst/riff/riff-read.h:
5161 sync function prototype and docs
5163 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5164 remove left over symbol
5166 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5171 Use GST_PLUGIN_DOCS macro in configure.ac, add
5172 --enable-plugin-docs default to autogen.sh and use
5173 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5175 2006-06-15 Wim Taymans <wim@fluendo.com>
5177 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5178 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5179 (gst_ogg_demux_loop):
5180 Combine GstFlowReturn from the source pads to give a
5181 meaningfull result to the upstream peer or to stop the
5182 processing task in case of errors.
5184 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5186 * gst/playback/gststreaminfo.c: (cb_probe):
5187 Try GST_TAG_CODEC as fallback when extracting the
5188 codec name; more debug info.
5190 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5192 * ext/ogg/Makefile.am:
5193 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5194 Extract language tags from ogm subtitle streams, so that
5195 the subtitle menu choices are labelled correctly in
5196 Totem (fixes #344708).
5198 2006-06-14 Wim Taymans <wim@fluendo.com>
5200 Patch by: Alessandro Decina <alessandro at nnva dot org>
5202 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5203 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5204 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5205 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5206 Fix various leaks. Fixes #343699.
5207 Add x-smoke mime type.
5209 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5211 * gst-libs/gst/riff/riff-ids.h:
5212 Add IDs for 'bext' chunks (see #343837).
5214 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
5216 Patch by: Young-Ho Cha <ganadist at chollian net>
5218 * gst/subparse/samiparse.c: (sami_context_pop_state),
5219 (handle_start_font), (end_sami_element):
5220 Honour font face tags in SAMI subtitles (#344503).
5222 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5225 add missing files containing translatable strings
5227 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5229 * docs/libs/tmpl/.cvsignore:
5230 we don't want those *.sgml files in CVS either
5232 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5234 * docs/libs/.cvsignore:
5235 * tests/check/elements/.cvsignore:
5236 * tests/check/libs/.cvsignore:
5239 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5241 * docs/libs/Makefile.am:
5242 also commiting the changed Makefile.am (added more libs to the
5245 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5247 * docs/libs/gst-plugins-base-libs-docs.sgml:
5248 * docs/libs/gst-plugins-base-libs-sections.txt:
5249 * docs/libs/gst-plugins-base-libs.types:
5250 first batch of reordering things, add index & hierarchy
5252 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
5255 use GST_PKG_CHECK_MODULES, cleans up output
5257 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5259 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5260 Add support for burn:// URIs (#343385); const-ify things a bit,
5261 use G_N_ELEMENTS instead of hard-coded array size.
5263 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5265 Patch by: Young-Ho Cha <ganadist at chollian net>
5267 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5268 Fix up broken entities before passing them to libxml *sigh*.
5271 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5276 === release 0.10.8 ===
5278 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5281 releasing 0.10.8, "Moar gij ziet mij nie"
5283 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5300 * win32/common/config.h:
5303 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5305 * docs/libs/tmpl/gstaudio.sgml:
5306 * docs/libs/tmpl/gstcolorbalance.sgml:
5307 * docs/libs/tmpl/gstmixer.sgml:
5308 * docs/libs/tmpl/gstringbuffer.sgml:
5309 * docs/libs/tmpl/gsttuner.sgml:
5310 * docs/libs/tmpl/gstxoverlay.sgml:
5311 * gst-libs/gst/audio/audio.c:
5312 * gst-libs/gst/audio/gstringbuffer.c:
5313 * gst-libs/gst/interfaces/colorbalance.c:
5314 * gst-libs/gst/interfaces/mixer.c:
5315 * gst-libs/gst/interfaces/tuner.c:
5316 * gst-libs/gst/interfaces/xoverlay.c:
5317 move last template doc snippets to source code and delete them
5319 2006-06-06 Michael Smith <msmith@fluendo.com>
5321 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5322 (theora_parse_drain_queue):
5323 Mark DELTA_UNIT on non-keyframes.
5325 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5327 * gst-libs/gst/audio/gstbaseaudiosink.c:
5328 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5329 * gst-libs/gst/audio/gstbaseaudiosink.h:
5330 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5331 (gst_ring_buffer_samples_done):
5332 * gst-libs/gst/audio/gstringbuffer.h:
5333 Document better the fact that latency_time and buffer_time are values
5334 stored in microseconds, and not the usual GStreamer nanoseconds.
5335 Change the variables (compatibly) that store them from GstClockTime
5336 to guint64 to make it more clear that they're not storing clock times.
5337 Also, remove the bogus property description that says the user can
5338 specify -1 to get the default value, since that's never been the case.
5340 When computing the default segment size for the ring buffer, make it
5341 an integer number of samples.
5343 When the sub-class indicates a delay greater than the number of
5344 samples we've written return 0 from the audio sink get_time method.
5346 2006-06-02 Michael Smith <msmith@fluendo.com>
5348 * tests/check/elements/audioconvert.c: (set_channel_positions),
5349 (get_float_mc_caps), (get_int_mc_caps):
5350 * tests/check/elements/audioresample.c:
5351 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5352 * tests/check/elements/videorate.c:
5353 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5354 * tests/check/elements/volume.c:
5355 * tests/check/elements/vorbisdec.c:
5356 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5357 Don't busy-wait in tests; this was causing test timeouts very
5358 frequently when running under valgrind.
5360 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5363 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5364 (gst_multi_fd_sink_remove_client_link),
5365 (gst_multi_fd_sink_client_queue_caps),
5366 (gst_multi_fd_sink_client_queue_buffer),
5367 (gst_multi_fd_sink_handle_client_write),
5368 (gst_multi_fd_sink_render):
5369 * gst/tcp/gstmultifdsink.h:
5370 make multifdsink properly deal with streamheader:
5371 - streamheader is taken from caps
5372 - buffers marked with IN_CAPS are not sent
5373 - streamheaders are sent, on connection, from the caps of the
5374 buffer where the client gets positioned to
5375 - further streamheader changes are done every time the client
5376 will receive a buffer with different caps
5377 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5378 (gst_multifdsink_create_streamheader):
5381 2006-06-02 Michael Smith <msmith@fluendo.com>
5383 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5384 Reinstate limit on channel count. Vorbis does not define the meaning
5385 of > 6 channels, so they're just independent channels. Gstreamer
5386 currently has no mechanism to represent N independent channels.
5388 2006-06-02 Michael Smith <msmith@fluendo.com>
5390 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5391 Don't arbitrarily restrict channel counts and rate in vorbis.
5392 In terms of effects likely on real-world files, this fixes 96kHz
5395 2006-06-02 Michael Smith <msmith@fluendo.com>
5397 * gst/audioconvert/audioconvert.c: (float):
5398 More correct float->int conversion.
5400 2006-06-02 Michael Smith <msmith@fluendo.com>
5402 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5403 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5404 value. Fixes g-critical on trying to play back ogg containing
5407 2006-06-02 Wim Taymans <wim@fluendo.com>
5409 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5411 * gst/playback/gstplaybasebin.h:
5412 Make the subtitle detection work from any thread so we don't
5413 deadlock. Fixes #343397.
5415 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5417 * gst/volume/Makefile.am:
5418 Seriously, it's not *that* hard to get compilation right. Even
5419 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5421 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5423 * gst/volume/gstvolume.c: (volume_choose_func),
5424 (volume_update_real_volume), (gst_volume_class_init),
5425 (gst_volume_init), (volume_process_float), (volume_process_int16),
5426 (volume_process_int16_clamp), (volume_set_caps),
5427 (volume_transform_ip), (plugin_init):
5428 * gst/volume/gstvolume.h:
5429 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5430 another property desc., remove unused param from process function
5432 * tests/check/elements/volume.c: (volume_suite):
5433 reactivate the passthrough test
5435 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5437 * ext/alsa/gstalsamixerelement.h:
5438 * ext/alsa/gstalsamixeroptions.h:
5439 * ext/alsa/gstalsamixertrack.h:
5440 * ext/gnomevfs/gstgnomevfssink.h:
5441 * ext/gnomevfs/gstgnomevfssrc.h:
5442 * ext/theora/gsttheoradec.h:
5443 * ext/theora/gsttheoraenc.h:
5444 * ext/theora/gsttheoraparse.h:
5445 * ext/vorbis/vorbisparse.h:
5446 * gst-libs/gst/audio/gstaudioclock.h:
5447 * gst-libs/gst/audio/gstaudiofilter.h:
5448 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5449 * gst/audioconvert/gstaudioconvert.h:
5450 * gst/audioresample/gstaudioresample.h:
5451 * gst/audiotestsrc/gstaudiotestsrc.h:
5452 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5453 * gst/playback/gststreamselector.h:
5454 * gst/tcp/gstmultifdsink.h:
5455 * gst/tcp/gsttcpclientsink.h:
5456 * gst/tcp/gsttcpclientsrc.h:
5457 * gst/tcp/gsttcpserversink.h:
5458 * gst/tcp/gsttcpserversrc.h:
5459 * gst/videorate/gstvideorate.h:
5460 * gst/videoscale/gstvideoscale.h:
5461 * gst/videotestsrc/gstvideotestsrc.h:
5462 * gst/volume/gstvolume.h:
5463 * sys/v4l/gstv4ljpegsrc.h:
5464 * sys/v4l/gstv4lmjpegsink.h:
5465 * sys/v4l/gstv4lmjpegsrc.h:
5466 * sys/v4l/gstv4lsrc.h:
5467 * sys/ximage/ximagesink.h:
5468 * sys/xvimage/xvimagesink.h:
5469 * tests/old/testsuite/alsa/sinesrc.h:
5470 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5472 2006-05-31 Wim Taymans <wim@fluendo.com>
5474 * ext/libvisual/visual.c: (gst_visual_reset),
5475 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5476 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5478 Use running time before doing QoS.
5481 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5483 * docs/libs/Makefile.am:
5484 set a magic variable to indicate we know the docs are incomplete
5486 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5488 * win32/common/libgstvideo.def:
5489 export gst_video_calculate_display_ratio
5490 * win32/vs6/libgstvideoscale.dsp:
5491 add link to libgstvideo-0.10.lib
5493 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5495 * gst/playback/gstplaybasebin.c: (gen_source_element):
5496 Throw a more comprehensible error for rtsp:// URIs (rather
5497 than erroring out with a negotiation error later on) until
5498 we fix playbin to handle rtspsrc etc.
5500 2006-05-30 Wim Taymans <wim@fluendo.com>
5502 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5503 (gst_text_overlay_text_event):
5506 2006-05-30 Wim Taymans <wim@fluendo.com>
5508 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5509 (gst_adder_request_new_pad), (gst_adder_release_pad):
5510 * gst/adder/gstadder.h:
5511 Implement release_request_pad.
5512 Make padcounter atomic.
5514 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5515 Added check for release_pad in adder.
5517 2006-05-30 Wim Taymans <wim@fluendo.com>
5519 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5522 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5524 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5525 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5526 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5527 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5528 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5529 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5530 (gst_ogg_demux_bisect_forward_serialno),
5531 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5532 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5534 clean up printf formats for granulepos and serialno
5536 2006-05-30 Michael Smith <msmith@fluendo.com>
5538 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5539 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5540 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5541 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5542 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5543 * ext/vorbis/vorbisenc.h:
5544 Multi-channel caps negotiation, so we can do proper multichannel
5545 vorbis encoding, negotiated through audioconvert.
5547 2006-05-30 Wim Taymans <wim@fluendo.com>
5549 * tests/check/elements/adder.c: (test_event_message_received),
5550 (test_play_twice_message_received), (GST_START_TEST),
5552 Added check to show that #339935 is fixed with ongoing
5553 adder and collectpads fixes.
5555 2006-05-29 Wim Taymans <wim@fluendo.com>
5557 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5558 Don't leak pad name.
5560 2006-05-29 Wim Taymans <wim@fluendo.com>
5562 * gst/adder/gstadder.c: (gst_adder_query_duration),
5563 (forward_event_func), (forward_event), (gst_adder_src_event):
5565 Make query/seeking code threadsafe.
5567 * tests/check/Makefile.am:
5568 * tests/check/elements/adder.c: (test_event_message_received),
5569 (GST_START_TEST), (test_play_twice_message_received):
5570 Fix adder test case.
5572 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5574 Patch by: Young-Ho Cha <ganadist at chollian net>
5576 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5577 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5578 (set_encoding_element), (decodebin_element_added_cb),
5579 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5580 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5581 * gst/playback/gstplaybasebin.h:
5582 Add 'subtitle-encoding' property to playbin, so applications can
5583 force a subtitle encoding for non-UTF8 subtitles (#342268).
5585 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5586 (gst_sub_parse_set_property):
5587 Rename recently-added 'encoding' property to 'subtitle-encoding'
5588 (so it can be proxied by playbin/decodebin in a generic way
5589 with less danger of false positives).
5591 2006-05-29 Michael Smith <msmith@fluendo.com>
5593 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5594 (append_with_other_format), (set_structure_widths),
5595 (gst_audio_convert_transform_caps):
5596 Patch from #341562: give more specific audio caps in get_caps, so
5597 that basetransform can make better decisions on what caps to
5600 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5602 * tests/check/elements/volume.c:
5603 make it compile again
5605 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5607 * tests/check/elements/volume.c: (volume_suite):
5608 disable test until #343196 gets resolved
5610 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5612 * gst/adder/gstadder.c: (gst_adder_get_type):
5613 Make it easier to copy&paste
5615 * gst/volume/Makefile.am:
5616 * gst/volume/gstvolume.c: (volume_update_real_volume),
5617 (gst_volume_set_volume), (gst_volume_set_mute),
5618 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5619 (volume_transform_ip), (volume_update_mute),
5620 (volume_update_volume):
5621 * gst/volume/gstvolume.h:
5622 Add own debug category, move duplicate code to helper function, fix
5623 property texts, add more comments and prepare ffor liboil-goodness
5625 * tests/check/Makefile.am:
5626 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5627 add test for mute and passtrough case, be a bit more verbose to track
5630 * tests/check/generic/states.c: (GST_START_TEST):
5631 catch elements that fail to instantiate
5633 2006-05-28 Edward Hervey <edward@fluendo.com>
5635 * tests/check/pipelines/simple-launch-lines.c:
5636 * tests/check/pipelines/theoraenc.c:
5637 * tests/check/pipelines/vorbisenc.c:
5638 Comment out tests using parse_launch() if core was built without
5639 parsing capabilities.
5641 2006-05-27 Edward Hervey <edward@fluendo.com>
5643 * tests/check/Makefile.am:
5644 Extra bonus points for whoever explains to ensonic that you are meant
5645 to test unit tests thoroughly before commiting them, especially if
5646 you know it's going to break.
5647 De-activated element/adder tests.
5649 2006-05-27 Edward Hervey <edward@fluendo.com>
5651 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5652 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5653 Marking caps conversion issues as GST_WARNING is way too verbose,
5654 Moving them to GST_LOG.
5656 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5659 Replace current README (containing the release notes from
5660 some 0.9.x version) with a proper README taken from the core.
5662 2006-05-26 Wim Taymans <wim@fluendo.com>
5664 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5665 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5666 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5667 (vorbis_dec_change_state):
5670 Clip output samples to segment boundaries.
5672 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5674 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5675 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5676 Improve the errors produced on bad output, including some human
5677 readable description strings.
5678 Handle the (theoretical for ximagesink) case where the XServer
5679 has a different idea about the size required for a particular
5680 frame and gives us too small a memory allocation.
5682 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5684 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5685 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5686 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5687 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5688 Improve the errors produced on bad output, including some human
5689 readable description strings.
5690 Handle RGB Xv formats properly by transforming them into our
5691 big-endian caps description.
5692 Use gst_caps_truncate to ensure that we never try and choose a
5693 non-fixed caps in buffer_alloc.
5694 Handle the case where the XServer has a different idea about the size
5695 required for a particular frame and gives us too small a memory
5697 Use -1 to indicate 'no image format', because 0 is a valid XServer
5698 image format number.
5699 Put RGB Xv formats at the end of the caps, so that we always prefer
5701 Iterate the available Xv Encodings to determine the maximum width and
5702 height, and then return that in our caps.
5703 (Closes #315312, #337544)
5705 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5707 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5708 When there is only one unfinished pad and it receives an event that
5709 doesn't match our requirements, we need to set alldone=FALSE so that
5710 the fakesink is not removed yet.
5712 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5714 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5715 Use gst_type_find_helper_for_buffer() to find the type
5716 of stream from the first packet.
5719 Bump requirements to core CVS (needed for vorbis
5720 typefinding to work).
5722 2006-05-24 Edward Hervey <edward@fluendo.com>
5724 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5725 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5726 contain. Else they play perfectly fine with qtdemux.
5728 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5730 * ext/theora/theoradec.c:
5731 * ext/theora/theoraenc.c:
5732 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5733 * gst/audiorate/gstaudiorate.c:
5734 make more debug catagories static
5736 * tests/check/Makefile.am:
5737 * tests/check/elements/adder.c: (message_received),
5738 (test_event_message_received), (GST_START_TEST),
5739 (test_play_twice_message_received), (adder_suite):
5740 added test case for using element twice, extra bonus points for anyone
5741 who can make these test run reliably
5743 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5745 * ext/theora/theoradec.c: (theora_dec_chain):
5746 Make work with time-stamped input buffers that do not
5747 have a granulepos in BUFFER_OFFSET_END (like theora
5748 buffers coming from matroskademux). Fixes #342448.
5750 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5752 Patch by: Peter Kjellerstedt <pkj at axis com>
5754 * gst/tcp/Makefile.am:
5755 fdstresstest doesn't need Gtk+, fix compilation if
5756 gtk is not available (#342566).
5758 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5760 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5762 Removed redundant floor()
5764 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5766 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5767 On second thought, just skip JUNK chunks automatically, so
5768 the caller doesn't have to handle this. Fixes #342345.
5769 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5772 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5774 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5775 Don't bail out on JUNK chunks with a size of 0 (would try to
5776 pull_range 0 bytes before, which sources don't like too much).
5779 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5781 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5782 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5783 Use the gstutil scaling function to preserve 64 bits while calculating
5784 output width and height from the display-aspect-ratio. (A continuation
5787 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5789 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5790 (gst_xvimagesink_buffer_alloc):
5791 * sys/xvimage/xvimagesink.h:
5792 When performing buffer allocations, remember the caps and image format
5793 we return so that if the same caps are asked for next time we can
5794 return them immediately without doing any caps intersections.
5796 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5798 * gst-libs/gst/rtp/README:
5799 Some new documentation
5800 * gst-libs/gst/rtp/gstrtpbuffer.h:
5801 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5802 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5803 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5804 New RTP audio base payloader class. Supports frame or sample based
5805 codecs. Not enabled in Makefile.am until approved.
5807 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5809 * tests/check/elements/alsa.c: (test_device_property_probe):
5810 Fix test case: don't try to free NULL GValueArray when there
5813 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5815 * tests/check/Makefile.am:
5816 * tests/check/elements/alsa.c: (test_device_property_probe),
5817 (alsa_suite), (main):
5818 Add simple test that runs a device property probe on alsasrc,
5819 alsasink and alsamixer. Disable valgrind check for now (too
5820 many leaks in libasound, and valgrind ignored my suppressions
5823 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5825 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5826 (gst_alsa_device_property_probe_probe_property),
5827 (gst_alsa_device_property_probe_needs_probe),
5828 (gst_alsa_device_property_probe_get_values),
5829 (gst_alsa_type_add_device_property_probe_interface):
5830 * ext/alsa/gstalsadeviceprobe.h:
5831 * ext/alsa/gstalsamixerelement.c:
5832 (gst_alsa_mixer_element_init_interfaces):
5833 * ext/alsa/gstalsamixerelement.h:
5834 Clean up and simplify alsa device probing. Make it actually work
5835 for multiple classes. Don't cache results any longer.
5837 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5838 (gst_alsasink_init):
5839 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5840 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5841 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5842 Make alsasink and alsasrc implement the GstPropertyProbe interface
5843 for device probing (#342181).
5844 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5846 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5848 * gst/subparse/samiparse.c: (handle_start_font):
5849 Don't ignore return value of strtol (++compiler_happiness).
5851 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5853 Patch by: Young-Ho Cha <ganadist chollian net>
5855 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5856 (gst_sub_parse_class_init), (gst_sub_parse_init),
5857 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5859 * gst/subparse/gstsubparse.h:
5860 Add 'encoding' property (#341681).
5862 * gst/subparse/samiparse.c: (characters_sami):
5863 Output is pango markup, so we need to escape text
5864 between tags (#342143).
5866 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5868 * gst-libs/gst/audio/multichannel.c:
5869 (gst_audio_check_channel_positions):
5870 It's okay to have caps with channels=1 and a channel position
5871 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5872 (deinterleavers might want to keep the position in the caps,
5873 so that they can be re-interleaved again properly later).
5874 Leave check for unexpected 2-channel layouts intact for now.
5876 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5878 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5879 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5880 basesrc can do its job correctly.
5882 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5884 * ext/alsa/Makefile.am:
5885 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5886 (gst_alsa_detect_formats), (get_channel_free_structure),
5887 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5888 (gst_alsa_probe_supported_formats):
5889 * ext/alsa/gstalsa.h:
5890 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5891 Refactor and improve caps probing code: probe signedness
5892 when we probe the supported formats/widths; set endianness
5893 to the one we actually probed for (ie. cpu endianness).
5895 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5896 (gst_alsasrc_close):
5897 * ext/alsa/gstalsasrc.h:
5898 Implement caps probing for alsasrc.
5900 2006-05-15 Wim Taymans <wim@fluendo.com>
5902 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5903 (theora_dec_src_query), (theora_dec_src_event),
5904 (theora_dec_sink_event), (theora_handle_comment_packet),
5905 (theora_handle_data_packet), (theora_dec_change_state):
5906 Cleanups, add some G_LIKELY.
5907 Use segment helpers instead of our own wrong code.
5908 Clear queued buffers on seek and READY.
5910 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5911 (vorbis_dec_convert), (vorbis_dec_src_query),
5912 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5913 (vorbis_handle_comment_packet), (vorbis_dec_push),
5914 (vorbis_handle_data_packet), (vorbis_dec_chain),
5915 (vorbis_dec_change_state):
5916 * ext/vorbis/vorbisdec.h:
5917 Remove old useless packetno variable.
5918 Do position query properly.
5920 Do cleanup of queued buffers in new helper function
5923 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5925 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5926 Query supported sample rates. Fixes #341732.
5928 2006-05-15 Julien MOUTTE <julien@moutte.net>
5930 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5931 (gst_decode_bin_change_state): Make decodebin reusable
5932 when going from PAUSE_TO_READY and then back to PAUSED.
5935 2006-05-15 Wim Taymans <wim@fluendo.com>
5937 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5938 (vorbis_dec_convert), (vorbis_dec_src_query),
5939 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5940 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5941 (vorbis_dec_clean_queued), (vorbis_dec_push),
5942 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5943 Cleanups. Use refcounting and DEBUG_OBJECT.
5944 Reset segment on flush, use code methods instead of our
5946 Fix potential memleak.
5948 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5950 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5951 (gst_alsasink_init):
5952 * ext/alsa/gstalsasink.h:
5953 Don't leak allocated snd_output_t structure if there's
5954 more than one alsasink instance at a time (#341873).
5955 Also fix GObject macros in header file.
5957 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5959 * gst/subparse/gstsubparse.c:
5960 (gst_sub_parse_data_format_autodetect):
5961 Don't use libxml functions in the typefinding code.
5963 2006-05-15 Wim Taymans <wim@fluendo.com>
5965 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5966 Fix seeking performance in the case where a non-header
5967 packet has a 0 granulepos (busted theora case).
5969 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5970 the first place, you limelight stealer you)
5972 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5974 * gst/subparse/gstsubparse.c:
5975 (gst_sub_parse_data_format_autodetect):
5976 Improve SAMI typefinding: handle case where there are
5977 whitespaces or newlines in front of the first <SAMI>
5980 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5983 Build video4linux plugin even if there's no XVIDEO, just
5984 without implementing the GstXOverlay interface (#334002).
5986 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5989 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5991 Add tentative support for libvisual-0.4 (#336881).
5993 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5995 Patch by: Young-Ho Cha <ganadist at chollian net>
5997 * gst/subparse/samiparse.c: (handle_start_font):
5998 Need to map "silver" colour explicitly (#169936).
6000 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6002 Patch by: Young-Ho Cha <ganadist at chollian net>
6004 * gst/subparse/Makefile.am:
6005 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6006 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
6007 (gst_sub_parse_format_autodetect), (feed_textbuf),
6008 (gst_subparse_type_find), (plugin_init):
6009 * gst/subparse/gstsubparse.h:
6010 * gst/subparse/samiparse.c:
6011 * gst/subparse/samiparse.h:
6012 Add support for SAMI subtitles (#169936).
6014 2006-05-14 Michael Smith <msmith@fluendo.com>
6016 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6017 Fix #341696: crash when mixing L+R+C to mono or stereo.
6018 * tests/check/Makefile.am:
6019 * tests/check/elements/audioconvert.c: (set_channel_positions),
6020 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6021 (audioconvert_suite):
6022 Add test for the above, including some generic framework bits for
6023 testing multichannel things.
6025 === release 0.10.7 ===
6027 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
6030 releasing 0.10.7, "Leave the gun"
6032 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
6034 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6035 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6038 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
6040 * docs/libs/gst-plugins-base-libs-docs.sgml:
6041 * docs/libs/gst-plugins-base-libs-sections.txt:
6042 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6043 * gst-libs/gst/video/video.h:
6044 * gst/videoscale/Makefile.am:
6045 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6046 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6047 * tests/check/Makefile.am:
6048 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6050 Fix integer overflow problem with pixel-aspect-ratio calculations
6051 in videoscale and xvimagesink (#341542)
6053 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
6055 * gst-libs/gst/tag/gstid3tag.c:
6056 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6058 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
6061 update win32 files listing
6063 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6065 patch by: Sjoerd Simons (sjoerd@luon.net)
6067 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6068 (group_create), (group_destroy), (add_stream),
6069 (gst_play_base_bin_get_property),
6070 (gst_play_base_bin_get_streaminfo_value_array):
6071 * gst/playback/gstplaybasebin.h:
6072 API: GstPlayBaseBin::stream-info-value-array property
6073 use a more bindings-friendly way of exposing streaminfo
6074 using a GValueArray. Tested in ipython.
6077 2006-05-11 Wim Taymans <wim@fluendo.com>
6079 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6080 (queue_underrun_cb), (queue_filled_cb):
6081 Also catch queue underruns but don't do anything yet.
6082 Refactor and comment queue enlarging code a bit.
6084 * gst/playback/gstplaybasebin.c: (queue_overrun),
6085 (queue_threshold_reached), (queue_out_of_data),
6086 (gen_preroll_element):
6087 If a queue over/underruns check that we don't create nasty
6088 deadlocks when the min-threshold is not reached but the
6089 max-bytes is. In those cases disable max-bytes when we
6090 know that the queue is fed timed data.
6093 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6095 * gst/playback/gstplaybin.c: (gen_audio_element):
6096 Make playbin automatically plug an 'audioresample'
6097 element before the audio sink as well. This solves
6098 problems with sinks that only accept a very specific
6099 sample rate, like esdsink (e.g. #340379).
6101 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6103 * gst/playback/gstplaybasebin.c: (gen_source_element):
6104 Make http sources send special headers so that we receive
6105 icecast metadata if the http stream is an icecast stream
6106 (otherwise the server will just ignore them). This also
6107 means that from now on users will need the 'icydemux'
6108 element from gst-plugins-good installed if they want to
6109 listen to icecast radio streams. (#341432, #333657).
6111 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6113 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6114 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6115 remove stupid example from docs - it should come with a simple
6118 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6119 (fail_if_can_read), (GST_START_TEST),
6120 (gst_multifdsink_create_streamheader), (multifdsink_suite):
6121 add a test for changing streamheader which exposes a bug in
6124 2006-05-11 Michael Smith <msmith@fluendo.com>
6126 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6127 (gst_gnome_vfs_src_received_headers_callback):
6128 * ext/gnomevfs/gstgnomevfssrc.h:
6129 Don't set icy-caps unless we have a sane interval value. Move
6130 interval to a local variable; we never use it outside this function.
6132 2006-05-11 Wim Taymans <wim@fluendo.com>
6134 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6135 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6136 Register special buffer types along with the objects so
6137 that they are not registered at runtime from N different
6138 streaming threads since they are not threadsafe.
6140 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6142 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6143 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6144 add two more tests, one doing streamheader
6146 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6148 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6149 clean up the bufqueue when shutting down
6150 * tests/check/Makefile.am:
6151 * tests/check/elements/multifdsink.c: (setup_multifdsink),
6152 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6154 add a test for the leak that was just fixed
6156 2006-05-10 Wim Taymans <wim@fluendo.com>
6158 * gst/adder/gstadder.c: (gst_adder_setcaps),
6159 (gst_adder_query_duration), (gst_adder_query), (forward_event),
6160 (gst_adder_src_event), (gst_adder_sink_event),
6161 (gst_adder_class_init), (gst_adder_finalize),
6162 (gst_adder_request_new_pad), (gst_adder_collected):
6163 * gst/adder/gstadder.h:
6164 Updated some docs. Added comments and FIXMEs all over the place.
6165 Improve debugging info.
6166 Fix leak on finalize by not calling the parent.
6167 Implement duration query.
6168 Make event forwarding threadsafe.
6169 Correctly send NEWSEGMENT at start and after flush.
6170 Handle EOS correctly.
6171 Post error when not negotiated.
6173 * tests/check/elements/adder.c: (GST_START_TEST):
6174 Added FIXME in the test.
6176 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6178 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6179 (gst_text_overlay_halign_get_type),
6180 (gst_text_overlay_wrap_mode_get_type):
6181 * ext/theora/theoradec.c: (theora_handle_type_packet),
6182 (theora_handle_data_packet):
6183 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6184 (theora_enc_sink_setcaps), (theora_enc_chain):
6185 * gst-libs/gst/cdda/gstcddabasesrc.c:
6186 (gst_cdda_base_src_mode_get_type):
6187 * gst/audiotestsrc/gstaudiotestsrc.c:
6188 (gst_audiostestsrc_wave_get_type):
6189 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6190 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6191 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6192 (gst_sync_method_get_type), (gst_unit_type_get_type),
6193 (gst_client_status_get_type):
6194 * gst/videoscale/gstvideoscale.c:
6195 (gst_video_scale_method_get_type):
6196 * gst/videotestsrc/gstvideotestsrc.c:
6197 (gst_video_test_src_pattern_get_type):
6198 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6199 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6200 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6201 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6202 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6203 (paint_setup_RGB565), (paint_setup_xRGB1555):
6204 Const-ify GEnumValue and GFlagsValue arrays. Use
6205 GST_ROUND_UP_* macros instead of home-made ones.
6207 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6210 Require core CVS for the new newsegment stuff.
6212 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6214 Patch by: Sjoerd Simons <sjoerd at luon net>
6216 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6217 Register nick for enum value (#341160).
6219 2006-05-09 Stefan Kost <ensonic@users.sf.net>
6221 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6223 backout typefind patch #340375
6225 * tests/check/elements/adder.c: (message_received),
6226 (GST_START_TEST), (adder_suite):
6227 redo, signal-handling of test
6229 2006-05-09 Wim Taymans <wim@fluendo.com>
6231 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6232 (gst_adder_collected):
6233 * gst/adder/gstadder.h:
6234 Remove bogus segment merging and forwarding, we don't
6235 care about timestamps anyway and we just produce a
6237 Also create a nice NEWSEGMENT event when we start.
6238 Use _scale_int some more.
6240 2006-05-09 Edward Hervey <edward@fluendo.com>
6242 * tests/icles/stress-xoverlay.c:
6243 Fix if core was built without parsing support.
6245 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6247 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6248 Add SEDG (Samsung MPEG-4) fourcc.
6250 2006-05-09 Edward Hervey <edward@fluendo.com>
6252 * tests/icles/stress-xoverlay.c:
6253 * tests/examples/volume/volume.c:
6254 Fix if core was built without parsing support.
6256 * tests/examples/seek/seek.c:
6257 Disable the parse_launch example if core was built without parsing
6260 2006-05-08 Edward Hervey <edward@fluendo.com>
6262 * autogen.sh: (CONFIGURE_DEF_OPT):
6263 libtoolize on Darwin/MacOSX is called glibtoolize
6265 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6267 * tests/check/Makefile.am:
6268 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6269 Disable the adder test, until the build-slaves posses the kindness to
6270 either like it or to give valid reason for not doing so
6272 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6274 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6276 Shuffle NULL state change around and raise timeout more
6278 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6280 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6281 (mp4_type_find), (plugin_init):
6282 Add typefind to distinguish between "audio/x-m4a" and new type
6283 "video/mp4". Fixes #340375
6285 * tests/check/elements/adder.c: (adder_suite):
6286 Raise timeout to make buildbot happy
6288 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6290 * gst/adder/gstadder.c: (gst_adder_sink_event),
6291 (gst_adder_request_new_pad), (gst_adder_change_state):
6292 * gst/adder/gstadder.h:
6293 * tests/check/Makefile.am:
6294 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6295 (adder_suite), (main):
6296 Add sink-event handling to adder. It tries to merge incomming
6297 newsegment-events. Added test to check if segment_done is comming
6298 through. Fixes #340060
6300 2006-05-05 Andy Wingo <wingo@pobox.com>
6302 * ext/theora/theoraparse.c (gst_theora_parse_init)
6303 (theora_parse_src_convert, theora_parse_src_query):
6304 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6305 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6306 query functions on the source pads of the theora and vorbis parse
6307 elements. Fixes position querying when doing a remux.
6309 2006-05-05 Michael Smith <msmith@fluendo.com>
6311 * ext/theora/theoraparse.c: (parse_granulepos),
6312 (theora_parse_drain_queue_prematurely),
6313 (theora_parse_queue_buffer), (theora_parse_sink_event):
6315 Fix invalid granulepos outputs when starting with a non-keyframe.
6317 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6319 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6320 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6321 Rearrange MPEG system stream detection, fixing some memleaks in the
6323 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6324 they clean up their data correctly.
6325 Remove unused ogganx caps and move the 'is_annodex' check to inside
6326 the 'is_ogg' if statement.
6328 2006-05-05 Wim Taymans <wim@fluendo.com>
6330 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6331 Properly remove ghostpads. Fixes #340392
6333 2006-05-04 David Schleef <ds@schleef.org>
6335 * gst/typefind/gsttypefindfunctions.c:
6337 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6339 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6340 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6342 When typefinding an MP3 in push-based mode, don't penalise the
6343 probability down to 74% when we found 5 valid frames just because we
6344 can't peek the end of the file.
6346 Make the probability for detecting MPEG Transport Streams based on the
6347 number of sequential headers we successfully detected.
6349 2006-05-03 Wim Taymans <wim@fluendo.com>
6351 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6352 (vorbis_dec_push), (vorbis_dec_chain):
6353 Still produce an error when we receive an empty packet.
6355 2006-05-03 Wim Taymans <wim@fluendo.com>
6357 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6358 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6359 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6360 Mark buffers with DISCONT after seek and after activating new
6363 * ext/theora/gsttheoradec.h:
6364 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6365 (theora_get_query_types), (theora_dec_sink_event),
6366 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6367 (theora_dec_change_state):
6369 Detect and mark DISCONT buffers.
6371 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6372 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6373 (vorbis_dec_change_state):
6374 * ext/vorbis/vorbisdec.h:
6376 Detect and mark DISCONT buffers.
6377 Don't crash on 0 sized buffers.
6379 2006-05-03 Wim Taymans <wim@fluendo.com>
6381 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6382 (volume_transform_ip):
6383 Increase "volume" property to 10.0. Fixes #340369.
6384 Set the process function to NULL when capsnego fails so that
6385 we properly error out.
6387 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6389 * gst/playback/gstplaybin.c: (add_sink):
6390 * gst/playback/test.c: (main):
6391 * gst/playback/test5.c: (dump_element_stats):
6392 * gst/playback/test6.c: (main):
6393 free caps using gst_caps_unref, don't leak caps-strings
6395 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6397 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6399 Refine musepack typefinding a bit. Return MAXIMUM
6400 probability when we detect stream version 7 to make
6401 sure the mpeg audio typefinder doesn't trump us.
6403 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6405 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6406 Protect against unexpected NULL strf_data buffer.
6408 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6410 * tests/check/elements/audioconvert.c: (verify_convert),
6412 interpret the out[] buffer in the order the bytes are actually
6413 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6414 Other tests should use BYTE_ORDER since the array is filled in
6417 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6419 * tests/check/elements/audioconvert.c: (verify_convert),
6421 when a test fails, give an indication of which it is
6423 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6425 * gst-libs/gst/cdda/gstcddabasesrc.c:
6426 compile fix; strtol() needs <stdlib.h>
6428 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6430 * ext/alsa/gstalsamixerelement.c:
6431 * ext/alsa/gstalsasrc.c:
6432 * ext/cdparanoia/gstcdparanoiasrc.c:
6433 * ext/gnomevfs/gstgnomevfssink.c:
6434 * ext/gnomevfs/gstgnomevfssrc.c:
6435 * ext/ogg/gstoggdemux.c:
6436 * ext/ogg/gstoggmux.c:
6437 * ext/ogg/gstoggparse.c:
6438 * ext/ogg/gstogmparse.c:
6439 * ext/pango/gstclockoverlay.c:
6440 * ext/pango/gsttextoverlay.c:
6441 * ext/pango/gsttextrender.c:
6442 * ext/pango/gsttimeoverlay.c:
6443 * ext/theora/theoradec.c:
6444 * ext/theora/theoraenc.c:
6445 * ext/vorbis/vorbisdec.c:
6446 * ext/vorbis/vorbisenc.c:
6447 * gst-libs/gst/audio/gstaudiofilter.c:
6448 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6449 * gst/audioconvert/gstaudioconvert.c:
6450 * gst/audiorate/gstaudiorate.c:
6451 * gst/audioresample/gstaudioresample.c:
6452 * gst/audiotestsrc/gstaudiotestsrc.c:
6453 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6454 * gst/playback/gstdecodebin.c:
6455 * gst/playback/gstplaybin.c:
6456 * gst/playback/gststreamselector.c:
6457 * gst/subparse/gstsubparse.c:
6458 * gst/tcp/gstmultifdsink.c:
6459 * gst/tcp/gsttcpclientsink.c:
6460 * gst/tcp/gsttcpclientsrc.c:
6461 * gst/tcp/gsttcpserversink.c:
6462 * gst/tcp/gsttcpserversrc.c:
6463 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6464 * gst/videorate/gstvideorate.c:
6465 * gst/videoscale/gstvideoscale.c:
6466 * gst/videotestsrc/gstvideotestsrc.c:
6467 * gst/volume/gstvolume.c:
6468 * sys/v4l/gstv4ljpegsrc.c:
6469 * sys/v4l/gstv4lmjpegsink.c:
6470 * sys/v4l/gstv4lmjpegsrc.c:
6471 * sys/v4l/gstv4lsrc.c:
6472 * sys/ximage/ximagesink.c:
6473 * sys/xvimage/xvimagesink.c:
6474 * tests/check/libs/cddabasesrc.c:
6475 make GstElementDetails const
6477 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6479 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6481 send events from src-pad to all sink-pads fixes #338657
6483 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6485 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6486 (alsasink_parse_spec):
6487 query width capabilities from alsa, fixes #338919
6489 2006-04-28 Wim Taymans <wim@fluendo.com>
6491 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6492 (gst_multi_fd_sink_remove_client_link):
6493 * gst/tcp/gstmultifdsink.h:
6494 Fix race condition in multifdsink that can lead to spurious
6495 duplicate clients. this patch adds a new signal that is fired when
6496 multifdsink has removed all references to the fd.
6498 Updated documentation.
6499 API: client-fd-removed signal added
6501 2006-04-28 Michael Smith <msmith@fluendo.com>
6503 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6504 When asking g_value_array_new to prealloc elements, we may as well
6505 ask for the right number of elements.
6507 2006-04-28 Wim Taymans <wim@fluendo.com>
6509 * gst-libs/gst/audio/gstbaseaudiosink.c:
6510 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6511 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6512 patch to make timestamp checking more tollerant to rounding
6513 errors given that real discontinuities are to be marked on
6514 buffers. Fixes some asf files and #338778.
6515 Also avoid some crashers when we receive an event in the
6518 2006-04-28 Michael Smith <msmith@fluendo.com>
6520 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6521 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6522 (gst_gnome_vfs_src_get_property),
6523 (gst_gnome_vfs_src_send_additional_headers_callback),
6524 (gst_gnome_vfs_src_received_headers_callback),
6525 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6526 (gst_gnome_vfs_src_stop):
6527 * ext/gnomevfs/gstgnomevfssrc.h:
6528 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6529 proper shared support within icydemux.
6531 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6533 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6534 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6536 fix a leak when no caps negotiated
6537 fix counting of input frames
6538 * tests/check/elements/.cvsignore:
6539 * tests/check/elements/videorate.c: (assert_videorate_stats),
6540 (GST_START_TEST), (videorate_suite):
6543 2006-04-28 Wim Taymans <wim@fluendo.com>
6545 * gst-libs/gst/audio/gstringbuffer.c:
6546 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6547 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6548 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6549 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6550 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6551 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6552 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6553 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6554 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6555 Check arguments passed to public functions instead of
6558 2006-04-28 Wim Taymans <wim@fluendo.com>
6560 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6561 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6562 GstBaseAudioSrc must be live or it does not work.
6564 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6565 Don't set live to TRUE as this is the default in the parentclass.
6567 2006-04-28 Wim Taymans <wim@fluendo.com>
6569 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6570 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6571 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6572 fixation cases better. Fixes #338991
6574 2006-04-28 Wim Taymans <wim@fluendo.com>
6576 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6577 Handle 0/1 framerate correctly Fixes #331901.
6579 2006-04-28 Wim Taymans <wim@fluendo.com>
6581 * tests/check/elements/audioconvert.c: (get_float_caps),
6582 (GST_START_TEST), (audioconvert_suite):
6583 Added check for correct clipping when doing float samples
6586 2006-04-28 Wim Taymans <wim@fluendo.com>
6588 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6589 (gst_video_rate_chain):
6590 Print more debugging info.
6592 2006-04-28 Wim Taymans <wim@fluendo.com>
6594 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6595 (resample_set_state_from_caps):
6596 Add support for other formats audioresample can handle such as
6597 32 bits in and float and 64 bits float. Fixes #301759
6599 2006-04-28 Wim Taymans <wim@fluendo.com>
6601 * gst/audioconvert/audioconvert.c: (float):
6602 correctly clip float samples > 1.0. Fixes #338718
6604 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6606 Patch by: Young-Ho Cha <ganadist at chollian net>
6608 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6609 (gst_text_overlay_render_text):
6610 Don't strip newlines from the text. Also, center lines
6611 within multi-line paragraphs (#339405).
6613 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6615 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6616 Fix wavpack typefinding to work in more cases (don't peek
6617 for chunks of multiple hundred kBs at once, but process
6618 things step-by-step in smaller units). Fixes #339786.
6620 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6625 === release 0.10.6 ===
6627 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6630 releasing 0.10.6, "Chao"
6632 2006-04-26 David Schleef <ds@schleef.org>
6634 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6637 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6640 * win32/common/config.h:
6643 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6645 patch by: Wim Taymans
6647 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6648 (gst_ogg_demux_perform_seek):
6649 make sure correct newsegments are sent, so that the decoder
6650 and the demuxer agree on timestamps. Fixes playback of a lot
6651 of Ogg files that do not start from 0. Fixes #339833.
6653 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6655 Patch by: Edward Hervey <edward@fluendo.com>
6657 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6658 * tests/check/Makefile.am:
6659 * tests/check/elements/videorate.c: (assert_videorate_stats),
6660 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6661 (videorate_suite), (main):
6662 Fix an infinite loop if frames are passed in with wrongly ordered
6663 timestamps. Fixes #339013.
6665 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6667 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6669 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6670 fix typefinding on some ISO files. Fixes #339212.
6672 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6674 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6676 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6677 add another H264 fourcc. Fixes #339047.
6679 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6681 Patch by: Jan Schmidt
6683 * gst/playback/gststreamselector.c:
6684 (gst_stream_selector_bufferalloc):
6685 Restore old StreamSelector behaviour.
6688 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6691 * win32/common/config.h:
6694 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6696 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6698 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6699 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6700 Fix some memory leaks: on finalize, free buffers left in the queue
6701 before destroying the queue; in _push(), unref rtp_buf even if
6702 the process vfunc returned a NULL buffer as output buffer (#337548);
6703 demote some recuring debug messages to LOG level.
6705 2006-04-11 Wim Taymans <wim@fluendo.com>
6707 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6708 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6709 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6710 (gst_ogg_demux_loop):
6712 Respect segment stop when emiting EOS or SEGMENT_DONE.
6715 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6717 * gst/playback/gststreamselector.c:
6718 (gst_stream_selector_get_property):
6719 Don't leak pad name.
6721 2006-04-10 Michael Smith <msmith@fluendo.com>
6723 * tests/check/Makefile.am:
6724 * tests/check/gst-plugins-base.supp:
6725 Suppress an old libtheora bug (fixed in more recent versions), so
6726 that FC4 buildslaves can pass.
6728 2006-04-10 Wim Taymans <wim@fluendo.com>
6730 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6731 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6732 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6733 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6734 (gst_ogg_demux_loop):
6736 Remember what error we got when finding chains, if we
6737 were shutdown, that would not be an error.
6739 2006-04-10 Wim Taymans <wim@fluendo.com>
6741 * gst-libs/gst/audio/gstbaseaudiosink.c:
6742 (gst_base_audio_sink_event):
6743 Starting the ringbuffer when we did not acquire it can cause
6744 a deadlock, is pointless and causes nasty things for
6746 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6748 2006-04-10 Wim Taymans <wim@fluendo.com>
6750 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6751 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6752 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6753 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6754 (gst_ogg_demux_deactivate_current_chain),
6755 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6756 (gst_ogg_demux_bisect_forward_serialno),
6757 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6758 Add some more debugging.
6760 2006-04-10 Wim Taymans <wim@fluendo.com>
6762 * ext/theora/theoradec.c: (theora_dec_src_event),
6763 (theora_handle_data_packet):
6764 Some more debug info.
6766 * tests/examples/seek/seek.c: (start_seek), (main):
6767 Print element messages too.
6769 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6771 * gst/audioresample/debug.h:
6772 replace debug macros with variable number of parameters
6773 by a simple alias to gstreamer standard debug macros
6774 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6775 supported by MSVC 6.0 and 7.1)
6776 * gst/audioresample/resample.h:
6777 define M_PI and rint for WIN32
6778 * win32/common/libgstaudio.def:
6779 * win32/common/libgstriff.def:
6780 * win32/common/libgsttag.def:
6781 * win32/common/libgstvideo.def:
6782 add new exported functions
6784 update project files
6786 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6788 * ext/alsa/gstalsamixeroptions.c:
6789 (gst_alsa_mixer_options_class_init):
6790 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6791 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6792 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6793 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6794 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6795 * gst-libs/gst/audio/gstaudiofilter.c:
6796 (gst_audio_filter_class_init):
6797 * gst-libs/gst/audio/gstaudiosink.c:
6798 (gst_audioringbuffer_class_init):
6799 * gst-libs/gst/audio/gstaudiosrc.c:
6800 (gst_audioringbuffer_class_init):
6801 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6802 * gst-libs/gst/interfaces/colorbalancechannel.c:
6803 (gst_color_balance_channel_class_init):
6804 * gst-libs/gst/interfaces/mixeroptions.c:
6805 (gst_mixer_options_class_init):
6806 * gst-libs/gst/interfaces/mixertrack.c:
6807 (gst_mixer_track_class_init):
6808 * gst-libs/gst/interfaces/tunerchannel.c:
6809 (gst_tuner_channel_class_init):
6810 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6811 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6812 (gst_netbuffer_class_init):
6813 * gst-libs/gst/rtp/gstbasertppayload.c:
6814 (gst_basertppayload_class_init):
6815 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6816 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6817 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6818 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6819 * gst/playback/gststreamselector.c:
6820 (gst_stream_selector_class_init):
6821 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6822 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6823 * sys/v4l/gstv4lcolorbalance.c:
6824 (gst_v4l_color_balance_channel_class_init):
6825 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6826 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6827 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6828 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6829 (gst_v4l_tuner_norm_class_init):
6830 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6831 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6832 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6833 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6835 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6837 * ext/pango/gsttextrender.h:
6838 * gst-libs/gst/audio/gstaudiosink.h:
6839 * gst-libs/gst/audio/gstaudiosrc.h:
6840 * gst-libs/gst/audio/gstbaseaudiosink.h:
6841 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6842 * gst-libs/gst/audio/gstringbuffer.h:
6843 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6844 * gst-libs/gst/rtp/gstbasertppayload.h:
6845 * gst-libs/gst/video/gstvideofilter.h:
6846 * gst-libs/gst/video/gstvideosink.h:
6847 * gst/playback/gstplaybasebin.h:
6848 * gst/tcp/gstmultifdsink.h:
6849 * sys/v4l/gstv4lelement.h:
6850 Fix broken GObject macros
6852 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6854 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6855 More debug to trace why my USB headset is not working with gst
6857 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6859 * gst/playback/gstplaybasebin.c: (group_destroy):
6860 Clean up our group elements properly in the case where it never
6861 got committed - it still got added unconditionally to the bin.
6863 2006-04-07 Wim Taymans <wim@fluendo.com>
6865 * ext/theora/theoradec.c: (theora_dec_sink_event),
6866 (theora_handle_data_packet), (theora_dec_chain):
6867 Unref unhandled events.
6868 Protect against empty buffers.
6869 Perform QoS on running time.
6871 2006-04-07 Michael Smith <msmith@fluendo.com>
6873 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6874 (gst_vorbis_enc_chain):
6875 Remove leaks from vorbisenc.
6876 Mostly minor changes, the only significant one is that now the
6877 buffers we set as 'streamheader' on the caps are copies of the
6878 original buffers, to avoid circular refcounting problems.
6880 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6882 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6883 Don't remove our mute-probe if someone else already did so.
6884 Don't set a 2nd one if there is already one pending on the pad.
6886 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6888 When a seek fails, ensure that playbin is still set back to playing.
6890 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6891 (mpeg_ts_type_find), (plugin_init):
6892 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6894 2006-04-06 Andy Wingo <wingo@pobox.com>
6896 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6897 (gst_video_rate_init): Caps-related parameters should not be reset
6898 by a flush -- move their inits to the instance init function.
6899 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6900 is not OK, just return the result.
6902 * gst/audiotestsrc/gstaudiotestsrc.c
6903 (gst_audio_test_src_class_init)
6904 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6905 broken by Stefan's commit on 24 March.
6907 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6908 buffers being pushed out. Fixes oggmux ! multifdsink.
6910 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6912 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6913 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6914 * ext/vorbis/vorbisdec.h:
6915 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6916 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6917 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6918 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6919 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6920 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6921 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6922 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6923 (gst_vorbis_enc_buffer_from_packet),
6924 (gst_vorbis_enc_buffer_from_header_packet),
6925 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6926 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6927 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6928 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6929 (gst_vorbis_enc_change_state):
6930 * ext/vorbis/vorbisenc.h:
6931 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6932 vorbisenc adhere to the official nomenclature; use boilerplate
6935 2006-04-04 Andy Wingo <wingo@pobox.com>
6937 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6938 Whoops, fix bug introduced. Bad hacker!
6940 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6941 Properly handle the case where you get EOS before any buffers are
6942 received. Use gst_buffer_make_metadata_writable where appropriate.
6944 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6945 is often negative -- make it signed so as not to wrap around.
6946 Fixes segfaults introduced on 9 March.
6948 2006-04-03 Wim Taymans <wim@fluendo.com>
6950 * ext/theora/gsttheoradec.h:
6951 * ext/theora/theoradec.c: (theora_dec_src_event):
6952 Don't try to store a gdouble in a gboolean.
6955 2006-04-03 Michael Smith <msmith@fluendo.com>
6957 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6959 Make it suck slightly less by writing out the final page.
6960 Still can't encode a vorbis-in-ogg file correctly, though.
6962 2006-04-03 Andy Wingo <wingo@pobox.com>
6964 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6967 * ext/theora/theora.c (plugin_init): Register theoraparse.
6969 * ext/theora/gsttheoraparse.h:
6970 * ext/theora/theoraparse.c: New files implementing a theora
6971 parser. Now we can properly remux ogg/theora+vorbis, yay.
6973 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6975 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6977 * gst/audiotestsrc/gstaudiotestsrc.c:
6978 Fixed the sample pipeline (see #323798)
6980 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6983 * win32/common/config.h:
6984 * win32/common/config.h.in:
6985 use AS_VERSION and AS_NANO
6988 2006-03-31 Andy Wingo <wingo@pobox.com>
6990 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6991 uninitialized variable return that would happen.
6993 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6994 uninitialized variable return that would never happen.
6996 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6997 (vorbis_parse_sink_event): Add an event function to flush our
6998 state on a seek, and to drain buffers on a premature EOS.
6999 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7000 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
7001 (vorbis_parse_chain, vorbis_parse_queue_buffer)
7002 (vorbis_parse_drain_queue): Queue up buffers until we can set
7003 their timestamps and granulepos values.
7005 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
7006 and keep track of data needed for deriving granulepos and
7007 timestamps for buffers.
7009 2006-03-29 Wim Taymans <wim@fluendo.com>
7011 Patch by: j^ <j at bootlab dot org>
7013 * ext/alsa/gstalsamixerelement.c:
7014 (gst_alsa_mixer_element_class_init):
7015 * ext/alsa/gstalsasink.c:
7016 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7017 * ext/ogg/gstoggdemux.c:
7018 * ext/ogg/gstoggmux.c:
7019 * ext/ogg/gstoggparse.c:
7020 * ext/pango/gstclockoverlay.c:
7021 * ext/pango/gsttextoverlay.c:
7022 * ext/pango/gsttextrender.c:
7023 * ext/pango/gsttimeoverlay.c:
7024 * ext/theora/theoradec.c:
7025 * ext/theora/theoraenc.c:
7026 * ext/vorbis/vorbisdec.c:
7027 * ext/vorbis/vorbisenc.c:
7028 * gst/audioconvert/gstaudioconvert.c:
7029 * gst/subparse/gstsubparse.c:
7030 * gst/tcp/gstmultifdsink.c:
7031 * gst/tcp/gsttcpclientsink.c:
7032 * gst/tcp/gsttcpclientsrc.c:
7033 * gst/tcp/gsttcpserversink.c:
7034 * gst/tcp/gsttcpserversrc.c:
7035 better/unified long descriptions
7038 2006-03-29 Wim Taymans <wim@fluendo.com>
7040 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7042 Don't let double and triple clicks mess up our state.
7044 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7046 * gst/playback/gstplaybin.c: (gen_video_element),
7047 (gen_text_element), (gen_audio_element), (gen_vis_element):
7048 Error out gracefully when we can't create any of the usual
7049 conversion elements for some reason. Also, don't try to
7050 create an audioscale (sic) element that's not used anyway.
7052 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7054 * gst/playback/gstplaybasebin.c: (setup_source):
7055 Don't post RESOURCE_NOT_FOUND error when we can't find a source
7056 element for a particular protocol, that's confusing for users.
7057 Instead, post a RESOURCE_FAILED error, so that our own error
7058 message is actually shown in totem etc. (#336303).
7060 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7062 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7064 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7065 (gst_gnome_vfs_src_get_icy_metadata):
7066 Fix some minor memory leaks (#336194).
7068 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7070 * ext/gnomevfs/gstgnomevfs.c:
7071 (gst_gnome_vfs_location_to_uri_string):
7072 * ext/gnomevfs/gstgnomevfs.h:
7073 * ext/gnomevfs/gstgnomevfssink.c:
7074 (gst_gnome_vfs_sink_set_property):
7075 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7076 Make gnomevfssink accept filenames as well as URIs for the
7077 "location" property, just like gnomevfssrc does (and
7078 filesrc/filesink do) (#336190).
7080 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7082 * tests/check/generic/clock-selection.c: (GST_START_TEST):
7083 set to NULL before unreffing, fixes a valgrind leak.
7084 Why was this not triggering the error that an object needs to
7085 be NULL before unreffing ?
7086 * win32/common/config.h:
7089 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
7091 * gst/subparse/gstsubparse.c: (convert_encoding),
7092 (gst_sub_parse_change_state):
7093 * gst/subparse/gstsubparse.h:
7094 Text subtitle files may or may not be UTF-8. If it's not, we
7095 don't really want to see '?' characters in place of non-ASCII
7096 characters like accented characters. So let's assume the input
7097 is UTF-8 until we come across text that is clearly not. If it's
7098 not UTF-8, we don't really know what it is, so try the following:
7099 (a) see whether the GST_SUBTITLE_ENCODING environment variable
7100 is set; if not, check (b) if the current locale encoding is
7101 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7102 the current locale encoding is UTF-8 and the environment variable
7103 was not set to any particular encoding. Not perfect, but better
7104 than nothing (and better than before, I think) (fixes #172848).
7106 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7109 update core requirement to 0.10.4.1 because of async_playback
7110 vmethod on GstBaseSink
7112 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7114 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7115 * gst/adder/gstadder.c: (gst_adder_init):
7116 use DEBUG_FUNCPTR for collectpads
7118 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7120 * docs/plugins/Makefile.am:
7121 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7122 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7123 * ext/cdparanoia/gstcdparanoiasrc.c:
7124 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7125 (gst_gnome_vfs_sink_class_init):
7126 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7127 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7128 * ext/ogg/gstoggmux.c:
7129 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7130 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7131 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7132 * ext/pango/gsttextoverlay.c:
7133 * ext/pango/gsttextrender.c:
7134 * ext/theora/theoradec.c:
7135 * ext/theora/theoraenc.c:
7136 * ext/vorbis/vorbisdec.c:
7137 * ext/vorbis/vorbisenc.c:
7138 * gst-libs/gst/audio/gstaudiofilter.c:
7139 (gst_audio_filter_base_init):
7140 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7141 (gst_audio_filter_template_base_init):
7142 * gst/adder/gstadder.c: (gst_adder_get_type):
7143 * gst/adder/gstadder.h:
7144 * gst/audioconvert/gstaudioconvert.c:
7145 * gst/audiotestsrc/gstaudiotestsrc.c:
7146 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7147 (gst_audio_test_src_create):
7148 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7149 * gst/playback/gstdecodebin.c:
7150 * gst/playback/gstplaybin.c:
7151 * gst/playback/gststreamselector.c:
7152 (gst_stream_selector_base_init):
7153 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7154 * gst/volume/gstvolume.c:
7155 * sys/v4l/gstv4lmjpegsink.c:
7156 * sys/v4l/gstv4lmjpegsrc.c:
7157 * tests/check/libs/cddabasesrc.c:
7158 * tests/old/examples/gob/gst-identity2.gob:
7159 Add docs for adder, use GST_ELEMENT_DETAILS macro,
7160 define GstElementDetails at the top
7162 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
7164 * win32/common/libgstinterfaces.def:
7165 Add a lot of export functions for gst-python
7166 * win32/vs6/libgstinterfaces.dsp:
7167 Add a missing include folder in the project configuration
7169 2006-03-23 Wim Taymans <wim@fluendo.com>
7171 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7172 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7173 (gst_base_audio_src_change_state):
7174 Fix audio sources, forgot to make the ringbuffer
7177 2006-03-23 Wim Taymans <wim@fluendo.com>
7179 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7180 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7181 (gst_base_audio_src_change_state):
7182 unparent instead of unref the ringbuffer.
7184 2006-03-23 Wim Taymans <wim@fluendo.com>
7186 * gst-libs/gst/audio/gstbaseaudiosink.c:
7187 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7188 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7189 Implement new async_play vmethod to start slaving and allow
7190 playback start in case of async PLAY state changes.
7192 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7193 Enable QoS with new method in base class.
7195 2006-03-23 Wim Taymans <wim@fluendo.com>
7197 Patch by: Julien MOUTTE <julien at moutte dot net>
7199 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7200 (gst_video_test_src_do_seek), (gst_video_test_src_create):
7201 Partially handle 0 framerate, only EOS after the first frame
7204 2006-03-23 Wim Taymans <wim@fluendo.com>
7206 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7208 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7209 (gst_riff_create_video_template_caps):
7210 * gst/ffmpegcolorspace/avcodec.h:
7211 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7212 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7213 (gst_ffmpegcsp_avpicture_fill):
7214 * gst/ffmpegcolorspace/imgconvert.c:
7215 Patch for support of YVU9 AVI files (#334822)
7217 2006-03-22 Edward Hervey <edward@fluendo.com>
7219 * docs/design/design-decodebin.txt:
7220 Added design document for new decodebin
7221 (Target Caps): text/x-pango-markup is also a default target caps.
7223 2006-03-22 Wim Taymans <wim@fluendo.com>
7225 * gst-libs/gst/audio/gstbaseaudiosink.c:
7226 (gst_base_audio_sink_dispose):
7227 Since we _parent the ringbuffer, we also need to
7228 _unparent instead of a plain _unref.
7230 2006-03-22 Wim Taymans <wim@fluendo.com>
7232 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7233 (stop_seek), (scrub_toggle_cb), (main):
7236 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
7238 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7239 (gst_ogg_parse_chain):
7240 Fix very inefficient usage of linked lists (#335365).
7242 2006-03-21 Edward Hervey <edward@fluendo.com>
7244 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7245 * gst/playback/gstplaybin.c: (handoff):
7246 * gst/playback/gststreamselector.c:
7247 (gst_stream_selector_set_property):
7248 gcc 4.1 unreferenced pointer fixes.
7249 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7251 gst_buffer_ref() now takes a GstBuffer*.
7253 2006-03-20 Julien MOUTTE <julien@moutte.net>
7255 * sys/xvimage/xvimagesink.c:
7256 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7259 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
7261 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7262 (id3v1_type_find), (apetag_type_find), (plugin_init):
7263 Can't do tag preferences via probability, as tags would then
7264 lose against types that are recognised with MAXIMUM probability
7265 (like .wav); so let all tag typefinders return MAXIMUM themselves
7266 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7267 that we can prefer APE to ID3v1 (fixes #335028).
7269 2006-03-17 Wim Taymans <wim@fluendo.com>
7271 * gst-libs/gst/audio/gstbaseaudiosink.c:
7272 (gst_base_audio_sink_change_state):
7273 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7274 (gst_ring_buffer_may_start):
7275 * gst-libs/gst/audio/gstringbuffer.h:
7276 Only start playback if we are playing.
7279 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7281 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7282 * win32/common/config.h:
7283 Revert accidental commits to these files.
7285 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7287 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7289 * tests/Makefile.am:
7290 Don't try to build tests in tests/icles if we
7291 don't have X (#323852)
7293 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7295 * gst-libs/gst/tag/gstid3tag.c:
7296 Add TXXX frame identifiers for replaygain stuff as used
7297 by some taggers (see #323721).
7299 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7301 * gst/playback/gststreamselector.c:
7302 (gst_stream_selector_set_property),
7303 (gst_stream_selector_bufferalloc):
7304 Preserve the existing buggy streamselector behaviour by performing
7305 a fallback buffer allocation when downstream isn't linked yet.
7306 This should really be fixed in playbin by blocking pads until it's
7308 Also, use gst_pad_alloc_buffer instead of
7309 gst_pad_alloc_buffer_and_set.
7311 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7313 * gst-libs/gst/tag/gstid3tag.c:
7314 Don't crash on unknown ID3v2 TXXX frames.
7316 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7318 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7319 Chain up to the parent finalize method.
7320 Add 32-bit sample size to the template caps.
7322 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7323 (gst_riff_create_video_template_caps):
7324 Add the fourcc that the VMWare codec uses.
7326 * gst/playback/gststreamselector.c:
7327 (gst_stream_selector_set_property),
7328 (gst_stream_selector_bufferalloc),
7329 (gst_stream_selector_request_new_pad):
7330 For the active pad, forward buffer-alloc requests, otherwise
7331 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7332 having to memcpy every frame when used by playbin.
7334 * gst/tcp/gstmultifdsink.c:
7335 (gst_multi_fd_sink_handle_client_write):
7336 Get negotiated caps from the sink pad, rather than the sink
7339 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7341 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7343 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7344 Don't forget to set src->callbacks_pushed to FALSE again when
7345 popping them, otherwise re-activation in a different mode won't
7348 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7350 Patch by: Sebastien Moutte <sebastien moutte net>
7352 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7353 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7354 (gst_ffmpeg_smpfmt_to_caps):
7355 Replace __VA_ARGS__ caps creation macros with varargs functions.
7356 Makes things compile on MSVC (#320765), looks nicer, and we can
7357 tell the compiler to check for the NULL terminator.
7359 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7361 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7363 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7364 Make sure the buffer we copy into is really always big
7365 enough, this time for real (#333488).
7367 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7369 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7370 Add support for 24bpp DIB (#305279).
7372 2006-03-14 Wim Taymans <wim@fluendo.com>
7374 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7375 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7376 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7377 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7378 (gst_video_scale_init), (gst_video_scale_src_event):
7379 Re-enable QoS after the release.
7380 Rework videoscale to use the base class src_event handler.
7382 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7387 === release 0.10.5 ===
7389 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7392 releasing 0.10.5, "Net"
7394 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7396 * docs/plugins/Makefile.am:
7397 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7399 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7401 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7402 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7403 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7404 Add cdparanoiasrc to docs.
7406 * gst-libs/gst/cdda/gstcddabasesrc.c:
7407 More GstCddaBaseSrc docs.
7409 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7411 * docs/libs/gst-plugins-base-libs-sections.txt:
7412 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7413 * gst-libs/gst/tag/tag.h:
7414 API: libgsttag: new method gst_tag_from_id3_user_tag().
7416 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7418 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7419 NULL-terminate array of mpeg4 video file extensions.
7420 Fixes crash on PPC (#334226).
7422 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7424 * ext/gnomevfs/gstgnomevfssrc.c:
7425 (gst_gnome_vfs_src_check_get_range):
7426 gnome_vfs_uri_is_local() alone is not a good indicator
7427 whether we can operate in pull-mode with a specific URI,
7428 as it returns FALSE for file:// URIs that point to an
7429 NFS-mounted path. Be more conservative here: whitelist
7430 local files, blacklist http URIs and use the old
7431 mechanism for anything else (fixes #334216).
7433 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7438 === release 0.10.4 ===
7440 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7443 releasing 0.10.4, "Power"
7445 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7447 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7448 Disable max-lateness by setting it to -1 for now, so that
7449 we can bed QoS stuff in thoroughly between now and the next
7452 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7454 Patch by: Fabrizio Gennari
7456 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7457 Make sure we don't read beyond the palette buffer in case of
7458 broken or manipulated files (#333488)
7460 2006-03-10 Edward Hervey <edward@fluendo.com>
7462 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7463 Fix for variable not initialized.
7465 2006-03-09 Wim Taymans <wim@fluendo.com>
7467 * ext/libvisual/visual.c: (gst_visual_get_type),
7468 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7472 * ext/theora/gsttheoradec.h:
7473 * ext/theora/theoradec.c: (gst_theora_dec_init),
7474 (gst_theora_dec_reset), (_theora_granule_time),
7475 (theora_dec_src_convert), (theora_dec_sink_convert),
7476 (theora_dec_src_query), (theora_dec_src_event),
7477 (theora_dec_sink_event), (theora_handle_comment_packet),
7478 (theora_handle_header_packet), (theora_dec_push),
7479 (theora_handle_data_packet), (theora_dec_chain),
7480 (theora_dec_change_state):
7483 2006-03-09 Wim Taymans <wim@fluendo.com>
7485 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7486 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7489 2006-03-09 Wim Taymans <wim@fluendo.com>
7491 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7492 Don't try to activate NULL chains.
7494 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7496 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7497 Fix invalid memory access to region before peek'd data (#332964).
7499 2006-03-09 Wim Taymans <wim@fluendo.com>
7501 Patch by: Christophe Fergeau
7503 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7504 * ext/pango/gsttextrender.c: (gst_text_render_init):
7505 * gst/adder/gstadder.c: (gst_adder_init):
7506 Don't leak padtemplates, closes #333510.
7508 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7510 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7511 Fix invalid memory access: make sure string passed to
7512 regexec() is NUL-termianted.
7514 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7516 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7518 Refactor mpeg/audio typefinding to make it more maintainable
7519 and easier to fine-tune. Make probing into middle of the file
7520 work properly (fixes #333900, also see #152688).
7522 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7524 * gst/typefind/gsttypefindfunctions.c:
7525 (utf8_type_find_have_valid_utf8_at_offset):
7526 Remove part from previous commit that was bogus:
7527 g_utf8_validate() does in fact not accept embedded
7528 zeroes, so we don't need to check for those (thanks
7529 to Mike for the hint).
7531 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7533 * gst/typefind/gsttypefindfunctions.c:
7534 (utf8_type_find_count_embedded_zeroes),
7535 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7536 Make plain/text typefinder more conservative: firstly, check
7537 for embedded zeroes, which are perfectly valid UTF-8 characters,
7538 but also a fairly good sign that something is not a plain text
7539 file; secondly, probe into the middle of the file if possible.
7540 If we can't probe into the middle, limit the probability value
7541 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7543 2006-03-08 Michael Smith <msmith@fluendo.com>
7545 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7546 Make typefind function name for mpeg4 video unique.
7548 2006-03-08 Wim Taymans <wim@fluendo.com>
7550 * ext/libvisual/visual.c: (gst_visual_init),
7551 (gst_visual_clear_actors), (gst_visual_dispose),
7552 (gst_visual_reset), (gst_visual_src_setcaps),
7553 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7554 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7555 (gst_visual_chain), (gst_visual_change_state):
7556 Cleanups, post nice errors.
7557 Handle sink and src events.
7558 Implement simple QoS.
7560 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7561 Use new basesink methods to configure max-lateness.
7564 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7565 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7566 Debug statement cleanups.
7568 * gst/volume/gstvolume.c: (gst_volume_class_init):
7571 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7573 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7574 (gst_text_overlay_init), (gst_text_overlay_set_property),
7575 (gst_text_overlay_get_property):
7576 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7577 as string type properties, but mark them deprecated. Add
7578 'halignment' and 'valignment' properties that use enums
7581 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7583 Patch by: Fabrizio Gennari
7585 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7586 Allow palettes with less than 256 colours in AVI files
7589 2006-03-07 Julien MOUTTE <julien@moutte.net>
7591 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7592 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7593 pad. We were releasing the queued text buffer when we should keep
7594 it until video pad gets EOS or discard the text buffer because it's
7595 too old. That was eating the last subtitle buffer. Add some more
7598 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7600 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7601 (gst_text_overlay_video_chain):
7602 Fix invalid memory access (we can't access a buffer after it's been
7603 pushed downstream without taking a reference); fix memory leak (if
7604 there's no text to render, bail out before allocating stuff).
7606 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7608 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7609 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7610 * ext/pango/gsttextoverlay.h:
7611 If input is plain text, escape it before passing it to
7612 pango_layout_set_markup().
7614 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7616 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7617 Don't ignore flow return from gst_pad_push().
7619 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7621 Patch by: Fabrizio Gennari
7623 * ext/libvisual/visual.c: (gst_visual_getcaps),
7624 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7625 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7626 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7627 (gst_vorbisenc_convert_sink):
7628 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7629 (gst_audio_duration_from_pad_buffer):
7630 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7631 (gst_audio_filter_chain):
7632 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7633 (gst_base_rtp_depayload_setcaps):
7634 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7635 (gst_video_get_size):
7636 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7637 Don't leak references returned by gst_pad_get_parent()
7640 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7642 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7643 change location param details
7644 * gst/volume/gstvolume.c: (plugin_init):
7645 correct plugin description
7647 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7649 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7650 (gst_gnome_vfs_src_check_get_range):
7651 Override GstBaseSrc::check_get_range() in order to avoid opening
7652 the resource just to check whether we can operate in pull-mode or
7653 not - we can predict that pretty well from the URI alone. Should
7654 fix problems with last.fm (#331690). (Requires latest core CVS).
7656 2006-03-06 Wim Taymans <wim@fluendo.com>
7658 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7659 (gst_video_sink_class_init):
7660 Throw away frames that are later than 20 ms.
7662 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7664 Patch by: Fabrizio Gennari
7666 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7667 Set depth on WMA caps (#333545)
7669 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7671 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7672 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7673 put Theora BOS pages before others. This hardcodes
7674 the Ogg/Theora I profile, but hey.
7676 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7679 updated with some examples
7680 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7681 (granulepos_add), (theora_buffer_from_packet):
7682 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7683 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7684 (gst_vorbisenc_chain):
7685 implement strategy from ext/ogg/README
7686 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7687 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7688 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7689 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7690 Fix muxer so that oggz-validate is happy with all streams;
7691 except for no eos mark, and the BOS page ordering
7692 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7693 (check_buffer_granulepos):
7694 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7695 update tests to check for OFFSET being set as requested
7696 fixed type of granulepos, it's not a ClockTime
7698 2006-03-05 Julien MOUTTE <julien@moutte.net>
7700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7701 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7702 Check that the xvimage we are creating has a correct size
7703 before returning it. (#314897)
7705 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7707 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7708 Give id3 and ape tag typefinders a rank slightly higher
7709 than PRIMARY to ensure they're always run before any of
7710 the other typefinders (in particular wav and mp3) (#324186).
7712 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7714 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7715 Add support for '3IVD' fourcc (#333403).
7717 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7720 Bump requirements to GStreamer CVS for the new error enum.
7722 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7723 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7724 space left on the device (fixes #333352).
7726 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7729 add a project file for libgstvolume
7730 update the workspace
7732 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7734 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7735 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7737 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7738 Set IN_CAPS on header buffers
7740 2006-03-02 Wim Taymans <wim@fluendo.com>
7742 * docs/plugins/Makefile.am:
7743 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7744 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7745 Add audioresample to docs.
7747 * gst/audioconvert/gstaudioconvert.c:
7750 * gst/audioresample/gstaudioresample.c:
7751 (gst_audioresample_base_init), (gst_audioresample_class_init),
7752 (gst_audioresample_init), (gst_audioresample_dispose),
7753 (audioresample_get_unit_size), (audioresample_transform_caps),
7754 (resample_set_state_from_caps), (audioresample_transform_size),
7755 (audioresample_set_caps), (audioresample_event),
7756 (audioresample_do_output), (audioresample_transform),
7757 (audioresample_pushthrough), (gst_audioresample_set_property),
7758 (gst_audioresample_get_property), (plugin_init):
7759 * gst/audioresample/gstaudioresample.h:
7761 Small code cleanups.
7763 2006-03-02 Wim Taymans <wim@fluendo.com>
7765 * docs/plugins/Makefile.am:
7766 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7767 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7768 Added videoscale to docs.
7770 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7771 (gst_video_rate_swap_prev), (gst_video_rate_event),
7772 (gst_video_rate_chain):
7775 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7776 (gst_video_scale_init), (gst_video_scale_prepare_size),
7777 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7778 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7779 * gst/videoscale/gstvideoscale.h:
7780 Added docs, examples.
7782 Post errors instead of g_warning.
7784 2006-03-02 Wim Taymans <wim@fluendo.com>
7786 * docs/libs/gst-plugins-base-libs-docs.sgml:
7787 * docs/libs/gst-plugins-base-libs-sections.txt:
7788 * docs/libs/gst-plugins-base-libs.types:
7789 * docs/plugins/Makefile.am:
7790 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7791 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7792 Added some more docs to libs and plugins.
7794 * gst-libs/gst/audio/gstringbuffer.c:
7795 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7796 * gst-libs/gst/audio/gstringbuffer.h:
7797 Document ringbuffer some more.
7799 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7800 (gst_video_rate_setcaps), (gst_video_rate_reset),
7801 (gst_video_rate_init), (gst_video_rate_flush_prev),
7802 (gst_video_rate_swap_prev), (gst_video_rate_event),
7803 (gst_video_rate_chain), (gst_video_rate_change_state):
7804 * gst/videorate/gstvideorate.h:
7805 Fix videorate to use segments.
7806 Make it work with 0/1 framerates (closes #331903)
7807 Handle EOS correctly.
7810 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7812 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7813 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7814 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7815 In state change function, first chain up to parent class,
7816 then handle downwards state change stuff. Remove some
7817 commented out cruft from 0.8 code.
7819 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7821 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7822 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7823 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7824 (gst_ogm_parse_chain):
7825 Don't remove/re-add source pad if the new caps are the same as
7826 the old caps anyway (#333042). When removing source pad, don't
7827 unref it afterwards - we didn't ref it when adding. Sprinkle some
7828 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7829 after using gst_pad_get_parent(). Return downstream flow return
7830 value in chain function.
7832 2006-03-02 Wim Taymans <wim@fluendo.com>
7834 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7835 * docs/plugins/gst-plugins-base-plugins.args:
7836 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7837 * docs/plugins/gst-plugins-base-plugins.interfaces:
7838 * docs/plugins/gst-plugins-base-plugins.signals:
7839 Fix hierarchy, added some more elements to the docs.
7841 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7842 (gst_ffmpegcsp_get_type):
7843 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7844 Fix docs for ffmpegcolorspace.
7846 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7848 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7849 (apetag_type_find), (ape_type_find), (plugin_init):
7850 Some typefinding fine-tuning:
7851 - rank ID3/APE tags in order of preference via probabilities, so that
7852 ID3v2 > APEv2 > APEv1 > ID3v1.
7853 - three or four bytes don't really justify MAXIMUM probability,
7854 change those to 'very likely' (musepack and monkeysaudio).
7856 2006-03-01 Wim Taymans <wim@fluendo.com>
7858 * docs/plugins/Makefile.am:
7859 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7860 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7861 * ext/alsa/gstalsamixer.c:
7862 * ext/alsa/gstalsamixer.h:
7863 * ext/alsa/gstalsamixerelement.c:
7864 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7865 * ext/alsa/gstalsamixerelement.h:
7866 * ext/alsa/gstalsasink.c:
7867 * ext/alsa/gstalsasink.h:
7868 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7870 * ext/alsa/gstalsasrc.h:
7872 Small code cleanups.
7874 2006-03-01 Wim Taymans <wim@fluendo.com>
7876 * ext/theora/Makefile.am:
7877 Dist new header too,
7879 2006-03-01 Wim Taymans <wim@fluendo.com>
7881 * docs/plugins/Makefile.am:
7882 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7883 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7884 * ext/gnomevfs/gstgnomevfssink.h:
7885 * ext/gnomevfs/gstgnomevfssrc.h:
7886 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7887 * ext/vorbis/vorbisdec.h:
7888 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7889 * ext/vorbis/vorbisenc.h:
7890 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7891 (vorbis_parse_chain), (vorbis_parse_change_state):
7892 * ext/vorbis/vorbisparse.h:
7893 * gst/audioconvert/gstaudioconvert.h:
7894 * gst/tcp/gsttcpserversink.h:
7895 * gst/videotestsrc/gstvideotestsrc.c:
7896 * gst/videotestsrc/gstvideotestsrc.h:
7897 * gst/volume/gstvolume.c:
7898 * gst/volume/gstvolume.h:
7900 Added docs for vorbisdec and vorbisparse.
7903 2006-03-01 Wim Taymans <wim@fluendo.com>
7905 * docs/plugins/Makefile.am:
7906 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7907 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7908 * ext/pango/gstclockoverlay.h:
7909 * ext/pango/gsttextoverlay.h:
7910 * ext/pango/gsttextrender.h:
7911 * ext/pango/gsttimeoverlay.h:
7912 * ext/theora/gsttheoradec.h:
7913 * ext/theora/gsttheoraenc.h:
7914 * ext/theora/theoradec.c:
7915 * ext/theora/theoraenc.c:
7916 * gst/audioconvert/gstaudioconvert.h:
7917 * gst/audiotestsrc/gstaudiotestsrc.h:
7918 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7919 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7920 * gst/tcp/gstmultifdsink.h:
7921 Updated/added documentation.
7923 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7924 (gst_text_overlay_halign_get_type),
7925 (gst_text_overlay_wrap_mode_get_type),
7926 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7927 (gst_text_overlay_init), (gst_text_overlay_set_property),
7928 (gst_text_overlay_get_property):
7929 Fix up properties to be enums instead of string to make bindings,
7930 introspection and automatic GUI creation possible.
7931 Add getters for the properties.
7933 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7935 * gst/audiotestsrc/gstaudiotestsrc.c:
7936 added defines of M_PI and M_PI_2
7937 * gst/ffmpegcolorspace/avcodec.h:
7938 removed #include "stdint.h" for win32 as _stdint.h is
7939 autogenerated to win32/common
7940 * win32/common/libgstaudio.def:
7941 * win32/common/libgsttag.def:
7944 some project files bugs corrected
7946 project files are reset to the default vs7 configuration
7947 (they link to msvcr71.dll using default optimizations)
7949 2006-02-28 Wim Taymans <wim@fluendo.com>
7951 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7954 2006-02-28 Edward Hervey <edward@fluendo.com>
7956 * ext/alsa/gstalsasrc.c:
7957 Set proper class on the ElementDetails:
7958 Source/Audio instead of Src/Audio/
7960 2006-02-28 Edward Hervey <edward@fluendo.com>
7962 * gst/videoscale/vs_scanline.c:
7963 (vs_scanline_resample_nearest_RGBA):
7964 Revert optimization in videoscale. It should go in liboil and have
7965 an appropriate liboil function.
7967 2006-02-28 Wim Taymans <wim@fluendo.com>
7969 * gst-libs/gst/audio/gstbaseaudiosink.c:
7970 (gst_base_audio_sink_provide_clock):
7971 Don't try to provide a clock in the NULL state.
7973 2006-02-28 Wim Taymans <wim@fluendo.com>
7975 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7976 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7977 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7978 (gst_ogg_demux_deactivate_current_chain),
7979 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7980 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7981 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7982 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7983 Use GstSegment infrastructure to remove duplicated code
7984 and handle more seek cases correctly.
7986 2006-02-28 Wim Taymans <wim@fluendo.com>
7988 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7989 (gst_ffmpegcsp_transform):
7990 Don't ignore return code from ffmpeg convert function.
7992 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7993 Split out some long statements to ease debugging.
7995 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7997 * ext/libvisual/visual.c: (gst_visual_init),
7998 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7999 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
8000 being able to renegotiate the size. Instead, use the negotiation
8001 algorithm from the goom plugin to pick an initial output caps.
8003 Also, allow theoretical libvisual plugins that might support non-GL
8004 output even if they also do GL.
8006 2006-02-26 Julien MOUTTE <julien@moutte.net>
8008 * ext/libvisual/visual.c: (gst_visual_init),
8009 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
8010 (plugin_init): Load only non GL plugins. Fix some memleaks and
8011 possible negotiation issues.
8013 2006-02-25 Julien MOUTTE <julien@moutte.net>
8015 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8017 2006-02-24 Michael Smith <msmith@fluendo.com>
8019 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8020 (cmml_type_find), (plugin_init):
8021 Fix CMML type find function to not require a specific minor version
8024 Add an MPEG4 video elementary stream typefind function.
8026 2006-02-04 Michael Smith <msmith@fluendo.com>
8028 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8029 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8030 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8031 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8032 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8033 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8034 Annodex support in ogg demuxer. Doesn't do very much without the
8035 other annodex patches (to come).
8037 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8039 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8041 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8042 Pick up palette for MS video v1 (#327028)
8044 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8046 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8047 (gst_ffmpegcsp_caps_remove_format_info),
8048 (gst_ffmpegcsp_get_unit_size):
8049 The 'palette_data' field from incoming RGB caps shouldn't be
8050 proxied on outgoing YUV caps; also, restrict unit size
8051 adjustment in case of paletted data only to the unit that
8052 actually has a palette. Fixes #330711.
8054 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8056 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8057 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8058 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8059 (gst_ffmpegcsp_get_unit_size):
8060 Plug some memory leaks.
8062 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8064 * sys/ximage/Makefile.am:
8065 * sys/xvimage/Makefile.am:
8066 Add some _CFLAGS and _LIBS that seem to be missing
8067 and/or required for Cygwin (see #317048).
8069 2006-02-22 Wim Taymans <wim@fluendo.com>
8071 * ext/alsa/gstalsasrc.c:
8072 Fix description as pointed out by caugier.
8074 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
8076 Reviewed by : Edward Hervey <edward@fluendo.com>
8078 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8080 Better 3gp typefinding (#331526).
8082 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8084 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8085 Don't send EOS event here, the base class will send one for us.
8087 * gst/playback/gstplaybasebin.c: (prepare_output):
8088 Subpictures without video stream aren't allowed either.
8090 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8091 Fix debug statement copy'n'paste-o.
8093 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8095 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8096 Fix issues with mixer keeping state when muting/unmuting
8097 and when changing the volume whilst muted (see #331763
8100 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8102 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8103 (parse_subrip), (gst_sub_parse_format_autodetect):
8104 Set right caps given that we send escaped text. Also,
8105 honour <i></i>, <b></b> and <u></u> markers that can be found
8106 in .srt files (fixes #310202).
8108 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8110 * gst-libs/gst/audio/mixerutils.c:
8111 (element_factory_rank_compare_func):
8112 Make order in which elements are tried more determinable.
8114 2006-02-20 Julien MOUTTE <julien@moutte.net>
8116 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8117 (remove_element_chain), (cleanup_decodebin),
8118 (gst_decode_bin_change_state): Make decodebin reusable by
8119 fixing remove_element_chain first and then introduce a
8120 cleaner in state change to ->NULL. (Closes #331678)
8122 2006-02-19 Wim Taymans <wim@fluendo.com>
8124 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8125 use 0666 mask when creating files so umask gets applied
8126 correctly. Fixes #331295.
8128 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8130 * gst/subparse/Makefile.am:
8131 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8132 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8133 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8134 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8135 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8136 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8137 * gst/subparse/gstssaparse.h:
8138 * gst/subparse/gstsubparse.c: (plugin_init):
8139 Add very basic parser for SSA subtitle streams (as often
8140 found in matroska files).
8142 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8144 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8145 That should be text/x-pango-markup, not text/x-pango-layout.
8147 2006-02-19 Julien MOUTTE <julien@moutte.net>
8149 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8152 2006-02-19 Julien MOUTTE <julien@moutte.net>
8154 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8155 (gst_text_overlay_finalize), (gst_text_overlay_init),
8156 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8157 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8158 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8159 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8160 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8161 Fix state change deadlock.
8163 2006-02-19 Julien MOUTTE <julien@moutte.net>
8165 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8166 (gst_text_overlay_finalize), (gst_text_overlay_init),
8167 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8168 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8169 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8170 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8171 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8172 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8173 and subtitles files.
8175 2006-02-19 Julien MOUTTE <julien@moutte.net>
8177 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8178 should be considered as raw.
8180 2006-02-19 Julien MOUTTE <julien@moutte.net>
8182 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8184 * gst/playback/gststreaminfo.h: Introduce language informations.
8186 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
8188 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8189 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8190 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8191 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8192 Set shared memory segments to be deleted as soon as we have attached,
8193 that way they get cleaned up automatically if we crash.
8195 2006-02-18 Julien MOUTTE <julien@moutte.net>
8197 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
8198 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8199 functions are called with lock held.
8201 2006-02-18 Julien MOUTTE <julien@moutte.net>
8203 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8204 (gst_text_overlay_finalize), (gst_text_overlay_init),
8205 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8206 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8207 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8208 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8209 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8210 (gst_text_overlay_change_state): Refactoring of textoverlay
8211 without collectpads. This now supports sparse subtitles coming
8212 from a demuxer instead of a sub file. Seeking is still broken
8213 though. Need to discuss with wtay some more on how to handle
8215 * ext/pango/gsttextoverlay.h:
8216 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8217 subtitles coming from the demuxer.
8219 2006-02-17 Wim Taymans <wim@fluendo.com>
8221 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8222 (gst_vorbisenc_convert_sink):
8223 Use some more scaling functions.
8225 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
8227 * ext/cdparanoia/gstcdparanoiasrc.c:
8228 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8229 (gst_cd_paranoia_paranoia_callback),
8230 (gst_cd_paranoia_src_signal_is_being_watched),
8231 (gst_cd_paranoia_src_read_sector):
8232 * ext/cdparanoia/gstcdparanoiasrc.h:
8233 Add back 'transport-error' and 'uncorrected-error' signals and
8234 make them actually be fired when bad stuff happens (#319340).
8236 2006-02-17 Wim Taymans <wim@fluendo.com>
8238 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8239 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8240 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8241 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8242 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8243 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8244 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8245 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8246 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8247 (gst_ring_buffer_clear):
8249 Added some G_LIKELY.
8251 2006-02-17 Wim Taymans <wim@fluendo.com>
8253 * gst-libs/gst/audio/TODO:
8256 * gst-libs/gst/audio/gstbaseaudiosink.c:
8257 (gst_base_audio_sink_get_offset):
8258 When trying to play samples ASAP and we don't have a
8259 previous sample, try to play at position 0 instead of
8260 an invalid position.
8262 2006-02-17 Wim Taymans <wim@fluendo.com>
8264 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8265 (gst_alsasink_reset):
8266 Also release lock when we get an error in _reset();
8267 fix an error message.
8269 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8271 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8272 (gst_alsasink_init), (get_channel_free_structure),
8273 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8274 (gst_alsasink_close):
8275 * ext/alsa/gstalsasink.h:
8276 Add support for more than 2 channels (#326720).
8278 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8280 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8281 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8282 with 4 or 6 channels, assume a default channel layout to make things
8283 work (not sure there's anything else we can do in those cases).
8285 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8287 * gst-libs/gst/audio/multichannel.c:
8290 * gst-libs/gst/riff/Makefile.am:
8291 * gst-libs/gst/riff/riff-ids.h:
8292 * gst-libs/gst/riff/riff-media.c:
8293 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8294 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8295 channels and a channel layout map.
8297 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8299 Reviewed by Edward Hervey <edward@fluendo.com>
8301 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8302 C-level optimization of the RGBA nearest neighbour function.
8303 Eventually this might end up in liboil with vectorized versions.
8305 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8307 * gst-libs/gst/audio/multichannel.c:
8308 (gst_audio_get_channel_positions):
8309 When we have more than 2 channels, but no channel layout is
8310 specified in the caps, return some default channel layout
8311 to the caller and warn about about a possibly buggy element
8312 (could be buggy filtercaps as well of course) (#317038).
8314 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8316 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8317 Add gst-libs/gst/cdda to list of lib search paths.
8319 2006-02-15 Andy Wingo <wingo@pobox.com>
8321 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8322 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8323 to the Lord Jesus that I do not have to touch the ogg muxer ever
8326 2006-02-15 Edward Hervey <edward@fluendo.com>
8328 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8329 quicktime movie files can also contain 'uuid' atoms.
8331 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8333 * gst/audioconvert/plugin.c: (plugin_init):
8334 Register the GstAudioChannelPosition enum type with the type
8335 system in the plugin_init function, so that it is known before
8336 any element actually makes use of multi-channel stuff. This is
8337 required for example if one wants to be able to deserialise/use
8338 a caps string with channel positions before any pipeline has
8339 been setup and started, like with gst-launch.
8341 2006-02-14 Wim Taymans <wim@fluendo.com>
8343 * gst-libs/gst/audio/gstringbuffer.c:
8344 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8345 (gst_ring_buffer_samples_done), (wait_segment),
8346 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8347 Add some compiler G_(UN_)LIKELY help.
8348 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8349 make sure they can exit their functions. Should fix #330748
8351 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8356 * win32/common/_stdint.h:
8357 Windows does not have long long; copy the generated _stdint.h
8358 * win32/common/interfaces-enumtypes.c:
8359 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8360 (gst_mixer_track_flags_get_type),
8361 (gst_tuner_channel_flags_get_type):
8362 * win32/common/multichannel-enumtypes.c:
8363 (gst_audio_channel_position_get_type):
8366 2006-02-13 Wim Taymans <wim@fluendo.com>
8368 * gst-libs/gst/audio/gstbaseaudiosink.c:
8369 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8370 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8371 Always sync on first sample we receive when starting.
8373 2006-02-13 Wim Taymans <wim@fluendo.com>
8375 * gst/playback/gstplaybin.c: (gen_vis_element):
8376 Update vis bin docs.
8377 Move queue after tee so we don't queue video buffers but
8378 audio samples instead. Fixes problems where the video queue
8379 is filled and the audio queue empty.
8381 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8383 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8384 No need to push an EOS event here, GstBaseSrc will do that for us
8385 when we return FLOW_UNEXPECTED.
8387 2006-02-12 Wim Taymans <wim@fluendo.com>
8389 * gst-libs/gst/audio/gstbaseaudiosink.c:
8390 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8391 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8392 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8393 Use scale functions when possible.
8395 Free clockid when after waiting for EOS.
8396 Use G_(UN_)LIKLY when it makes sense.
8397 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8399 2006-02-12 Edward Hervey <edward@fluendo.com>
8401 * gst/playback/gstplaybasebin.c: (prepare_output):
8402 Remove stray semi-colon (fixes #330888).
8404 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8406 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8407 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8408 Fix up the XShm call testing so that we catch errors, and don't
8409 cause new ones by attempting to detach from a segment we failed
8410 to attach to. Fixes #312439.
8412 2006-02-10 Edward Hervey <edward@fluendo.com>
8414 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8415 Added flv file typefind (video/x-flv).
8417 2006-02-10 Edward Hervey <edward@fluendo.com>
8419 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8420 (gst_riff_create_video_template_caps):
8421 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8422 Also added the caps to the default set of riff video caps.
8424 2006-02-09 Andy Wingo <wingo@pobox.com>
8426 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8427 time and the end time of the last packet in the page.
8428 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8429 on the pages in our queue, set the duration as well. Reflow a
8431 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8432 Fixes bad muxing order.
8434 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8436 * gst-libs/gst/rtp/gstbasertppayload.c:
8437 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8438 update seqnum before setting it on the packet; this makes sure
8439 that the timestamp and seqnum properties match after pushing
8442 2006-02-09 Andy Wingo <wingo@pobox.com>
8444 * gst-libs/gst/audio/gstringbuffer.c
8445 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8446 overflow after 13.5 hours of recording. Kapow!
8448 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8449 the buffer size -- we don't care about underrun/overrun reporting
8450 right now, just need to return a useful value.
8452 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8457 === release 0.10.3 ===
8459 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8462 releasing 0.10.3, "Under Pressure"
8464 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8467 Drat. Bump libtool version number for new API.
8468 Prelease 0.10.2.3 (of 0.10.3)
8470 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8473 * win32/common/config.h:
8474 0.10.2.2 prerelease (of 0.10.3).
8476 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8478 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8479 Revert Andy's newsegment change pending a more correct
8482 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8484 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8485 (qt_type_find), (plugin_init):
8486 detect more files as 3gp
8487 group and reorder the iso file formats
8489 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8491 * ext/vorbis/vorbis.c: (plugin_init):
8492 Register musicbrainz tags, so apps don't have to.
8494 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8496 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8497 (gst_tag_to_vorbis_tag):
8498 Make sure we called gst_tag_register_musicbrainz_tags()
8499 before possibly mapping a vorbiscomment string from/to a
8502 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8504 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8505 In case we can't find the required number of consecutive
8506 mpeg audio frames to positively identify an MPEG audio
8507 stream, check if there's at least a valid mpeg audio
8508 frame right at offset 0 and if so suggest mpeg/audio
8509 caps with a very low probability (#153004).
8511 2006-02-07 Andy Wingo <wingo@pobox.com>
8513 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8514 a TIME segment if we get timestamped buffers. Requires recent
8515 fixes in core to work properly.
8517 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8519 * gst/playback/gstplaybasebin.c: (prepare_output):
8520 Don't print the URI as part of the error message, it
8521 makes error dialogs look rather ugly, especially if
8522 the URI is very long or has characters in it that
8525 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8527 * gst/playback/gstplaybasebin.c: (prepare_output):
8528 Error out if we have only text or subtitles, but nothing
8529 else. Also error out if we have subtitles but no video
8532 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8534 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8535 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8536 Post an error message on the bus when we encounter an
8537 error, which will hopefully be more meaningful than the
8538 'Internal Flow Error' message users get to see if we
8539 just return GST_FLOW_ERROR.
8541 2006-02-07 Andy Wingo <wingo@pobox.com>
8543 * configure.ac (GST_MAJORMINOR): Update core version req to
8544 0.10.2.2, for the collectpads API addition (#330244).
8546 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8548 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8549 Return FALSE from plugin_init() when GnomeVFS can't
8550 be initialised for some reason (#328423).
8552 2006-02-06 Julien MOUTTE <julien@moutte.net>
8554 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8555 Stick to seeking theory until i find the bug.
8556 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8558 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8560 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8561 (theora_enc_finalize), (theora_enc_sink_setcaps),
8562 (theora_set_header_on_caps), (theora_enc_chain),
8563 (theora_enc_change_state):
8564 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8565 Make theoraenc and the tests leak free. Like, really.
8567 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8569 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8570 (theora_enc_finalize), (theora_enc_sink_setcaps):
8571 Add a finalize method to ensure we clean up state even if
8572 someone omitted the state change back to NULL.
8574 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8575 (gst_vorbisenc_chain):
8576 Free some more leaked bits.
8578 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8580 Wait for state changes to happen if they're ASYNC.
8582 This ought to teach those fancy pants buildbots a lesson.
8584 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8586 * gst-libs/gst/tag/gstid3tag.c:
8587 Add mapping for ID3 International Standard Recording Code
8590 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8592 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8593 Don't leak tag names.
8595 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8597 * docs/libs/gst-plugins-base-libs-docs.sgml:
8598 * docs/libs/gst-plugins-base-libs-sections.txt:
8599 * gst-libs/gst/tag/gstid3tag.c:
8600 * gst-libs/gst/tag/gstvorbistag.c:
8601 * gst-libs/gst/tag/tags.c:
8602 Split libgsttag docs into multiple sections.
8604 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8606 * docs/libs/Makefile.am:
8607 * docs/libs/gst-plugins-base-libs-docs.sgml:
8608 * docs/libs/gst-plugins-base-libs-sections.txt:
8609 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8610 * gst-libs/gst/tag/gstvorbistag.c:
8611 * gst-libs/gst/tag/tag.h:
8612 * gst-libs/gst/tag/tags.c:
8613 Add libgsttag to the docs.
8615 2006-02-05 Julien MOUTTE <julien@moutte.net>
8617 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8618 (gst_text_overlay_init), (gst_text_overlay_src_event),
8619 (gst_text_overlay_collected): Fix clockoverlay.
8621 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8623 * docs/libs/compiling.sgml:
8624 Fix typo: it's pkg-config, not pkg-gconfig
8626 * docs/libs/gst-plugins-base-libs-docs.sgml:
8627 * docs/libs/gst-plugins-base-libs-sections.txt:
8628 * docs/libs/tmpl/gstgconf.sgml:
8629 There is no libgstgconf in 0.10, remove it
8632 2006-02-05 Julien MOUTTE <julien@moutte.net>
8634 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8635 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8636 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8637 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8638 (gst_sub_parse_class_init), (gst_sub_parse_init),
8639 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8640 (parse_mpsub), (parser_state_init), (handle_buffer),
8641 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8642 * gst/subparse/gstsubparse.h: Introduce seeking code.
8644 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8646 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8647 Add comment about LANGUAGE tag inconsistency (we want
8648 ISO-639-1, but extract three-letter identifiers?)
8651 Add two translatable files.
8653 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8655 * gst-libs/gst/tag/Makefile.am:
8656 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8657 * gst-libs/gst/tag/tag.h:
8658 * gst-libs/gst/tag/tags.c:
8659 (gst_tag_register_musicbrainz_tags_internal),
8660 (gst_tag_register_musicbrainz_tags):
8661 Forward-port some tags stuff from the 0.8 branch. This is
8662 mostly the addition of musicbrainz tags and their mapping
8663 to vorbistags, and a vorbistag mapping of the language tag.
8665 2006-02-05 Julien MOUTTE <julien@moutte.net>
8667 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8670 2006-02-04 David Schleef <ds@schleef.org>
8672 * ext/ogg/gstoggmux.c:
8673 * gst/typefind/gsttypefindfunctions.c:
8674 Add Dirac typefinding and add dirac format to oggmux.
8676 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8678 * gst/playback/gstdecodebin.c: (try_to_link_1):
8679 Don't put essential function call into
8680 g_return_*() macro, otherwise it'll all be
8681 replaced by NOOPs when compiling with
8682 G_DISABLE_CHECKS defined.
8684 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8686 * ext/ogg/gstoggdemux.c:
8687 * ext/ogg/gstoggparse.c:
8688 * gst/tcp/gsttcpserversink.c:
8689 * sys/v4l/v4lsrc_calls.c:
8690 * sys/v4l/v4lsrc_calls.h:
8691 Just make it compile with --disable-gst-debug.
8693 2006-02-03 Wim Taymans <wim@fluendo.com>
8695 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8696 (gst_alsasink_class_init), (gst_alsasink_init),
8697 (gst_alsasink_write), (gst_alsasink_reset):
8698 * ext/alsa/gstalsasink.h:
8699 Add lock to protect alsa calls.
8700 Implement reset to flush samples ASAP, does not work
8703 2006-02-02 Wim Taymans <wim@fluendo.com>
8705 * gst-libs/gst/audio/gstbaseaudiosink.c:
8706 (gst_base_audio_sink_provide_clock):
8707 Ugh.. getting late I guess...
8709 2006-02-02 Wim Taymans <wim@fluendo.com>
8711 * gst-libs/gst/audio/gstbaseaudiosink.c:
8712 (gst_base_audio_sink_provide_clock),
8713 (gst_base_audio_sink_set_property),
8714 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8715 Don't try to provide a clock when we are not negotiated since
8716 we might not be able to make it run.
8718 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8720 * gst/playback/gstdecodebin.c: (try_to_link_1):
8721 Unlinking two source pads is ... hard.
8723 2006-02-02 Wim Taymans <wim@fluendo.com>
8725 * gst-libs/gst/audio/TODO:
8728 * gst-libs/gst/audio/gstbaseaudiosink.c:
8729 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8730 On EOS, wait till the last sample is played before posting EOS.
8732 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8734 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8735 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8736 setting queue_delay to zero. Also avoid thread being started if
8737 queue_delay is zero.
8739 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8741 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8742 Make test work again by connecting fakesinks to each decoded pad,
8743 which makes the pipeline wait until each fakesink has a buffer
8744 queued before going to PAUSED state. At that point we know the
8745 decodebin pads are negotiated.
8747 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8749 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8750 (gst_cdda_base_src_handle_event):
8751 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8752 Pass unhandled queries to the parent class's query function.
8754 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8756 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8757 (gst_ogg_pad_src_query):
8758 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8759 * ext/theora/theoradec.c: (theora_dec_src_query),
8760 (theora_dec_sink_query):
8761 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8762 (vorbis_dec_sink_query):
8763 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8764 (gst_vorbisenc_sink_query):
8765 * gst/adder/gstadder.c: (gst_adder_query):
8766 Pass unhandled queries upstream instead of just
8767 dropping them (#326447). Also, fix supported
8768 query types list for some elements.
8770 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8772 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8773 (paris_type_find), (ilbc_type_find), (plugin_init):
8774 Fix typefinding for audio/x-au, audio/x-paris and
8775 audio/iLBC-sh. We cannot use the START_WITH macros
8776 here, because there can only be one typefind factory
8777 with the same name (caps), so the second one would
8778 replace the first one and the first one would never
8779 be called when doing typefinding (see #161712).
8782 2006-01-31 Wim Taymans <wim@fluendo.com>
8784 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8785 (vorbis_handle_header_packet), (vorbis_dec_push),
8786 (vorbis_handle_data_packet):
8787 Use scale_int when we can, add some more scaling.
8788 Check packettype before parsing it.
8790 2006-01-31 Wim Taymans <wim@fluendo.com>
8792 * ext/theora/theoradec.c: (_theora_granule_time),
8793 (theora_dec_src_convert), (theora_dec_sink_convert):
8794 Call right _scale functions.
8795 Use parameter instead of some other random value.
8797 2006-01-31 Wim Taymans <wim@fluendo.com>
8799 * ext/theora/theoradec.c: (_theora_granule_frame),
8800 (_theora_granule_time), (_inc_granulepos),
8801 (theora_dec_src_convert), (theora_dec_sink_convert),
8802 (theora_handle_type_packet), (theora_handle_data_packet),
8804 Use higher precision timestamps calculation.
8805 Convert some other conversions to _scale.
8807 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8809 * gst/audiotestsrc/gstaudiotestsrc.c:
8810 (gst_audio_test_src_create_sine_table), (plugin_init):
8811 * gst/volume/gstvolume.c: (plugin_init):
8812 initialize gst_controller before using
8814 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8816 * tests/check/pipelines/theoraenc.c:
8817 * tests/check/pipelines/vorbisenc.c:
8818 Define constant using G_GINT64_CONSTANT to avoid errors when
8819 passing it around - otherwise it gets truncated to 32 bits.
8821 Fixes failing tests.
8823 2006-01-31 Andy Wingo <wingo@pobox.com>
8825 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8826 caps being set doesn't have a framerate value. Basically a stopgap
8829 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8830 technically correct enough to put into core though.
8831 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8832 DURATION. Fixes theoraenc ! oggmux.
8834 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8835 fraction, not double.
8837 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8840 add vs7 project files created by Sergey Scobich
8842 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8845 add vs8 project files created by Sergey Scobich
8847 2006-01-30 Andy Wingo <wingo@pobox.com>
8849 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8850 timestamp + duration, not just timestamp -- ogg pages should be
8851 ordered by stop time. Necessary fix given the change in vorbis
8854 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8855 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8856 (granulepos_add): New function, handles the messiness of adjusting
8858 (theora_buffer_from_packet):
8860 (theora_enc_sink_event): Use granulepos_add, not +.
8862 * tests/check/pipelines/theoraenc.c
8863 (check_buffer_granulepos_from_starttime): Just check the frame
8864 count, not the actual granulepos -- we can't dictate to the
8865 encoder when it should be placing keyframes.
8867 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8869 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8870 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8871 play an http:// stream from a server that's not serving
8873 2006-01-30 Andy Wingo <wingo@pobox.com>
8875 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8876 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8877 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8880 * ext/theora/gsttheoraenc.h:
8881 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8882 although theoraenc was timestamping correctly. Added handling of
8883 streams that start with nonzero timestamps.
8885 * tests/check/Makefile.am:
8886 * tests/check/pipelines/theoraenc.c: New file, basically does same
8889 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8891 2006-01-30 Wim Taymans <wim@fluendo.com>
8893 * gst-libs/gst/audio/gstaudiosink.c:
8894 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8895 (gst_audioringbuffer_pause):
8896 Implement pause that does not wait for completion.
8898 * gst-libs/gst/audio/gstbaseaudiosink.c:
8899 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8900 Don't drop buffers when going to PAUSED but perform preroll on
8901 remaining samples now that core base class supports this.
8903 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8904 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8905 (gst_ring_buffer_commit):
8906 Pause should not signal waiters.
8907 Implement return value of _commit correctly.
8909 2006-01-30 Andy Wingo <wingo@pobox.com>
8911 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8913 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8914 updated to timestamp from the first sample, not the last.
8915 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8916 special care of granulepos and timestamp for header packets.
8917 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8918 when the first buffer has a nonzero timestamp.
8920 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8921 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8922 case when the first audio buffer we get has a nonzero timestamp.
8923 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8924 properly timestamp vorbis buffers with the time of the first
8925 sample, not the last.
8927 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8928 vorbis_granule_time_copy -- now it takes the granule/subgranule
8929 offset into account.
8931 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8932 timestamps, durations, and granulepos on buffers produced by
8935 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8937 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8938 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8939 Patch from Eric Jonas to support conversions to/from UYVY
8942 2006-01-30 Julien MOUTTE <julien@moutte.net>
8944 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8945 (setup_subtitle), (setup_source), (set_active_source):
8946 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8947 (gen_text_element), (gen_audio_element), (gen_vis_element),
8948 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8950 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8952 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8953 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8954 use gst_guint64_to_gdouble to be compliant with vs6
8955 * gst/playback/gstdecodebin.c: (try_to_link_1)
8956 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8957 use G_GINT64_CONSTANT for int64 constants
8958 * win32/common/libgstinterfaces.def:
8959 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8961 update and add new project files
8963 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8967 * win32/common/interfaces-enumtypes.c:
8968 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8969 (gst_mixer_track_flags_get_type),
8970 (gst_tuner_channel_flags_get_type):
8971 * win32/common/interfaces-enumtypes.h:
8972 * win32/common/multichannel-enumtypes.c:
8973 (gst_audio_channel_position_get_type):
8974 * win32/common/multichannel-enumtypes.h:
8975 add a win32-update rule like in core, and copy over enumtypes files
8977 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8980 * win32/common/config.h:
8981 * win32/common/config.h.in:
8982 add config files just like in core
8984 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8986 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8987 Make gcc-4.1 happy (part of #327357).
8989 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8991 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8992 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8993 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8994 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8995 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8996 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8997 Update all error messages. All of them should either use
8998 the default translated message, or actually provide a
8999 translatable string.
9000 Make the string for channel count problems meaningful.
9002 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
9004 * sys/v4l/v4l_calls.c: (gst_v4l_open):
9005 check for and throw RESOURCE_BUSY
9007 2006-01-27 David Schleef <ds@schleef.org>
9009 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
9010 checked in this change -- it requires liboil features not
9011 in 0.3.6. Revert parts.
9013 2006-01-27 David Schleef <ds@schleef.org>
9016 * configure.ac: update liboil requirement to 0.3.6
9017 * gst/videoscale/Makefile.am:
9018 * gst/videoscale/vs_scanline.c: liboilify
9020 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
9022 * ext/libvisual/visual.c: (get_buffer):
9023 When pad_alloc returns a GstFlowReturn other
9024 than GST_FLOW_OK, make sure it is passed upstream.
9026 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
9028 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9029 (gst_alsasink_class_init):
9030 Free the device name string.
9032 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9033 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9034 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9035 Don't remove a pad from the collectpads structure until it
9036 is released - it's a request pad, and may receive data again
9037 if the element gets moved back to PLAYING state.
9039 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9040 Ensure we turn on double buffering on the Xv port, and
9041 set the colour key to something dark and mysterious that
9044 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
9046 * ext/alsa/gstalsaplugin.c: (plugin_init):
9047 * ext/cdparanoia/gstcdparanoiasrc.c:
9048 (gst_cd_paranoia_src_base_init), (plugin_init):
9049 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9050 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9051 - a library should not call setlocale. see "Libraries" node in
9053 - make sure all plugins that use translation do bindtextdomain
9054 to point to the localedir
9055 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9056 (setup_sinks), (plugin_init):
9057 all this, and check for NULL when creating sinks
9059 2006-01-27 Julien MOUTTE <julien@moutte.net>
9061 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9062 (plugin_init): Make typefinding of subtitles work again.
9064 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
9066 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9067 (mp3_type_frame_length_from_header), (mp3_type_find),
9068 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9070 Backport a bunch of typefinding fixes from the 0.8 branch.
9071 Also, improve wavpack typefinding: if we can't peek the
9072 entire wavpack block, try to parse the bits we can get and
9073 see if we find what we're looking for in those.
9075 2006-01-26 Julien MOUTTE <julien@moutte.net>
9077 * sys/ximage/ximagesink.c:
9078 (gst_ximagesink_calculate_pixel_aspect_ratio):
9079 * sys/xvimage/xvimagesink.c:
9080 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9081 more cases of pixel aspect ratio.
9083 2006-01-26 Edward Hervey <edward@fluendo.com>
9085 * gst/playback/gstdecodebin.c: (pad_probe):
9086 Also consider the flush-start and tag events as unblockers
9089 2006-01-26 Julien MOUTTE <julien@moutte.net>
9091 * gst/playback/gstplaybin.c: (gst_play_bin_init),
9092 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9093 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9094 On the fly visualisation switch, works disabling, enabling as
9095 well but it won't be able to enable vis in a playbin that was
9096 created with no visualisation.
9098 2006-01-25 Wim Taymans <wim@fluendo.com>
9100 * gst-libs/gst/audio/gstbaseaudiosink.c:
9101 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9102 Undo previous commit that returned WRONG_STATE sooner, it breaks
9105 2006-01-25 Wim Taymans <wim@fluendo.com>
9107 * gst-libs/gst/audio/gstbaseaudiosink.c:
9108 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9109 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9111 Post error when caps cannot be parsed.
9112 Resync on discontinuity in the stream.
9113 Clip samples to segment boundaries.
9114 return WRONG_STATE sooner when we are flushing.
9116 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9117 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9118 Make audiosrc operate in TIME.
9119 Set TIMESTAMP and DURATION on buffers.
9121 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
9123 * tests/examples/seek/seek.c: (main):
9124 Output tag messages as well.
9126 2006-01-23 Edward Hervey <edward@fluendo.com>
9128 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9129 (free_pad_probes), (remove_fakesink), (pad_probe),
9130 (close_pad_link), (gst_decode_bin_change_state):
9131 Replace GstPadBlockCallback with pad probes that detect
9132 first buffer AND eos before removing fakesink.
9133 Fixes hang with demuxers doing EOS while pre-rolling.
9136 2006-01-23 Andy Wingo <wingo@pobox.com>
9138 * ext/alsa/gstalsasink.c:
9139 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9140 (gst_base_rtp_depayload_setcaps),
9141 (gst_base_rtp_depayload_add_to_queue),
9142 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9144 Patch by: Jens Granseuer <jensgr at gmx dot net>
9146 2006-01-22 Julien MOUTTE <julien@moutte.net>
9148 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9149 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9150 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
9151 frames. We might get a frame destroyed after changing state to
9152 NULL, adding a safety check on xcontext.
9154 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
9156 * gst-libs/gst/interfaces/xoverlay.c:
9157 Fix prepare-xwindow-id code example in the docs - we need to
9158 ignore all messages that aren't element messages as well.
9160 2006-01-21 Julien MOUTTE <julien@moutte.net>
9162 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9163 I think one day i'll completely undestand how caps negotiation
9164 is supposed to work. This refactoring handles buffer_alloc
9165 called with caps we can't handle. We definitely don't want a
9166 set_caps with those caps, so we define and allocate a buffer
9167 we would like to receive.
9169 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
9171 * gst/playback/gstplaybasebin.c: (setup_source):
9172 Free iterator when done.
9174 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
9176 * gst-libs/gst/audio/gstbaseaudiosink.c:
9177 (gst_base_audio_sink_render):
9178 Fix playback of non-synchronised streams by assuming a rate
9179 of 1.0 instead of a random one.
9181 Makes this work again:
9183 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9184 endianness=(int)4321, signed=(boolean)true, width=(int)16,
9185 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9186 audioresample ! alsasink
9188 === release 0.10.2 ===
9190 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9193 releasing 0.10.2, "Then the devil is six"
9195 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
9197 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9198 * gst/playback/gststreamselector.c:
9199 (gst_stream_selector_set_property):
9200 Comment out broken code that connects to the state-changed signal.
9201 At this point, changing current stream selection is broken, but
9202 stuff like gst-launch playbin current-audio=1 works and filters
9203 to the chosen stream.
9205 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9207 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9208 Fix #327216 (null dereference in vorbisdec)
9210 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
9212 * ext/theora/theoradec.c: (theora_handle_comment_packet):
9213 Post taglist actually on bus instead of just freeing it
9214 (fixes #327114 and totem bug #327080).
9216 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9217 Use gst_element_found_tags_for_pad(), so that the tags
9218 are sent downstream as an event as well.
9220 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
9222 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9223 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9224 (gst_ximagesink_buffer_alloc):
9225 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9226 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9227 (gst_xvimagesink_buffer_alloc):
9228 move all regularly occurring messages to GST_LOG level
9229 add some more object logs
9231 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
9233 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9234 fix a silly segfault
9236 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
9238 * docs/libs/gst-plugins-base-libs-docs.sgml:
9239 * docs/libs/gst-plugins-base-libs-sections.txt:
9240 * gst-libs/gst/audio/mixerutils.c:
9241 * gst-libs/gst/audio/mixerutils.h:
9242 Add docs for mixerutils stuff.
9244 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
9246 * gst/playback/gstplaybasebin.c: (setup_source):
9247 Fix playback for sources that emit raw audio or
9248 raw video streams (e.g.: cd audio sources) (#325984).
9250 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
9252 * gst-libs/gst/audio/mixerutils.c:
9253 (gst_audio_mixer_filter_do_filter):
9254 actually save the element we create
9256 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
9258 * gst-libs/gst/cdda/gstcddabasesrc.c:
9259 (gst_cdda_base_src_handle_track_seek):
9260 No need to post a tag message on the bus when seeking
9261 within the same track, only post it when the current
9264 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9266 * gst/playback/gstplaybasebin.c: (group_destroy),
9267 (probe_triggered), (new_decoded_pad), (mute_group_type),
9268 (set_active_source):
9269 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9270 * gst/playback/gststreamselector.c:
9271 (gst_stream_selector_base_init),
9272 (gst_stream_selector_set_property),
9273 (gst_stream_selector_request_new_pad):
9274 Reenable stream selection. These mechanisms need a complete overhaul
9275 in the face of 0.8->0.10 changes though.
9277 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9279 * ext/ogg/gstoggdemux.c:
9280 Change the pad template to src_%d to match the pads that
9281 are created from it. decodebin needs this information in order
9282 to decide that oggdemux is capable of producing multiple pads
9283 (and hence needs queues inserted).
9285 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9286 (gst_ogg_mux_collected):
9287 Make debug output more useful by using GST_PTR_FORMAT.
9289 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9291 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9293 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9294 Set depth and width for alaw/mulaw (fixes #326601).
9296 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9298 * tests/icles/Makefile.am:
9299 don't build the tests if we don't have the libs
9301 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9303 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9304 (gst_cd_paranoia_paranoia_callback):
9305 Don't try to free NULL pointers.
9307 2006-01-10 Edward Hervey <edward@fluendo.com>
9309 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9310 (gst_audio_rate_change_state), (plugin_init):
9311 Add debugging category.
9313 Add case for incoming buffers without valid offset/offset_end.
9315 2006-01-10 Michael Smith <msmith@fluendo.com>
9317 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9318 Don't leak GCond in audio sources.
9320 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9322 * gst/playback/gstplaybin.c: (gen_audio_element):
9323 Don't leak an autoaudiosink/alsasink when we generate
9324 a new audio element. (old code, I guess)
9326 2006-01-10 Michael Smith <msmith@fluendo.com>
9328 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9329 Support float audio in audiorate.
9330 Use width rather than depth for selecting sample width.
9332 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9334 * gst/videotestsrc/videotestsrc.h:
9335 Use GLib types here (that way we don't have to include the
9336 generated _stdint.h header, which makes life easier for win32
9337 folks that don't use autotools for the build) (#325990, patch
9338 by: Sergey Scobich).
9340 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9342 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9343 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9344 (gst_ring_buffer_pause), (wait_segment):
9345 * gst-libs/gst/audio/gstringbuffer.h:
9346 Name (private) union, makes Forte compiler happy (this time
9347 for real) (#324900).
9349 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9351 * gst-libs/gst/audio/Makefile.am:
9352 Link against libgstinterfaces, needed for mixer
9353 and property probe stuff.
9355 2006-01-09 Edward Hervey <edward@fluendo.com>
9357 * gst-libs/gst/Makefile.am:
9359 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9361 * gst-libs/gst/audio/Makefile.am:
9362 * gst-libs/gst/audio/mixerutils.c:
9363 (gst_audio_mixer_filter_do_filter),
9364 (gst_audio_mixer_filter_check_element),
9365 (gst_audio_mixer_filter_probe_feature),
9366 (element_factory_rank_compare_func),
9367 (gst_audio_default_registry_mixer_filter):
9368 * gst-libs/gst/audio/mixerutils.h:
9369 Add gst_audio_default_registry_mixer_filter() utility
9372 2006-01-03 Michael Smith <msmith@fluendo.com>
9374 * gst/audioresample/resample.h:
9375 As before, but for o_buf
9377 2006-01-03 Michael Smith <msmith@fluendo.com>
9379 * gst/audioresample/resample.h:
9380 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9381 since we do arithmetic on it.
9383 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9385 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9386 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9387 (gst_ring_buffer_pause), (wait_segment):
9388 * gst-libs/gst/audio/gstringbuffer.h:
9389 Sun's Forte compiler doesn't seem to like anonymous structs,
9390 so use same setup as in GstBaseSrc (fixes #324900).
9392 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9395 * gst/volume/Makefile.am:
9396 * gst/volume/demo.c:
9397 move old example to tests/examples/volume/volune.c
9398 * tests/examples/Makefile.am:
9399 * tests/examples/seek/seek.c: (main):
9400 change window-close event from "delete-event" to "destroy"
9401 * tests/examples/volume/Makefile.am:
9402 * tests/examples/volume/volume.c: (value_changed_callback),
9403 (setup_gui), (message_received), (eos_message_received), (main):
9404 fix event handling and bus usage
9406 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9408 * gst/audiotestsrc/gstaudiotestsrc.c:
9409 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9410 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9411 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9412 (gst_audio_test_src_create_square),
9413 (gst_audio_test_src_create_saw),
9414 (gst_audio_test_src_create_triangle),
9415 (gst_audio_test_src_create_silence),
9416 (gst_audio_test_src_create_white_noise),
9417 (gst_audio_test_src_create_pink_noise),
9418 (gst_audio_test_src_init_sine_table),
9419 (gst_audio_test_src_create_sine_table),
9420 (gst_audio_test_src_change_wave),
9421 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9422 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9423 * gst/audiotestsrc/gstaudiotestsrc.h:
9424 update to basesrc changes, implement segmented seeking and eos
9425 handling, add a 'sine-tab' waveform for performance critical playback
9427 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9430 ... and this time the other modified file that I missed last time.
9432 2005-12-29 Michael Smith <msmith@fluendo.com>
9434 * gst/playback/gstdecodebin.c: (new_pad):
9435 Fix non-C89 variable declaration not at the start of a block. Should
9436 help some compilers.
9438 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9440 * tests/check/Makefile.am:
9441 And now fix 'make distcheck' (builddir != srcdir)
9443 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9446 * ext/cdparanoia/Makefile.am:
9447 * ext/cdparanoia/gstcdparanoia.c:
9448 * ext/cdparanoia/gstcdparanoia.h:
9449 * ext/cdparanoia/gstcdparanoiasrc.c:
9450 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9451 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9452 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9453 (gst_cd_paranoia_paranoia_callback),
9454 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9455 (gst_cd_paranoia_src_set_property),
9456 (gst_cd_paranoia_src_get_property), (plugin_init):
9457 * ext/cdparanoia/gstcdparanoiasrc.h:
9458 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9459 plugin again (there are still fixes required to playbin to make
9460 cdda:// uris work there).
9462 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9464 * tests/check/Makefile.am:
9465 Fix test case compilation.
9467 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9469 * gst-libs/gst/cdda/gstcddabasesrc.c:
9470 (gst_cdda_base_src_update_duration),
9471 (gst_cdda_base_src_calculate_cddb_id):
9472 An integer is not a string. Fix access to uninitialised variable.
9474 * tests/check/Makefile.am:
9475 Add cddabasesrc unit test; also actually enable the vorbis test.
9477 * tests/check/generic/states.c:
9478 Blacklist new cd audio elements as well.
9480 * tests/check/libs/cddabasesrc.c:
9481 Unit test for GstCddaBaseSrc (discid calculation mostly).
9483 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9485 * docs/libs/Makefile.am:
9486 * docs/libs/gst-plugins-base-libs-docs.sgml:
9487 * docs/libs/gst-plugins-base-libs-sections.txt:
9488 * docs/libs/gst-plugins-base-libs.types:
9489 Add docs for libgstcdda/GstCddaBaseSrc.
9491 * gst-libs/gst/interfaces/mixertrack.h:
9492 Do one struct member per line with a semicolon at the end, that way
9493 even gtk-doc might parse it without complaining.
9495 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9498 * gst-libs/gst/Makefile.am:
9499 * gst-libs/gst/cdda/Makefile.am:
9500 * gst-libs/gst/cdda/base64.c:
9501 * gst-libs/gst/cdda/base64.h:
9502 * gst-libs/gst/cdda/gstcddabasesrc.c:
9503 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9504 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9505 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9506 (gst_cdda_base_src_get_property),
9507 (gst_cdda_base_src_get_track_from_sector),
9508 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9509 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9510 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9511 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9512 (gst_cdda_base_src_uri_get_protocols),
9513 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9514 (gst_cdda_base_src_uri_handler_init),
9515 (gst_cdda_base_src_setup_interfaces),
9516 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9517 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9518 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9519 (gst_cdda_base_src_add_tags),
9520 (gst_cdda_base_src_add_index_associations),
9521 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9522 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9523 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9524 (gst_cdda_base_src_create):
9525 * gst-libs/gst/cdda/gstcddabasesrc.h:
9526 * gst-libs/gst/cdda/sha1.c:
9527 * gst-libs/gst/cdda/sha1.h:
9528 Add new libgstcdda with GstCddaBaseSrc class.
9530 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9532 * ext/gnomevfs/gstgnomevfssink.h:
9533 Use GstBaseSinkClass as parent_class member for class struct, not
9536 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9538 Patch by: Michael Benes
9540 * gst/videotestsrc/gstvideotestsrc.c:
9541 (gst_video_test_src_class_init), (gst_video_test_src_start):
9542 Add start method to reset running time and number of frames sent
9543 when starting up (fixes #324696)
9545 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9547 * docs/plugins/Makefile.am:
9548 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9549 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9550 * docs/plugins/gst-plugins-base-plugins.args:
9551 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9552 * docs/plugins/gst-plugins-base-plugins.signals:
9553 Add docs stuff for gnomevfssrc and gnomevfssink.
9555 * ext/gnomevfs/gstgnomevfssrc.c:
9556 Fix example pipeline in gtk-doc blurb.
9558 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9560 * ext/gnomevfs/Makefile.am:
9561 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9562 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9563 (gst_gnome_vfs_handle_get_type), (plugin_init):
9564 * ext/gnomevfs/gstgnomevfs.h:
9565 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9566 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9567 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9568 (gst_gnome_vfs_sink_set_property),
9569 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9570 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9571 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9572 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9573 (gst_gnome_vfs_sink_uri_get_type),
9574 (gst_gnome_vfs_sink_uri_get_protocols),
9575 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9576 (gst_gnome_vfs_sink_uri_handler_init):
9577 * ext/gnomevfs/gstgnomevfssink.h:
9578 Port gnomevfssink; add gtk-doc blurb.
9580 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9581 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9582 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9583 (gst_gnome_vfs_src_uri_get_type),
9584 (gst_gnome_vfs_src_uri_get_protocols),
9585 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9586 (gst_gnome_vfs_src_uri_handler_init),
9587 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9588 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9589 (gst_gnome_vfs_src_send_additional_headers_callback),
9590 (gst_gnome_vfs_src_received_headers_callback),
9591 (gst_gnome_vfs_src_push_callbacks),
9592 (gst_gnome_vfs_src_pop_callbacks),
9593 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9594 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9595 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9596 * ext/gnomevfs/gstgnomevfssrc.h:
9597 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9598 file; add gtk-doc blurb with example pipelines.
9600 === release 0.10.1 ===
9602 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9605 releasing 0.10.1, "Dobro Dedek"
9607 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9609 * gst/typefind/gsttypefindfunctions.c:
9610 iLBC30 and iLBC20 added to typefind.
9612 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9614 * gst-libs/gst/audio/gstbaseaudiosink.c:
9615 (gst_base_audio_sink_class_init):
9616 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9617 (gst_base_audio_src_class_init):
9618 update strings, values are in microseconds
9619 change the default sink buffer time to something that is smaller
9620 (to help software volume mixing have a slightly lower delay) but
9621 still be acceptable on Wim's laptop
9623 2005-12-20 Edward Hervey <edward@fluendo.com>
9625 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9626 Made a quack, forgot to add DUCK to the riff video template.
9628 2005-12-19 Edward Hervey <edward@fluendo.com>
9630 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9631 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9632 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9633 (gst_ogm_parse_chain):
9634 Make sure pads are initialized correctly.
9635 * gst-libs/gst/riff/riff-ids.h:
9636 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9637 (gst_riff_create_video_template_caps):
9638 Add a whole bunch of FOURCC <=> MimeType.
9639 Extend the riff video pad template to support the newly added fourcc.
9641 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9643 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9644 (gst_ogg_demux_activate_chain):
9645 Extra debug output when activating/deactivating chains.
9647 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9648 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9650 Remove a queue from our list when it becomes unlinked.
9651 Don't add queues to elements in class 'Demux' if they
9652 can only produce one pad
9654 2005-12-18 Julien MOUTTE <julien@moutte.net>
9656 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9657 (gst_video_sink_get_type): Add a debug category.
9659 2005-12-17 Philippe Khalaf <burger@speedy.org>
9661 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9662 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9663 Handle downstream newsegment by sending our own newsegment before the
9664 next buffer to be released. (#323900)
9666 2005-12-17 Philippe Khalaf <burger@speedy.org>
9668 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9669 (gst_base_rtp_depayload_set_gst_timestamp):
9670 add queue delay to new segment as well (as opposed to just the first
9671 buffer). (bug #322347)
9673 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9675 * ext/libvisual/visual.c: (make_valid_name):
9676 change some char* into char[]
9677 * gst/audiotestsrc/gstaudiotestsrc.c:
9678 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9679 (gst_audio_test_src_create):
9680 * gst/audiotestsrc/gstaudiotestsrc.h:
9681 prepare to handle EOS and SEGMENT_DONE
9683 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9685 * tests/check/generic/states.c: (GST_START_TEST):
9686 Blacklist cdparanoia element in state test.
9688 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9690 Patch by: Benjamin Pineau
9693 * gst/tcp/gsttcpclientsink.c:
9694 * gst/tcp/gsttcpserversink.c:
9695 * gst/tcp/gsttcpserversrc.c:
9696 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9698 2005-12-15 Michael Smith <msmith@fluendo.com>
9700 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9701 (gst_video_rate_chain):
9702 Fix timestamping for videorate when the first buffer it sees has a
9703 non-zero timestamp. Fix some misleading debug output.
9705 2005-12-15 Michael Smith <msmith@fluendo.com>
9707 * gst/audioresample/gstaudioresample.c:
9708 Don't leak all input buffers to audioresample.
9710 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9712 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9713 Don't operate on empty text buffers. Strip newlines and
9714 tabs only from the end of the text, but leave them intact
9715 in the middle. Fix typo in gtk-doc description.
9717 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9719 * gst/playback/gstplaybasebin.c:
9720 * gst/playback/gstplaybin.c: (handoff):
9721 Make sure the video frame buffer we return to apps via the
9722 "frame" property always has caps set on it. Modify
9723 _gst_gvalue_set_object() macro to handle NULL objects
9726 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9728 * gst/audiotestsrc/gstaudiotestsrc.c:
9729 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9730 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9731 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9732 (gst_audio_test_src_create):
9733 * gst/audiotestsrc/gstaudiotestsrc.h:
9734 Adjust to some recent api changes and add wtays new cool seeking
9737 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9739 * ext/alsa/Makefile.am:
9740 * ext/alsa/gstalsadeviceprobe.c:
9741 * ext/alsa/gstalsadeviceprobe.h:
9742 Helper functions to add device probing via the GstPropertyProbe
9743 interface to a class.
9745 * ext/alsa/gstalsamixer.h:
9746 Comment out GST_ALSA_MIXER, it returns a struct that's not
9749 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9750 Add some debug info.
9752 * ext/alsa/gstalsamixerelement.c:
9753 (gst_alsa_mixer_element_interface_supported),
9754 (gst_implements_interface_init),
9755 (gst_alsa_mixer_element_init_interfaces),
9756 (gst_alsa_mixer_element_class_init),
9757 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9758 (gst_alsa_mixer_element_set_property),
9759 (gst_alsa_mixer_element_get_property),
9760 (gst_alsa_mixer_element_change_state):
9761 * ext/alsa/gstalsamixerelement.h:
9762 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9763 for device handling (gnome-volume-control will need that).
9765 2005-12-12 Christian Schaller <uraeus@gnome.org>
9767 * ext/Makefile.am: fix cdparanoia entry
9768 * gst-plugins-base.spec.in: add cdparanoia
9770 2005-12-12 Michael Smith <msmith@fluendo.com>
9772 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9773 Use the correct function to free list of typefind factories.
9775 2005-12-12 Wim Taymans <wim@fluendo.com>
9777 * gst/videotestsrc/gstvideotestsrc.c:
9778 (gst_video_test_src_class_init), (gst_video_test_src_init),
9779 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9780 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9781 (gst_video_test_src_create):
9782 * gst/videotestsrc/gstvideotestsrc.h:
9783 Implement seeking in videotestsrc.
9786 2005-12-12 Wim Taymans <wim@fluendo.com>
9788 * ext/cdparanoia/Makefile.am:
9789 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9790 (gst_paranoia_endian_get_type), (_do_init),
9791 (cdparanoia_class_init), (cdparanoia_init),
9792 (cdparanoia_set_property), (cdparanoia_get_property),
9793 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9794 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9795 (cdparanoia_convert), (cdparanoia_get_query_types),
9796 (cdparanoia_query), (cdparanoia_set_index),
9797 (cdparanoia_uri_set_uri):
9798 * ext/cdparanoia/gstcdparanoia.h:
9799 Partially ported cdparanoia now that basesrc can support a
9802 2005-12-12 Wim Taymans <wim@fluendo.com>
9804 * tests/examples/seek/scrubby.c: (main):
9805 Set higher priority for bus events so they don't get reordered with
9808 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9809 (flush_toggle_cb), (main):
9810 Added checkbox to disable flushing seeks.
9811 Disable scrubbing when doing non flushing seeks.
9813 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9815 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9816 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9817 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9818 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9819 Implement some sort of event handling that doesn't rely on
9820 g_return_if_fail; make sure we always push the last chunk of an
9821 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9822 state change function; remove some old cruft. Seeking is still
9823 rather unlikely to work though.
9828 2005-12-11 Julien MOUTTE <julien@moutte.net>
9830 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9831 Fixed a leak of the current image reference when cleaning up.
9832 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9834 2005-12-09 Michael Smith <msmith@fluendo.com>
9836 * tools/Makefile.am:
9837 * tools/gst-launch-ext-m.m:
9838 Remove gst-launch-ext. It doesn't work, and is no longer
9839 particularly useful.
9841 2005-12-08 Luca Ognibene <luogni@tin.it>
9843 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9844 don't pass random values to ogmparse convert function.
9845 Make seeking possible in the exile1.ogm file.
9847 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9849 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9850 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9851 Work around refcount problem with g_value_set_object() that occur
9852 if the core has been compiled against GLib-2.6 (g_value_set_object()
9853 will only g_object_ref() the element, but the caller will
9854 gst_object_unref() it and bad things will happen due to the way
9855 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9856 totem for people on FC4 using Thomas's 0.10 RPMs.
9858 2005-12-07 Edward Hervey <edward@fluendo.com>
9860 Time to welcome ogm to 0.10 :)
9862 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9863 (gst_ogg_pad_typefind):
9864 Oggdemux can now properly typefind elements with dynamic pads.
9865 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9866 Properly set caps on src pad, and set caps on outgoing buffers.
9868 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9870 * ext/alsa/gstalsamixer.h:
9871 * ext/alsa/gstalsamixerelement.h:
9872 * ext/alsa/gstalsamixeroptions.h:
9873 * ext/alsa/gstalsamixertrack.h:
9874 * ext/alsa/gstalsasink.c:
9875 * ext/alsa/gstalsasink.h:
9876 * ext/alsa/gstalsasrc.c:
9877 * ext/alsa/gstalsasrc.h:
9878 * ext/cdparanoia/gstcdparanoia.h:
9879 * ext/gnomevfs/gstgnomevfsuri.h:
9880 * ext/ogg/gstoggdemux.c:
9881 * ext/ogg/gstoggmux.c:
9882 * ext/pango/gsttextoverlay.h:
9883 * ext/theora/theoradec.c:
9884 * ext/theora/theoraenc.c:
9885 * ext/vorbis/vorbisdec.h:
9886 * ext/vorbis/vorbisenc.c:
9887 * ext/vorbis/vorbisenc.h:
9888 * ext/vorbis/vorbisparse.h:
9889 * gst-libs/gst/audio/gstaudioclock.h:
9890 * gst-libs/gst/audio/gstaudiosink.c:
9891 * gst-libs/gst/audio/gstaudiosink.h:
9892 * gst-libs/gst/audio/gstaudiosrc.c:
9893 * gst-libs/gst/audio/gstaudiosrc.h:
9894 * gst-libs/gst/audio/gstbaseaudiosink.c:
9895 * gst-libs/gst/audio/gstbaseaudiosink.h:
9896 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9897 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9898 * gst-libs/gst/audio/gstringbuffer.h:
9899 * gst-libs/gst/audio/multichannel.h:
9900 * gst-libs/gst/floatcast/floatcast.h:
9901 * gst-libs/gst/interfaces/colorbalance.c:
9902 * gst-libs/gst/interfaces/colorbalance.h:
9903 * gst-libs/gst/interfaces/colorbalancechannel.h:
9904 * gst-libs/gst/interfaces/mixer.h:
9905 * gst-libs/gst/interfaces/mixeroptions.h:
9906 * gst-libs/gst/interfaces/mixertrack.h:
9907 * gst-libs/gst/interfaces/navigation.h:
9908 * gst-libs/gst/interfaces/propertyprobe.h:
9909 * gst-libs/gst/interfaces/tuner.h:
9910 * gst-libs/gst/interfaces/tunerchannel.h:
9911 * gst-libs/gst/interfaces/tunernorm.h:
9912 * gst-libs/gst/interfaces/xoverlay.h:
9913 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9914 * gst-libs/gst/riff/riff-ids.h:
9915 * gst-libs/gst/riff/riff-media.h:
9916 * gst-libs/gst/riff/riff-read.h:
9917 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9918 * gst-libs/gst/rtp/gstbasertppayload.c:
9919 * gst-libs/gst/rtp/gstbasertppayload.h:
9920 * gst-libs/gst/rtp/gstrtpbuffer.c:
9921 * gst-libs/gst/rtp/gstrtpbuffer.h:
9922 * gst-libs/gst/tag/gsttageditingprivate.h:
9923 * gst-libs/gst/tag/gstvorbistag.c:
9924 (gst_tag_list_from_vorbiscomment_buffer):
9925 * gst-libs/gst/tag/tag.h:
9926 * gst-libs/gst/video/video.h:
9927 * gst/adder/gstadder.c:
9928 * gst/adder/gstadder.h:
9929 * gst/audioconvert/audioconvert.c:
9930 * gst/audioconvert/audioconvert.h:
9931 * gst/audioconvert/gstaudioconvert.c:
9932 * gst/audioconvert/gstchannelmix.c:
9933 * gst/audioconvert/gstchannelmix.h:
9934 * gst/audiorate/gstaudiorate.c:
9935 * gst/audioresample/buffer.h:
9936 * gst/audioresample/functable.h:
9937 * gst/audioresample/gstaudioresample.c:
9938 * gst/audioresample/resample.h:
9939 * gst/ffmpegcolorspace/avcodec.h:
9940 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9941 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9942 * gst/ffmpegcolorspace/imgconvert.c:
9943 * gst/ffmpegcolorspace/imgconvert_template.h:
9944 * gst/playback/gstdecodebin.c:
9945 * gst/playback/gstplaybasebin.h:
9946 * gst/playback/gstplaybin.c:
9947 * gst/playback/gststreaminfo.h:
9948 * gst/tcp/gstfdset.c:
9949 * gst/tcp/gstfdset.h:
9950 * gst/tcp/gstmultifdsink.c:
9951 * gst/tcp/gstmultifdsink.h:
9953 * gst/tcp/gsttcpclientsrc.c:
9954 * gst/tcp/gsttcpclientsrc.h:
9955 * gst/tcp/gsttcpplugin.h:
9956 * gst/tcp/gsttcpserversink.c:
9957 * gst/tcp/gsttcpserversrc.c:
9958 * gst/typefind/gsttypefindfunctions.c:
9959 * gst/videorate/gstvideorate.c:
9960 * gst/videotestsrc/gstvideotestsrc.h:
9961 * gst/videotestsrc/videotestsrc.h:
9962 * sys/v4l/gstv4lcolorbalance.h:
9963 * sys/v4l/gstv4ltuner.h:
9964 * sys/v4l/gstv4lxoverlay.h:
9965 * sys/v4l/v4l_calls.h:
9966 * sys/v4l/videodev_mjpeg.h:
9967 * tests/check/elements/audioconvert.c:
9968 * tests/check/elements/audioresample.c:
9969 * tests/check/elements/audiotestsrc.c:
9970 * tests/check/elements/videotestsrc.c:
9971 * tests/check/elements/volume.c:
9972 * tests/examples/seek/scrubby.c:
9973 * tests/examples/seek/seek.c:
9976 === release 0.10.0 ===
9978 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9981 releasing 0.10.0, "Mont-d'or"
9983 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9985 * tests/examples/seek/Makefile.am:
9986 Build fix for when gtk is not available.
9988 2005-12-05 Andy Wingo <wingo@pobox.com>
9990 * ext/libvisual/visual.c: (get_buffer):
9991 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9992 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9993 * ext/theora/theoradec.c: (theora_handle_data_packet):
9994 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9996 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9997 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9998 Update for alloc_buffer changes.
10000 2005-12-05 Andy Wingo <wingo@pobox.com>
10002 patch by: Kai Vehmanen <kv2004 eca cx>
10004 * gst-libs/gst/rtp/gstbasertpdepayload.c
10005 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
10007 2005-12-04 Andy Wingo <wingo@pobox.com>
10009 patch by: Sebastien Cote <sebas642 yahoo ca>
10011 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10014 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
10016 * docs/plugins/Makefile.am:
10017 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10018 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10019 * docs/plugins/gst-plugins-base-plugins.hierarchy:
10020 * ext/pango/gstclockoverlay.c:
10021 * ext/pango/gsttextoverlay.c:
10022 * ext/pango/gsttextrender.c:
10023 * ext/pango/gsttimeoverlay.c:
10024 Add gtk-doc blurbs to pango elements.
10026 2005-12-02 Wim Taymans <wim@fluendo.com>
10028 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10029 * gst/audioresample/buffer.h:
10030 * gst/audioresample/gstaudioresample.c:
10031 * gst/audioresample/gstaudioresample.h:
10032 * gst/audioresample/resample.c: (resample_input_flush),
10033 (resample_input_pushthrough), (resample_input_eos),
10034 (resample_get_output_size_for_input),
10035 (resample_get_input_size_for_output), (resample_get_output_size),
10036 (resample_get_output_data):
10037 * gst/audioresample/resample.h:
10038 * gst/audioresample/resample_ref.c: (resample_scale_ref):
10039 Fix audioresample, seek torture, new segments, reverse negotiation
10042 2005-12-02 Wim Taymans <wim@fluendo.com>
10044 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10047 2005-12-02 Wim Taymans <wim@fluendo.com>
10049 * gst/audioconvert/gstaudioconvert.c:
10050 (gst_audio_convert_transform):
10053 === release 0.9.7 ===
10055 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10058 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10060 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10066 add win32 MANIFEST file
10067 do something to the hungarian translation
10069 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
10072 Add $(PANGO_DIR) to SUBDIRS
10074 * ext/pango/gstclockoverlay.c:
10075 * ext/pango/gsttimeoverlay.c:
10076 Fix and improve element descriptions.
10078 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10080 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10081 * docs/plugins/inspect/plugin-libvisual.xml:
10082 * docs/plugins/inspect/plugin-pango.xml:
10083 add pango plugin to docs
10085 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10089 moved pango to base
10091 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10094 * tests/Makefile.am:
10095 * tests/icles/.cvsignore:
10096 * tests/icles/Makefile.am:
10097 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10098 (close_display), (resize_window), (move_window), (create_window),
10099 (terminate_playback), (pause_playback), (start_playback), (main):
10100 add stress test for xoverlay from Julien
10102 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10104 * docs/libs/tmpl/gstcolorbalance.sgml:
10105 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10106 * gst-libs/gst/rtp/gstbasertppayload.c:
10107 * gst-libs/gst/rtp/gstrtpbuffer.c:
10108 * gst-libs/gst/rtp/gstrtpbuffer.h:
10109 Do burger's rename for rtp payloaders and depayloaders
10111 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10114 add Visual Studio 6 build files
10116 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10118 * docs/libs/gst-plugins-base-libs-docs.sgml:
10119 * docs/libs/gst-plugins-base-libs-sections.txt:
10120 * docs/libs/tmpl/gstaudio.sgml:
10121 * docs/libs/tmpl/gstringbuffer.sgml:
10122 * gst-libs/gst/interfaces/xoverlay.c:
10123 * gst-libs/gst/video/gstvideofilter.c:
10124 * gst-libs/gst/video/gstvideosink.c:
10125 update documentation
10127 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10129 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10130 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10131 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10132 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10133 (gst_multi_fd_sink_get_stats),
10134 (gst_multi_fd_sink_remove_client_link),
10135 (gst_multi_fd_sink_handle_client_read),
10136 (gst_multi_fd_sink_client_queue_data),
10137 (gst_multi_fd_sink_client_queue_caps),
10138 (gst_multi_fd_sink_client_queue_buffer),
10139 (gst_multi_fd_sink_new_client),
10140 (gst_multi_fd_sink_handle_client_write),
10141 (gst_multi_fd_sink_recover_client),
10142 (gst_multi_fd_sink_queue_buffer),
10143 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10144 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10145 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10146 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10147 * gst/tcp/gstmultifdsink.h:
10148 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10149 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10150 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10151 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10152 (gst_tcp_client_sink_set_property),
10153 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10154 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10155 * gst/tcp/gsttcpclientsink.h:
10156 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10157 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10158 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10159 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10160 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10161 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10162 * gst/tcp/gsttcpclientsrc.h:
10163 * gst/tcp/gsttcpplugin.c: (plugin_init):
10164 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10165 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10166 (gst_tcp_server_sink_finalize),
10167 (gst_tcp_server_sink_handle_server_read),
10168 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10169 (gst_tcp_server_sink_set_property),
10170 (gst_tcp_server_sink_get_property),
10171 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10172 * gst/tcp/gsttcpserversink.h:
10173 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10174 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10175 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10176 (gst_tcp_server_src_set_property),
10177 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10178 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10179 * gst/tcp/gsttcpserversrc.h:
10182 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10184 * docs/plugins/Makefile.am:
10185 * docs/plugins/gst-plugins-base-plugins.args:
10186 * docs/plugins/inspect/plugin-libvisual.xml:
10187 * gst/audioconvert/plugin.h:
10188 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10189 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10190 (gst_audio_rate_setcaps), (gst_audio_rate_init),
10191 (gst_audio_rate_chain), (gst_audio_rate_set_property),
10192 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10194 * gst/audiotestsrc/gstaudiotestsrc.c:
10195 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10196 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10197 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10198 (gst_audio_test_src_get_query_types),
10199 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10200 (gst_audio_test_src_create_square),
10201 (gst_audio_test_src_create_saw),
10202 (gst_audio_test_src_create_triangle),
10203 (gst_audio_test_src_create_silence),
10204 (gst_audio_test_src_create_white_noise),
10205 (gst_audio_test_src_init_pink_noise),
10206 (gst_audio_test_src_generate_pink_noise_value),
10207 (gst_audio_test_src_create_pink_noise),
10208 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10209 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10210 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10212 * gst/audiotestsrc/gstaudiotestsrc.h:
10213 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10214 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10215 (gst_sub_parse_init), (gst_sub_parse_formats),
10216 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10217 (convert_encoding), (get_next_line),
10218 (gst_sub_parse_data_format_autodetect),
10219 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10220 (gst_sub_parse_loop), (gst_sub_parse_chain),
10221 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10223 * gst/subparse/gstsubparse.h:
10224 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10225 (gst_video_rate_base_init), (gst_video_rate_class_init),
10226 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10227 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10228 (gst_video_rate_init), (gst_video_rate_event),
10229 (gst_video_rate_chain), (gst_video_rate_set_property),
10230 (gst_video_rate_get_property), (gst_video_rate_change_state),
10232 * gst/videoscale/gstvideoscale.c:
10233 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10234 (gst_video_scale_src_template_factory),
10235 (gst_video_scale_sink_template_factory),
10236 (gst_video_scale_get_type), (gst_video_scale_base_init),
10237 (gst_video_scale_class_init), (gst_video_scale_init),
10238 (gst_video_scale_set_property), (gst_video_scale_get_property),
10239 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10240 (gst_video_scale_prepare_size), (parse_caps),
10241 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10242 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10243 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10245 * gst/videoscale/gstvideoscale.h:
10246 * gst/videotestsrc/gstvideotestsrc.c:
10247 (gst_video_test_src_pattern_get_type),
10248 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10249 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10250 (gst_video_test_src_set_pattern),
10251 (gst_video_test_src_set_property),
10252 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10253 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10254 (gst_video_test_src_event), (gst_video_test_src_get_times),
10255 (gst_video_test_src_create), (plugin_init):
10256 * gst/videotestsrc/gstvideotestsrc.h:
10257 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10258 (gst_video_test_src_smpte), (gst_video_test_src_snow),
10259 (gst_video_test_src_black):
10260 * gst/videotestsrc/videotestsrc.h:
10262 clean up docs a little
10264 2005-11-30 Wim Taymans <wim@fluendo.com>
10266 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10267 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10268 (gst_basertppayload_event), (gst_basertppayload_push),
10269 (gst_basertppayload_change_state):
10270 * gst-libs/gst/rtp/gstbasertppayload.h:
10273 2005-11-30 Julien MOUTTE <julien@moutte.net>
10275 * docs/libs/gst-plugins-base-libs-docs.sgml:
10276 * docs/libs/gst-plugins-base-libs-sections.txt:
10277 * gst-libs/gst/video/gstvideofilter.c:
10278 * gst-libs/gst/video/gstvideosink.c:
10279 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10281 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10301 * scripts/autoplugins.sh:
10304 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10308 * examples/Makefile.am:
10309 * examples/capsfilter/Makefile.am:
10310 * examples/capsfilter/capsfilter1.c:
10311 * examples/gob/Makefile.am:
10312 * examples/gob/gst-identity2.gob:
10313 * examples/indexing/.cvsignore:
10314 * examples/indexing/Makefile.am:
10315 * examples/indexing/indexmpeg.c:
10316 * examples/seeking/.cvsignore:
10317 * examples/seeking/Makefile.am:
10318 * examples/seeking/cdparanoia.c:
10319 * examples/seeking/cdplayer.c:
10320 * examples/seeking/chained.c:
10321 * examples/seeking/scrubby.c:
10322 * examples/seeking/seek.c:
10323 * examples/stats/Makefile.am:
10324 * examples/stats/mp2ogg.c:
10325 * examples/switch/.cvsignore:
10326 * examples/switch/Makefile.am:
10327 * examples/switch/switcher.c:
10328 * tests/Makefile.am:
10329 * tests/check/generic/.cvsignore:
10330 * tests/check/pipelines/.cvsignore:
10331 * tests/examples/Makefile.am:
10332 * tests/examples/seek/Makefile.am:
10333 reorganize stuff under tests/
10335 2005-11-30 Edward Hervey <edward@fluendo.com>
10337 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10338 Go away you stupid GstStaticPadTemplate memleak.
10340 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10342 * gst-libs/gst/net/Makefile.am:
10343 * gst-libs/gst/net/README:
10344 * gst-libs/gst/net/gstnetbuffer.c:
10345 * gst-libs/gst/net/gstnetbuffer.h:
10346 this was moved to "netbuffer"
10348 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10350 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10351 (gst_video_filter_class_init), (gst_video_filter_init):
10352 * gst-libs/gst/video/gstvideofilter.h:
10353 borgify name to bring in line with other classes
10355 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10357 * gst/audioscale/.cvsignore:
10358 * gst/audioscale/Makefile.am:
10359 * gst/audioscale/README:
10360 * gst/audioscale/audioscale.vcproj:
10361 * gst/audioscale/dtof.c:
10362 * gst/audioscale/dtos.c:
10363 * gst/audioscale/functable.c:
10364 * gst/audioscale/gstaudioscale.c:
10365 * gst/audioscale/gstaudioscale.h:
10366 * gst/audioscale/private.h:
10367 * gst/audioscale/resample.c:
10368 * gst/audioscale/resample.h:
10369 * gst/audioscale/test.c:
10372 2005-11-30 Edward Hervey <edward@fluendo.com>
10374 * gst-libs/gst/netbuffer/Makefile.am:
10375 really, really tired
10377 2005-11-30 Edward Hervey <edward@fluendo.com>
10379 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10380 Update for new GstTypeFindFactory _register()
10382 2005-11-30 Edward Hervey <edward@fluendo.com>
10384 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10385 Let's not override libgstnet from core for no reason...
10386 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10387 Ok, maybe not so quick next time.
10389 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10392 * gst-libs/gst/Makefile.am:
10393 moved gst-libs/gst/net to netbuffer through CVS surgery
10394 remove old directory
10395 updating build to accomodate
10398 2005-11-29 Andy Wingo <wingo@pobox.com>
10400 * pkgconfig/gstreamer-plugins-base.pc.in:
10401 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10402 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10405 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10407 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10408 3rd time's the charm. Correct ref-counting for discarded buffers.
10410 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10412 * gst/playback/gststreamselector.c:
10413 (gst_stream_selector_class_init),
10414 (gst_stream_selector_set_property),
10415 (gst_stream_selector_get_property),
10416 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10419 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10421 * gst/subparse/gstsubparse.c: (feed_textbuf):
10422 Don't access already unref'ed buffer.
10424 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10426 * gst/playback/gststreamselector.c:
10427 (gst_stream_selector_class_init), (gst_stream_selector_init),
10428 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10429 (gst_stream_selector_get_property),
10430 (gst_stream_selector_get_linked_pad),
10431 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10432 * gst/playback/gststreamselector.h:
10433 Add the active-pad property for playbin to use shortly. Ignore buffers
10434 from any other pad, returning GST_FLOW_NOT_LINKED
10436 2005-11-29 Julien MOUTTE <julien@moutte.net>
10438 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10439 patch from bug #322704 (Alessandro Decina).
10441 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10443 * gst-libs/gst/audio/Makefile.am:
10444 folded audiofilter into the audio library
10446 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10448 * gst/videoscale/gstvideoscale.h:
10449 * gst/videoscale/gstvideoscale.c:
10450 remove unimplemented scale methods
10452 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10454 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10457 2005-11-28 Julien MOUTTE <julien@moutte.net>
10459 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10460 (gst_ximagesink_setcaps):
10461 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10462 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10463 happens (only visible on ximagesink but bug is in xv too) set_caps was
10464 destroying the internal x[v]image used to memcpy non locally alloced
10465 buffers so that it got renewed on next _chain. The issue is that
10466 _expose will try to put that image as it reffed it in _put.
10467 Using gst_buffer_unref instead of destroy fixes it !
10469 2005-11-28 Edward Hervey <edward@fluendo.com>
10471 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10472 (try_to_link_1), (queue_filled_cb):
10473 Better use of the queues. Start with a small size queue and only increase
10474 the size of the queues when the other queues are empty.
10476 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10478 * gst-libs/gst/video/Makefile.am:
10479 compile in copied-over videofilter into the video library
10480 * gst-libs/gst/video/videosink.h:
10481 rename the header to gstvideosink.h since it's a base GstObject class
10482 * sys/ximage/ximagesink.h:
10483 * sys/xvimage/xvimagesink.h:
10486 2005-11-28 Wim Taymans <wim@fluendo.com>
10488 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10489 * gst/playback/gstplaybasebin.h:
10490 Prepare to handle errors betters.
10492 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10493 Set sinks to PAUSED first before adding and linking them so that
10494 we don't interrupt dataflow.
10496 2005-11-28 Wim Taymans <wim@fluendo.com>
10498 * gst-libs/gst/audio/TODO:
10501 * gst-libs/gst/audio/gstaudiosink.c:
10502 (gst_audioringbuffer_open_device),
10503 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10504 (gst_audioringbuffer_release):
10507 * gst-libs/gst/audio/gstbaseaudiosink.c:
10508 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10509 (gst_base_audio_sink_change_state):
10510 Slave to the master clock when going to PLAYING and unslave when
10513 * gst-libs/gst/audio/gstringbuffer.c:
10514 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10515 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10516 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10517 (gst_ring_buffer_clear_all), (wait_segment),
10518 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10519 (gst_ring_buffer_advance):
10520 * gst-libs/gst/audio/gstringbuffer.h:
10521 Add some docs and cleanups.
10523 2005-11-28 Julien MOUTTE <julien@moutte.net>
10525 * sys/xvimage/xvimagesink.c:
10526 (gst_xvimagesink_navigation_send_event): Fix navigation events
10527 coordinates translation with pixel aspect ratios.
10529 2005-11-28 Julien MOUTTE <julien@moutte.net>
10531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10532 Use calculated video geometry from _setcaps instead of buffer
10533 caps to respect pixel aspect ratio. (fixes #322388)
10535 2005-11-28 Julien MOUTTE <julien@moutte.net>
10537 * docs/libs/tmpl/gstcolorbalance.sgml:
10538 * docs/libs/tmpl/gstmixer.sgml:
10539 * docs/libs/tmpl/gstxoverlay.sgml:
10540 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10543 2005-11-28 Julien MOUTTE <julien@moutte.net>
10545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10546 Refuse to create an XvImage if we can't find the format.
10548 2005-11-28 Edward Hervey <edward@fluendo.com>
10550 * gst-libs/gst/riff/riff-media.c:
10551 (gst_riff_create_audio_template_caps):
10552 Add ATRAC3 to the list of riff-possible audio caps.
10553 I know we still don't have a plugin for atrac3, but it's saner to output
10554 that than a cryptic mimetype.
10556 2005-11-27 Edward Hervey <edward@fluendo.com>
10558 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10559 Don't try to create a zero-sized subbuffer.
10561 2005-11-27 Julien MOUTTE <julien@moutte.net>
10563 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10564 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10565 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10566 (gst_ximagesink_expose): Fixed a tricky race.
10567 * sys/ximage/ximagesink.h:
10568 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10569 (gst_xvimagesink_expose): Fixed a tricky race.
10570 * sys/xvimage/xvimagesink.h:
10572 2005-11-27 Edward Hervey <edward@fluendo.com>
10574 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10575 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10576 Remove unused properties, and add queues between demuxers and decoders
10577 so that a lot more files can preroll properly.
10579 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10581 * gst-libs/gst/net/Makefile.am:
10582 * gst-libs/gst/rtp/Makefile.am:
10583 * gst-libs/gst/tag/Makefile.am:
10584 remove silly include
10585 * gst/tags/Makefile.am:
10586 * gst/tags/gsttagediting.c:
10587 * gst/tags/gsttageditingprivate.h:
10588 * gst/tags/tagedit.vcproj:
10589 remove directory, is as good as empty
10591 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10594 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10595 * gst-libs/Makefile.am:
10596 * gst-libs/gst/audio/Makefile.am:
10597 * gst-libs/gst/interfaces/Makefile.am:
10598 * gst-libs/gst/net/Makefile.am:
10599 * gst-libs/gst/riff/Makefile.am:
10600 * gst-libs/gst/rtp/Makefile.am:
10601 * gst-libs/gst/tag/Makefile.am:
10602 * gst-libs/gst/video/Makefile.am:
10605 2005-11-27 Julien MOUTTE <julien@moutte.net>
10607 * docs/libs/tmpl/gstcolorbalance.sgml:
10608 * docs/libs/tmpl/gstmixer.sgml:
10609 * docs/libs/tmpl/gstxoverlay.sgml:
10610 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10611 * sys/ximage/ximagesink.h:
10612 * sys/xvimage/xvimagesink.h: More and more documentation.
10614 2005-11-26 Julien MOUTTE <julien@moutte.net>
10616 * docs/libs/gst-plugins-base-libs-docs.sgml:
10617 * docs/libs/gst-plugins-base-libs-sections.txt:
10618 * docs/libs/tmpl/gstcolorbalance.sgml:
10619 * docs/libs/tmpl/gstmixer.sgml:
10620 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10623 2005-11-26 Julien MOUTTE <julien@moutte.net>
10625 * docs/plugins/Makefile.am:
10626 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10627 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10628 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10630 2005-11-26 Julien MOUTTE <julien@moutte.net>
10632 * docs/plugins/Makefile.am:
10633 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10634 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10635 * docs/plugins/inspect/plugin-adder.xml:
10636 * docs/plugins/inspect/plugin-alsa.xml:
10637 * docs/plugins/inspect/plugin-audioconvert.xml:
10638 * docs/plugins/inspect/plugin-audiorate.xml:
10639 * docs/plugins/inspect/plugin-audioresample.xml:
10640 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10641 * docs/plugins/inspect/plugin-decodebin.xml:
10642 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10643 * docs/plugins/inspect/plugin-gnomevfs.xml:
10644 * docs/plugins/inspect/plugin-ogg.xml:
10645 * docs/plugins/inspect/plugin-playbin.xml:
10646 * docs/plugins/inspect/plugin-subparse.xml:
10647 * docs/plugins/inspect/plugin-tcp.xml:
10648 * docs/plugins/inspect/plugin-theora.xml:
10649 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10650 * docs/plugins/inspect/plugin-video4linux.xml:
10651 * docs/plugins/inspect/plugin-videorate.xml:
10652 * docs/plugins/inspect/plugin-videoscale.xml:
10653 * docs/plugins/inspect/plugin-videotestsrc.xml:
10654 * docs/plugins/inspect/plugin-volume.xml:
10655 * docs/plugins/inspect/plugin-vorbis.xml:
10656 * docs/plugins/inspect/plugin-ximagesink.xml:
10657 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10658 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10660 2005-11-26 Edward Hervey <edward@fluendo.com>
10662 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10663 Properly return GstFlowReturn from gst_pad_push in chain functions.
10665 2005-11-25 Michael Smith <msmith@fluendo.com>
10667 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10668 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10669 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10670 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10671 Handle various conditions better when we don't understand a stream.
10672 Removes a heap of CRITICALs on ogg streams containing unknown data.
10674 2005-11-24 Andy Wingo <wingo@pobox.com>
10676 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10679 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10681 * configure.ac: back to HEAD
10683 === release 0.9.6 ===
10685 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10688 releasing 0.9.6, "White Eight"
10690 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10692 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10693 * docs/plugins/inspect/plugin-sine.xml:
10694 remove sinesrc some more
10696 2005-11-23 Wim Taymans <wim@fluendo.com>
10698 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10699 If we are reading too slowly, jump forward in the ringbuffer
10700 instead of blocking.
10702 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10704 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10705 (gst_visual_chain):
10706 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10707 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10708 (gst_videorate_chain):
10709 * gst/videotestsrc/gstvideotestsrc.c:
10710 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10711 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10712 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10713 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10714 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10715 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10716 Updates for API changes
10718 2005-11-23 Wim Taymans <wim@fluendo.com>
10720 * gst-libs/gst/audio/gstbaseaudiosink.c:
10721 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10722 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10723 Fix for calibration API change.
10725 2005-11-23 Michael Smith <msmith@fluendo.com>
10727 * gst-libs/gst/audio/multichannel.c:
10728 (gst_audio_get_channel_positions),
10729 (gst_audio_set_channel_positions),
10730 (gst_audio_set_structure_channel_positions_list),
10731 (gst_audio_fixate_channel_positions):
10732 Use gst_value_array_*() functions on value arrays, not
10733 gst_value_list_*().
10735 2005-11-23 Edward Hervey <edward@fluendo.com>
10738 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10741 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10743 * check/Makefile.am:
10744 * check/elements/videotestsrc.c: (setup_videotestsrc),
10745 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10747 add a test for videotestsrc
10749 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10751 * gst/sine/.cvsignore:
10752 * gst/sine/Makefile.am:
10753 * gst/sine/gstsinesrc.c:
10754 * gst/sine/gstsinesrc.h:
10755 * gst/sine/sinesrc.vcproj:
10756 and remove sinesrc from the repository. Closes #321446
10758 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10761 * gst-plugins-base.spec.in:
10762 remove sinesrc from the build
10764 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10766 * check/Makefile.am:
10767 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10768 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10770 add a test for audiotestsrc, testing all waves. Even seems
10771 leak-free at first glance, nice job Stefan
10773 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10789 Translation string updates
10791 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10792 (gst_v4lsrc_set_caps):
10793 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10794 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10795 * sys/v4l/v4lsrc_calls.h:
10796 Improve v4lsrc, by making it work again.
10798 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10800 * ext/libvisual/visual.c: (gst_visual_chain):
10801 Fix the fps calculations.
10803 * gst/ffmpegcolorspace/avcodec.h:
10804 Move structure element for clarity
10806 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10807 * gst-libs/gst/interfaces/tunernorm.h:
10808 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10809 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10810 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10811 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10812 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10813 (gst_v4lmjpegsrc_getcaps):
10814 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10815 (gst_v4lsrc_set_caps):
10816 * sys/v4l/gstv4lsrc.h:
10817 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10818 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10819 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10820 * sys/v4l/v4lsrc_calls.h:
10821 Fractional framerates...
10823 2005-11-22 Wim Taymans <wim@fluendo.com>
10825 * gst-libs/gst/audio/gstbaseaudiosink.c:
10826 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10827 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10828 And we provide a clock by default, of course...
10830 2005-11-22 Wim Taymans <wim@fluendo.com>
10832 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10833 This clock can be slaved to a master clock now.
10835 * gst-libs/gst/audio/gstbaseaudiosink.c:
10836 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10837 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10838 (gst_base_audio_sink_set_clock),
10839 (gst_base_audio_sink_set_property),
10840 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10841 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10842 * gst-libs/gst/audio/gstbaseaudiosink.h:
10843 Handle slaving the internal clock to the clock selected in the
10845 Add property to make the basesink not provide a clock.
10847 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10848 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10849 (gst_base_rtp_depayload_wait):
10850 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10851 We can use the clock in GstElement, no need to store it ourselves.
10853 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10855 * docs/libs/tmpl/gstaudio.sgml:
10857 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10858 (gst_paranoia_endian_get_type):
10859 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10860 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10861 * gst/audiotestsrc/gstaudiotestsrc.c:
10862 (gst_audiostestsrc_wave_get_type):
10863 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10864 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10865 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10866 (gst_sync_method_get_type), (gst_unit_type_get_type),
10867 (gst_client_status_get_type), (gst_multifdsink_class_init),
10868 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10869 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10870 (gst_multifdsink_get_property):
10871 * gst/tcp/gstmultifdsink.h:
10872 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10873 * gst/videotestsrc/gstvideotestsrc.c:
10874 (gst_videotestsrc_pattern_get_type):
10875 remove deprecated properties
10876 fix up enums to correctly have short lowercase dashed nicks
10878 2005-11-22 Michael Smith <msmith@fluendo.com>
10880 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10881 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10884 2005-11-22 Michael Smith <msmith@fluendo.com>
10886 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10887 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10888 Use utility method for scaling clocktime for fractional framerates.
10890 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10892 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10893 (gst_visual_chain):
10894 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10895 * ext/theora/theoradec.c: (theora_handle_type_packet):
10896 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10897 (theora_enc_chain):
10898 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10899 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10900 * gst-libs/gst/video/video.h:
10901 * gst/ffmpegcolorspace/avcodec.h:
10902 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10903 (gst_ffmpeg_caps_to_pixfmt):
10904 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10905 (gst_ffmpegcsp_set_caps):
10906 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10907 (gst_videorate_setcaps), (gst_videorate_blank_data),
10908 (gst_videorate_chain):
10909 * gst/videotestsrc/gstvideotestsrc.c:
10910 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10911 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10912 (gst_videotestsrc_event), (gst_videotestsrc_create):
10913 * gst/videotestsrc/gstvideotestsrc.h:
10914 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10915 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10916 (gst_ximagesink_get_times), (gst_ximagesink_init):
10917 * sys/ximage/ximagesink.h:
10918 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10919 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10920 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10921 * sys/xvimage/xvimagesink.h:
10922 Convert elements to use fractions for their framerate.
10923 V4L elements to come later tonight.
10925 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10927 * gst-libs/gst/audio/audio.c:
10928 * gst-libs/gst/audio/audio.h:
10929 remove some deprecated functions
10931 2005-11-22 Andy Wingo <wingo@pobox.com>
10933 * Update for gst_tag_setter API changes.
10935 2005-11-22 Andy Wingo <wingo@pobox.com>
10937 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10938 (gst_ogg_demux_perform_seek):
10939 * ext/theora/theoradec.c (theora_dec_sink_event):
10940 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10943 2005-11-22 Wim Taymans <wim@fluendo.com>
10945 * examples/seeking/seek.c: (main):
10946 Give higher priority to bus signals than the gtk events
10947 to fix a race condition in the segment looping.
10949 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10951 * ext/theora/Makefile.am:
10952 * ext/vorbis/Makefile.am:
10953 * gst-libs/gst/tag/Makefile.am:
10954 * gst-plugins-base.spec.in:
10955 Rename libgsttagedit to libgsttag (#322117).
10957 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10959 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10960 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10961 Call gst_x_overlay_prepare_xwindow_id() to give applications
10962 a final chance to set their own xwindow id before the video
10963 sink creates its own window.
10965 2005-11-22 Julien MOUTTE <julien@moutte.net>
10967 * sys/xvimage/xvimagesink.c:
10968 (gst_xvimagesink_navigation_send_event): Handle navigation
10969 events correcly with borders if applicable.
10971 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10973 Patch by: Luca Ognibene
10975 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10976 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10977 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10978 (gst_ffmpegcsp_caps_remove_format_info):
10979 * gst/ffmpegcolorspace/imgconvert.c:
10980 * gst/ffmpegcolorspace/imgconvert_template.h:
10981 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10982 #318353); use gst_structure_has_name().
10984 2005-11-22 Julien MOUTTE <julien@moutte.net>
10986 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10987 (gst_ximagesink_class_init): Add debug macros on functions.
10988 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10989 (gst_xvimagesink_xwindow_draw_borders),
10990 (gst_xvimagesink_xvimage_put),
10991 (gst_xvimagesink_xwindow_update_geometry),
10992 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10993 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10994 (gst_xvimagesink_xcontext_clear),
10995 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10996 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10997 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10998 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10999 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
11000 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11001 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
11002 expose while being PAUSED, out of data flow navigation events, etc..
11004 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
11006 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11007 * gst-libs/gst/audio/audio.h:
11008 fix prototype - wondering why the test worked regardless
11010 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
11012 * check/Makefile.am:
11013 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11014 * gst-libs/gst/audio/audio.h:
11015 add a method that returns a proper GstClockTime
11017 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11019 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11020 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11021 * gst-libs/gst/interfaces/xoverlay.h:
11022 Remove everything having to do with the desired size; add
11023 gst_x_overlay_prepare_xwindow_id() function; remove the
11024 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11025 post a message on the bus instead (#321816).
11027 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11028 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11029 (gst_xvimagesink_xoverlay_init):
11030 Remove desired size stuff (#321816).
11032 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11034 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11035 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11036 (mpeg_video_type_find), (mpeg_video_stream_type_find):
11037 Terminate vararg functions with NULL instead of 0 to
11040 2005-11-21 Andy Wingo <wingo@pobox.com>
11042 patch by: Sebastien Cote <sebas642@yahoo.ca>
11044 * gst-libs/gst/rtp/gstrtpbuffer.h:
11045 * gst-libs/gst/rtp/gstrtpbuffer.c
11046 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11048 2005-11-21 Andy Wingo <wingo@pobox.com>
11050 * gst/playback/gstplaybin.c (gen_audio_element)
11051 (gen_video_element): Use the new MISSING_PLUGIN core error
11052 category. Closes #320060.
11054 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
11055 * gst/videorate/gstvideorate.c (gst_videorate_event):
11056 * ext/theora/theoradec.c (theora_dec_sink_event):
11057 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11060 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11061 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11062 stream lock changes.
11064 2005-11-21 Wim Taymans <wim@fluendo.com>
11066 * gst-libs/gst/audio/gstbaseaudiosink.c:
11067 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11068 (gst_base_audio_sink_provide_clock),
11069 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11070 (gst_base_audio_sink_change_state):
11071 * gst/audioresample/gstaudioresample.c:
11072 Segment update fix.
11074 2005-11-21 Andy Wingo <wingo@pobox.com>
11077 * *.c: Ran scripts/update-macros. Oh yes.
11079 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11081 * sys/ximage/Makefile.am:
11082 * sys/ximage/ximage.c:
11083 Rename ximage plugin to ximagesink (#321426) (Don't forget to
11084 remove your old libgstximage.* manually if necessary).
11086 2005-11-21 Michael Smith <msmith@fluendo.com>
11088 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11089 Minimal fix for bug #320200: set the min/max bitrate in the correct
11090 units. A better fix would be to upgrade to the RATEMANAGE2
11091 interface, rather than using the deprecated interface used here, but
11092 that would require an update in our libvorbis dependency (to 1.1),
11093 which is probably undesirable.
11095 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
11097 * ext/libvisual/visual.c: (get_buffer):
11098 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11099 (gst_base_audio_src_fixate):
11100 * gst/audioconvert/gstaudioconvert.c:
11101 (gst_audio_convert_fixate_caps):
11102 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11103 * gst/audiotestsrc/gstaudiotestsrc.c:
11104 (gst_audiotestsrc_src_fixate):
11105 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11106 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11107 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11108 * gst/videotestsrc/gstvideotestsrc.c:
11109 (gst_videotestsrc_src_fixate):
11110 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11112 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11116 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11118 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11119 (gst_riff_create_iavs_caps):
11120 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11121 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11122 (gst_riff_parse_info):
11123 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11124 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11125 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11126 Fixes for GST_FOURCC_FORMAT API change.
11128 2005-11-21 Andy Wingo <wingo@pobox.com>
11130 patch by: Alessandro Dessina <alessandro nnva org>
11132 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11133 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11134 (gst_ogg_parse_chain):
11135 * ext/theora/theoraenc.c (theora_set_header_on_caps):
11136 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11137 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11138 gst_value_list calls on arrays. Fixes #321962.
11140 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11142 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11143 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11144 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11145 * gst/adder/gstadder.c: (gst_adder_init),
11146 (gst_adder_request_new_pad), (gst_adder_collected),
11147 (gst_adder_change_state):
11148 Update for gst_collectpads_foo() to gst_collect_pads_foo()
11151 2005-11-21 Michael Smith <msmith@fluendo.com>
11153 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11154 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11155 Properly handle pad_push return values.
11157 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
11159 * gst-libs/gst/tag/Makefile.am:
11160 * gst-libs/gst/tag/gstvorbistag.c:
11161 (gst_tag_list_to_vorbiscomment_buffer):
11162 Remove obsolete vorbistag element and debug category.
11164 * gst/playback/gstplaybasebin.c: (check_queue):
11165 Don't divide by 0 when queue-threshold is 0.
11167 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11168 Don't modify an existing pixel-aspect-ratio if we fail to read
11171 2005-11-20 Wim Taymans <wim@fluendo.com>
11173 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11174 (gst_vorbisenc_push_packet):
11175 GST_PAD_IS_USABLE is gone, use the return value of
11176 the push or pad_alloc_buffer instead.
11178 2005-11-18 Julien MOUTTE <julien@moutte.net>
11180 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11181 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11182 (gst_ximagesink_ximage_destroy),
11183 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11184 (gst_ximagesink_xwindow_new),
11185 (gst_ximagesink_xwindow_update_geometry),
11186 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11187 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11188 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11189 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11190 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11191 (gst_ximagesink_navigation_send_event),
11192 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11193 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11194 (gst_ximagesink_finalize), (gst_ximagesink_init),
11195 (gst_ximagesink_class_init):
11196 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11197 This new version brings correct software scaling, non flickering
11198 window while resizing, pixel aspect ratio handling, usage of
11199 hardware buffer pools, out of data flow event thread for
11200 navigation and handling of expose events even when being PAUSED,
11201 a new property to keep video aspect ratio when resizing, etc...
11203 2005-11-18 Julien MOUTTE <julien@moutte.net>
11205 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11206 (gst_videoscale_fixate_caps): Introduce back caps fixate with
11209 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
11211 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11212 Unsetting IS_SINK flag from the fakesink, so decodebin
11213 never behaves as a sink.
11215 2005-11-17 Wim Taymans <wim@fluendo.com>
11217 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11218 (gst_base_audio_src_change_state):
11219 Fix the audiosrc base class again, we did not unflush.
11221 2005-11-17 Julien MOUTTE <julien@moutte.net>
11223 * examples/seeking/seek.c: (make_dv_pipeline),
11224 (make_vorbis_theora_pipeline), (make_avi_pipeline),
11225 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11226 to ogg/vorbis/theora pipeline.
11228 2005-11-17 Wim Taymans <wim@fluendo.com>
11230 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11231 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11232 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11233 Fix EOS on multiple streams.
11236 2005-11-16 Wim Taymans <wim@fluendo.com>
11238 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11239 (gst_ogg_demux_perform_seek):
11240 Segment done must include stream time.
11242 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11243 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11244 (gst_ogg_mux_change_state):
11245 Fix ogg muxer again.
11247 2005-11-16 Wim Taymans <wim@fluendo.com>
11249 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11252 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11254 * ext/libvisual/visual.c: (gst_visual_init):
11255 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11256 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11257 (gst_ogg_parse_chain):
11258 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11259 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11260 * ext/theora/theoradec.c: (gst_theora_dec_init):
11261 * ext/theora/theoraenc.c: (gst_theora_enc_init):
11262 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11263 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11264 * gst/adder/gstadder.c: (gst_adder_class_init),
11265 (gst_adder_dispose):
11266 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11267 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11268 * gst/videorate/gstvideorate.c: (gst_videorate_init):
11269 Fix a whole set of pad template leaks
11271 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11273 * check/generic/states.c: (GST_START_TEST):
11274 fix the test so that it only checks for elements that are part of
11277 2005-11-16 Michael Smith <msmith@fluendo.com>
11279 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11280 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11281 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11282 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11283 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11284 (gst_ogg_mux_change_state):
11285 Fix leaking collectpads.
11287 2005-11-16 Edward Hervey <edward@fluendo.com>
11289 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11290 (gst_videorate_event), (gst_videorate_chain):
11291 Handle segment seeks
11293 2005-11-16 Wim Taymans <wim@fluendo.com>
11295 * gst-libs/gst/audio/gstbaseaudiosink.c:
11296 (gst_base_audio_sink_provide_clock),
11297 (gst_base_audio_sink_change_state):
11298 Set ringbuffer to non-flushing when going to PAUSED, set to
11299 flushing again when going to READY.
11301 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11302 (gst_ring_buffer_stop):
11303 Start in flushing mode by default.
11304 Don't set flushing in the _stop method, let the app call
11307 2005-11-16 Julien MOUTTE <julien@moutte.net>
11309 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11310 * gst-libs/gst/video/videosink.h: Add helper function needed
11313 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11315 * gst/videoscale/gstvideoscale.c:
11316 (gst_videoscale_handle_src_event):
11317 Don't leak reference to pad parent.
11319 2005-11-16 Wim Taymans <wim@fluendo.com>
11321 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11322 Set ringbuffer to flushing when stopping so that we don't
11323 block on wait_segment anymore and livelock.
11325 2005-11-16 Wim Taymans <wim@fluendo.com>
11327 * examples/seeking/seek.c: (send_event), (do_seek),
11328 (loop_toggle_cb), (segment_done), (main):
11329 Added looping checkbox.
11331 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11333 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11334 (gst_ogg_demux_init):
11335 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11336 (gst_vorbis_dec_init):
11337 revert unrefs, they don't pass make check
11339 2005-11-15 Johan Dahlin <johan@gnome.org>
11341 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11342 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11343 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11344 (gst_vorbis_dec_init):
11345 Fix pad template leaks.
11347 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11350 Make state change function thread safe.
11352 2005-11-15 Edward Hervey <edward@fluendo.com>
11354 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11355 (gst_ogg_demux_class_init):
11356 Implement GstElement::send_event, so we can send seek events
11359 2005-11-14 Julien MOUTTE <julien@moutte.net>
11361 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11362 Discovered how to take away flickering while resizing the
11363 window. Please don't put that in ximagesink, refactoring in
11366 2005-11-14 Michael Smith <msmith@fluendo.com>
11368 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11369 (gst_multifdsink_render):
11370 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11372 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11374 * gst/playback/gstplaybin.c: (gen_audio_element):
11375 Use autoaudiosink, it tends to be more widely available than
11378 2005-11-14 Andy Wingo <wingo@pobox.com>
11380 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11381 as well if it is available. Fixes #316442.
11383 2005-11-14 Michael Smith <msmith@fluendo.com>
11385 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11386 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11387 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11388 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11389 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11390 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11391 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11392 (gst_vorbisenc_change_state):
11393 Fix a small memory leak in vorbisenc.
11394 Fix large memory leaks in oggmux, also fix lots of state change
11397 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11399 * gst/videotestsrc/gstvideotestsrc.c:
11400 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11401 (gst_videotestsrc_src_fixate):
11402 move fixation to a fixate function
11403 remove negotiate function, basesrc's is good enough
11404 fixes a bug for check when using the element alone
11406 2005-11-13 Edward Hervey <edward@fluendo.com>
11408 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11409 (key_toggle_cb), (main):
11410 Added checkboxes for adding/removing the accurate and key_unit seek
11413 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11415 * configure.ac: back to HEAD
11417 === release 0.9.5 ===
11419 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11422 releasing 0.9.5, "No No Kia"
11424 2005-11-11 Edward Hervey <edward@fluendo.com>
11426 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11427 Added parse-launch syntax seeking mode for the seeking example.
11428 This should help stress-test even more cases.
11429 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11431 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11433 * sys/xvimage/xvimagesink.c:
11434 (gst_xvimagesink_navigation_send_event):
11435 Check whether peer pad exists before sending navigation events
11438 2005-11-11 Michael Smith <msmith@fluendo.com>
11440 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11441 (gst_vorbisenc_buffer_from_packet):
11442 * ext/vorbis/vorbisenc.h:
11443 Set duration on encoded buffers. This allows oggmux's
11444 max_page_delay parameter to actually work.
11446 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11448 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11449 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11450 (gst_ffmpegcsp_avpicture_fill):
11451 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11452 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11453 Make palettes work again (see #132341). Use our own macros
11456 2005-11-10 Andy Wingo <wingo@pobox.com>
11458 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11461 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11463 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11464 (gst_ffmpegcsp_transform_caps):
11465 Prefer passthrough in transform_caps
11467 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11469 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11470 check for ALSA errors properly, instead of relying on ALSA's
11471 error strings to serve to the user.
11473 2005-11-10 Wim Taymans <wim@fluendo.com>
11475 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11476 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11477 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11478 Modernise the seek code.
11480 2005-11-10 Michael Smith <msmith@fluendo.com>
11482 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11483 (setup_substreams), (set_active_source):
11484 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11485 trying to go to NULL if we failed to read a file.
11487 2005-11-10 Wim Taymans <wim@fluendo.com>
11489 * gst/audiotestsrc/gstaudiotestsrc.c:
11490 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11491 (gst_audiotestsrc_create):
11492 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11493 (gst_sinesrc_get_times), (gst_sinesrc_create):
11494 * gst/videotestsrc/gstvideotestsrc.c:
11495 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11496 (gst_videotestsrc_create):
11497 The base class can now sync for us.
11499 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11501 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11502 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11503 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11504 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11505 format=(fourcc)I420" ! xvimagesink
11507 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11509 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11510 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11511 (gst_sinesrc_newsegment):
11512 Send newsegment event in TIME format, set duration if
11513 num-buffers is set, fix duration querying.
11515 2005-11-10 Michael Smith <msmith@fluendo.com>
11517 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11518 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11519 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11520 (gst_ogg_mux_collected):
11521 Fix EOS handling, partially. Now forwarding an EOS event once we have
11522 EOS on all pads works correctly. However, we still don't properly set
11523 EOS on the actual ogg stream pages.
11525 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11527 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11528 Set elements to NULL state before disposing of them.
11530 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11532 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11534 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11535 (gst_base_rtp_depayload_init),
11536 (gst_base_rtp_depayload_set_gst_timestamp):
11537 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11538 We need to send a newsegment event for each instance, not
11539 just for the first instance of this class (get rid of
11540 static variable in function). (#321011).
11542 2005-11-08 Michael Smith <msmith@fluendo.com>
11544 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11545 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11546 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11547 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11548 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11549 This makes us mux things correctly according to the ogg muxing
11550 rules. Still not handling EOS correctly right now, though.
11552 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11554 * gst/audioconvert/gstaudioconvert.c:
11557 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11559 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11560 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11561 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11562 creating a new chain; should fix live streaming. Also
11563 add more debug output and fix a typo.
11565 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11567 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11569 * gst/volume/gstvolume.c: (volume_set_caps):
11570 Fix compilation on Solaris with Forte. (#320923)
11572 2005-11-08 Wim Taymans <wim@fluendo.com>
11574 * gst-libs/gst/audio/gstbaseaudiosink.c:
11575 (gst_base_audio_sink_render):
11576 No need to do a typecheck.
11578 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11580 * ext/alsa/gstalsa.h:
11581 We register a debug category, so let's use it.
11583 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11585 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11586 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11587 Fixed a small problem.
11589 2005-11-04 Wim Taymans <wim@fluendo.com>
11591 * examples/seeking/Makefile.am:
11592 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11593 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11594 (make_playerbin_pipeline), (format_value), (update_scale),
11595 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11596 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11597 (print_usage), (main):
11598 Added app for playback speed testing.
11600 * examples/seeking/seek.c: (dynamic_link),
11601 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11602 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11603 (message_received), (main):
11604 Updated seek example.
11606 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11608 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11609 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11610 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11611 (gst_base_rtp_depayload_set_clock):
11612 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11613 Don't sleep on the bench (system clock) when you have a nice
11614 comfortable bed (Gstreamer clock) to sleep on.
11616 2005-11-03 Wim Taymans <wim@fluendo.com>
11618 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11619 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11620 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11621 Handle the case where a pad_block failed.
11623 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11625 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11627 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11628 (gst_base_rtp_depayload_add_to_queue),
11629 (gst_base_rtp_depayload_push),
11630 (gst_base_rtp_depayload_set_gst_timestamp),
11631 (gst_base_rtp_depayload_queue_release):
11632 Fixes some bugs in the depayloader's queuing/de-queueing code.
11634 2005-10-31 Michael Smith <msmith@fluendo.com>
11636 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11637 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11638 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11639 Patch from Alessandro Decina <alessandro@nnva.org>.
11640 Make oggdemux only find the final time in a chain, not per-pad,
11641 since the per-pad information can be very expensive to locate, and
11642 it isn't used anywhere. This makes reading a file containing
11643 OggSkeleton reasonably fast.
11644 Also, make chain finding work when there are logical bitstreams that
11645 can't be decoded. Fixes #319110.
11647 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11649 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11650 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11651 (gst_base_rtp_depayload_chain),
11652 (gst_base_rtp_depayload_add_to_queue),
11653 (gst_base_rtp_depayload_push),
11654 (gst_base_rtp_depayload_set_gst_timestamp),
11655 (gst_base_rtp_depayload_queue_release),
11656 (gst_base_rtp_depayload_start_thread),
11657 (gst_base_rtp_depayload_set_property),
11658 (gst_base_rtp_depayload_get_property):
11659 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11660 Some random fixes, to fullfill the desires of thomas.
11662 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11664 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11665 (gst_base_rtp_depayload_add_to_queue),
11666 (gst_base_rtp_depayload_push):
11667 Fixed the queueing algorithm.
11669 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11671 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11672 (gst_base_rtp_depayload_push):
11675 2005-10-31 Wim Taymans <wim@fluendo.com>
11677 * gst-libs/gst/audio/gstringbuffer.h:
11680 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11681 (gst_ffmpeg_caps_to_pixfmt):
11682 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11683 (gst_ffmpegcsp_set_caps):
11684 Some more comments.
11685 Handle missing required caps fields better.
11687 2005-10-31 Wim Taymans <wim@fluendo.com>
11689 * gst-libs/gst/audio/gstbaseaudiosink.c:
11690 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11691 (gst_base_audio_sink_render):
11692 * gst-libs/gst/audio/gstringbuffer.c:
11693 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11694 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11695 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11696 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11697 (gst_ring_buffer_read):
11698 * gst-libs/gst/audio/gstringbuffer.h:
11699 Add flushing mode to the ringbuffer so that it in all cases does
11700 not try to handle more audio. This makes sure it does not try to
11701 block anymore when flushing and fixes a livelock.
11703 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11705 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11706 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11707 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11708 Explicitly check for -1 values before doing a conversion
11709 and always map them to -1. (#315545)
11711 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11713 * gst/playback/gstplaybin.c: (gen_video_element):
11714 first try autovideosink, then xvimagesink, then error out
11716 add translatable file
11731 update translations
11733 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11735 * gst-libs/gst/rtp/gstbasedepayload.c:
11736 * gst-libs/gst/rtp/gstbasedepayload.h:
11739 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11741 * gst/playback/.cvsignore:
11742 * gst/playback/decodetest.c:
11743 * gst/playback/test3.c:
11744 Port these two tests as well.
11746 2005-10-27 Wim Taymans <wim@fluendo.com>
11748 * ext/theora/theoradec.c: (theora_dec_src_query),
11749 (theora_dec_sink_event):
11750 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11751 (theora_enc_change_state):
11752 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11753 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11754 Take proper locks when handling events.
11756 2005-10-27 Wim Taymans <wim@fluendo.com>
11758 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11759 (gst_adder_change_state):
11760 Fix timestamps and fix deadlock when stopping the collectpads.
11762 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11764 * gst-libs/gst/rtp/gstrtpbuffer.h:
11765 Declaring the payload types as strings too so that they can be used
11766 in the padtemplate inialization.
11768 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11770 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11772 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11773 (gst_base_rtp_depayload_class_init):
11774 Fixes a small but nasty bug. The derived elements no longer segfaults
11777 2005-10-26 Michael Smith <msmith@fluendo.com>
11779 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11780 When clearing an audioconvert context, set tmpbufsize to zero, so
11781 we'll allocate it again later if required.
11782 This fixes audioconvert re-negotiating formats, which previously
11783 segfaulted with a NULL destination buffer.
11785 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11787 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11788 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11789 (gst_base_rtp_depayload_set_gst_timestamp),
11790 (gst_base_rtp_depayload_queue_release):
11791 Fixed a smalll memleak.
11793 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11794 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11795 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11796 (gst_base_rtp_depayload_finalize),
11797 (gst_base_rtp_depayload_setcaps),
11798 (gst_base_rtp_depayload_add_to_queue),
11799 (gst_base_rtp_depayload_push),
11800 (gst_base_rtp_depayload_set_gst_timestamp),
11801 (gst_base_rtp_depayload_queue_release),
11802 (gst_base_rtp_depayload_thread),
11803 (gst_base_rtp_depayload_change_state):
11804 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11805 Changed the C++ comments to C comments
11807 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11809 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11810 * gst/tcp/gsttcpclientsrc.h:
11811 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11812 * gst/tcp/gsttcpserversrc.h:
11813 Remove unused 'curoffset' structure member.
11815 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11817 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11818 (gst_base_rtp_depayload_base_init),
11819 (gst_base_rtp_depayload_finalize):
11820 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11821 * gst-libs/gst/rtp/gstbasertppayload.h:
11822 The pad-template on the sinkpad should be set by the derived classes.
11823 Also added some useful macros.
11825 2005-10-24 Wim Taymans <wim@fluendo.com>
11827 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11828 Correctly flush decoder samples even if we could not
11829 copy them to an output buffer. Fixes #319618.
11831 2005-10-24 Julien MOUTTE <julien@moutte.net>
11833 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11834 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11835 the caps against our xcontext caps.
11837 2005-10-24 Wim Taymans <wim@fluendo.com>
11839 * gst-libs/gst/audio/gstbaseaudiosink.c:
11840 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11842 Use sync property from baseclass to disable sync.
11844 2005-10-24 Wim Taymans <wim@fluendo.com>
11846 * gst-libs/gst/audio/gstbaseaudiosink.c:
11847 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11848 Buffers with no timestamps get aligned with previous buffers or
11849 on underrun, played ASAP.
11851 2005-10-24 Julien MOUTTE <julien@moutte.net>
11853 * gst-libs/gst/video/video.h:
11854 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11855 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11857 here comes my change on caps for framerate and geometry range.
11858 We are now accepting 1 to MAXINT for width and height, and from
11859 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11860 to be blended correctly in videomixer.
11862 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11867 === release 0.9.4 ===
11869 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11874 releasing 0.9.4, "Velociraptor"
11876 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11878 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11882 2005-10-21 Wim Taymans <wim@fluendo.com>
11884 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11885 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11886 (pad_blocked), (close_pad_link), (new_pad):
11887 Don't try to remove elements twice.
11889 2005-10-21 Wim Taymans <wim@fluendo.com>
11891 * ext/theora/theoradec.c: (theora_dec_src_query),
11892 (theora_dec_sink_event):
11893 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11894 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11895 (vorbis_handle_data_packet):
11896 * ext/vorbis/vorbisdec.h:
11899 * gst-libs/gst/audio/gstbaseaudiosink.c:
11900 (gst_base_audio_sink_render):
11901 Don't try to sync on buffers without a timestamp.
11903 2005-10-21 Wim Taymans <wim@fluendo.com>
11905 * ext/theora/theoradec.c: (theora_dec_src_query),
11906 (theora_dec_sink_event):
11907 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11908 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11909 (vorbis_handle_data_packet):
11910 * ext/vorbis/vorbisdec.h:
11913 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11915 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11916 (gst_vorbisenc_src_query):
11917 Implement position and duration queries.
11919 * gst/playback/test3.c: (update_scale), (main):
11920 Fix for async state changes and print nicer output.
11922 2005-10-20 Wim Taymans <wim@fluendo.com>
11924 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11925 (dump_element_stats), (main):
11926 * gst/playback/test6.c: (main):
11929 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11931 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11932 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11933 Don't use functions for position queries when handling
11936 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11938 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11939 (vorbis_handle_data_packet), (vorbis_dec_chain),
11940 (vorbis_dec_change_state):
11941 * ext/vorbis/vorbisdec.h:
11942 Vorbis streams can be embedded in other container formats
11943 than ogg, container formats where the demuxer might set
11944 timestamps on encoded vorbis buffers instead of those silly
11945 granulepos thingies. In short: make vorbisdec handle
11946 timestamps on incoming buffers as well.
11948 2005-10-20 Wim Taymans <wim@fluendo.com>
11950 * gst/playback/gstplaybasebin.c: (group_destroy),
11951 (gst_play_base_bin_change_state):
11953 Handle case where playbasebin is now ASYNC because
11956 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11958 * gst/audioconvert/Makefile.am:
11959 * gst/audioconvert/bufferframesconvert.c:
11960 * gst/audioconvert/plugin.c: (plugin_init):
11961 * gst/audioconvert/plugin.h:
11962 And bye bye buffer-frames-convert
11964 2005-10-19 Wim Taymans <wim@fluendo.com>
11966 * check/elements/audioconvert.c:
11967 * docs/libs/tmpl/gstaudio.sgml:
11968 * docs/libs/tmpl/gstcolorbalance.sgml:
11969 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11970 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11971 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11972 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11973 * gst-libs/gst/audio/audio.h:
11974 * gst/audioconvert/audioconvert.h:
11975 * gst/audioconvert/gstaudioconvert.c:
11976 (gst_audio_convert_parse_caps):
11977 * gst/volume/gstvolume.c:
11978 Bye bye buffer-frames.
11980 2005-10-19 Wim Taymans <wim@fluendo.com>
11982 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11983 (query_positions_elems), (query_positions_pads), (update_scale),
11984 (do_seek), (set_update_scale), (message_received), (main):
11985 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11986 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11987 (gst_ogg_demux_loop):
11988 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11989 * ext/theora/theoradec.c: (theora_dec_src_query),
11990 (theora_dec_sink_event):
11991 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11992 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11993 * gst/adder/gstadder.c: (gst_adder_query):
11994 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11995 * gst/playback/test3.c: (update_scale):
11996 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11997 (dump_element_stats), (main):
11998 * gst/playback/test6.c: (main):
11999 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12002 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
12004 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12005 (xml_check_first_element), (xml_type_find), (smil_type_find),
12007 Add typefinding for SMIL and for generic XML. Based on patch by
12008 Akos Maroy (#308663).
12010 2005-10-18 Wim Taymans <wim@fluendo.com>
12012 * gst/playback/Makefile.am:
12013 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12014 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12015 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12016 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12017 (gst_decode_bin_change_state):
12018 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12019 (gst_play_bin_send_event_to_sink):
12020 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12021 (dump_element_stats), (main):
12022 * gst/playback/test6.c: (main):
12023 Make playbin async, it'll commit state to paused when all streams
12026 Added test6.c to show async behaviour.
12028 2005-10-18 Wim Taymans <wim@fluendo.com>
12030 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12031 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12032 Fix for segment-start/stop API change.
12034 2005-10-18 Wim Taymans <wim@fluendo.com>
12036 * check/Makefile.am:
12037 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12039 Add future test for clock selection.
12041 2005-10-18 Wim Taymans <wim@fluendo.com>
12043 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12044 (gst_alsasink_close):
12045 Set handle to NULL.
12047 * gst-libs/gst/audio/gstringbuffer.c:
12048 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12049 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12050 (gst_ring_buffer_start), (gst_ring_buffer_pause),
12051 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12052 (gst_ring_buffer_read):
12055 2005-10-17 Stefan Kost <ensonic@users.sf.net>
12057 * gst/audiotestsrc/Makefile.am:
12058 * gst/sine/Makefile.am:
12059 * gst/volume/Makefile.am:
12060 fix broken build of controllerized plugins
12062 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
12064 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12066 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12067 (gst_riff_create_video_template_caps):
12068 Add support for Indeo-3 (IV32).
12070 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12075 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12077 * gst-libs/gst/video/video.c: (gst_video_get_size):
12078 * gst/audiotestsrc/gstaudiotestsrc.c:
12081 2005-10-17 Andy Wingo <wingo@pobox.com>
12083 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12084 with the collectpads change.
12085 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12087 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12089 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12091 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12092 alloc_buffer flow return to callers.
12093 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12094 change. Fix some memleaks in theoraenc.
12096 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12097 in strange circumstance.
12099 2005-10-17 Julien MOUTTE <julien@moutte.net>
12101 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12102 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12103 from caps, let's use the caps...
12105 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12108 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12110 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12112 * gst-libs/gst/interfaces/Makefile.am:
12115 2005-10-16 Andy Wingo <wingo@pobox.com>
12117 * gst/playback/gstdecodebin.c
12118 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12120 (try_to_link_1): Increase kraziness level.
12122 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12125 restructure like the core one
12126 * gst-libs/gst/audio/Makefile.am:
12127 * gst-libs/gst/interfaces/Makefile.am:
12128 * gst-libs/gst/net/Makefile.am:
12129 * gst-libs/gst/riff/Makefile.am:
12130 * gst-libs/gst/rtp/Makefile.am:
12131 * gst-libs/gst/tag/Makefile.am:
12132 * gst-libs/gst/video/Makefile.am:
12133 use correct linker flags, now the libs are properly versioned
12134 * check/elements/audioconvert.c: (verify_convert):
12135 * ext/alsa/gstalsaplugin.c:
12136 * ext/cdparanoia/gstcdparanoia.c:
12137 * ext/gnomevfs/gstgnomevfs.c:
12138 * ext/libvisual/visual.c:
12139 * ext/ogg/gstogg.c:
12140 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12141 * ext/theora/theora.c:
12142 * ext/vorbis/vorbis.c:
12143 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12144 * gst-libs/gst/tag/gsttagediting.c:
12145 * gst-libs/gst/video/video.c:
12146 * gst/adder/gstadder.c:
12147 * gst/audioconvert/plugin.c:
12148 * gst/audiorate/gstaudiorate.c:
12149 * gst/audioresample/gstaudioresample.c:
12150 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12151 * gst/audioscale/gstaudioscale.c:
12152 * gst/audioscale/resample.c:
12153 * gst/audiotestsrc/gstaudiotestsrc.c:
12154 * gst/ffmpegcolorspace/gstffmpeg.c:
12155 * gst/playback/gstdecodebin.c: (close_pad_link):
12156 * gst/playback/gstplaybin.c: (gen_video_element),
12157 (gen_audio_element):
12158 * gst/sine/gstsinesrc.c:
12159 * gst/subparse/gstsubparse.c:
12160 * gst/tags/gsttagediting.c:
12161 * gst/tcp/gsttcpplugin.c:
12162 * gst/typefind/gsttypefindfunctions.c:
12163 * gst/videorate/gstvideorate.c:
12164 * gst/videoscale/gstvideoscale.c:
12165 * gst/videotestsrc/gstvideotestsrc.c:
12166 * gst/volume/gstvolume.c:
12167 * sys/v4l/gstv4l.c:
12168 * sys/ximage/ximage.c:
12169 * sys/xvimage/xvimagesink.c:
12172 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
12174 * ext/vorbis/vorbisenc.c:
12175 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12176 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12177 (gst_tag_to_vorbis_comments):
12178 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12180 2005-10-13 Stefan Kost <ensonic@users.sf.net>
12182 * examples/stats/mp2ogg.c:
12183 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12186 2005-10-13 Michael Smith <msmith@fluendo.com>
12188 * ext/ogg/gstoggmux.c:
12189 Use magic glib macros to define constants as 64 bit, to ensure
12190 appropriate vararg passing.
12192 2005-10-13 Michael Smith <msmith@fluendo.com>
12194 * ext/ogg/gstoggmux.c:
12195 * gst/audioconvert/audioconvert.c: (float):
12196 Don't use LL suffix, as it's not portable, and neither of these
12197 uses required it anyway.
12199 2005-10-12 Stefan Kost <ensonic@users.sf.net>
12201 * examples/indexing/indexmpeg.c: (main):
12202 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12203 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12204 (cdparanoia_convert), (cdparanoia_query):
12205 * ext/cdparanoia/gstcdparanoia.h:
12206 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12207 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12208 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12209 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12210 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12211 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12212 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12213 (gst_multifdsink_render), (gst_multifdsink_start),
12214 (gst_multifdsink_stop):
12215 * gst/tcp/gstmultifdsink.h:
12216 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12217 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12218 (gst_tcpclientsink_stop):
12219 * gst/tcp/gsttcpclientsink.h:
12220 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12221 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12222 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12223 * gst/tcp/gsttcpclientsrc.h:
12224 * gst/tcp/gsttcpserversink.h:
12225 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12226 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12227 (gst_tcpserversrc_stop):
12228 * gst/tcp/gsttcpserversrc.h:
12229 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12230 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12231 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12232 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12233 moved bitshift from macro to enum definition
12235 2005-10-12 Wim Taymans <wim@fluendo.com>
12237 * examples/seeking/Makefile.am:
12240 2005-10-12 Wim Taymans <wim@fluendo.com>
12242 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12243 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12244 Don't assert on normal stuff.
12246 * gst/playback/gstplaybin.c: (do_playbin_seek):
12249 2005-10-12 Wim Taymans <wim@fluendo.com>
12251 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12252 * examples/seeking/Makefile.am:
12253 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12254 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12255 (do_seek), (set_update_scale), (message_received), (main):
12256 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12257 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12258 Update for _get_state() API change.
12260 2005-10-11 Wim Taymans <wim@fluendo.com>
12262 * gst-libs/gst/audio/gstbaseaudiosink.c:
12263 (gst_base_audio_sink_render):
12264 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12265 (gst_base_audio_src_create):
12266 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12267 (gst_ring_buffer_read):
12269 Commit and read from ringbuffer in samples rather than bytes.
12271 2005-10-11 Wim Taymans <wim@fluendo.com>
12273 * gst-libs/gst/audio/gstbaseaudiosink.c:
12274 (gst_base_audio_sink_render):
12275 Respect segment rate and accum when scheduling samples.
12277 2005-10-11 Julien MOUTTE <julien@moutte.net>
12279 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12280 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12281 EOS correctly, that needs more work.
12283 2005-10-11 Wim Taymans <wim@fluendo.com>
12285 * check/generic/states.c: (GST_START_TEST):
12286 remove old property.
12288 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12289 (gst_ogg_demux_perform_seek):
12290 * ext/theora/theoradec.c: (theora_dec_sink_event):
12291 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12292 (vorbis_handle_data_packet):
12293 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12294 (gst_base_rtp_depayload_set_gst_timestamp):
12295 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12296 Update for newsegment API change.
12298 2005-10-11 Michael Smith <msmith@fluendo.com>
12300 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12301 (do_playbin_seek), (gst_play_bin_send_event):
12302 Override send_event differently, so that we can takes bits of
12303 functionality from GstPipeline (special handling for seeks,
12304 including pausing/resuming, and resetting stream time) and still get
12305 the appropriate behaviour of only forwarding event to a single sink,
12306 rather than all of them.
12307 Unfortunately requires a lot of code duplication, but the
12308 alternatives are equally ugly in the end.
12310 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12312 * check/elements/audioconvert.c: (setup_audioconvert),
12313 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12314 (GST_START_TEST), (audioconvert_suite):
12315 clean up tests a little, fix some leaks.
12317 2005-10-10 Wim Taymans <wim@fluendo.com>
12319 * ext/alsa/gstalsasink.c:
12320 Also allow unsigned int.
12322 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12323 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12326 2005-10-10 Wim Taymans <wim@fluendo.com>
12328 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12329 Small update, use API as stated in design docs.
12331 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12332 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12333 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12334 (message_received), (main):
12335 Updated seek example for GOption. Some usability improvements.
12337 2005-10-10 Wim Taymans <wim@fluendo.com>
12339 * gst/audioconvert/audioconvert.h:
12340 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12341 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12342 Alloc temp storage somewhere else where we can do it more
12345 2005-10-10 Wim Taymans <wim@fluendo.com>
12347 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12348 (gst_tcpserversrc_start):
12349 Don't block in accept while doing the state change, move
12350 to poll and make cancellable.
12352 2005-10-09 Philippe Khalaf <burger@speedy.org>
12354 * gst-libs/gst/rtp/rtpbasedepayload.c:
12355 Set timestamp and add queue delay to timestamp
12356 * gst-libs/gst/rtp/rtpbuffer.h:
12357 Set correct payload type for h263
12359 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12361 * gst/audiotestsrc/gstaudiotestsrc.c:
12362 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12363 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12364 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12365 (gst_audiotestsrc_create_triangle),
12366 (gst_audiotestsrc_create_silence),
12367 (gst_audiotestsrc_create_white_noise),
12368 (gst_audiotestsrc_init_pink_noise),
12369 (gst_audiotestsrc_generate_pink_noise_value),
12370 (gst_audiotestsrc_create_pink_noise),
12371 (gst_audiotestsrc_change_wave):
12372 * gst/audiotestsrc/gstaudiotestsrc.h:
12373 fixed typo, added pink noise
12375 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12377 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12379 Add wavpack and spc typefind functions from 0.8 branch.
12381 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12383 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12384 (ar_type_find), (msdos_type_find), (plugin_init):
12385 Add typefind functions for tar archives, ar archives,
12386 RAR archives, and msdos-executables (dlls, exe, etc.).
12387 Some of those would be wrongly identified as mpeg
12388 streams of some sort before (#315550).
12390 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12393 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12394 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12395 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12396 * gst/audiotestsrc/Makefile.am:
12397 * gst/audiotestsrc/gstaudiotestsrc.c:
12398 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12399 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12400 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12401 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12402 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12403 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12404 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12405 (gst_audiotestsrc_create_silence),
12406 (gst_audiotestsrc_create_white_noise),
12407 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12408 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12409 (gst_audiotestsrc_start), (plugin_init):
12410 * gst/audiotestsrc/gstaudiotestsrc.h:
12411 add new plugin and element
12412 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12415 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12417 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12418 (gst_adder_init), (gst_adder_request_new_pad),
12419 (gst_adder_change_state):
12420 Add query function to source pad, so adder reports the correct
12421 time/sample position when queried (#315457); fix state change
12422 function; use GST_DEBUG_FUNCPTR() for pad functions.
12424 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12426 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12427 Fix leaks in typefind registration
12428 Clean up the gratuitous commenting and whitespacing a little
12430 2005-10-08 Wim Taymans <wim@fluendo.com>
12432 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12433 Only actually wait for the thread to be stopped if it's
12436 2005-10-08 Wim Taymans <wim@fluendo.com>
12438 * gst-libs/gst/audio/gstbaseaudiosink.c:
12439 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12440 If we receive EOS we can start playback of what we had.
12442 2005-10-08 Wim Taymans <wim@fluendo.com>
12444 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12445 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12446 (gst_multifdsink_stop):
12447 Fix crasher when going to NULL multiple times.
12449 2005-10-06 Wim Taymans <wim@fluendo.com>
12451 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12452 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12453 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12454 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12455 patch from Edgard Lima <edgard.lima@indt.org.br>
12456 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12458 2005-10-06 Wim Taymans <wim@fluendo.com>
12460 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12461 Report the FLOW_RETURN as string in the error message.
12463 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12464 Don't assert when clearing an unnegotiated buffer.
12466 2005-10-04 Michael Smith <msmith@fluendo.com>
12468 * gst/playback/gstplaybasebin.c: (group_destroy),
12469 (gen_preroll_element), (remove_groups), (setup_source):
12470 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12471 (setup_sinks), (gst_play_bin_send_event),
12472 (gst_play_bin_change_state):
12473 Set state to NULL before removing from bin. Fix refcounting.
12475 2005-10-04 Michael Smith <msmith@fluendo.com>
12477 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12478 Correct refcounting in send_event() function. Previously was wrong
12479 if the first sink was unable to handle the event.
12481 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12484 back to development
12486 === release 0.9.3 ===
12488 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12491 Releasing 0.9.3, "De Facto"
12493 2005-10-03 Andy Wingo <wingo@pobox.com>
12495 * gst/playback/gstdecodebin.c (try_to_link_1)
12496 (remove_element_chain): set element to NULL before removing it.
12498 2005-10-02 Johan Dahlin <johan@gnome.org>
12500 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12501 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12504 2005-10-02 Andy Wingo <wingo@pobox.com>
12506 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12507 (gst_ring_buffer_prepare_read):
12508 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12511 2005-09-29 Wim Taymans <wim@fluendo.com>
12513 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12514 * ext/theora/theoradec.c: (theora_handle_data_packet):
12515 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12516 Propagate error codes from alloc_buffer too.
12518 2005-09-29 Wim Taymans <wim@fluendo.com>
12520 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12523 * gst/playback/Makefile.am:
12524 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12525 (dump_element_stats), (main):
12526 Added example stream introspection code.
12528 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12530 * gst/adder/gstadder.c: (gst_adder_collected):
12531 fix adder for float elements
12533 2005-09-28 Wim Taymans <wim@fluendo.com>
12535 * gst-libs/gst/audio/gstbaseaudiosink.c:
12536 (gst_base_audio_sink_class_init),
12537 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12538 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12539 (gst_base_audio_src_class_init),
12540 (gst_base_audio_src_provide_clock):
12541 get_clock -> provide_clock
12543 2005-09-28 Andy Wingo <wingo@pobox.com>
12545 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12548 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12551 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12552 Actually add the pad template.
12553 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12555 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12558 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12559 from fdsrc. Get caps in create() instead of start() so it can be
12560 interrupted. Interruption somewhat untested.
12562 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12563 Proper EOS handling.
12565 2005-09-27 Andy Wingo <wingo@pobox.com>
12567 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12569 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12571 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12573 * gst/tcp/gsttcp.h:
12574 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12575 out of tcpclientsrc.c. Cancellable.
12576 (gst_tcp_socket_read): Made private, cancellable, with better
12577 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12578 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12579 whole buffer, and better diagnostics.
12580 (gst_tcp_gdp_read_caps): Same.
12582 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12584 2005-09-26 Andy Wingo <wingo@pobox.com>
12586 * gst/sine/gstsinesrc.h:
12587 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12588 change the 'sync' property to 'is-live' and implement it halfway,
12589 update for controller api change.
12591 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12592 controller api change.
12594 2005-09-24 Wim Taymans <wim@fluendo.com>
12596 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12597 * gst-libs/gst/audio/gstaudiosink.c:
12598 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12599 (gst_audioringbuffer_stop):
12600 * gst-libs/gst/audio/gstbaseaudiosink.c:
12601 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12602 (gst_base_audio_sink_change_state):
12603 * gst-libs/gst/audio/gstbaseaudiosink.h:
12604 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12605 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12606 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12607 * gst-libs/gst/audio/gstringbuffer.h:
12608 Fix sync again. Moved sample alignment to basesink.
12610 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12612 * docs/plugins/Makefile.am:
12613 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12614 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12615 * gst/volume/gstvolume.c:
12617 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12618 * gst-libs/gst/audio/audio.h:
12619 add conversion macros for frames <-> clocktime
12621 2005-09-23 David Schleef <ds@schleef.org>
12623 * gst/audioresample/Makefile.am:
12624 * gst/audioresample/debug.h:
12625 * gst/audioresample/gstaudioresample.c:
12626 * gst/audioresample/resample.c: Convert to using gst debugging
12628 2005-09-22 Wim Taymans <wim@fluendo.com>
12630 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12631 (gst_play_bin_send_event):
12632 Only seek on one sink, the first one that succeeds.
12634 2005-09-22 Michael Smith <msmith@fluendo.com>
12636 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12637 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12638 Don't flush encoder state unless we have an initialised encoder.
12639 Clear out encoder state on PAUSED_TO_READY.
12641 2005-09-22 Wim Taymans <wim@fluendo.com>
12643 * gst-libs/gst/rtp/gstbasertppayload.c:
12644 (gst_basertppayload_class_init), (gst_basertppayload_init),
12645 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12646 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12647 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12648 (gst_basertppayload_set_property),
12649 (gst_basertppayload_get_property),
12650 (gst_basertppayload_change_state):
12651 * gst-libs/gst/rtp/gstbasertppayload.h:
12652 Added max-ptime to control amount of data in the rtp packets.
12654 2005-09-21 Andy Wingo <wingo@pobox.com>
12656 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12659 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12660 can be called multiple times, dogs.
12662 2005-09-21 Wim Taymans <wim@fluendo.com>
12664 * gst-libs/gst/rtp/gstbasertppayload.c:
12665 (gst_basertppayload_class_init), (gst_basertppayload_init),
12666 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12667 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12668 (gst_basertppayload_push), (gst_basertppayload_get_property),
12669 (gst_basertppayload_change_state):
12672 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12674 * docs/libs/compiling.sgml:
12677 2005-09-20 Wim Taymans <wim@fluendo.com>
12679 * gst-libs/gst/rtp/gstbasertppayload.c:
12680 (gst_basertppayload_class_init), (gst_basertppayload_init),
12681 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12682 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12683 (gst_basertppayload_push), (gst_basertppayload_set_property),
12684 (gst_basertppayload_get_property),
12685 (gst_basertppayload_change_state):
12686 * gst-libs/gst/rtp/gstbasertppayload.h:
12687 Added property to configure sequence number offsets.
12689 2005-09-20 Wim Taymans <wim@fluendo.com>
12691 * gst-libs/gst/rtp/gstbasertppayload.c:
12692 (gst_basertppayload_class_init), (gst_basertppayload_init),
12693 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12694 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12695 (gst_basertppayload_push), (gst_basertppayload_set_property),
12696 (gst_basertppayload_get_property),
12697 (gst_basertppayload_change_state):
12698 * gst-libs/gst/rtp/gstbasertppayload.h:
12699 Make timestamp offset configurable.
12701 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12703 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12704 fix wrong pop/unref
12706 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12708 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12710 * gst-libs/gst/interfaces/propertyprobe.c:
12711 (gst_property_probe_probe_property_name),
12712 (gst_property_probe_needs_probe_name),
12713 (gst_property_probe_get_values_name),
12714 (gst_property_probe_probe_and_get_values_name):
12715 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12716 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12718 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12720 * check/Makefile.am:
12721 have some tests be disabled for valgrinding
12722 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12724 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12725 Fix A Leak. Chain To Parent Finalize.
12727 2005-09-19 Wim Taymans <wim@fluendo.com>
12729 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12730 Fixed wav pipeline.
12732 2005-09-19 Wim Taymans <wim@fluendo.com>
12734 * gst-libs/gst/rtp/gstbasertppayload.c:
12735 (gst_basertppayload_class_init), (gst_basertppayload_init),
12736 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12737 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12738 (gst_basertppayload_push), (gst_basertppayload_get_property),
12739 (gst_basertppayload_change_state):
12740 Posting ERROR and WARNING messages is good.
12742 2005-09-19 Wim Taymans <wim@fluendo.com>
12744 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12745 (gst_base_rtp_depayload_add_to_queue),
12746 (gst_base_rtp_depayload_push),
12747 (gst_base_rtp_depayload_set_gst_timestamp),
12748 (gst_base_rtp_depayload_queue_release):
12749 This one was not supposed to go in.
12751 2005-09-19 Wim Taymans <wim@fluendo.com>
12753 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12756 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12757 (gst_base_rtp_depayload_chain),
12758 (gst_base_rtp_depayload_add_to_queue),
12759 (gst_base_rtp_depayload_push),
12760 (gst_base_rtp_depayload_set_gst_timestamp),
12761 (gst_base_rtp_depayload_queue_release):
12764 * gst-libs/gst/rtp/gstbasertppayload.c:
12765 (gst_basertppayload_class_init), (gst_basertppayload_init),
12766 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12767 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12768 (gst_basertppayload_get_property),
12769 (gst_basertppayload_change_state):
12770 Added debugging category.
12772 2005-09-18 David Schleef <ds@schleef.org>
12774 * gst/playback/gstdecodebin.c: free plugin list correctly
12775 * gst/playback/gstplaybin.c: emit warning if autovideosink
12776 and autoaudiosink can't be found (instead of segfaulting)
12778 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12780 * check/elements/audioconvert.c: (GST_START_TEST):
12781 try out 24 bit conversion
12783 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12785 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12786 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12787 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12788 * ext/vorbis/vorbisenc.h:
12789 Fix EOS handling. Still needs a fix in the ogg muxer to
12790 mark the last page as eos.
12792 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12794 * common/gtk-doc-plugins.mak:
12795 * docs/plugins/Makefile.am:
12796 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12797 * gst/ffmpegcolorspace/Makefile.am:
12798 * gst/ffmpegcolorspace/avcodec.h:
12799 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12800 * gst/tcp/gstmultifdsink.c:
12801 fix up ffmpegcolorspace docs; extract header
12803 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12805 * common/gtk-doc-plugins.mak:
12806 * docs/plugins/Makefile.am:
12807 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12808 * ext/theora/Makefile.am:
12809 * ext/theora/gsttheoraenc.h:
12810 * ext/theora/theoraenc.c:
12811 * ext/vorbis/vorbisenc.c:
12812 pick up signals and args for vorbis; add some docs for vorbis
12814 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12816 * common/gstdoc-scangobj:
12817 * common/gtk-doc-plugins.mak:
12818 * docs/libs/Makefile.am:
12819 * docs/plugins/gst-plugins-base-plugins.args:
12820 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12821 * docs/plugins/gst-plugins-base-plugins.interfaces:
12822 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12823 * docs/plugins/gst-plugins-base-plugins.signals:
12824 only scanobj stuff from our source module. Not sure yet
12825 if that's correct, given the hierarchy stuff :)
12827 2005-09-15 Wim Taymans <wim@fluendo.com>
12829 * gst/audioconvert/gstaudioconvert.c:
12830 And enable 24 bits mode as well..
12832 2005-09-15 Wim Taymans <wim@fluendo.com>
12834 * gst-libs/gst/rtp/Makefile.am:
12835 * gst-libs/gst/rtp/gstbasertppayload.c:
12836 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12837 (gst_basertppayload_class_init), (gst_basertppayload_init),
12838 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12839 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12840 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12841 (gst_basertppayload_set_property),
12842 (gst_basertppayload_get_property),
12843 (gst_basertppayload_change_state):
12844 * gst-libs/gst/rtp/gstbasertppayload.h:
12845 Added rtp payloader base class.
12847 2005-09-15 Andy Wingo <wingo@pobox.com>
12849 * configure.ac (plugindir): Remove the EOL matcher from the
12850 regexp, as it causes me problems. Libtool? Make? Who knows?
12852 2005-09-14 David Schleef <ds@schleef.org>
12854 * check/generic/states.c:
12855 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12856 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12857 Fixes for changes in registry API.
12859 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12860 to GST_PLUGIN_LDFLAGS.
12861 * ext/libvisual/visual.c: Make the library shut up.
12862 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12863 * gst-libs/gst/audio/gstaudiofilter.c: same
12865 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12867 * docs/plugins/Makefile.am:
12868 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12869 * docs/plugins/inspect/plugin-libvisual.xml:
12870 * docs/plugins/tmpl/element-tcpserversink.sgml:
12871 * ext/theora/theoraenc.c:
12872 add libvisual plugin and theoraenc element to docs
12874 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12876 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12877 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12878 * ext/theora/theoraenc.c:
12881 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12883 * gst/audioconvert/Makefile.am:
12884 Audioconvert derives from GstBaseTransform and should
12885 link to the library with our base elements to avoid
12886 unresolved symbols. Makes things work with MinGW (#316160)
12888 * gst/playback/test4.c: (main):
12889 Fix MinGW build problem and use g_usleep() instead of
12892 2005-09-12 Wim Taymans <wim@fluendo.com>
12894 * gst/audioconvert/audioconvert.c: (float),
12895 (audio_convert_prepare_context), (audio_convert_convert):
12896 * gst/audioconvert/audioconvert.h:
12897 Cleanups, speedups, simplifications, added back support
12900 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12902 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12903 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12904 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12905 * docs/plugins/tmpl/element-tcpserversink.sgml:
12906 * gst/ffmpegcolorspace/gstffmpeg.c:
12907 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12908 * gst/videotestsrc/gstvideotestsrc.c:
12909 * gst/volume/gstvolume.c:
12910 add more elements to the docs
12912 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12914 * check/Makefile.am:
12915 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12916 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12917 Add extra tests for basetransform based components.
12918 Comment out the test_element_negotiation test until we decide
12919 if it's testing correct behaviour.
12920 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12921 (gst_visual_chain), (gst_visual_change_state):
12922 Slightly more correct but still bogus timestamping.
12923 Fix state change function.
12924 * gst/audioconvert/gstaudioconvert.c:
12925 (gst_audio_convert_class_init):
12926 * gst/audioresample/gstaudioresample.c:
12927 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12928 (gst_ffmpegcsp_class_init):
12929 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12930 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12931 (gst_videoscale_prepare_image):
12932 * gst/volume/gstvolume.c: (gst_volume_class_init),
12933 (volume_transform_ip):
12934 Basetransform updates. Enable passthrough modes.
12935 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12936 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12937 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12938 Negotiation fix that allows the window to return to the original
12939 size and renegotiate passthrough upstream. Extra debug output.
12941 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12943 * gst/sine/gstsinesrc.c:
12944 * gst/volume/gstvolume.c:
12945 fix up header include
12947 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12949 * gst-libs/gst/audio/gstbaseaudiosink.c:
12950 (gst_base_audio_sink_render):
12951 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12952 * gst/volume/gstvolume.c: (gst_volume_class_init),
12953 (volume_transform):
12954 fixing lost sync, some more debugging
12956 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12958 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12959 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12960 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12961 (gst_xvimagesink_check_xshm_calls):
12962 Fix compilation when XShm is not available.
12964 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12966 * ext/libvisual/visual.c: (gst_visual_dispose),
12967 (gst_visual_getcaps), (gst_visual_src_setcaps),
12968 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12969 (gst_visual_change_state):
12970 Finish fixing up libvisual plugin so that it runs.
12972 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12974 * ext/vorbis/vorbisenc.c:
12975 * gst-libs/gst/tag/gstvorbistag.c:
12976 gsttaginterface.h -> gsttagsetter.h
12978 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12980 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12981 added another test that failes for me (test is not active by default)
12983 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12986 v4l2 is no longer in gst-plugins-base
12988 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12991 In the output at the end, don't show the first plugin on the same
12992 line as "Core plug-ins, always built:".
12993 Indent the output as for other plugin categories
12994 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12995 #define that can be used to not use peer buffer_alloc functions for
12997 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12998 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12999 (gst_ximagesink_show_frame):
13000 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13001 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
13002 (gst_xvimagesink_show_frame):
13003 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
13004 fails gracefully instead of XError aborting or deadlocking.
13006 2005-09-07 Stefan Kost <ensonic@users.sf.net>
13008 * ext/libvisual/Makefile.am:
13009 link against gst-base-libs
13011 2005-09-06 David Schleef <ds@schleef.org>
13013 * configure.ac: Enable libvisual plugin.
13014 * ext/libvisual/Makefile.am:
13015 * ext/libvisual/visual.c: Fixes to make it compile.
13017 === release 0.9.2 ===
13019 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
13024 * docs/random/ChangeLog-0.8:
13025 releasing 0.9.2, "Spoon"
13027 2005-09-05 Michael Smith <msmith@fluendo.com>
13029 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13030 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13031 that in the vorbisenc element.
13033 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
13035 * common/gtk-doc-plugins.mak:
13036 * docs/plugins/Makefile.am:
13038 * gst/audioresample/resample.c:
13039 fix wrong docstring
13041 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
13043 * common/gst-xmlinspect.py:
13044 * common/gtk-doc-plugins.mak:
13045 only inspect plugins for this given package
13046 require gst-python 0.9
13048 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
13052 * common/gst-xmlinspect.py:
13054 * docs/Makefile.am:
13055 * docs/plugins/inspect/plugin-alsa.xml:
13056 * docs/plugins/inspect/plugin-audioresample.xml:
13057 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13058 * docs/plugins/inspect/plugin-ogg.xml:
13059 * docs/plugins/tmpl/element-gnomevfssink.sgml:
13060 * docs/plugins/tmpl/element-multifdsink.sgml:
13061 * docs/plugins/tmpl/element-tcpserversink.sgml:
13062 * docs/plugins/tmpl/element-vorbisenc.sgml:
13063 * gst-plugins-base.spec.in:
13064 various doc-related updates
13066 2005-08-31 Wim Taymans <wim@fluendo.com>
13068 * gst-libs/gst/audio/gstbaseaudiosink.c:
13069 (gst_base_audio_sink_render):
13070 Resync if the buffer timestamps drift more than a 10th
13073 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
13075 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13076 (gst_v4lsrc_get_property):
13077 The 'timestamp-offset' property is registered as an int64, so
13078 let's use g_value_{set|get}_int64() in our setter and getter
13079 functions (makes it work and fixes warnings with gst-inspect).
13081 2005-08-30 Wim Taymans <wim@fluendo.com>
13083 * check/elements/audioconvert.c: (setup_audioconvert):
13084 * check/elements/audioresample.c: (setup_audioresample):
13085 * check/elements/volume.c: (setup_volume):
13088 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
13090 * common/gtk-doc-plugins.mak:
13091 * common/plugins.xsl:
13092 * docs/plugins/Makefile.am:
13093 make module a param
13095 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13097 * examples/seeking/seek.c: (make_mp3_pipeline),
13098 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13099 (play_cb), (pause_cb), (stop_cb):
13102 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13104 * gst/volume/gstvolume.c: (gst_volume_class_init),
13105 (volume_transform):
13106 do not update controlled params, if buffer has no timestamp
13108 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13111 * gst/sine/Makefile.am:
13112 * gst/volume/Makefile.am:
13113 controllerized elements also need to link against controller-libs ;)
13115 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13117 * docs/libs/tmpl/gstcolorbalance.sgml:
13118 * docs/libs/tmpl/gstgconf.sgml:
13119 * docs/libs/tmpl/gstmixer.sgml:
13120 * docs/libs/tmpl/gstringbuffer.sgml:
13121 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13122 (gst_sinesrc_create):
13123 * gst/volume/gstvolume.c: (gst_volume_class_init),
13124 (volume_transform):
13125 controllerized two audio plugins
13127 2005-08-29 Andy Wingo <wingo@pobox.com>
13129 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
13130 (vorbis_handle_data_packet): Fix some int overflow errors.
13132 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13134 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13136 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13137 if it's valid. Fixed streaming-mode playback.
13139 * check/elements/volume.c (cleanup_volume): Fix for running
13142 * check/elements/audioconvert.c: Convert from native endian, not
13145 2005-08-29 Michael Smith <msmith@fluendo.com>
13147 * ext/ogg/Makefile.am:
13148 * ext/ogg/gstogg.c: (plugin_init):
13149 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13150 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13151 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13152 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13153 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13154 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13155 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13156 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13157 Add an ogg parser element.
13159 2005-08-28 Andy Wingo <wingo@pobox.com>
13161 * Updates for two-arg init from GST_BOILERPLATE_FULL.
13163 2005-08-26 Wim Taymans <wim@fluendo.com>
13165 * gst/audioconvert/audioconvert.c: (if), (float),
13166 (audio_convert_get_func_index), (check_default),
13167 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13168 (audio_convert_clean_context), (audio_convert_get_sizes),
13169 (audio_convert_convert):
13172 2005-08-26 Wim Taymans <wim@fluendo.com>
13174 * gst/audioconvert/audioconvert.c: (if), (float),
13175 (audio_convert_get_func_index), (check_default),
13176 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13177 (audio_convert_clean_context), (audio_convert_get_sizes),
13178 (audio_convert_convert):
13179 More elegant and working temp buffer selection algo.
13181 2005-08-26 Wim Taymans <wim@fluendo.com>
13183 * gst/audioconvert/audioconvert.c: (if), (float),
13184 (audio_convert_get_func_index), (check_default),
13185 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13186 (audio_convert_clean_context), (audio_convert_get_sizes),
13187 (get_temp_buffer), (audio_convert_convert):
13188 Use realloc else we lose our original data.
13190 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
13192 * gst/audioresample/gstaudioresample.c:
13193 use base class' newsegment to properly timestamp
13195 2005-08-26 Wim Taymans <wim@fluendo.com>
13197 * gst/audioconvert/audioconvert.c: (if), (float),
13198 (audio_convert_get_func_index), (check_default),
13199 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13200 (audio_convert_clean_context), (audio_convert_get_sizes),
13201 (get_temp_buffer), (audio_convert_convert):
13202 * gst/audioconvert/gstaudioconvert.c:
13203 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13204 (gst_audio_convert_transform_caps),
13205 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13206 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13207 Oops, allocate enough space to perform the channel mix.
13209 2005-08-26 Wim Taymans <wim@fluendo.com>
13211 * gst/audioconvert/Makefile.am:
13212 * gst/audioconvert/audioconvert.c: (if), (float),
13213 (audio_convert_get_func_index), (check_default),
13214 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13215 (audio_convert_clean_context), (audio_convert_get_sizes),
13216 (get_temp_buffer), (audio_convert_convert):
13217 * gst/audioconvert/audioconvert.h:
13218 * gst/audioconvert/gstaudioconvert.c:
13219 (gst_audio_convert_class_init), (gst_audio_convert_init),
13220 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13221 (gst_audio_convert_get_unit_size),
13222 (gst_audio_convert_transform_caps),
13223 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13224 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13225 * gst/audioconvert/gstaudioconvert.h:
13226 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13227 (gst_channel_mix_fill_identical),
13228 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13229 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13230 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13231 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13232 (gst_channel_mix_mix):
13233 * gst/audioconvert/gstchannelmix.h:
13234 Cleanups, librarify a bit, optimize, better negotiation and more.
13236 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13238 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13239 Another from MikeS:
13240 During typefinding, don't support negative offsets
13241 (offsets from the end of the stream) in our typefind->peek() function
13242 - nothing embedded in ogg ever needs them. However, we need to recognise
13243 those requests and reject them, otherwise we return invalid pointers.
13245 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13247 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13248 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13249 (vorbisdec_finalize), (vorbis_handle_type_packet):
13250 Big shout-out to MikeS for fixing this giant memory leak.
13253 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13255 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13256 (audio_convert_get_unit_size):
13259 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13261 * check/Makefile.am:
13262 * check/elements/audioconvert.c: (setup_audioconvert),
13263 (cleanup_audioconvert), (get_int_caps), (verify_convert),
13264 (GST_START_TEST), (audioconvert_suite), (main):
13265 add a test for audioconvert
13266 * gst/audioresample/gstaudioresample.c:
13267 * gst/audioresample/gstaudioresample.h:
13268 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13269 note that for buffers of 1/3 sec this means DURATION(c) is
13270 one nanosecond more than for a and b
13272 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13274 * check/Makefile.am:
13275 * check/elements/audioresample.c: (setup_audioresample),
13276 (cleanup_audioresample), (fail_unless_perfect_stream),
13277 (test_perfect_stream_instance), (GST_START_TEST),
13278 add a check for audioresample
13279 (audioresample_suite), (main):
13280 * check/elements/volume.c: (GST_START_TEST):
13281 remove unused method
13282 * gst/audioresample/gstaudioresample.c:
13283 set correct buffer parameters since we're changing them
13284 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13287 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13289 * gst/audioresample/debug.c:
13290 * gst/audioresample/gstaudioresample.c:
13291 add room for extra overlap samples when asked to transform size
13292 protect against possible mem corruption and check for discrepancies
13293 between written size and outbuffer's size so we can warn for
13295 * gst/audioresample/resample.c: (resample_init),
13296 (resample_get_output_size_for_input), (resample_get_output_size),
13297 (resample_set_n_channels), (resample_set_format):
13298 set debug level based on RESAMPLE_DEBUG env var
13299 make sure that get_output_size* returns a whole number of
13301 set sample_size each time either channel or format is set
13302 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13303 * gst/audioresample/resample_functable.c:
13304 (resample_scale_functable):
13305 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13306 remove r->sample_size, it's done in resample.c now
13307 add some debugging to the ref implementation
13308 make sure we only give back bytes that are wholes of the sample
13311 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13312 * gst/playback/gstplaybasebin.c: (fill_buffer):
13313 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13315 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13317 * gst/volume/gstvolume.c:
13318 made set_caps function static
13320 2005-08-24 Wim Taymans <wim@fluendo.com>
13322 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13323 (gst_vorbisenc_change_state):
13324 Stop leaking taglists.
13326 2005-08-24 Wim Taymans <wim@fluendo.com>
13328 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13329 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13330 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13331 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13332 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13333 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13334 Parse seeking events better.
13336 Generate correct newsegment events, fixes seeking in live oggs.
13338 * ext/theora/theoradec.c: (theora_dec_src_query),
13339 (theora_dec_src_event), (theora_dec_src_getcaps),
13340 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13341 Use newsegment values to report correct play time.
13343 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13344 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13345 * ext/vorbis/vorbisdec.h:
13346 Parse and use newsegment values to report correct play time.
13348 * gst-libs/gst/audio/gstbaseaudiosink.c:
13349 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13350 Clear ringbuffer on flush.
13351 Use newsegment values to calculate playback time.
13353 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13354 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13355 Basesink does newsegment calculations for us now.
13357 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13359 * check/Makefile.am:
13361 add core's plugins to the mix so that playbin works
13362 * check/generic/states.c: (GST_START_TEST):
13363 set a 0 timeout on pipelines, so they don't force the next
13365 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13366 (gst_play_base_bin_change_state):
13367 remove the crappy error handling and do GST error handling
13369 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13371 * check/Makefile.am:
13372 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13373 add same test as to core, it bitches out on playbin atm.
13375 2005-08-24 Wim Taymans <wim@fluendo.com>
13380 2005-08-24 Wim Taymans <wim@fluendo.com>
13382 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13383 (gst_videoscale_prepare_size), (parse_caps),
13384 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13385 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13386 (gst_videoscale_transform):
13387 * gst/videoscale/gstvideoscale.h:
13388 Refactor, make use of BaseTranform really well.
13390 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13393 compile audioresample
13394 * gst/audioresample/Makefile.am:
13395 * gst/audioresample/buffer.c:
13396 * gst/audioresample/functable.c:
13397 * gst/audioresample/gstaudioresample.c:
13398 * gst/audioresample/gstaudioresample.h:
13399 * gst/audioresample/resample.c:
13400 (resample_get_output_size_for_input):
13401 * gst/audioresample/resample.h:
13402 * gst/audioresample/resample_chunk.c:
13403 * gst/audioresample/resample_functable.c:
13404 * gst/audioresample/resample_ref.c:
13405 port to use basetransform; doesn't work in all cases yet
13407 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13409 * gst/audioconvert/gstaudioconvert.c:
13410 (gst_audio_convert_class_init), (gst_audio_convert_init),
13411 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13412 (audio_convert_fixate_caps), (audio_convert_set_caps),
13413 (audio_convert_transform),
13414 (gst_audio_convert_buffer_to_default_format),
13415 (gst_audio_convert_buffer_from_default_format),
13416 (gst_audio_convert_channels):
13417 * gst/audioconvert/gstchannelmix.c:
13418 * gst/audioconvert/gstchannelmix.h:
13419 port to basetransform
13420 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13421 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13422 (gst_ffmpegcsp_get_unit_size):
13423 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13424 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13425 fix for basetransform changes
13427 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13429 * check/Makefile.am:
13430 Add CHECK_CFLAGS and LDFLAGS
13432 * gst/playback/gstplaybasebin.c: (fill_buffer):
13433 GST_MESSAGE_SRC became a GObject
13435 2005-08-24 Wim Taymans <wim@fluendo.com>
13437 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13438 (gst_ring_buffer_clear_all):
13439 * gst-libs/gst/audio/gstringbuffer.h:
13440 Added function to clear the ringbuffer.
13442 2005-08-24 Andy Wingo <wingo@pobox.com>
13444 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13445 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13446 of _open and _close.
13448 * sys/v4l/gstv4lxoverlay.h:
13449 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13450 an Xv connection here, instead of all the time. Make Xv only be
13451 loaded if you axe for it. Kindof a workaround for buggy behaviour
13452 of Xv when using remote xservers (XvQueryExtension would block).
13453 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13454 replace the _open and _close public API. Only start the xv
13455 connection if necessary.
13456 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13458 2005-08-23 David Schleef <ds@schleef.org>
13460 * gst/audioresample/Makefile.am: Leet audioresampling code
13461 * gst/audioresample/buffer.c:
13462 * gst/audioresample/buffer.h:
13463 * gst/audioresample/debug.c:
13464 * gst/audioresample/debug.h:
13465 * gst/audioresample/functable.c:
13466 * gst/audioresample/functable.h:
13467 * gst/audioresample/gstaudioresample.c:
13468 * gst/audioresample/gstaudioresample.h:
13469 * gst/audioresample/resample.c:
13470 * gst/audioresample/resample.h:
13471 * gst/audioresample/resample_chunk.c:
13472 * gst/audioresample/resample_functable.c:
13473 * gst/audioresample/resample_ref.c:
13475 2005-08-23 Wim Taymans <wim@fluendo.com>
13477 * examples/seeking/seek.c: (make_vorbis_pipeline),
13478 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13479 Small seek updates.
13481 2005-08-23 Andy Wingo <wingo@pobox.com>
13483 * gst-libs/gst/audio/gstbaseaudiosrc.c
13484 (gst_base_audio_src_fixate): Only fixate endianness if it is
13485 present in the caps.
13487 2005-08-22 Andy Wingo <wingo@pobox.com>
13489 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13490 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13491 device-name property.
13493 * gst-libs/gst/audio/gstaudiosrc.h:
13494 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13495 close_device in the ring buffer, like gstaudiosink.
13497 * ext/alsa/gstalsamixer.h:
13498 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13499 macro to implement the interface without much code. Cleanups.
13501 * ext/alsa/gstalsasrc.h:
13502 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13505 * ext/alsa/Makefile.am: Add new files.
13506 * ext/alsa/gstalsamixerelement.c:
13507 * ext/alsa/gstalsamixerelement.c: Split element code out from
13508 mixer code so that alsasrc can be a mixer too.
13510 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13512 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13514 * check/elements/vorbisdec.c: (setup_vorbisdec),
13515 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13516 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13517 (vorbis_handle_identification_packet),
13518 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13519 (vorbis_handle_header_packet), (vorbis_dec_push),
13520 (vorbis_dec_chain):
13521 use the setup/teardown methods to save code. save code is good.
13523 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13525 * check/Makefile.am:
13526 add ext dir for plugins
13527 add vorbisdec test conditionally
13528 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13529 (GST_START_TEST), (volume_suite):
13530 add a test with wrong caps
13531 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13532 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13533 add a vorbisdec test
13534 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13535 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13536 clean up debug output
13537 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13538 yay, fix a segfault/security issue in vorbisdec
13539 gst-launch fakesrc ! vorbisdec wasn't happy
13540 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13541 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13542 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13543 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13544 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13545 (gst_vorbisenc_set_metadata), (get_constraints_string),
13546 (update_start_message), (gst_vorbisenc_setup),
13547 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13548 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13549 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13550 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13551 * ext/vorbis/vorbisenc.h:
13553 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13554 (gst_ffmpegcsp_transform):
13555 have the kow come home
13556 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13558 * gst/volume/gstvolume.c: (volume_set_caps):
13561 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13564 * check/.cvsignore:
13565 * check/Makefile.am:
13566 * check/elements/.cvsignore:
13567 * check/elements/volume.c: (chain_func), (event_func),
13568 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13571 add unit test structure for gst-plugins-base
13572 add a test for volume
13573 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13574 (gst_volume_set_volume), (gst_volume_get_volume),
13575 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13576 (volume_funcfind), (volume_process_float), (volume_process_int16),
13577 (volume_set_caps), (volume_transform), (volume_update_mute),
13578 (volume_update_volume), (volume_set_property),
13579 (volume_get_property):
13580 document a little; use basetransform vmethod _set_caps
13582 2005-08-19 Andy Wingo <wingo@pobox.com>
13584 * ext/alsa/gstalsamixertrack.h:
13585 * ext/alsa/gstalsamixertrack.c:
13586 * ext/alsa/gstalsamixeroptions.h:
13587 * ext/alsa/gstalsamixeroptions.c:
13588 * ext/alsa/gstalsamixer.h:
13589 * ext/alsa/gstalsamixer.c: Port to 0.9.
13591 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13592 Remove gstalsa.c and alsaclock. No more cruft here.
13594 2005-08-18 Wim Taymans <wim@fluendo.com>
13596 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13597 (gst_base_rtp_depayload_chain),
13598 (gst_base_rtp_depayload_add_to_queue),
13599 (gst_base_rtp_depayload_push),
13600 (gst_base_rtp_depayload_queue_release):
13601 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13602 Fix for RTPBuffer changes.
13604 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13605 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13606 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13607 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13608 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13609 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13610 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13611 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13612 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13613 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13614 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13615 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13616 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13617 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13618 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13619 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13620 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13621 (gst_rtpbuffer_get_payload):
13622 * gst-libs/gst/rtp/gstrtpbuffer.h:
13623 Don't subclass GstBuffer but add methods and helper functions
13624 to construct and manipulate RTP packets in regular GstBuffers.
13626 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13628 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13629 moved statement below switch
13630 * gst/volume/gstvolume.c: (gst_volume_class_init):
13633 2005-08-16 Wim Taymans <wim@fluendo.com>
13635 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13636 (gst_base_audio_src_change_state):
13637 Open and close device in READY<->NULL state change.
13639 2005-08-16 Andy Wingo <wingo@pobox.com>
13641 * examples/seeking/Makefile.am: Don't compile non-compiling
13642 compiled objects with the compiler.
13644 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13647 2005-08-12 Philippe Khalaf <burger@speedy.org>
13648 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13649 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13650 Made a thread to release the queue.
13651 Removed timestamp conversion for now.
13653 2005-08-10 Philippe Khalaf <burger@speedy.org>
13654 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13655 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13656 Added rtp timestamp -> gst timestamp conversion.
13657 Fixed several problems with queue.
13659 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13661 * gst-libs/gst/audio/gstaudioclock.h:
13662 * gst-libs/gst/audio/gstaudiofilter.h:
13663 * gst-libs/gst/audio/gstaudiosink.h:
13664 * gst-libs/gst/audio/gstaudiosrc.h:
13665 * gst-libs/gst/audio/gstbaseaudiosink.h:
13666 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13667 * gst-libs/gst/audio/gstringbuffer.h:
13668 * gst-libs/gst/net/gstnetbuffer.h:
13669 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13670 * gst-libs/gst/rtp/gstrtpbuffer.h:
13671 Add padding (you will need to rebuild gst-plugins-base,
13672 gst-plugins and all applications afterwards!)
13674 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13676 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13677 (gst_riff_parse_chunk):
13678 Fix bug in debug message and add some more debug messages.
13680 2005-08-08 Edward Hervey <edward@fluendo.com>
13682 * gst-libs/gst/riff/riff-media.c:
13683 backported updates since branch
13685 2005-08-08 Andy Wingo <wingo@pobox.com>
13687 * gst-libs/gst/audio/gstbaseaudiosink.c
13688 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13689 like good elements should. Close on READY->NULL too.
13691 * gst-libs/gst/audio/gstaudiosink.c
13692 (gst_audioringbuffer_open_device,
13693 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13694 (gst_audioringbuffer_release): Updates for new ring buffer API,
13695 hook into the new audio sink api.
13697 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13698 (GstAudioSinkClass.close): Just open and close the device -- no
13699 resource allocation or configuration.
13700 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13701 vmethods, handle device setup and resource allocation.
13703 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13704 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13707 * gst-libs/gst/audio/gstringbuffer.h
13708 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13711 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13712 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13713 New API functions. The device should be opened before acquiring
13714 and closed after releasing.
13716 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13718 * gst-libs/gst/interfaces/mixer.h:
13719 Reset padding to GST_PADDING.
13721 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13723 * gst/playback/gstplaybin.c: (remove_sinks):
13724 Remove visualization from parent explicitely; works around some
13725 apparent refcount issue that I haven't tracked down yet.
13727 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13729 * ext/alsa/gstalsasink.c: (set_hwparams):
13730 Assign debug category, add negotiation debug msgs.
13732 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13734 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13735 Fix error code for file-not-found to NOT_FOUND.
13737 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13739 * common/gtk-doc-plugins.mak:
13740 * docs/plugins/Makefile.am:
13741 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13742 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13743 renamed to actual element names, so much nicer to look at
13744 * docs/plugins/tmpl/gstmultifdsink.sgml:
13746 * docs/plugins/tmpl/multifdsink.sgml:
13747 * docs/plugins/tmpl/tcpserversink.sgml:
13749 * ext/alsa/gstalsa.c:
13750 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13751 * ext/ogg/gstoggmux.c:
13752 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13753 * gst/playback/gstdecodebin.c:
13754 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13755 * gst/tcp/gsttcpserversink.c:
13756 various fixes and documentation additions
13758 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13760 * common/Makefile.am:
13761 * common/gstdoc-scangobj:
13762 * common/gtk-doc-plugins.mak:
13763 * common/gtk-doc.mak:
13764 add a custom scangobj that uses the registry
13765 add a custom gtk-doc-plugins.mak that uses it
13766 some doc build fixes
13768 * docs/Makefile.am:
13769 * docs/plugins/Makefile.am:
13770 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13771 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13772 * docs/plugins/gst-plugins-base-plugins.types:
13773 * docs/plugins/tmpl/gstmultifdsink.sgml:
13774 add docs for one element, multifdsink
13775 * gst/adder/gstadder.h:
13776 * gst/volume/gstvolume.h:
13777 don't privatize enum
13778 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13779 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13780 (gst_sync_method_get_type), (gst_client_status_get_type),
13781 (gst_multifdsink_class_init),
13782 (gst_multifdsink_client_queue_buffer),
13783 (gst_multifdsink_handle_client_write):
13784 * gst/tcp/gstmultifdsink.h:
13785 * gst/tcp/gsttcp.h:
13786 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13787 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13788 (gst_tcpclientsink_render):
13789 * gst/tcp/gsttcpclientsink.h:
13790 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13791 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13792 (gst_tcpclientsrc_start):
13793 * gst/tcp/gsttcpclientsrc.h:
13794 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13795 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13796 * gst/tcp/gsttcpserversrc.h:
13797 * gst/typefind/gsttypefindfunctions.c:
13798 remove superfluous Type stuff
13800 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13802 * gst/playback/gstplaybin.c: (gen_video_element):
13805 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13807 * gst-libs/gst/gconf/gconf.c:
13808 * gst-libs/gst/gconf/gconf.h:
13809 Fix some Andy Problem [tm].
13811 2005-08-04 Andy Wingo <wingo@pobox.com>
13813 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13814 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13815 (gst_ffmpegcsp_get_size): Adapt to API changes.
13817 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13818 Implement an in-place do-nothing transform.
13820 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13822 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13823 (gst_ximagesink_renegotiate_size):
13824 Do not set new window sizes yet if we prepare a new buffer size
13825 for upstream renegotiation (software scaling) at some point in the
13826 future, because this new size waqs not actually accepted yet. Once
13827 accepted, renegotiation later on will set the new sizes just fine.
13828 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13829 embedding testcase.
13831 2005-08-03 Andy Wingo <wingo@pobox.com>
13833 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13834 (gst_ximagesink_buffer_alloc):
13835 Protect the height, width, and desired_caps with the pool_lock.
13836 Fixes videotestsrc ! queue ! ximagesink.
13838 2005-08-02 Edward Hervey <edward@fluendo.com>
13840 * gst/volume/gstvolume.c:
13841 include left from controller cleanup
13843 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13844 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13845 Stop collectpads before calling the parent state
13846 change function on PAUSED->READY.
13848 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13850 When testing for X libs, use the X CFlags
13851 * gst/adder/gstadder.c: (gst_adder_change_state):
13852 Stop the collectpads before calling parent state change function
13853 on PAUSED->READY, otherwise we deadlock deactivating pads.
13855 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13858 * docs/libs/tmpl/gstcolorbalance.sgml:
13859 * docs/libs/tmpl/gstmixer.sgml:
13860 * examples/Makefile.am:
13861 * gst/sine/Makefile.am:
13862 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13863 (gst_sinesrc_set_property), (plugin_init):
13864 * gst/sine/gstsinesrc.h:
13865 * gst/volume/Makefile.am:
13866 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13867 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13868 (volume_process_float), (volume_process_int16),
13869 (volume_set_property), (plugin_init):
13870 * gst/volume/gstvolume.h:
13871 deactivate and remove dparams (libgstcontrol)
13873 2005-07-29 Wim Taymans <wim@fluendo.com>
13875 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13876 Convert me to BaseTransform!! help..
13878 2005-07-29 Andy Wingo <wingo@pobox.com>
13880 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13883 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13884 support of both endiannesses.
13886 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13888 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13889 Fix confusing debug message (s/event/query/)
13891 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13893 * gst/videotestsrc/videotestsrc.h:
13894 Use "_stdint.h" instead of <stdint.h>
13896 2005-07-27 Wim Taymans <wim@fluendo.com>
13898 * ext/vorbis/Makefile.am:
13899 Revert wrong commit.
13901 2005-07-27 Wim Taymans <wim@fluendo.com>
13903 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13904 More compilation fixen.
13906 2005-07-27 Wim Taymans <wim@fluendo.com>
13908 * gst-libs/gst/audio/gstbaseaudiosink.c:
13909 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13910 (gst_base_audio_sink_create_ringbuffer),
13911 (gst_base_audio_sink_change_state):
13914 2005-07-27 Wim Taymans <wim@fluendo.com>
13916 * examples/seeking/seek.c: (setup_dynamic_link),
13917 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13918 (query_positions_elems), (query_positions_pads), (do_seek):
13919 Update seek example.
13921 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13922 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13923 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13924 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13925 (gst_ogg_demux_handle_event),
13926 (gst_ogg_demux_deactivate_current_chain),
13927 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13928 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13929 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13930 (gst_ogg_demux_loop):
13931 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13932 * ext/theora/theoradec.c: (theora_dec_src_event),
13933 (theora_dec_src_getcaps), (theora_dec_sink_event),
13934 (theora_dec_push), (theora_dec_chain):
13935 * ext/vorbis/Makefile.am:
13936 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13937 (vorbis_dec_sink_event), (vorbis_dec_push),
13938 (vorbis_handle_data_packet):
13939 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13940 (gst_vorbisenc_chain):
13941 * gst/playback/gststreaminfo.c: (cb_probe):
13942 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13943 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13944 * gst/videoscale/gstvideoscale.c:
13945 (gst_videoscale_handle_src_event):
13946 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13947 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13948 (gst_ximagesink_navigation_send_event):
13949 * sys/xvimage/xvimagesink.c:
13950 (gst_xvimagesink_navigation_send_event):
13951 Various event updates and cleanups
13953 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13955 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13956 Fix segfault for I420/YV12.
13958 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13960 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13963 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13965 * gst/playback/gstplaybin.c: (gen_video_element),
13966 (gen_audio_element):
13967 Switch to auto*sink elements as default sinks; add volume element
13968 so that volume control in totem works.
13970 2005-07-21 Wim Taymans <wim@fluendo.com>
13972 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13973 * gst/playback/gstplaybin.c: (setup_sinks),
13974 (gst_play_bin_change_state):
13975 Refcount fix and more comments.
13977 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13979 * sys/ximage/Makefile.am:
13980 * sys/ximage/ximage.c: (plugin_init):
13981 * sys/ximage/ximagesink.c:
13982 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13985 2005-07-21 Wim Taymans <wim@fluendo.com>
13987 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13988 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13989 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13990 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13991 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13992 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13993 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13994 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13995 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13996 Generate correct disconts for live chained oggs.
13998 * gst-libs/gst/audio/gstbaseaudiosink.c:
13999 (gst_base_audio_sink_render),
14000 (gst_base_audio_sink_create_ringbuffer),
14001 (gst_base_audio_sink_change_state):
14002 Handle discont math correctly.
14004 * gst/playback/gstplaybin.c: (add_sink):
14005 Some small debug cleanup.
14007 2005-07-21 Wim Taymans <wim@fluendo.com>
14009 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
14010 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14011 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14012 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14013 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14014 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14015 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14016 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14017 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14018 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14019 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14020 (gst_ogg_demux_change_state), (gst_ogg_print):
14021 Reorganize code to send the right disconts when in streaming
14024 2005-07-20 Andy Wingo <wingo@pobox.com>
14026 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14027 fix (?), fixes a seggie mcfalterson (#310894).
14029 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14031 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14032 (gst_ogg_mux_set_header_on_caps):
14033 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14034 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14035 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14036 * gst-libs/gst/audio/multichannel.c:
14037 (gst_audio_set_channel_positions),
14038 (gst_audio_set_structure_channel_positions_list):
14039 * gst/playback/gstdecodebin.c: (dynamic_create):
14040 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14041 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14042 Fixes for API changes in core.
14044 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14046 * gst/playback/gstplaybasebin.c: (fill_buffer):
14047 Use _new_custom() so we can set custom message types for buffering
14050 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14053 * gst-libs/gst/Makefile.am:
14054 * gst-libs/gst/gconf/.cvsignore:
14055 * gst-libs/gst/gconf/Makefile.am:
14056 * gst-libs/gst/gconf/test-gconf.c:
14057 * pkgconfig/Makefile.am:
14058 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14059 * pkgconfig/gstreamer-gconf.pc.in:
14060 Remove gconf stuff, use gconf elements instead from now on.
14062 2005-07-20 Wim Taymans <wim@fluendo.com>
14064 * gst-libs/gst/audio/TODO:
14065 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14066 (gst_audio_clock_get_internal_time):
14067 * gst-libs/gst/audio/gstaudioclock.h:
14068 * gst-libs/gst/audio/gstbaseaudiosink.c:
14069 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14070 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14071 (gst_base_audio_sink_render),
14072 (gst_base_audio_sink_create_ringbuffer),
14073 (gst_base_audio_sink_change_state):
14074 Make sure the audio clock always returns an increasing value.
14076 2005-07-19 Andy Wingo <wingo@pobox.com>
14078 * gst/videotestsrc/: Cleanups.
14080 2005-07-19 Wim Taymans <wim@fluendo.com>
14082 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14085 2005-07-19 Wim Taymans <wim@fluendo.com>
14087 * examples/seeking/seek.c: (make_dv_pipeline),
14088 (make_vorbis_theora_pipeline), (query_rates),
14089 (query_positions_elems), (query_positions_pads), (do_seek):
14090 Make correct DV pipeline.
14092 2005-07-18 Andy Wingo <wingo@pobox.com>
14094 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14095 default. Also because it's the only thing that really works. (This
14096 is used in the GConf elements).
14097 Use AS_LIBTOOL_TAGS.
14099 2005-07-18 Wim Taymans <wim@fluendo.com>
14101 * gst/playback/gstdecodebin.c: (remove_element_chain):
14102 * gst/playback/gstplaybin.c: (add_sink):
14103 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14104 (gst_stream_info_set_mute):
14105 * gst/playback/gststreamselector.c:
14106 (gst_stream_selector_get_linked_pad),
14107 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14108 More leak and compile fixes.
14110 2005-07-18 Wim Taymans <wim@fluendo.com>
14112 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14113 (query_rates), (query_positions_elems), (query_positions_pads),
14114 (do_seek), (seek_cb), (stop_seek):
14115 Updated seek example.
14117 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14118 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14119 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14120 * gst/playback/gstplaybin.c: (add_sink):
14121 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14122 (gst_stream_info_set_mute):
14123 Some refcount leak fixes.
14125 2005-07-16 Wim Taymans <wim@fluendo.com>
14127 * gst-libs/gst/audio/gstbaseaudiosink.c:
14128 (gst_base_audio_sink_render):
14129 Align samples even if we have roundoff errors in the
14130 timestamp conversion.
14132 2005-07-16 Wim Taymans <wim@fluendo.com>
14134 * docs/libs/tmpl/gstringbuffer.sgml:
14135 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14136 (query_rates), (query_positions_elems), (query_positions_pads),
14137 (update_scale), (do_seek):
14138 Updated seek example.
14140 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14141 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14142 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14143 (gst_ogg_demux_loop):
14144 Push out correct discont values.
14146 * ext/theora/theoradec.c: (theora_dec_src_convert),
14147 (theora_dec_sink_convert), (theora_dec_src_getcaps),
14148 (theora_dec_sink_event), (theora_handle_type_packet),
14149 (theora_handle_header_packet), (theora_dec_push),
14150 (theora_handle_data_packet), (theora_dec_chain),
14151 (theora_dec_change_state):
14152 Better timestamping.
14154 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14155 (vorbis_dec_sink_event), (vorbis_dec_push),
14156 (vorbis_handle_data_packet), (vorbis_dec_chain):
14157 * ext/vorbis/vorbisdec.h:
14158 Better timestamping.
14160 * gst-libs/gst/audio/gstbaseaudiosink.c:
14161 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14162 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14163 Handle syncing on timestamps instead of sample offsets. Make
14164 use of DISCONT values as described in design docs.
14166 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14167 (gst_base_audio_src_get_time):
14168 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14169 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14170 (gst_ring_buffer_read):
14171 * gst-libs/gst/audio/gstringbuffer.h:
14172 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14173 (gst_ximagesink_show_frame):
14174 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14175 Correcly convert buffer timestamp to stream time.
14177 2005-07-16 Wim Taymans <wim@fluendo.com>
14179 * gst/audioconvert/gstaudioconvert.c:
14180 (gst_audio_convert_get_buffer):
14181 Timestamp buffers correctly.
14183 * gst/playback/gstplaybin.c: (gen_video_element):
14184 Make internal fakesink silent.
14186 2005-07-15 Wim Taymans <wim@fluendo.com>
14188 * gst/ffmpegcolorspace/Makefile.am:
14189 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14190 (gst_ffmpegcsp_caps_remove_format_info),
14191 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14192 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14193 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14194 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14195 Ported ffmpegcolorspace to basetransform.
14197 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14198 * gst/volume/gstvolume.c: (volume_transform):
14201 2005-07-14 Wim Taymans <wim@fluendo.com>
14203 * gst/videotestsrc/Makefile.am:
14204 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14205 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14206 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14207 (gst_videotestsrc_init), (gst_videotestsrc_event),
14208 (gst_videotestsrc_create), (gst_videotestsrc_start),
14209 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14210 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14211 (gst_videotestsrc_get_property):
14212 * gst/videotestsrc/gstvideotestsrc.h:
14213 Make videotestsrc a pushsrc.
14215 2005-07-14 Wim Taymans <wim@fluendo.com>
14217 * gst/tcp/gstfdset.c: (gst_fdset_free):
14218 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14219 (gst_multifdsink_add), (gst_multifdsink_remove),
14220 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14221 (gst_multifdsink_remove_client_link),
14222 (gst_multifdsink_client_queue_data),
14223 (gst_multifdsink_client_queue_caps),
14224 (gst_multifdsink_client_queue_buffer),
14225 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14226 (gst_multifdsink_stop):
14227 * gst/tcp/gstmultifdsink.h:
14230 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14231 Also draw image when not from a pool.
14233 2005-07-14 Wim Taymans <wim@fluendo.com>
14235 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14236 (mute_stream), (silence_stream):
14237 Small debug additions.
14239 2005-07-14 Wim Taymans <wim@fluendo.com>
14241 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14242 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14243 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14244 Better error recovery, ignore unconnected pads and
14247 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
14249 * docs/libs/tmpl/gstaudio.sgml:
14250 * docs/libs/tmpl/gstcolorbalance.sgml:
14251 * docs/libs/tmpl/gstgconf.sgml:
14252 * docs/libs/tmpl/gstmixer.sgml:
14253 * docs/libs/tmpl/gstringbuffer.sgml:
14254 * docs/libs/tmpl/gsttuner.sgml:
14255 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14256 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14257 (gst_tcpclientsrc_class_init):
14258 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14259 (gst_tcpserversrc_class_init):
14260 * sys/v4l/gstv4lelement.c:
14261 more autistic cleanliness in functions/names/defines
14263 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
14266 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14267 added manually to each Makefile.am so we are sure it goes
14268 *last* and doesn't add -L flags before linking in libs of our
14269 own, like, say, internal .la libs, that then accidentally pick
14270 up the installed copy.
14271 * docs/libs/Makefile.am:
14272 * ext/alsa/Makefile.am:
14273 * ext/cdparanoia/Makefile.am:
14274 * ext/gnomevfs/Makefile.am:
14275 * ext/libvisual/Makefile.am:
14276 * ext/ogg/Makefile.am:
14277 * ext/theora/Makefile.am:
14278 * ext/vorbis/Makefile.am:
14279 * gst-libs/gst/video/Makefile.am:
14280 * gst/adder/Makefile.am:
14281 * gst/audioconvert/Makefile.am:
14282 * gst/audiorate/Makefile.am:
14283 * gst/audioscale/Makefile.am:
14284 * gst/ffmpegcolorspace/Makefile.am:
14285 * gst/playback/Makefile.am:
14286 * gst/sine/Makefile.am:
14287 * gst/subparse/Makefile.am:
14288 * gst/tags/Makefile.am:
14289 * gst/tcp/Makefile.am:
14290 * gst/typefind/Makefile.am:
14291 * gst/videorate/Makefile.am:
14292 * gst/videoscale/Makefile.am:
14293 * gst/videotestsrc/Makefile.am:
14294 * gst/volume/Makefile.am:
14295 * sys/v4l/Makefile.am:
14296 * sys/ximage/Makefile.am:
14297 * sys/xvimage/Makefile.am:
14298 adapt properly to this change. This should make sure that
14299 plugins and libs properly link to the as-yet-uninstalled
14300 copies of stuff like libgstinterfaces and libgstvideo
14302 2005-07-13 Andy Wingo <wingo@pobox.com>
14304 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14305 (gst_v4lsrc_fixate): Fixate on format as well.
14307 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14308 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14309 buffer points to it.
14310 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14311 rather just doing X calls ourselves. Also fixes a memleak.
14313 2005-07-12 Andy Wingo <wingo@pobox.com>
14315 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14316 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14317 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14318 TRUE to avoid deadlocks if an element holds on to our buffers.
14320 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14322 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14323 (gst_sinesrc_init), (gst_sinesrc_create),
14324 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14325 (gst_sinesrc_start):
14326 * gst/sine/gstsinesrc.h:
14327 removing num-buffers property before moving it
14329 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14332 use overridable ERROR_CFLAGS
14333 * docs/libs/gst-plugins-base-libs.types:
14334 * docs/libs/tmpl/gstringbuffer.sgml:
14335 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14336 (gst_alsasink_class_init):
14337 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14338 (gst_alsasrc_class_init):
14339 * gst-libs/gst/audio/audio.h:
14340 * gst-libs/gst/audio/gstaudioclock.h:
14341 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14342 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14343 (gst_audio_filter_link), (gst_audio_filter_init),
14344 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14345 (gst_audio_filter_get_property),
14346 (gst_audio_filter_class_add_pad_templates):
14347 * gst-libs/gst/audio/gstaudiofilter.h:
14348 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14349 (gst_audio_filter_template_get_type),
14350 (gst_audio_filter_template_base_init),
14351 (gst_audio_filter_template_class_init),
14352 (gst_audio_filter_template_init),
14353 (gst_audio_filter_template_set_property),
14354 (gst_audio_filter_template_get_property), (plugin_init),
14355 (gst_audio_filter_template_setup),
14356 (gst_audio_filter_template_filter),
14357 (gst_audio_filter_template_filter_inplace):
14358 * gst-libs/gst/audio/gstaudiosink.c:
14359 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14360 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14361 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14362 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14363 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14364 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14365 * gst-libs/gst/audio/gstaudiosink.h:
14366 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14367 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14368 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14369 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14370 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14371 (gst_audio_src_class_init), (gst_audio_src_init),
14372 (gst_audio_src_create_ringbuffer):
14373 * gst-libs/gst/audio/gstaudiosrc.h:
14374 * gst-libs/gst/audio/gstbaseaudiosink.c:
14375 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14376 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14377 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14378 (gst_base_audio_sink_set_property),
14379 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14380 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14381 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14382 (gst_base_audio_sink_create_ringbuffer),
14383 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14384 * gst-libs/gst/audio/gstbaseaudiosink.h:
14385 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14386 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14387 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14388 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14389 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14390 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14391 (gst_base_audio_src_event), (gst_base_audio_src_create),
14392 (gst_base_audio_src_create_ringbuffer),
14393 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14394 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14395 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14396 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14397 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14398 (gst_ring_buffer_debug_spec_caps),
14399 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14400 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14401 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14402 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14403 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14404 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14405 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14406 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14407 (gst_ring_buffer_clear):
14408 * gst-libs/gst/audio/gstringbuffer.h:
14409 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14410 (gst_video_sink_class_init), (gst_video_sink_get_type):
14411 * gst-libs/gst/video/videosink.h:
14412 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14413 (gst_multifdsink_class_init),
14414 (gst_multifdsink_handle_client_write),
14415 (gst_multifdsink_change_state):
14416 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14417 (gst_tcpclientsink_setcaps):
14418 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14419 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14420 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14421 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14422 (gst_ximagesink_send_pending_navigation),
14423 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14424 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14425 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14426 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14427 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14428 (gst_xvimagesink_send_pending_navigation),
14429 (gst_xvimagesink_navigation_send_event),
14430 (gst_xvimagesink_set_xwindow_id),
14431 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14432 (gst_xvimagesink_get_type):
14433 more macro splitting
14435 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14437 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14438 plug a memleak, allows me to import 1479 albums in one go
14440 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14441 (vorbis_handle_type_packet), (vorbis_dec_chain),
14442 (vorbis_dec_change_state):
14443 fix some format strings
14445 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14447 * docs/libs/tmpl/gstcolorbalance.sgml:
14448 * docs/libs/tmpl/gstmixer.sgml:
14449 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14450 (gst_alsasink_set_property), (gst_alsasink_get_property):
14451 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14452 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14453 add device property
14455 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14457 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14458 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14459 (audiocast_register_listener), (audiocast_thread_run),
14460 (gst_gnomevfssrc_send_additional_headers_callback),
14461 (gst_gnomevfssrc_received_headers_callback),
14462 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14463 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14464 (gst_gnomevfssrc_get_size):
14465 add/clean up debugging
14466 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14469 2005-07-07 Andy Wingo <wingo@pobox.com>
14471 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14472 framerate. Need to get a handle on when exactly this function is
14475 * sys/v4l/v4lsrc_calls.h:
14476 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14477 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14478 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14480 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14481 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14482 v4lelements are sources.
14484 * sys/v4l/gstv4lxoverlay.h:
14485 * sys/v4l/gstv4lxoverlay.c:
14486 * sys/v4l/gstv4ltuner.h:
14487 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14489 * sys/v4l/gstv4lsrc.h:
14490 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14491 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14492 or something should handle that. Made a live source.
14494 * sys/v4l/gstv4lelement.h:
14495 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14496 signals. Some cleanups.
14498 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14500 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14503 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14506 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14508 2005-07-07 Wim Taymans <wim@fluendo.com>
14510 * ext/theora/theoradec.c: (theora_get_query_types),
14511 (theora_dec_src_getcaps), (theora_dec_push):
14512 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14513 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14514 Remove deprecated/unused query types.
14516 2005-07-06 Wim Taymans <wim@fluendo.com>
14518 * ext/alsa/Makefile.am:
14519 * ext/alsa/gstalsaplugin.c: (plugin_init):
14520 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14521 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14522 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14523 (gst_alsasrc_class_init), (gst_alsasrc_init),
14524 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14525 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14526 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14527 (gst_alsasrc_reset):
14528 * ext/alsa/gstalsasrc.h:
14529 * gst-libs/gst/audio/Makefile.am:
14530 * gst-libs/gst/audio/gstaudiosink.c:
14531 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14532 (gst_audioringbuffer_start):
14533 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14534 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14535 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14536 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14537 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14538 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14539 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14540 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14541 * gst-libs/gst/audio/gstaudiosrc.h:
14542 * gst-libs/gst/audio/gstbaseaudiosink.c:
14543 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14544 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14545 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14546 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14547 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14548 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14549 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14550 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14551 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14552 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14553 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14554 (gst_baseaudiosrc_change_state):
14555 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14556 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14557 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14558 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14559 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14560 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14561 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14562 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14563 * gst-libs/gst/audio/gstringbuffer.h:
14564 Added audiosource base classes.
14565 Ported alsasrc, still very basic.
14567 2005-07-06 Wim Taymans <wim@fluendo.com>
14569 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14570 (theora_dec_push), (theora_handle_data_packet):
14571 Prepare for better timestamp fix later.
14573 * gst/audioconvert/gstaudioconvert.c:
14574 List most accurate caps first
14576 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14577 Use proper pad task function.
14579 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14580 (gst_xvimagesink_show_frame):
14581 Fix deadlock when alloc failed.
14583 2005-07-05 Andy Wingo <wingo@pobox.com>
14585 * ext/gnomevfs/gstgnomevfssrc.c:
14586 * gst/sine/gstsinesrc.c:
14587 * gst/tcp/gsttcpserversrc.c:
14588 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14590 * sys/v4l/: Port from 0.8.
14592 * Many files: Null if we got it....
14594 2005-07-05 Andy Wingo <wingo@pobox.com>
14596 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14597 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14600 2005-07-05 Wim Taymans <wim@fluendo.com>
14603 * gst/tcp/Makefile.am:
14605 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14606 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14607 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14608 (is_sync_frame), (gst_multifdsink_handle_client_write),
14609 (gst_multifdsink_render), (gst_multifdsink_start),
14610 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14611 * gst/tcp/gstmultifdsink.h:
14612 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14613 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14614 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14615 * gst/tcp/gsttcp.h:
14616 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14617 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14618 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14619 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14620 * gst/tcp/gsttcpclientsink.h:
14621 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14622 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14623 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14624 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14625 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14626 * gst/tcp/gsttcpclientsrc.h:
14627 * gst/tcp/gsttcpplugin.c: (plugin_init):
14628 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14629 * gst/tcp/gsttcpserversink.h:
14630 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14631 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14632 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14633 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14634 (gst_tcpserversrc_stop):
14635 * gst/tcp/gsttcpserversrc.h:
14636 * gst/tcp/gsttcpsink.c:
14637 * gst/tcp/gsttcpsink.h:
14638 * gst/tcp/gsttcpsrc.c:
14639 * gst/tcp/gsttcpsrc.h:
14640 Ported tcp plugins to 0.9.
14643 2005-07-05 Andy Wingo <wingo@pobox.com>
14645 * gst/playback/gstplaybasebin.c (fill_buffer):
14646 message_new_application fixen.
14648 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14651 2005-07-04 Wim Taymans <wim@fluendo.com>
14653 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14654 Set caps on output buffer.
14656 2005-07-04 Andy Wingo <wingo@pobox.com>
14658 * ext/gnomevfs/gstgnomevfssrc.c
14659 (gst_gnomevfssrc_received_headers_callback)
14660 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14663 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14664 No refcount leakage.
14666 * configure.ac: Enable -Werror.
14668 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14669 * gst/audioconvert/bufferframesconvert.c
14670 (buffer_frames_convert_fixate):
14671 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14672 (gst_audio_convert_fixate):
14673 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14674 (gst_sinesrc_create): Fixate func changes.
14676 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14677 (gst_ximagesink_buffer_alloc): Unused var.
14679 2005-07-01 Andy Wingo <wingo@pobox.com>
14681 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14682 getcaps to do explicit caps. Needs to be done in all decoders,
14683 possibly via a base class.
14685 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14687 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14688 caps on the sink pad, just rely on the pad template. Also, setting
14689 ANY caps on a pad is not valid because the caps are not fixed.
14691 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14692 caps on the buffer, and get the width from the desired_caps if
14694 (gst_ximagesink_renegotiate_size): Implement via setting the
14695 desired_caps on the ximagesink.
14696 (gst_ximagesink_setcaps): Only reset the width of the player if it
14697 wasn't already set. Not sure if this is right.
14698 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14700 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14701 that the user wants. NULL unless the window has been resized.
14703 * gst/volume/gstvolume.c (volume_transform): Adapt to
14704 basetransform refcount changes.
14706 2005-07-01 Andy Wingo <wingo@pobox.com>
14708 * gst/videoscale/gstvideoscale.c:
14709 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14710 from BaseTransform, implements a transform_caps. Removed dead code
14711 including some PAR stuff that was never reached -- should probably
14712 be added back somehow.
14714 2005-07-01 Andy Wingo <wingo@pobox.com>
14716 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14719 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14722 * docs/libs/Makefile.am:
14723 * docs/libs/gst-plugins-libs.types:
14724 * ext/alsa/Makefile.am:
14725 * ext/alsa/gstalsamixer.h:
14726 * ext/alsa/gstalsamixeroptions.h:
14727 * ext/alsa/gstalsamixertrack.h:
14728 * gst-libs/gst/Makefile.am:
14729 * gst-libs/gst/colorbalance/.cvsignore:
14730 * gst-libs/gst/colorbalance/Makefile.am:
14731 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14732 * gst-libs/gst/colorbalance/colorbalance.c:
14733 * gst-libs/gst/colorbalance/colorbalance.h:
14734 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14735 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14736 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14737 * gst-libs/gst/interfaces/Makefile.am:
14738 * gst-libs/gst/interfaces/colorbalance.c:
14739 (gst_color_balance_class_init):
14740 * gst-libs/gst/interfaces/colorbalance.h:
14741 * gst-libs/gst/interfaces/interfaces-marshal.list:
14742 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14743 * gst-libs/gst/interfaces/mixer.h:
14744 * gst-libs/gst/interfaces/mixeroptions.h:
14745 * gst-libs/gst/interfaces/navigation.c:
14746 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14747 * gst-libs/gst/interfaces/tuner.h:
14748 * gst/volume/Makefile.am:
14749 * gst/volume/gstvolume.c:
14750 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14751 * sys/ximage/Makefile.am:
14752 * sys/ximage/ximagesink.c:
14753 * sys/xvimage/Makefile.am:
14754 * sys/xvimage/xvimagesink.c:
14755 fold in all interfaces into an interfaces dir, preserving CVS
14758 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14760 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14761 Fix build after riff changes.
14763 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14765 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14766 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14767 (gst_riff_create_video_template_caps),
14768 (gst_riff_create_audio_template_caps),
14769 (gst_riff_create_iavs_template_caps):
14770 * gst-libs/gst/riff/riff-media.h:
14771 * gst-libs/gst/riff/riff-read.h:
14772 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14773 Add gst_riff_init() to initialize the debug category, instead
14774 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14776 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14778 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14779 Oops, I shouldn't apply hacks.
14781 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14783 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14784 Remove pad_loop function which doesn't work.
14786 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14788 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14789 Send EOS when deactivating.
14790 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14791 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14792 (gen_preroll_element), (probe_triggered), (mute_stream),
14793 (silence_stream), (new_decoded_pad), (setup_substreams),
14794 (set_active_source):
14795 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14796 (remove_sinks), (add_sink):
14797 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14798 Change for new probe API.
14800 2005-06-29 Wim Taymans <wim@fluendo.com>
14802 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14803 * gst-libs/gst/audio/gstbaseaudiosink.c:
14804 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14805 (gst_baseaudiosink_change_state):
14806 * gst-libs/gst/audio/gstbaseaudiosink.h:
14807 * gst-libs/gst/audio/gstringbuffer.c:
14808 (gst_ringbuffer_set_callback):
14809 Fix compilation error.
14810 Ringbuffer starts out as not running.
14811 Free our clock in dispose.
14812 When releasing the ringbuffer we need to renegotiate so
14813 clear the pad caps.
14815 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14819 * docs/Makefile.am:
14820 * docs/libs/Makefile.am:
14821 * docs/libs/gst-plugins-libs-docs.sgml:
14822 * docs/libs/gst-plugins-libs-sections.txt:
14823 * docs/libs/gst-plugins-libs.types:
14824 * docs/libs/tmpl/gstaudio.sgml:
14825 * docs/libs/tmpl/gstcolorbalance.sgml:
14826 * docs/libs/tmpl/gstringbuffer.sgml:
14827 * gst-libs/gst/audio/gstringbuffer.c:
14828 (gst_ringbuffer_set_callback):
14829 reinstate gtk-doc docs for plugin libs
14831 2005-06-28 Wim Taymans <wim@fluendo.com>
14833 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14834 (gst_ogg_demux_init):
14835 Removed pad loop function.
14837 2005-06-28 Wim Taymans <wim@fluendo.com>
14839 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14840 If we're building a chain we are not in an error case
14841 when we queue a buffer.
14843 2005-06-28 Andy Wingo <wingo@pobox.com>
14845 * *.c: Don't cast to GstObject before reffing/unreffing.
14847 2005-06-27 Andy Wingo <wingo@pobox.com>
14849 * gst/videotestsrc/gstvideotestsrc.c
14850 (gst_videotestsrc_activate_push): Activation API changes.
14852 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14853 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14854 they have refs on the decodebin.
14856 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14858 (gst_ogg_pad_typefind): Don't leak a pad ref.
14859 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14860 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14861 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14863 2005-06-27 Edward Hervey <edward@fluendo.com>
14865 * ext/theora/theoradec.c: (theora_dec_change_state):
14866 re-arranged call to parent's state change in order to avoid locks (or
14869 2005-06-26 Edward Hervey <edward@fluendo.com>
14871 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14872 2nd argument of 'unknow-type' signal is a GstCaps and not a
14875 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14876 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14877 Set the worker thread's running flag to TRUE before starting the
14879 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14880 Catch a failure to add typefind to the bin.
14882 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14884 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14885 (gst_sinesrc_init), (gst_sinesrc_create),
14886 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14887 (gst_sinesrc_start):
14888 * gst/sine/gstsinesrc.h:
14889 add num-buffers and timestamp-offset properties
14890 * gst/videotestsrc/gstvideotestsrc.c:
14891 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14892 (gst_videotestsrc_get_property):
14893 add timestamp-offset property
14895 2005-06-23 Christian Schaller <uraeus@gnome.org>
14897 * configure.ac: add videorate
14898 * gst-plugins-base.spec.in: add videorate
14900 2005-06-23 Wim Taymans <wim@fluendo.com>
14902 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14903 (gst_videorate_getcaps), (gst_videorate_setcaps),
14904 (gst_videorate_event), (gst_videorate_chain):
14905 Fixed videorate, fixating an already fixated caps is not
14908 2005-06-23 Wim Taymans <wim@fluendo.com>
14911 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14912 Buffer on caps is not boxed anymore.
14914 2005-06-22 Wim Taymans <wim@fluendo.com>
14916 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14917 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14918 Set buffers on caps as miniobjects and not as boxed.
14920 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14925 === release 0.9.1 ===
14927 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14948 updates for release
14950 2005-06-09 Andy Wingo <wingo@pobox.com>
14952 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14954 2005-06-09 Andy Wingo <wingo@pobox.com>
14957 * gst-libs/gst/Makefile.am:
14958 * gst-libs/gst/net/Makefile.am:
14959 Add gstnet to build.
14961 2005-06-09 Andy Wingo <wingo@pobox.com>
14963 * gst-libs/gst/gconf/gconf.c:
14964 * gst/playback/test.c:
14965 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14968 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14970 * ext/theora/theoraenc.c (theora_enc_chain):
14971 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14973 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14976 2005-06-02 Wim Taymans <wim@fluendo.com>
14978 * gst-libs/gst/net/Makefile.am:
14979 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14980 * pkgconfig/gstreamer-libs.pc.in:
14981 Added net stuff, version net lib.
14983 2005-06-02 Wim Taymans <wim@fluendo.com>
14985 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14986 (query_rates), (query_positions_elems), (query_positions_pads),
14988 Updated seek example.
14990 2005-06-02 Andy Wingo <wingo@pobox.com>
14992 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14993 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14996 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14997 remove the typefind, the bin dispose will do it for us. When it's
14998 removed and unreffed, the signal handler will be disconnected,
15000 (unlinked): It's too difficult to disconnect from unlinked
15001 handlers, as they are on pads not elements. Just punt if the pads
15002 aren't grandkids of the bin.
15004 2005-06-02 Wim Taymans <wim@fluendo.com>
15007 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15008 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
15009 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
15010 * ext/theora/theoradec.c: (theora_dec_src_query),
15011 (theora_handle_data_packet):
15012 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15013 (theora_enc_chain):
15014 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15015 (vorbis_handle_data_packet):
15016 * gst/audioconvert/bufferframesconvert.c:
15017 (buffer_frames_convert_chain):
15018 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15019 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15020 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15021 (gst_ffmpegcsp_chain):
15022 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15023 (gst_videorate_getcaps), (gst_videorate_setcaps),
15024 (gst_videorate_event), (gst_videorate_chain):
15025 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15026 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15027 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15028 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15029 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15030 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15031 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15032 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15033 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15034 Cleanups and buffer alloc.
15036 2005-05-31 Wim Taymans <wim@fluendo.com>
15038 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15039 Don't try to call the delay method when the device is not
15042 2005-05-31 Wim Taymans <wim@fluendo.com>
15044 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15045 Get actual segment size and buffer size after opening
15048 2005-05-30 Wim Taymans <wim@fluendo.com>
15050 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15051 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15052 Also FLUSH upstream, makes the loop function exit faster.
15054 * ext/theora/theoradec.c: (theora_dec_src_query):
15055 Some more debug info in the query.
15057 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15058 (gst_ximagesink_setcaps):
15059 Release lock on par error, better error reporting.
15061 2005-05-26 Wim Taymans <wim@fluendo.com>
15063 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15064 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15065 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15066 Clear chains in READY
15067 Queue packets until the chain is activated.
15069 2005-05-25 Wim Taymans <wim@fluendo.com>
15071 * gst-libs/gst/audio/gstaudiosink.c:
15072 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15073 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15074 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15075 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15076 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15077 (gst_audiosink_create_ringbuffer):
15078 * gst-libs/gst/audio/gstbaseaudiosink.c:
15079 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15080 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15081 (gst_baseaudiosink_set_property), (build_linear_format),
15082 (debug_spec_caps), (debug_spec_buffer),
15083 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15084 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15085 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15086 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15087 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15088 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15089 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15090 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15091 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15092 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15093 (wait_segment), (gst_ringbuffer_commit),
15094 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15095 (gst_ringbuffer_clear):
15096 Various small cleanups.
15098 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15099 (gst_audio_convert_change_state):
15100 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15101 No need to take the locks anymore.
15103 2005-05-25 Wim Taymans <wim@fluendo.com>
15105 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15106 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15107 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15109 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15110 (group_destroy), (group_commit), (queue_overrun),
15111 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15112 (mute_stream), (new_decoded_pad), (setup_substreams),
15113 (setup_source), (mute_group_type), (set_active_source),
15114 (gst_play_base_bin_change_state):
15115 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15116 (gen_video_element), (gen_text_element), (gen_audio_element),
15117 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15118 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15119 (gst_stream_info_dispose), (gst_stream_info_set_mute):
15120 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15121 Some playbin cleanups mostly refcounting sloppyness.
15123 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15125 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15126 Work with streaming input.
15128 2005-05-25 Wim Taymans <wim@fluendo.com>
15130 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15131 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15132 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15133 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15134 No need to take the STREAM lock anymore.
15136 2005-05-25 Wim Taymans <wim@fluendo.com>
15138 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15139 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15140 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15141 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15142 (gst_ogg_demux_sink_activate):
15143 * ext/theora/theoradec.c: (theora_dec_src_event),
15144 (theora_handle_comment_packet), (theora_dec_chain),
15145 (theora_dec_change_state):
15146 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15147 (vorbis_handle_data_packet), (vorbis_dec_chain),
15148 (vorbis_dec_change_state):
15149 Remove STREAM locks as they are taken in core now.
15150 Never set bogus granulepos on vorbis/theora.
15151 Fix leaks in theoradec tag parsing.
15153 2005-05-25 Wim Taymans <wim@fluendo.com>
15155 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15156 Fix memleaks, GST_BUFFER_DATA() is not freed.
15158 2005-05-25 Wim Taymans <wim@fluendo.com>
15160 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15161 Open non-blocking, set to blocking mode afterwards to avoid
15162 lockups when audio device is busy.
15164 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15166 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15167 This can't be good.
15169 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15171 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15172 (gst_audio_convert_chain), (gst_audio_convert_link_src),
15173 (gst_audio_convert_setcaps):
15174 Implement instant setup switching.
15176 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15178 * gst/playback/gstplaybasebin.c: (probe_triggered):
15179 Fix missing unlock.
15180 * gst/playback/gstplaybin.c: (add_sink):
15181 First add, then link (otherwise pad link fails).
15183 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15185 * examples/Makefile.am:
15186 fix buildbot (make distcheck)
15188 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15190 * gst/playback/gstplaybin.c: (gen_vis_element):
15191 Remove some wrong code. Doesn't work yet.
15193 2005-05-19 Wim Taymans <wim@fluendo.com>
15195 * gst-libs/gst/net/Makefile.am:
15196 * gst-libs/gst/net/README:
15197 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15198 (gst_netbuffer_class_init), (gst_netbuffer_init),
15199 (gst_netbuffer_finalize), (gst_netbuffer_copy),
15200 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15201 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15202 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15203 * gst-libs/gst/net/gstnetbuffer.h:
15204 Added buffer subclass to store extra to/from addresses for
15205 network sources/sinks.
15207 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15209 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15210 Don't lock an unassigned variable.
15212 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15214 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15215 Increase buffer for video, decrease buffer for other media types.
15216 * gst/playback/gstplaybin.c: (gen_video_element),
15217 (gen_audio_element):
15218 Change names for debugging purposes.
15220 2005-05-18 Wim Taymans <wim@fluendo.com>
15222 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15223 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15224 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15225 (gst_ffmpegcsp_chain):
15226 Enable buffer alloc passthrough if the source and dest
15227 formats are the same.
15229 2005-05-17 Wim Taymans <wim@fluendo.com>
15231 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15232 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15233 (gst_ogg_demux_chain_unlocked):
15234 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15235 (gst_audio_convert_caps_remove_format_info),
15236 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15237 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15238 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15239 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15240 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15241 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15242 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15243 (gst_ffmpegcsp_get_property):
15244 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15245 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15246 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15247 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15248 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15249 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15250 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15251 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15252 Leak fixes in oggdemux.
15253 Some cleanups in audioconvert.
15254 Make passthrough work along with buffer_alloc etc.
15255 Make buffer_alloc and buffer recycling actually work in
15258 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
15260 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15261 make the compiler happy
15263 2005-05-17 Wim Taymans <wim@fluendo.com>
15265 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15266 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15267 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15268 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15269 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15270 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15271 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15272 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15273 (gst_xvimagesink_set_xwindow_id):
15274 * sys/xvimage/xvimagesink.h:
15275 Port xvimagesink to new MiniObject.
15277 2005-05-17 Wim Taymans <wim@fluendo.com>
15279 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15280 (gst_audiofilter_chain):
15281 * gst-libs/gst/audio/gstaudiosink.c:
15282 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15283 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15284 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15285 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15286 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15287 (gst_audiosink_create_ringbuffer):
15288 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15289 (gst_audio_convert_caps_remove_format_info),
15290 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15291 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15292 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15293 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15294 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15295 Fix passthrough in ffmpegcolorspace.
15296 Fix memset in audiosink on wrong memory.
15298 2005-05-16 David Schleef <ds@schleef.org>
15300 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15303 2005-05-16 David Schleef <ds@schleef.org>
15305 Port from GstData to GstMiniObject.
15306 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15307 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15308 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15309 (gst_ogg_mux_collected):
15310 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15311 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15312 (theora_handle_data_packet):
15313 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15314 (theora_set_header_on_caps), (theora_enc_chain):
15315 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15316 (vorbis_handle_comment_packet):
15317 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15318 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15319 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15320 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15321 * gst/audioconvert/gstaudioconvert.c:
15322 (gst_audio_convert_get_buffer):
15323 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15324 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15325 (mute_stream), (silence_stream):
15326 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15327 * gst/volume/gstvolume.c: (volume_transform):
15328 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15329 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15330 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15331 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15332 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15333 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15334 (gst_ximagesink_buffer_alloc):
15335 * sys/ximage/ximagesink.h:
15337 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15339 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15340 (fill_buffer), (check_queue), (queue_threshold_reached),
15341 (queue_out_of_data):
15342 * gst/playback/gstplaybasebin.h:
15343 Post buffer-fullness on the bus.
15345 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15347 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15349 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15350 (group_commit), (probe_triggered), (setup_source),
15351 (gst_play_base_bin_change_state):
15352 * gst/playback/gstplaybasebin.h:
15353 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15354 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15355 (gst_play_bin_change_state):
15356 Move setup_output_pads into a virtual function, remove
15357 group-switch (no longer needed) and redirect (handled by bus
15360 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15362 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15363 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15364 (get_active_group), (get_building_group), (group_destroy),
15365 (group_commit), (check_queue), (queue_overrun),
15366 (queue_threshold_reached), (queue_out_of_data),
15367 (gen_preroll_element), (remove_groups), (unknown_type),
15368 (add_element_stream), (no_more_pads), (probe_triggered),
15369 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15370 (setup_substreams), (setup_source), (finish_source),
15371 (prepare_output), (muted_group_change_state),
15372 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15373 (gst_play_base_bin_change_state):
15374 * gst/playback/gstplaybasebin.h:
15375 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15376 (gst_play_bin_init), (gst_play_bin_set_property),
15377 (gen_video_element), (gen_text_element), (gen_audio_element),
15378 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15379 (gst_play_bin_change_state):
15380 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15381 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15382 (stream_info_change_state), (gst_stream_info_set_mute),
15383 (gst_stream_info_get_property):
15384 * gst/playback/gststreaminfo.h:
15385 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15386 (gst_stream_selector_get_linked_pad),
15387 (gst_stream_selector_getcaps),
15388 (gst_stream_selector_get_linked_pads),
15389 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15390 * gst/playback/gststreamselector.h:
15391 Rough port of playbin. Needs some more work, but is mostly done,
15392 and uses a few locks in important places, which should make stuff
15393 like chain-switches clean. Still uses GST_STATE() in a few places,
15394 which isn't all that good an idea, subtitles/elements disabled
15395 because no elements to test with and thus probably broken, query
15396 and event handling moved to GstBin, internal thread removed
15397 alltogether because the pipeline does that for us now. Can play
15398 Ogg/Vorbis files. Haven't tested anything else yet.
15400 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15402 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15403 Do no-more-pads (needed for autoplugging).
15405 2005-05-10 Andy Wingo <wingo@pobox.com>
15407 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15408 message to the bus with the tags. Still not sent downstream tho.
15410 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15412 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15413 avoid refcounting hassles.
15415 2005-05-09 Andy Wingo <wingo@pobox.com>
15417 * gst/volume/Makefile.am:
15418 * gst/volume/demo.c
15419 * gst/volume/gstvolume.h
15420 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15421 basetransform. Probably need an audio filter base class.
15423 2005-05-09 Wim Taymans <wim@fluendo.com>
15425 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15426 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15427 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15428 (gst_vorbisenc_chain):
15429 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15430 (gst_audio_convert_caps_remove_format_info),
15431 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15432 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15433 Make caps writable before writing to it.
15434 Fix negotiation in audioconvert some more.
15436 2005-05-09 Wim Taymans <wim@fluendo.com>
15438 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15439 (gst_videorate_getcaps), (gst_videorate_setcaps),
15440 (gst_videorate_event), (gst_videorate_chain):
15441 Better negotiation.
15443 2005-05-09 Wim Taymans <wim@fluendo.com>
15445 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15446 (gst_videorate_getcaps), (gst_videorate_setcaps),
15447 (gst_videorate_blank_data), (gst_videorate_init),
15448 (gst_videorate_event), (gst_videorate_chain),
15449 (gst_videorate_change_state):
15450 Port videorate, do a better job at negotiation while we're at
15453 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15458 * examples/Makefile.am:
15459 * gst-libs/gst/audio/Makefile.am:
15460 * gst-libs/gst/riff/Makefile.am:
15461 * gst-libs/gst/tag/Makefile.am:
15462 * gst-libs/gst/video/Makefile.am:
15463 Fixups for missing variables.
15465 2005-05-09 Wim Taymans <wim@fluendo.com>
15467 * examples/seeking/seek.c: (make_theora_pipeline),
15468 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15469 (query_rates), (query_positions_elems), (query_positions_pads),
15470 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15471 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15472 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15473 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15474 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15475 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15476 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15477 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15478 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15479 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15480 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15481 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15482 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15483 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15484 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15485 (theora_dec_src_convert), (theora_dec_sink_convert),
15486 (theora_dec_src_query), (theora_dec_sink_query),
15487 (theora_dec_src_event), (theora_dec_sink_event),
15488 (theora_handle_comment_packet), (theora_handle_type_packet),
15489 (theora_handle_header_packet), (theora_handle_data_packet),
15490 (theora_dec_chain):
15491 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15492 (vorbis_dec_convert), (vorbis_dec_src_query),
15493 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15494 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15495 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15496 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15497 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15498 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15499 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15500 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15501 (gst_play_bin_query):
15502 * gst/playback/test3.c: (update_scale):
15503 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15504 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15505 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15506 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15507 (gst_videotestsrc_src_query):
15508 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15509 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15510 (paint_hline_YUV9):
15511 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15512 Port to new query API.
15514 Cleanups in x[v]imagesink
15516 2005-05-09 Andy Wingo <wingo@pobox.com>
15518 * ext/alsa/gstalsasink.h:
15519 * ext/gnomevfs/gstgnomevfssrc.c:
15520 (gst_gnomevfssrc_get_icy_metadata):
15521 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15522 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15523 * ext/theora/theoradec.c (theora_dec_src_query)
15524 (theora_dec_src_event, theora_dec_sink_event)
15525 (theora_handle_comment_packet, theora_handle_data_packet):
15526 * ext/theora/theoraenc.c (theora_enc_chain):
15527 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15528 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15529 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15530 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15532 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15533 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15534 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15535 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15536 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15537 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15538 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15539 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15540 (paint_setup_RGB565, paint_setup_xRGB1555):
15541 * gst/videotestsrc/videotestsrc.h:
15542 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15543 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15544 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15547 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15548 gst_pad_query_position. Fixes oggdemux.
15550 2005-05-08 David Schleef <ds@schleef.org>
15552 * configure.ac: Require liboil.
15553 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15555 * gst/videotestsrc/videotestsrc.c:
15556 * gst/videotestsrc/videotestsrc.h:
15558 2005-05-06 Wim Taymans <wim@fluendo.com>
15560 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15561 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15562 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15563 Well, unreffing a buffer right before pushing it is asking
15566 2005-05-06 Christian Schaller <uraeus@gnome.org>
15568 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15570 2005-05-06 Wim Taymans <wim@fluendo.com>
15572 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15573 (gst_audio_convert_caps_remove_format_info),
15574 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15575 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15576 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15577 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15578 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15579 * gst/sine/Makefile.am:
15580 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15581 (gst_sinesrc_class_init), (gst_sinesrc_init),
15582 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15583 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15584 (gst_sinesrc_update_freq):
15585 * gst/sine/gstsinesrc.h:
15586 * gst/tcp/gstmultifdsink.c:
15587 * sys/xvimage/xvimagesink.c:
15588 Fixed negotiation wrt _peer_get_caps()
15592 2005-05-06 Wim Taymans <wim@fluendo.com>
15594 * gst-libs/gst/audio/gstaudiosink.c:
15595 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15596 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15597 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15598 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15599 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15600 (gst_audiosink_create_ringbuffer):
15601 * gst-libs/gst/audio/gstbaseaudiosink.c:
15602 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15603 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15604 (gst_baseaudiosink_set_property), (build_linear_format),
15605 (debug_spec_caps), (debug_spec_buffer),
15606 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15607 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15608 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15609 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15610 * gst-libs/gst/audio/gstbaseaudiosink.h:
15611 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15612 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15613 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15614 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15615 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15616 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15617 (wait_segment), (gst_ringbuffer_commit),
15618 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15619 (gst_ringbuffer_clear):
15620 * gst-libs/gst/audio/gstringbuffer.h:
15621 Make the base audiosink return an error when there is no
15622 audiobuffer negotiated.
15624 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15627 Disable cdparanoia until someone ports it!
15629 2005-05-06 Wim Taymans <wim@fluendo.com>
15631 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15632 (gst_ogg_demux_sink_activate):
15633 And revert after wingo's revert.. sigh..
15635 2005-05-05 Andy Wingo <wingo@pobox.com>
15637 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15639 * configure.ac: Return audiorate and subparse from the ghetto.
15640 Re-enable -Wall -Werror.
15641 * gst/subparse/gstsubparse.c:
15642 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15643 or chain-based. Cleaned up a bit. Not tested.
15645 2005-05-05 Christian Schaller <christian@fluendo.com>
15647 * Makefile.am: remove stuff that is not building
15648 * configure.ac: remove stuff that is not building
15649 * examples/Makefile.am: remove stuff that is not building
15650 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15651 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15652 * sys/Makefile.am: remove stuff that is not building
15653 * testsuite/Makefile.am: remove stuff that is not building
15655 2005-05-05 Andy Wingo <wingo@pobox.com>
15657 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15658 * gst-libs/gst/tag/gstvorbistag.c:
15659 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15660 * gst/adder/gstadder.h:
15661 * gst/audioconvert/gstchannelmix.c:
15662 (gst_audio_convert_fill_one_other):
15663 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15664 (gst_audiorate_init), (gst_audiorate_chain):
15665 * gst/playback/gstplaybasebin.c: (setup_source):
15666 * gst/playback/test3.c: (update_scale):
15684 2005-05-05 Wim Taymans <wim@fluendo.com>
15686 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15687 (gst_audio_convert_caps_remove_format_info),
15688 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15689 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15690 * gst/videotestsrc/gstvideotestsrc.c:
15691 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15692 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15693 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15694 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15695 Don't ignore _push() return values.
15696 Make sure no processing is done when shutting down.
15697 Videotestsrc pad activation fix.
15699 2005-05-05 Wim Taymans <wim@fluendo.com>
15701 * gst/adder/Makefile.am:
15702 * gst/adder/gstadder.c: (gst_adder_setcaps),
15703 (gst_adder_class_init), (gst_adder_init),
15704 (gst_adder_request_new_pad), (gst_adder_collected),
15705 (gst_adder_change_state):
15706 * gst/adder/gstadder.h:
15707 Ported adder as an example of a mixer element using
15708 collect pads. Needs more negotiation work.
15710 2005-05-05 Wim Taymans <wim@fluendo.com>
15712 * ext/theora/theoradec.c: (_inc_granulepos),
15713 (theora_dec_src_event), (theora_dec_sink_event),
15714 (theora_handle_comment_packet), (theora_handle_type_packet),
15715 (theora_handle_header_packet), (theora_handle_data_packet),
15716 (theora_dec_chain):
15717 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15718 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15719 (theora_push_buffer), (theora_push_packet),
15720 (theora_enc_sink_event), (theora_enc_chain),
15721 (theora_enc_change_state), (theora_enc_set_property),
15722 (theora_enc_get_property):
15723 Added stream lock to decoder so that we can serialize
15725 More theoraenc porting, recover from errors, do clean
15728 2005-05-05 Wim Taymans <wim@fluendo.com>
15730 * ext/ogg/Makefile.am:
15732 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15733 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15735 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15736 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15737 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15738 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15739 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15740 (gst_ogg_mux_change_state):
15743 2005-05-05 Wim Taymans <wim@fluendo.com>
15745 * docs/design-audiosinks.txt:
15746 * gst-libs/gst/audio/TODO:
15747 * gst-libs/gst/audio/gstaudiosink.c:
15748 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15749 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15750 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15751 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15752 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15753 (gst_audiosink_create_ringbuffer):
15754 * gst-libs/gst/audio/gstbaseaudiosink.c:
15755 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15756 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15757 (gst_baseaudiosink_set_property), (build_linear_format),
15758 (debug_spec_caps), (debug_spec_buffer),
15759 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15760 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15761 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15762 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15763 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15764 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15765 (gst_ringbuffer_release), (gst_ringbuffer_play),
15766 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15767 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15768 (gst_ringbuffer_set_sample), (wait_segment),
15769 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15770 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15771 More work on the audiosink, mostly debugging and a race in
15774 2005-04-28 Wim Taymans <wim@fluendo.com>
15776 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15777 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15778 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15779 (vorbis_dec_src_query), (vorbis_dec_src_event),
15780 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15781 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15782 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15783 Don't crap out when seeking back to position 0.
15785 2005-04-28 Wim Taymans <wim@fluendo.com>
15787 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15788 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15789 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15790 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15791 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15792 Make audio sink configurable, use alsasink as default.
15794 2005-04-28 Wim Taymans <wim@fluendo.com>
15796 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15797 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15798 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15799 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15800 (vorbis_dec_change_state):
15801 * ext/vorbis/vorbisdec.h:
15802 Refactor, use STREAM_LOCK.
15804 2005-04-28 Wim Taymans <wim@fluendo.com>
15806 * ext/theora/theoradec.c: (_inc_granulepos),
15807 (theora_dec_sink_event), (theora_handle_comment_packet),
15808 (theora_handle_type_packet), (theora_handle_header_packet),
15809 (theora_handle_data_packet), (theora_dec_chain),
15810 (theora_dec_change_state):
15811 Refactor a bit, use STREAM_LOCK.
15813 2005-04-28 Wim Taymans <wim@fluendo.com>
15815 * ext/alsa/Makefile.am:
15816 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15817 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15818 (gst_alsa_link), (gst_alsa_close_audio):
15819 * ext/alsa/gstalsaplugin.c: (plugin_init):
15820 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15821 (gst_alsasink_dispose), (gst_alsasink_base_init),
15822 (gst_alsasink_class_init), (gst_alsasink_init),
15823 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15824 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15825 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15826 (gst_alsasink_reset):
15827 * ext/alsa/gstalsasink.h:
15828 Implement alsasink with simple open/write/close API.
15829 Make alsa dir build by disabling compilation of code.
15831 2005-04-28 Wim Taymans <wim@fluendo.com>
15833 * gst-libs/gst/audio/Makefile.am:
15834 * gst-libs/gst/audio/audio.h:
15835 * gst-libs/gst/audio/audioclock.c:
15836 * gst-libs/gst/audio/audioclock.h:
15837 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15838 (gst_audio_clock_class_init), (gst_audio_clock_init),
15839 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15840 * gst-libs/gst/audio/gstaudioclock.h:
15841 * gst-libs/gst/audio/gstaudiosink.c:
15842 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15843 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15844 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15845 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15846 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15847 (gst_audiosink_create_ringbuffer):
15848 * gst-libs/gst/audio/gstbaseaudiosink.c:
15849 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15850 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15851 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15852 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15853 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15854 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15855 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15856 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15857 * gst-libs/gst/audio/gstbaseaudiosink.h:
15858 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15859 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15860 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15861 (gst_ringbuffer_release), (gst_ringbuffer_play),
15862 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15863 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15864 (gst_ringbuffer_set_sample), (wait_segment),
15865 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15866 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15867 * gst-libs/gst/audio/gstringbuffer.h:
15868 Make ringbuffer faster and more simple by removing the locks
15869 in the playback thread.
15870 Add sample accurate playback based on buffer sample offsets.
15871 Make the baseaudiosink provide a clock.
15872 Parse caps in the base class.
15873 Correctly handle seeking, flushing and state changes.
15875 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15878 * gst/audioconvert/Makefile.am:
15879 * gst/audioscale/Makefile.am:
15880 Fix part of the build. Come on guys, autogen didn't even work :)
15882 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15885 * gst-libs/gst/Makefile.am:
15886 * gst-libs/gst/media-info/.cvsignore:
15887 * gst-libs/gst/media-info/Makefile.am:
15888 * gst-libs/gst/media-info/README:
15889 * gst-libs/gst/media-info/media-info-priv.c:
15890 * gst-libs/gst/media-info/media-info-priv.h:
15891 * gst-libs/gst/media-info/media-info-test.c:
15892 * gst-libs/gst/media-info/media-info.c:
15893 * gst-libs/gst/media-info/media-info.h:
15894 * gst-libs/gst/media-info/media-info.vcproj:
15895 * pkgconfig/Makefile.am:
15896 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15897 * pkgconfig/gstreamer-media-info.pc.in:
15898 Remove media-info, which is also successed by playbin (see Totem
15901 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15904 * examples/Makefile.am:
15905 * examples/gstplay/.cvsignore:
15906 * examples/gstplay/Makefile.am:
15907 * examples/gstplay/player.c:
15908 * gst-libs/gst/Makefile.am:
15909 * gst-libs/gst/play/.cvsignore:
15910 * gst-libs/gst/play/Makefile.am:
15911 * gst-libs/gst/play/play.c:
15912 * gst-libs/gst/play/play.h:
15913 * gst-libs/gst/play/play.vcproj:
15914 * pkgconfig/Makefile.am:
15915 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15916 * pkgconfig/gstreamer-play.pc.in:
15917 Remove libgstplay, playbin is now the official successor.
15919 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15922 * gst-libs/gst/Makefile.am:
15923 * gst-libs/gst/xwindowlistener/Makefile.am:
15924 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15925 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15926 Remove deprecated xwindowlistener (I've moved xwindowlistening
15927 in the v4l/v4l2 plugins over to serverside).
15929 2005-04-25 David Schleef <ds@schleef.org>
15931 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15932 to examples/dynparams. Examples do not belong interspersed with
15934 * examples/dynparams/demo-dparams.c:
15935 * gst/sine/Makefile.am:
15936 * gst/sine/demo-dparams.c:
15938 2005-04-25 David Schleef <ds@schleef.org>
15940 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15941 * gst-libs/gst/audio/Makefile.am:
15942 * gst-libs/gst/riff/Makefile.am:
15943 * gst-libs/gst/tag/Makefile.am:
15944 * gst-libs/gst/video/Makefile.am:
15945 * gst-libs/gst/xwindowlistener/Makefile.am:
15947 Convert to 0.9 API, seems to work:
15948 * sys/ximage/Makefile.am:
15949 * sys/ximage/ximagesink.c:
15951 2005-04-24 David Schleef <ds@schleef.org>
15953 Link plugins against libraries:
15954 * ext/alsa/Makefile.am:
15955 * gst/tcp/Makefile.am:
15957 Remove asm code that should be in liboil
15958 * gst/videoscale/Makefile.am:
15959 * gst/videoscale/videoscale_x86_asm.s:
15961 gettext wants these checked in:
15977 2005-04-24 David Schleef <ds@schleef.org>
15979 Convert gst_main() to g_main_loop_run()
15980 * gst/playback/decodetest.c: (main):
15981 * gst/playback/test2.c: (main):
15982 * gst/playback/test3.c: (main):
15983 * gst/playback/test4.c: (main):
15985 Link plugins against libraries:
15986 * ext/libvisual/Makefile.am:
15987 * sys/xvimage/Makefile.am:
15989 2005-04-24 David Schleef <ds@schleef.org>
15991 * configure.ac: Remove idct and resample libs
15992 * gst-libs/gst/Makefile.am: same
15994 Remove usage of gst_library_load():
15995 * ext/alsa/gstalsaplugin.c: (plugin_init):
15996 * ext/libvisual/visual.c: (plugin_init):
15997 * ext/ogg/gstogg.c: (plugin_init):
15998 * ext/theora/theora.c: (plugin_init):
15999 * ext/vorbis/vorbis.c: (plugin_init):
16000 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
16001 * gst/audioscale/gstaudioscale.c:
16002 * gst/adder/gstadder.c: (plugin_init):
16003 * gst/audioconvert/plugin.c: (plugin_init):
16004 * sys/ximage/ximagesink.c: (plugin_init):
16005 * sys/xvimage/xvimagesink.c: (plugin_init):
16006 * gst/tcp/gsttcpplugin.c: (plugin_init):
16008 Link plugins against libraries:
16009 * ext/ogg/Makefile.am:
16010 * ext/theora/Makefile.am:
16011 * ext/vorbis/Makefile.am:
16012 * gst/audioconvert/Makefile.am:
16014 Create proper libraries:
16015 * gst-libs/gst/riff/Makefile.am:
16016 * gst-libs/gst/audio/Makefile.am:
16017 * gst-libs/gst/video/Makefile.am:
16019 Move resample library to audioscale plugin directory:
16020 * gst-libs/gst/resample/Makefile.am:
16021 * gst-libs/gst/resample/README:
16022 * gst-libs/gst/resample/dtof.c:
16023 * gst-libs/gst/resample/dtos.c:
16024 * gst-libs/gst/resample/functable.c:
16025 * gst-libs/gst/resample/private.h:
16026 * gst-libs/gst/resample/resample.c:
16027 * gst-libs/gst/resample/resample.h:
16028 * gst-libs/gst/resample/resample.vcproj:
16029 * gst-libs/gst/resample/test.c:
16030 * gst/audioscale/Makefile.am:
16031 * gst/audioscale/README:
16032 * gst/audioscale/dtof.c:
16033 * gst/audioscale/dtos.c:
16034 * gst/audioscale/functable.c:
16035 * gst/audioscale/private.h:
16036 * gst/audioscale/resample.c:
16037 * gst/audioscale/resample.h:
16038 * gst/audioscale/test.c:
16040 Move tagedit library to gst-libs:
16041 * gst-libs/gst/tag/Makefile.am:
16042 * gst-libs/gst/tag/gstid3tag.c:
16043 * gst-libs/gst/tag/gsttagediting.c:
16044 * gst-libs/gst/tag/gsttageditingprivate.h:
16045 * gst-libs/gst/tag/gstvorbistag.c:
16046 * gst/tags/Makefile.am:
16047 * gst/tags/gstid3tag.c:
16048 * gst/tags/gstvorbistag.c:
16050 Fix for core changes:
16051 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16052 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16053 (gst_sinesrc_getrange):
16055 2005-04-23 David Schleef <ds@schleef.org>
16057 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
16058 in gst-plugins in a long time, and properly belongs in liboil.
16059 * gst-libs/gst/idct/Makefile.am:
16060 * gst-libs/gst/idct/README:
16061 * gst-libs/gst/idct/dct.h:
16062 * gst-libs/gst/idct/doieee:
16063 * gst-libs/gst/idct/fastintidct.c:
16064 * gst-libs/gst/idct/floatidct.c:
16065 * gst-libs/gst/idct/idct.c:
16066 * gst-libs/gst/idct/idct.h:
16067 * gst-libs/gst/idct/idtc.vcproj:
16068 * gst-libs/gst/idct/ieeetest.c:
16069 * gst-libs/gst/idct/intidct.c:
16071 2005-04-20 Wim Taymans <wim@fluendo.com>
16073 * docs/design-audiosinks.txt:
16074 * gst-libs/gst/audio/Makefile.am:
16075 * gst-libs/gst/audio/TODO:
16076 * gst-libs/gst/audio/gstaudiosink.c:
16077 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16078 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16079 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16080 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16081 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16082 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16083 (gst_audiosink_class_init), (gst_audiosink_init),
16084 (gst_audiosink_create_ringbuffer):
16085 * gst-libs/gst/audio/gstaudiosink.h:
16086 * gst-libs/gst/audio/gstbaseaudiosink.c:
16087 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16088 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16089 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16090 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16091 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16092 (gst_baseaudiosink_create_ringbuffer),
16093 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16094 * gst-libs/gst/audio/gstbaseaudiosink.h:
16095 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16096 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16097 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16098 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16099 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16100 (gst_ringbuffer_play), (gst_ringbuffer_pause),
16101 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16102 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16103 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16104 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16105 * gst-libs/gst/audio/gstringbuffer.h:
16106 An attempt at a set of audio base classes together with some
16109 2005-04-20 Wim Taymans <wim@fluendo.com>
16111 * gst/audioconvert/Makefile.am:
16112 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16113 (gst_audio_convert_caps_remove_format_info),
16114 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16115 (gst_audio_convert_channels):
16116 Link against audio libs.
16117 Fix audio convert plugin.
16119 2005-04-20 Wim Taymans <wim@fluendo.com>
16121 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16122 (gst_ogg_demux_sink_activate):
16123 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16124 (theora_set_header_on_caps), (theora_enc_sink_event),
16125 (theora_enc_chain):
16126 Fix theora encoder.
16128 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16130 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16131 * gst/playback/gstdecodebin.c: (find_compatibles):
16132 Work with staticpadtemplates in elementfactories.
16134 2005-04-12 Wim Taymans <wim@fluendo.com>
16136 * gst/playback/README:
16137 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16138 (compare_ranks), (print_feature), (gst_decode_bin_init),
16139 (dynamic_create), (dynamic_free), (find_compatibles),
16140 (mimetype_is_raw), (close_pad_link), (got_redirect),
16141 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16142 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16143 (gst_decode_bin_change_state):
16144 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16145 (gst_play_base_bin_init), (group_destroy), (group_commit),
16146 (check_queue), (queue_overrun), (queue_threshold_reached),
16147 (queue_out_of_data), (gen_preroll_element), (unknown_type),
16148 (new_decoded_pad), (setup_subtitle), (gen_source_element),
16149 (got_redirect), (setup_source), (play_base_eos),
16150 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16151 (gst_play_base_bin_remove_element):
16152 * gst/playback/gstplaybasebin.h:
16153 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16154 (gst_play_bin_init), (gst_play_bin_dispose),
16155 (gst_play_bin_set_property), (gen_video_element),
16156 (gen_text_element), (gen_audio_element), (remove_sinks),
16157 (gst_play_bin_send_event):
16158 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16159 (stream_info_change_state), (gst_stream_info_set_mute):
16160 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16161 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16162 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16163 (gst_stream_selector_chain):
16164 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16166 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16167 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16168 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16169 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16170 Raw and crude port of decodebin.
16171 Make playbin compile.
16173 2005-04-06 Wim Taymans <wim@fluendo.com>
16175 * ext/gnomevfs/Makefile.am:
16176 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16177 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16178 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16179 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16180 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16181 (gst_gnomevfssrc_stop):
16182 * ext/ogg/Makefile.am:
16183 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16184 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16185 * ext/theora/Makefile.am:
16186 * ext/theora/theoradec.c: (_inc_granulepos),
16187 (theora_dec_sink_event), (theora_dec_chain):
16188 * ext/vorbis/Makefile.am:
16189 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16190 (vorbis_dec_sink_event), (vorbis_dec_chain):
16191 * gst-libs/gst/audio/Makefile.am:
16192 * sys/xvimage/Makefile.am:
16193 Make gnomevfssrc extend the source base class.
16194 Fix linking against libs in various plugins.
16196 2005-04-06 Andy Wingo <wingo@pobox.com>
16198 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16201 * configure.ac: Add check and AC_SUBST for libgstbase.
16203 2005-03-31 Wim Taymans <wim@fluendo.com>
16205 * examples/seeking/Makefile.am:
16206 * examples/seeking/cdparanoia.c: (main):
16207 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16208 (play_cb), (pause_cb), (stop_cb), (main):
16209 * examples/seeking/playbin.c:
16210 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16211 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16212 (make_sid_pipeline), (make_vorbis_pipeline),
16213 (make_theora_pipeline), (make_vorbis_theora_pipeline),
16214 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16215 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16216 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16217 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16219 * examples/seeking/spider_seek.c:
16220 * examples/seeking/vorbisfile.c:
16221 * ext/gnomevfs/Makefile.am:
16222 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16223 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16224 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16225 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16226 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16227 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16228 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16229 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16231 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16232 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16233 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16234 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16235 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16236 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16237 (gst_ogg_pad_event), (gst_ogg_pad_reset),
16238 (gst_ogg_demux_factory_filter), (compare_ranks),
16239 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16240 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16241 (gst_ogg_chain_new), (gst_ogg_chain_free),
16242 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16243 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16244 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16245 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16246 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16247 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16248 (gst_ogg_demux_get_prev_page),
16249 (gst_ogg_demux_deactivate_current_chain),
16250 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16251 (gst_ogg_demux_bisect_forward_serialno),
16252 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16253 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16254 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16255 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16256 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16257 (gst_ogg_demux_change_state), (gst_ogg_print):
16258 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16259 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16260 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16261 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16262 (gst_ogg_mux_loop):
16263 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16264 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16265 (theora_dec_src_convert), (theora_dec_sink_convert),
16266 (theora_dec_src_query), (theora_dec_src_event),
16267 (theora_dec_sink_event), (theora_dec_chain),
16268 (theora_dec_change_state):
16269 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16270 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16271 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16272 (theora_enc_change_state):
16273 * ext/vorbis/Makefile.am:
16274 * ext/vorbis/oggvorbisenc.c:
16275 * ext/vorbis/oggvorbisenc.h:
16276 * ext/vorbis/vorbis.c: (plugin_init):
16277 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16278 (vorbis_dec_src_query), (vorbis_dec_src_event),
16279 (vorbis_dec_sink_event), (vorbis_dec_chain),
16280 (vorbis_dec_change_state):
16281 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16282 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16283 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16284 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16285 (gst_vorbisenc_change_state):
16286 * ext/vorbis/vorbisenc.h:
16287 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16288 * gst-libs/gst/audio/audioclock.c:
16289 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16290 (gst_audiofilter_init), (gst_audiofilter_chain):
16291 * gst-libs/gst/audio/testchannels.c: (main):
16292 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16293 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16294 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16295 (gmip_find_track_streaminfo), (gmip_find_track_format):
16296 * gst-libs/gst/media-info/media-info.c:
16297 (gst_media_info_read_idler):
16298 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16299 (gst_play_get_all_by_interface):
16300 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16301 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16302 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16303 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16304 (gst_riff_parse_info):
16305 * gst-libs/gst/riff/riff-read.h:
16306 * gst-libs/gst/riff/riff.c: (plugin_init):
16307 * gst-libs/gst/video/Makefile.am:
16308 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16309 (gst_videosink_class_init), (gst_videosink_get_type):
16310 * gst-libs/gst/video/videosink.h:
16311 * gst/audioconvert/bufferframesconvert.c:
16312 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16313 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16314 * gst/audioconvert/channelmixtest.c: (main):
16315 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16316 (gst_audio_convert_chain),
16317 (gst_audio_convert_caps_remove_format_info),
16318 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16319 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16320 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16321 (gst_audio_convert_buffer_to_default_format),
16322 (gst_audio_convert_buffer_from_default_format),
16323 (gst_audio_convert_channels):
16324 * gst/audioconvert/gstchannelmix.h:
16325 * gst/ffmpegcolorspace/avcodec.h:
16326 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16327 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16328 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16329 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16330 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16331 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16332 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16333 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16334 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16336 * gst/videotestsrc/gstvideotestsrc.c:
16337 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16338 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16339 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16340 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16341 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16342 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16343 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16345 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16346 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16347 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16348 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16349 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16350 (gst_xvimagesink_navigation_send_event),
16351 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16352 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16353 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16354 * sys/xvimage/xvimagesink.h:
16355 Plugin port to 0.9, ogg/theora playback should work in the seek
16357 Removed old examples.
16358 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16359 explained in 0.9 TODO doc.
16362 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16384 * testsuite/Makefile.am:
16385 remove a whole bunch of plugins. This module now contains a set
16386 of free reference plugins/elements as agreed.
16388 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16391 hunting season on 0.9 is now OPEN
16393 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16395 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16396 Kick the hell out of gcc for not warning me about a symbol conflict.
16398 2005-02-22 Luca Ognibene <luogni@tin.it>
16400 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16402 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16403 Don't leak caps string (fixes #168134)
16405 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16406 (gst_jpegenc_init), (gst_jpegenc_finalize),
16407 (gst_jpegenc_change_state):
16408 Don't leak line buffers and context struct (fixes #168133).
16410 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16413 * ext/dirac/gstdiracdec.cc:
16414 (gst_diracdec_chain):
16415 Since dirac 0.5.0 the framerate in dirac is expressed as a
16416 rational number. Fix build and up requirement to 0.5.0, and
16417 also pass parameters to gst_diracdec_link in the right order
16420 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16422 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16423 * ext/faad/gstfaad.h:
16424 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16425 certain invalid muxed streams, where some packets will contain
16426 junk after decoder data. Partially fixes #149158.
16428 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16429 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16430 Make sure we only write to writable buffers
16432 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16434 * gst-libs/gst/riff/riff-media.c:
16435 (gst_riff_create_audio_caps_with_data):
16436 Do actually fix invalid RIFF fmt header values for alaw
16437 and mulaw audio instead of just saying so.
16439 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16440 Give gst_riff_create_audio_caps_with_data() a chance to
16441 fix up broken format header fields before extracting any
16442 parameters from the header. (fixes #167633)
16444 2005-02-19 Martin Holters <martin.holters@gmx.de>
16446 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16448 * gst/audioconvert/bufferframesconvert.c:
16449 (buffer_frames_convert_link):
16450 Don't leak othercaps. (fixes #167878)
16452 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16455 * ext/libvisual/visual.c: (gst_visual_srclink),
16456 (gst_visual_change_state):
16457 Support libvisual 0.2.0.
16459 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16461 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16462 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16463 Use same rowstrides for I420 as used everywhere else.
16465 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16467 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16468 Declare variables at beginning of block and make gcc-2.95 happy
16469 (fixes # 167482, patch by Gergely Nagy).
16471 * gst/tcp/gsttcpclientsrc.c:
16472 * gst/tcp/gsttcpclientsrc.h:
16473 Move some includes into the header, so that struct sockaddr_in is
16474 defined when it should be defined on FreeBSD as well (fixes
16477 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16478 Don't pass uninitialised values to setsockopt() here either.
16480 2005-02-17 Luca Ognibene <luogni at tin dot it>
16482 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16484 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16485 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16487 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16489 * gst/playback/gstplaybin.c: (add_sink):
16490 Invert bin_add/link order to workaround deadlock in opt.
16492 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16494 * gst/modplug/gstmodplug.cc:
16495 Add missing break causing position queries to fail.
16497 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16499 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16500 Granpos can apparently be -1, which screws up calculations...
16502 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16504 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16505 (gst_ximagesink_send_pending_navigation),
16506 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16507 (gst_ximagesink_init):
16508 * sys/ximage/ximagesink.h:
16509 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16510 (gst_xvimagesink_send_pending_navigation),
16511 (gst_xvimagesink_navigation_send_event),
16512 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16513 * sys/xvimage/xvimagesink.h:
16514 Use a mutex protected list to marshal navigation
16515 events into the stream thread from whichever thread
16518 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16520 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16521 Display current position and track length; misc. clean-ups.
16523 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16524 (speed_init), (speed_chain):
16525 Add query function, so that the stream length and current position
16526 get adjusted when queried (note that current position queries may
16527 still be wrong if the audio sink returns values based on buffer
16528 timestamps instead of passing on the query).
16530 2005-02-13 Benjamin Otte <otte@gnome.org>
16532 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16533 (gst_audio_convert_channels):
16534 create channel conversion matrix when linking
16535 * gst/audioconvert/.cvsignore:
16536 * gst/audioconvert/Makefile.am:
16537 * gst/audioconvert/channelmixtest.c: (main):
16538 add (ugly) test that ensures stereo <=> mono conversion works
16541 2005-02-13 Benjamin Otte <otte@gnome.org>
16543 * gst/audioconvert/gstchannelmix.h:
16544 include missing header file
16545 * gst/audioconvert/gstchannelmix.c:
16546 (gst_audio_convert_fill_compatible):
16547 use same sign for both channels when converting to/from compatible
16548 channel. Previously used different signs made the signals cancel
16549 each other out and appear like silence. (fixes #167269)
16551 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16553 * gst/ffmpegcolorspace/avcodec.h:
16554 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16555 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16556 (gst_ffmpegcsp_avpicture_fill):
16557 * gst/ffmpegcolorspace/imgconvert.c:
16558 Convert to and from YV12 (fixes #156379).
16560 2005-02-12 Julien MOUTTE <julien@moutte.net>
16562 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16563 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16564 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16565 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16566 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16567 methods from chain and negotiation and vice versa (Fixes #166142).
16568 * sys/ximage/ximagesink.h: Add stream_lock.
16569 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16570 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16571 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16572 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16574 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16576 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16577 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16578 error message when we can't open the DVD device (when dvdnav_open()
16579 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16580 the above). Send something more useful instead (fixes #167117).
16582 2005-02-11 Julien MOUTTE <julien@moutte.net>
16584 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16585 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16586 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16587 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16588 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16589 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16590 methods from chain and negotiation and vice versa (Fixes #166142).
16591 Fix a possible bug of images in the buffer pool being discarded because
16592 we are looking at the wrong geometry.
16593 * sys/xvimage/xvimagesink.h: Add stream_lock.
16595 2005-02-11 David Schleef <ds@schleef.org>
16597 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16598 unsigned int. (fixes #167128)
16600 2005-02-11 David Schleef <ds@schleef.org>
16602 * gst/librfb/Makefile.am: Testing stuff before committing is
16603 for wimps... and people with fast machines. Fix stupid
16606 2005-02-11 David Schleef <ds@schleef.org>
16608 * configure.ac: Pull in librfb from my CVS tree, because it is
16609 too small and annoying to be separate. Move rfbsrc plugin
16612 * ext/librfb/Makefile.am:
16613 * ext/librfb/gstrfbsrc.c:
16614 * gst/librfb/Makefile.am:
16615 * gst/librfb/gstrfbsrc.c:
16616 * gst/librfb/rfb.c:
16617 * gst/librfb/rfb.h:
16618 * gst/librfb/rfbbuffer.c:
16619 * gst/librfb/rfbbuffer.h:
16620 * gst/librfb/rfbbytestream.c:
16621 * gst/librfb/rfbbytestream.h:
16622 * gst/librfb/rfbcontext.h:
16623 * gst/librfb/rfbdecoder.c:
16624 * gst/librfb/rfbdecoder.h:
16625 * gst/librfb/rfbutil.h:
16627 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16629 * gst/speed/Makefile.am:
16630 * gst/speed/demo-mp3.c: (main):
16631 * gst/speed/filter.func:
16632 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16633 (speed_class_init), (speed_init), (speed_chain_int16),
16634 (speed_chain_float32), (speed_chain), (speed_set_property),
16635 (speed_get_property), (speed_change_state):
16636 * gst/speed/gstspeed.h:
16637 Fix speed element and make it chain-based (fixes #156467),
16638 and make it handle more than one channel.
16640 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16642 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16643 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16644 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16645 * ext/dts/gstdtsdec.h:
16646 Don't clobber the stack constructing the channels array.
16647 Make the element chain-based. DTS tracks can now be played.
16649 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16651 * gst-libs/gst/audio/multichannel.h:
16652 * gst-libs/gst/gconf/gconf.h:
16653 * gst-libs/gst/idct/idct.h:
16654 * gst-libs/gst/media-info/media-info-priv.h:
16655 * gst-libs/gst/play/play.h:
16656 * gst-libs/gst/resample/private.h:
16657 * gst-libs/gst/resample/resample.h:
16658 * gst-libs/gst/riff/riff-ids.h:
16659 * gst-libs/gst/video/video.h:
16660 * gst-libs/gst/video/videosink.h:
16661 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16662 missing, so that they work when included from C++ code.
16664 2005-02-09 David Schleef <ds@schleef.org>
16666 * testsuite/gst-lint: Check for non-statically scoped
16667 parent_class variables. This won't be a problem once
16668 plugins are loaded with RTLD_LOCAL.
16670 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16672 * ext/mplex/gstmplexibitstream.cc:
16675 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16677 * ext/ogg/gstogmparse.c:
16678 * gst/debug/gstnavigationtest.c:
16679 Die, thou faulty symbol pollutors (non-static parent_class).
16681 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16683 * ext/mplex/gstmplexibitstream.cc:
16684 Fix event handling (#165525).
16686 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16688 * ext/mikmod/gstmikmod.c:
16689 * gst/modplug/gstmodplug.cc:
16690 Add missing endianness to template (fixes #165509).
16692 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16694 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16695 Fix wrong order of reading of optional bytes (#165290).
16697 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16699 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16700 Implement FILLER event awareness.
16702 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16704 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16705 Fix track calculations (#166208).
16707 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16709 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16711 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16712 * ext/libpng/gstpngenc.c:
16713 Fix byte-order, use proper fixed caps. Fixes #164197.
16715 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16720 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16721 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16722 Don't push buffers if the src pad isn't negotiated yet.
16724 * gst/audioconvert/gstaudioconvert.c:
16725 (gst_audio_convert_buffer_to_default_format),
16726 (gst_audio_convert_buffer_from_default_format):
16727 Add support for 24-bit width.
16729 * gst/dvdlpcmdec/.cvsignore:
16730 * gst/dvdlpcmdec/Makefile.am:
16731 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16732 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16733 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16734 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16736 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16737 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16738 format. Needs support for the channels maps if someone can find
16739 a DVD LPCM track with > 2 channels.
16741 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16742 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16743 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16744 * gst/mpegstream/gstdvddemux.h:
16745 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16746 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16747 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16748 * gst/mpegstream/gstmpegdemux.h:
16749 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16750 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16751 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16752 (gst_mpeg_parse_handle_src_query),
16753 (gst_mpeg_parse_handle_src_event):
16754 Use audio/x-dvd-lpcm for LPCM output.
16757 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16759 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16761 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16762 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16763 Add BGRA handling (#165736).
16765 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16767 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16769 * gst/law/alaw-decode.c: (alawdec_link):
16770 * gst/law/alaw-encode.c: (alawenc_link):
16771 * gst/law/mulaw-decode.c: (mulawdec_link):
16772 * gst/law/mulaw-encode.c: (mulawenc_link):
16773 Fix caps memleaks (#166600).
16775 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16777 * ext/tarkin/mem.h:
16778 * ext/tarkin/wavelet.h:
16779 * ext/tarkin/yuv.h:
16780 * gst/ffmpegcolorspace/avcodec.h:
16781 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16782 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16784 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16786 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16787 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16788 (gst_xvimagesink_change_state):
16789 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16790 Xv video (and thereby regenerate Xv colourkey) in clear() so
16791 that PLAY -> READY -> PLAY works (fixes #162504).
16793 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16795 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16796 Switch to list instead of range, since MJPEG-devices really just
16797 support decimations, not any size.
16799 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16800 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16801 (gst_mpeg2dec_reset), (free_all_buffers),
16802 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16803 * ext/mpeg2dec/gstmpeg2dec.h:
16804 The libmpeg2 user-allocated buffer management is awkward,
16805 to say the least. Hopefully this fixes things.
16807 2005-02-04 Andy Wingo <wingo@pobox.com>
16809 * gst/audioconvert/bufferframesconvert.c
16810 (buffer_frames_convert_fixate): New function, fixates to 256
16811 frames per buffer by default. (Much better than 1.)
16812 (buffer_frames_convert_init): Set the fixate function for both src
16814 (buffer_frames_convert_link): After success setting nonfixed caps,
16815 get the negotiated caps so we can know how many buffer-frames it
16816 will be. No idea how this worked at all before.
16818 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16820 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16821 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16822 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16823 (handle_sequence), (handle_picture):
16824 * ext/mpeg2dec/gstmpeg2dec.h:
16825 Rearrange buffer tracking and refcounting and refactor
16826 a little for readability.
16828 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16829 * sys/v4l/gstv4l.c: (plugin_init):
16830 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16831 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16832 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16833 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16834 * sys/v4l/gstv4ljpegsrc.h:
16835 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16836 * sys/v4l/v4l_calls.h:
16837 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16838 (gst_v4lsrc_get_fps):
16839 * sys/v4l/v4lsrc_calls.h:
16840 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16841 you jpeg inside rgb frames" driver.
16842 Don't error in the v4lsrc link function, just return
16845 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16847 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16848 (gst_qcamsrc_open):
16849 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16851 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16853 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16854 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16856 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16858 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16859 Reset negotiated state on PAUSED->READY.
16861 2005-02-02 David Schleef <ds@schleef.org>
16863 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16864 whereever possible. (Fixes #165997)
16865 * examples/capsfilter/capsfilter1.c: (main):
16866 * examples/dynparams/filter.c: (create_ui):
16867 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16868 * examples/seeking/chained.c: (main):
16869 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16870 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16871 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16872 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16873 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16874 * examples/switch/switcher.c: (main):
16875 * ext/dv/demo-play.c: (main):
16876 * ext/faad/gstfaad.c: (gst_faad_change_state):
16877 * ext/mad/gstmad.c: (gst_mad_chain):
16878 * ext/smoothwave/demo-osssrc.c: (main):
16879 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16880 (gst_gconf_render_bin_from_description),
16881 (gst_gconf_get_default_audio_sink),
16882 (gst_gconf_get_default_video_sink),
16883 (gst_gconf_get_default_audio_src),
16884 (gst_gconf_get_default_video_src),
16885 (gst_gconf_get_default_visualization_element):
16886 * gst/level/demo.c: (main):
16887 * gst/level/plot.c: (main):
16888 * gst/playback/gstplaybin.c: (gen_video_element),
16889 (gen_audio_element):
16890 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16891 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16892 * gst/sine/demo-dparams.c: (main):
16893 * gst/spectrum/demo-osssrc.c: (main):
16894 * gst/speed/demo-mp3.c: (main):
16895 * gst/volume/demo.c: (main):
16896 * testsuite/embed/embed.c: (main):
16898 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16900 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16901 (gst_tcpclientsink_finalize):
16902 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16903 (gst_tcpclientsrc_finalize):
16904 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16905 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16906 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16907 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16908 Don't leak the hostname when shutting down.
16909 In tcpserversrc, take a copy of the default hostname.
16911 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16913 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16914 Set caps to systemstream=TRUE.
16916 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16918 * testsuite/Makefile.am:
16919 Fix more OSX buildbots.
16921 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16923 * ext/mpeg2dec/gstmpeg2dec.c:
16924 Don't send things to NULL PAD_PEERs
16926 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16927 Copy-on-write the incoming buffer.
16929 * gst/mpegstream/gstdvddemux.h:
16930 * gst/mpegstream/gstmpegclock.h:
16931 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16932 (normal_seek), (gst_mpeg_demux_handle_src_event):
16933 * gst/mpegstream/gstmpegdemux.h:
16934 * gst/mpegstream/gstmpegpacketize.h:
16935 * gst/mpegstream/gstmpegparse.c:
16936 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16937 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16938 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16939 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16940 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16941 * gst/mpegstream/gstmpegparse.h:
16942 * gst/mpegstream/gstrfc2250enc.h:
16943 Various changes to the way time is computed that make seeking and
16944 total time estimation much better here.
16945 Use G_BEGIN/END_DECLS instead of __cplusplus
16947 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16948 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16950 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16952 * gst/subparse/gstsubparse.c:
16955 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16957 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16958 (theora_enc_chain), (theora_enc_change_state):
16959 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16960 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16961 (gst_vorbisenc_change_state):
16962 * ext/vorbis/vorbisenc.h:
16963 Set granulepos and timestamp correctly for streams not
16964 starting at 0, taking into account the initial delay.
16966 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16968 * gst/mpegstream/gstdvddemux.c:
16969 Add audio/x-dts to audio pad template caps
16971 2005-01-30 David Schleef <ds@schleef.org>
16973 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16974 (create_context), (gst_polypsink_link): Fix silly endianness
16975 bug. Add some debugging. Remove float from caps; it doesn't
16976 work. Attempt to get remote audio working.
16978 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16980 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16983 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16985 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16986 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16987 (gst_avi_demux_stream_data):
16988 * gst/avi/gstavidemux.h:
16989 Invert DIB images. Fixes #132341.
16991 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16993 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16994 (gst_ffmpegcsp_chain):
16995 D'oh, reference the palette data, not the palette structure.
16996 Fixes color distortion in #132341.
16998 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17000 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17001 PAR can be non-fixed when not provided as argument (#162626).
17003 2005-01-29 David Moore <dcm@acm.org>
17005 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17007 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17008 (gst_qtdemux_loop_header):
17009 Re-apply patch from #142272 that allows non-seekable sources,
17010 re-proposed by Daniel Drake <dsd@gentoo.org>.
17012 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17014 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17015 Use the src template for creating the src pad (#162330).
17017 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17020 * ext/musepack/Makefile.am:
17021 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17022 (gst_musepackdec_init), (gst_musepackdec_dispose),
17023 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17024 (gst_musepack_stream_init), (gst_musepackdec_loop),
17025 (gst_musepackdec_change_state):
17026 * ext/musepack/gstmusepackdec.cpp:
17027 * ext/musepack/gstmusepackdec.h:
17028 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17029 (gst_musepack_reader_read), (gst_musepack_reader_seek),
17030 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17031 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17032 * ext/musepack/gstmusepackreader.cpp:
17033 * ext/musepack/gstmusepackreader.h:
17034 Update to 1.1 API (#165446).
17036 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17041 2005-01-28 Andy Wingo <wingo@pobox.com>
17043 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17044 to reflect a different dubious internet source. Add a reference
17045 and some commentary.
17047 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17049 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17050 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17051 * gst/playback/gststreamselector.h:
17052 Be more selective when we're redoing caps negotiation from
17053 within the chain function on a stream change.
17055 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17059 * ext/amrnb/Makefile.am:
17060 * ext/amrnb/amrnb.c: (plugin_init):
17061 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17062 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17063 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17064 (gst_amrnbdec_state_change):
17065 * ext/amrnb/amrnbdec.h:
17066 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17067 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17068 (gst_amrnbparse_init), (gst_amrnbparse_formats),
17069 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17070 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17071 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17072 * ext/amrnb/amrnbparse.h:
17073 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17074 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17075 Add AMR-NB/-WB raw formats.
17076 * ext/alsa/gstalsa.c: (gst_alsa_link):
17077 Keep valid time when changing format.
17078 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17079 (qtdemux_parse_trak):
17080 Add some more format-specific options (#140141, #143555, #155163).
17082 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17084 * gst/matroska/matroska-demux.c:
17085 (gst_matroska_demux_parse_blockgroup):
17086 Fix logic error in timing of subtitle stream synchronization.
17087 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17088 Add skip-chunk, which is found in kodak-camera streams.
17090 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
17094 Adding Vietnamese translation (submitted by Clytie Siddall)
17096 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17098 * gst/playback/gstdecodebin.c: (try_to_link_1):
17099 Use realpad for signal.
17101 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17103 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17104 Fix category so decodebin picks it up.
17106 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17108 * ext/mad/Makefile.am:
17109 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17110 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17111 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17112 (found_type), (gst_id3demux_bin_change_state):
17113 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17114 (gst_id3_tag_init), (gst_id3_tag_handle_event),
17115 (gst_id3_tag_src_link), (gst_id3_tag_chain),
17116 (gst_id3_tag_change_state), (plugin_init):
17117 * ext/mad/gstmad.h:
17118 Add id3demuxbin (which is a simple bin consisting of id3demux
17119 and typefind), take over rank from id3demux, remove typefind
17120 code from id3demux. Makes all broken mp3s that I know of work,
17121 and thereby fixes #152688.
17123 2005-01-27 Edward Hervey <bilboed@bilboed.com>
17125 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17127 * ext/mad/gstmad.c: (gst_mad_src_event):
17128 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17129 Allow seeks on audio pad, make mad forward those (#164826).
17130 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17131 Set duration (#165335).
17133 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17135 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17136 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17137 (gst_asf_demux_process_ext_content_desc),
17138 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17139 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17140 * gst/asfdemux/gstasfdemux.h:
17141 Improve metadata display, e.g. if the metadata comes before the
17142 streams are loaded (which is perfectly valid).
17144 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17146 * tools/gst-launch-ext-m.m:
17147 Fix AVI/ASF pipelines (#165340).
17149 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
17150 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
17151 build failure on amd64
17153 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
17155 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17156 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17157 Check environment variables GST_ID3V2_TAG_ENCODING,
17158 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17159 list of character encodings to force interpretation of non-unicode
17160 strings stored in an ID3v2 tag to a particular encoding. If none
17161 is specified, try to use current locale's encoding, then fall back
17162 to ISO-8859-1 (which will always succeed). (Resolves #149274)
17163 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17164 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17165 Check environment variables GST_ID3V1_TAG_ENCODING,
17166 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17167 list of character encodings to use in case a string encountered
17168 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17169 specified, try to use the current locale's encoding, then fall
17170 back to ISO-8859-1 (which will always succeed).
17172 2005-01-25 Benjamin Otte <otte@gnome.org>
17174 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17175 - on half framerate, compute the rate in advance so the comparisons
17176 don't compare wrong values
17177 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17179 - don't use mad_header_decode anymore, mad_frame_decode does that
17181 - when getting rid of consumed bytes, reset the stream's skiplen
17184 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17186 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17187 Use 1/2 a second for default max_discont, as PES streams from DVB
17188 seem to have larger spacings in the SCR.
17191 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17193 * gst/playback/gstplaybasebin.c: (group_commit):
17194 Notify delayed stream-info availability.
17196 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17197 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17198 (gst_a52dec_handle_event), (gst_a52dec_chain):
17199 Add some debug output. Check that a discont has a valid
17201 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17202 (gst_alsa_sink_loop):
17203 Ignore TAG events. A little extra debug for broken timestamps.
17204 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17205 (dvdnavsrc_change_state):
17206 Ensure we send a discont to engage the link before we send any
17208 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17209 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17210 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17211 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17212 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17213 dvd://title works in totem because typefinding sends a seek that ends
17214 up going back to chapter 1 regardless.
17215 * ext/mpeg2dec/gstmpeg2dec.c:
17216 * ext/mpeg2dec/gstmpeg2dec.h:
17217 Output correct timestamps and handle disconts.
17218 * ext/ogg/gstoggdemux.c: (get_relative):
17219 Small guard against a null dereference.
17220 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17221 (gst_textoverlay_set_property):
17222 Free memory when done. Don't call gst_event_filler_get_duration on
17223 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17225 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17226 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17227 (gst_sw_srclink), (gst_smoothwave_chain):
17228 Draw solid lines, prettier colours.
17229 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17230 Add a default palette that'll work for some movies.
17231 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17232 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17233 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17234 * gst/mpegstream/gstdvddemux.h:
17235 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17236 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17237 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17238 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17239 * gst/mpegstream/gstmpegparse.h:
17240 Use PTM/NAV events when for timestamp adjustment when connected to
17241 dvdnavsrc. Don't use many discont events where one suffices.
17242 * gst/playback/gstplaybasebin.c: (group_destroy),
17243 (gen_preroll_element), (gst_play_base_bin_add_element):
17244 * gst/playback/gstplaybasebin.h:
17245 Make sure we remove subtitles from the same bin we put them in.
17246 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17247 (gst_subparse_buffer_format_autodetect),
17248 (gst_subparse_change_state):
17249 Fix some memleaks and invalid accesses.
17250 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17251 (oggskel_type_find), (cmml_type_find), (plugin_init):
17252 Some typefind functions for Annodex v3.0 files
17253 * gst/wavparse/gstwavparse.h:
17254 GstRiffReadClass is the correct parent class.
17256 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17258 * gst-libs/gst/riff/riff-media.c:
17259 (gst_riff_create_video_caps_with_data):
17260 Add extradata to huffyuv (fixes #165013).
17261 * gst-libs/gst/riff/riff-read.c:
17262 (gst_riff_read_strf_vids_with_data):
17263 Fix extradata extraction if it is in the chunk size.
17265 2005-01-25 Edward Hervey <bilboed@bilboed.com>
17267 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17269 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17270 (gst_quarktv_change_state), (gst_quarktv_dispose):
17271 Memory free'ing location fix (#164708).
17273 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17275 * gst/playback/gstplaybasebin.c: (group_commit),
17276 (gen_preroll_element), (probe_triggered), (gen_source_element),
17277 (setup_source), (gst_play_base_bin_change_state),
17278 (gst_play_base_bin_add_element):
17279 Don't block for streams.
17280 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17281 (gst_stream_info_set_mute):
17282 Use gst_pad_set_active_recursive.
17284 2005-01-25 Andy Wingo <wingo@pobox.com>
17286 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17287 for #ifndef HAVE_XVIDEO.
17289 2005-01-24 Jeffrey C. Ollie
17291 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17293 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17294 * ext/gsm/gstgsmdec.h:
17295 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17296 * ext/gsm/gstgsmenc.h:
17297 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17298 was given by property. Add proper buffer timestamps and offsets.
17300 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17302 * gst-libs/gst/riff/riff-media.c:
17303 (gst_riff_create_audio_caps_with_data):
17304 Audio can be <8000Hz.
17306 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17308 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17309 Explicit state change to workaround refcount bugs.
17311 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17313 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17314 (gst_avimux_riff_get_avi_header):
17317 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17319 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17320 (gst_riff_read_element_data):
17321 * gst-libs/gst/riff/riff-read.h:
17322 Add _peek version (req'ed in CDXA).
17323 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17324 (gst_cdxaparse_loop):
17325 Fix parsing in playbin.
17326 * gst/playback/gstdecodebin.c: (close_pad_link):
17327 Ignore current_ pads, they cause major annoyance.
17329 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17331 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17334 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17336 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17339 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17341 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17342 Allow for 0-sized buffers. Fixes length query problems in
17343 starwars.mkv from the testsuite.
17345 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17347 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17348 (gst_video_box_i420), (gst_video_box_chain):
17349 Fix row strides for I420 (fixes #163159)
17351 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17353 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17354 MPEG2 has a useful rate property, so we can actually use that.
17355 For MPEG-1, continue using the bytes/time properties.
17357 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17359 * gst-libs/gst/riff/riff-media.c:
17360 (gst_riff_create_video_caps_with_data),
17361 (gst_riff_create_video_template_caps):
17364 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17366 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17367 Fail if caps negotiation fails. Should fix #162184, and should
17368 definately be in there regardless of it fixing the actual bug.
17369 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17370 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17371 (gst_avimux_riff_get_avix_header),
17372 (gst_avimux_riff_get_video_header),
17373 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17374 (gst_avimux_start_file), (gst_avimux_handle_event),
17375 (gst_avimux_change_state):
17376 * gst/avi/gstavimux.h:
17377 Refactor structure writing to use GST_WRITE_UINT macros, add
17378 metadata writing support.
17380 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17382 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17383 Elements may already be destroyed when this function is called.
17385 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17387 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17388 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17389 More memory leak fixes (#149162).
17391 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17393 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17394 (gst_qtdemux_add_stream):
17397 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17399 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17402 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17404 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17405 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17406 when fixating to six channels in Totem.
17408 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17410 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17411 Fix compile warnings on Solaris 10 buildbot
17413 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17415 * ext/dvdread/dvdreadsrc.c: (_read):
17416 Don't read beyond the last cell in a chapter (fixes
17417 invalid memory access)
17419 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17421 * ext/dvdread/stream_labels.c:
17422 (dvdreadsrc_get_audio_stream_labels):
17423 Use NULL for an empty GList instead of g_list_alloc(); fix
17424 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17425 of GString (easier to bulk free later)
17427 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17429 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17431 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17432 (gst_ffmpeg_pixfmt_to_caps):
17433 Fix BGRA32 caps (#164209).
17435 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17437 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17439 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17440 (gst_ffmpeg_caps_to_pixfmt):
17441 alpha_mask can be RGBA/ABGR. Fixes #164265.
17443 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17445 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17447 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17448 (gst_mpeg2dec_alloc_buffer):
17449 * ext/mpeg2dec/gstmpeg2dec.h:
17450 Crop if decoding size is not the actual image size (#163676).
17452 2005-01-17 Steve Baker <steve@stevebaker.org>
17454 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17456 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17457 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17458 Add libsndfile typefind functions (#163309).
17460 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17462 * tools/gst-launch-ext-m.m:
17463 Add .aac, fix .m1v/.m2v (#163891).
17465 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17467 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17468 Sanity check, don't wait endlessly since the clock might not
17469 actually run at this point (which is a deadlock). Fixes #164069.
17471 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17473 * gst/playback/gstplaybasebin.c: (probe_triggered):
17474 Of course, only pause if group is done...
17476 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17478 * gst/playback/gstplaybasebin.c: (probe_triggered):
17481 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17483 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17484 Don't return state change success when the parent
17487 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17489 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17490 Free events (fix memleak in #162905).
17492 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17494 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17496 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17497 (gst_ffmpeg_caps_to_pixfmt):
17498 Fix for depth = 15. Fixes #161675.
17500 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17502 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17503 Set FPS correctly, even for webcams and the like.
17504 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17505 Don error on setting while capturing.
17507 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17509 * ext/dv/gstdvdec.c:
17510 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17511 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17512 I'm a bad boy. using /1001. to force C to do float division
17513 and not integer division (as it did in my last commit)
17514 Thanks to David I. Lehn for pointing this mistake.
17516 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17518 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17519 Revert Johan's 1.35->1.36 since it breaks compat.
17521 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17523 * ext/dv/gstdvdec.c:
17524 * ext/libfame/gstlibfame.c:
17525 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17526 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17527 replace framerate aproximations by their real value
17528 (24000/1001, 30000/1001, 60000/1001)
17529 Finish fixing bug #164049
17531 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17533 * ext/ogg/gstoggmux.c:
17535 * gst/tcp/gstmultifdsink.c:
17536 * gst/tcp/gstmultifdsink.h:
17537 * gst/tcp/gsttcp.c:
17538 * gst/tcp/gsttcp.h:
17539 * gst/tcp/gsttcpclientsink.c:
17540 * gst/tcp/gsttcpclientsrc.c:
17541 * gst/tcp/gsttcpserversink.c:
17542 * gst/tcp/gsttcpserversrc.c:
17543 improve reusability of elements after state changes and errors
17544 make multifdsink throw away streamheaders when receiving new ones
17546 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17548 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17549 Fix for if items are already in list...
17551 2005-01-12 Benjamin Otte <otte@gnome.org>
17553 * gst/adder/gstadder.c: (gst_adder_loop):
17554 fix adder a bit so it doesn't screw up with events as much anymore
17556 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17558 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17559 (pixbufscale_scale), (gst_pixbufscale_chain):
17560 * ext/gdk_pixbuf/pixbufscale.h:
17561 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17562 to ensure rowstrides are calculated the same way as
17564 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17565 that we pick up duration and offset also.
17567 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17569 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17570 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17573 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17575 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17576 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17577 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17578 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17579 Update flags when requested.
17581 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17583 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17586 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17588 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17589 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17590 (probe_triggered), (new_decoded_pad), (gen_source_element),
17591 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17592 * gst/playback/gstplaybasebin.h:
17593 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17594 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17595 (gst_play_bin_change_state):
17596 Implement group-switch signal for use in apps to clear metadata
17597 cache, clean up subtitle, add suburi property instead of # hack,
17598 some error-out fixes.
17600 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17602 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17604 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17605 If we got a state change in the _get handler, don't return success.
17607 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17609 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17610 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17611 Make jpegdec quiet on MJPEG decoding
17612 * gst/asfdemux/README:
17613 Fix mimetypes for MJPEG and H263
17615 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17617 * ext/theora/theoradec.c: (theora_dec_chain):
17618 Fix broken code generation by gcc by swapping arguments.
17619 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17622 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17625 delete this file, it is by far outdated
17626 * ext/alsa/gstalsa.1: remove
17627 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17628 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17629 (gst_alsa_get_caps):
17630 Add HW probing for supported sample rates. Fixes #161704
17632 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17634 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17635 Don't crash, biatch! :).
17637 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17639 * ext/musepack/gstmusepackreader.cpp:
17640 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17641 Some work on tags - still doesn't work in playbin...
17642 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17645 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17647 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17648 Also shove tags on kid pads.
17650 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17652 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17653 Don't bail on unknown events.
17654 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17655 Don't crash on events before negotiation.
17656 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17657 Send tags on pads, too.
17658 * gst/playback/gststreamselector.c:
17659 (gst_stream_selector_request_new_pad):
17660 Forward events on first pad if no input was selected yet.
17662 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17664 * gst/playback/gstplaybasebin.c: (setup_substreams):
17665 Don't disable streamtype if the stream doesn't exist, since
17666 then playing a video after audio will disable both and nothing
17667 will happen. Fixes the testsuite.
17669 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17671 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17672 (gst_v4l_xoverlay_set_xwindow_id):
17673 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17674 (gst_v4l2_xoverlay_set_xwindow_id):
17675 Add debug categories, fix overlay disabling.
17677 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17679 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17680 * ext/alsa/gstalsa.h:
17681 Add HW probing for period_count/size and buffer_size MIX/MAX
17682 Adjust default/user defined value if out of bounds
17683 Should fix bug #162024
17685 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17687 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17688 Fix warning (#161191).
17690 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17692 * ext/dvdread/stream_labels.c:
17693 (dvdreadsrc_get_audio_stream_labels):
17694 Fix warning (init the good variable in switch default)
17696 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17698 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17700 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17701 Fix gcc-2.95 compile (#163485).
17703 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17706 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17707 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17708 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17709 (gst_flacenc_change_state):
17710 * ext/flac/gstflacenc.h:
17711 Update for API change in flac-1.1.1. Update requirement in
17712 configure.ac. Fixes #162974.
17714 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17716 * gst/playback/gstplaybasebin.c: (group_destroy):
17717 Remove hack to get rid of assert and get rid of unlinked
17720 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17722 * gst/playback/gstplaybasebin.c: (setup_source):
17723 Set source to NULL so that resources are free'ed. Fixes issues
17724 with playback of CDDA and similar device-accessing things.
17726 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17728 * testsuite/embed/Makefile.am:
17729 test->noinst, fix make test in buildbot.
17731 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17733 * ext/dvdread/stream_labels.c: new file
17734 * ext/dvdread/stream_labels.h: new file
17735 * ext/dvdread/Makefile.am:
17736 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17737 Extract audio stream label from DVD IFO files.
17738 It only dump them on the console for now, still have to
17739 make playbin aware of them.
17741 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17743 * gst/playback/gstplaybasebin.c: (setup_source):
17746 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17748 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17749 (gen_preroll_element), (remove_groups), (setup_subtitle),
17750 (gen_source_element), (setup_source):
17751 * gst/playback/gstplaybasebin.h:
17752 Multiple .sub files is just a stupid idea... Fix some threading
17753 mistakes. Interestingly, external .sub files cause playbin to
17754 hang, I don't know why... Parsing fixes contributed by Fran??ois
17755 Kooman <fkooman@tuxed.net>.
17757 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17759 * testsuite/embed/Makefile.am:
17762 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17764 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17766 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17767 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17768 (gst_pngenc_set_property):
17769 * ext/libpng/gstpngenc.h:
17770 Add compression level property (#163323).
17772 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17775 * examples/capsfilter/capsfilter1.c: (main):
17776 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17777 * ext/dvdread/Makefile.am:
17778 * ext/dvdread/demo-play:
17779 * ext/dvdread/demo-play.c:
17780 * gconf/gstreamer.schemas.in:
17781 * gst-libs/gst/gconf/gconf.c:
17783 * testsuite/Makefile.am:
17784 * testsuite/embed/Makefile.am:
17785 * testsuite/embed/embed.c: (cb_expose), (main):
17786 Remove all references to xvideosink, fix examples (#140845).
17787 * gst/playback/gstplaybasebin.c: (group_destroy):
17788 Apparently, disposal does not unlink - so do explicitely.
17789 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17792 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17794 * README: fix PKG_CONFIG_PATH instructions, what was there
17795 previously was breaking default search path, not nice.
17798 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17800 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17801 (gst_audioscale_chain):
17802 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17803 when resampling - how the ^@$^!@^! is this possible?!?
17805 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17807 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17808 Reset variables on READY.
17809 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17810 (gst_matroska_mux_loop):
17811 Require data before writing header.
17813 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17815 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17817 * ext/mad/gstmad.c: (gst_mad_chain):
17818 Don't call mad_stream_sync() directly after recovering sync.
17821 2005-01-09 Martin Eikermann <meiker@upb.de>
17823 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17825 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17826 (snapshot_handler), (gst_snapshot_sinkconnect),
17827 (gst_snapshot_chain):
17828 Allocate resources when required, fix recursive signal emission
17829 and fix caps. Fixes #161667.
17831 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17833 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17835 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17836 (gst_pngdec_chain):
17837 Handle only 8-bppc (bits-per-pixel-component) images, better
17838 error handling and correct strides. Fixes #163177.
17839 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17840 (gst_pngenc_chain):
17841 Better error handling. Fixes #163348.
17843 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17845 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17846 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17847 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17848 (dvdnavsrc_uri_handler_init):
17849 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17850 * gst/playback/gstplaybasebin.c: (gen_source_element):
17851 Add MMS to streaming URIs.
17853 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17855 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17856 * sys/xvimage/xvimagesink.c:
17857 (gst_xvimagesink_navigation_send_event):
17858 Check for pad availability before sending event.
17860 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17862 * gst-plugins.spec.in:
17865 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17868 Since we use functions from CVS, up requirement.
17870 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17872 * gst/playback/Makefile.am:
17873 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17874 (group_destroy), (group_commit), (group_is_muted),
17875 (gen_preroll_element), (add_stream), (unknown_type),
17876 (probe_triggered), (preroll_unlinked), (mute_stream),
17877 (silence_stream), (new_decoded_pad), (setup_substreams),
17878 (setup_source), (get_active_source), (mute_group_type),
17879 (muted_group_change_state), (set_active_source),
17880 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17881 (play_base_eos), (gst_play_base_bin_change_state):
17882 * gst/playback/gstplaybasebin.h:
17883 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17884 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17885 (gst_stream_info_dispose), (stream_info_mute_pad),
17886 (stream_info_change_state), (gst_stream_info_set_mute):
17887 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17888 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17889 (gst_stream_selector_init), (gst_stream_selector_dispose),
17890 (gst_stream_selector_get_linked_pad),
17891 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17892 (gst_stream_selector_get_linked_pads),
17893 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17894 * gst/playback/gststreamselector.h:
17895 Adding stream selection support plus required properties for
17896 applications to use this. Fully fixes #100931.
17898 2005-01-08 Benjamin Otte <otte@gnome.org>
17900 * gst/games/gstpuzzle.c: (nav_event_handler):
17901 - handle nav events differently: forward every event no matter if it
17902 was handled or not.
17904 You can now cheat by using navigationtest ! puzzle and moving the
17905 mouse close to the edge of a tile. ;)
17907 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17910 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17911 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17912 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17913 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17914 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17915 (gst_ogm_parse_plugin_init):
17916 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17917 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17918 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17919 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17920 * ext/pango/gsttextoverlay.h:
17921 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17922 (gst_matroska_demux_handle_seek_event),
17923 (gst_matroska_demux_sync_streams),
17924 (gst_matroska_demux_parse_blockgroup),
17925 (gst_matroska_demux_subtitle_caps),
17926 (gst_matroska_demux_plugin_init):
17927 * gst/matroska/matroska-ids.h:
17928 * gst/playback/gstdecodebin.c: (close_pad_link):
17929 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17930 (gen_preroll_element), (remove_groups), (add_stream),
17931 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17933 * gst/playback/gstplaybasebin.h:
17934 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17935 * gst/subparse/Makefile.am:
17936 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17937 (gst_subparse_base_init), (gst_subparse_class_init),
17938 (gst_subparse_init), (gst_subparse_formats),
17939 (gst_subparse_eventmask), (gst_subparse_event),
17940 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17941 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17942 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17943 (parse_mpsub_deinit), (parse_mpsub_init),
17944 (gst_subparse_buffer_format_autodetect),
17945 (gst_subparse_format_autodetect), (gst_subparse_loop),
17946 (gst_subparse_change_state), (gst_subparse_type_find),
17948 * gst/subparse/gstsubparse.h:
17949 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17951 Add subtitle support, .sub parser (supports SRT and MPsub),
17952 OGM text support, Matroska UTF-8 text support, deadlock fixes
17953 all over the place, subtitle awareness in decodebin/playbin
17954 and some fixes to textoverlay to handle subtitles in a stream
17955 correctly. Fixes #100931.
17957 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17959 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17960 Check for pad availability before doing a query on it.
17962 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17964 * ext/dv/gstdvdec.c:
17965 really fix bpp24/32 dvdec caps (classic rgba indeed)
17966 * gst/asfdemux/gstasfdemux.c:
17967 (gst_asf_demux_process_ext_content_desc):
17968 don't send text tags if they are empty (bis repetita)
17970 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17972 * ext/dv/gstdvdec.c:
17973 remove unneeded comment from dvdec
17974 (related to DV 4CC codes in AVI files)
17975 moved them in gstreamer/docs/random/mimetypes
17976 * gst/asfdemux/gstasfdemux.c:
17977 (gst_asf_demux_process_ext_content_desc):
17978 don't send text tags if they are empty
17979 fix mem leak on error path
17980 * gst/ffmpegcolorspace/avcodec.h:
17981 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17982 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17983 (gst_ffmpegcsp_avpicture_fill):
17984 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17985 * gst/ffmpegcolorspace/imgconvert_template.h:
17986 adds BGR32 and BGRA32 to ffmpegcolorspace
17987 (still bad colors, fixing it on next commit)
17988 helps with dvdec outputing BGR32
17990 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17992 * ext/dv/gstdvdec.c:
17993 Fix audio caps i just broke (missing ',')
17994 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17995 (gst_matroska_mux_reset):
17996 Fix typo + add FIXME about old "x-gst-metadata" crap
17998 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18000 * ext/dv/demo-play.c: (main):
18001 xvideosink -> xvimagesink
18002 * ext/dv/gstdvdec.c:
18003 change rgb 32/32 caps to 24/32 (no alpha)
18004 change nb of channels to be a list (2 or 4, not 2)
18005 change sample rate to be a list (32, 44.1, 48 kHz) not a range
18006 * gst/asfdemux/gstasfdemux.c:
18007 (gst_asf_demux_process_ext_content_desc):
18008 Add 'date/year' to extracted metadata list
18010 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18012 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18013 The return value of fixate_to does not imply that the requested
18014 value was set, so don't assume.
18016 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
18018 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18020 * ext/libpng/gstpngdec.c:
18021 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18022 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18023 * ext/libpng/gstpngenc.h:
18024 Alpha support (encoder; #163161), mime fixage.
18026 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
18028 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18030 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18031 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18032 (gst_faac_set_property), (gst_faac_get_property):
18033 * ext/faac/gstfaac.h:
18034 Allow for ADTS output (#153434).
18036 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18038 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18039 Fix against template (#150576).
18041 2005-01-06 Benjamin Otte <otte@gnome.org>
18043 * gst/games/gstpuzzle.c: (draw_puzzle):
18044 don't draw a puzzle if either width or height of tiles would be 0.
18046 2005-01-06 Benjamin Otte <otte@gnome.org>
18048 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18049 (gst_puzzle_class_init), (gst_puzzle_finalize):
18050 no memleaks, please
18051 (gst_puzzle_create), (gst_puzzle_init),
18052 (gst_puzzle_set_property), (gst_puzzle_setup):
18053 change initialization code around so we don't reshuffle on resize
18055 fix another stupid typo
18057 2005-01-06 Benjamin Otte <otte@gnome.org>
18059 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18060 fix stupid typo that borked copying on YUY2
18062 2005-01-06 Benjamin Otte <otte@gnome.org>
18064 * gst/games/gstpuzzle.c: (draw_puzzle):
18065 fix edges when image sizes aren't multiples of tile sizes
18067 2005-01-06 Benjamin Otte <otte@gnome.org>
18069 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18070 make RGB endianness work correctly
18071 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18072 refactor and fix race with initial shuffling
18073 (nav_event_handler):
18074 allow using the mouse to puzzle
18076 insist on tiles having width and height as multiples of 4 to get
18077 clean YUV image handling
18078 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18079 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18080 s/DEBUG/LOG/ for common messages
18081 (gst_xvimagesink_navigation_send_event):
18082 fix mouse event translation to not include screen PAR
18083 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18084 fix mouse event translation to actually work
18086 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18088 * gst/asfdemux/gstasfdemux.c:
18089 (gst_asf_demux_process_ext_content_desc):
18090 Extract TrackNumber metadata + clean up code
18091 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18092 Hope this is the good fix (var used unitialised)
18094 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18096 * ext/faad/gstfaad.c: (gst_faad_chain):
18097 Only increment timestamp if it's valid. Fixes raw AAC streams.
18099 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18102 * gst/games/Makefile.am:
18103 * gst/games/gstpuzzle.c:
18104 add a puzzle game with...
18105 * gst/games/gstvideoimage.c:
18106 * gst/games/gstvideoimage.h:
18107 ... full colorspace support (that includes YUV9 and RGB16)) stolen
18108 from videotestsrc and made into something that would be a nice
18109 library for a lot of other plugins.
18111 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18114 don't compile faad plugin if a RC of 2.0 is found
18115 Fixes #155346 (and FC1 buildbot)
18116 * gst/asfdemux/gstasfdemux.c:
18117 (gst_asf_demux_process_ext_content_desc):
18118 try to make Solaris compiler happier
18120 2005-01-06 Paul Jack <pjack@sfaf.org>
18122 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18124 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18125 Fix segfault (#161667).
18127 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18129 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18130 Fix framerate reporting.
18132 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18134 * gst-libs/gst/riff/riff-ids.h:
18135 * gst/wavenc/riff.h:
18136 Add AMR (VBR and CBR) ids to riff.h audio codec list
18137 * gst/asfdemux/gstasfdemux.c:
18138 (gst_asf_demux_process_ext_content_desc),
18139 (gst_asf_demux_process_object):
18140 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18142 2005-01-05 Martin Eikermann <meiker@upb.de>
18144 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18146 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18147 (gst_dvd_demux_handle_discont):
18148 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18149 (gst_mpeg_demux_handle_discont):
18150 Recreate pads on new-media (#160730).
18151 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18152 Send discont even if manager changes timestamps (#161929).
18154 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
18156 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18158 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18159 Fix invalid memory access (#159211).
18161 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18163 * examples/gstplay/player.c: (main):
18165 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18166 Add visualizations.
18167 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18168 (gst_a52dec_handle_frame):
18170 * ext/dvdnav/gst-dvd:
18171 Add audioconvert. Fixes #161325.
18172 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18173 Explicitely case to gint64. Possible valgrind error.
18174 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18175 (gst_play_tick_callback), (gst_play_change_state),
18176 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18177 (gst_play_set_location), (gst_play_get_location),
18178 (gst_play_seek_to_time), (gst_play_set_data_src),
18179 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18180 (gst_play_set_visualization), (gst_play_connect_visualization),
18181 (gst_play_get_framerate), (gst_play_get_all_by_interface),
18183 Use playbin. Fixes #139749 and #147744.
18184 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18186 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18187 (audioscale_get_type), (gst_audioscale_base_init),
18188 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18189 (gst_audioscale_getcaps), (gst_audioscale_fixate),
18190 (gst_audioscale_link), (gst_audioscale_get_buffer),
18191 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18192 (gst_audioscale_init), (gst_audioscale_dispose),
18193 (gst_audioscale_chain), (gst_audioscale_set_property),
18194 (gst_audioscale_get_property), (plugin_init):
18196 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18198 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18199 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18200 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18201 Add more metadata (fixes #162656).
18203 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18208 === release 0.8.7 ===
18210 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18215 releasing 0.8.7, "Hyperspace"
18217 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18219 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18221 * gst/playback/gstplaybasebin.c:
18222 Fix for #162924 - free caps after use, not before
18224 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
18226 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18228 * gst/playback/gstplaybasebin.c:
18229 * gst/wavparse/gstwavparse.c:
18230 Fix for #154773 - fixes playback of small .wav files
18232 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
18234 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18236 * gst/audioscale/gstaudioscale.c:
18237 Fix for #162819 - make audioscale reusable
18238 Fixes playback of more than one file with playbin/totem
18240 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18242 * gst/ffmpegcolorspace/avcodec.h:
18243 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18244 * gst/ffmpegcolorspace/imgconvert.c:
18245 clean up the mess that made me cry and avoid needless duplication
18247 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18249 * gst/ffmpegcolorspace/imgconvert.c:
18250 give some indication of why we're segfaulting
18252 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18255 Fix indentation, fix v4l2 plugin detection.
18257 Fix libmms location (Maciej, use diff -u!).
18258 * ext/alsa/gstalsa.c: (gst_alsa_init):
18259 Initialize caps cache to NULL.
18260 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18261 Only change state on audiosink if it exists.
18263 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
18265 * gst/matroska/matroska-demux.c:
18266 * gst/matroska/matroska-ids.h:
18267 * gst/matroska/matroska-demux.h:
18268 Fix Vorbis streams failing to decode in some files, where cluster_time
18269 isn't 0, because then it doesn't send codec_priv before actual data.
18270 Remove time-based test and replace it with marker set on beginning of
18273 2004-12-28 David Schleef <ds@schleef.org>
18275 Merge patch from Ronald fixing problems with streaming
18277 * ext/cairo/gstcairo.c: (plugin_init):
18278 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18279 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18280 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18281 (gst_textoverlay_font_init), (gst_textoverlay_init),
18282 (gst_textoverlay_set_property):
18283 * ext/cairo/gsttextoverlay.h:
18285 2004-12-27 David Schleef <ds@schleef.org>
18287 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18288 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18289 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18290 (gst_textoverlay_font_init), (gst_textoverlay_init),
18291 (gst_textoverlay_set_property): Improvements to actually
18292 render text as white on black outline on video, including
18293 font selection and horizontal/vertical alignment. (Ronald's
18295 * ext/cairo/gsttextoverlay.h:
18297 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18299 * ext/ogg/gstogg.c:
18300 * ext/ogg/gstogmparse.c:
18301 fix ogm[audio/video]parse plugin registration
18302 (riff won't load if bytestream is already loaded)
18304 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18306 * gst/audioconvert/gstchannelmix.c:
18309 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18313 disable docs again until it actually passes make distcheck.
18315 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18317 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18318 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18320 Add 3GP (variables name Q3GP because they can't start with a
18321 number). Add samr audio fourcc (used in .3gp files), decoder
18322 is work in progress. Also do a GST_WARNING instead of ERROR
18323 in case of unknown nodes, to decrease output.
18325 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18330 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18333 * ext/speex/gstspeexdec.h:
18334 * ext/speex/gstspeexenc.h:
18335 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18336 Fix detection code in configure.ac
18338 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18340 * gst/matroska/matroska-demux.c:
18341 (gst_matroska_demux_parse_blockgroup):
18342 Save position, so that queries give proper return values. Don't
18343 know how this could ever have worked before...
18345 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18348 Put additional LAME check inside the conditional. Fixes #152339
18350 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18352 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18353 (gst_avi_demux_stream_scan):
18354 Add some more debug. Fix logic error when setting movi offset
18355 while reading index.
18357 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18359 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18360 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18361 (gst_avi_demux_process_next_entry):
18362 Add some debugging. Better detection of broken indexes and the
18363 accompanying index recovery. No infinite loops on state changes
18364 when we're still in our loopfunction.
18366 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18371 2004-12-22 Archana Shah <archana.shah@wipro.com>
18373 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18375 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18376 Normalizing the value before setting
18377 (gst_sunaudiomixer_get_volume):
18378 Normalizing the value after getting. Fixes bug# 161980
18380 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18382 * Makefile.am: Make sure docs gets disted
18383 * docs/Makefile.am: Make sure all needed files get disted
18384 * gst-plugins.spec.in: latest updates
18386 2004-12-22 Wim Taymans <wim@fluendo.com>
18388 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18389 Revert patch 1.38 as clock distribution over schedulers does
18390 not work correcly in the core yet.
18392 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18394 * sys/oss/README: remove this file, which predates my birth
18395 (and which content is by far outdated)
18397 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18401 * docs/Makefile.am:
18402 * docs/libs/Makefile.am:
18403 * docs/libs/gst-plugins-libs-docs.sgml:
18404 * docs/libs/gst-plugins-libs-sections.txt:
18405 * docs/libs/tmpl/gstgconf.sgml:
18407 * docs/version.entities.in:
18408 Added boilerplate gtk-doc files for plugin-libs documentation.
18410 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18412 * gst/auparse/gstauparse.c: fix int and float audio caps
18414 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18416 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18417 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18418 g_assert() can be a macro, don't use #ifdef inside it.
18420 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18422 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18424 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18425 (gst_videorate_init), (gst_videorate_chain),
18426 (gst_videorate_change_state):
18427 Event handling (fixes #159986).
18429 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18431 * gst-libs/gst/riff/riff-media.c:
18432 (gst_riff_create_video_caps_with_data):
18433 Add BLZ0 (Blizzard's version of DivX) fourcc.
18435 2004-12-18 David Schleef <ds@schleef.org>
18437 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18440 2004-12-18 David Schleef <ds@schleef.org>
18442 * gst/tta/ttadec.h: Disable some header code that isn't used
18443 and clearly isn't portable.
18445 2004-12-18 David Schleef <ds@schleef.org>
18447 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18448 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18449 (avcodec_get_pix_fmt), (avpicture_layout),
18450 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18451 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18452 Fix code to not use GCC extensions (and c99 extensions that
18453 Forte does not like.)
18455 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18457 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18459 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18460 (gst_deinterlace_chain):
18461 Rowstride fixes. Fixes #161039.
18462 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18463 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18464 (gst_video_crop_getcaps), (gst_video_crop_link),
18465 (gst_video_crop_i420), (gst_video_crop_chain),
18466 (gst_video_crop_change_state):
18467 Rework of negotiation. Actually works now. Fixes #158650.
18469 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18471 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18472 That was very stupid.
18474 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18476 * gst/matroska/matroska-demux.c:
18477 (gst_matroska_demux_parse_blockgroup):
18478 Fix possible crasher.
18480 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18482 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18483 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18484 Lace sizes can be zero.
18486 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18488 * ext/musepack/gstmusepackdec.cpp:
18489 Fetch error return values. Fixes #161624.
18490 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18493 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18495 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18496 Work for truncated (unfinished download etc.) files. Fixes #160514.
18498 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18500 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18501 Fix for integer overflow. Makes #156001 not crash. Probably masks
18504 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18506 * gst/ac3parse/gstac3parse.c: (plugin_init):
18507 Parsers never have ranks. Fixes #159651.
18509 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18511 * gst/playback/gstdecodebin.c: (compare_ranks):
18512 make sure the facotries are ordered the same every time even if they
18513 have the same rank by using the name
18514 * gst/playback/gstdecodebin.c: (find_compatibles):
18515 make sure we don't add factories to the list twice
18517 2004-12-16 David Schleef <ds@schleef.org>
18519 * configure.ac: look for musepack headers as musepack/*.h
18521 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18522 * ext/musepack/gstmusepackreader.h: same
18524 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18526 * gst-libs/gst/riff/riff-read.c:
18527 (gst_riff_read_strf_auds_with_data):
18528 Read extradata correctly (fixes #155879).
18530 2004-12-16 David Schleef <ds@schleef.org>
18532 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18533 audio. does _not_ attempt or allow conversion unless channels
18536 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18538 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18540 2004-12-16 David Schleef <ds@schleef.org>
18542 * gst/audioscale/gstaudioscale.c: the resample library only
18543 handles 1 or 2 channels. Change caps to compensate.
18545 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18547 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18548 (gst_matroska_demux_audio_caps):
18549 Some MPEG-AAC hacks, because else it doesn't work...
18551 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18553 * gst-libs/gst/riff/riff-media.c:
18554 (gst_riff_create_video_caps_with_data),
18555 (gst_riff_create_video_template_caps):
18558 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18560 * gst-libs/gst/audio/Makefile.am:
18561 Try to fix buildbot.
18563 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18565 * gst/tcp/gstmultifdsink.c:
18566 Clean up and uniformize debugging.
18568 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18570 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18572 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18573 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18574 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18575 (gst_mpeg_demux_change_state):
18576 Reset on ready. Fixes 160276.
18578 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18580 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18582 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18583 (gst_ffmpegcsp_pad_link):
18584 Fix memleak (#154815).
18586 2004-12-16 James Bowes <bowes@cs.dal.ca>
18588 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18590 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18591 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18592 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18593 * ext/musicbrainz/gsttrm.h:
18594 Add support for using a proxy server when getting a trm id from
18595 the MusicBrainz database (#149613).
18597 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18599 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18601 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18602 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18603 Fix memleaks (#157233).
18605 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18607 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18609 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18610 * gst-libs/gst/resample/resample.h:
18611 * gst/audioscale/gstaudioscale.c:
18612 Fix memleak (#159215).
18614 2004-12-16 Toni Willberg <toniw@iki.fi>
18616 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18618 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18619 * sys/oss/oss_probe.c: (main):
18620 Check for mono/stereo support (similar to samplerate probing),
18621 fixes #159433. Also add missing copyright header to oss_probe.c.
18623 2004-12-15 David Schleef <ds@schleef.org>
18625 * configure.ac: add audioresample and cairo plugins. Remove
18626 HAVE_MMX stuff, because it's not used.
18627 * ext/Makefile.am: same
18628 * ext/audioresample/Makefile.am: You are not ready for an
18629 audio resampling element based on audioresample.
18630 * ext/audioresample/gstaudioresample.c:
18631 * ext/audioresample/gstaudioresample.h:
18632 * ext/cairo/Makefile.am: You are not ready for overlay elements
18633 based on cairo. Don't look too closely, these elements kinda
18635 * ext/cairo/gstcairo.c: new
18636 * ext/cairo/gsttextoverlay.c: new
18637 * ext/cairo/gsttextoverlay.h: new
18638 * ext/cairo/gsttimeoverlay.c: new
18639 * ext/cairo/gsttimeoverlay.h: new
18640 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18641 problem with compilers that don't support variadic macros.
18643 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18645 Reviewed by: David Schleef <ds@schleef.org>
18647 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18648 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18649 bit. Also ran indent-gst.
18650 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18651 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18652 (gst_sunaudiosrc_setparams):
18654 2004-12-14 David Schleef <ds@schleef.org>
18656 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18657 output rate to 16000. Should fix #160235.
18659 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18661 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18662 Add typefinding for mpeg2 pes streams
18664 2004-12-13 David Schleef <ds@schleef.org>
18666 * configure.ac: Applied patch from bug #143659, making default
18667 sources and sinks OS-dependent (for Solaris), and added code
18669 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18671 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18673 * gst-libs/gst/riff/riff-media.c:
18674 forgot to add h2.64 to avidemux template caps
18676 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18678 * gst/wavenc/riff.h:
18679 * gst-libs/gst/riff/riff-media.c:
18680 * gst-libs/gst/riff/riff-ids.h:
18681 * gst/avi/gstavimux.c
18682 add 4CC code for VideoSoft h264 in AVI (VSSH)
18684 remove s323 from riff, it's quicktime specific :(
18686 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18688 * gst/asfdemux/README
18689 * gst/wavenc/riff.h
18690 * gst-libs/gst/riff/riff-ids.h
18691 * gst-libs/gst/riff/riff-media.c
18692 * gst/qtdemux/qtdemux.c:
18693 add new 4CC codes for h263 related codecs
18694 fixes partially bug #155163
18696 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18698 * configure.ac: Update polyaudio requirement to 0.7
18699 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18701 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18703 * gst/interleave/deinterleave.c:
18704 fix my name's spelling! :)
18706 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18708 * AUTHORS ChangeLog
18709 * gst/auparse/gstauparse.c
18710 * gst/interleave/deinterleave.c
18712 alaw-decode.c alaw-encode.c
18713 mulaw-decode.c mulaw-encode.c
18714 * gst/oneton/gstoneton.c
18716 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18718 cocoawindow.h cocoawindow.m
18719 osxvideosink.h osxvideosink.m
18721 put the same mail address for Zaheer Abbas Merali everywhere
18723 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18725 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18726 Align by packetsize, and assert that we a packet available before
18727 playing. The first makes webstreams work (they often include
18728 trailing padding data in a packet), the second allows pausing a
18729 ASF stream in totem without getting demux errors afterwards.
18731 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18733 * ext/ogg/gstoggdemux.c: (get_relative):
18734 Check for non-NULL before accessing member (end-of-chain).
18736 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18738 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18739 (cdparanoia_set_property), (cdparanoia_get_property):
18740 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18741 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18742 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18743 (dvdreadsrc_init), (dvdreadsrc_set_property),
18744 (dvdreadsrc_get_property):
18745 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18746 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18747 Synchronize property names where not yet the case. Devices are
18748 now device=X, other versions are deprecated (but still exist).
18749 Also use g_free() unconditionally.
18750 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18751 (setup_source), (gst_play_base_bin_get_property):
18754 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18756 * configure.ac: move GCONF macro outside conditional for the am
18757 conditional. Fixes #160439
18759 2004-12-08 David Schleef <ds@schleef.org>
18761 * tools/gst-visualise-m.m: Switch to elements that currently
18764 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18766 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18767 We love wrong commas.
18769 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18771 * gst/matroska/matroska-demux.c:
18772 (gst_matroska_demux_handle_src_query):
18773 Don't set DEFAULT, unsupported - makes length display incorrectly
18776 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18778 * gst/monoscope/README: remove blurb about files being GPL
18779 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18780 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18781 monoscope is now effectively LGPL licensed
18783 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18785 * gst/monoscope/README: Update information to be more correct
18786 * gst/monoscope/convolve.c: Relicense to LGPL
18787 * gst/monoscope/convolve.h: Relicense to LGPL
18789 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18791 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18792 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18793 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18794 set default_duration for mpeg1 audio
18796 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18798 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18799 * ext/alsa/gstalsa.h:
18800 refactor big chunks of the core caps negotiation code to make it
18801 a lot faster, because people claim it's really slow
18802 (actually, just cache the getcaps when the device is opened)
18804 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18806 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18807 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18808 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18809 (gst_a52dec_change_state), (plugin_init):
18810 * ext/a52dec/gsta52dec.h:
18811 Do something useful with timestamps. Make chain-based (since
18812 there's really no reason to be loopbased).
18813 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18814 Update current_byte/frame correctly.
18816 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18818 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18819 (gst_ape_demux_stream_init):
18822 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18824 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18825 Let's make sure we're done typefinding when detecting tags.
18827 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18829 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18830 (gst_ebml_read_init), (gst_ebml_read_use_event),
18831 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18832 (gst_ebml_read_seek), (gst_ebml_read_skip),
18833 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18834 (gst_ebml_read_master):
18835 * gst/matroska/ebml-read.h:
18836 * gst/matroska/matroska-demux.c:
18837 (gst_matroska_demux_parse_contents),
18838 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18839 Disgustingly evil hack for working around INTERRUPT events and
18840 their extremely annoying habit of being a pain in the ass. We
18841 simply peek a cluster before reading any of it.
18843 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18845 * ext/musepack/gstmusepackdec.cpp:
18846 There's also floating point libmusepacks.
18848 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18850 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18851 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18852 Set DURATION even if source buffer didn't. Also use increasing
18854 * gst-libs/gst/riff/riff-media.c:
18855 (gst_riff_create_audio_caps_with_data):
18856 Block_align can have larger values than 8192.
18858 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18860 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18861 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18862 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18863 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18866 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18868 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18871 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18873 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18876 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18878 * ext/esd/esdsink.c: (gst_esdsink_chain):
18879 Make error actually say something useful (fixes #156798).
18880 * gst-libs/gst/riff/riff-media.c:
18881 (gst_riff_create_video_caps_with_data),
18882 (gst_riff_create_video_template_caps):
18883 Add Intel Video 5.0 fourcc (IV50).
18885 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18887 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18888 detection on mono and stereo mp3 files.
18890 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18892 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18893 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18894 the contained stream).
18896 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18898 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18899 Oops, remove debug.
18901 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18903 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18905 * gst/law/alaw-decode.c: (alawdec_getcaps):
18906 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18907 Prevent warnings when negotiating caps (fixes #159338).
18909 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18911 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18912 (gst_ffmpegcsp_chain):
18913 Remove old leftover that shouldn't be there...
18915 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18917 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18919 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18920 Don't forward DISCONT events (fixes #159684).
18922 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18924 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18925 Unlink manually since sometimes bin disposal (and therefore
18926 pad unlinking) is delayed, which will cause a new media file
18927 to not be able to start playing instantly.
18929 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18931 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18932 On mute of an unlinked stream, check for pad availability so
18933 we don't crash on unlinked pad.
18935 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18937 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18938 (gst_avi_demux_massage_index):
18939 Fix quite humiliating bug in omitting 0-sized index chunks but
18940 forgetting to count them for timestamps.
18942 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18944 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18945 Actually leave the loop if we failed to sync. Don't crash.
18947 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18949 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18950 (gst_dvd_demux_process_private):
18951 * gst/mpegstream/gstdvddemux.h:
18952 Fix crash (#159759). Doesn't work, though. :-(.
18954 2004-11-28 Benjamin Otte <otte@gnome.org>
18956 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18957 more overwriting protection due to modifying channels one by one
18958 instead of all at once
18960 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18962 * gst/audioconvert/gstchannelmix.c:
18963 (gst_audio_convert_fill_normalize):
18964 Normalize using absolute values.
18966 2004-11-28 Julien MOUTTE <julien@moutte.net>
18970 * ext/directfb/Makefile.am:
18971 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18972 (gst_directfbvideosink_get_pixel_format),
18973 (gst_directfbvideosink_get_format_from_fourcc),
18974 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18975 (gst_directfbvideosink_sink_link),
18976 (gst_directfbvideosink_change_state),
18977 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18978 (gst_directfbvideosink_buffer_alloc),
18979 (gst_directfbvideosink_interface_supported),
18980 (gst_directfbvideosink_interface_init),
18981 (gst_directfbvideosink_navigation_send_event),
18982 (gst_directfbvideosink_navigation_init),
18983 (gst_directfbvideosink_set_property),
18984 (gst_directfbvideosink_get_property),
18985 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18986 (gst_directfbvideosink_base_init),
18987 (gst_directfbvideosink_class_init),
18988 (gst_directfbvideosink_get_type), (plugin_init):
18989 * ext/directfb/directfbvideosink.h: Adding a first version of
18991 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18994 2004-11-28 Benjamin Otte <otte@gnome.org>
18996 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18997 walk the samples backwards if out_channels > in_channels so we don't
19000 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19002 * gst/audioconvert/Makefile.am:
19003 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19004 (gst_audio_convert_link), (gst_audio_convert_change_state),
19005 (gst_audio_convert_channels):
19006 * gst/audioconvert/gstchannelmix.c:
19007 (gst_audio_convert_unset_matrix),
19008 (gst_audio_convert_fill_identical),
19009 (gst_audio_convert_fill_compatible),
19010 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
19011 (gst_audio_convert_fill_others),
19012 (gst_audio_convert_fill_normalize),
19013 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19014 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19015 * gst/audioconvert/gstchannelmix.h:
19016 Implement a channel mixer.
19018 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
19020 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19021 * ext/alsa/gstalsa.h:
19022 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19023 Make alsasink actually honor gst_element_set_clock and use that
19024 clock instead of its internal one.
19026 2004-11-27 Christophe Fergeau <teuf@gnome.org>
19028 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19029 (gst_play_base_bin_change_state): nullify source and decoder when
19030 going from READY to NULL so that we don't try to do weird stuff with
19031 them when going from NULL to READY
19032 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19033 instead of g_object_unref
19034 (gen_video_element), (gen_audio_element): more refcounting fixes, now
19035 it should be correct
19036 (gst_play_bin_change_state): don't call remove_sinks if we are
19037 currently disposing the object
19039 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19041 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19042 Don't forget bass if it's there. Else left channel is silent...
19044 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19046 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19047 (gst_a52dec_change_state):
19048 Don't do sample adjusting anymore, we use float audio now.
19049 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19050 Don't fixate to non-existing properties.
19052 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19054 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19055 (gst_a52dec_change_state):
19056 Advertise that we can do surround sound.
19058 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19060 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19061 Add buffer-frames=0.
19062 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19063 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19064 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19065 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19066 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19067 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19068 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19069 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19070 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19071 * ext/dvdread/dvdreadsrc.h:
19072 Add seeking, querying for bytes, sectors, title, angle and
19073 chapter. Handle multiple chapters. Relicense to LGPL because
19074 Billy agreed on that (thanks Billy!).
19076 2004-11-27 Christophe Fergeau <teuf@gnome.org>
19078 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19079 call parent dispose method
19081 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
19083 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19084 (gst_audio_clock_get_internal_time):
19085 Fix active <-> inactive transitions: ensure time value always
19086 grows and avoid abrupt value changes.
19088 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
19091 * gst/tta/Makefile.am:
19093 * gst/tta/filters.h:
19094 * gst/tta/gsttta.c:
19095 * gst/tta/gstttadec.c:
19096 * gst/tta/gstttadec.h:
19097 * gst/tta/gstttaparse.c:
19098 * gst/tta/gstttaparse.h:
19099 * gst/tta/ttadec.h:
19100 added TTA parser and decoder
19102 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19104 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19105 (probe_triggered), (check_queue), (buffer_underrun),
19106 (buffer_running), (buffer_overrun), (gen_source_element),
19108 * gst/playback/gstplaybasebin.h:
19109 Implement buffering. Needs some more work.
19111 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19113 * ext/theora/theoradec.c: (theora_dec_chain):
19114 Fix ilog mask range overflow.
19116 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19118 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19119 Don't omit the last (which in case of dmix is the only :) )
19120 channel count. Don't set channels if <= 2.
19122 2004-11-26 Christophe Fergeau <teuf@gnome.org>
19124 * gst/playback/gstplaybin.c: (gen_video_element),
19125 (gen_audio_element): Removed 2 obsolete comments
19127 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19129 * ext/vorbis/oggvorbisenc.c
19130 * ext/vorbis/vorbisenc.c :
19131 change description fields of those plugins to differentiate them
19132 (pitivi show Encoders by description, they had the same one)
19134 2004-11-25 Christophe Fergeau <teuf@gnome.org>
19136 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19138 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19139 (gst_play_bin_set_property), (gen_video_element),
19140 (gen_audio_element):
19141 Refcounting fixes for provided audio-/videosinks.
19143 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19145 * gst/playback/gstplaybin.c: (gen_video_element),
19146 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19147 Don't reference all sinks, but only the video- and audiosinks.
19148 The vis. element should be disposed when we're done with it.
19149 We don't have any reason to keep it around. This fixes warnings
19150 when reusing playbin for playing multiple audio files with
19151 vis. enabled. Also release audio device on pause - idea stolen
19154 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19156 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19157 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19158 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19159 * ext/alsa/gstalsaplugin.c: (plugin_init):
19160 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19161 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19162 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19163 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19164 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19165 (gst_faad_change_state), (plugin_init):
19166 * ext/faad/gstfaad.h:
19167 * ext/vorbis/vorbis.c: (plugin_init):
19168 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19169 * gst-libs/gst/audio/Makefile.am:
19170 * gst-libs/gst/audio/audio.c: (plugin_init):
19171 * gst-libs/gst/audio/multichannel.c:
19172 (gst_audio_check_channel_positions),
19173 (gst_audio_get_channel_positions),
19174 (gst_audio_set_channel_positions),
19175 (gst_audio_set_structure_channel_positions_list),
19176 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19177 (gst_audio_fixate_channel_positions):
19178 * gst-libs/gst/audio/multichannel.h:
19179 * gst-libs/gst/audio/testchannels.c: (main):
19180 * gst/audioconvert/gstaudioconvert.c:
19181 (gst_audio_convert_class_init), (gst_audio_convert_init),
19182 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19183 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19184 (gst_audio_convert_fixate), (gst_audio_convert_channels):
19185 * gst/audioconvert/plugin.c: (plugin_init):
19186 Surround sound support.
19188 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19190 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19191 Fix position for discont if we're close as well. Nitpicking, but
19192 saves a few milliseconds of extra waiting or skipping.
19194 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19196 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19197 We sometimes need parsers for playback, so add those too.
19199 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19202 * gst/apetag/Makefile.am:
19203 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19204 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19205 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19206 (gst_ape_demux_get_src_query_types),
19207 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19208 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19209 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19210 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19211 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19212 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19213 (gst_ape_demux_change_state):
19214 * gst/apetag/apedemux.h:
19215 * gst/apetag/apetag.c: (plugin_init):
19216 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19218 APE v1/2 tag reader plus typefind function.
19220 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19223 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19224 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19225 Remove hacks for older core. Require newer core version
19228 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19230 * gst/cdxaparse/Makefile.am:
19231 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19232 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19233 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19234 * gst/cdxaparse/gstcdxaparse.h:
19235 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19236 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19237 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19238 (gst_cdxastrip_get_src_query_types),
19239 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19240 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19241 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19242 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19243 * gst/cdxaparse/gstcdxastrip.h:
19244 SVCD/VCD header stripping separated from CDXA image parsing.
19245 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19247 Add VCD/SVCD header typefinding for VCD/SVCD.
19248 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19249 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19250 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19251 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19252 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19253 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19254 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19255 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19256 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19257 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19258 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19259 * sys/vcd/vcdsrc.h:
19260 Fix up, add seeking, querying, URI interface. Works in totem now.
19262 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19267 === release 0.8.6 ===
19269 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19287 releasing 0.8.6, "IOU Love"
19289 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19291 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19293 * gst/playback/gstplaybasebin.c:
19294 Fix unplayable files error handling. Fixes #158365
19296 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19298 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19300 * gst/typefind/gsttypefindfunctions.c:
19301 Fix broken mp3 typefinding. Fixes #158375
19303 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19305 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19307 * ext/ogg/gstoggdemux.c:
19308 Fix sync on broken files. Fixes #158976
19310 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19312 patch by: Edward Hervey <bilboed@bilboed.com>
19314 * ext/libpng/gstpngenc.c:
19315 Copy over buffer properties. Fixes #158832
19317 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19319 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19321 * ext/dvdread/dvdreadsrc.c:
19322 Fixes invalid reads (#158462)
19324 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19326 * sys/v4l/gstv4lsrc.c:
19327 * sys/v4l/gstv4lsrc.h:
19328 * sys/v4l/v4lsrc_calls.c:
19329 Probe less and cache it. Fixes #159187.
19331 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19333 * gst/videorate/gstvideorate.c:
19334 Handle all video formats. Fixes #159186.
19336 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19337 * gst/synaesthesia/gstsynaesthesia.c:
19338 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19339 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19340 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19341 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19342 (gst_synaesthesia_change_state), (plugin_init):
19343 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19344 Force 320x200 output, as that's the only thing the underlying
19345 synaesthesia implementation supports. Still needs to be made
19348 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19351 Fix mpeg2enc configure check (similar to mplex check below).
19353 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19355 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19357 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19358 Fix for gcc-2.95 (fixes #158221).
19360 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19362 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19363 Re-add clock distribution hack (until new core is released).
19366 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19368 fix mplex configure check segfaulting on some systems (bug #140994)
19370 2004-11-13 Benjamin Otte <otte@gnome.org>
19372 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19374 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19375 do a wait when we enter the loop func with no data available to
19376 write instead of getting into an 100% CPU loop by just returning and
19377 being called again by the scheduler
19379 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19382 * ext/libvisual/visual.c: (gst_visual_get_type),
19383 (libvisual_log_handler), (gst_visual_getcaps),
19384 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19386 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19387 * ext/smoothwave/Makefile.am:
19388 * ext/smoothwave/demo-osssrc.c: (main):
19389 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19390 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19391 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19393 * ext/smoothwave/gstsmoothwave.h:
19394 Make gstsmoothwave a working element in the 20th century.
19396 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19397 Fix incorrect link function
19399 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19401 * gst/volume/gstvolume.c:
19402 Allow buffer-frames=0.
19404 2004-11-12 Iain <iaingnome@gmail.com>
19406 * configure.ac: Check for polypaudio
19408 * ext/Makefile.am: Build the polyp dir
19410 * ext/polyp: The polypsink sources.
19412 2004-10-30 Iain <iaingnome@gmail.com>
19414 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19415 caps to reflect the new number of channels.
19417 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19419 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19420 Fix for negotiation order problem. This would show when the
19421 ALSA loopfuction was called before any other function. ALSA
19422 wouldn't do anything because we're not negotiated yet, leading
19423 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19425 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19427 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19429 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19430 No warnings (#157986).
19432 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19434 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19435 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19437 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19439 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19440 Signal no-more-pads (so it works in playbin).
19442 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19444 * ext/musepack/gstmusepackreader.cpp:
19445 Workaround for older core.
19447 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19449 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19450 Actually test for odd width/height rather than testing whether
19451 a temporary variable that was 0 before we subtracted 1 is now
19452 not equal to zero (which it always is).
19454 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19456 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19457 Fix compilation if HAVE_XVIDEO is not defined
19459 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19461 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19462 Fix compilation if HAVE_XVIDEO is not defined
19464 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19466 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19467 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19468 (gst_goom_change_state), (plugin_init):
19469 Use the bytestream adapter so goom doesn't depend on the input
19471 Add a debug category
19473 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19475 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19476 Only set hardware parameters *after* negotiation. Before
19477 negotiation, it will set ANY and that seems to cause crashes
19478 (see e.g. #151288, #153227).
19480 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19482 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19483 This seems to be antique leftover. It needs to pass error
19485 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19486 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19487 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19488 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19489 Fix GstXOverlay implementation (#151059).
19491 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19493 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19494 Don't assert (#157853).
19496 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19498 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19499 Fix bytes/samples confustion.
19500 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19501 Fix for underrun (#144389).
19503 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19505 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19506 Disable halfway-seek for pending release (since it needs a new
19509 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19511 * sys/v4l/gstv4lsrc.c:
19512 * sys/v4l/gstv4lsrc.h:
19513 * sys/v4l/v4lsrc_calls.c:
19514 add autoprobe-fps property so we can separate autoprobing parts
19516 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19518 * sys/v4l/gstv4lsrc.c:
19519 * sys/v4l/v4lsrc_calls.c:
19520 initialise fourcc to catch unset fourcc's, and debug
19522 2004-11-09 Wim Taymans <wim@fluendo.com>
19524 * gst/playback/README:
19525 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19526 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19527 (gst_play_bin_dispose), (gst_play_bin_set_property),
19528 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19529 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19530 (gst_play_bin_get_formats), (gst_play_bin_convert),
19531 (gst_play_bin_get_query_types), (gst_play_bin_query):
19532 Cleanups and some more documentation.
19534 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19536 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19537 (gst_cacasink_init), (gst_cacasink_chain):
19538 * ext/libcaca/gstcacasink.h:
19539 Cacasink inherits from VideoSink, so let that store the clock.
19541 2004-11-09 Wim Taymans <wim@fluendo.com>
19543 * gst/playback/README:
19544 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19545 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19546 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19547 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19548 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19550 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19551 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19552 * gst/playback/gststreaminfo.h:
19554 Only switch groups if all streams have muted (EOSed).
19555 Send Tags in sync with the stream playback instead of in
19556 the playback/preroll phase.
19557 Some cleanups, free the fakesrc elements.
19559 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19561 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19562 buffer-frames property was missing
19563 * ext/arts/gst_arts.c:
19564 rate missing from sinkcaps
19565 * ext/audiofile/gstafparse.c:
19566 * ext/audiofile/gstafsink.c:
19567 * ext/audiofile/gstafsrc.c:
19568 * ext/swfdec/gstswfdec.c:
19569 int audio doesn't know buffer-frames
19570 * ext/cdparanoia/gstcdparanoia.c:
19571 int audio doesn't know chunksize either
19572 * ext/nas/nassink.c:
19573 it's endianness, not endianess
19574 * gst-libs/gst/audio/audio.h:
19575 make float standard pad template caps really describe float
19576 * gst/law/mulaw.c: (linear_factory):
19577 signed only, please
19578 * gst/mpegstream/gstdvddemux.c:
19579 widths of 20 are not valid
19581 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19583 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19589 2004-11-08 Wim Taymans <wim@fluendo.com>
19591 * gst/playback/README:
19592 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19593 * gst/playback/gstplaybasebin.c: (probe_triggered),
19594 (gst_play_base_bin_change_state):
19595 Updated README, added more comments for fixmes etc..
19597 2004-11-08 Wim Taymans <wim@fluendo.com>
19599 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19600 We can remove this hack now.
19602 2004-11-08 Wim Taymans <wim@fluendo.com>
19604 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19605 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19606 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19607 Only mix AYUV for maximum quality.
19609 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19611 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19612 (gst_ogg_demux_push), (gst_ogg_pad_push):
19613 Let's act as if we're synchronized now! :).
19614 * ext/theora/theoradec.c: (theora_dec_chain):
19617 2004-11-08 Wim Taymans <wim@fluendo.com>
19619 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19620 (gst_alpha_set_property), (gst_alpha_sink_link),
19621 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19622 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19623 (gst_alpha_init_params), (gst_alpha_chain):
19624 Implement alpha functions for AYUV too, this increases
19625 accuracy quite a bit.
19627 2004-11-08 Wim Taymans <wim@fluendo.com>
19629 * gst/ffmpegcolorspace/avcodec.h:
19630 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19631 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19632 (gst_ffmpegcsp_avpicture_fill):
19633 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19634 (gst_ffmpegcsp_caps_remove_format_info):
19635 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19636 (shrink12), (img_get_alpha_info), (deinterlace_line),
19637 (deinterlace_line_inplace):
19638 * gst/ffmpegcolorspace/imgconvert_template.h:
19639 Added AYUV colorspace and handle RGBA a bit more respectful.
19641 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19643 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19644 Actually always send a discont (cornercase when resending the
19645 same serial-tagged chain twice).
19647 2004-11-08 Julien MOUTTE <julien@moutte.net>
19649 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19650 (gst_ximagesink_finalize):
19651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19652 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19654 2004-11-08 Wim Taymans <wim@fluendo.com>
19656 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19657 Don't segfault on NULL data.
19659 2004-11-08 Wim Taymans <wim@fluendo.com>
19661 * gst/playback/gstdecodebin.c: (unlinked):
19662 * gst/playback/gstplay-marshal.list:
19663 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19664 (gst_play_base_bin_init), (group_create), (get_active_group),
19665 (get_building_group), (group_destroy), (group_commit),
19666 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19667 (add_element_stream), (no_more_pads), (probe_triggered),
19668 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19669 (state_change), (setup_source), (gst_play_base_bin_get_property),
19670 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19671 (gst_play_base_bin_link_stream),
19672 (gst_play_base_bin_get_streaminfo):
19673 * gst/playback/gstplaybasebin.h:
19674 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19675 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19676 Add support for chained ogg files. Prepare for playlist
19677 support. This patch introduces the concept of pad groups, which
19678 together compose one playable media file.
19680 2004-11-07 David Schleef <ds@schleef.org>
19682 * testsuite/gst-lint: Check for pad templates that aren't statically
19685 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19689 * ext/musepack/Makefile.am:
19690 * ext/musepack/gstmusepackdec.cpp:
19691 * ext/musepack/gstmusepackdec.h:
19692 * ext/musepack/gstmusepackreader.cpp:
19693 * ext/musepack/gstmusepackreader.h:
19694 Add musepack decoder.
19695 * ext/faad/gstfaad.c: (gst_faad_base_init):
19696 Make pad templates static.
19697 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19699 Add musepack typefinder, make mp3 typefinding work halfway stream,
19700 which doesn't actually work yet because id3demux doesn't implement
19703 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19705 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19706 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19707 Fix interrupt event handling (#144436).
19709 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19711 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19714 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19716 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19718 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19719 Fix weird caps (#157548).
19721 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19723 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19725 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19726 Add missing NULL terminator (#157543).
19728 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19730 * gst/tcp/gsttcp.h:
19731 * gst/tcp/gsttcpclientsink.c:
19732 * gst/tcp/gsttcpclientsrc.c:
19733 * gst/tcp/gsttcpserversink.c:
19734 * gst/tcp/gsttcpserversrc.c:
19735 ports can go up to 65535. Move common defines to gsttcp.h
19737 2004-11-05 Wim Taymans <wim@fluendo.com>
19739 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19740 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19741 Added two more colorspaces.
19743 2004-11-05 Wim Taymans <wim@fluendo.com>
19745 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19746 (gst_ffmpegcsp_avpicture_fill):
19747 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19748 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19749 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19752 2004-11-05 Wim Taymans <wim@fluendo.com>
19754 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19755 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19756 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19757 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19758 (gst_videomixer_loop):
19761 2004-11-05 Benjamin Otte <otte@gnome.org>
19763 * ext/mad/gstmad.c: (gst_mad_chain):
19764 don't overflow data buffer. Flush not needed sync data when syncing
19767 2004-11-04 Wim Taymans <wim@fluendo.com>
19769 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19770 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19771 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19772 (gst_alpha_init_params), (gst_alpha_chain),
19773 (gst_alpha_change_state):
19774 Updated the chroma keying algorithm with something more
19777 2004-11-03 Wim Taymans <wim@fluendo.com>
19779 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19780 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19781 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19782 Fix stride issues. Does not completely work for odd
19785 2004-11-03 Wim Taymans <wim@fluendo.com>
19787 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19788 (gst_alpha_chroma_key), (gst_alpha_chain):
19789 Fix stride issues. Does not completely work for odd
19792 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19794 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19795 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19798 2004-11-03 Wim Taymans <wim@fluendo.com>
19800 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19801 (gst_ffmpegcsp_avpicture_fill):
19802 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19804 * gst/ffmpegcolorspace/imgconvert_template.h:
19805 Use correct _fill function to get correct strides.
19807 2004-11-02 David Schleef <ds@schleef.org>
19809 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19810 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19811 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19812 Change all g_print()s to debugging. Add a bunch of consistency
19815 2004-11-02 Wim Taymans <wim@fluendo.com>
19817 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19818 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19819 (unlinked), (no_more_pads), (close_link):
19820 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19821 (unknown_type), (add_element_stream), (new_decoded_pad),
19822 (removed_decoded_pad), (setup_source):
19823 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19824 (gst_stream_info_class_init), (gst_stream_info_init),
19825 (gst_stream_info_new), (gst_stream_info_dispose),
19826 (stream_info_mute_pad), (gst_stream_info_set_property),
19827 (gst_stream_info_get_property):
19828 * gst/playback/gststreaminfo.h:
19829 Fix playback of multiple files.
19830 a slightly different approach to handling dynamic pad removals.
19831 This one only looks at pads that we have linked.
19833 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19835 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19836 free" warning from libc.
19838 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19840 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19841 (get_unconnected_element), (remove_starting_from), (pad_removed),
19843 Implement support for dynamic pad changing. We listen to "live"
19844 pad removals (i.e. while playing) and re-setup autoplugging
19845 after that. Playbasebin/playbin need some more work for this
19846 to finally work, but decodebin supports (and replugs) chained
19849 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19851 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19852 (gst_alsa_finalize):
19853 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19854 (gst_cdaudio_finalize):
19855 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19856 (cdparanoia_finalize):
19857 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19858 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19859 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19860 (dvdreadsrc_finalize):
19861 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19862 (gst_flacdec_finalize):
19863 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19864 (gst_flacenc_finalize):
19865 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19866 (gst_gnomevfssink_finalize):
19867 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19868 (gst_gnomevfssrc_finalize):
19869 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19870 (gst_fameenc_finalize):
19871 * ext/nas/nassink.c: (gst_nassink_class_init),
19872 (gst_nassink_finalize):
19873 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19874 (gst_sdlvideosink_class_init):
19875 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19876 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19877 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19878 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19879 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19880 (gst_x_window_listener_dispose):
19881 * gst/audioscale/gstaudioscale.c:
19882 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19883 (play_on_demand_finalize):
19884 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19885 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19886 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19887 (cdplayer_finalize):
19888 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19889 (gst_glimagesink_class_init):
19890 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19891 (gst_osselement_finalize):
19892 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19893 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19894 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19895 Fixes a bunch of problems with finalize and dispose functions,
19896 either assumptions that dispose is only called once, or not calling
19897 the parent class dispose/finalize function
19899 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19901 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19902 added two api precondition guards
19903 use g_strdup with getenv to fix crash when using ENVVAR
19905 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19906 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19907 (gst_esdsink_finalize):
19908 Use a finalize function, not dispose, and more importantly,
19909 call the parent class finalize function too
19911 2004-11-01 Johan Dahlin <johan@gnome.org>
19913 * ext/ogg/gstoggdemux.c:
19914 * gst/tags/gstvorbistag.c:
19917 2004-10-31 Benjamin Otte <otte@gnome.org>
19919 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19920 lotsa memleaks today. But they're all small...
19922 2004-10-31 Benjamin Otte <otte@gnome.org>
19924 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19925 another memleak crushed
19927 2004-10-31 Benjamin Otte <otte@gnome.org>
19929 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19932 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19934 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19935 Hack to prevent crash when going to READY inside signal handler
19936 while this function is active.
19938 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19940 * gst/ffmpegcolorspace/Makefile.am:
19941 * gst/ffmpegcolorspace/avcodec.h:
19942 * gst/ffmpegcolorspace/common.h:
19943 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19944 * gst/ffmpegcolorspace/dsputil.h:
19945 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19946 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19947 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19948 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19949 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19950 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19951 (gst_ffmpegcsp_avpicture_fill):
19952 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19953 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19954 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19955 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19956 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19957 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19958 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19959 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19960 * gst/ffmpegcolorspace/imgconvert.c:
19961 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19962 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19963 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19964 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19965 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19966 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19967 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19968 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19969 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19970 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19971 (grow21), (grow22), (grow41), (grow44), (conv411),
19972 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19973 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19974 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19975 (avpicture_free), (is_yuv_planar), (img_convert),
19976 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19977 (deinterlace_line_inplace), (deinterlace_bottom_field),
19978 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19979 * gst/ffmpegcolorspace/imgconvert_template.h:
19980 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19981 * gst/ffmpegcolorspace/mmx.h:
19982 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19983 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19984 (av_freep), (avcodec_get_context_defaults),
19985 (avcodec_alloc_context), (avcodec_init):
19986 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19987 handling plus update from ffmpeg CVS. Large clean-up.
19989 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19991 * gst/playback/Makefile.am:
19992 We need the marshallers for decodebin, too.
19994 2004-10-30 David Schleef <ds@schleef.org>
19996 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19997 quicktime typefinding work with 64-bit offsets.
19999 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
20001 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
20002 Set EOS on the element when processing an EOS event.
20003 * ext/speex/gstspeexdec.h:
20004 * ext/speex/gstspeexenc.h:
20005 Only keep a const ptr to the mode
20006 * gst-libs/gst/riff/riff-media.c:
20007 (gst_riff_create_audio_caps_with_data),
20008 (gst_riff_create_audio_template_caps):
20009 Allow WMAV3, with up to 6 channels.
20010 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
20011 Don't call gst_pad_set_event_function on a sink pad.
20012 * gst/mpegstream/gstdvddemux.c:
20013 (gst_dvd_demux_get_subpicture_stream),
20014 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20015 Copy the explicit caps that were set across to the cur_* pads,
20016 instead of trying to use a possibly non-existent negotiated caps.
20017 Reset the type of subpicture pads to UNKNOWN after calling
20018 init_stream, so that the caps get set.
20020 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
20022 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20024 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20025 Don't touch buffer if it is of size 0 (fixes #151064).
20027 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20029 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20030 Synchronized discont handling.
20032 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20034 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20035 (gst_ogg_demux_push):
20036 Make seeking sort-of exact again (fixes #156387).
20038 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20040 * gst/playback/gstplaybasebin.c: (unknown_type),
20041 (add_element_stream), (new_decoded_pad),
20042 (gst_play_base_bin_change_state):
20043 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20044 (gst_stream_info_init), (gst_stream_info_new),
20045 (gst_stream_info_dispose), (gst_stream_info_get_property):
20046 * gst/playback/gststreaminfo.h:
20047 Make caps explicitely available. Makes testing for unsupported
20048 types possible. Improves error reporting.
20050 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20052 * gst/audioconvert/gstaudioconvert.c:
20053 (gst_audio_convert_buffer_to_default_format):
20054 Really don't touch read-only buffers (#156563).
20056 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
20058 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20060 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20061 Fix memleak (#155223).
20063 2004-10-29 Wim Taymans <wim@fluendo.com>
20065 * gst/tcp/.cvsignore:
20066 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20067 (gst_multifdsink_class_init), (gst_multifdsink_init),
20068 (gst_multifdsink_add), (gst_multifdsink_remove),
20069 (gst_multifdsink_remove_client_link), (is_sync_frame),
20070 (gst_multifdsink_new_client),
20071 (gst_multifdsink_handle_client_write),
20072 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20073 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20074 (gst_multifdsink_get_property):
20075 * gst/tcp/gstmultifdsink.h:
20076 Added burst on connect sync_method, deprecated sync_clients,
20077 streamlined the sync code some more.
20079 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20081 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20082 (gst_play_base_bin_change_state):
20083 Improve error reporting.
20085 2004-10-28 Wim Taymans <wim@fluendo.com>
20087 * gst/tcp/Makefile.am:
20088 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20089 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20090 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20091 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20092 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20093 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20095 Added more locks around fdset structures. Fixed/reworked
20096 the poll array resizing code.
20097 Added stress test for fdset.
20099 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20101 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20104 2004-10-28 Benjamin Otte <otte@gnome.org>
20106 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20107 fix link function to always query channels and query width for
20111 * gst/equalizer/Makefile.am:
20112 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20113 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20114 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20115 (arg_to_scale), (setup_filter),
20116 (gst_iir_equalizer_compute_frequencies),
20117 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20118 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20122 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20124 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20128 Added Norwegian Bokmaal translation
20130 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20132 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20133 Don't break on options (fixes #156488).
20135 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20138 * ext/cdaudio/Makefile.am:
20140 fix build on older automake
20142 2004-10-26 Wim Taymans <wim@fluendo.com>
20144 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20145 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20146 Allow a little margin when negotiating the framerate.
20148 2004-10-26 Stefan Kost <ensonic@users.sf.net>
20150 * gst/level/gstlevel.c:
20151 synchonised naming of pads and pad-templates
20153 2004-10-26 Wim Taymans <wim@fluendo.com>
20155 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20156 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20157 (_find_streams_check), (gst_ogg_demux_push):
20158 Fix EOS again. Needs to be done in a better way. We should not
20159 remove the pad if there is no new chained stream.
20161 2004-10-26 Iain <iaingnome@gmail.com>
20163 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20164 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20166 * gst/interleave/interleave.c (interleave_class_init): Hook up release
20168 (interleave_release_pad): Remove the pad.
20169 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20170 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20172 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20174 (gst_xvimagesink_xcontext_clear): Free the xcontext.
20175 (gst_xvimagesink_finalize): Free the par.
20177 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20179 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20180 (gst_avimux_stop_file):
20181 First calculate the rate, and only then use it. Hdr.rate is a
20182 multiple and not a derivative of hdr.scale. Scale is not the
20183 same as blockalign but is solely related to rate.
20185 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20187 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20188 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20191 2004-10-25 James Henstridge <james@jamesh.id.au>
20193 Reviewed by: David Schleef <ds@schleef.org>
20195 * examples/gstplay/player.c: (got_stream_length), (main):
20196 * examples/seeking/cdplayer.c: (update_scale):
20197 * examples/seeking/seek.c: (format_value), (update_scale):
20198 * examples/seeking/spider_seek.c: (format_value), (update_scale),
20200 Build fixes on AMD64.
20202 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20204 reviewed by: Ronald Bultje <rbultje at gnome dot org>
20206 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20207 Fix for some v4l cards which hang in v4lsrc
20209 2004-10-25 Wim Taymans <wim@fluendo.com>
20211 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20212 (gst_ogg_demux_push), (gst_ogg_chains_clear):
20213 Make sure to remove the pad when a new chain is
20214 encountered. Set some vars to NULL so we don't try
20215 to reference freed memory.
20217 2004-10-25 Wim Taymans <wim@fluendo.com>
20219 * examples/seeking/Makefile.am:
20220 * examples/seeking/cdplayer.c: (update_scale):
20221 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20222 * examples/seeking/playbin.c: (make_playerbin_pipeline),
20223 (format_value), (update_scale), (iterate), (start_seek),
20224 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20225 (print_usage), (main):
20226 Added some more examples, update others.
20228 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20230 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20231 * ext/speex/gstspeexdec.c: (speex_dec_chain):
20232 * ext/theora/theoradec.c: (theora_dec_chain):
20233 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20234 Add codec-name metadata.
20236 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
20238 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20240 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20241 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20242 * ext/alsa/gstalsamixertrack.h:
20244 ALSA mixer track label internationalization (#154054).
20246 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20248 * ext/theora/theoradec.c: (theora_dec_chain):
20249 Export bitrate as metadata.
20251 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20253 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20254 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20255 * ext/alsa/gstalsamixertrack.h:
20256 Fix names, fix loop.
20258 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20260 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20261 (speex_dec_convert):
20262 sinkconvert function so oggdemux can get the file length (totem).
20264 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
20266 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20268 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20269 Don't push incomplete packets.
20270 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20271 Fix MPEG-4 audio typefinding.
20273 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20275 * sys/v4l/Makefile.am:
20276 * sys/v4l/gstv4l.c: (plugin_init):
20277 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20278 (gst_v4lelement_init), (gst_v4lelement_dispose),
20279 (gst_v4lelement_change_state):
20280 * sys/v4l/gstv4lelement.h:
20281 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20282 (gst_v4l_xoverlay_close), (idle_refresh),
20283 (gst_v4l_xoverlay_set_xwindow_id):
20284 * sys/v4l/gstv4lxoverlay.h:
20285 * sys/v4l/v4l-overlay_calls.c:
20286 * sys/v4l/v4l_calls.h:
20287 * sys/v4l2/Makefile.am:
20288 * sys/v4l2/gstv4l2.c: (plugin_init):
20289 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20290 (gst_v4l2element_init), (gst_v4l2element_dispose),
20291 (gst_v4l2element_change_state):
20292 * sys/v4l2/gstv4l2element.h:
20293 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20294 (gst_v4l2_xoverlay_close), (idle_refresh),
20295 (gst_v4l2_xoverlay_set_xwindow_id):
20296 * sys/v4l2/gstv4l2xoverlay.h:
20297 * sys/v4l2/v4l2-overlay_calls.c:
20298 * sys/v4l2/v4l2_calls.h:
20299 Remove client-side overlay handling, use the X-server v4l plugin
20300 for that. Nicer overlay, less code. Also make the plugin
20301 compileable without X (but then without overlay, obviously).
20302 Makes xwindowlistener obsolete, should we remove that?
20304 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20306 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20307 (gst_osssrc_src_query):
20308 * sys/oss/gstosssrc.h:
20309 OK, so people want offset in DEFAULT. This time, actually fix all
20311 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20314 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20316 * gst/asfdemux/gstasfmux.c:
20317 * gst/avi/gstavimux.c:
20320 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20322 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20323 Fix properties (channel, norm, frequency).
20325 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20327 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20329 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20332 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20334 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20337 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20339 * sys/v4l2/gstv4l2element.h:
20340 Yet Another Hack (tm) for kernel header borkedness.
20341 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20342 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20343 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20344 (gst_v4l2src_change_state):
20345 * sys/v4l2/gstv4l2src.h:
20346 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20347 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20348 Fix caps, keep track of state, work.
20350 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20352 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20355 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20357 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20358 Don't mix bytes and samples.
20360 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20362 * ext/ogg/gstoggmux.c:
20363 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20364 and theora. Any is incorrect.
20365 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20367 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20368 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20369 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20370 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20371 * sys/v4l/gstv4lmjpegsrc.h:
20372 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20373 (gst_v4lsrc_change_state):
20374 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20375 (gst_v4lmjpegsrc_capture_stop):
20376 Fix caps. Keep track of internal state. Work.
20378 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20381 Fix the build fixes.
20383 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20385 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20386 (gst_ogg_demux_src_event), (_find_chain_seek),
20387 (gst_ogg_pad_push):
20388 Check for pad availability before using it.
20389 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20390 Fix parsing of chained ogg. Needs more work on the decoder side.
20392 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20394 * gst/spectrum/Makefile.am:
20395 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20397 Fix demo and reenable it. Yes, I'm currently playing with audio
20400 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20402 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20403 We love it if files that start at zero work too...
20405 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20407 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20408 Handle files with missing EOS headers.
20410 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20412 * gst/tcp/gsttcpserversink.c:
20413 (gst_tcpserversink_handle_server_read),
20414 (gst_tcpserversink_init_send):
20415 Zero some variables first (need for accept not to return EINVAL)
20417 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20419 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20420 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20421 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20422 (theora_dec_chain):
20423 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20424 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20425 Seeking and querying finetune.
20427 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20431 * ext/raw1394/Makefile.am:
20434 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20436 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20438 * gst/playback/Makefile.am:
20439 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20440 * gst/playback/gstplay-marshal.list:
20441 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20444 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20446 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20449 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20451 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20452 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20453 (gst_ogg_pad_push):
20454 Yay for non-lineair granulepos in theora.
20456 2004-10-18 Wim Taymans <wim@fluendo.com>
20458 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20459 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20460 * ext/dv/gstdvdec.h:
20461 Make sure we renegotiate aspect ratio when the camera switches.
20463 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20465 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20466 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20468 * ext/theora/theoradec.c: (theora_dec_chain):
20469 Skip headers. Bad idea for chained ogg, but fixes seeking.
20471 2004-10-18 Wim Taymans <wim@fluendo.com>
20474 I swear, this is the last time I touch this.
20476 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20478 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20479 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20480 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20482 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20483 Time-to-default conversion.
20484 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20485 Don't error on unknown packets, just skip. We should probably
20486 read them if we want to support chained ogg.
20488 2004-10-18 Wim Taymans <wim@fluendo.com>
20491 Added cdaudio to wrong list.
20493 2004-10-18 Wim Taymans <wim@fluendo.com>
20498 2004-10-18 Wim Taymans <wim@fluendo.com>
20500 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20501 (gst_dvdec_video_link), (gst_dvdec_push):
20502 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20503 (gst_smokeenc_resync), (gst_smokeenc_chain):
20504 Fix mimetype on smoke encoder.
20505 Add aspect ratio to dvdec. Not sure if these
20506 values are correct though....
20508 2004-10-18 Wim Taymans <wim@fluendo.com>
20510 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20511 Fix vorbis property descriptions and ranges.
20513 2004-10-18 Wim Taymans <wim@fluendo.com>
20515 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20516 Really do nothing when no data is available.
20517 Go to the playing state when the stream is not seekable
20518 instead of failing.
20520 2004-10-18 Wim Taymans <wim@fluendo.com>
20522 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20523 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20524 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20525 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20526 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20527 Added uri handler for cd://
20530 2004-10-18 Wim Taymans <wim@fluendo.com>
20532 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20533 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20534 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20535 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20536 (remove_prerolls), (unknown_type), (add_element_stream),
20537 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20538 (gst_play_base_bin_remove_element),
20539 (gst_play_base_bin_link_stream):
20540 * gst/playback/gstplaybin.c: (gen_video_element),
20541 (gen_vis_element), (remove_sinks), (setup_sinks):
20542 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20543 (gst_stream_info_get_type), (gst_stream_info_class_init),
20544 (gst_stream_info_init), (gst_stream_info_new),
20545 (gst_stream_info_dispose), (stream_info_mute_pad),
20546 (gst_stream_info_set_property), (gst_stream_info_get_property):
20547 * gst/playback/gststreaminfo.h:
20548 Add sink padtemplate to decodebin.
20549 Added some more comments.
20550 Make queue size configurable in playbasebin.
20551 Added possibility to use elements as sinks (ex cdaudio).
20553 2004-10-15 Wim Taymans <wim@fluendo.com>
20555 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20556 (gst_speexenc_chain):
20557 Fix speex timestamps so that it gets muxed properly.
20559 2004-10-15 Wim Taymans <wim@fluendo.com>
20561 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20562 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20563 (gst_dv1394src_init), (gst_dv1394src_dispose),
20564 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20565 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20566 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20567 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20568 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20569 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20570 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20571 * ext/raw1394/gstdv1394src.h:
20572 Added conversion/query functions.
20573 Update buffer timestamps,
20575 Added uri dv:// so it might play from the firewire in playbin.
20576 Fix a possible leak.
20579 2004-10-15 Wim Taymans <wim@fluendo.com>
20581 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20582 (gst_dv1394src_init), (gst_dv1394src_set_property),
20583 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20584 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20585 * ext/raw1394/gstdv1394src.h:
20586 Added AV/C VTR control support needed for some cameras.
20587 Added automatic port detection.
20588 Added properties for selecting the channel.
20589 The configure.ac script is not yet updated to reflect the
20590 new libavc1394 and librom1394 dependencies.
20592 2004-10-15 Wim Taymans <wim@fluendo.com>
20594 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20595 (qtdemux_parse), (gst_qtdemux_handle_esds):
20596 An esds box is not a container.
20597 Fix parsing of mp4v boxes.
20598 Do not try to renegotiate fps for each frame. Need to
20599 find a better method. This should fix mp4 playback.
20601 2004-10-14 David Schleef <ds@schleef.org>
20603 * configure.ac: update for swfdec-0.3 and liboil-0.2
20604 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20605 * ext/swfdec/gstswfdec.h: same
20606 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20607 * gst/videotestsrc/videotestsrc.c: same
20609 2004-10-14 Wim Taymans <wim@fluendo.com>
20611 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20612 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20613 (is_sync_frame), (gst_multifdsink_new_client),
20614 (gst_multifdsink_handle_client_write),
20615 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20616 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20617 Turn warnings into info.
20618 Don't allow a state change in the streaming thread.
20620 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20622 * ext/vorbis/oggvorbisenc.c:
20623 * ext/vorbis/vorbisdec.c:
20624 fix template sample rate
20626 2004-10-13 Wim Taymans <wim@fluendo.com>
20628 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20629 Decoding the header first fixes some problems in resyncing
20632 2004-10-12 Wim Taymans <wim@fluendo.com>
20634 * gst/playback/gstplaybin.c: (gen_video_element),
20635 (gen_vis_element), (remove_sinks), (setup_sinks):
20636 Added vis plugin support, need to configure the vis
20637 element to activate it.
20639 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20641 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20642 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20644 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20645 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20646 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20647 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20648 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20649 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20650 * gst/avi/gstavidemux.h:
20651 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20652 recovery (where, if part of the index is broken, we will still read
20653 the rest of the index and recover the broken part by stream
20654 scanning). More broken media support. EOS workarounds. General AVI
20655 braindamage headache recovery. Aspirin included.
20657 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20659 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20660 (cdparanoia_event), (cdparanoia_query):
20661 Get rid of hideous lead-in.
20663 2004-10-11 Wim Taymans <wim@fluendo.com>
20665 * gst/playback/gstplaybasebin.c: (setup_source):
20666 Wrong var used to get g_list_next.
20668 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20670 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20671 (cdparanoia_get), (cdparanoia_open):
20672 Report discid as metadata, add duration.
20674 2004-10-11 Wim Taymans <wim@fluendo.com>
20676 * gst/playback/gstplaybasebin.c: (setup_source):
20677 Cleanup the previous pipeline a little earlier for the
20678 case that a source element provides raw data.
20680 2004-10-11 Benjamin Otte <otte@gnome.org>
20682 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20683 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20684 consuming the last 128 bytes, even though it was valid mp3 data.
20686 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20688 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20689 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20690 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20691 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20693 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20695 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20696 Fix for webcams that support only specific width or height
20698 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20700 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20702 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20703 Fix wrong discont event setup (fixes #154967).
20705 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20707 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20709 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20710 Error out on invalid data (fixes #154807).
20712 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20714 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20716 * ext/dvdread/dvdreadsrc.c: (_read):
20717 Make titles > 0 work again (fixes #154834).
20719 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20721 * gst-libs/gst/riff/riff-media.c:
20722 (gst_riff_create_video_template_caps):
20723 WMV3 missing in template caps.
20725 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20727 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20728 OK, so the original code was too strict. It makes random AVI files
20729 hang for seconds upon opening, which is unacceptable and is far
20730 beyond the original goal of getting multiple chunks for one-chunk
20731 sounc stream files. So now do just that.
20733 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20735 * gst/playback/gstplaybasebin.c: (setup_source),
20736 (gst_play_base_bin_change_state):
20737 Actually clean up streaminfo if output fails. This would trigger
20738 if, for example, there was no CD in the drive. No preroll, so
20739 a streaminfo structure is created, but the subsequent state change
20740 of the thread fails.
20741 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20742 Don't change state if parent failed.
20744 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20746 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20747 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20748 (gen_video_element), (remove_sinks):
20749 Add small bits of code for screenshot handling.
20751 2004-10-08 Wim Taymans <wim@fluendo.com>
20753 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20754 (gen_video_element), (gen_audio_element), (setup_sinks):
20755 Don't assume the user provided sinks are named "sink"...
20757 2004-10-08 Wim Taymans <wim@fluendo.com>
20759 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20760 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20761 (gst_play_base_bin_link_stream):
20762 Do not try to autoplug sources that generate raw streams like
20764 disconnect the preroll overrun signal when we don't need it anymore.
20766 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20768 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20769 Added reworked patch from #154903 from milosz derezynski (deadchip).
20771 2004-10-08 Wim Taymans <wim@fluendo.com>
20773 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20774 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20775 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20776 (cdparanoia_convert), (cdparanoia_uri_get_type),
20777 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20778 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20779 * ext/cdparanoia/gstcdparanoia.h:
20780 This adds the cdda://<tracknum> uri.
20782 2004-10-08 Wim Taymans <wim@fluendo.com>
20784 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20785 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20786 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20787 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20788 (unknown_type), (gst_play_base_bin_remove_element),
20789 (gst_play_base_bin_link_stream):
20790 * gst/playback/gstplaybasebin.h:
20791 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20792 (gst_play_bin_set_property), (gen_video_element),
20793 (gen_audio_element), (setup_sinks):
20794 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20795 (gst_stream_info_get_type), (gst_stream_info_class_init),
20796 (gst_stream_info_init), (gst_stream_info_new),
20797 (gst_stream_info_dispose), (stream_info_mute_pad),
20798 (gst_stream_info_set_property), (gst_stream_info_get_property):
20799 * gst/playback/gststreaminfo.h:
20800 Reuse the audio and video bins.
20801 Some internal cleanups in the stream selection code.
20803 2004-10-08 Julien MOUTTE <julien@moutte.net>
20805 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20806 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20807 * sys/ximage/ximagesink.h:
20808 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20809 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20810 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20811 not coming from those elements. Moreover these elements should not keep
20812 the xid they have been given when in NULL state.
20814 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20816 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20817 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20818 * sys/ximage/ximagesink.h:
20819 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20820 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20821 * sys/xvimage/xvimagesink.h:
20822 Actually only create a new toplevel window if we're not gonna
20823 embed it right after.
20825 2004-10-07 Wim Taymans <wim@fluendo.com>
20827 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20828 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20829 * gst/playback/gstplaybin.c: (setup_sinks):
20830 Implement muting/unmuting of streams, mute streams that are not
20833 2004-10-07 Wim Taymans <wim@fluendo.com>
20835 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20837 Added lame audio/x-ac3 typefind function.
20839 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20844 === release 0.8.5 ===
20846 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20851 releasing 0.8.5, "Take You On"
20853 2004-10-06 Wim Taymans <wim@fluendo.com>
20855 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20856 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20857 (no_more_pads), (close_link), (type_found):
20858 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20859 * gst/playback/gstplaybin.c: (gen_video_element):
20860 Do not signal the no_more_pads after the first pad when
20861 we are plugging a non dynamic element with multiple
20862 output pads (like swfdec, dvdec, ...).
20864 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20867 bump for prerelease
20869 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20871 * gst/wavparse/gstwavparse.c:
20872 add ATRAC3 to STATIC CAPS to fix a warning
20874 * gst/matroska/ebml-read.c:
20875 * gst-libs/gst/riff/riff-read.c:
20878 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20880 * gst-libs/gst/riff/riff-media.c:
20881 generate caps for ATRAC3 audio streams
20883 * gst/realmedia/rmdemux.c:
20884 generate caps for ATRAC3 audio streams
20886 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20888 * gst/wavparse/Makefile.am
20889 * gst/wavparse/riff.h
20890 * gst/wavparse/wavparse.vcproj
20891 riff.h removal (unused and duplication with riff-ids.h)
20893 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20895 * gst/wavparse/gstwavparse.h
20896 remove duplicated defines for audio codec codes
20898 * gst-libs/gst/riff/riff-ids.h
20899 * gst/wavenc/riff.h:
20900 add "4CC" code for ATRAC3 audio streams
20901 add "4CC" code for ITU_G721_ADPCM (unused for now)
20903 2004-10-06 Wim Taymans <wim@fluendo.com>
20905 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20906 Actually _do_ negotiation. Pass gdouble as arg instead
20907 of guint64 for the framerate.
20909 2004-10-06 Wim Taymans <wim@fluendo.com>
20911 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20912 (find_compatibles), (close_pad_link), (try_to_link_1),
20913 (no_more_pads), (close_link), (type_found):
20914 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20915 * gst/playback/gstplaybin.c: (gen_video_element),
20916 (gen_audio_element):
20917 Set state on newly added element to READY so that negotiation
20919 Addes some more debug info.
20920 Do not try to plug pads with multiple caps structures or ANY
20921 because it is too dangerous since we do not do dynamic
20924 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20926 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20930 add Oriya translation
20932 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20934 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20935 Prevent overwrite of size member. Makes audio sound crappy.
20937 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20939 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20940 Add rmvb to the list of known RealMedia extensions
20942 2004-10-05 Wim Taymans <wim@fluendo.com>
20944 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20945 (mngdec_openstream), (mngdec_closestream),
20946 (mngdec_handle_sink_event), (mngdec_readdata),
20947 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20948 (mngdec_getcanvasline), (mngdec_refresh),
20949 (gst_mngdec_change_state):
20950 Set the framerate correctly.
20952 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20954 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20955 There was something wrong with the index massaging.
20957 2004-10-04 Wim Taymans <wim@fluendo.com>
20959 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20960 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20961 (gst_smokedec_chain):
20962 * ext/jpeg/gstsmokedec.h:
20963 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20964 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20965 * ext/jpeg/gstsmokeenc.h:
20966 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20967 (smokecodec_decode_new), (smokecodec_info_free),
20968 (smokecodec_set_quality), (smokecodec_get_quality),
20969 (smokecodec_set_threshold), (smokecodec_get_threshold),
20970 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20971 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20972 (smokecodec_encode), (smokecodec_parse_id),
20973 (smokecodec_parse_header), (smokecodec_decode):
20974 * ext/jpeg/smokecodec.h:
20975 * ext/jpeg/smokeformat.h:
20976 Updated smoke, new bitstream, allows embedding in ogg.
20978 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20980 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20981 Fix seeking in some files. All this code is no longer needed (and
20982 actually breaks stuff) because we now synchronize the full index
20983 right when reading the header.
20985 2004-10-04 Wim Taymans <wim@fluendo.com>
20988 configure update for libmng.
20990 2004-10-04 Wim Taymans <wim@fluendo.com>
20992 * ext/libmng/Makefile.am:
20993 * ext/libmng/gstmng.c: (plugin_init):
20994 * ext/libmng/gstmng.h:
20995 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20996 (gst_mngdec_base_init), (gst_mngdec_class_init),
20997 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20998 (gst_mngdec_loop), (gst_mngdec_get_property),
20999 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
21000 (mngdec_closestream), (mngdec_handle_sink_event),
21001 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
21002 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
21003 (gst_mngdec_change_state):
21004 * ext/libmng/gstmngdec.h:
21005 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
21006 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
21007 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
21008 (gst_mngenc_chain), (gst_mngenc_get_property),
21009 (gst_mngenc_set_property):
21010 * ext/libmng/gstmngenc.h:
21011 Added basic MNG decoder. Needs more work. The encoder does
21014 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21016 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21017 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21018 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21019 Don't hang on length=0 chunks. Some negotiation fixes. Signal
21022 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
21025 you need at least 1.0.4 of speex
21027 2004-10-04 Iain <iaingnome@gmail.com>
21029 * ext/speex/gstspeexdec.h: Revert the includes changes.
21031 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21033 2004-09-30 Iain <iaingnome@gmail.com>
21035 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21036 found during init or set as a property instead of hardcoding /dev/audio
21038 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21040 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21041 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21042 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21043 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21044 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21045 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21046 (gst_rmdemux_dump_data):
21047 Use debug category, fix EOS handling. filesrc ! rmdemux now
21050 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21052 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21053 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21054 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21055 Improve allocation, cutting and sorting of the index. How takes a
21056 few seconds instead of minutes.
21058 2004-10-03 Christophe Fergeau <teuf@gnome.org>
21060 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21063 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21065 * gst-libs/gst/riff/riff-media.c:
21066 (gst_riff_create_video_caps_with_data),
21067 (gst_riff_create_video_template_caps):
21068 Add wing commander format mimetype/fourccs.
21069 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21070 Don't crash if some value is 0.
21072 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21074 * gst-libs/gst/riff/riff-media.c:
21075 (gst_riff_create_video_caps_with_data),
21076 (gst_riff_create_video_template_caps):
21077 Add DIB fourcc (raw, palettized 8-bit RGB).
21078 * gst-libs/gst/riff/riff-read.c:
21079 (gst_riff_read_strf_vids_with_data):
21080 Oops, fix strf_data reading bug.
21081 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21082 Use a non-NULL tag.
21083 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21084 Time for hacks. Sorry Dave. At least one quicktime movie (a
21085 trailer) that I've encountered contains multiple video tracks.
21086 One of those is the actual video track, the other are one-frame
21087 tracks (images). Unfortunately, the number of frames according
21088 to the trak header is 1 for each, so that doesn't help. So
21089 instead, I look at the duration and discard tracks with a
21090 duration shorter than 20% of the length of the stream. Better
21093 2004-10-01 Christian Schaller <christian@fluendo.com>
21095 * ext/ivorbis/vorbis.c:
21096 Patch from Phil Blundell (Bug 152341)
21098 2004-10-01 Wim Taymans <wim@fluendo.com>
21100 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21101 (speex_dec_get_formats), (speex_dec_convert),
21102 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21103 (speex_dec_chain), (gst_speexdec_get_property),
21104 (gst_speexdec_set_property):
21107 2004-10-01 Wim Taymans <wim@fluendo.com>
21109 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21110 (gst_wavparse_stream_init), (gst_wavparse_fmt),
21111 (gst_wavparse_other), (gst_wavparse_loop),
21112 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21113 (gst_wavparse_srcpad_event):
21114 * gst/wavparse/gstwavparse.h:
21115 Added some more debugging info.
21116 Fix the case where the length of the file is 0.
21117 Make sure we seek to sample borders.
21119 2004-10-01 Wim Taymans <wim@fluendo.com>
21121 * gst/playback/README:
21122 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21123 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21124 (try_to_link_1), (no_more_pads), (close_link), (type_found):
21125 Add some debug info to decodebin, update README
21127 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21129 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21130 Don't use g_print(); use GST_DEBUG().
21132 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21134 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21135 (gst_ogg_mux_queue_pads):
21136 Handle EOS properly.
21138 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21140 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21142 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21143 (gst_faad_chain), (gst_faad_change_state):
21144 * ext/faad/gstfaad.h:
21145 Allow playback of raw (unframed) MPEG AAC files (#148993).
21147 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21149 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21151 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21152 Throw error if we didn't recognize the stream. Fixes #152289.
21154 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21156 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21159 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
21161 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21163 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21166 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
21168 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21170 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21172 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21175 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21177 * gst-libs/gst/riff/riff-media.c:
21178 (gst_riff_create_video_caps_with_data),
21179 (gst_riff_create_audio_caps_with_data):
21180 Add codec_data handling (like asfdemux used to do).
21181 * gst/asfdemux/gstasf.c: (plugin_init):
21182 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21183 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21184 Use riff-media for caps creation instead of our own (mostly
21185 broken) copy of its functions.
21187 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21189 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21190 Don't actually error out if we get another return value than
21191 -EINVAL. Opposite to what I first thought, drivers have random
21192 return values for this, although -EINVAL is the expected return
21193 value. Since this is not fatal, we shouldn't use
21194 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21196 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21198 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21199 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21200 (dvdreadsrc_get_property), (_open), (_seek), (_read),
21201 (dvdreadsrc_get), (dvdreadsrc_open_file),
21202 (dvdreadsrc_change_state):
21203 Fix. Don't do one big huge loop around the whole DVD, that will
21204 cache all data and thus eat sizeof(dvd) (several GB) before we
21206 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21207 Actually NULL'ify event after using it.
21208 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21209 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21210 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21211 (gst_ebml_read_seek), (gst_ebml_read_skip):
21213 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21214 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21215 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21216 Fix timing (this will probably break if I seek using menus, but
21217 I didn't get there yet). VOBs and normal DVDs should now work.
21218 Add a mpeg2-only pad with high rank so this get autoplugged for
21220 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21221 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21222 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21223 (gst_mpeg_demux_get_audio_stream),
21224 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21225 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21226 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21227 MPEG-1 but use dvddemux for MPEG-2.
21228 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21229 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21230 (gst_mpeg_parse_parse_packhead):
21231 Timing. Only add pad template if it exists. Add sink template from
21232 class and not from ourselves. This means we will always use the
21233 correct sink template even if it is not the one defined in this
21236 2004-09-29 Wim Taymans <wim@fluendo.com>
21238 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21239 (gst_mpeg_demux_parse_pes):
21240 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21241 Fix playback of mpeg again, timestamps where screwed up by
21244 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21246 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21247 Only return true if we actually filled something in. Prevents
21248 player applications from showing a random length for flac files.
21249 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21250 (gst_riff_read_use_event), (gst_riff_read_handle_event),
21251 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21252 (gst_riff_read_strf_vids_with_data),
21253 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21254 OK, ok, so I implemented event handling. Apparently it's normal
21255 that we receive random events at random points without asking
21257 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21258 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21259 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21260 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21261 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21262 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21263 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21264 * gst/avi/gstavidemux.h:
21265 Implement non-lineair chunk handling and subchunk processing.
21266 The first solves playback of AVI files where the audio and video
21267 data of individual buffers that we read are not synchronized.
21268 This should not happen according to the wonderful AVI specs, but
21269 of course it does happen in reality. It is also a prerequisite for
21270 the second. Subchunk processing allows us to cut chunks in small
21271 pieces and process each of these pieces separately. This is
21272 required because I've seen several AVI files with incredibly large
21273 audio chunks, even some files with only one audio chunk for the
21274 whole file. This allows for proper playback including seeking.
21275 This patch is supposed to fix all AVI A/V sync issues.
21276 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21277 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21279 * gst/modplug/gstmodplug.cc:
21280 Proper return value setting for the query() function.
21281 * gst/playback/gstplaybasebin.c: (setup_source):
21282 Being in non-playing state (after, e.g., EOS) is not necessarily
21283 a bad thing. Allow for that. This fixes playback of short files.
21284 They don't actually playback fully now, because the clock already
21285 runs. This means that small files (<500kB) with a small length
21286 (<2sec) will still not or barely play. Other files, such as mod
21287 or flx, will work correctly, however.
21289 2004-09-28 Wim Taymans <wim@fluendo.com>
21291 * ext/speex/gstspeex.c: (plugin_init):
21292 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21293 (gst_speex_dec_class_init), (speex_dec_get_formats),
21294 (speex_get_event_masks), (speex_get_query_types),
21295 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21296 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21297 (gst_speexdec_get_property), (gst_speexdec_set_property),
21298 (speex_dec_change_state):
21299 * ext/speex/gstspeexdec.h:
21300 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21301 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21302 (gst_speexenc_base_init), (gst_speexenc_class_init),
21303 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21304 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21305 (gst_speexenc_src_query), (gst_speexenc_init),
21306 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21307 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21308 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21309 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21310 (gst_speexenc_chain), (gst_speexenc_get_property),
21311 (gst_speexenc_set_property), (gst_speexenc_change_state):
21312 * ext/speex/gstspeexenc.h:
21313 Rewrote speex encoder, make sure it can be embedded in ogg.
21314 Implemented speex decoder.
21316 2004-09-28 Christian Schaller <christian@fluendo.com>
21319 Remove kioslave plugin. Markey is brewing a new working one
21320 * ext/Makefile.am: Remove kioslave plugin
21322 * gst-plugins.spec.in: remove kio plugin from spec
21324 2004-09-27 Wim Taymans <wim@fluendo.com>
21326 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21327 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21328 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21329 (gst_multifdsink_new_client),
21330 (gst_multifdsink_handle_client_write),
21331 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21332 (gst_multifdsink_handle_clients):
21333 * gst/tcp/gstmultifdsink.h:
21334 Make syncing to keyframes actually work for new clients and lagging
21337 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21339 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21340 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21341 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21342 * gst/debug/gstnavigationtest.h:
21343 make navigationtest display button-press and button-release events
21345 2004-09-26 Iain <iaingnome@gmail.com>
21347 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21348 the channels have received a new media event.
21349 (interleave_buffered_loop): Compresses a new media event on all
21352 2004-09-26 Iain <iaingnome@gmail.com>
21354 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21355 call the sinkpad's default event handler and not the srcpads. He also
21356 says this is confusing :)
21357 (gst_wavenc_stop_file): Company says that seek events only go upstream
21358 we should send a discontinuous downstream instead.
21360 2004-09-25 Christian Schaller <christian@fluendo.com>
21362 * Update SPEC file to be usable in conjunction with Fedora Core,
21363 Fedora.us and freshrpms packages
21364 * Fix typo in multifilesrc test Makefile
21366 2004-09-24 Wim Taymans <wim@fluendo.com>
21368 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21369 Only signal the no_more_pads signal when we have
21370 added the stream to our list.
21372 2004-09-24 Wim Taymans <wim@fluendo.com>
21374 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21376 * gst/playback/gstplaybasebin.h:
21377 * gst/playback/gstplaybin.c: (setup_sinks):
21378 Don't try to preroll or decode more than one audio/video
21381 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21383 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21384 Throw error if we failed to find a suitable output. This should
21385 throw an error if we successfully set up a pipeline (e.g. because
21386 we recognized a media file) but found no decodable streams in it
21387 (e.g. because it contains only media stream types for which we
21388 have no decoders, or because it's not a media type).
21390 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21392 * ext/dirac/Makefile.am:
21393 * ext/dirac/gstdirac.cc:
21394 * ext/dirac/gstdiracdec.cc:
21395 * ext/dirac/gstdiracdec.h:
21396 Do something. Don't actually know if this works because I don't
21397 have a demuxer yet.
21398 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21399 Add channels=1 to caps returned from _getcaps().
21400 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21401 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21402 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21403 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21404 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21405 (gst_ogm_parse_change_state):
21406 Separate between audio/video so ogmaudioparse actually uses the
21407 audio pad templates. Both audio and video work now, including
21408 autoplugging. Also use sometimes-srcpad hack.
21409 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21410 Handle events better. Don't hang on infinite loops.
21411 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21412 (gst_avi_demux_init), (gst_avi_demux_reset),
21413 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21414 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21415 (gst_avi_demux_change_state):
21416 * gst/avi/gstavidemux.h:
21417 Improve A/V sync. Still not perfect.
21418 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21419 (gst_ebml_read_skip):
21420 Handle events better.
21421 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21422 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21423 (qtdemux_audio_caps):
21424 Add IMA4. Improve event handling. Save offset after a seek when
21425 the headers are at the end of the file so that we don't end up in
21427 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21428 Add low-priority typefind support for files with no length.
21430 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21432 * testsuite/multifilesink/Makefile.am:
21435 2004-09-22 Julien MOUTTE <julien@moutte.net>
21437 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21438 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21439 mistakes from thaytan's patches.
21441 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21443 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21444 For completeness, XSync in the destroy function as xvimage does.
21446 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21448 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21449 Correct caps negotiation
21450 * gst/volume/gstvolume.c: (volume_chain_float),
21451 (volume_chain_int16):
21452 Modify debug output to be little more informative
21453 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21454 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21455 (gst_xvimagesink_xvimage_destroy):
21456 Add XSync calls after detaching from the shared memory segment to
21459 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21461 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21462 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21463 * ext/vorbis/vorbis.c: (plugin_init):
21464 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21465 (gst_vorbisenc_chain):
21466 * ext/vorbis/vorbisenc.h:
21467 remove explicit newmedia support from oggmux and vorbisenc
21468 add debug category to vorbisenc
21469 * gst/multifilesink/gstmultifilesink.c:
21470 (gst_multifilesink_class_init), (gst_multifilesink_init),
21471 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21472 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21473 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21475 * gst/multifilesink/gstmultifilesink.h:
21476 add support for streamheader in multifilesink
21478 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21480 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21481 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21482 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21483 Prevent infinite loops. More correct error reporting.
21484 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21485 Error out if negotiation fails.
21486 * gst/playback/gstplaybasebin.c: (setup_source),
21487 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21488 (gst_play_base_bin_found_tag):
21489 Error/tag forwarding. Pre-roll fixes for source errors on state
21490 changes (e.g. "file does not exist") to prevent hangs.
21492 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21494 * testsuite/multifilesink/Makefile.am:
21495 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21496 (gst_newmedia_class_init), (gst_newmedia_init),
21497 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21498 (newfile_signal), (test_signal), (main):
21499 * testsuite/multifilesink/multifilesrc_test.c: (main):
21500 * testsuite/multifilesink/oggtheora_test.c:
21501 (gst_newmedia_base_init), (gst_newmedia_class_init),
21502 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21503 (test_format), (newfile_signal), (test_signal), (main):
21504 * testsuite/multifilesink/oggvorbis_test.c:
21505 (gst_newmedia_base_init), (gst_newmedia_class_init),
21506 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21507 (test_format), (newfile_signal), (test_signal), (main):
21508 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21509 (gst_newmedia_class_init), (gst_newmedia_init),
21510 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21511 (newfile_signal), (test_signal), (main):
21514 2004-09-20 Christian Schaller <christian@fluendo.com>
21516 * Fix mikmod license to LGPL as they have relicensed
21517 * Move Dirac and Effectv into LGPL section of README_license
21519 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21521 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21522 (gst_mad_change_state):
21523 Allow for mp3 rate/channels changes. However, only very
21524 conservatively. Reason that we *have* to enable this is smiply
21525 because the mad find_sync() function is not good enough, it will
21526 regularly sync on random data as valid frames and therefore make
21527 us provide random caps as *final* caps of the stream. The best fix
21528 I could think of is to simply require several of the same stream
21529 changes in a row before we change caps.
21530 The actual testcase that works now is #
21531 * ext/ogg/Makefile.am:
21532 * ext/ogg/gstogg.c: (plugin_init):
21533 * ext/ogg/gstogmparse.c:
21534 OGM support (video only for now; I need an audio sample file).
21535 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21536 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21537 (gst_asf_demux_add_video_stream):
21539 * gst/playback/gstplaybasebin.c: (unknown_type):
21540 Don't error out on single unknown-types after all. It's wrong.
21541 If we found type of video and audio but not of a subtitle stream,
21542 it will still error out (which is unwanted). Will find a better fix
21544 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21545 (ogmaudio_type_find), (plugin_init):
21548 2004-09-20 Johan Dahlin <johan@gnome.org>
21550 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21551 after setting caps.
21553 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21555 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21556 * gst/wavenc/gstwavenc.h:
21557 Added newmedia support to wavenc
21559 2004-09-17 Wim Taymans <wim@fluendo.com>
21561 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21562 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21563 (gst_fdset_fd_can_write), (gst_fdset_wait):
21564 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21565 (gst_multifdsink_init), (gst_multifdsink_add),
21566 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21567 (gst_multifdsink_remove_client_link),
21568 (gst_multifdsink_client_queue_buffer),
21569 (gst_multifdsink_handle_client_write),
21570 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21571 (gst_multifdsink_close), (gst_multifdsink_change_state):
21572 * gst/tcp/gstmultifdsink.h:
21573 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21574 (gst_tcpserversink_removed):
21575 Small cleanups in fdset.c
21576 Use a hastable to map fd to the client structure for faster
21577 lookup in _remove and get_stats.
21578 Added virtual function to close the fds.
21579 Handle clients even when the select/poll call was unblocked because
21581 Implement syncing to keyframe in the recovery procedure.
21583 2004-09-16 Iain <iaingnome@gmail.com>
21585 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21588 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21590 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21591 Caps are only set if the type of the stream is unknown, but this
21592 is initialized in ->init_stream(), so set to UNKNOWN after calling
21593 ->init_stream() so that capsnego starts.
21595 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21597 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21598 (gst_avi_demux_stream_data):
21599 Just hardcode for raw audio then. AVI audio sucks.
21601 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21603 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21604 * gst/matroska/matroska-mux.c: (audiosink_templ),
21605 (gst_matroska_mux_audio_pad_link):
21606 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21607 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21609 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21611 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21612 (gst_avi_demux_stream_data):
21613 Try to fix a/v sync issues.
21615 2004-09-15 David Schleef <ds@schleef.org>
21617 * configure.ac: remove NASM check, since we don't use it. Update
21619 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21620 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21621 Initialized variables.
21622 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21623 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21624 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21627 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21629 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21630 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21631 * gst/avi/gstavidemux.h:
21632 Fix for compressed audio (mp3) timestamp generation. How did this
21635 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21637 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21638 Volume is a double not a float.
21640 2004-09-15 Wim Taymans <wim@fluendo.com>
21642 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21643 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21644 Don't close the fd in multifdsink as we didn't open it in the
21645 first place. Some cleanups.
21647 2004-09-15 Wim Taymans <wim@fluendo.com>
21649 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21650 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21651 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21652 Fix the case where the muxer would mark pages as delta
21653 frames when they are not (vorbis only ogg).
21655 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21657 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21658 (gst_play_base_bin_change_state):
21659 Handle the case where we failed to setup a clear pipeline. This
21660 will throw an error (or EOS, another nice case) and if you don't
21661 catch that, the app will wait for the signal forever (and thus
21664 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21666 * ext/gnomevfs/gstgnomevfssink.c:
21667 (gst_gnomevfssink_uri_get_protocols):
21668 * ext/gnomevfs/gstgnomevfssrc.c:
21669 (gst_gnomevfssrc_uri_get_protocols):
21670 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21671 * ext/gnomevfs/gstgnomevfsuri.h:
21672 Use _uri_new() instead of _open(), so it doesn't take as long and
21673 Christophe's computer won't hang.
21674 * gst/playback/gstplaybasebin.c: (unknown_type):
21675 Throw error on unknown media type, so apps actually display it.
21677 2004-09-14 Brian Cameron <brian.cameron@sun.com
21679 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21680 this script to work on Solaris since bash shell handles echo
21681 differenly than bash.
21683 2004-09-17 Wim Taymans <wim@fluendo.com>
21685 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21686 (setup_source), (gst_play_base_bin_set_property),
21687 (gst_play_base_bin_add_element):
21688 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21689 Some more work on making sure seeking pauses the pipeline and
21690 that changing the uri actually does something.
21692 2004-09-17 Wim Taymans <wim@fluendo.com>
21694 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21695 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21696 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21697 (gst_tcpserversink_close):
21698 Be a bit more paranoid when freeing memory.
21700 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21702 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21703 (qtdemux_parse_trak):
21704 Don't crash by dividing by zero (see sample movie in #126922).
21706 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21708 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21709 Don't touch non-existing data (fixes crash on file in #140147).
21711 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21713 * gst/playback/gstplaybasebin.c:
21714 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21715 Handle double disposals, and proper change of URIs.
21717 2004-09-13 Martin Eikermann <meiker@upb.de>
21719 * gst/mpegstream/gstmpegparse.c:
21720 fix synchronistation for streams recorded from digital PCR
21723 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21725 * ext/gnomevfs/Makefile.am:
21726 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21727 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21728 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21729 (gst_gnomevfssink_uri_get_type),
21730 (gst_gnomevfssink_uri_get_protocols),
21731 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21732 (gst_gnomevfssink_uri_handler_init),
21733 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21734 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21735 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21736 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21737 (gst_gnomevfssrc_uri_get_type),
21738 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21739 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21740 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21741 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21742 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21743 * ext/gnomevfs/gstgnomevfsuri.h:
21744 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21745 of fake URIs to see which this version of Gnome-VFS likes, and
21746 uses that for the Gst-URI interface. Makes playbin support http://
21747 streams. Also fix up some stupid behaviour in gnomevfssrc.
21749 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21751 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21752 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21753 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21754 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21755 Update mixer (to sync with other sessions) if we try to obtain
21756 a new value. This makes alsamixer work accross applications.
21757 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21758 Only call sync functions if we're running, else alsalib asserts.
21759 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21760 Sometimes fails to compile. Possibly a gcc bug.
21761 * gst/playback/gstplaybin.c: (gen_video_element),
21762 (gen_audio_element):
21763 Add a reference to an application-provided object, because we lose
21764 this same reference if we add it to the bin. If we don't do this,
21765 we can only use this object once and thus crash if we go from
21766 ready to playing, back to ready and back to playing again.
21767 Also add an audioscale element because several cheap soundcards -
21768 like mine - don't support all samplerates.
21769 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21770 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21771 Fix wrong order or PAR calls. Makes automatically obtained PAR
21772 from the X server atually being used.
21774 2004-09-12 David Schleef <ds@schleef.org>
21776 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21777 #151887, #152102, #152247.
21778 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21779 * examples/seeking/cdparanoia.c: same
21780 * examples/seeking/cdplayer.c: same
21781 * examples/seeking/seek.c: same
21782 * examples/seeking/spider_seek.c: same
21783 * examples/seeking/vorbisfile.c: same
21784 * examples/stats/mp2ogg.c: same
21785 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21786 (gst_esdsink_dispose): Dispose of element properly.
21787 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21789 * ext/nas/nassink.c: (gst_nassink_class_init),
21790 (gst_nassink_dispose): Dispose of element correctly.
21791 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21792 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21793 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21794 Fix 64-bit warning.
21795 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21796 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21797 Fix 64-bit warning.
21799 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21801 * configure.ac : change speex detection as 1.1.6 now uses
21802 .pc/pkg-config and they changed their headers location.
21804 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21806 * gst/matroska/matroska-mux.h:
21807 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21808 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21809 (gst_matroska_mux_write_data):
21810 Write multiple blocks/frames per cluster.
21811 Write meta-seek information (seek heads).
21813 2004-09-09 Scott Wheeler <wheeler@kde.org>
21815 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21816 (gst_play_bin_set_property), (gst_play_bin_get_property),
21817 (gen_audio_element), (gen_audio_element):
21818 Add a volume element / property to the pipeline.
21820 2004-09-07 Wim Taymans <wim@fluendo.com>
21822 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21823 Copy timestamps from the master pad to the output buffers.
21825 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21827 * ext/raw1394/gstdv1394src.c:
21828 throw errors when applicable
21830 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21832 * gst/matroska/ebml-ids.h:
21833 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21834 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21835 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21836 automatically convert unix time <-> ebml time when reading/writing
21837 a date, use gst_ebml_write_uint to write CUETIME,
21838 not gst_ebml_write_date.
21839 * gst/matroska/matroska-ids.h:
21840 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21841 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21842 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21843 (gst_matroska_mux_write_data):
21844 Write track and segment UIDs, write muxing date, write
21845 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21846 Create cues for audio only files.
21848 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21850 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21851 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21852 Re-commit ALSA switches.
21853 * gst/adder/gstadder.c: (gst_adder_loop):
21854 64-bit fix (#151416).
21855 * gst/debug/progressreport.c: (gst_progressreport_report):
21856 64-bit fix (#151419).
21857 * gst/matroska/matroska-demux.c:
21858 (gst_matroska_demux_parse_contents):
21859 64-bit fix (#151420).
21860 * gst/playback/test3.c: (update_scale):
21861 64-bit fix (#151421).
21863 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21868 === release 0.8.4 ===
21870 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21872 * configure.ac: releasing 0.8.4, "Alias"
21874 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21876 * ext/theora/Makefile.am:
21877 fix makefile. Fixes #151462.
21879 2004-08-30 Wim Taymans <wim@fluendo.com>
21881 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21882 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21883 (gst_multifdsink_remove_client_link),
21884 (gst_multifdsink_client_queue_buffer),
21885 (gst_multifdsink_handle_client_write):
21886 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21887 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21888 Fix some memory leaks.
21890 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21892 Patch by: David Schleef
21896 rename our detection macro for V4L2. Fixes #151236.
21898 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21900 Patch by: David Schleef
21903 check to define LAMEPRESET. Fixes #151232.
21905 2004-08-27 David Schleef <ds@schleef.org>
21907 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21908 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21909 (gst_glimagesink_fixate): Move local variable declarations to
21910 make gcc-2.95 happy.
21912 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21915 bump nano for prerelease
21917 2004-08-27 David Schleef <ds@schleef.org>
21919 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21920 * sys/sunaudio/gstsunaudiosrc.c:
21921 * sys/sunaudio/gstsunaudiosrc.h:
21923 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21925 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21926 handle EOS correctly
21927 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21928 * gst/matroska/matroska-mux.h:
21929 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21930 VFW compatibility mode
21932 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21934 patch by: Zaheer Abbas Merali
21936 * ext/ogg/gstoggmux.c:
21937 * ext/vorbis/vorbisenc.c:
21938 * ext/vorbis/vorbisenc.h:
21941 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21943 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21944 fix byte order reversion on little endian machines.
21945 * gst/matroska/matroska-mux.c: (audiosink_templ),
21946 (gst_matroska_mux_audio_pad_link):
21947 add TTA codec to the list of supported codecs.
21948 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21949 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21950 (gst_matroska_mux_write_data):
21951 * gst/matroska/matroska-mux.h:
21952 write segment duration correctly, write muxing app string, fixes bugs
21953 #140897 and #140898.
21954 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21955 wait for all pads to be negotiated before starting to mux.
21957 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21959 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21960 * ext/lame/gstlame.h:
21961 Added new media support to lame
21963 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21965 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21966 send vorbis headers at the beginning of a stream, fixes bug #141554.
21967 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21969 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21970 (gst_matroska_demux_plugin_init):
21971 * gst/matroska/matroska-ids.h:
21972 enable demuxing of TTA audio streams, fixes bug #148951.
21973 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21974 enable typefinding for TTA audio files, fixes bug #148711.
21975 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21976 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21977 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21979 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21981 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21982 (gst_riff_read_element_data), (gst_riff_read_seek),
21983 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21984 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21987 2004-08-23 Iain <iaingnome@gmail.com>
21989 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21990 tags. They appear to be handled differently to normal.
21991 (tag_list_to_id3_tag_foreach): Ditto.
21993 2004-08-22 Wim Taymans <wim@fluendo.com>
21995 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21996 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21997 Make sure we never send -1 granulepos.
21999 2004-08-20 Wim Taymans <wim@fluendo.com>
22001 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22002 (gst_ogg_mux_loop):
22003 I will accept bitchslappings with non sharp objects.
22005 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22008 Clean up the test for lame presets
22010 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22013 * ext/lame/Makefile.am:
22014 * ext/lame/gstlame.c: (gst_lame_class_init),
22015 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22016 Only enable lame presets if version of lame has presets in API
22018 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
22019 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22020 * gst/udp/gstudpsrc.h:
22021 Don't call gst_pad_push in a get function. Fixes #150449
22023 2004-08-18 Wim Taymans <wim@fluendo.com>
22025 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22026 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22027 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22028 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22029 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22031 * gst/tcp/gstfdset.h:
22032 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22033 (gst_multifdsink_client_queue_buffer),
22034 (gst_multifdsink_handle_client_write):
22035 * gst/tcp/gstmultifdsink.h:
22036 Some extra checks in gstfdset.
22037 Only use send() when the fd is a socket. Don't try to
22038 read from write only fds.
22040 2004-08-18 Wim Taymans <wim@fluendo.com>
22042 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22043 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22044 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22045 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22047 Add more locking and bounds checking.
22049 2004-08-18 Wim Taymans <wim@fluendo.com>
22051 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22052 Realloc test fdset in the lock and right before starting
22053 the poll call. Bump the limit to 4096.
22055 2004-08-17 David Schleef <ds@schleef.org>
22057 * sys/sunaudio/Makefile.am:
22058 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22059 of rates and channels. Make debugging less obnoxious.
22061 Patch from Balamurali Viswanathan implementing a mixer for
22062 Sun audio. (bug #144091):
22063 * sys/sunaudio/gstsunelement.c:
22064 * sys/sunaudio/gstsunelement.h:
22065 * sys/sunaudio/gstsunmixer.c:
22066 * sys/sunaudio/gstsunmixer.h:
22068 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22070 * gst/audioscale/gstaudioscale.c:
22071 * gst/audioscale/gstaudioscale.h:
22072 made audioscale resample from any sample rate to any sample rate
22074 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22076 * ext/libpng/gstpngdec.c:
22077 error out on unsupported types
22079 2004-08-17 Iain <iaingnome@gmail.com>
22081 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22082 mid_side and loose_mid_side properties if its a stereo stream.
22084 2004-08-17 Wim Taymans <wim@fluendo.com>
22086 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22087 (theora_get_formats), (theora_dec_src_convert),
22088 (theora_dec_sink_convert), (theora_dec_src_query),
22089 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22092 2004-08-17 Wim Taymans <wim@fluendo.com>
22094 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22095 (gst_ogg_pad_push):
22096 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22097 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22098 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22099 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22100 Mark delta units in the muxer.
22101 Try to decode the packet after an out-of-sync error from
22104 2004-08-17 Wim Taymans <wim@fluendo.com>
22106 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22107 (gst_multifdsink_init), (gst_multifdsink_add),
22108 (gst_multifdsink_client_queue_buffer),
22109 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22110 * gst/tcp/gstmultifdsink.h:
22111 Added option to send a keyframe to clients as the first buffer.
22112 Make timeout property writable.
22114 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22116 patch by: Wim Taymans
22118 * gst/tcp/gstfdset.c:
22119 * gst/tcp/gstmultifdsink.c:
22120 fix index comparison, should include 0
22122 2004-08-16 Wim Taymans <wim@fluendo.com>
22124 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22125 (gst_fdset_add_fd), (gst_fdset_remove_fd),
22126 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22127 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22129 copy when reallocing for poll so the select arguments don't get
22130 changed during the call
22132 2004-08-16 Wim Taymans <wim@fluendo.com>
22134 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22135 (gst_theora_enc_class_init), (theora_enc_sink_link),
22136 (theora_buffer_from_packet), (theora_enc_chain):
22137 Fix bug where buffers were not marked as keyframes
22140 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22142 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22143 (gst_lame_preset_get_type), (gst_lame_class_init):
22144 describe the enum values for vbr mode and presets more verbosely
22146 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22148 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22149 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22150 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22151 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22152 * ext/lame/gstlame.h:
22153 add preset property to lame so it can use lame presets
22155 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22157 * ext/lame/gstlame.c: (gst_lame_get_property):
22158 whoops forgot break, thanks teuf
22160 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22162 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22163 (gst_lame_class_init), (gst_lame_src_getcaps),
22164 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22165 (gst_lame_get_property), (gst_lame_setup):
22166 * ext/lame/gstlame.h:
22167 fix lame's broken vbr stuff, allow it to resample if need be, and also
22168 make xing header optional
22170 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22172 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22173 added getcaps function so samplerate doesnt get fixated to silly values
22175 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22177 * ext/lame/gstlame.c: (gst_lame_src_link):
22178 revert previous fix
22180 2004-08-12 Johan Dahlin <johan@gnome.org>
22182 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22183 checks. Doesn't matter what state we are in. Interfaces are a
22184 compile time thing, not runtime. It also broke the python bindings.
22186 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22188 * ext/lame/gstlame.c: (gst_lame_src_link):
22189 made source pad link function check if sinkpad is ok..fixes the problem
22190 where core fixates the output rate of lame stupidly
22192 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22194 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22195 * sys/v4l/v4l_calls.c:
22196 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22197 fix fixate function to handle nonsimple caps.
22198 remove bogus check in _link
22201 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22203 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22204 set default compression ratio parameter to 0.0 so bitrate parameter
22207 2004-08-11 David Schleef <ds@schleef.org>
22209 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22211 2004-08-11 David Schleef <ds@schleef.org>
22213 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22216 2004-08-11 David Schleef <ds@schleef.org>
22218 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22220 2004-08-11 David Schleef <ds@schleef.org>
22222 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22224 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22225 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22227 * gst/auparse/gstauparse.c: Fix plugin license field.
22228 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22229 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22230 * gst/rtp/gstrtp.c: Fix plugin license field.
22232 2004-08-11 Wim Taymans <wim@fluendo.com>
22234 * gst/tcp/Makefile.am:
22235 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22236 (ensure_size), (gst_fdset_new), (gst_fdset_free),
22237 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22238 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22239 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22240 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22241 (gst_fdset_fd_can_write), (gst_fdset_wait):
22242 * gst/tcp/gstfdset.h:
22243 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22244 (gst_multifdsink_class_init), (gst_multifdsink_init),
22245 (gst_multifdsink_add), (gst_multifdsink_remove),
22246 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22247 (gst_multifdsink_remove_client_link),
22248 (gst_multifdsink_handle_client_read),
22249 (gst_multifdsink_client_queue_data),
22250 (gst_multifdsink_client_queue_caps),
22251 (gst_multifdsink_client_queue_buffer),
22252 (gst_multifdsink_handle_client_write),
22253 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22254 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22255 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22256 (gst_multifdsink_close):
22257 * gst/tcp/gstmultifdsink.h:
22258 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22259 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22260 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22261 (gst_tcpserversink_close):
22262 * gst/tcp/gsttcpserversink.h:
22263 Abstracted away the select call, implemented poll (yes we ran into
22264 the 1024 limit in production).
22266 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
22268 * gst/tcp/gsttcp.c:
22269 * gst/tcp/gsttcpplugin.c:
22270 improve debuggging, remove assert
22272 2004-08-10 Wim Taymans <wim@fluendo.com>
22274 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22275 (gst_client_status_get_type), (gst_multifdsink_class_init),
22276 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22277 (gst_multifdsink_handle_client_read),
22278 (gst_multifdsink_handle_client_write),
22279 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22280 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22281 (gst_multifdsink_get_property):
22282 * gst/tcp/gstmultifdsink.h:
22283 * gst/tcp/gsttcp-marshal.list:
22284 Starting to prepare for specifying buffer time in other units
22285 than buffers. Expose remove reason in signal.
22287 2004-08-10 Wim Taymans <wim@fluendo.com>
22289 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22290 (gst_multifdsink_remove), (gst_multifdsink_clear),
22291 (gst_multifdsink_remove_client_link),
22292 (gst_multifdsink_handle_client_read),
22293 (gst_multifdsink_client_queue_data),
22294 (gst_multifdsink_client_queue_buffer),
22295 (gst_multifdsink_handle_client_write),
22296 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22297 (gst_multifdsink_chain), (gst_multifdsink_close):
22298 * gst/tcp/gstmultifdsink.h:
22299 Added more debugging info. Changed the way clients are
22300 removed from the lists. Fixed a bug where a bad file descriptor
22301 could cause many clients to be removed.
22303 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22305 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22306 allow all pixel-aspect-ratios, not just 1:1
22308 2004-08-09 David Schleef <ds@schleef.org>
22310 * sys/glsink/ARB_multitexture.h: Remove old files.
22311 * sys/glsink/EXT_paletted_texture.h:
22312 * sys/glsink/NV_register_combiners.h:
22313 * sys/glsink/gstgl_nvimage.c:
22314 * sys/glsink/gstgl_pdrimage.c:
22315 * sys/glsink/gstgl_rgbimage.c:
22316 * sys/glsink/gstglsink.c:
22317 * sys/glsink/gstglsink.h:
22318 * sys/glsink/gstglxwindow.c:
22319 * sys/glsink/regcomb_yuvrgb.c:
22321 2004-08-09 David Schleef <ds@schleef.org>
22323 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22324 GL sink plugin. (Bug #147302)
22326 * configure.ac: Test for OpenGL
22327 * sys/Makefile.am: Use test for OpenGL
22328 * sys/glsink/Makefile.am:
22329 * sys/glsink/glimagesink.c: rewrite
22330 * sys/glsink/glimagesink.h: rewrite
22332 2004-08-09 David Schleef <ds@schleef.org>
22334 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22336 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22337 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22338 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22340 2004-08-09 Wim Taymans <wim@fluendo.com>
22342 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22343 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22344 (gst_multifdsink_client_remove),
22345 (gst_multifdsink_handle_client_read),
22346 (gst_multifdsink_handle_client_write),
22347 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22348 Do a bit more logging, make the client_read code more robust.
22350 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22352 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22353 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22354 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22355 (gst_jpegdec_init), (gst_jpegdec_chain):
22356 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22357 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22358 cleanups, debugging fixes and memleak plugging
22360 2004-08-09 Wim Taymans <wim@fluendo.com>
22362 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22363 (theora_get_formats), (theora_dec_src_convert),
22364 (theora_dec_sink_convert), (theora_dec_src_query),
22365 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22366 (theora_dec_change_state):
22367 Don't crash on missing header packets.
22369 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22373 Added Albanian translation (Laurent Dhima)
22377 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22379 * ext/lame/gstlame.c:
22382 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22384 * sys/ximage/ximagesink.c:
22385 * sys/xvimage/xvimagesink.c:
22386 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22388 2004-08-06 Wim Taymans <wim@fluendo.com>
22390 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22391 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22392 (gst_multifdsink_client_remove),
22393 (gst_multifdsink_handle_client_read),
22394 (gst_multifdsink_handle_client_write),
22395 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22396 Make sure we don't try to read more from a client that what
22397 ioctl says us or we deadlock.
22399 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22401 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22402 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22403 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22404 decouple running_time and n_frames so it can handle changing
22405 framerate while running
22407 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22411 updated translations
22413 2004-08-04 Benjamin Otte <otte@gnome.org>
22415 * gst/videotestsrc/gstvideotestsrc.c:
22416 (gst_videotestsrc_get_capslist), (generate_capslist),
22418 generate the list of supported caps at startup and reuse it instead
22419 of always generating it
22421 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22423 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22424 whoops, last checkin broke normal build
22426 2004-08-03 Benjamin Otte <otte@gnome.org>
22428 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22429 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22430 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22431 (gst_alsa_mixer_get_option):
22432 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22433 (dvdnavsrc_print_event):
22434 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22435 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22436 (gst_ogg_mux_pad_unlink):
22437 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22438 (gst_multipart_mux_pad_unlink):
22439 * gst/videofilter/gstvideobalance.c:
22440 (gst_videobalance_colorbalance_set_value):
22441 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22442 (gst_videomixer_pad_unlink):
22444 * sys/oss/gstossmixer.c:
22445 * sys/v4l/gstv4lcolorbalance.c:
22446 * sys/v4l/gstv4ltuner.c:
22447 * sys/v4l/v4lsrc_calls.c:
22448 * sys/v4l2/gstv4l2colorbalance.c:
22449 * sys/v4l2/gstv4l2tuner.c:
22450 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22452 2004-08-03 Benjamin Otte <otte@gnome.org>
22454 * examples/dynparams/filter.c: (ui_control_create):
22455 * examples/gstplay/player.c: (print_tag):
22456 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22457 * ext/gdk_pixbuf/gstgdkanimation.c:
22458 (gst_gdk_animation_iter_may_advance):
22459 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22460 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22461 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22462 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22463 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22464 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22465 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22466 * gst/sine/demo-dparams.c: (main):
22467 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22468 * testsuite/alsa/formats.c: (create_pipeline):
22469 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22470 fixes for G_DISABLE_ASSERT and friends
22471 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22472 (mp3_type_frame_length_from_header), (mp3_type_find),
22474 require mp3 typefinding to have at least MIN_HEADERS valid headers
22475 add typefinding for AAC adts files
22477 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22479 * sys/ximage/ximagesink.c:
22480 (gst_ximagesink_calculate_pixel_aspect_ratio):
22481 * sys/xvimage/xvimagesink.c:
22482 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22483 Make sure we calculate pixel-aspect-ratio using floating point maths
22485 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22488 updated translation
22490 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22492 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22493 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22494 add debugging for display PAR calculation
22496 2004-08-02 David Schleef <ds@schleef.org>
22498 * configure.ac: Fix mikmod CFLAGS.
22500 2004-07-27 Benjamin Otte <otte@gnome.org>
22502 * gst/audioscale/gstaudioscale.c:
22503 - fix templates to only support S16, it's the only format that works
22504 - make caps nego code use try_set_caps_nonfixed and fixation instead
22505 of try_set_caps twice, which is not nice for autopluggers
22506 - change rank to secondary, so autopluggers can pick it up after
22509 2004-08-02 Iain <iain@prettypeople.org>
22511 * gst/interleave/interleave.c (interleave_init),
22512 (interleave_request_new_pad),
22513 (interleave_pad_removed),
22514 (interleave_buffered_loop): Use the real pad count, not the artificial
22517 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22519 * configure.ac: bump nano back to development
22521 === release 0.8.3 ===
22523 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22525 * configure.ac: releasing 0.8.3, "Water"
22527 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22529 * sys/xvimage/xvimagesink.c:
22530 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22531 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22532 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22533 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22534 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22535 * sys/xvimage/xvimagesink.h:
22536 apply similar PAR fixes as to ximagesink
22538 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22540 patch from: Benjamin Otte
22542 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22543 add link function to lame. Fixes #148986.
22545 2004-08-02 Johan Dahlin <johan@gnome.org>
22547 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22550 2004-07-30 David Schleef <ds@schleef.org>
22552 * gst/videomixer/Makefile.am: Fix things that should have been
22553 fixed in the last checkin.
22555 2004-07-30 David Schleef <ds@schleef.org>
22557 * gst/multipart/Makefile.am: Fix things that should have been
22558 fixed in the last checkin.
22560 2004-07-30 David Schleef <ds@schleef.org>
22562 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22564 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22567 bump nano for prerelease
22579 2004-07-30 Wim Taymans <wim@fluendo.com>
22581 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22582 (gst_multifdsink_add), (gst_multifdsink_remove),
22583 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22584 (gst_multifdsink_client_remove),
22585 (gst_multifdsink_handle_client_write),
22586 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22587 * gst/tcp/gstmultifdsink.h:
22588 Recover from a select with a bad file descriptor by removing
22591 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22594 fix requirement of core
22595 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22596 (gst_play_pipeline_setup):
22597 don't use colorspace element. do use hermescolorspace element.
22598 make macro to get a colorspace element.
22599 mark strings for translation.
22611 update translations
22613 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22615 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22616 fix default for newmedia flag
22618 2004-07-30 Wim Taymans <wim@fluendo.com>
22620 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22621 (gst_theora_dec_init), (theora_get_formats),
22622 (theora_dec_src_convert), (theora_dec_sink_convert),
22623 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22624 (theora_dec_chain), (theora_dec_set_property),
22625 (theora_dec_get_property):
22626 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22627 (gst_theora_enc_class_init), (gst_theora_enc_init),
22628 (theora_enc_sink_link), (theora_enc_chain),
22629 (theora_enc_set_property), (theora_enc_get_property):
22630 Added cropping option to theora decoder.
22631 Added border option to theora encoder.
22633 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22635 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22636 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22637 (gst_pngenc_set_property):
22638 * ext/libpng/gstpngenc.h:
22639 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
22641 2004-07-30 Wim Taymans <wim@fluendo.com>
22643 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22644 (theora_enc_sink_link), (theora_enc_chain),
22645 (theora_enc_set_property), (theora_enc_get_property):
22646 Fix encoding of non-multiple-of-16 video.
22648 2004-07-29 David Schleef <ds@schleef.org>
22650 * configure.ac: make test for audiofile more strict
22652 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22654 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22655 give different names to typefind functions
22657 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22659 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22660 (gst_ximagesink_calculate_pixel_aspect_ratio),
22661 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22662 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22663 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22664 (gst_ximagesink_get_property), (gst_ximagesink_init):
22665 * sys/ximage/ximagesink.h:
22666 allocate PAR's dynamically.
22667 use autodetected PAR if no object-set PAR is given.
22668 add workaround for directfb's X not setting physical size.
22669 fix to xvimagesink will follow tomorrow.
22671 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22673 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22674 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22675 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22676 (gst_shout2send_class_init), (gst_shout2send_init),
22677 (set_shout_metadata), (gst_shout2send_set_metadata),
22678 (gst_shout2send_chain), (gst_shout2send_set_property),
22679 (gst_shout2send_get_property), (gst_shout2send_connect),
22680 (gst_shout2send_change_state):
22681 * ext/shout2/gstshout2.h:
22682 - fix for sending mp3 audio to icecast2 server, if pad link function not
22683 called before PAUSED state
22684 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22685 - added tagging support for mp3 audio broadcasted
22686 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22689 2004-07-28 Wim Taymans <wim@fluendo.com>
22691 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22692 (gst_ogg_demux_push):
22693 Return query failure when we don't know the length of
22694 an ogg stream insteda of returning TRUE with a bogus value.
22696 2004-07-28 Wim Taymans <wim@fluendo.com>
22698 * ext/theora/theoradec.c: (theora_get_formats),
22699 (theora_dec_src_convert), (theora_dec_sink_convert),
22700 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22701 (theora_dec_chain):
22702 Don't screw up the 1 Chroma for 1 luma sample situation when we
22703 have an odd offset/width by adding a black border in those cases.
22705 2004-07-28 Wim Taymans <wim@fluendo.com>
22707 * ext/theora/theoradec.c: (theora_get_formats),
22708 (theora_dec_src_convert), (theora_dec_sink_convert),
22709 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22710 (theora_dec_chain):
22711 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22712 Added first attempt at cropping of the image as required by the
22713 theora spec. We need more properties in the caps (offset_x,
22714 offset_y,stride) to implement this correctly.
22716 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22718 * ext/dvdnav/README:
22719 Update the README to use dvddemux
22720 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22721 Ensure getcaps returns a subset of the template caps
22722 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22723 (gst_mpeg2subt_init):
22724 Ensure getcaps returns a subset of the template caps
22725 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22726 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22727 (gst_dvd_demux_get_subpicture_stream),
22728 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22729 * gst/mpegstream/gstdvddemux.h:
22730 Set the explicit caps on the current_video pad before pushing
22732 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22733 (gst_mpeg_demux_get_audio_stream):
22734 Free caps used to gst_pad_set_explicit_caps, which takes a const
22737 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22739 * configure.ac: update GStreamer requirement to 0.8.4 because of
22742 2004-07-28 Wim Taymans <wim@fluendo.com>
22744 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22745 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22746 Add the pad to the element after setting up the caps. This
22747 makes it a lot easier to autoplug.
22749 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22751 * gst/median/gstmedian.c:
22752 * gst/mpeg2subt/gstmpeg2subt.c:
22753 * gst/mpegaudioparse/gstmpegaudioparse.c:
22754 * gst/mpegstream/gstdvddemux.c:
22755 * gst/mpegstream/gstmpegdemux.c:
22756 * gst/mpegstream/gstmpegpacketize.c:
22757 * gst/rtjpeg/gstrtjpeg.c:
22758 * gst/rtjpeg/gstrtjpegdec.c:
22759 * gst/rtjpeg/gstrtjpegenc.c:
22760 * gst/sine/gstsinesrc.c:
22761 * gst/smooth/gstsmooth.c:
22762 * gst/smpte/gstsmpte.c:
22763 * gst/smpte/gstsmpte.h:
22764 * gst/stereo/gststereo.c:
22765 * gst/videofilter/gstgamma.c:
22766 * gst/videofilter/gstvideobalance.c:
22767 * gst/videofilter/gstvideofilter.c:
22768 * gst/videofilter/gstvideoflip.c:
22769 * gst/videoscale/gstvideoscale.c:
22770 * gst/videoscale/videoscale.c:
22771 * gst/videotestsrc/gstvideotestsrc.c:
22772 * gst/videotestsrc/videotestsrc.c:
22773 * gst/wavenc/gstwavenc.c:
22774 * gst/wavparse/gstwavparse.c:
22775 fix local includes and 64 bits constants
22777 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22780 * gst-libs/gst/*/*.vcproj:
22782 more working plugins
22784 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22786 * testsuite/alsa/Makefile.am:
22787 * testsuite/alsa/srcstate.c:
22788 add test for alsasrc changing state
22790 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22792 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22794 * gst/silence/gstsilence.h:
22795 fix silence generation for 16bit raw audio
22797 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22799 * gst/matroska/matroska-demux.c:
22800 (gst_matroska_demux_parse_metadata),
22801 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22802 * gst/mpegaudio/common.c:
22803 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22804 (gst_videoscale_getcaps), (gst_videoscale_link),
22805 (gst_videoscale_src_fixate), (gst_videoscale_init),
22806 (gst_videoscale_finalize):
22807 * gst/videoscale/gstvideoscale.h:
22808 * gst/videotestsrc/gstvideotestsrc.c:
22809 (gst_videotestsrc_get_capslist):
22810 * gst/wavenc/gstwavenc.c:
22811 * sys/oss/gstossmixer.c: (fill_labels):
22812 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22813 (gst_ximagesink_handle_xevents),
22814 (gst_ximagesink_calculate_pixel_aspect_ratio),
22815 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22816 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22817 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22818 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22819 (gst_ximagesink_init), (gst_ximagesink_class_init):
22820 * sys/ximage/ximagesink.h:
22821 * sys/xvimage/xvimagesink.c:
22822 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22823 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22824 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22825 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22826 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22827 * sys/xvimage/xvimagesink.h:
22828 first batch of pixel aspect ratio commits.
22830 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22832 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22833 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22834 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22835 handle stride, needs work if we want to move stride handling
22836 upstream, but works correctly for our purposes.
22838 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22840 * gst/videoscale/README:
22841 add testing examples
22842 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22843 (gst_videoscale_chain):
22844 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22845 (gst_videoscale_get_size):
22846 add get_size function that handles stride like videotestsrc.
22847 fixes conversion for YUV formats for as much as I can test them.
22849 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22851 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22852 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22853 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22854 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22855 (gst_xvimagesink_xvimage_put):
22856 further cleanups, logging, error handling and synchronizing
22858 2004-07-27 Wim Taymans <wim@fluendo.com>
22860 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22861 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22862 (gst_videomixer_pad_set_property),
22863 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22864 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22865 (gst_videomixer_class_init), (gst_videomixer_init),
22866 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22867 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22868 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22869 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22870 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22871 (gst_videomixer_loop), (plugin_init):
22872 Be a nicer negotiation citizen and provide a getcaps function on
22873 the srcpad. This also fixes a crash when resizing.
22875 2004-07-27 Julien MOUTTE <julien@moutte.net>
22877 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22878 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22880 2004-07-27 Wim Taymans <wim@fluendo.com>
22882 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22883 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22884 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22885 (gst_pngenc_set_property):
22886 * ext/libpng/gstpngenc.h:
22887 Added snapshot property to pngenc.
22888 removed g_print from pngdec
22890 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22892 * gst/ac3parse/ac3parse.vcproj
22893 * gst/adder/adder.vcproj
22894 * gst/alpha/alpha.vcproj
22895 * gst/alpha/alphacolor.vcproj
22896 * gst/asfdemux/asf.vcproj
22897 * gst/audioconvert/audioconvert.vcproj
22898 * gst/audiorate/audiorate.vcproj
22899 * gst/audioscale/audioscale.vcproj
22900 * gst/auparse/auparse.vcproj
22901 * gst/avi/avi.vcproj
22902 * gst/cdxaparse/cdxaparse.vcproj
22903 * gst/chart/chart.vcproj
22904 * gst/colorspace/colorspace.vcproj
22905 * gst/cutter/cutter.vcproj
22906 * gst/debug/debug.vcproj
22907 * gst/debug/efence.vcproj
22908 * gst/debug/navigationtest.vcproj
22909 * gst/deinterlace/deinterlace.vcproj
22910 * gst/effectv/effectv.vcproj
22911 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22912 * gst/filter/filter.vcproj
22913 * gst/flx/flxdec.vcproj
22914 * gst/goom/goom.vcproj
22915 * gst/interleave/interleave.vcproj
22916 * gst/law/alaw.vcproj
22917 * gst/law/mulaw.vcproj
22918 * gst/matroska/matroska.vcproj
22919 * gst/median/median.vcproj
22920 * gst/mixmatrix/mixmatrix.vcproj
22921 * gst/mpeg1sys/mpeg1systemencode.vcproj
22922 * gst/mpeg1videoparse/mp1videoparse.vcproj
22923 * gst/mpeg2sub/mpeg2subt.vcproj
22924 * gst/mpegaudio/mpegaudio.vcproj
22925 * gst/mpegaudioparse/mpegaudioparse.vcproj
22926 * gst/mpegstream/mpegstream.vcproj
22927 * gst/multifilesink/multifilesink.vcproj
22928 * gst/multipart/multipart.vcproj
22929 * gst/oneton/oneton.vcproj
22930 * gst/overlay/overlay.vcproj
22931 * gst/passthrough/passthrough.vcproj
22932 * gst/qtdemux/qtdemux.vcproj
22933 * gst/realmedia/rmdemux.vcproj
22934 * gst/rtjpeg/rtjpeg.vcproj
22935 * gst/rtp/rtp.vcproj
22936 * gst/silence/silence.vcproj
22937 * gst/sine/sinesrc.vcproj
22938 * gst/smooth/smooth.vcproj
22939 * gst/smpte/smpte.vcproj
22940 * gst/spectrum/spectrum.vcproj
22941 * gst/speed/speed.vcproj
22942 * gst/stereo/stereo.vcproj
22943 * gst/switch/switch.vcproj
22944 * gst/tags/tagedit.vcproj
22945 * gst/tcp/tcp.vcproj
22946 * gst/typefind/typefindfunctions.vcproj
22947 * gst/udp/udp.vcproj
22948 * gst/videobox/videobox.vcproj
22949 * gst/videocrop/videocrop.vcproj
22950 * gst/videodrop/videodrop.vcproj
22951 * gst/videofilter/gamma.vcproj
22952 * gst/videofilter/videobalance.vcproj
22953 * gst/videofilter/videofilter.vcproj
22954 * gst/videofilter/videoflip.vcproj
22955 * gst/videoflip/videoflip.vcproj
22956 * gst/videomixer/videomixer.vcproj
22957 * gst/videorate/videorate.vcproj
22958 * gst/videoscale/videoscale.vcproj
22959 * gst/videotestsrc/videotestsrc.vcproj
22960 * gst/virtualdub/virtualdub.vcproj
22961 * gst/volenv/volenv.vcproj
22962 * gst/volume/volume.vcproj
22963 * gst/wavenc/wavenc.vcproj
22964 * gst/wavparse/wavparse.vcproj
22965 * gst/y4m/y4menc.vcproj
22966 * gst-libs/gst/audio/audio.vcproj
22967 * gst-libs/gst/audio/audiofilter.vcproj
22968 * gst-libs/gst/colorbalance/colorbalance.vcproj
22969 * gst-libs/gst/idct/idtc.vcproj
22970 * gst-libs/gst/media-info/media-info.vcproj
22971 * gst-libs/gst/mixer/mixer.vcproj
22972 * gst-libs/gst/navigation/navigation.vcproj
22973 * gst-libs/gst/play/play.vcproj
22974 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22975 * gst-libs/gst/resample/resample.vcproj
22976 * gst-libs/gst/riff/riff.vcproj
22977 * gst-libs/gst/tuner/tuner.vcproj
22978 * gst-libs/gst/video/video.vcproj
22979 * gst-libs/gst/xoverlay/xoverlay.vcproj
22980 avoid problems with math.h, fix release dependancy
22981 rename GStreamer-0.8.lib to libgstreamer.lib
22983 2004-07-27 Julien MOUTTE <julien@moutte.net>
22985 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22986 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22987 the atom is not available we have to unlock the mutex. Fixes #148023
22989 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22991 * gst-libs/gst/media-info/media-info.h:
22992 issue for a vararg macro with MSVC
22994 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22996 * gst/effectv/effectv.vcproj
22997 * gst-libs/gst/idct/idct.vcproj:
22998 * gst-libs/gst/media-info/media-info.vcproj:
22999 * gst-libs/gst/navigation/navigation.vcproj:
23000 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23001 * gst-libs/gst/video/video.vcproj:
23002 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23003 fixes for build problems
23005 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23007 * gst-libs/gst/audio/audio.def:
23008 * gst-libs/gst/audio/riff.def:
23009 add some definitions needed by plugins
23011 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23013 * gst/asfdemux/gstasfmux.c
23014 Fix some 64 bits constants to be glib friendly
23016 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23018 * gst/ac3parse/gstac3parse.c
23019 * gst/audioscale/gstaudioscale.c
23020 * gst/auparse/gstauparse.c
23021 * gst/colorspace/gstcolorspace.c
23022 * gst/colorspace/yuv2rgb.h
23023 local include fixes
23025 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23028 add more plugins to the build
23030 2004-07-26 Julien MOUTTE <julien@moutte.net>
23032 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23033 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23035 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23037 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23038 (gst_level_set_property), (gst_level_get_property),
23039 (gst_level_base_init), (gst_level_class_init):
23040 add debugging categories. cleanups.
23042 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23044 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23045 (gst_videoscale_planar411), (gst_videoscale_planar400),
23046 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23047 (gst_videoscale_scale_nearest_str1),
23048 (gst_videoscale_scale_nearest_str2),
23049 (gst_videoscale_scale_nearest_str4),
23050 (gst_videoscale_scale_nearest_16bit),
23051 (gst_videoscale_scale_nearest_24bit):
23052 fixed stride issues
23053 tested with 320x240 -> 321, 322, 324 x240
23054 tested with YV12, I420, YUY2, UYVY
23055 fixed packed422rev (don't think it could have worked before)
23056 by testing with UYVY
23058 2004-07-26 Benjamin Otte <otte@gnome.org>
23060 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23061 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23063 add debugging category, add error checks like checking return values
23064 of setup calls, make sure it still works after
23065 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23067 2004-07-26 Wim Taymans <wim@fluendo.com>
23069 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23070 (gst_mpeg_demux_get_audio_stream),
23071 (gst_mpeg_demux_process_private):
23072 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23073 Check for error codes from the negotiation functions. Make sure
23074 we really set the pad caps when a new pad is created.
23076 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23078 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23079 (gst_ffmpeg_caps_to_pix_fmt):
23080 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23081 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23082 (gst_ffmpegcolorspace_pad_link):
23083 don't make function do two things at the same time without reason.
23085 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23087 * gst/ac3parse/ac3parse.vcproj
23088 * gst/adder/adder.vcproj
23089 * gst/alpha/alpha.vcproj
23090 * gst/alpha/alphacolor.vcproj
23091 * gst/asfdemux/asf.vcproj
23092 * gst/audioconvert/audioconvert.vcproj
23093 * gst/audiorate/audiorate.vcproj
23094 * gst/audioscale/audioscale.vcproj
23095 * gst/auparse/auparse.vcproj
23096 * gst/avi/avi.vcproj
23097 * gst/cdxaparse/cdxaparse.vcproj
23098 * gst/chart/chart.vcproj
23099 * gst/colorspace/colorspace.vcproj
23100 * gst/cutter/cutter.vcproj
23101 * gst/debug/debug.vcproj
23102 * gst/debug/efence.vcproj
23103 * gst/debug/navigationtest.vcproj
23104 * gst/deinterlace/deinterlace.vcproj
23105 * gst/effectv/effectv.vcproj
23106 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23107 * gst/filter/filter.vcproj
23108 * gst/flx/flxdec.vcproj
23109 * gst/goom/goom.vcproj
23110 * gst/interleave/interleave.vcproj
23111 * gst/law/alaw.vcproj
23112 * gst/law/mulaw.vcproj
23113 * gst/matroska/matroska.vcproj
23114 * gst/median/median.vcproj
23115 * gst/mixmatrix/mixmatrix.vcproj
23116 * gst/mpeg1sys/mpeg1systemencode.vcproj
23117 * gst/mpeg1videoparse/mp1videoparse.vcproj
23118 * gst/mpeg2sub/mpeg2subt.vcproj
23119 * gst/mpegaudio/mpegaudio.vcproj
23120 * gst/mpegaudioparse/mpegaudioparse.vcproj
23121 * gst/mpegstream/mpegstream.vcproj
23122 * gst/multifilesink/multifilesink.vcproj
23123 * gst/multipart/multipart.vcproj
23124 * gst/oneton/oneton.vcproj
23125 * gst/overlay/overlay.vcproj
23126 * gst/passthrough/passthrough.vcproj
23127 * gst/qtdemux/qtdemux.vcproj
23128 * gst/realmedia/rmdemux.vcproj
23129 * gst/rtjpeg/rtjpeg.vcproj
23130 * gst/rtp/rtp.vcproj
23131 * gst/silence/silence.vcproj
23132 * gst/sine/sinesrc.vcproj
23133 * gst/smooth/smooth.vcproj
23134 * gst/smpte/smpte.vcproj
23135 * gst/spectrum/spectrum.vcproj
23136 * gst/speed/speed.vcproj
23137 * gst/stereo/stereo.vcproj
23138 * gst/switch/switch.vcproj
23139 * gst/tags/tagedit.vcproj
23140 * gst/tcp/tcp.vcproj
23141 * gst/typefind/typefindfunctions.vcproj
23142 * gst/udp/udp.vcproj
23143 * gst/videobox/videobox.vcproj
23144 * gst/videocrop/videocrop.vcproj
23145 * gst/videodrop/videodrop.vcproj
23146 * gst/videofilter/gamma.vcproj
23147 * gst/videofilter/videobalance.vcproj
23148 * gst/videofilter/videofilter.vcproj
23149 * gst/videofilter/videoflip.vcproj
23150 * gst/videoflip/videoflip.vcproj
23151 * gst/videomixer/videomixer.vcproj
23152 * gst/videorate/videorate.vcproj
23153 * gst/videoscale/videoscale.vcproj
23154 * gst/videotestsrc/videotestsrc.vcproj
23155 * gst/virtualdub/virtualdub.vcproj
23156 * gst/volenv/volenv.vcproj
23157 * gst/volume/volume.vcproj
23158 * gst/wavenc/wavenc.vcproj
23159 * gst/wavparse/wavparse.vcproj
23160 * gst/y4m/y4menc.vcproj
23161 more plugins supported under windows
23163 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23165 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23166 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23167 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23169 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23170 Add debugging statements. Use the sizes as returned by the
23171 *CreateImage calls.
23173 2004-07-26 Johan Dahlin <johan@gnome.org>
23175 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23176 the pad is negotiated.
23178 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23180 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23182 * gst-libs/gst/colorbalance/colorbalance.vcproj:
23183 * gst-libs/gst/idct/idct.vcproj:
23184 * gst-libs/gst/media-info/media-info.vcproj:
23185 * gst-libs/gst/mixer/mixer.vcproj:
23186 * gst-libs/gst/navigation/navigation.vcproj:
23187 * gst-libs/gst/play/play.vcproj:
23188 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23189 * gst-libs/gst/resample/resample.vcproj:
23190 * gst-libs/gst/tuner/tuner.vcproj:
23191 * gst-libs/gst/video/video.vcproj:
23192 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23193 more plugins supported under windows
23195 2004-07-25 Iain <iain@prettypeople.org>
23197 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23198 pad now rather than when the pad is created because state changes wipe
23199 explicit caps (fixes #148043).
23201 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
23203 reviewed by Benjamin Otte <otte@gnome.org>
23205 * ext/mad/gstmad.c:
23206 fix mad plugin crashing on Sun (fixes #148289)
23208 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23211 * gst/avi/avi.vcproj:
23212 * gst/matroska/matroska.def:
23213 * gst/matroska/matroska.vcproj:
23214 remove unused .def files
23216 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23218 * gst-libs/gst/audio/gstaudiofilter.c:
23219 Clean the local include
23221 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23224 * gst-libs/gst/audio/audio.def:
23225 * gst-libs/gst/audio/audio.vcproj:
23226 * gst-libs/gst/audio/audiofilter.vcproj:
23227 * gst-libs/gst/audio/riff.def:
23228 * gst-libs/gst/audio/riff.vcproj:
23229 * gst-libs/gst/gst-libs.def:
23230 * gst-libs/gst/gst-libs.vcproj:
23231 * gst/avi/avi.vcproj:
23232 * gst/avi/avi.vcproj:
23233 Copy the files where needed after building, cleaner projects
23235 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23237 * gst/matroska/ebml-write.c:
23238 Fix some 64 bits constants to be glib friendly
23240 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
23243 * gst-libs/gst/gst-libs.def:
23244 * gst-libs/gst/gst-libs.vcproj:
23245 * gst/matroska/matroska.def:
23246 * gst/matroska/matroska.vcproj:
23247 Add the preliminary canvas to build plugins on Win32
23249 2004-07-23 Benjamin Otte <otte@gnome.org>
23251 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23252 don't enfore negotiation from source side, it breaks
23253 sinesrc ! audioconvert ! osssink
23255 2004-07-22 David Schleef <ds@schleef.org>
23257 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23258 for ELF files, since they can easily be recognized as audio/mpeg.
23261 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23263 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23264 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23265 (gst_videoscale_scale_nearest_24bit),
23266 (gst_videoscale_scale_nearest_16bit):
23267 fix 16bit and 24bit for stride (24bit might need testing)
23268 don't pretend we do more than one algorithm
23270 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23274 * gst/multifilesink/Makefile.am:
23275 * gst/multifilesink/gstmultifilesink.c:
23276 (gst_multifilesink_get_formats),
23277 (gst_multifilesink_get_query_types), (_do_init),
23278 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23279 (gst_multifilesink_init), (gst_multifilesink_dispose),
23280 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23281 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23282 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23283 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23284 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23285 (gst_multifilesink_uri_get_type),
23286 (gst_multifilesink_uri_get_protocols),
23287 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23288 (gst_multifilesink_uri_handler_init), (plugin_init):
23289 * gst/multifilesink/gstmultifilesink.h:
23290 * testsuite/Makefile.am:
23291 * testsuite/multifilesink/Makefile.am:
23292 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23293 (gst_newmedia_class_init), (gst_newmedia_init),
23294 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23295 (newfile_signal), (test_signal), (main):
23296 multifilesink plugin for creating new files every time a new media
23297 discontinuity event occurs
23299 2004-07-22 Wim Taymans <wim@fluendo.com>
23301 * gst/alpha/Makefile.am:
23302 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23303 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23304 (gst_alpha_color_init), (gst_alpha_color_set_property),
23305 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23306 (transform), (gst_alpha_color_chain),
23307 (gst_alpha_color_change_state), (plugin_init):
23308 Stupid plugin to to RGBA to AYUV conversion because none of
23309 the colorspace plugins can handle that yet.
23311 2004-07-22 Wim Taymans <wim@fluendo.com>
23313 * examples/seeking/seek.c: (update_scale), (main):
23314 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23315 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23316 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23317 (gst_decode_bin_init), (gst_decode_bin_dispose),
23318 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23319 (no_more_pads), (close_link), (type_found),
23320 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23322 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23323 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23324 (gst_play_base_bin_dispose), (queue_overrun),
23325 (gen_preroll_element), (remove_prerolls), (unknown_type),
23326 (no_more_pads), (new_stream), (setup_source),
23327 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23328 (play_base_eos), (gst_play_base_bin_change_state),
23329 (gst_play_base_bin_add_element),
23330 (gst_play_base_bin_remove_element),
23331 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23332 (gst_play_base_bin_unlink_stream),
23333 (gst_play_base_bin_get_streaminfo):
23334 * gst/playback/gstplaybin.c: (gen_video_element),
23335 (gen_audio_element):
23336 * gst/playback/gststreaminfo.h:
23337 More playback updates, attempt to fix things after the state change
23340 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23342 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23343 (gst_videoscale_scale_nearest_16bit):
23346 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23348 * gst/videotestsrc/gstvideotestsrc.c:
23349 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23350 (gst_videotestsrc_init), (gst_videotestsrc_get),
23351 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23352 (gst_videotestsrc_get_property):
23353 * gst/videotestsrc/gstvideotestsrc.h:
23354 * gst/videotestsrc/videotestsrc.c:
23355 * gst/videotestsrc/videotestsrc.h:
23356 cleanup and commenting
23358 2004-07-21 Wim Taymans <wim@fluendo.com>
23360 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23361 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23362 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23363 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23364 (_find_chain_get_unknown_part), (_find_streams_check),
23365 (gst_ogg_demux_push), (gst_ogg_pad_push):
23366 * ext/theora/theoradec.c: (theora_get_formats),
23367 (theora_dec_src_convert), (theora_dec_sink_convert),
23368 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23369 (theora_dec_chain):
23370 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23371 (vorbis_dec_convert), (vorbis_dec_src_query),
23372 (vorbis_dec_src_event), (vorbis_dec_event):
23373 More seeking fixes, oggdemux now supports seeking to time and
23374 uses the downstream element to convert granulepos to time.
23375 Seeking in theora-only ogg files now works.
23377 2004-07-21 Wim Taymans <wim@fluendo.com>
23379 * ext/theora/theoradec.c: (gst_theora_dec_init),
23380 (theora_get_formats), (theora_get_event_masks),
23381 (theora_get_query_types), (theora_dec_src_convert),
23382 (theora_dec_sink_convert), (theora_dec_src_query),
23383 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23384 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23385 (vorbis_get_event_masks), (vorbis_get_query_types),
23386 (gst_vorbis_dec_init), (vorbis_dec_convert),
23387 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23388 Added query/convert/formats functions to vorbis and theora decoders
23389 so that the outside world can use them too. Fixed seeking on an
23390 ogg/theora/vorbis file by disabling the seeking seeking on the
23393 2004-07-21 Julien MOUTTE <julien@moutte.net>
23395 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23396 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23397 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23398 images creation for both elements. We don't create the image on caps
23399 nego or renego, we just destroy the internal one if present if it does
23400 not match the needs. The chain function takes care of creating a new
23402 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23403 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23404 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23405 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23406 the image format information. The buffer pool checks for the context
23407 image format and discard images with different formats.
23408 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23410 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23412 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23413 (gst_ffmpegcolorspace_chain):
23414 no point in doing any chaining if the pad we want to push from
23417 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23419 * gst-libs/gst/riff/riff-media.c:
23420 (gst_riff_create_audio_caps_with_data):
23421 Fix double end-to-native symbol conversion (#148021).
23423 2004-07-20 David Schleef <ds@schleef.org>
23425 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23426 Don't use an Atom that doesn't exist.
23428 2004-07-20 Wim Taymans <wim@fluendo.com>
23430 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23431 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23432 (gst_multifdsink_client_remove),
23433 (gst_multifdsink_handle_client_write),
23434 (gst_multifdsink_queue_buffer):
23435 * gst/tcp/gstmultifdsink.h:
23436 More multifdsink stats. Avoid deadlock by releasing locks
23437 before sending out a signal.
23439 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23443 added Hungarian translation (Laszlo Dvornik)
23445 2004-07-20 Wim Taymans <wim@fluendo.com>
23447 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23448 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23449 (gst_multifdsink_handle_client_write),
23450 (gst_multifdsink_queue_buffer):
23451 * gst/tcp/gsttcp-marshal.list:
23452 Fixed the stupid marshal definition.
23454 2004-07-20 Wim Taymans <wim@fluendo.com>
23456 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23457 (gst_multifdsink_init), (gst_multifdsink_add),
23458 (gst_multifdsink_client_remove),
23459 (gst_multifdsink_handle_client_write),
23460 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23461 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23462 (gst_multifdsink_init_send):
23463 * gst/tcp/gstmultifdsink.h:
23464 Added more stats, added timeout for a client, fixed some typos
23465 and added some comments.
23467 2004-07-20 Wim Taymans <wim@fluendo.com>
23469 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23470 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23471 (gst_multifdsink_client_remove),
23472 (gst_multifdsink_handle_client_write):
23473 * gst/tcp/gstmultifdsink.h:
23474 * gst/tcp/gsttcp-marshal.list:
23475 Added get_stats method that returns a GValueArray of
23478 2004-07-19 Benjamin Otte <otte@gnome.org>
23480 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23481 make sure longname, description and author are valid UTF-8
23483 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23485 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23486 (gst_ximagesink_set_property):
23487 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23488 (gst_xvimagesink_set_property):
23489 make sure SYNCHRONOUS is respected after getting the X context
23491 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23493 * gst/matroska/matroska-demux.c:
23494 (gst_matroska_demux_handle_src_event),
23495 (gst_matroska_demux_parse_blockgroup):
23496 * gst/matroska/matroska-ids.h:
23497 add BlockReference tag and ignore it to clear out log.
23498 ignore NAVIGATION events to clear out log.
23500 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23502 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23503 (gst_matroska_demux_add_stream):
23504 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23505 add debug categories
23507 2004-07-16 Wim Taymans <wim@fluendo.com>
23509 * ext/libpng/Makefile.am:
23510 * ext/libpng/gstpng.c: (plugin_init):
23511 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23512 (gst_pngdec_get_type), (gst_pngdec_base_init),
23513 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23514 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23515 * ext/libpng/gstpngdec.h:
23518 2004-07-16 Julien MOUTTE <julien@moutte.net>
23520 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23521 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23522 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23523 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23524 (gst_ximagesink_buffer_alloc):
23525 * sys/ximage/ximagesink.h:
23526 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23527 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23528 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23529 (gst_xvimagesink_buffer_alloc):
23530 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23531 again. Using internal data pointer of the x(v)image to store image's
23532 data to be coherent with the buffer alloc mechanism. Investigated the
23533 image destruction code to be sure that everything gets freed correctly.
23535 2004-07-16 Wim Taymans <wim@fluendo.com>
23537 * gst-libs/gst/riff/riff-read.c:
23538 (gst_riff_read_strf_vids_with_data),
23539 (gst_riff_read_strf_auds_with_data):
23540 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23541 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23542 Make sure we don't create 0 sized subbuffers in riff-read.
23543 Signal the no more pads signal after reading the avi header.
23545 2004-07-16 Wim Taymans <wim@fluendo.com>
23547 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23548 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23549 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23550 (gst_decode_bin_init), (gst_decode_bin_dispose),
23551 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23552 (no_more_pads), (close_link), (type_found),
23553 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23554 (gst_decode_bin_change_state), (plugin_init):
23555 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23556 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23557 (gst_play_base_bin_dispose), (queue_overrun),
23558 (gen_preroll_element), (remove_prerolls), (unknown_type),
23559 (no_more_pads), (new_stream), (setup_source),
23560 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23561 (play_base_eos), (gst_play_base_bin_change_state),
23562 (gst_play_base_bin_add_element),
23563 (gst_play_base_bin_remove_element),
23564 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23565 (gst_play_base_bin_unlink_stream),
23566 (gst_play_base_bin_get_streaminfo):
23567 * gst/playback/gstplaybasebin.h:
23568 Better error recovery. Added configurable preroll queue size. Faster
23569 detection of no-more-pads.
23571 2004-07-16 Wim Taymans <wim@fluendo.com>
23573 * gst-libs/gst/video/video.h:
23574 Added 32 bits RGBA. Not sure if we should use another mime-type
23575 for alpha rgb. Currently the presence of the alpha_mask property
23576 signals an alpha channel.
23578 2004-07-16 Wim Taymans <wim@fluendo.com>
23580 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23581 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23582 FPS seems to be 0.0 to MAX everywhere else.
23584 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23586 * gst-libs/gst/riff/riff-media.c:
23587 (gst_riff_create_video_caps_with_data):
23588 mp42/mp43 (no caps) exist too.
23589 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23590 Set pixel_width/height; we've got them in-caps.
23591 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23592 * gst/wavparse/gstwavparse.c: (plugin_init):
23593 Both are valid primary.
23594 * sys/oss/gstossmixer.c:
23595 Remove i18n hack and enable translations.
23597 2004-07-15 Benjamin Otte <otte@gnome.org>
23599 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23600 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23601 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23603 2004-07-15 Benjamin Otte <otte@gnome.org>
23605 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23606 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23607 (gst_alsa_close_audio):
23608 disable some of the debugging code for now. Writing debugging to a
23609 buffer is broken in current alsalib releases.
23611 2004-07-12 Benjamin Otte <otte@gnome.org>
23613 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23616 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23618 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23619 (theora_dec_src_query), (theora_dec_event):
23620 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23621 add debugging categories. Remove \n's.
23623 2004-07-13 Johan Dahlin <johan@gnome.org>
23625 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23626 (gst_play_bin_get_property): Impl.
23628 2004-07-13 Wim Taymans <wim@fluendo.com>
23630 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23631 When trying to find the stream length, seek back N pages
23632 instead of just one, where N is the number of streams in
23635 2004-07-13 Wim Taymans <wim@fluendo.com>
23637 * gst-libs/gst/riff/riff-media.c:
23638 (gst_riff_create_audio_caps_with_data),
23639 (gst_riff_create_audio_caps),
23640 (gst_riff_create_audio_template_caps):
23641 * gst-libs/gst/riff/riff-media.h:
23642 * gst-libs/gst/riff/riff-read.c:
23643 (gst_riff_read_strf_vids_with_data),
23644 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23645 * gst-libs/gst/riff/riff-read.h:
23646 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23647 (gst_avi_demux_add_stream):
23648 Set codec_data on caps for avidemuxer.
23650 2004-07-12 David Schleef <ds@schleef.org>
23652 * configure.ac: Fix test for Objective C
23654 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23655 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23656 (gst_gdk_pixbuf_chain):
23657 Add svg and pcx to template caps, and ensure that getcaps returns a
23658 subset of the template caps.
23659 Copy each row manually for output, as gdkpixbuf may pad the
23660 rowstride to a 32-bit word boundary.
23662 2004-07-12 Wim Taymans <wim@fluendo.com>
23664 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23665 (gst_riff_create_video_template_caps):
23666 Fix the template caps to include some more media types.
23668 2004-07-12 Wim Taymans <wim@fluendo.com>
23670 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23671 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23672 (compare_ranks), (print_feature), (gst_decode_bin_init),
23673 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23674 (try_to_link_1), (new_pad), (close_link), (type_found),
23675 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23676 (gst_decode_bin_change_state), (plugin_init):
23677 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23678 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23679 (gst_play_base_bin_dispose), (queue_overrun),
23680 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23681 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23682 (gst_play_base_bin_get_property), (play_base_eos),
23683 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23684 (gst_play_base_bin_remove_element),
23685 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23686 (gst_play_base_bin_unlink_stream),
23687 (gst_play_base_bin_get_streaminfo):
23688 * gst/playback/gstplaybasebin.h:
23689 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23690 (gst_play_bin_class_init), (gst_play_bin_init),
23691 (gst_play_bin_dispose), (gst_play_bin_set_property),
23692 (gst_play_bin_get_property), (gen_video_element),
23693 (gen_audio_element), (remove_sinks), (setup_sinks),
23694 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23695 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23696 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23697 (gst_play_bin_query), (plugin_init):
23698 * gst/playback/test4.c: (main):
23699 More fixes on reusing of the element.
23701 2004-07-11 Benjamin Otte <otte@gnome.org>
23703 * ext/mad/gstmad.c: (normal_seek):
23704 allow seeking for other methods than just SET
23706 2004-07-11 Andy Wingo <wingo@pobox.com>
23708 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23709 float, "any" caps -> buffer_frames=[0,MAX].
23711 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23712 doesn't intersect our caps with the template any more. Do it
23714 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23716 2004-07-09 Wim Taymans <wim@fluendo.com>
23718 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23719 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23720 (compare_ranks), (print_feature), (gst_decode_bin_init),
23721 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23722 (try_to_link_1), (new_pad), (close_link), (type_found),
23723 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23724 (gst_decode_bin_change_state), (plugin_init):
23725 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23726 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23727 (gst_play_base_bin_dispose), (queue_overrun),
23728 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23729 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23730 (gst_play_base_bin_get_property), (play_base_eos),
23731 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23732 (gst_play_base_bin_remove_element),
23733 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23734 (gst_play_base_bin_unlink_stream),
23735 (gst_play_base_bin_get_streaminfo):
23736 * gst/playback/gstplaybasebin.h:
23737 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23738 (gst_play_bin_class_init), (gst_play_bin_init),
23739 (gst_play_bin_dispose), (gst_play_bin_set_property),
23740 (gst_play_bin_get_property), (gen_video_element),
23741 (gen_audio_element), (remove_sinks), (setup_sinks),
23742 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23743 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23744 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23745 (gst_play_bin_query), (plugin_init):
23746 * gst/playback/test4.c: (main):
23747 Work on object reuse and seeking.
23749 2004-07-09 Wim Taymans <wim@fluendo.com>
23751 * examples/seeking/seek.c: (iterate):
23752 Don't consume all CPU in the idle loop.
23754 2004-07-09 Wim Taymans <wim@fluendo.com>
23756 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23757 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23758 Add pad to element *after* setting the pad functions so that
23759 the scheduler can use the correct ones.
23761 2004-07-09 Wim Taymans <wim@fluendo.com>
23763 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23764 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23765 Sync to keyframe after seek
23767 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23769 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23770 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23771 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23772 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23773 * ext/libvisual/visual.c: (gst_visual_change_state):
23774 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23775 * ext/theora/theoradec.c: (theora_dec_change_state):
23776 * ext/theora/theoraenc.c: (theora_enc_change_state):
23777 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23778 * gst-libs/gst/navigation/navigation.c:
23779 * gst/adder/gstadder.c: (gst_adder_change_state):
23780 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23781 (gst_audio_convert_get_buffer):
23782 * gst/multipart/multipartdemux.c:
23783 (gst_multipart_demux_change_state):
23784 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23785 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23786 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23787 * gst/videoscale/gstvideoscale.c:
23788 (gst_videoscale_handle_src_event):
23789 * gst/volume/gstvolume.c: (volume_chain_int16):
23790 don't assert in state change, this should be done by the base
23792 various debugging fixes.
23794 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23797 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23798 (gst_play_dispose), (gst_play_set_location),
23799 (gst_play_set_data_src), (gst_play_set_video_sink),
23800 (gst_play_set_audio_sink), (gst_play_set_visualization),
23801 (gst_play_connect_visualization), (gst_play_get_sink_element),
23802 (gst_play_get_all_by_interface):
23803 * gst-libs/gst/play/play.h:
23804 add new method to get elements implementing an interface.
23805 add various error logging
23807 2004-07-08 Wim Taymans <wim@fluendo.com>
23809 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23810 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23811 (make_playerbin_pipeline), (query_durations_elems),
23812 (query_durations_pads), (query_positions_elems),
23813 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23815 Added playbin seeking example.
23817 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23819 * gst-libs/gst/play/play.c: (gst_play_set_location),
23820 (gst_play_set_data_src), (gst_play_set_video_sink),
23821 (gst_play_set_audio_sink), (gst_play_set_visualization),
23822 (gst_play_connect_visualization), (gst_play_get_framerate):
23823 use a macro to look up elements from hash table
23825 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23827 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23828 (gst_play_get_length_callback), (gst_play_set_location),
23829 (gst_play_seek_to_time), (gst_play_set_data_src),
23830 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23831 (gst_play_set_visualization), (gst_play_connect_visualization),
23832 (gst_play_get_sink_element):
23833 - add debugging info
23834 - fix looking up sink elements by iterating over complete caps
23835 - put everything except for source and autoplugger in a complete bin
23837 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23839 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23840 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23841 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23842 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23843 * ext/alsa/gstalsasink.h:
23844 - add debugging info
23845 - clean up schizophrenia of data/buffer/event
23846 - fix double event unref error
23848 2004-07-08 Wim Taymans <wim@fluendo.com>
23850 * gst/playback/Makefile.am:
23851 Add headers to noinst
23853 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23855 * tools/gst-launch-ext-m.m:
23856 * tools/gst-launch-ext.1.in:
23857 convert to the third millenium
23859 2004-07-07 David Schleef <ds@schleef.org>
23861 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23863 2004-07-07 Wim Taymans <wim@fluendo.com>
23865 * gst/playback/Makefile.am:
23866 * gst/playback/README:
23867 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23868 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23869 (compare_ranks), (print_feature), (gst_decode_bin_init),
23870 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23871 (try_to_link_1), (new_pad), (close_link), (type_found),
23872 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23874 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23875 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23876 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23877 (gen_preroll_element), (no_more_pads), (new_stream),
23878 (setup_source), (gst_play_base_bin_set_property),
23879 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23880 (gst_play_base_bin_add_element),
23881 (gst_play_base_bin_remove_element),
23882 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23883 (gst_play_base_bin_unlink_stream),
23884 (gst_play_base_bin_get_streaminfo):
23885 * gst/playback/gstplaybasebin.h:
23886 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23887 (gst_play_bin_class_init), (gst_play_bin_init),
23888 (gst_play_bin_dispose), (gst_play_bin_set_property),
23889 (gst_play_bin_get_property), (gen_video_element),
23890 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23891 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23892 (gst_play_bin_get_formats), (gst_play_bin_convert),
23893 (gst_play_bin_get_query_types), (gst_play_bin_query),
23895 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23896 (gst_stream_info_get_type), (gst_stream_info_class_init),
23897 (gst_stream_info_init), (gst_stream_info_new),
23898 (gst_stream_info_dispose), (gst_stream_info_set_property),
23899 (gst_stream_info_get_property):
23900 * gst/playback/gststreaminfo.h:
23901 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23903 * gst/playback/test2.c: (main):
23904 * gst/playback/test3.c: (update_scale), (main):
23905 More playbin fixes. Added README. Do better element filtering.
23906 Added base class to preroll media. Added test apps.
23908 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23910 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23911 * ext/mpeg2dec/gstmpeg2dec.h:
23912 various debugging improvements. Reset stream to next picture
23913 instead of sequence header, otherwise seeks cannot work.
23915 2004-07-07 Wim Taymans <wim@fluendo.com>
23917 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23918 (gst_video_box_class_init), (gst_video_box_set_property),
23919 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23920 Use pad_alloc where possible.
23922 2004-07-07 Wim Taymans <wim@fluendo.com>
23924 * sys/oss/gstosselement.c: (gst_osselement_reset),
23925 (gst_osselement_parse_caps):
23926 * sys/oss/gstosselement.h:
23927 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23928 Fix offset on osssrc.
23930 2004-07-07 Wim Taymans <wim@fluendo.com>
23932 * ext/theora/theora.c: (plugin_init):
23933 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23934 (theora_dec_src_query), (theora_dec_chain):
23935 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23936 (theora_enc_sink_link), (theora_buffer_from_packet),
23937 (theora_push_packet), (theora_enc_chain):
23938 Fix theora granulepos calculation.
23939 Fix overflow in duration/position calculation.
23940 Bump rank to PRIMARY for theoradec.
23941 Use granulepos of last packet to calculate position.
23942 Set keyframe flag on buffers when needed.
23944 2004-07-06 David Schleef <ds@schleef.org>
23946 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23947 serious? (Fixed, obviously.)
23949 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23953 added Czech translation (Miloslav Trmac)
23955 2004-07-05 Wim Taymans <wim@fluendo.com>
23957 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23958 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23959 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23960 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23961 (close_link), (type_found), (gst_decode_bin_set_property),
23962 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23963 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23964 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23965 (gst_decode_bin_query), (plugin_init):
23966 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23967 (gst_play_bin_class_init), (gst_play_bin_init),
23968 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23969 (get_video_element), (new_pad), (setup_source),
23970 (gst_play_bin_set_property), (gst_play_bin_get_property),
23971 (gst_play_bin_change_state), (gst_play_bin_add_element),
23972 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23973 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23974 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23975 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23976 * gst/playback/test.c: (main):
23977 More fixes, cleaned up playbin, make it use decodebin. Added
23978 threaded property to playbin.
23980 2004-07-05 Wim Taymans <wim@fluendo.com>
23983 * gst/playback/Makefile.am:
23984 * gst/playback/decodetest.c: (main):
23985 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23986 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23987 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23988 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23989 (close_link), (type_found), (gst_decode_bin_set_property),
23990 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23991 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23992 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23993 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23995 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23996 (gst_play_bin_class_init), (gst_play_bin_init),
23997 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23998 (collect_sink_pads), (find_compatibles), (close_pad_link),
23999 (try_to_link_1), (new_pad), (close_link), (type_found),
24000 (setup_source), (gst_play_bin_set_property),
24001 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
24002 (compare_ranks), (gst_play_bin_collect_factories),
24003 (gst_play_bin_change_state), (gst_play_bin_add_element),
24004 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24005 (gst_play_bin_send_event), (gst_play_bin_get_formats),
24006 (gst_play_bin_convert), (gst_play_bin_get_query_types),
24007 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24008 * gst/playback/test.c: (main):
24009 Added some playback helper elements and some test apps, very alpha
24012 2004-07-04 Benjamin Otte <otte@gnome.org>
24014 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24015 only restart audio when we indeed have an xrun to fix repeated
24016 xruns. Fix suggested by Giuliano Pochini.
24018 2004-07-03 David Schleef <ds@schleef.org>
24020 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24021 call to gst_debug_log() if debugging is disabled (bug #145118)
24023 2004-07-03 Benjamin Otte <otte@gnome.org>
24025 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24026 use our own functions for restarting the alsa device.
24027 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24028 I should apply patches myself - use MIN for the third argument, not
24029 the second, this fixes seeking
24031 2004-07-02 David Schleef <ds@schleef.org>
24033 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24034 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
24037 2004-07-02 David Schleef <ds@schleef.org>
24039 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
24040 output buffers. Fix logic mistake. (bug #144866)
24042 2004-07-02 David Schleef <ds@schleef.org>
24044 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24045 on X. (bug #144753)
24047 2004-07-02 David Schleef <ds@schleef.org>
24049 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24050 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24052 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24053 (gst_osselement_rate_probe_check): Add another workaround for
24054 buggy drivers (bug #145336)
24056 2004-07-02 David Schleef <ds@schleef.org>
24058 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24059 Most systems don't have MSG_NOSIGNAL.
24061 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
24064 * gst-libs/gst/colorbalance/Makefile.am:
24065 * gst-libs/gst/mixer/Makefile.am:
24066 * gst-libs/gst/play/Makefile.am:
24067 * gst-libs/gst/tuner/Makefile.am:
24068 (hopefully) fix both install and dist and make error message useful.
24069 needs testing across automakes.
24071 2004-07-02 Benjamin Otte <otte@gnome.org>
24073 * ext/ogg/gstogg.c: (plugin_init):
24074 we require bytestream now
24075 * ext/ogg/gstoggdemux.c:
24076 huge diff to implement chain setup in a fast and generic way. This
24077 improves tag reading and startup of huge files (read: Theora videos)
24078 quite a bit. It probably contains bugs, too, so please test.
24079 Seeking is not improved to the fast method.
24081 2004-06-29 Wim Taymans <wim@fluendo.com>
24083 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24084 * ext/ogg/gstoggmux.c:
24085 Fix memleak in oggdemux when running unconnected pads.
24086 doc update in mux, start working on keyframe mode.
24088 2004-06-29 Benjamin Otte <otte@gnome.org>
24090 * sys/oss/gstosssink.c:
24091 * sys/oss/gstosssrc.c:
24092 advertise correct template caps - we indeed do non-native endianness
24093 and 8bit audio has no endianness
24094 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24095 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24096 avoid (wrong) duplications in getcaps function and return
24099 2004-06-29 Wim Taymans <wim@fluendo.com>
24101 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24102 (gst_multifdsink_class_init), (gst_multifdsink_add),
24103 (gst_multifdsink_remove), (gst_multifdsink_clear),
24104 (gst_multifdsink_client_remove),
24105 (gst_multifdsink_handle_client_read),
24106 (gst_multifdsink_client_queue_data),
24107 (gst_multifdsink_client_queue_caps),
24108 (gst_multifdsink_client_queue_buffer),
24109 (gst_multifdsink_handle_client_write),
24110 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24111 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24112 (gst_multifdsink_init_send), (gst_multifdsink_close):
24113 Fix wrong GList iteration that could crash the server when
24114 more then 2 clients disconnect at the same time. Read all the
24115 pending commands in one batch to recover from command storms under
24118 2004-06-28 Wim Taymans <wim@fluendo.com>
24120 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24121 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24122 (gst_videomixer_pad_set_property),
24123 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24124 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24125 (gst_videomixer_class_init), (gst_videomixer_init),
24126 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24127 (pad_zorder_compare), (gst_videomixer_sort_pads),
24128 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24129 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24130 (gst_videomixer_update_queues), (gst_videomixer_loop),
24132 Avoid divide by zero, choose masterpad as the pad with the highest
24135 2004-06-27 Julien Moutte <julien@moutte.net>
24137 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24138 (gst_ximagesink_xwindow_new):
24139 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24140 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24141 function directly. We might want to call it from somewhere else one day.
24143 2004-06-27 Julien Moutte <julien@moutte.net>
24145 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24146 (gst_ximagesink_xwindow_new):
24147 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24148 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24149 window decorations.
24151 2004-06-27 Wim Taymans <wim@fluendo.com>
24153 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24154 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24155 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24156 (gst_dvdec_set_property), (gst_dvdec_get_property):
24157 * ext/dv/gstdvdec.h:
24158 Implement drop_factor property to lower the framerate with
24161 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
24163 * gst-libs/gst/colorbalance/Makefile.am:
24164 * gst-libs/gst/mixer/Makefile.am:
24165 * gst-libs/gst/play/Makefile.am:
24166 * gst-libs/gst/tuner/Makefile.am:
24167 unbreak Company's fix that didn't install the -enum.h files
24169 2004-06-27 Wim Taymans <wim@fluendo.com>
24171 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24172 (gst_dvdec_change_state):
24173 * ext/dv/gstdvdec.h:
24174 Fix timestamp, duration and offset of the buffers.
24176 2004-06-27 Wim Taymans <wim@fluendo.com>
24178 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24179 (gst_multifdsink_class_init), (gst_multifdsink_add),
24180 (gst_multifdsink_remove), (gst_multifdsink_clear),
24181 (gst_multifdsink_client_remove),
24182 (gst_multifdsink_handle_client_read),
24183 (gst_multifdsink_client_queue_data),
24184 (gst_multifdsink_client_queue_caps),
24185 (gst_multifdsink_client_queue_buffer),
24186 (gst_multifdsink_handle_client_write),
24187 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24188 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24189 (gst_multifdsink_init_send), (gst_multifdsink_close):
24190 * gst/tcp/gstmultifdsink.h:
24191 * gst/tcp/gsttcpserversink.c:
24192 (gst_tcpserversink_handle_server_read),
24193 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24194 More multifdsink fixes, more recovery policy fixes.
24195 Removed stupid g_print
24197 2004-06-26 Wim Taymans <wim@fluendo.com>
24199 * gst/tcp/Makefile.am:
24200 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24201 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24202 (gst_multifdsink_class_init), (gst_multifdsink_init),
24203 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24204 (gst_multifdsink_handle_client_read),
24205 (gst_multifdsink_client_queue_data),
24206 (gst_multifdsink_client_queue_caps),
24207 (gst_multifdsink_client_queue_buffer),
24208 (gst_multifdsink_handle_client_write),
24209 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24210 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24211 (gst_multifdsink_chain), (gst_multifdsink_set_property),
24212 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24213 (gst_multifdsink_close), (gst_multifdsink_change_state):
24214 * gst/tcp/gstmultifdsink.h:
24215 * gst/tcp/gsttcpplugin.c: (plugin_init):
24216 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24217 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24218 (gst_tcpserversink_handle_server_read),
24219 (gst_tcpserversink_handle_select),
24220 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24221 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24222 * gst/tcp/gsttcpserversink.h:
24223 Added multifdsink, made tcpserversink a subclass of fdsink, removed
24224 one of the locks, added recovery policy to multifdsink.
24226 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24228 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24229 fix decision for when getting frames with same timestamp
24230 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24231 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24232 (gst_v4lsrc_get_property):
24233 * sys/v4l/gstv4lsrc.h:
24234 add latency offset property
24236 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24238 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24240 fix debugging. add category.
24242 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24244 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24247 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24249 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24250 (gst_alsa_src_get_time), (gst_alsa_src_loop),
24251 (gst_alsa_src_change_state):
24252 return a time that is in sync with the element's processing
24254 2004-06-25 Wim Taymans <wim@fluendo.com>
24256 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24257 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24258 (gst_tcpserversink_client_remove),
24259 (gst_tcpserversink_handle_client_read),
24260 (gst_tcpserversink_client_queue_data),
24261 (gst_tcpserversink_client_queue_caps),
24262 (gst_tcpserversink_client_queue_buffer),
24263 (gst_tcpserversink_handle_client_write),
24264 (gst_tcpserversink_queue_buffer),
24265 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24266 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24267 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24268 (gst_tcpserversink_close):
24269 * gst/tcp/gsttcpserversink.h:
24270 Serversink rewrite. Really do non blocking writes to clients and
24271 maintain an internal queue to handle slower clients while not
24272 disturbing fast clients.
24274 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24276 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24277 better debug, don't override OFFSET and OFFSET_END
24279 2004-06-25 Iain <iain@prettypeople.org>
24281 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24282 name=source for the wavparse pipeline.
24284 2004-06-24 Johan Dahlin <johan@gnome.org>
24286 * ext/theora/theoraenc.c (theora_enc_chain): Call
24287 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24288 streamheader caps are set correctly.
24290 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24292 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24293 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24294 respect minimum bitrate; same could be done for max bitrate
24296 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24298 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24299 (gst_vorbisenc_setup):
24300 fix sample rate range
24302 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24304 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24305 (gst_oggvorbisenc_setup):
24306 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24307 (gst_vorbisenc_setup):
24308 resolve ambiguities in code and description
24310 2004-06-24 Wim Taymans <wim@fluendo.com>
24312 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24313 * ext/alsa/gstalsa.h:
24314 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24315 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24316 Use alsa trigger_tstamp to get the timestamp of the first
24317 sample in the buffer for more precise sync. Some cleanups.
24319 2004-06-24 Wim Taymans <wim@fluendo.com>
24321 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24322 (gst_audiorate_init), (gst_audiorate_chain),
24323 (gst_audiorate_set_property), (gst_audiorate_get_property):
24324 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24325 (gst_videorate_chain):
24326 Added some logging, fixed an overflow bug in videorate.
24328 2004-06-24 Benjamin Otte <otte@gnome.org>
24330 * ext/kio/Makefile.am:
24331 fix for builddir != srcdir and distcheck
24333 2004-06-24 Benjamin Otte <otte@gnome.org>
24335 * gst-libs/gst/colorbalance/Makefile.am:
24336 * gst-libs/gst/mixer/Makefile.am:
24337 * gst-libs/gst/play/Makefile.am:
24338 * gst-libs/gst/tuner/Makefile.am:
24339 * gst/tcp/Makefile.am:
24340 * sys/dxr3/Makefile.am:
24341 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24343 Also add all *.list files that were missing.
24345 add a distcheck hook to ensure the above doesn't happen again.
24347 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24349 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24351 2004-06-23 Colin Walters <walters@redhat.com>
24353 * m4/Makefile.am: Distribute gst-fionread.m4.
24355 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24357 * configure.ac: back to dev
24359 2004-06-23 Wim Taymans <wim@fluendo.com>
24361 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24362 (gst_alsa_xrun_recovery):
24363 * ext/alsa/gstalsa.h:
24364 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24365 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24366 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24367 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24368 (gst_alsa_src_loop):
24369 Add clock to alsasrc. Take new capture timestamp when
24370 restarting after an overrun. Split up some functions between
24371 alsasrc and alsasink.
24373 === release 0.8.2 ===
24375 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24377 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24378 (gst_alsa_change_state), (gst_alsa_update_avail),
24379 (gst_alsa_xrun_recovery):
24380 * ext/alsa/gstalsa.h:
24381 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24382 merge back changes from release
24384 2004-06-23 Wim Taymans <wim@fluendo.com>
24386 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24387 (gst_audiorate_init), (gst_audiorate_chain),
24388 (gst_audiorate_set_property), (gst_audiorate_get_property):
24389 Implement sample dropping and notify
24391 2004-06-22 Wim Taymans <wim@fluendo.com>
24393 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24394 (theora_enc_sink_link), (theora_buffer_from_packet),
24395 (theora_push_packet), (theora_enc_chain):
24396 Some cleanups, make sure the timestamps are correct.
24398 2004-06-22 Wim Taymans <wim@fluendo.com>
24400 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24401 (gst_alsa_change_state), (gst_alsa_update_avail),
24402 (gst_alsa_xrun_recovery):
24403 * ext/alsa/gstalsa.h:
24404 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24405 Cleanups, take queued samples into account when reporting
24408 2004-06-22 Wim Taymans <wim@fluendo.com>
24410 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24411 (gst_videorate_init):
24412 Initialize the property as well.
24414 2004-06-22 Wim Taymans <wim@fluendo.com>
24416 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24417 (gst_videorate_init), (gst_videorate_chain),
24418 (gst_videorate_set_property), (gst_videorate_get_property):
24419 Add property to make videorate silent.
24420 Add property to prefer new frames over old ones.
24422 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24424 * sys/osxvideo/Makefile.am:
24425 Workaround so that the osxvideo .so file gets linked with the
24426 Cocoa, OpenGL and QuickTime frameworks
24428 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24430 * sys/osxaudio/Makefile.am:
24431 Workaround so that the osxaudio .so file gets linked with the
24432 CoreAudio framework
24434 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24437 Whoops, my fault...fixed build issues
24439 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24442 Add objective-c support if running in Darwin/Mac OS X
24445 * sys/osxvideo/Makefile.am:
24446 * sys/osxvideo/osxvideosink.h:
24447 * sys/osxvideo/osxvideosink.m:
24448 * sys/osxvideo/cocoawindow.h:
24449 * sys/osxvideo/cocoawindow.m:
24450 Add osxvideosink, a cocoa-based osx video sink
24453 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24454 * ext/dvdnav/gst-dvd:
24455 Grab the gconf key from the right spot
24456 * gst/debug/gstnavseek.c: (gst_navseek_init),
24457 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24458 (gst_navseek_chain):
24459 * gst/debug/gstnavseek.h:
24460 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24461 and loop parameters of a segment seek.
24462 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24463 (gst_videotestsrc_get_event_masks),
24464 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24465 * gst/videotestsrc/gstvideotestsrc.h:
24466 Add seeking support to videotestsrc
24467 Initialise the timestamp_offset variable.
24469 2004-06-18 Wim Taymans <wim@fluendo.com>
24471 * ext/sidplay/gstsiddec.cc:
24472 Fix negotiation and set correct end offset.
24474 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24476 * configure.ac: branch and prerelease
24478 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24480 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24481 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24482 (gst_tcpclientsrc_init_receive):
24483 * gst/tcp/gsttcpclientsrc.h:
24484 read caps when connecting to server for GDP so we set them correctly
24486 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24488 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24489 notify drops and duplicates
24490 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24491 no good reason to limit ourselves to 100x100
24493 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24495 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24496 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24497 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24498 (gst_v4lsrc_get_property):
24499 * sys/v4l/gstv4lsrc.h:
24500 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24501 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24502 (gst_v4l_set_audio):
24503 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24504 (gst_v4lsrc_try_capture):
24505 * sys/v4l/v4lsrc_calls.h:
24506 change try_palette to more general try_capture
24507 add autoprobe option so we can turn off autoprobing
24510 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24514 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24515 (gst_ximagesink_class_init):
24516 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24517 (gst_xvimagesink_class_init):
24518 run them as finalize, not dispose, since dispose can be invoked
24521 2004-06-17 Wim Taymans <wim@fluendo.com>
24523 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24524 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24525 * ext/alsa/gstalsa.h:
24526 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24527 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24528 (gst_alsa_src_change_state):
24529 * ext/alsa/gstalsasrc.h:
24530 Make the xrun code timestamp and offset the buffers correctly.
24531 moved the clock to the base class, use alsa methods to get time.
24532 Do correct timestamping on outgoing buffers.
24534 2004-06-17 Wim Taymans <wim@fluendo.com>
24536 * gst/audiorate/Makefile.am:
24537 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24538 (gst_audiorate_base_init), (gst_audiorate_class_init),
24539 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24540 (gst_audiorate_set_property), (gst_audiorate_get_property),
24541 (gst_audiorate_change_state), (plugin_init):
24542 Added an audiorate converter that fills in gaps.
24544 2004-06-17 Johan Dahlin <johan@gnome.org>
24546 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24548 2004-06-16 Wim Taymans <wim@fluendo.com>
24550 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24551 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24552 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24553 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24554 (gst_v4lsrc_get_property):
24555 * sys/v4l/gstv4lsrc.h:
24556 Added a copy mode to v4lsrc where it will output a copied version
24557 of its internal hardware buffer.
24558 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24561 2004-06-16 Wim Taymans <wim@fluendo.com>
24563 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24566 2004-06-16 Wim Taymans <wim@fluendo.com>
24568 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24569 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24570 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24571 (gst_v4lsrc_get_property):
24572 * sys/v4l/gstv4lsrc.h:
24573 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24574 Added a sync mode enum property to control v4lsrc timestamp method
24575 Removed the use-fixed-fps property and moved functionality in
24577 Don't error on an error value from v4l-conf, it might not always
24580 2004-06-16 Wim Taymans <wim@fluendo.com>
24582 * gst/videorate/Makefile.am:
24583 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24584 (gst_videorate_base_init), (gst_videorate_class_init),
24585 (gst_videorate_getcaps), (gst_videorate_link),
24586 (gst_videorate_init), (gst_videorate_chain),
24587 (gst_videorate_set_property), (gst_videorate_get_property),
24588 (gst_videorate_change_state), (plugin_init):
24589 Added a video timestamp corrector.
24591 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24593 fixed a potential leak with previous commit
24595 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24597 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24599 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24600 Added missing refcount, fixes bug #144425
24601 Cheers Tim for finding the bug
24603 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24605 * sys/v4l/gstv4l.c: (plugin_init):
24606 * sys/v4l/gstv4lcolorbalance.c:
24607 * sys/v4l/gstv4lcolorbalance.h:
24608 * sys/v4l/gstv4lelement.c:
24609 * sys/v4l/gstv4lelement.h:
24610 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24611 * sys/v4l/gstv4lmjpegsink.h:
24612 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24613 * sys/v4l/gstv4lmjpegsrc.h:
24614 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24615 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24616 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24617 * sys/v4l/gstv4lsrc.h:
24618 * sys/v4l/gstv4ltuner.c:
24619 * sys/v4l/gstv4ltuner.h:
24620 * sys/v4l/gstv4lxoverlay.c:
24621 * sys/v4l/gstv4lxoverlay.h:
24622 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24623 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24624 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24625 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24626 (gst_v4l_set_audio):
24627 * sys/v4l/v4l_calls.h:
24628 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24629 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24630 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24631 (gst_v4lmjpegsink_playback_init),
24632 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24633 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24634 (gst_v4lmjpegsink_playback_stop),
24635 (gst_v4lmjpegsink_playback_deinit):
24636 * sys/v4l/v4lmjpegsink_calls.h:
24637 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24638 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24639 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24640 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24641 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24642 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24643 * sys/v4l/v4lmjpegsrc_calls.h:
24644 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24645 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24646 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24647 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24648 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24649 (gst_v4lsrc_try_palette):
24650 * sys/v4l/v4lsrc_calls.h:
24651 bunch of paranoia cleanups
24653 2004-06-14 David Schleef <ds@schleef.org>
24655 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24656 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24657 Send discont events and change timestamps appropriately when
24658 we get a seek event. (bug #144240)
24659 * ext/cdparanoia/gstcdparanoia.h:
24661 2004-06-14 Benjamin Otte <otte@gnome.org>
24663 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24664 snd_pcm_hw_params_set_rate since the latter fails for no good
24665 reason on some setups.
24667 2004-06-14 David Schleef <ds@schleef.org>
24669 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24670 standard. Thank you for playing.
24672 2004-06-14 Wim Taymans <wim@fluendo.com>
24674 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24675 Patch 1.3 broke the ordering of the colorspace info and
24676 made the plugin basically work by coincidence, reordered
24679 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24681 * ext/lame/gstlame.c:
24682 * ext/mad/gstmad.c:
24683 sync caps. Make sure mad can only output a list of rates, not
24684 a full range. In the future, have three caps lists for each of the
24685 mpeg versions. Change mpegversion to a double as well.
24687 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24689 * gst/volume/.cvsignore:
24690 * gst/volume/Makefile.am:
24691 * gst/volume/demo.c: (value_changed_callback), (idler),
24692 (setup_gui), (main):
24693 added small demo app
24695 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24696 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24697 * ext/esd/esdsink.h:
24698 Close the esd connection on pause, because esd will just wait -
24699 blocking all other esd clients indefinitely.
24701 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24703 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24704 previous commit with GST_DEBUG
24706 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24709 add a header check for a dvdread header in dvdnav. Fixes #133002
24711 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24713 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24714 * gst/tcp/gsttcpclientsink.h:
24715 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24716 * gst/tcp/gsttcpclientsrc.h:
24717 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24718 (gst_tcpserversink_handle_server_read),
24719 (gst_tcpserversink_init_send):
24720 * gst/tcp/gsttcpserversink.h:
24721 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24722 * gst/tcp/gsttcpserversrc.h:
24723 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24726 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24729 Added ogg library so that OSX detects libtheora properly
24731 2004-06-11 Wim Taymans <wim@fluendo.com>
24733 * ext/theora/theoradec.c: (theora_dec_chain),
24734 (theora_dec_change_state):
24735 Don't try to decode frames before we received a keyframe.
24737 2004-06-11 Wim Taymans <wim@fluendo.com>
24739 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24740 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24741 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24742 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24743 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24744 Added property to set the maximum delay of a page.
24746 2004-06-10 Wim Taymans <wim@fluendo.com>
24748 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24749 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24750 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24751 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24752 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24753 Added max-delay property to control the maximum amount
24754 of data to put in one page.
24756 2004-06-10 Wim Taymans <wim@fluendo.com>
24758 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24759 (gst_theora_enc_init), (theora_enc_sink_link),
24760 (theora_buffer_from_packet), (theora_enc_set_property),
24761 (theora_enc_get_property):
24762 Set duration on encoded buffer, added some more properties
24764 2004-06-10 Wim Taymans <wim@fluendo.com>
24766 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24767 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24768 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24769 * ext/theora/theoraenc.c: (theora_enc_chain):
24770 Fix refcounting bugs
24772 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24774 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24775 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24776 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24777 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24778 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24779 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24780 (gst_asf_demux_change_state):
24781 * gst/asfdemux/gstasfdemux.h:
24782 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24783 feels like. I think we should set a new requirement for demuxers
24784 from now on to implement sane loop functions, data loops, query
24785 and seek functions before first commit into CVS. And this commit
24786 fixes all of the above.
24788 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24790 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24791 vorbis comments are properly encoded in UTF-8 before adding them
24794 2004-06-09 Benjamin Otte <otte@gnome.org>
24796 * ext/alsa/gstalsa.c: (add_channels):
24797 handle min <= max correctly
24798 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24799 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24800 add fixation functions so we fixate correctly. No preferring of alaw
24801 anymore because it's the first structure.
24802 * ext/alsa/gstalsa.h:
24803 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24804 (gst_alsa_hw_params_dump):
24805 add functions to ease debugging in alsalib
24806 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24807 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24808 (gst_alsa_start_audio):
24809 only specify hw params if we really setup a format (fixes #134007 -
24810 or at least works around it)
24812 2004-06-09 Wim Taymans <wim@fluendo.com>
24814 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24815 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24816 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24817 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24818 (gst_ogg_mux_loop):
24819 Use stream caps to setup the initial pages in the ogg stream.
24820 Correctly set the streamheader caps on the srcpad.
24822 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24824 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24825 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24826 (gst_v4lsrc_getcaps):
24827 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24828 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24829 add querying of fps lists for webcams. Negotiating to a framerate
24832 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24834 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24835 (theora_push_buffer), (theora_push_packet),
24836 (theora_set_header_on_caps), (theora_enc_chain):
24837 mark buffers and put on streamheader, raw theora streaming
24838 now works too, whee
24840 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24842 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24843 (gst_tcp_gdp_read_caps):
24844 do a looping read for caps and GDP headers too
24846 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24848 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24849 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24850 return EOS instead of NULL in _get
24852 2004-06-08 Wim Taymans <wim@fluendo.com>
24854 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24855 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24856 (gst_tcp_gdp_write_caps):
24857 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24858 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24859 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24862 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24864 * ext/vorbis/Makefile.am:
24865 * ext/vorbis/vorbis.c: (plugin_init):
24866 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24867 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24868 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24869 (vorbis_parse_change_state):
24870 * ext/vorbis/vorbisparse.h:
24871 adding a vorbisparse element that marks the buffers, streaming
24872 raw vorbis using GDP now works, whee
24874 2004-06-08 Wim Taymans <wim@fluendo.com>
24876 * ext/jpeg/Makefile.am:
24878 * ext/jpeg/gstjpeg.c: (plugin_init):
24879 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24880 (gst_smokedec_base_init), (gst_smokedec_class_init),
24881 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24882 * ext/jpeg/gstsmokedec.h:
24883 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24884 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24885 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24886 (gst_smokeenc_resync), (gst_smokeenc_chain),
24887 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24888 * ext/jpeg/gstsmokeenc.h:
24889 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24890 (smokecodec_flush_destination), (smokecodec_term_destination),
24891 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24892 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24893 (smokecodec_term_source), (smokecodec_encode_new),
24894 (smokecodec_decode_new), (smokecodec_info_free),
24895 (smokecodec_set_quality), (smokecodec_get_quality),
24896 (smokecodec_set_threshold), (smokecodec_get_threshold),
24897 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24898 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24899 (smokecodec_parse_header), (smokecodec_decode):
24900 * ext/jpeg/smokecodec.h:
24901 Added a new simple jpeg based codec
24903 2004-06-08 Wim Taymans <wim@fluendo.com>
24905 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24906 (gst_multipart_mux_loop):
24909 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24911 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24912 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24913 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24914 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24915 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24916 * gst/tcp/gsttcpserversink.h:
24917 take streamheader into account
24919 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24921 * gst/level/Makefile.am:
24922 * gst/level/gstlevel.c: (gst_level_class_init):
24923 clean up marshal generation
24925 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24927 * gst/tcp/Makefile.am:
24928 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24929 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24930 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24931 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24932 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24933 (gst_tcpclientsrc_get_property):
24934 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24935 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24936 (gst_tcpserversink_handle_client_read),
24937 (gst_tcpserversink_handle_client_write),
24938 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24939 * gst/tcp/gsttcpserversink.h:
24940 add signals client-added and client-removed
24941 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24942 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24943 (gst_tcpserversrc_get_property):
24944 uniformized, change default protocol to NONE
24945 * gst/tcp/gsttcp-marshal.list: added
24946 2004-06-07 Benjamin Otte <otte@gnome.org>
24948 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24949 handle discont events if they happen before caps nego
24951 2004-06-07 Wim Taymans <wim@fluendo.com>
24953 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24954 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24955 (gst_multipart_demux_plugin_init):
24956 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24957 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24958 (gst_multipart_mux_change_state):
24959 Small updates, fix a memleak
24961 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24963 * configure.ac: OSS portability
24964 * ext/arts/gst_arts.c: idem
24965 * sys/oss/gstosselement.c: idem
24966 * sys/oss/gstossmixer.c: idem
24967 * sys/oss/gstosssink.c: idem
24968 * sys/oss/gstosssrc.c: idem
24969 * sys/oss/oss_probe.c: idem
24970 - check for soundcard.h in different places for some BSD
24972 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24975 Add me to the authors file
24977 Increase the libdv requirement to >= version 0.100
24978 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24979 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24980 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24981 * ext/dv/gstdvdec.h:
24982 Add support for the new_media flag when sending DISCONT events
24983 Make the querying work when video pad is not linked
24985 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24987 reviewed by Benjamin Otte <otte@gnome.org>
24989 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24990 create a NULL-initialized array of pads, so we don't think they
24991 exist already. (fixes #143130)
24993 2004-06-07 Benjamin Otte <otte@gnome.org>
24995 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24996 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24997 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24998 don't use // coments
25000 2004-06-07 Benjamin Otte <otte@gnome.org>
25002 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
25003 cast to GstClockTime to get higher granularity
25004 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25005 use gst_element_set_time_delay to get the exact time
25006 * ext/mad/gstmad.c: (gst_mad_chain):
25007 use the negotiated rate instead of the current frame's rate which
25008 might be wrong because of bit errors. This avoids emitting totally
25009 bogus timestamps and screwing sync.
25012 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
25014 reviewed by Benjamin Otte <otte@gnome.org>
25016 * gst/adder/gstadder.c: (gst_adder_loop):
25017 properly error out when no negotiation has happened yet. (fixes
25020 2004-06-06 Benjamin Otte <otte@gnome.org>
25022 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25023 forward correctly transformed offset in discont events. Based on
25024 patch by Arwed v. Merkatz. (fixes #142851)
25026 2004-06-06 David Schleef <ds@schleef.org>
25028 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25029 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
25030 problems on several systems.
25032 2004-06-06 Benjamin Otte <otte@gnome.org>
25034 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25035 use explicit caps on the srcpad
25036 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25037 properly error out if caps couldn't be set (fixes #142764)
25039 2004-06-06 Benjamin Otte <otte@gnome.org>
25041 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25042 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25043 (gst_alsa_start_audio):
25044 - don't call set_periods_integer anymore, it breaks the
25045 configuration randomly
25046 - call snd_pcm_hw_params_set_access directly instead of using masks
25047 - don't fail if the sw_params can't be set, just use the default
25048 params and hope it works. Alsalib has weird issues when you touch
25049 sw_params and does no proper error reporting about what failed.
25050 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25051 (gst_alsa_close_audio):
25052 make our alsa debugging go via gst debugging and not conditionally
25054 * ext/alsa/gstalsa.h:
25055 add ALSA_DEBUG_FLUSH macro
25056 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25058 wrap alsa errors to be printed via the gst debugging system and not
25061 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25063 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25064 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25065 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25066 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25067 (qtdemux_parse_trak):
25068 * gst/qtdemux/qtdemux.h:
25069 Bitch. Also known as seeking, querying & co.
25070 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25071 (gst_osssink_change_state):
25072 * sys/oss/gstosssink.h:
25073 Resyncing is for weenies, this hack is no longer needed and was
25074 broken anyway (since it - unintendedly - always leaves resync to
25077 2004-06-05 Andrew Turner <zxombie@hotpop.com>
25079 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25080 * gst/tcp/gsttcpclientsrc.h: idem
25081 - define MSG_NOSIGNAL if not done
25082 - include unistd.h for off_t
25085 2004-06-05 Benjamin Otte <otte@gnome.org>
25088 * ext/kio/Makefile.am:
25089 check for qt's moc preprocessor explicitly and use it
25091 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25093 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25094 don't get a signal for EPIPE on socket writes
25095 (somebody check if this works on other platforms)
25097 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25099 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25100 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25101 check error condition on available samples correctly
25103 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25105 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25107 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25108 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25109 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25110 (gst_tcpserversrc_gdp_read_header):
25111 use ssize_t over size_t since the former is signed and thus the
25112 check for error codes can work
25114 2004-06-02 Wim Taymans <wim@fluendo.com>
25118 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25119 (gst_multipart_mux_loop):
25122 2004-06-02 Wim Taymans <wim@fluendo.com>
25124 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25125 (gst_multipart_mux_init), (gst_multipart_mux_loop),
25126 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25127 (gst_multipart_mux_change_state):
25128 Added configurable boundary specifier, added the value as a
25129 caps field as well.
25131 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25133 * gst/tcp/gsttcp.c:
25134 * gst/tcp/gsttcpclientsrc.c:
25135 * gst/tcp/gsttcpclientsrc.h:
25136 * gst/tcp/gsttcpserversrc.c:
25137 - portability fix, to compile on OSX
25140 * sys/osxaudio/gstosxaudioelement.c:
25141 * sys/osxaudio/gstosxaudiosink.c:
25142 * sys/osxaudio/gstosxaudiosrc.c:
25143 - compilation warnings on OSX
25146 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25148 * ext/vorbis/vorbisdec.c : sign warning fixes
25150 * gst-libs/gst/mixer/mixertrack.c :
25151 do no use defines which are glib 2.4 specific
25153 2004-06-01 Christophe Fergeau <teuf@gnome.org>
25155 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25156 buffer since libflac doesn't expect it (reports a sync error when
25157 it encounters that)
25160 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
25162 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25163 * gst-libs/gst/mixer/mixertrack.c:
25164 (gst_mixer_track_get_property), (get_mixer_track_init),
25165 (get_mixer_track_get_property): Added property accessors
25166 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25167 * gst-libs/gst/mixer/mixeroptions.c:
25168 (gst_mixer_options_get_values): Added
25169 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25170 * gst-libs/gst/mixer/mixer.c: Fixed comment
25173 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25175 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25176 improve error messages on open
25179 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25181 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25182 check if v4l-conf is in path
25184 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25186 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25187 change assert to a more readable error message
25189 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25191 * gst-libs/gst/tuner/tunerchannel.h:
25192 - add a freq_multiplicator field to make the conversion
25193 between internal frequency unit and Hz
25194 * sys/v4l/gstv4lelement.c:
25195 * sys/v4l2/gstv4l2element.c:
25196 - change default video device to /dev/video0
25197 * sys/v4l/v4l_calls.c:
25198 * sys/v4l2/v4l2_calls.c:
25199 - we only expose frequency to the user in Hz instead of
25200 bastard v4lX unit (either 62.5kHz or 62.5Hz)
25202 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
25203 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25204 Initialise b_o_s and e_o_s variables
25205 * gst-libs/gst/riff/riff-media.c:
25206 (gst_riff_create_video_caps_with_data):
25207 Add some unusual fourcc's from mplayer avi's
25208 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25209 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25212 2004-05-28 Wim Taymans <wim@fluendo.com>
25215 * gst/alpha/Makefile.am:
25216 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25217 (gst_alpha_get_type), (gst_alpha_base_init),
25218 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25219 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25220 (gst_alpha_chroma_key), (gst_alpha_chain),
25221 (gst_alpha_change_state), (plugin_init):
25222 A plugin to add an alpha channel to I420 video. Can optionally do
25224 * gst/multipart/Makefile.am:
25225 * gst/multipart/multipart.c: (plugin_init):
25226 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25227 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25228 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25229 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25230 (gst_multipart_demux_change_state),
25231 (gst_multipart_demux_plugin_init):
25232 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25233 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25234 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25235 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25236 (gst_multipart_mux_pad_unlink),
25237 (gst_multipart_mux_request_new_pad),
25238 (gst_multipart_mux_handle_src_event),
25239 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25240 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25241 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25242 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25243 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25244 send multipart jpeg images to a browser.
25245 * gst/videobox/Makefile.am:
25246 * gst/videobox/README:
25247 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25248 (gst_video_box_get_type), (gst_video_box_base_init),
25249 (gst_video_box_class_init), (gst_video_box_init),
25250 (gst_video_box_set_property), (gst_video_box_get_property),
25251 (gst_video_box_sink_link), (gst_video_box_i420),
25252 (gst_video_box_ayuv), (gst_video_box_chain),
25253 (gst_video_box_change_state), (plugin_init):
25254 Crops or adds borders around an image. can do alpha channel
25256 * gst/videomixer/Makefile.am:
25257 * gst/videomixer/README:
25258 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25259 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25260 (gst_videomixer_pad_get_sink_event_masks),
25261 (gst_videomixer_pad_get_property),
25262 (gst_videomixer_pad_set_property),
25263 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25264 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25265 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25266 (gst_videomixer_base_init), (gst_videomixer_class_init),
25267 (gst_videomixer_init), (gst_videomixer_request_new_pad),
25268 (gst_videomixer_handle_src_event),
25269 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25270 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25271 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25272 (gst_videomixer_loop), (gst_videomixer_get_property),
25273 (gst_videomixer_set_property), (gst_videomixer_change_state),
25275 Generic video mixer plugin, can handle multiple inputs all with
25276 different framerates and video sizes. Is fully alpha channel
25279 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25281 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25282 Select first track as master track. Not sure how else to handle
25284 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25285 Discard discont events. Should fix #142962.
25287 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25289 * ext/alsa/Makefile.am:
25290 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25291 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25292 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25293 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25294 (gst_alsa_mixer_get_option):
25295 * ext/alsa/gstalsamixer.h:
25296 * ext/alsa/gstalsamixeroptions.c:
25297 (gst_alsa_mixer_options_get_type),
25298 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25299 (gst_alsa_mixer_options_new):
25300 * ext/alsa/gstalsamixeroptions.h:
25301 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25302 * ext/alsa/gstalsamixertrack.h:
25303 Add enumerations (as GstMixerOptions). Make correct distinction
25304 between input/output tracks. Add capture/playback private flag.
25305 Use flag to decide on whether to set capture or playback volumes
25306 or switches. Use playback and record switches.
25307 * gst-libs/gst/mixer/Makefile.am:
25308 * gst-libs/gst/mixer/mixer-marshal.list:
25309 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25310 (gst_mixer_set_option), (gst_mixer_get_option),
25311 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25312 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25313 * gst-libs/gst/mixer/mixer.h:
25314 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25315 (gst_mixer_options_class_init), (gst_mixer_options_init),
25316 (gst_mixer_options_dispose):
25317 * gst-libs/gst/mixer/mixeroptions.h:
25318 Add GstMixerOptions.
25319 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25320 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25321 broken device detection on computers with multiple OSS sound
25324 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25326 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25327 fixate nicely even when the peer is not negotiating
25329 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25331 * gst/audioconvert/gstaudioconvert.c:
25332 (gst_audio_convert_parse_caps):
25333 make sure we don't allow depth > width
25334 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25335 fixate endianness to G_BYTE_ORDER as default
25336 * gst/audioscale/gstaudioscale.c:
25337 we don't handle another endianness as host-endianness
25339 2004-05-25 David Schleef <ds@schleef.org>
25341 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25343 2004-05-24 Benjamin Otte <otte@gnome.org>
25345 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25346 (gst_oggvorbisenc_setup):
25347 properly fail when we can't setup the vorbis encoder due to
25348 unsupported settings
25349 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25350 (gst_vorbisenc_setup):
25352 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25353 fix case where warnings occured when one pad was unlinked while the
25354 other's link function was called
25356 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25358 * gst/tcp/Makefile.am:
25361 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25363 * gst-libs/gst/resample/private.h:
25364 don't use optimizations that are #if 0'ed
25366 2004-05-24 Wim Taymans <wim@fluendo.com>
25368 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25369 Fix potential division by zero error and hopefully get
25370 the position query right to get correct timestamps on avi
25373 2004-05-24 Wim Taymans <wim@fluendo.com>
25375 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25376 (gst_videoscale_scale_nearest_str2),
25377 (gst_videoscale_scale_nearest_str4),
25378 (gst_videoscale_scale_nearest_32bit),
25379 (gst_videoscale_scale_nearest_24bit),
25380 (gst_videoscale_scale_nearest_16bit):
25381 Fix the scaling algorithm and avoid a buffer overflow.
25382 removed the while loop in the scaling function as it
25383 was used for point sampling only.
25385 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25387 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25388 (gst_id3_tag_class_init), (gst_id3_tag_init),
25389 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25390 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25391 (gst_id3_tag_send_tag_event):
25392 lots of fixes to make id3mux work and id3demux work correctly
25394 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25397 add rules to build shout2send (was removed by accident
25398 when this module was no more marked experimental/broken)
25400 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25402 * ext/shout2/gstshout2.c:
25403 * ext/shout2/gstshout2.h:
25404 adding a "connection problem" signal to shout2send
25407 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25409 * ext/kio/kioreceiver.cpp:
25410 * ext/kio/kioreceiver.h:
25411 fix sign comparison issues
25413 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25415 * gst/cdxaparse/gstcdxaparse.c:
25416 * gst/cdxaparse/gstcdxaparse.h:
25418 add some checks/sanity
25419 prepare for seek addition
25421 * sys/sunaudio/gstsunaudio.c:
25422 remove exported dupe init function
25424 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25426 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25427 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25428 Fix format conversion and position querying.
25429 * gst/debug/progressreport.c: (gst_progressreport_report):
25430 Don't output a bogus total value that we didn't query.
25431 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25432 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25433 only a blank window after xine has been used.
25435 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25438 sync with upstream version to fix test on FC2
25439 readd with -ko to preserve Id header
25441 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25444 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25445 * gst/tcp/gsttcpclientsrc.c: idem
25446 * gst/tcp/gsttcpserversink.c: idem
25447 * gst/tcp/gsttcpserversrc.c: idem
25448 * m4/gst-fionread.m4: idem
25450 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25452 * configure.ac: enable speex plugin for speex 1.1.5+
25453 * ext/speex/gstspeexenc.c: fix cast warning
25455 * ext/esd/README: fix typo
25457 2004-05-20 David Schleef <ds@schleef.org>
25459 * configure.ac: Minor cosmetic change to convince the buildbot to
25461 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25462 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25463 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25464 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25465 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25466 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25467 More hacking. Plays audio now.
25469 2004-05-20 David Schleef <ds@schleef.org>
25474 2004-05-20 David Schleef <ds@schleef.org>
25476 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25477 * sys/osxaudio/gstosxaudio.c:
25478 * sys/osxaudio/gstosxaudioelement.c:
25479 * sys/osxaudio/gstosxaudioelement.h:
25480 * sys/osxaudio/gstosxaudiosink.c:
25481 * sys/osxaudio/gstosxaudiosink.h:
25482 * sys/osxaudio/gstosxaudiosrc.c:
25483 * sys/osxaudio/gstosxaudiosrc.h:
25485 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25487 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25488 (gst_vorbisenc_chain):
25489 put the codec headers on the caps as streamheader as well as
25492 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25494 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25495 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25496 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25497 split up push_packet into two functions
25499 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25501 * gst/tcp/.cvsignore:
25503 * gst/tcp/Makefile.am:
25505 * gst/tcp/gsttcp.c:
25506 * gst/tcp/gsttcp.h:
25507 * gst/tcp/gsttcpclientsink.c:
25508 * gst/tcp/gsttcpclientsink.h:
25509 * gst/tcp/gsttcpclientsrc.c:
25510 * gst/tcp/gsttcpclientsrc.h:
25511 * gst/tcp/gsttcpplugin.c:
25512 * gst/tcp/gsttcpserversink.c:
25513 * gst/tcp/gsttcpserversink.h:
25514 * gst/tcp/gsttcpserversrc.c:
25515 * gst/tcp/gsttcpserversrc.h:
25516 add new tcp elements
25518 2004-05-19 Wim Taymans <wim@fluendo.com>
25520 * gst/law/mulaw-conversion.c: (mulaw_encode):
25521 Fix overflow bug in ulaw encoding.
25523 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25525 * ext/mad/gstmad.c: (gst_mad_handle_event):
25526 don't unref the event twice
25528 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25531 remove -Wno-sign-compare
25533 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25536 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25537 if you want to work against glib 2.2 and 2.4
25539 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25541 * gst/tcp/Makefile.am:
25542 * gst/tcp/gsttcp.c:
25543 * gst/tcp/gsttcp.h:
25544 * gst/tcp/gsttcpsink.h:
25545 * gst/tcp/gsttcpsrc.h:
25546 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25548 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25550 * gst/debug/tests.c: (md5_get_value):
25551 fix segfault on gst-inspect
25553 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25555 * gst/debug/testplugin.c:
25556 * gst/debug/tests.c:
25557 * gst/debug/tests.h:
25558 add new extensible and configurable testing element. Current tests
25559 include buffer count, stream length, timestamp/duration matching and
25561 * gst/debug/Makefile.am:
25562 * gst/debug/gstdebug.c: (plugin_init):
25563 add infrastructure for new element
25565 2004-05-19 Johan Dahlin <johan@gnome.org>
25567 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25568 ending of the array. Fixes gst-inspect segfault on ppc.
25570 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25572 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25574 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25576 2004-05-18 David Schleef <ds@schleef.org>
25578 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25579 warnings (bugs, actually) noticed by gcc but not forte.
25581 2004-05-18 David Schleef <ds@schleef.org>
25583 * sys/sunaudio/Makefile.am:
25584 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25586 2004-05-18 David Schleef <ds@schleef.org>
25588 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25589 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25590 to allow qtdemux to use non-seekable streams. (bug #142272)
25592 2004-05-18 David Schleef <ds@schleef.org>
25594 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25595 (gst_resample_sinc_ft_float): Remove use of static temporary
25596 buffer. This code was obviously not supposed to last long, but
25597 it's stuck in our ABI, so it required a little hack to make it
25598 ABI-compatible. Fixes #142585.
25599 * gst-libs/gst/resample/resample.h: same.
25601 2004-05-18 David Schleef <ds@schleef.org>
25603 * configure.ac: Add sunaudio
25604 * examples/Makefile.am: make gstplay depend on gconf
25605 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25606 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25607 (convert_table_lookup), (img_convert): remove c99-isms
25608 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25609 unsigned, to fix a warning on Solaris
25610 * gst/mpeg1sys/systems.c: bcopy->memcpy
25611 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25612 * sys/Makefile.am: Add sunaudio
25614 2004-05-18 Wim Taymans <wim@fluendo.com>
25616 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25617 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25618 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25619 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25620 (gst_ogg_mux_loop):
25621 Fix an ugly memleak where the muxer didn't flush enough ogg
25622 pages. This also resulted in badly muxed ogg files.
25624 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25626 * gst/asfdemux/asfheaders.c :
25627 * gst/asfdemux/asfheaders.h :
25628 * gst/asfdemux/gstasfdemux.c :
25629 - fix ASF_OBJ_PADDING guid
25630 - add 3 new object guids (language list, metadata,
25631 extended stream properties)
25632 - add a function to parse extended header objects
25634 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25636 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25637 remove leftover debugging g_print
25639 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25641 * ext/mad/gstmad.c: (gst_mad_handle_event):
25642 Fix for when the first format in a discont event is not a
25643 byte-based one. Should fix #137710.
25645 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25647 * m4/a52.m4 : fix compilation with -Wall -Werror
25648 * m4/libfame.m4 : idem
25649 * m4/libmikmod.m4 : idem
25651 2004-05-17 Benjamin Otte <otte@gnome.org>
25653 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25654 signal the new tags before giving up the reference
25656 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25658 * ext/shout2/gstshout2.c:
25659 use application/ogg instead of application/x-ogg (patch by Patrick
25660 Guimond, fixes #142432)
25661 * sys/oss/gstosselement.c: (gst_osselement_reset),
25662 (gst_osselement_sync_parms):
25663 don't set fragment size unless specified (fixes #142493)
25665 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25667 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25670 2004-05-17 Benjamin Otte <otte@gnome.org>
25672 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25673 compute offsets correctly for internal buffers so timestamps are set
25674 correctly when we can't seek. Also handle cases where there are no
25675 offsets. (based on a patch by David Moore, fixes #142507)
25677 2004-05-17 Benjamin Otte <otte@gnome.org>
25679 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25680 use correct variable when determining amount of data to skip so we
25681 don't skip into the void and segfault
25683 2004-05-16 Benjamin Otte <otte@gnome.org>
25685 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25688 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25690 * gst/asfdemux/gstasfdemux.c:
25691 - fix a mem leak and always propagate tags
25692 - add WMV3 to known video codecs (but no decoder yet)
25693 - replace "surplus data" at end of audio header for what
25694 it is : codec specific data
25697 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25699 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25701 * gst-libs/gst/audio/audioclock.c:
25702 Fix wrong return type (#142205).
25704 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25706 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25707 Ignore CRCs by default (fixes #142566).
25709 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25711 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25712 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25713 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25714 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25715 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25716 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25717 Fix for cases where we fail to attach to a mixer.
25719 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25721 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25722 Don't touch events after not owning them anymore.
25723 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25724 (gst_wavparse_fmt), (gst_wavparse_other),
25725 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25726 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25727 (gst_wavparse_srcpad_event):
25728 * gst/wavparse/gstwavparse.h:
25729 Add seeking, fix querying.
25731 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25733 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25734 - process comments even if they don't end with \0\0
25735 g_convert would ignore them if present and works well without them
25737 2004-05-16 Benjamin Otte <otte@gnome.org>
25739 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25742 2004-05-16 Benjamin Otte <otte@gnome.org>
25744 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25745 don't write to memory we might not write to - g_convert does that
25746 for us anyway (fixes #142613)
25747 (gst_asf_demux_audio_caps):
25748 comment out gst_util_dump_mem
25750 2004-05-16 Benjamin Otte <otte@gnome.org>
25752 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25753 compute correct expected timestamps after seek (broken since
25755 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25756 rename element and debugging category to gdkpixbufscale
25758 2004-05-16 Benjamin Otte <otte@gnome.org>
25760 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25761 add error checking to snd_pcm_delay and remove duplicate call to
25762 snd_pcm_delay that caused issues (see inline code comments)
25763 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25764 make more readable and fix return value when snd_pcm_delay fails
25767 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25768 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25769 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25770 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25771 (gst_pixbufscale_link), (gst_pixbufscale_init),
25772 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25773 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25774 (gst_pixbufscale_get_property), (pixbufscale_init):
25775 * ext/gdk_pixbuf/pixbufscale.h:
25776 Add these files I forgot earlier
25778 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25779 * ext/gdk_pixbuf/Makefile.am:
25780 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25781 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25782 Add new pixbufscale element to scale RGB video
25783 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25784 and HYPER interpolation correctly.
25785 * ext/theora/theoraenc.c: (theora_enc_chain),
25786 Discard buffer and return if explicit caps could not be set
25787 (theora_enc_get_property):
25788 Make _get return kbps for the bitrate consistent with
25792 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25794 * ext/libvisual/visual.c: (gst_visual_chain):
25795 add missing visual_audio_analyze
25797 2004-05-14 David Schleef <ds@schleef.org>
25799 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25800 is killed while we're playing.
25801 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25802 gst_element_no_more_pads().
25804 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25806 * gst-libs/gst/riff/riff-read.c :
25807 - fix INFO tag extraction in RIFF/AVI files
25808 because gst_event_unref (event) also freed taglist
25811 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25813 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25814 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25816 * gst/auparse/gstauparse.c :
25817 - add code (commented for now) to support audio/x-adpcm on src pad
25818 (we have no decoder for those layout yet)
25820 * gst/cdxaparse/gstcdxaparse.c :
25821 * gst/cdxaparse/gstcdxaparse.h :
25822 - partial rewrite using RiffRead (ripped iain's wavparse code)
25824 * gst/rtp/gstrtpL16enc.c : typo
25825 * gst/rtp/gstrtpgsmenc.c : typo
25827 2004-05-13 Benjamin Otte <otte@gnome.org>
25830 check for exact version of libvisual, it's not supposed to be
25833 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25835 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25836 signal no-more-pads
25838 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25840 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25841 Report which format was used for GST_FORMAT_DEFAULT
25842 * gst/debug/Makefile.am:
25843 * gst/debug/gstdebug.c: (plugin_init):
25844 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25845 (gst_progressreport_class_init), (gst_progressreport_init),
25846 (gst_progressreport_report), (gst_progressreport_set_property),
25847 (gst_progressreport_get_property), (gst_progressreport_chain),
25848 (gst_progressreport_plugin_init):
25849 Add progressreport element for testing.
25851 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25853 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25854 * sys/v4l/gstv4lsrc.h:
25855 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25856 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25857 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25858 (gst_v4lsrc_grab_frame):
25860 send a discont at start
25862 2004-05-12 Colin Walters <walters@redhat.com>
25864 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25865 inflooping if we can't find a chunk. Or in other words, don't blow
25866 chunks if we don't have a chunk to blow.
25868 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25869 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25870 Remove old debug output
25871 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25872 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25873 (gst_dvdec_set_property), (gst_dvdec_get_property):
25874 Change the quality setting to an enum, so it works from gst-launch
25875 Don't renegotiate a non-linked pad. Allows audio only decoding.
25876 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25877 (gst_deinterlace_link), (gst_deinterlace_init):
25878 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25879 (gst_videodrop_link):
25880 Some caps negotiation fixes
25882 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25884 * ext/tarkin/gsttarkin.c :
25885 - Change RANK from NONE to PRIMARY
25886 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25887 - Change RANK from NONE to MARGINAL
25888 * ext/divx/gstdivxenc.c :
25889 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25891 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25893 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25894 (gst_vorbisenc_push_packet):
25895 copy a function that was added between 1.0 and 1.0.1 until we
25896 depend on worthwhile features of post-1.0
25898 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25901 enable shout2 by default
25902 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25903 (gst_shout2send_base_init), (gst_shout2send_init),
25904 (gst_shout2send_connect), (gst_shout2send_change_state):
25905 * ext/shout2/gstshout2.h:
25906 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25908 * ext/theora/theora.c: (plugin_init):
25909 don't set rank on encoders
25911 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25913 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25914 Use codec_data property instead of flag1 and flag2 for wma
25916 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25918 * gst/cdxaparse/gstcdxaparse.c :
25919 - Add mpegversion to CAPS to make it link
25920 - Rank is as GST_RANK_SECONDARY instead of NONE
25921 * gst/auparse/gstauparse.c :
25922 - Document all audio encoding we can encounter from Solaris 9
25923 headers and libsndfile information.
25924 - Increase max. rate from 48000 to 192000 (to match other elements)
25925 - Don't try to play junk data between header and samples
25927 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25929 * ext/libvisual/visual.c: (gst_visual_getcaps):
25930 use the right caps depending on endianness (I hope)
25931 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25932 use GST_RANK_NONE for all non-decoding elements or spider gets
25935 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25937 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25938 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25940 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25942 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25943 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25944 (gst_switch_loop), (gst_switch_get_type):
25945 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25946 HEADERS. Had to be said.
25948 2004-05-10 David Schleef <ds@schleef.org>
25950 * configure.ac: Add prototype Dirac support.
25952 * ext/dirac/Makefile.am:
25953 * ext/dirac/gstdirac.cc:
25954 * ext/dirac/gstdiracdec.cc:
25956 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25958 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25959 (gst_auparse_init), (gst_auparse_chain),
25960 (gst_auparse_change_state):
25961 Hack around spider. Remove me some day please.
25963 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25965 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25966 Fix for some uninitialized variables in previous patch, also
25967 makes it work. Fixes #142286 while we're at it.
25969 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25971 * gst/auparse/gstauparse.c:
25972 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25973 only unsupported formats are ADPCM/CCITT G.72x
25975 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25977 2004-05-10 Wim Taymans <wim@fluendo.com>
25979 * ext/vorbis/Makefile.am:
25980 * ext/vorbis/README:
25981 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25982 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25983 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25984 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25985 (gst_oggvorbisenc_convert_sink),
25986 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25987 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25988 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25989 (get_constraints_string), (update_start_message),
25990 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25991 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25992 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25993 * ext/vorbis/oggvorbisenc.h:
25994 * ext/vorbis/vorbis.c: (plugin_init):
25995 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25996 (raw_caps_factory), (gst_vorbisenc_class_init),
25997 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25998 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25999 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
26000 * ext/vorbis/vorbisenc.h:
26001 Added a raw vorbis encoder to be used with the oggmuxer.
26002 We still need the old encoder for some gnome applications,
26003 read the README to find out how that works.
26004 The raw encoder is called "rawvorbisenc" until 0.9.
26006 2004-05-10 Wim Taymans <wim@fluendo.com>
26008 * ext/ogg/gstogg.c: (plugin_init):
26009 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
26011 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26012 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26013 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26014 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26015 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26016 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26017 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26018 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26019 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26020 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26021 Added an ogg muxer.
26022 Small typo fixes in the demuxer.
26024 2004-05-10 Wim Taymans <wim@fluendo.com>
26026 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26027 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26028 (theora_enc_change_state), (theora_enc_set_property),
26029 (theora_enc_get_property):
26030 Mark the last packet with an EOS flag which is not really needed
26032 Do some better video framerate initialisation.
26033 Update the buffer timestamp.
26035 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
26037 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26038 Return the result of the parent state change call
26040 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26042 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26043 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26044 * gst/law/alaw-encode.c : (idem)
26045 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26046 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26047 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26049 2004-05-09 Benjamin Otte <otte@gnome.org>
26051 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26052 don't use a fixed buffer size when writing variable length data to
26053 it. Fixes memory corruption and makes alsasrc work
26055 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26057 * ext/gnomevfs/gstgnomevfssink.c:
26058 (_gst_boolean_allow_overwrite_accumulator),
26059 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26060 Run glib's default signal handler (??) in RUN_CLEANUP rather than
26061 RUN_LAST, and don't use that to set the accumulator value because
26062 then it's always FALSE.
26064 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26066 * gst-libs/gst/riff/riff-media.c:
26067 (gst_riff_create_video_caps_with_data),
26068 (gst_riff_create_audio_caps),
26069 (gst_riff_create_audio_template_caps):
26070 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26071 Fix for unaligned RIFF files (i.e. where all the chunks together
26072 in a LIST chunk are not of the same size as the size given in
26073 the LIST chunk header). Fixes several odd WAVE files. Also fix
26074 ADPCM (block_align property) in audio, so that wavparse based
26075 on this works now as it used to stand-alone.
26077 2004-05-09 Edward Hervey <bilboed@bilboed.com>
26079 reviewed by Benjamin Otte <otte@gnome.org>
26081 * ext/a52dec/gsta52dec.c:
26082 * ext/divx/gstdivxdec.c:
26083 * ext/divx/gstdivxenc.c:
26084 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26085 * ext/faac/gstfaac.c: (gst_faac_base_init):
26086 * ext/faad/gstfaad.c: (gst_faad_base_init):
26087 * ext/ivorbis/vorbisfile.c:
26088 * ext/lame/gstlame.c:
26089 * ext/libfame/gstlibfame.c:
26090 * ext/mpeg2enc/gstmpeg2enc.cc:
26091 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26092 * ext/sidplay/gstsiddec.cc:
26093 * ext/speex/gstspeexdec.c:
26094 * ext/speex/gstspeexenc.c:
26095 * ext/xvid/gstxviddec.c:
26096 * ext/xvid/gstxvidenc.c:
26097 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26100 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
26102 * ext/alsa/gstalsa.c: (device_list),
26103 (gst_alsa_class_probe_devices):
26104 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26105 Fix alsa oddness in mixer after the combination of using mixer
26106 in source/sink elements and using hw:x,y instead of just hw:x.
26108 2004-05-09 Benjamin Otte <otte@gnome.org>
26110 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26111 (gst_wavparse_create_sourcepad):
26112 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26115 2004-05-09 Benjamin Otte <otte@gnome.org>
26117 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26118 allow discont events before caps nego
26120 2004-05-08 Benjamin Otte <otte@gnome.org>
26122 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26125 2004-05-08 Benjamin Otte <otte@gnome.org>
26127 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26128 (gst_level_change_state), (gst_level_init):
26129 * gst/level/gstlevel.h:
26130 figure out if we're initialized directly instead of keeping a
26131 variable that's wrong in 90% of cases
26132 don't initialize pads and then leak them and use a new unitialized
26133 pad. (fixes #142084)
26134 these were bugs so n00bish I didn't find them for an hour :/
26136 2004-05-08 Iain <iain@prettypeople.org>
26138 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26139 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26140 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26141 return the length that was read.
26142 (gst_riff_read_strf_auds): Allow fmt tags as well.
26144 2004-05-07 David Schleef <ds@schleef.org>
26146 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26147 signed char assumption in faad.h.
26149 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26151 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26152 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26154 2004-05-07 Colin Walters <walters@redhat.com>
26156 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26157 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26159 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26160 Add dispose function.
26162 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
26163 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26164 Fix caps nego and pad templates. RGB mode caps should
26166 * ext/dvdnav/gst-dvd:
26167 Move mpeg2dec inside the thread because otherwise the
26168 queue rejects cap changes mid-stream
26169 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26170 (gst_mpeg2dec_flush_decoder):
26171 For mpeg2dec > 0.4.0, call the flush function instead of
26172 manually extracting all in-flight frames.
26173 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26174 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26175 Change mime type video/dv go video/x-dv to match the
26176 rest of gst-plugins
26178 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26180 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26181 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26182 (gst_alsa_sink_class_init):
26183 * ext/alsa/gstalsasink.h:
26184 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26185 (gst_alsa_src_class_init):
26186 * ext/alsa/gstalsasrc.h:
26187 Make alsasink/src a subclass of alsamixer so that mixer stuff
26188 shows up in gst-rec. Needs some finetuning.
26190 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
26192 * ext/lame/gstlame.c: (gst_lame_chain):
26194 * ext/mad/gstmad.c: (gst_mad_handle_event):
26196 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26197 be able to detect mp3 files < 4096 bytes
26199 2004-05-06 Wim Taymans <wim@fluendo.com>
26201 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26202 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26203 (theora_enc_set_property), (theora_enc_get_property):
26204 Also encode the first frame, cleanup some code.
26206 2004-05-06 Wim Taymans <wim@fluendo.com>
26208 * ext/mpeg2enc/gstmpeg2enc.cc:
26209 Forward events first before deciding that negotiation was
26212 2004-05-06 Wim Taymans <wim@fluendo.com>
26214 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26215 First process the events before deciding that negotiation
26218 2004-05-06 Wim Taymans <wim@fluendo.com>
26220 * ext/theora/Makefile.am:
26221 * ext/theora/theora.c: (plugin_init):
26222 * ext/theora/theoradec.c: (theora_dec_change_state):
26223 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26224 (gst_theora_enc_class_init), (gst_theora_enc_init),
26225 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26226 (theora_enc_chain), (theora_enc_change_state),
26227 (theora_enc_set_property), (theora_enc_get_property):
26228 Added a theora encoder, grouped the encoder and decoder into the
26231 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
26233 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26234 (gst_jpegenc_chain):
26235 fix DURATION on outgoing buffers
26236 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26237 debug using time formats
26238 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26240 (gst_xvimagesink_sink_link):
26241 windows with width/height 0 generate X errors, so don't allow them
26243 2004-05-05 Wim Taymans <wim@fluendo.com>
26245 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26246 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26247 (gst_mpeg2dec_negotiate_format):
26248 * ext/mpeg2dec/gstmpeg2dec.h:
26249 removed the static pad template so that we can add the
26250 more accurate framerate value to the caps.
26253 2004-05-04 Benjamin Otte <otte@gnome.org>
26256 check for kdemacros.h, too (should fix #141821)
26257 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26258 don't crash if no header was sent, but nicely error out (fixes part
26261 2004-05-04 Wim Taymans <wim@fluendo.com>
26263 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26264 parent dispose function to avoid segfault on destroy.
26266 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
26268 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26271 (gst_xvimagesink_sink_link):
26272 clean up debugging caps
26273 also recreate xvimage when format has changed
26275 2004-05-04 Benjamin Otte <otte@gnome.org>
26277 * ext/libvisual/Makefile.am:
26278 * ext/libvisual/visual.c: (gst_visual_class_init),
26279 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26280 (gst_visual_srclink), (gst_visual_chain),
26281 (gst_visual_change_state), (plugin_init):
26282 use a GstAdapter to correctly adapt buffer sizes - allows using a
26285 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26287 * sys/v4l/gstv4lelement.h:
26288 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26289 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26290 (gst_v4lsrc_buffer_free):
26291 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26292 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26293 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26294 (gst_v4lsrc_requeue_frame):
26295 move some debugging categories around
26296 query for fps index and set accordingly if found
26298 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26300 * ext/lame/gstlame.c:
26301 correct defaults that lame_init puts out of range
26303 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26305 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26306 (gst_divxenc_class_init):
26307 fix range since -1 is the default
26308 * gst/mpeg1sys/gstmpeg1systemencode.c:
26309 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26310 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26311 (gst_rtjpegdec_chain):
26312 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26313 (gst_rtjpegenc_chain):
26314 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26315 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26316 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26317 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26318 * sys/v4l/gstv4lsrc.c:
26319 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26320 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26321 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26322 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26323 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26324 remove gst_info calls
26326 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26335 Updated translations
26337 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26339 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26340 refactor/comment code
26342 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26344 * gst/asfdemux/Makefile.am:
26345 * gst/asfdemux/asfheaders.c:
26346 * gst/asfdemux/asfheaders.h:
26347 * gst/asfdemux/gstasf.c: (plugin_init):
26348 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26349 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26350 (gst_asf_demux_setup_pad):
26351 * gst/asfdemux/gstasfdemux.h:
26352 * gst/asfdemux/gstasfmux.c:
26353 * gst/asfdemux/gstasfmux.h:
26354 Add tagging support to demuxer, split out registration in its own
26355 file instead of in demux (hacky), and prevent having some tables
26356 in our memory multiple times (in asfheaders.h).
26358 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26360 * gst/matroska/matroska-demux.c:
26361 (gst_matroska_demux_parse_metadata):
26362 * gst/matroska/matroska-ids.h:
26363 Basic tag reading support.
26365 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26367 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26368 Really detect ac-3 audio.
26369 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26370 really detect matroska files (off-by-1).
26372 2004-04-30 David Schleef <ds@schleef.org>
26374 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26375 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26376 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26377 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26378 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26379 hackage -- parse a lot more atoms, extract a few tags. One might even
26380 mistake this for tag support. Maybe it is.
26381 * gst/qtdemux/qtdemux.h:
26383 2004-04-30 Colin Walters <walters@verbum.org>
26385 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26387 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26389 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26390 (gst_ffmpegcolorspace_getcaps):
26391 remove broken nego fix
26393 2004-04-30 Benjamin Otte <otte@gnome.org>
26397 * ext/libvisual/Makefile.am:
26398 * ext/libvisual/visual.c:
26399 add initial support for libvisual (http://libvisual.sourceforge.net)
26400 libvisual is still quite alpha, so expect crashes in there :)
26402 2004-04-29 David Schleef <ds@schleef.org>
26404 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26405 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26406 up qtdemux to make it spit out codec_data. Do _not_ look at this
26407 code; you will no longer respect me.
26409 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26411 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26412 * ext/alsa/gstalsa.h :
26413 change alsa pcm device discovery to find more than 1 device
26414 per card. code review by Ronald.
26416 2004-04-29 David Schleef <ds@schleef.org>
26418 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26419 Add a check for a driver bug on FreeBSD. (bug #140565)
26421 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26423 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26424 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26425 (gst_jpegenc_getcaps):
26426 move format setting to inner loop
26427 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26428 (gst_ffmpegcolorspace_getcaps):
26429 use GST_PAD_CAPS if available so that we use already negotiated
26431 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26432 (qtdemux_parse_moov), (qtdemux_parse):
26434 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26435 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26436 move hardcoded path to DEFINE
26438 2004-04-28 David Schleef <ds@schleef.org>
26440 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26443 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26445 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26446 Don't probe for playback device if we're a source element. Fixes
26449 2004-04-29 Benjamin Otte <otte@gnome.org>
26451 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26452 (gst_id3_tag_chain):
26453 rewrite buffer offset
26455 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26459 * ext/dts/Makefile.am:
26460 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26461 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26462 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26463 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26464 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26465 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26467 * ext/dts/gstdtsdec.h:
26469 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26470 (gst_faad_srcconnect):
26471 Add ESDS atom handling (.m4a).
26473 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26475 * ext/divx/gstdivxdec.c: (plugin_init):
26476 Remove comment that makes no sense.
26477 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26478 Fix for obvious typo that resulted in warnings during gst-register.
26479 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26480 (gst_xviddec_sink_link):
26481 Fix caps negotiation a bit better.
26482 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26483 We call this 'codec_data', not 'esds'.
26485 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26487 * gst/monoscope/gstmonoscope.c:
26488 make sure we only provide 256x128
26489 * gst/monoscope/monoscope.c: (monoscope_init):
26490 assert size of 256x128
26492 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26495 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26496 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26497 fixate to max width and height of device
26499 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26502 * sys/v4l/gstv4l.c:
26503 * sys/v4l/gstv4lsrc.c:
26504 * sys/v4l/v4l_calls.c:
26505 * sys/v4l/v4lsrc_calls.c:
26506 fix for qc-usb driver which fakes having more than one buffer
26507 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26508 buffer_free override
26511 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26514 * gst/videotestsrc/gstvideotestsrc.c:
26515 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26516 (gst_videotestsrc_init), (gst_videotestsrc_get),
26517 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26518 * gst/videotestsrc/gstvideotestsrc.h:
26519 add num-buffers property
26521 2004-04-26 Benjamin Otte <otte@gnome.org>
26523 * ext/mad/gstid3tag.c: (plugin_init):
26524 set id3mux rank to NONE so it doesn't confuse spider
26525 require audio/mpeg,mpegversion=1 in id3mux
26527 2004-04-26 Benjamin Otte <otte@gnome.org>
26530 detect faad correctly as non-working if it's indeed non-working
26532 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26535 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26536 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26537 fix _getcaps so it only negotiates to its supported format
26539 2004-04-25 Benjamin Otte <otte@gnome.org>
26541 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26544 2004-04-23 Benjamin Otte <otte@gnome.org>
26546 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26547 audio/x-raw-int with height rules! not. Now it's depth.
26549 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26551 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26552 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26553 (gst_wavparse_loop):
26554 Missing variable initialization. Add handling of DVI ADPCM. Fix
26555 mis-parsing of LIST chunks. This works around a bug where we mis-
26556 parse non-aligning LIST chunks (so LIST chunks where the contents
26557 don't align with the actual LIST size). The correct fix is to use
26558 rifflib, I'm not going to fix wavparse - too much work. All this
26561 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26563 reviewed by Benjamin Otte <otte@gnome.org>
26565 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26566 fix shoutcast not working (fixes #140844)
26568 2004-04-22 Benjamin Otte <otte@gnome.org>
26570 * ext/hermes/gsthermescolorspace.c:
26571 (gst_hermes_colorspace_caps_remove_format_info):
26572 * gst/colorspace/gstcolorspace.c:
26573 (gst_colorspace_caps_remove_format_info):
26574 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26575 (gst_ffmpegcolorspace_caps_remove_format_info):
26576 s/gst_caps_simplify/gst_caps_do_simplify/
26578 2004-04-22 Benjamin Otte <otte@gnome.org>
26580 * gst-libs/gst/riff/riff-media.c:
26581 (gst_riff_create_video_caps_with_data):
26582 mpegversion is an int
26583 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26584 don't try to create pad templates with NULL caps, use any caps
26587 2004-04-20 David Schleef <ds@schleef.org>
26589 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26590 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26593 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26595 reviewed by David Schleef
26597 * ext/mad/gstid3tag.c: Add stdlib.h
26598 * gst/rtp/gstrtpgsmenc.c: same
26599 * gst/tags/gstid3tag.c: same
26600 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26601 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26602 GST_DISABLE_LOADSAVE use.
26603 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26604 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26605 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26607 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26608 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26610 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26611 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26613 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26616 2004-04-20 David Schleef <ds@schleef.org>
26618 * gst/realmedia/rmdemux.c: This was supposed to part of the
26619 last checkin. Same idea.
26621 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26623 reviewed by David Schleef
26625 * configure.ac: bump required gstreamer version to 0.8.1.1
26626 because of following changes [--ds]
26628 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26629 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26630 (gst_riff_read_header): Use GST_READ_UINT*
26631 macros to access possibly unaligned memory.
26633 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26634 (mp3_type_find): Use GST_READ_UINT*
26635 macros to access possibly unaligned memory.
26636 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26637 (speex_type_find): Likewise
26639 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26641 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26642 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26643 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26644 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26645 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26646 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26647 macros to access possibly unaligned memory.
26649 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26652 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26653 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26655 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26658 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26659 (gst_mpeg2subt_chain_subtitle): Likewise.
26661 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26662 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26665 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26668 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26671 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26674 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26677 update required version of GStreamer because of GST_TIME_FORMAT
26679 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26681 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26682 remove leftover g_print
26683 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26684 don't try setting only a subset of the caps. We don't want to kill
26685 autoplugging on purpose
26687 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26689 * sys/ximage/ximagesink.c: (plugin_init):
26690 * sys/xvimage/xvimagesink.c: (plugin_init):
26691 add debugging categories
26693 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26697 Adding en_GB translation (Gareth Owen)
26699 2004-04-20 David Schleef <ds@schleef.org>
26701 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26702 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26703 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26704 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26705 A number of new features and hacks to extract the esds atom and
26706 put it into the caps. (bug #137724)
26708 2004-04-19 David Schleef <ds@schleef.org>
26710 * gconf/Makefile.am: Fix for non-GNU make
26711 * gst-libs/gst/Makefile.am: Change directory order to handle
26712 GstPlay linking with gstinterfaces
26713 * gst-libs/gst/audio/make_filter: make use of tr portable
26714 * gst-libs/gst/play/Makefile.am: Add intended \
26715 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26716 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26717 function prototype instead of void *.
26718 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26720 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26721 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26722 * gst/videofilter/make_filter: make use of tr portable
26723 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26725 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26729 Added Ukrainian translation (Maxim V. Dziumanenko)
26731 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26733 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26734 (gst_gsmdec_link), (gst_gsmdec_chain):
26735 Fix capsnego, simplify chain function slightly.
26736 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26739 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26741 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26742 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26743 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26744 Hack to make wavparse work with spider (always -> sometimes pad).
26745 Fixes #135862 && #140411.
26747 2004-04-18 Benjamin Otte <otte@gnome.org>
26749 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26750 (gst_osselement_rate_probe_check),
26751 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26752 get rid of \n in debug output
26754 2004-04-17 Iain <iain@prettypeople.org>
26756 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26759 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26761 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26762 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26763 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26764 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26765 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26766 (gst_id3_tag_change_state), (plugin_init):
26767 deprecate id3tag element and replace with id3demux/id3mux.
26768 great side effect: this ugly file is now even uglier, yay!
26769 * ext/mad/gstmad.h:
26770 remove non-available function
26771 update for new get_type
26773 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26776 require mpeg2dec >= 0.4.0
26778 2004-04-17 Benjamin Otte <otte@gnome.org>
26780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26781 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26782 (gst_xvimagesink_set_xwindow_id):
26783 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26784 assorted cleanup fixes.
26786 2004-04-16 David Schleef <ds@schleef.org>
26788 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26789 * sys/xvimage/xvimagesink.h: same
26791 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26793 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26794 Fix GST_ELEMENT_ERROR with (NULL)
26796 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26798 * gst-libs/gst/riff/riff-media.c:
26799 (gst_riff_create_video_caps_with_data):
26800 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26802 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26804 * gst-libs/gst/riff/riff-media.c:
26805 (gst_riff_create_video_caps_with_data),
26806 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26807 (gst_riff_create_video_template_caps),
26808 (gst_riff_create_audio_template_caps):
26809 * gst-libs/gst/riff/riff-media.h:
26810 * gst-libs/gst/riff/riff-read.c:
26811 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26812 * gst-libs/gst/riff/riff-read.h:
26813 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26814 Add MS RLE support. I added some functions to read out strf chunks
26815 into strf chunks and the data behind it. This is usually color
26816 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26817 caps creation. Lastly, add ADPCM (similar to wavparse - which
26818 should eventually be rifflib based).
26819 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26820 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26821 * gst/matroska/matroska-demux.h:
26822 Remove placeholders for some prehistoric tagging system. Didn't add
26823 support for any tag system really anyway.
26824 * gst/qtdemux/qtdemux.c:
26825 Add support for audio/x-m4a (MPEG-4) through spider.
26826 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26827 (gst_wavparse_loop):
26828 ADPCM support (#135862). Increase max. buffer size because we
26829 cannot split buffers for ADPCM (screws references) and I've seen
26830 files with 2048 byte chunks. 4096 seems safe for now.
26832 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26834 * configure.ac: bump nano to 1
26836 === release 0.8.1 ===
26838 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26840 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26842 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26844 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26845 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26848 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26850 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26851 lower rank of dvddemux so that it's not used for mpeg playback.
26853 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26856 save libs correctly when checking mad
26858 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26860 * ext/mad/gstid3tag.c: (plugin_init):
26861 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26863 2004-04-13 David Schleef <ds@schleef.org>
26865 * common/m4/gst-feature.m4: Call -config scripts with
26866 --plugin-libs if it is supported.
26867 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26868 JPEG images are image/jpeg.
26869 * gst/debug/Makefile.am:
26870 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26871 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26872 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26873 (gst_negotiation_plugin_init): Add a property that acts like
26875 * testsuite/gst-lint: Move license checking to be a standard
26878 2004-04-13 David Schleef <ds@schleef.org>
26880 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26881 patch from Sebastien Cote (bug #139958)
26883 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26885 * examples/gstplay/Makefile.am:
26886 * examples/gstplay/player.c: (main):
26887 make the commandline player example use gconf settings
26889 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26891 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26892 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26893 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26894 init/end library during state transition, not object
26895 creation/disposal. get rid of custom dispose handler.
26898 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26900 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26903 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26905 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26906 Handle JUNK chunks inside data section. Prevents warnings.
26908 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26910 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26911 (gst_riff_create_video_template_caps):
26913 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26914 (gst_avi_demux_stream_data):
26915 Add support for "rec-list" chunks.
26917 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26919 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26920 Fix another codecname mismatch.
26922 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26924 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26925 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26926 so that MJPEG plays back.
26928 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26930 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26931 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26932 * gst/mpeg1videoparse/gstmp1videoparse.h:
26933 Fix for some slight mis-cuts in buffer parsing, and for some
26934 potential overflows or faults-causers. Adds disconts. Also fixes
26935 #139105 while we're at it.
26937 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26940 * sys/v4l2/gstv4l2element.h:
26941 Workaround for missing struct v4l2_buffer declaration in Suse 9
26942 and Mandrake 10 linux/videodev2.h header file (#135919).
26944 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26946 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26947 Bail out if no filename was given.
26949 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26951 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26952 (gst_v4l2_fourcc_from_structure):
26953 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26956 2004-04-09 Benjamin Otte <otte@gnome.org>
26958 * ext/gnomevfs/gstgnomevfssink.c:
26959 (_gst_boolean_allow_overwrite_accumulator),
26960 (gst_gnomevfssink_class_init):
26961 fix erase signal - if any handler returns false the file will not be
26962 overwritten. If no handler is connected, the file will not be
26963 overwritten either.
26964 renamed signal to "allow-overwrite"
26965 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26966 free string when adding it to ID3 failed
26967 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26968 unref event when done
26969 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26971 * gst/typefind/gsttypefindfunctions.c:
26972 (mpeg_video_stream_type_find):
26975 2004-04-08 David Schleef <ds@schleef.org>
26977 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26978 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26980 2004-04-08 David Schleef <ds@schleef.org>
26982 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26983 we don't support (bug #139532)
26985 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26987 * ext/mad/gstmad.c: (gst_mad_handle_event),
26988 (gst_mad_check_caps_reset), (gst_mad_chain),
26989 (gst_mad_change_state):
26990 only set explicit caps if they haven't been set before for
26991 this stream. MPEG-audio sample rate/channels aren't allowed
26992 to change in-stream.
26995 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26997 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26998 (_gst_boolean_did_something_accumulator),
26999 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
27000 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
27001 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
27002 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
27003 (gst_gnomevfssink_change_state):
27004 Fix erase signal. Don't erase by default. Remove handoff signal.
27005 Remove erase property. Don't segfault. General cleanup.
27007 2004-04-07 Benjamin Otte <otte@gnome.org>
27009 * gst-libs/gst/gconf/test-gconf.c: (main):
27010 add missing gst_init
27012 2004-04-07 Benjamin Otte <otte@gnome.org>
27014 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27015 free the mutexes, too
27017 2004-04-07 Benjamin Otte <otte@gnome.org>
27019 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27020 actually free the URI string
27021 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27022 compute offset correctly when passing discont events
27023 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27024 don't leak discont events
27025 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27026 add some missing breaks so caps aren't copied randomly
27027 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27028 if we realloc memory, we better use it
27030 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27032 * ext/mad/gstmad.c: (normal_seek):
27033 fix GST_FORMAT_TIME usage
27035 2004-04-05 David Schleef <ds@schleef.org>
27037 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
27038 a deprecated function (hack!)
27040 2004-04-05 Benjamin Otte <otte@gnome.org>
27042 * ext/esd/esdmon.c: (gst_esdmon_get):
27043 fix nonterminated vararg and memleak
27045 2004-04-05 Benjamin Otte <otte@gnome.org>
27047 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27048 (gst_ladspa_init), (gst_ladspa_force_src_caps),
27049 (gst_ladspa_set_property), (gst_ladspa_get_property),
27050 (gst_ladspa_instantiate), (gst_ladspa_activate),
27051 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27054 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
27056 reviewed by Benjamin Otte <otte@gnome.org>
27058 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27059 check for broken LADSPA parameters (fixes #138635)
27061 2004-04-05 Benjamin Otte <otte@gnome.org>
27063 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27064 advertise buffer-frames correctly on sinkpads
27066 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27068 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27069 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27070 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27071 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27072 (gst_mad_check_caps_reset), (gst_mad_chain):
27073 add more debugging, only reset caps when we're not in error state
27075 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27077 * ext/mad/gstmad.c: add debugging category, comment + cleanups
27079 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27081 reviewed by Benjamin Otte <otte@gnome.org>
27084 fix == in test(1) operator
27086 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27088 reviewed by Benjamin Otte <otte@gnome.org>
27091 fix --export-symblos-regex to a working regex.
27093 2004-04-04 Benjamin Otte <otte@gnome.org>
27095 * sys/oss/.cvsignore:
27098 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
27100 reviewed by Benjamin Otte <otte@gnome.org>
27102 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27103 add missing 'new_media' argument (fixes #138168)
27104 * gst/matroska/matroska-demux.c:
27105 (gst_matroska_demux_handle_seek_event):
27106 add vararg terminator (fixes #138169)
27108 2004-04-02 David Schleef <ds@schleef.org>
27110 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
27111 disted (bug #138914)
27113 2004-04-01 Benjamin Otte <otte@gnome.org>
27115 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27116 (gst_alsa_close_audio):
27117 handle case better where a soundcard can't pause
27118 * ext/ogg/gstoggdemux.c:
27119 don't crash when we get events but don't have pads yet
27121 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27123 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27124 throw an error if we couldn't probe any caps.
27126 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27128 * ext/dvdnav/gst-dvd:
27129 Add a really simple sample DVD player
27131 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27133 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27134 (gst_a52dec_push), (gst_a52dec_handle_event),
27135 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27136 (gst_a52dec_change_state):
27137 * ext/a52dec/gsta52dec.h:
27138 Use a debug category, Output timestamps correctly
27139 Emit tag info, Handle events, tell liba52dec about cpu
27140 capabilities so it can use MMX etc.
27141 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27142 Fix a crasher accessing invalid memory
27143 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27144 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27145 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27146 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27148 Some support for byte-format seeking.
27149 Small fixes for still frames and menu button overlays
27150 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27151 (gst_mpeg2dec_alloc_buffer):
27152 Use a debug category. Adjust the report level of several items to
27153 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27154 so it doesn't lose the GstBuffer pointer
27155 * gst/debug/Makefile.am:
27156 * gst/debug/gstdebug.c: (plugin_init):
27157 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27158 (gst_navseek_base_init), (gst_navseek_class_init),
27159 (gst_navseek_init), (gst_navseek_seek),
27160 (gst_navseek_handle_src_event), (gst_navseek_set_property),
27161 (gst_navseek_get_property), (gst_navseek_chain),
27162 (gst_navseek_plugin_init):
27163 * gst/debug/gstnavseek.h:
27164 Add the navseek debug element for seeking back and forth in a
27165 video stream using arrow keys.
27166 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27167 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27168 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27169 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27170 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27171 (gst_mpeg2subt_parse_header), (gst_get_nibble),
27172 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27173 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27174 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27175 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27176 * gst/mpeg2sub/gstmpeg2subt.h:
27177 Pretty much a complete rewrite. Now a loopbased element. May still
27178 require work to properly synchronise subtitle buffers.
27179 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27180 (gst_dvd_demux_send_subbuffer):
27181 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27182 Don't attempt to create subbuffers of size 0
27183 Reduce a couple of error outputs to warnings.
27184 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27185 (gst_y4mencode_chain):
27186 Output the y4m frame header correctly.
27188 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27190 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27191 throw errors instead of allowing SIGFPE
27193 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27195 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27196 (gst_gconf_render_bin_from_key):
27197 leak plugging and style fixing
27199 2004-03-31 David Schleef <ds@schleef.org>
27201 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27202 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27204 * gst/debug/Makefile.am:
27205 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27206 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
27208 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27209 (gst_negotiation_base_init), (gst_negotiation_class_init),
27210 (gst_negotiation_init), (gst_negotiation_getcaps),
27211 (gst_negotiation_pad_link), (gst_negotiation_chain),
27212 (gst_negotiation_set_property), (gst_negotiation_get_property),
27213 (gst_negotiation_plugin_init): New element to talk about random
27214 negotiation things happening in a pipeline.
27216 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27218 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27219 fix integer addition with help of Stefan Kost
27221 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27223 * po/nl.po: updated Dutch translation (Elros Cyriatan)
27225 2004-03-30 David Schleef <ds@schleef.org>
27227 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27228 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
27229 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27231 * ext/mpeg2dec/gstmpeg2dec.h:
27233 2004-03-30 David Schleef <ds@schleef.org>
27235 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27237 2004-03-30 David Schleef <ds@schleef.org>
27239 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
27240 Michael Petullo) to handle .mov
27242 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27244 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27245 (gst_osselement_rate_check_rate):
27246 probe caps correctly for sound cards that only support one format
27248 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27250 * ext/kio/kiosrc.cpp: (process_events):
27251 update handling event processing if inside KDE - untested
27253 2004-03-29 David Schleef <ds@schleef.org>
27255 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27256 by 2 to not interfere with other colorspaces.
27257 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27258 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27259 one to not interfere with ffmpeg_colorspace.
27261 2004-03-29 David Schleef <ds@schleef.org>
27263 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27264 aren't in the caps.
27265 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27266 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27268 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27270 * gst-libs/gst/riff/riff-media.c:
27271 fail on error, don't try to set stuff on NULL caps
27273 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27277 * ext/kio/Makefile.am:
27278 * ext/kio/kioreceiver.cpp:
27279 * ext/kio/kioreceiver.h:
27280 * ext/kio/kiosrc.cpp:
27281 * ext/kio/kiosrc.h:
27282 add experimental kiosrc plugin
27283 * ext/alsa/gstalsaplugin.c: (plugin_init):
27284 initialize debugging category only when we're sure registering the
27287 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27289 * examples/gstplay/player.c: (main):
27290 * gst-libs/gst/play/play.c: (gst_play_class_init),
27291 (gst_play_set_location), (gst_play_set_data_src),
27292 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27293 (gst_play_set_visualization), (gst_play_connect_visualization):
27294 check return values of element_set_state and return FALSE where
27297 2004-03-29 Benjamin Otte <otte@gnome.org>
27299 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27300 try harder to check if an event is really a discont
27302 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27304 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27307 2004-03-28 Benjamin Otte <otte@gnome.org>
27309 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27310 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27311 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27312 get rid of non-standard "..." ranges in case statements.
27314 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27316 * gst/mpegstream/gstmpegdemux.c:
27317 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27318 specific functionality split to the new dvddemux element.
27319 * gst/mpegstream/gstdvddemux.c:
27320 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27321 streams, derived from mpegdemux.
27322 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27323 up. SCR based timestamp rewriting can be turned off (will probably
27324 completely disappear soon).
27325 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27326 hacking. General cleanup. All printf statements replaced by
27327 debugging messages. Almost complete libdvdnav support.
27328 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27329 by events. New properties for audio and subpicture languages.
27330 (dvdnavsrc_update_highlight): Now uses events.
27331 (dvdnavsrc_user_op): Cleaned up.
27332 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27333 based). Lots of cleanup, and propper support for most libdvdnav
27335 (dvdnavsrc_make_dvd_event): New function.
27336 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27337 (dvdnavsrc_make_clut_change_event): New function.
27339 2004-03-26 Benjamin Otte <otte@gnome.org>
27341 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27342 fix bug where typefinding would claim it's theora whenever less then
27343 7 bytes of data were available
27345 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27347 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27348 (gst_alawdec_base_init), (gst_alawdec_class_init),
27349 (gst_alawdec_init), (gst_alawdec_chain):
27350 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27351 (gst_alawenc_base_init), (gst_alawenc_class_init),
27352 (gst_alawenc_init), (gst_alawenc_chain):
27353 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27354 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27355 (gst_mulawdec_init), (gst_mulawdec_chain):
27356 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27357 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27358 (gst_mulawenc_init), (gst_mulawenc_chain):
27359 Fix capsnego in all four, remove the unused property functions and
27360 simplify the chain functions slightly. I guess we could use macros
27361 or something similar for those, since the code is so similar, but
27362 I'm currently too lazy...
27364 2004-03-24 David Schleef <ds@schleef.org>
27366 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27367 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27368 (gst_osselement_get_format_structure),
27369 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27370 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27371 (gst_osselement_rate_int_compare): Add code to handle rate probing
27373 * sys/oss/gstosselement.h: same
27374 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27375 Use rate probing provided by osselement.
27376 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27378 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27380 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27381 (gst_xvidenc_get_property):
27384 2004-03-24 David Schleef <ds@schleef.org>
27386 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27387 (gst_speexdec_init):
27388 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27389 (gst_speexenc_init): Create the pad template correctly (from
27390 the static pad template, not a NULL pointer.)
27392 2004-03-25 Benjamin Otte <otte@gnome.org>
27394 * gst/debug/Makefile.am:
27395 * gst/debug/breakmydata.c:
27396 add element that quasi-randomly changes bytes in the stream.
27397 Intended use is robustness checking of demuxers and decoders in
27400 2004-03-24 Benjamin Otte <otte@gnome.org>
27402 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27403 (gst_alsa_probe_hw_params):
27404 * ext/alsa/gstalsa.h:
27405 debugging output fixes
27407 2004-03-24 Benjamin Otte <otte@gnome.org>
27409 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27410 don't g_return_if_fail if element is PLAYING, fail silently as every
27412 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27413 only fix needed for cast lvalue issues in gst-plugins
27414 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27417 2004-03-24 Benjamin Otte <otte@gnome.org>
27419 * gst/level/gstlevel.c: (gst_level_init):
27420 add proxying getcaps function, so level doesn't advertise impossible
27423 2004-03-24 David Schleef <ds@schleef.org>
27425 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27426 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27427 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27428 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27429 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27430 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27431 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27432 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27433 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27434 messages. Divide the chunk size by the compression ratio
27435 (needed for MACE audio)
27437 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27439 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27440 Fix buffer overflow read error.
27442 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27444 * ext/alsa/gstalsa.h:
27445 Remove unused entry.
27446 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27448 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27449 (gst_videodrop_link), (gst_videodrop_chain):
27450 Fix, sort of. Was horribly broken with new capsnego. Bah...
27452 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27454 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27456 Add a monkeysaudio typefind function
27458 2004-03-23 Johan Dahlin <johan@gnome.org>
27460 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27461 (gst_play_video_fixate): Check so the structure has the field
27462 before trying to fixate them, this makes it possible to have
27463 fakesinks for video and audio output without printing errors on
27464 the output console.
27466 2004-03-22 David Schleef <ds@schleef.org>
27468 * sys/oss/Makefile.am:
27469 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27470 (check_rate), (add_rate): Rate probing test app.
27472 2004-03-21 Benjamin Otte <otte@gnome.org>
27474 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27475 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27476 add a fixation function that pretty much does the right thing (fixes
27479 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27481 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27483 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27485 reviewed by: Benjamin Otte <otte@gnome.org>
27487 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27488 terminate gst_event_new_discontinuous correctly (fixes parts of
27491 2004-03-19 David Schleef <ds@schleef.org>
27493 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27494 since it doesn't depend on X, and it's part of our ABI.
27496 2004-03-19 Iain <iain@prettypeople.org>
27498 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27499 is_int in the structure, not the local variable.
27501 2004-03-19 David Schleef <ds@schleef.org>
27503 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27504 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27505 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27506 Improvements in caps negotiation.
27508 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27512 adding Afrikaans (Petri Jooste)
27514 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27516 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27517 (gst_ffmpegcolorspace_chain):
27518 throw error instead of g_critical (#137588)
27520 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27524 dist common and m4 correctly
27527 2004-03-17 David Schleef <ds@schleef.org>
27529 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27532 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27536 adding Swedish translation (Christian Rose)
27538 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27540 * Makefile.am: use release.mak
27542 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27544 * common/ChangeLog:
27545 * common/gst-autogen.sh:
27546 add some explanation about the version detection
27550 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27552 * configure.ac: bump nano to 1
27554 === release 0.8.0 ===
27556 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27558 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27560 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27563 update libtool version
27564 * gst-libs/gst/media-info/Makefile.am:
27565 actually use libtool version
27567 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27569 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27571 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27574 * gst-plugins.spec.in:
27575 * pkgconfig/Makefile.am:
27576 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27577 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27578 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27579 * pkgconfig/gstreamer-libs.pc.in:
27580 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27581 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27582 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27583 * pkgconfig/gstreamer-plugins.pc.in:
27584 remove @VERSION@ from some of the pc files since core and plugins
27586 created gstreamer-plugins.pc as it's a better name, but keeping
27587 -libs around for now to get fixes upstream done first.
27589 2004-03-15 Julien MOUTTE <julien@moutte.net>
27591 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27592 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27593 * gst-libs/gst/play/play.h:
27595 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27597 * *.c, *.cc: don't mix tabs and spaces
27599 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27601 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27602 use the new ffmpegcolorspace
27603 * gst-plugins.spec.in:
27604 package new colorspace and media-info
27606 * pkgconfig/Makefile.am:
27607 fix some more disting issues
27608 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27609 * pkgconfig/gstreamer-media-info.pc.in:
27610 generate media-info pc files
27612 2004-03-15 Johan Dahlin <johan@gnome.org>
27614 * *.h: Revert indenting
27616 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27619 adding ffmpegcolorspace element
27620 * gst/ffmpegcolorspace/Makefile.am:
27621 * gst/ffmpegcolorspace/avcodec.h:
27622 * gst/ffmpegcolorspace/common.h:
27623 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27624 * gst/ffmpegcolorspace/dsputil.h:
27625 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27626 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27627 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27628 (gst_ffmpeg_caps_to_pix_fmt):
27629 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27630 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27631 (gst_ffmpegcolorspace_caps_remove_format_info),
27632 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27633 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27634 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27635 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27636 (gst_ffmpegcolorspace_set_property),
27637 (gst_ffmpegcolorspace_get_property),
27638 (gst_ffmpegcolorspace_register):
27639 * gst/ffmpegcolorspace/imgconvert.c:
27640 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27641 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27642 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27643 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27644 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27645 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27646 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27647 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27648 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27649 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27650 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27651 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27652 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27653 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27654 (img_get_alpha_info), (deinterlace_line),
27655 (deinterlace_line_inplace), (deinterlace_bottom_field),
27656 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27657 * gst/ffmpegcolorspace/imgconvert_template.h:
27658 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27659 * gst/ffmpegcolorspace/mmx.h:
27660 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27661 adding ffmpegcolorspace element supplied by Ronald after cleaning
27662 up and pulling in the right bits of upstream source.
27663 I'm sure a better C/compiler wizard could do some cleaning up (for
27664 example use GLIB's malloc stuff), but as a first pass this
27667 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27669 * ext/alsa/gstalsa.h:
27670 I assume Ronald forgot to commit the change to have cardname
27671 as a struct member. Expect some public spanking at the next
27674 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27676 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27677 (gst_alsa_open_audio), (gst_alsa_close_audio):
27678 * ext/alsa/gstalsa.c:
27679 Don't open the device if we're a mixer (= padless).
27680 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27681 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27682 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27683 Open mixer during state change rather than during object
27684 initialization. Also, get a device name. Currently in a somewhat
27685 hackish fashion, but I didn't really find something better.
27687 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27689 * *.c, *.h: run gst-indent
27691 2004-03-14 Benjamin Otte <otte@gnome.org>
27693 * gst/modplug/gstmodplug.cc:
27694 * gst/modplug/gstmodplug.h:
27695 set correct timestamps on outgoing buffers
27697 2004-03-14 Benjamin Otte <otte@gnome.org>
27699 * gst/modplug/gstmodplug.cc:
27700 handle events - don't do crap when a discont arrives that's not
27702 This allows correct loading and playback of mods in Rhythmbox
27704 2004-03-14 Benjamin Otte <otte@gnome.org>
27707 * gst-libs/gst/gconf/Makefile.am:
27708 * pkgconfig/Makefile.am:
27709 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27710 they get rebuilt properly
27712 when checking for vorbis, try pkgconfig first.
27713 * gst/modplug/gstmodplug.cc:
27714 add fixate function
27716 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27718 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27719 Fix for obvious mistake, where we first shift the offset and then
27720 read a samplesize element assuming the old offset. Note that this
27721 part still has something weird, i.e. my movies containing those
27722 don't actually play well, but at least there's something that looks
27725 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27726 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27728 Add a typefind function for speex format
27730 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27732 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27733 (gst_asf_demux_setup_pad):
27734 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27735 instead of 0. Reason is simple: some elements have a fps range
27736 of 1-max instead of 0-max. So now ASF video actually works.
27738 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27742 adding serbian as a language
27744 2004-03-13 Benjamin Otte <otte@gnome.org>
27746 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27747 return taglist correctly from _get function, don't gst_pad_push it.
27750 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27751 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27753 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27755 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27756 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27757 (gst_alsa_mixer_track_new):
27758 * ext/alsa/gstalsamixertrack.h:
27759 Fix ancient leftovers... MixerTrack is a GObject.
27761 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27763 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27764 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27765 Don't block during probing...
27767 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27769 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27770 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27771 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27772 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27773 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27774 (gst_alsa_open_audio), (gst_alsa_close_audio):
27775 * ext/alsa/gstalsa.h:
27776 Add propertyprobe interface implementation, add some device-name
27777 property, all this so that it looks good in gnome-volume-control.
27779 2004-03-12 David Schleef <ds@schleef.org>
27781 * configure.ac: the Hermes library controls hermescolorspace, not
27783 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27784 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27786 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27787 * ext/sdl/sdlvideosink.h: ditto.
27788 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27790 2004-03-12 Benjamin Otte <otte@gnome.org>
27792 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27793 (gst_x_overlay_got_xwindow_id):
27794 * gst-libs/gst/xoverlay/xoverlay.h:
27795 replace XID with unsigned long to get rid of the xlibs dependency in
27796 XOverlay (fixes #137004)
27798 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27799 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27800 (gst_agingtv_setup):
27801 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27802 (gst_dicetv_base_init), (gst_dicetv_class_init),
27803 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27804 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27805 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27806 (gst_edgetv_setup), (gst_edgetv_rgb32):
27807 * gst/effectv/gsteffectv.c:
27808 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27809 (gst_quarktv_set_property):
27810 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27811 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27812 (gst_revtv_setup), (gst_revtv_rgb32):
27813 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27814 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27815 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27816 (gst_shagadelictv_rgb32):
27817 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27818 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27819 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27820 * gst/effectv/gstwarp.c:
27821 Port everything that can be ported to videofilter and fix up the caps.
27822 Can someone with a big-endian machine please check these?
27824 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27826 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27827 (gst_osssink_chain), (gst_osssink_change_state):
27828 Latest fixes for A/V sync, audio playback and such. This is about
27829 all... MPEG playback issues are mostly related to the async build-
27830 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27832 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27834 patch from: Stephane Loeuillet
27837 use pkg-config for some libraries, falling back to the old .m4 way
27842 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27845 * tools/Makefile.am:
27846 * tools/Makefile.in:
27847 * tools/gst-launch-ext-m.m:
27848 * tools/gst-launch-ext.1.in:
27849 * tools/gst-visualise-m.m:
27850 * tools/gst-visualise.1:
27851 * tools/gst-visualise.1.in:
27852 reorganizing generation of script tools
27854 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27856 * ext/divx/gstdivxdec.c:
27857 Downgrade priority. We prefer ffdec_mpeg4.
27858 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27859 (gst_faad_chain), (gst_faad_change_state):
27860 Fix capsnego. Doesn't work for some sounds because we don't have
27861 a 5:1 to stereo element.
27862 * ext/xvid/gstxvid.c: (plugin_init):
27864 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27865 (gst_osssink_change_state):
27866 Add discont handling.
27868 2004-03-09 Colin Walters <walters@verbum.org>
27870 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27873 2004-03-09 Benjamin Otte <otte@gnome.org>
27875 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27876 the signals take 2 arguments
27878 2004-03-09 David Schleef <ds@schleef.org>
27880 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27881 (gst_alsa_fixate): Add fixate function. (bug #136686)
27882 * ext/alsa/gstalsa.h:
27883 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27885 2004-03-09 Benjamin Otte <otte@gnome.org>
27887 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27888 (gst_mikmod_change_state):
27889 * ext/mikmod/gstmikmod.h:
27890 make mikmod's loop function not loop infinitely and call
27891 gst_element_yield anymore
27892 * gst/modplug/gstmodplug.cc:
27893 fix pad negotiation (fixes #136590)
27895 2004-03-09 David Schleef <ds@schleef.org>
27897 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27898 doesn't conflict with the internal colorspace plugin.
27899 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27900 satisfy the crappy-ass shell shipped by a certain vendor.
27901 * gst/videofilter/make_filter: same (bug #135299)
27903 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27905 * configure.ac: bump nano to 1
27907 === release 0.7.6 ===
27909 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27911 * configure.in: releasing 0.7.6, "There"
27913 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27915 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27916 * pkgconfig/gstreamer-play.pc.in:
27917 synchronize the two
27919 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27921 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27922 (cdparanoia_open), (cdparanoia_event):
27923 fix/add error handling
27925 add cdparanoia source
27926 * tools/Makefile.am:
27927 make scripts executable
27929 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27932 * ext/vorbis/Makefile.am:
27934 remove id3types, vorbisfile and xvideosink from the build (#133783)
27936 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27938 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27939 Fix metadata read crash (#136537).
27941 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27943 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27944 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27945 adding mime types, fixing the one-stop function
27947 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27949 * ext/nas/nassink.c and /ext/nas/nassink.h:
27950 More NAS love from Arwed von Merkatz
27951 So lets all sing 'Can you feel the NAS tonight'
27953 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27955 * tools/gst-launch-ext.in:
27956 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27958 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27960 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27961 (gst_mpeg2dec_init):
27962 remove the user_data pad for now, because it is being used in
27963 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27964 If someone knows how to fix this properly, please do.
27966 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27968 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27969 (gst_osssink_get_time):
27970 add a warning, IMO this won't get triggered anymore, remove later
27972 2004-03-07 David Schleef <ds@schleef.org>
27974 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27975 format (bug #136470)
27977 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27979 * gst-libs/Makefile.am:
27980 * gst-libs/gst/media-info/Makefile.am:
27981 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27982 (error_callback), (gst_media_info_error_create),
27983 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27984 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27985 * gst-libs/gst/media-info/media-info-priv.h:
27986 * gst-libs/gst/media-info/media-info-test.c: (main):
27987 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27988 (gst_media_info_class_init), (gst_media_info_instance_init),
27989 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27990 (gst_media_info_read_idler), (gst_media_info_read):
27991 * gst-libs/gst/media-info/media-info.h:
27992 fixed, should work now
27994 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27996 * ext/nas/nassink.c:
27997 A bunch of NAS fixes from Arwed von Merkatz
27999 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28001 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
28002 (qtdemux_parse_trak):
28003 Fix crash (j might be greater than n_samples, in which case we're
28004 writing outside the allocated space for the array) and memleak.
28006 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28008 * sys/oss/gstosssink.c: (gst_osssink_chain):
28009 And another caller that couldn't handle delay < 0 (unsigned
28010 integer overflow). Video now continues playing on an audio
28011 buffer underrun, and the clock continues working. Audio still
28014 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28016 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28017 (gst_osssink_get_time):
28018 get_delay() may return values lower than 0. In those cases, we
28019 should not actually cast to *unsigned* int64, that will break
28020 stuff horribly. In my case, it screwed up A/V sync in movies
28021 in totem rather badly.
28023 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28025 * ext/faac/gstfaac.c: (gst_faac_chain):
28026 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28027 * ext/libpng/gstpngenc.c: (user_write_data):
28028 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28029 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28030 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28031 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28032 Fix several misuse of gst_buffer_merge (it doesn't take ownership
28033 of any buffer), should fix some leaks. I hope I didn't unref buffers
28034 that shouldn't be...
28036 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28038 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28039 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28040 (error_callback), (gmi_reset), (gmi_seek_to_track),
28041 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28042 (gmip_find_type_post), (gmip_find_stream_post),
28043 (gmip_find_track_streaminfo_post):
28044 * gst-libs/gst/media-info/media-info-priv.h:
28045 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28046 (info_print), (main):
28047 * gst-libs/gst/media-info/media-info.c:
28048 (gst_media_info_error_create), (gst_media_info_error_element),
28049 (gst_media_info_instance_init), (gst_media_info_get_property),
28050 (gst_media_info_new), (gst_media_info_set_source),
28051 (gst_media_info_read_idler), (gst_media_info_read):
28052 * gst-libs/gst/media-info/media-info.h:
28053 first pass at making this work again. This seems to work on
28054 tagged ogg/vorbis and mp3 files.
28056 2004-03-06 Benjamin Otte <otte@gnome.org>
28058 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28059 fix huge leak: gst_buffer_merge doesn't unref the first argument
28062 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28064 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28065 report layer/mode/emphasis
28067 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28069 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28071 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28073 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28076 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28078 * ext/vorbis/vorbis.c: (plugin_init):
28079 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28080 (gst_vorbis_dec_init), (vorbis_dec_event):
28082 make vorbisdec handle _BYTE and _TIME queries
28084 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28086 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28087 from the xing header
28089 2004-03-06 Benjamin Otte <otte@gnome.org>
28091 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28092 (gst_audio_convert_link), (gst_audio_convert_change_state),
28093 (gst_audio_convert_buffer_from_default_format):
28094 do conversions from/to float correctly, fix some caps nego errors,
28095 export correct supported caps in template and getcaps, use correct
28096 caps in try_set_caps functions
28098 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28100 For some reason, I only committed a ChangeLog entry yesterday and
28101 not the corresponding code...
28102 * ext/mad/gstmad.c: Fix detection of Xing headers
28103 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28105 2004-03-06 Benjamin Otte <otte@gnome.org>
28107 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28108 (gst_ogg_demux_src_query):
28109 make sure to handle the case where there's no current chain
28112 2004-03-05 David Schleef <ds@schleef.org>
28114 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28115 Add fixate function. (bug #131128)
28116 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28117 (gst_sdlvideosink_fixate): Add fixate function.
28118 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28119 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28120 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28121 Fix missing break that was causing ulaw to be interpreted as
28124 2004-03-05 David Schleef <ds@schleef.org>
28126 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28127 Fix code that ignores return value of gst_buffer_merge().
28129 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28130 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28131 * testsuite/gst-lint: Check for above.
28133 2004-03-05 David Schleef <ds@schleef.org>
28135 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
28136 caps and throw an element error. (bug #136334)
28138 2004-03-05 David Schleef <ds@schleef.org>
28140 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28141 (gst_faad_chain): Fix negotiation.
28142 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28143 key and button events.
28144 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28146 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28148 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28149 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28150 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28151 function to encourage better negotiation, particularly between
28152 audioconvert and osssink.
28153 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28154 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
28156 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
28158 * gst/vbidec/vbiscreen.c: Add glib header
28159 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
28161 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
28163 * ext/mad/gstmad.c: Fix detection of Xing headers
28164 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28166 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28168 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28169 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28172 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28174 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28175 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28176 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28177 files, and report the parsed length as a GST_TAG_DURATION tag.
28178 * gst/tags/gstid3tag.c: support TLEN (duration) tag
28180 2004-03-05 Benjamin Otte <otte@gnome.org>
28182 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28183 convert channels correctly. convert correctly to unsigned.
28185 2004-03-05 Julien MOUTTE <julien@moutte.net>
28187 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28188 we have a window before clearing it.
28190 2004-03-05 Julien MOUTTE <julien@moutte.net>
28192 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28193 have a window before clearing it.
28195 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
28197 * gconf/gstreamer.schemas.in:
28198 * gst-libs/gst/gconf/Makefile.am:
28199 version installation path the same way as for 0.6
28200 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28201 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28202 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28203 remove comment that was fixed
28205 2004-03-05 David Schleef <ds@schleef.org>
28207 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28208 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28209 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28210 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28211 Add prototype code for handling seeking and querying.
28213 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
28215 * examples/gstplay/player.c: (main):
28216 Initialize variables to NULL. Prevents a segfault because the
28217 (uninitialized) variable is not NULL, resulting in a crash on
28218 trying to reach error->message.
28220 2004-03-05 Benjamin Otte <otte@gnome.org>
28222 * gst/audioconvert/gstaudioconvert.c:
28223 (gst_audio_convert_buffer_to_default_format):
28224 make float=>int conversion work correctly even in cornercases.
28226 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
28228 * debian/README.Debian:
28229 * debian/build-deps:
28230 * debian/changelog:
28232 * debian/control.in:
28233 * debian/copyright:
28234 * debian/gstreamer-a52dec.files:
28235 * debian/gstreamer-aa.files:
28236 * debian/gstreamer-alsa.files:
28237 * debian/gstreamer-alsa.manpages:
28238 * debian/gstreamer-arts.files:
28239 * debian/gstreamer-artsd.files:
28240 * debian/gstreamer-audiofile.files:
28241 * debian/gstreamer-avifile.files:
28242 * debian/gstreamer-cdparanoia.files:
28243 * debian/gstreamer-colorspace.files:
28244 * debian/gstreamer-doc.files:
28245 * debian/gstreamer-dv.files:
28246 * debian/gstreamer-dvd.files:
28247 * debian/gstreamer-esd.files:
28248 * debian/gstreamer-festival.files:
28249 * debian/gstreamer-flac.files:
28250 * debian/gstreamer-gconf.conffiles:
28251 * debian/gstreamer-gconf.files:
28252 * debian/gstreamer-gconf.postinst:
28253 * debian/gstreamer-gnomevfs.files:
28254 * debian/gstreamer-gsm.files:
28255 * debian/gstreamer-http.files:
28256 * debian/gstreamer-jack.files:
28257 * debian/gstreamer-jpeg.files:
28258 * debian/gstreamer-mad.files:
28259 * debian/gstreamer-mikmod.files:
28260 * debian/gstreamer-misc.files:
28261 * debian/gstreamer-mpeg2dec.files:
28262 * debian/gstreamer-oss.files:
28263 * debian/gstreamer-plugin-apps.files:
28264 * debian/gstreamer-plugin-apps.manpages:
28265 * debian/gstreamer-plugin-libs-dev.files:
28266 * debian/gstreamer-plugin-libs.files:
28267 * debian/gstreamer-plugin-template.postinst:
28268 * debian/gstreamer-plugin-template.postrm:
28269 * debian/gstreamer-sdl.files:
28270 * debian/gstreamer-sid.files:
28271 * debian/gstreamer-vorbis.files:
28272 * debian/gstreamer-x.files:
28273 * debian/mk.control:
28275 Debian package info not maintained here.
28277 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28279 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28280 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28281 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28282 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28283 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28284 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28285 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28286 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28287 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28288 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28289 * gst-libs/gst/colorbalance/colorbalance.c:
28290 (gst_color_balance_class_init):
28291 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28292 (gst_color_balance_channel_class_init):
28293 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28294 * gst-libs/gst/play/play.c: (gst_play_class_init):
28295 * gst-libs/gst/propertyprobe/propertyprobe.c:
28296 (gst_property_probe_iface_init):
28297 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28298 * gst-libs/gst/tuner/tunerchannel.c:
28299 (gst_tuner_channel_class_init):
28300 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28301 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28302 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28303 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28304 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28305 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28306 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28307 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28308 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28309 fix signals to use - instead of _
28310 * ext/libcaca/gstcacasink.h:
28311 * ext/sdl/sdlvideosink.h:
28314 2004-03-04 David Schleef <ds@schleef.org>
28316 * testsuite/gst-lint: Add a check for bad signal names.
28318 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28320 reviewed by David Schleef
28322 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28323 modified the alpha channel and caused a warning. (bug #136192)
28325 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28327 * gst-plugins.spec.in:
28328 Change names of plugins to actually be correct. Try to keep things
28329 alphabetical to avoid getting beat up by Thomas
28331 2004-03-03 Julien MOUTTE <julien@moutte.net>
28333 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28334 Using ximagesink as a default if no gconf key found. We should
28335 probably consider using alsasink instead of osssink for the audio
28338 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28341 fix --with-plugins, don't think it ever worked before
28342 * gst-plugins.spec.in:
28345 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28347 * ext/sdl/sdlvideosink.h:
28348 * sys/ximage/ximagesink.h:
28349 * sys/xvideo/xvideosink.h:
28350 * sys/xvimage/xvimagesink.h:
28351 Fix for move of gstvideosink.h -> videosink.h.
28353 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28355 * gst-libs/gst/xwindowlistener/Makefile.am:
28356 this is a plugin library, not a library
28358 2004-03-01 David Schleef <ds@schleef.org>
28360 * AUTHORS: Added some names. Add yourself if you're still
28363 2004-03-01 David Schleef <ds@schleef.org>
28367 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28369 * gst-plugins.spec.in: clean up spec file
28371 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28373 * gst-libs/gst/video/Makefile.am:
28374 * gst-libs/gst/video/gstvideosink.c:
28375 * gst-libs/gst/video/gstvideosink.h:
28376 rename gstvideosink.h to videosink.h to match other headers
28377 * gst/mixmatrix/Makefile.am:
28378 fix plugin filename
28379 * gst/tags/Makefile.am: fix plugin filename
28381 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28383 * gst/tags/Makefile.am: fix plugin filename
28385 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28387 * examples/gstplay/player.c: (got_time_tick), (main):
28389 display time_tick more readably
28390 * gst/mixmatrix/Makefile.am:
28391 fix plugin file name
28393 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28395 * sys/oss/gstosselement.c: (gst_osselement_probe),
28396 (device_combination_append), (gst_osselement_class_probe_devices):
28397 * sys/oss/gstosselement.h:
28398 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28399 on my system using alsa oss emulation, fixes bug #135597
28401 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28403 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28404 (gst_videodrop_chain), (gst_videodrop_change_state):
28405 * gst/videodrop/gstvideodrop.h:
28406 Work based on timestamp of input data, not based on the expected
28407 framerate from the input. The consequence is that this element now
28408 not only scales framerates, but also functions as a framerate
28409 corrector or framerate stabilizer/constantizer.
28411 2004-02-27 David Schleef <ds@schleef.org>
28413 patches from jmmv@menta.net (Julio M. Merino Vidal)
28415 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28416 GST_ELEMENT_ERROR call (bug #135634)
28417 * gst/interleave/interleave.c: (interleave_buffered_loop),
28418 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28419 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28420 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28421 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28422 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28423 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28424 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28425 Fix GST_ELEMENT_ERROR call.
28426 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28427 GST_ELEMENT_ERROR call.
28429 2004-02-27 Benjamin Otte <otte@gnome.org>
28431 * gst-libs/gst/audio/audio.h:
28432 add macro to make sure header isn't included twice
28433 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28434 don't use gst_buffer_free
28435 * gst/playondemand/filter.func:
28436 don't use gst_data_free. Free data only once.
28438 2004-02-26 David Schleef <ds@schleef.org>
28440 * gst-libs/gst/colorbalance/Makefile.am:
28441 * gst-libs/gst/mixer/Makefile.am:
28442 * gst-libs/gst/tuner/Makefile.am:
28443 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28444 should not be disted, -marshal.h files should not be installed,
28445 and -enum.h files _should_ be installed. Fix to make this the
28448 === release 0.7.5 ===
28450 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28452 * configure.ac: release 0.7.5, "Under The Sea"
28454 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28456 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28457 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28458 * gst/videoscale/gstvideoscale.c:
28459 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28460 assorted debug/warning fixes
28462 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28464 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28465 (gst_videoscale_init), (gst_videoscale_chain),
28466 (gst_videoscale_set_property), (plugin_init):
28467 * gst/videoscale/gstvideoscale.h:
28468 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28469 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28470 (gst_videoscale_planar400), (gst_videoscale_packed422),
28471 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28472 (gst_videoscale_24bit), (gst_videoscale_16bit),
28473 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28474 (gst_videoscale_scale_plane_slow),
28475 (gst_videoscale_scale_point_sample),
28476 (gst_videoscale_scale_nearest),
28477 (gst_videoscale_scale_nearest_str2),
28478 (gst_videoscale_scale_nearest_str4),
28479 (gst_videoscale_scale_nearest_32bit),
28480 (gst_videoscale_scale_nearest_24bit),
28481 (gst_videoscale_scale_nearest_16bit):
28482 add debugging category and use it properly
28483 fix use of GST_PTR_FORMAT
28485 2004-02-25 Andy Wingo <wingo@pobox.com>
28487 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28488 push only when channel->buffer is NULL. Prevents segfaults doing
28489 the state change after a nonlocal exit, like a scheme exception.
28491 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28492 Handle the case where the intersected caps is empty.
28494 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28496 * gst/law/mulaw-decode.c: (mulawdec_link):
28497 * gst/law/mulaw.c: (plugin_init):
28498 fix mulawdec so it actually works again
28500 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28502 reviewed by: David Schleef <ds@schleef.org>
28504 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28505 (gst_gamma_init), (gst_gamma_set_property),
28506 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28507 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28508 for RGB, with separate r g and b correction factors. (#131167)
28510 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28512 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28513 only signal tags for bitrate if they're > 0 (#134894)
28515 2004-02-24 David Schleef <ds@schleef.org>
28517 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28518 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28519 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28520 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28521 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28522 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28523 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28524 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28525 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28526 category. Attempt to fix timestamp calculation.
28528 2004-02-24 Johan Dahlin <johan@gnome.org>
28530 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28532 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28535 * gconf/Makefile.am:
28536 * gconf/gstreamer.schemas:
28537 * gst-libs/gst/gconf/Makefile.am:
28538 * gst-libs/gst/gconf/gconf.c:
28539 version gconf schemas and install locations
28541 2004-02-23 Benjamin Otte <otte@gnome.org>
28543 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28544 (gst_xine_input_subclass_init):
28545 call parent dispose.
28546 change pad template for CD reader correctly
28547 * ext/xine/Makefile.am:
28548 * ext/xine/gstxine.h:
28549 * ext/xine/xine.c: (plugin_init):
28550 * ext/xine/xineaudiosink.c:
28551 wrap audio sinks, too
28552 * gst-libs/gst/resample/private.h:
28553 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28554 (gst_resample_reinit), (gst_resample_scale),
28555 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28556 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28557 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28558 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28559 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28560 * gst-libs/gst/resample/resample.h:
28561 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28562 (gst_audioscale_class_init), (gst_audioscale_link),
28563 (gst_audioscale_get_buffer), (gst_audioscale_init),
28564 (gst_audioscale_chain), (gst_audioscale_set_property),
28565 (gst_audioscale_get_property):
28566 * gst/audioscale/gstaudioscale.h:
28567 s/resample_*/gst_resample_*/i to not clobber namespaces
28569 2004-02-23 Julien MOUTTE <julien@moutte.net>
28571 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28572 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28573 (gst_riff_create_video_template_caps),
28574 (gst_riff_create_audio_template_caps),
28575 (gst_riff_create_iavs_template_caps):
28576 * gst-libs/gst/riff/riff-media.h:
28577 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28578 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28579 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28580 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28581 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28582 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28583 (gst_matroska_demux_plugin_init): First batch implementing audio and
28584 video codec tags in demuxers.
28586 2004-02-22 Benjamin Otte <otte@gnome.org>
28588 * ext/xine/Makefile.am:
28589 * ext/xine/gstxine.h:
28590 * ext/xine/xine.c: (plugin_init):
28591 * ext/xine/xineinput.c:
28592 add input plugin wrapper. Playback from files, http, mms and cdda
28594 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28595 remove leftover G_GNUC_UNUSED
28596 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28597 (gst_asf_demux_identify_guid):
28598 improve debugging output
28600 2004-02-22 Benjamin Otte <otte@gnome.org>
28602 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28605 replace test -e with test -x for mkinstalldirs to be more portable.
28608 2004-02-22 Benjamin Otte <otte@gnome.org>
28610 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28612 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28613 set rank to PRIMARY
28614 * gst/volume/gstvolume.c: (plugin_init):
28618 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28620 reviewed by Benjamin Otte <otte@gnome.org>
28622 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28623 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28625 2004-02-22 Benjamin Otte <otte@gnome.org>
28628 export [_]*{gst,Gst,GST}.* symbols from plugins
28630 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28632 reviewed by: Benjamin Otte <otte@gnome.org>
28634 * ext/lame/gstlame.c: (add_one_tag):
28635 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28636 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28637 (gst_vorbisenc_metadata_set1):
28638 * gst/tags/gstid3tag.c:
28639 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28640 apply fixes from bugs #135042 (lame can't write tags) and #133817
28641 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28643 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28645 * configure.ac: Export only gst_plugin_desc from plugins.
28646 Note that this change only makes any effect with Linux using libtool
28647 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28648 fine. And don't try to have several versions of libtool in different
28651 2004-02-20 Andy Wingo <wingo@pobox.com>
28653 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28654 interleave respectively.
28656 * gst/interleave/deinterleave.c: New plugin: deinterleave
28657 (replaces on oneton).
28658 * gst/interleave/interleave.c: New plugin: interleave.
28659 * gst/interleave/plugin.h: Support file.
28660 * gst/interleave/plugin.c: Support file.
28662 * configure.ac: Remove intfloat and oneton, add interleave.
28664 * ext/sndfile/gstsf.c: Handle events better.
28666 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28667 and float2int operation. int2float has scheduling problems as
28668 noted in in2float_chain.
28670 2004-02-20 Benjamin Otte <otte@gnome.org>
28672 * ext/xine/Makefile.am:
28673 * ext/xine/gstxine.h:
28675 * ext/xine/xineaudiodec.c:
28676 * ext/xine/xinecaps.c:
28677 add first version of xine plugin wrapper. Currently only wraps the
28678 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28681 add xine plugin wrapper, disabled by default. Use --enable-xine to
28682 build. Note that it'll segfault on gst-register if you don't remove
28683 the goom and tvtime post plugins from xine.
28684 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28685 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28686 add extradata parsing for QDM2.
28687 change around debugging prints.
28689 2004-02-19 Benjamin Otte <otte@gnome.org>
28691 * ext/lame/gstlame.c: (gst_lame_chain):
28692 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28693 use gst_tag_list_insert when you want to insert tags
28695 2004-02-18 David Schleef <ds@schleef.org>
28697 * configure.ac: Move massink to gst-rotten
28699 * ext/mas/Makefile.am:
28700 * ext/mas/massink.c:
28701 * ext/mas/massink.h:
28703 2004-02-18 David Schleef <ds@schleef.org>
28705 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28706 typefinding, since it seems to be worse than nothing.
28707 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28708 atom to recognize .mp4 and .m4a files as video/quicktime.
28710 2004-02-18 David Schleef <ds@schleef.org>
28712 * gst/sine/demo-dparams.c: (quit_live),
28713 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28714 Use double dparams, not float.
28715 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28716 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28717 sync'd elements don't really work correctly.
28718 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28719 (volume_update_volume), (volume_get_property): Change dparam
28722 2004-02-18 Julien MOUTTE <julien@moutte.net>
28724 * sys/ximage/ximagesink.c:
28725 (gst_ximagesink_xwindow_update_geometry),
28726 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28727 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28728 (gst_ximagesink_init): Rework the way software video scaling works. So
28729 now we check on each chain call if the video frames are feeling the
28730 window. If not we try to renegotiate caps. On failure we memorize that
28731 and we won't try again for that PLAYING sessions.
28732 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28737 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28739 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28740 break up _link so we can give a better debug message for errors
28742 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28744 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28745 set up debug category
28747 2004-02-18 Julien MOUTTE <julien@moutte.net>
28749 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28750 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28751 the way renegotiation work. The event handling function is not taking
28752 care of external windows and renegotiate method check for pad flags
28753 NEGOTIATING. Should fix : #133209
28755 2004-02-17 Julien MOUTTE <julien@moutte.net>
28757 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28758 pad is negotiating before trying renegotiation.
28760 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28762 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28763 pass on all possible mime types as typefind hints
28765 2004-02-17 Julien MOUTTE <julien@moutte.net>
28767 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28768 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28769 possible SHM leak if we crash. All other apps using XShm are doing
28772 2004-02-17 Julien MOUTTE <julien@moutte.net>
28774 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28775 (gst_ximagesink_expose): Renegotiate size on expose.
28776 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28779 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28781 * testsuite/alsa/sinesrc.c:
28782 cosmetic fix to fix compile issue with gcc 2.95.4
28784 2004-02-16 Julien MOUTTE <julien@moutte.net>
28786 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28787 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28788 failed opening the audio device.
28789 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28790 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28791 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28792 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28793 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28794 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28795 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28796 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28797 Removing some useless g_return_if_fail like wingo suggested.
28798 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28799 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28800 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28801 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28802 (gst_xvimagesink_update_colorbalance),
28803 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28804 (gst_xvimagesink_xcontext_clear),
28805 (gst_xvimagesink_get_fourcc_from_caps),
28806 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28807 (gst_xvimagesink_set_xwindow_id),
28808 (gst_xvimagesink_colorbalance_list_channels),
28809 (gst_xvimagesink_colorbalance_set_value),
28810 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28811 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28813 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28815 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28816 throw error when not negotiated instead of asserting
28818 2004-02-15 Julien MOUTTE <julien@moutte.net>
28820 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28821 correct data refcounting.
28823 2004-02-15 Julien MOUTTE <julien@moutte.net>
28825 * gst/switch/gstswitch.c: (gst_switch_change_state),
28826 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28827 change, mostly the EOS flag.
28829 2004-02-15 Julien MOUTTE <julien@moutte.net>
28831 * examples/gstplay/player.c: (got_eos), (main): Adding some
28832 output for debugging.
28833 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28834 timeouts if we go to any state different from PLAYING.
28835 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28836 more EOS bugs in riff lib.
28838 2004-02-14 Julien MOUTTE <julien@moutte.net>
28840 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28841 visualization until i find a way to fix switch correctly.
28842 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28844 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28845 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28846 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28847 Reworked switch to get a more correct behaviour with events and refing
28848 of data stored in sinkpads.
28849 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28850 we don't pull from a pad in EOS.
28852 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28854 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28855 remove v1 tag even if we can't read it (makes sure we don't detect
28858 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28860 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28861 (gst_alsa_xrun_recovery):
28862 * ext/alsa/gstalsa.h:
28863 try xrun recovery when wait failed. Make xrun recovery function
28864 return TRUE/FALSE to indicate success. (might fix #134354)
28866 2004-02-13 David Schleef <ds@schleef.org>
28868 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28869 (dynparm_value_changed), (main): Convert from float to double.
28870 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28872 2004-02-13 David Schleef <ds@schleef.org>
28874 * gst/silence/gstsilence.c: (gst_silence_class_init),
28875 (gst_silence_set_clock), (gst_silence_get),
28876 (gst_silence_set_property), (gst_silence_get_property):
28877 * gst/silence/gstsilence.h: Add sync property.
28878 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28879 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28880 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28881 * gst/sine/gstsinesrc.h: Add sync property.
28883 2004-02-13 David Schleef <ds@schleef.org>
28885 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28886 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28888 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28892 * gst-libs/ext/Makefile.am:
28893 move ffmpeg plugin to gst-ffmpeg module
28895 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28897 * configure.ac: use GST_ARCH to detect architecture
28899 2004-02-12 Julien MOUTTE <julien@moutte.net>
28901 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28903 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28905 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28906 classify LADSPA plugins based on number of src/sink pads
28907 (#133663, Stefan Kost)
28908 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28909 fix dparams registration
28910 (#133528, Stefan Kost)
28911 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28912 fix use of isprint and use g_ascii_isprint instead
28913 (#133316, Stefan Kost)
28915 2004-02-11 David Schleef <ds@schleef.org>
28917 Convert a few inner loops to use liboil. This is currently
28918 optional, and is only enabled if liboil is present (duh!).
28919 * configure.ac: Check for liboil-0.1
28920 * gst/intfloat/Makefile.am:
28921 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28922 (gst_int2float_chain_gint16):
28923 * gst/videofilter/Makefile.am:
28924 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28925 (tablelookup_u8), (gst_videobalance_planar411):
28926 * gst/videotestsrc/Makefile.am:
28927 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28928 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28929 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28930 (paint_hline_RGB565), (paint_hline_xRGB1555):
28932 2004-02-11 David Schleef <ds@schleef.org>
28934 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28935 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28936 (gst_colorspace_getcaps), (gst_colorspace_link),
28937 (gst_colorspace_base_init), (gst_colorspace_init),
28938 (gst_colorspace_chain), (gst_colorspace_change_state),
28939 (plugin_init): Merge Ronald's patch (bug #117897) and update
28940 for new caps and negotiation. Seems to work, although it
28941 shows off bugs in lcs.
28943 2004-02-11 David Schleef <ds@schleef.org>
28945 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28946 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28948 2004-02-11 David Schleef <ds@schleef.org>
28950 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28951 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28952 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28953 Add server and port properties
28955 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28960 * m4/as-liblame.m4:
28961 * m4/as-slurp-ffmpeg.m4:
28962 * m4/check-libheader.m4:
28969 * m4/gst-ivorbis.m4:
28970 * m4/gst-matroska.m4:
28972 * m4/gst-shout2.m4:
28980 fix underquotedness of macros (#133800)
28981 * m4/as-avifile.m4:
28983 removed because no longer used
28985 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28988 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28989 by autopoint (fixes #132996)
28991 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28993 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28994 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28995 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28996 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28999 2004-02-11 David Schleef <ds@schleef.org>
29001 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29002 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
29003 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
29004 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
29005 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
29006 (gst_jpegenc_class_init), (gst_jpegenc_init),
29007 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
29008 (gst_jpegenc_chain), (gst_jpegenc_set_property),
29009 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
29010 * ext/jpeg/gstjpegenc.h: Fix negotiation.
29012 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
29014 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29015 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29016 * ext/mikmod/gstmikmod.h:
29017 fix caps negotiation in mikmod
29018 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29019 output debug information
29021 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
29023 * gst-libs/gst/colorbalance/Makefile.am:
29024 * gst-libs/gst/navigation/Makefile.am:
29025 * gst-libs/gst/xoverlay/Makefile.am:
29026 remove unused GST_OPT_CFLAGS from Makefiles
29027 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29029 2004-02-07 David Schleef <ds@schleef.org>
29031 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29032 push events to pads that haven't been created (#133508)
29034 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
29036 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29037 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29038 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29039 (gst_dvdec_loop), (gst_dvdec_change_state):
29040 Second attempt at committing a working dvdec element.
29042 2004-02-06 David Schleef <ds@schleef.org>
29044 Build fixes for OS X: (see #129600)
29045 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29046 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29047 (gst_riff_read_strf_iavs):
29048 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29049 (gst_avi_demux_stream_odml):
29050 * gst/playondemand/Makefile.am:
29051 * gst/rtp/rtp-packet.c:
29053 2004-02-05 David Schleef <ds@schleef.org>
29055 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29056 last change, because it Just Doesn't Compile.
29058 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29060 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29061 skip undecodable id3v2 tag instead of keeping it
29063 2004-02-05 David Schleef <ds@schleef.org>
29065 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29066 Unref leaked buffer. (Noticed by Ronald)
29068 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
29070 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29071 Sync requires with other checks. >= vs =.
29073 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
29075 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29076 (gst_dvdec_video_link), (gst_dvdec_loop):
29077 * ext/dv/gstdvdec.h:
29078 rework the caps negotiation so that dvdec works again instead
29079 of just segfaulting.
29081 === release 0.7.4 ===
29083 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
29085 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29086 * configure.ac: changed for release
29088 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
29090 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29091 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29092 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29093 * pkgconfig/gstreamer-play-uninstalled.pc.in:
29094 reworked patch by David Lehn to fix libdir and includedir for
29095 uninstalled libraries
29096 removed play and gconf from gstreamer-libs since they have their
29097 own pkgconfig files
29099 2004-02-04 David Schleef <ds@schleef.org>
29101 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29104 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29106 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29107 use correct GST_TAG_ENCODER tag
29109 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29111 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29112 be sure to stop the clock when going to paused
29113 * sys/oss/gstosssink.c: (gst_osssink_change_state):
29114 reset number of transmitted when going to ready.
29117 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
29119 reviewed by Benjamin Otte
29121 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29122 extract track count (fixes #133410)
29124 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29126 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29127 that should be !=, not == (fixes #132519)
29129 2004-02-04 David Schleef <ds@schleef.org>
29131 Make sure set_explicit_caps() is called before adding pad.
29132 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29133 * gst/id3/gstid3types.c: (gst_id3types_loop):
29134 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29135 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29137 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29140 bump nano to 2, first prerelease
29141 put back AM_PROG_LIBTOOL
29143 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29145 * testsuite/alsa/Makefile.am:
29146 these are user test apps, not automatic testsuite tests
29148 2004-02-04 David Schleef <ds@schleef.org>
29150 Convert GST_DEBUG_CAPS() to GST_DEBUG():
29151 * gst/mpeg1videoparse/gstmp1videoparse.c:
29152 (mp1videoparse_parse_seq):
29153 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29154 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29155 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29156 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29157 (gst_xvideosink_getcaps):
29158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29159 * testsuite/gst-lint: more tests
29161 2004-02-04 David Schleef <ds@schleef.org>
29163 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29164 with the code that they would expand to.
29165 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29166 (gst_flacdec_get_src_query_types),
29167 (gst_flacdec_get_src_event_masks):
29168 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29169 (gst_gnomevfssrc_get_query_types),
29170 (gst_gnomevfssrc_get_event_mask):
29172 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29174 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29175 (gst_sinesrc_dispose):
29176 fix memleak by properly disposing sinesrc
29178 2004-02-04 Julien MOUTTE <julien@moutte.net>
29180 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29181 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29182 an overlay to redraw the image because it has been exposed.
29183 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29184 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29185 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29186 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29188 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29189 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29190 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29191 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29194 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29196 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29197 more memleak fixage
29199 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29201 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29202 * gst/typefind/gsttypefindfunctions.c:
29203 fix memleaks shown by gst-typefind
29205 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29207 * common/glib-gen.mak:
29208 add hack rule to touch .Plo files
29209 * gst-libs/gst/colorbalance/Makefile.am:
29210 * gst-libs/gst/mixer/Makefile.am:
29211 * gst-libs/gst/play/Makefile.am:
29212 * gst-libs/gst/tuner/Makefile.am:
29213 remove glib_root variable
29215 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29217 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29218 set explicit caps before adding the element, so the autopluggers can
29220 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29221 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29222 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29224 fix memleaks in typefind functions. gst_type_find_suggest takes a const
29227 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29229 * gst-libs/gst/colorbalance/Makefile.am:
29230 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29231 * gst-libs/gst/colorbalance/colorbalance.c:
29232 * gst-libs/gst/colorbalance/colorbalance.h:
29233 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29234 * gst-libs/gst/mixer/Makefile.am:
29235 * gst-libs/gst/mixer/mixer-marshal.list:
29236 * gst-libs/gst/mixer/mixer.c:
29237 * gst-libs/gst/mixer/mixer.h:
29238 * gst-libs/gst/mixer/mixermarshal.list:
29239 * gst-libs/gst/play/Makefile.am:
29240 * gst-libs/gst/play/play.h:
29241 * gst-libs/gst/tuner/Makefile.am:
29242 * gst-libs/gst/tuner/tuner-marshal.list:
29243 * gst-libs/gst/tuner/tuner.c:
29244 * gst-libs/gst/tuner/tuner.h:
29245 * gst-libs/gst/tuner/tunermarshal.list:
29246 use new glib-gen.mak snippet to clean up Makefile.am
29247 fix various bugs in Makefile.am's
29249 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29251 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29252 handle chain parsing correctly in the multichain case
29253 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29254 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29255 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29256 (theora_dec_chain):
29257 handle events and queries correctly
29259 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29262 Ignore generated file _stdint.h.
29264 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29266 * gst-libs/gst/colorbalance/Makefile.am:
29267 * gst-libs/gst/colorbalance/colorbalance.h:
29268 * gst-libs/gst/mixer/Makefile.am:
29269 * gst-libs/gst/mixer/mixer.h:
29270 * gst-libs/gst/play/Makefile.am:
29271 * gst-libs/gst/play/play.h:
29272 * gst-libs/gst/tuner/Makefile.am:
29273 * gst-libs/gst/tuner/tuner.h:
29274 Generate enum type code with glib-mkenums.
29275 * gst-libs/gst/colorbalance/.cvsignore:
29276 * gst-libs/gst/mixer/.cvsignore:
29277 * gst-libs/gst/play/.cvsignore:
29278 * gst-libs/gst/tuner/.cvsignore:
29279 Ignore generated files.
29281 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29283 * gst-libs/gst/audio/.cvsignore:
29284 Ignore generated file.
29285 * gst-libs/gst/audio/Makefile.am:
29286 Do not install example filter.
29288 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29290 * examples/switch/.cvsignore:
29291 Ignore generated file.
29293 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29295 * common/m4/ax_create_stdint_h.m4:
29297 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29300 remove generated _stdint.h in DISTCLEANFILES
29301 * ext/a52dec/gsta52dec.c:
29302 include _stdint.h for a52dec. (should fix #133064)
29304 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29306 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29307 (gst_tag_to_vorbis_comments):
29308 Add replaygain support to vorbistag
29310 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29311 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29312 (gst_ffmpeg_caps_to_extradata):
29313 Fix SVQ3 caps flag properties
29314 Use glib macro for bytes swap
29316 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29318 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29319 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29320 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29321 * ext/sndfile/gstsf.c: (plugin_init):
29322 * gst/avi/gstavi.c: (plugin_init):
29323 * sys/dxr3/dxr3init.c: (plugin_init):
29324 * sys/oss/gstossaudio.c: (plugin_init):
29325 * sys/v4l/gstv4l.c: (plugin_init):
29326 * sys/v4l2/gstv4l2.c: (plugin_init):
29327 remove textdomain calls
29329 update Dutch translation
29331 2004-02-02 Julien MOUTTE <julien@moutte.net>
29333 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29334 (gst_play_set_audio_sink): Moving volume in the audio thread for
29335 instantaneous volume change. Maybe i will add another volume in front
29336 of visualization later, not sure yet though.
29338 2004-02-02 Julien MOUTTE <julien@moutte.net>
29340 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29341 (gst_ximagesink_handle_xevents): Better X events handling, only take
29342 the latest events for configure and motion.
29343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29345 2004-02-02 Jon Trowbridge <trow@gnu.org>
29347 reviewed by: David Schleef <ds@schleef.org>
29350 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29351 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29353 2004-02-02 David Schleef <ds@schleef.org>
29355 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29357 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29358 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29359 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29360 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29361 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29362 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29363 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29364 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29365 (gst_float2_2_int_link):
29366 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29367 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29368 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29369 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29370 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29371 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29372 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29373 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29374 * testsuite/gst-lint: Add tests for bzero and ;;
29376 2004-02-02 David Schleef <ds@schleef.org>
29378 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29380 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29382 * ext/aalib/gstaasink.c: (gst_aasink_open):
29383 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29384 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29385 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29386 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29387 (gst_afsink_close_file):
29388 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29389 (gst_afsrc_close_file):
29390 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29391 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29392 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29393 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29394 * ext/esd/esdmon.c: (gst_esdmon_get):
29395 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29396 * ext/faac/gstfaac.c: (gst_faac_chain):
29397 * ext/faad/gstfaad.c: (gst_faad_chain):
29398 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29399 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29400 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29401 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29402 (gst_flacdec_loop):
29403 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29404 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29405 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29406 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29407 (gst_gnomevfssink_close_file):
29408 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29409 (gst_gnomevfssrc_open_file):
29410 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29411 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29412 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29413 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29414 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29415 * ext/mad/gstmad.c: (gst_mad_chain):
29416 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29417 * ext/mpeg2dec/gstmpeg2dec.c:
29418 * ext/mpeg2enc/gstmpeg2enc.cc:
29419 * ext/mplex/gstmplex.cc:
29420 * ext/mplex/gstmplexibitstream.cc:
29421 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29422 (gst_ogg_demux_push):
29423 * ext/raw1394/gstdv1394src.c:
29424 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29425 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29426 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29428 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29429 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29430 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29431 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29432 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29433 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29434 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29435 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29436 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29437 (gst_riff_read_element_data), (gst_riff_read_seek),
29438 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29439 * gst/adder/gstadder.c: (gst_adder_loop):
29440 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29441 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29442 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29443 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29444 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29445 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29446 * gst/goom/gstgoom.c: (gst_goom_chain):
29447 * gst/id3/gstid3types.c: (gst_id3types_loop):
29448 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29449 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29450 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29451 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29452 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29453 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29454 (gst_ebml_read_float), (gst_ebml_read_header):
29455 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29456 (gst_matroska_demux_parse_blockgroup):
29457 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29458 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29459 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29460 * gst/silence/gstsilence.c: (gst_silence_get):
29461 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29462 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29463 * gst/speed/gstspeed.c: (speed_loop):
29464 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29465 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29466 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29467 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29468 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29469 (gst_wavparse_loop):
29470 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29471 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29472 (dxr3audiosink_close):
29473 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29474 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29475 (dxr3videosink_close), (dxr3videosink_write_data):
29476 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29477 * sys/oss/gstosssink.c: (gst_osssink_chain):
29478 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29479 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29480 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29481 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29482 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29483 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29484 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29485 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29486 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29487 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29488 (gst_v4l_set_audio):
29489 * sys/v4l/v4l_calls.h:
29490 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29491 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29492 (gst_v4lmjpegsink_playback_init),
29493 (gst_v4lmjpegsink_playback_start):
29494 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29495 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29496 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29497 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29498 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29499 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29500 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29501 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29502 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29503 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29504 (gst_v4l2_get_output), (gst_v4l2_set_output),
29505 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29506 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29507 (gst_v4l2_set_attribute):
29508 * sys/v4l2/v4l2_calls.h:
29509 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29510 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29511 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29512 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29513 (gst_v4l2src_capture_stop):
29514 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29515 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29516 (gst_ximagesink_chain):
29517 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29518 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29519 (gst_xvideosink_xwindow_new):
29520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29521 (gst_xvimagesink_chain):
29523 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29525 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29526 (gst_volume_get_volume), (volume_class_init), (volume_init),
29527 (volume_chain_int16), (volume_update_volume):
29528 * gst/volume/gstvolume.h:
29529 make code more readable by removing magic numbers
29530 make mixer interface export 0-100 range
29531 make it internally map to 0.0-1.0 range so users don't distort
29532 output by putting the sliders at full volume
29534 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29536 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29537 (gst_play_state_change), (gst_play_seek_to_time):
29538 block the tick callback for 0.5 secs after doing a seek
29540 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29542 * gst-libs/gst/play/play.c: (gst_play_new):
29545 2004-02-01 Julien MOUTTE <julien@moutte.net>
29547 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29548 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29549 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29550 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29552 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29554 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29557 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29558 check for a function added in vorbis 1.1
29560 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29562 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29563 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29564 really start/stop clock only on PLAYING <=> PAUSED
29565 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29566 remove \n from debugging lines
29567 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29568 make it work when seeking does not
29569 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29572 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29574 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29575 start clock on PAUSED=>PLAYING, not later
29576 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29577 extract correct time for different discont formats
29578 (gst_alsa_sink_get_time):
29579 don't segfault when no format is negotiated yet, just return 0
29580 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29581 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29582 (gst_ogg_pad_push):
29583 handle flush and discont events correctly
29584 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29585 handle discont events correctly
29587 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29589 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29590 (gst_play_error_create), (gst_play_error_plugin),
29591 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29592 * gst-libs/gst/play/play.h:
29593 add error handling during creation
29594 * examples/gstplay/player.c: (main):
29595 use new gst_play_new
29598 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29600 * ext/theora/theoradec.c: (theora_dec_chain):
29602 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29603 (vorbis_dec_src_event), (vorbis_dec_chain):
29604 add encoder tag, fix tag reading to be more error tolerant, change
29605 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29606 gst_pad_event_default.
29607 * gst/tags/gstvorbistag.c:
29608 (gst_tag_list_from_vorbiscomment_buffer):
29609 undefine function specific define at end of function
29611 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29613 * ext/flac/gstflac.c: (plugin_init):
29614 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29615 * ext/flac/gstflacdec.h:
29616 * ext/flac/gstflacenc.h:
29619 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29621 * examples/gstplay/player.c: s/gstplay.h/play.h/
29623 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29625 * gst-libs/gst/play/Makefile.am:
29626 * gst-libs/gst/play/gstplay.c:
29627 * gst-libs/gst/play/gstplay.h:
29628 * gst-libs/gst/play/play.c:
29629 more surgery, operation complete
29631 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29633 * gst-libs/gst/play/play.old.c:
29634 * gst-libs/gst/play/play.old.h:
29635 after CVS surgery by moving, remove
29636 * gst-libs/gst/play/playpipelines.c:
29639 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29640 add negotiation error
29642 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29644 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29645 (gst_ogg_demux_push):
29646 add some seeking debug info
29647 send a flush when seeking
29649 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29655 * ext/theora/Makefile.am:
29656 * ext/theora/theoradec.c:
29657 add theora video decoder. Does just do simple decoding for now and
29658 has been tested against Theora cvs only. It only works when theora
29659 is compiled with --enable-static.
29660 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29661 always reset packetno on DISCONT
29663 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29665 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29668 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29670 * gst/mpegaudioparse/gstmpegaudioparse.c:
29671 (mp3_type_frame_length_from_header):
29672 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29674 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29676 * ext/esd/esdsink.c: (gst_esdsink_init):
29677 Since we have static pad template caps, we don't need to negotiate;
29678 either the core errors out or we know the format.
29680 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29682 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29683 (gst_riff_read_seek):
29684 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29685 (gst_ebml_read_seek):
29686 Fix event handling.
29688 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29690 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29691 removee video/x-theora from vp3 decoder, it doesn't handle raw
29693 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29694 fix bug with finalizing element that never went to PAUSED
29695 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29696 length and position queries were swapped
29697 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29698 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29699 (vorbis_dec_src_event):
29700 implement querying time and bytes
29702 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29704 * just about every source file:
29705 gst_element_error -> GST_ELEMENT_ERROR
29707 2004-01-29 Julien MOUTTE <julien@moutte.net>
29709 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29710 emiting FLUSH and even before DISCONT.
29711 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29712 get the best instant seeking as possible yay!
29714 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29716 * gst/mpeg1videoparse/gstmp1videoparse.c:
29717 (gst_mp1videoparse_real_chain):
29718 Committed wrong version last week... Grr... Didn't notice until now.
29720 2004-01-29 Julien MOUTTE <julien@moutte.net>
29722 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29723 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29724 have_xwindow_id signal in xwindow_create.
29726 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29728 * ext/ogg/gstoggdemux.c:
29729 lots of changes - mainly support for chained bitstreams, seeking,
29730 querying and bugfixes of course
29731 * ext/vorbis/Makefile.am:
29732 * ext/vorbis/vorbisdec.c:
29733 * ext/vorbis/vorbisdec.h:
29734 add vorbisdec raw vorbis decoder
29735 * ext/vorbis/vorbis.c: (plugin_init):
29736 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29737 * gst/intfloat/Makefile.am:
29738 * gst/intfloat/float22int.c:
29739 * gst/intfloat/float22int.h:
29740 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29741 add float2intnew plugin. It converts multichannel interleaved float to
29742 multichannel interleaved int. The name should probably be changed.
29743 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29745 add typefinding for raw theora video so oggdemux can detect it.
29747 2004-01-28 Julien MOUTTE <julien@moutte.net>
29749 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29750 sink element first.
29751 * gst/videoscale/gstvideoscale.c:
29752 (gst_videoscale_handle_src_event): Fixing src event handler.
29754 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29756 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29757 (gst_v4lsrc_open), (gst_v4lsrc_close),
29758 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29759 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29760 * sys/v4l/gstv4lsrc.h:
29761 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29762 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29763 Implement resizing... Hack. But that's why v4l is b0rked...
29765 2004-01-28 Julien MOUTTE <julien@moutte.net>
29767 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29768 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29769 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29770 (gst_ximagesink_xwindow_destroy):
29771 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29772 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29773 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29774 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29775 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29776 correctly cleaning the image created to check xshm calls on succes,
29777 added a lot of XSync calls in X11 functions, and fixed a segfault when
29778 no image format was defined before negotiation happened.
29780 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29782 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29783 use gst_element_get_time to get correct time
29785 2004-01-28 Julien MOUTTE <julien@moutte.net>
29787 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29788 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29789 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29790 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29791 (gst_xvimagesink_check_xshm_calls),
29792 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29793 X plugins are now able to detect that XShm calls will fail even if the
29794 server claims that it has XShm support (remote displays most of the
29795 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29796 so that we use non XShm functions. This feature is almost useless for
29797 xvimagesink as Xv is not supported on remote displays anyway, but
29798 it might happen than even on the local display XShm calls fail.
29800 2004-01-27 David Schleef <ds@schleef.org>
29802 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29803 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29804 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29805 changed esdsink to only use 44100,16,2, since esd sucks at rate
29806 conversion and esdsink has had difficulty negotiating.
29808 2004-01-27 Julien MOUTTE <julien@moutte.net>
29810 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29811 (gst_play_seek_to_time): Fixing the way to get current position.
29813 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29815 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29816 use gst_element_get_time to get correct time
29818 2004-01-27 Julien MOUTTE <julien@moutte.net>
29820 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29821 fix ever... Inverting 2 lines of code make spider autoplug correctly
29824 2004-01-27 David Schleef <ds@schleef.org>
29826 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29827 Use gst_pad_try_set_caps_nonfixed().
29829 2004-01-27 David Schleef <ds@schleef.org>
29831 * gst/ac3parse/gstac3parse.c: update to checklist 5
29832 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29833 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29834 * gst/audioscale/gstaudioscale.c: same
29835 * gst/auparse/gstauparse.c: same
29836 * gst/avi/gstavidemux.c: same
29838 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29840 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29841 stop processing after EOS
29843 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29845 * gst/asfdemux/asfheaders.h:
29846 * gst/asfdemux/gstasfdemux.c:
29847 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29848 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29849 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29850 lot's of fixes to make data extraction simpler and get the code
29851 architecture and compiler independant. Add debugging category
29852 * gst/goom/gstgoom.c: (gst_goom_change_state):
29853 reset channel count on PAUSED=>READY, not READY=>PAUSED
29855 2004-01-26 Colin Walters <walters@verbum.org>
29857 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29858 code to pull a bigger buffer in iradio mode. This as a side effect
29859 makes typefinding work.
29861 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29863 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29864 Fix SVQ3 decoding on PPC
29866 2004-01-26 Julien MOUTTE <julien@moutte.net>
29868 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29869 that one managed to stay there... Fixed.
29871 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29873 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29874 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29875 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29876 (qtdemux_video_caps):
29877 * gst/qtdemux/qtdemux.h:
29878 Add SVQ3 specific flags to qtdemux and ffmpeg
29880 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29882 * gst-libs/gst/audio/audio.h:
29883 remove buffer-frames from audio caps
29884 * gst/audioconvert/gstaudioconvert.c:
29885 fix plugin to really work.
29887 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29889 * gst-libs/gst/mixer/mixer.c:
29890 * gst-libs/gst/propertyprobe/propertyprobe.c:
29891 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29892 (gst_tuner_find_channel_by_name):
29893 * gst-libs/gst/tuner/tuner.h:
29894 Add gtk-doc style comments. Also fix a function name.
29896 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29898 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29899 (gst_divxdec_negotiate):
29900 Fix for new capsnego - also fixes gst-player with divxdec.
29902 2004-01-25 Julien MOUTTE <julien@moutte.net>
29904 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29905 (gst_play_identity_handoff), (gst_play_set_location),
29906 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29907 try in visualization implementation. Still have an issue with switch
29908 blocking when pulling from video_queue and only audio comes out of
29910 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29911 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29912 release method. And check if the pad is usable before pulling.
29914 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29916 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29917 (gst_videobalance_init),
29918 (gst_videobalance_colorbalance_list_channels),
29919 (gst_videobalance_colorbalance_set_value),
29920 (gst_videobalance_colorbalance_get_value),
29921 (gst_videobalance_update_properties),
29922 (gst_videobalance_update_tables_planar411),
29923 (gst_videobalance_planar411):
29924 * gst/videofilter/gstvideobalance.h:
29925 Implement lookup-tables. +/- 10x faster.
29927 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29929 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29930 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29931 The index reading was broken. The rest worked fine, but the whole
29932 goal of my rewrite was to make avidemux readable, and this was
29933 not at all readable. Please use typed variables.
29935 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29937 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29938 Additional pad usability check.
29939 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29940 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29941 (gst_mp1videoparse_real_chain):
29942 Fix MPEG video stream parsing. The original plugin had several
29943 issues, including not timestamping streams where the source was
29944 not timestamped (this happens with PTS values in mpeg system
29945 streams, but MPEG video is also a valid stream on its own so
29946 that needs timestamps too). We use the display time code for that
29947 for now. Also, if one incoming buffer contains multiple valid
29948 frames, we push them all on correctly now, including proper EOS
29949 handling. Lastly, several potential segfaults were fixed, and we
29950 properly sync on new sequence/gop headers to include them in next,
29951 not previous frames (since they're header for the next frame, not
29952 the previous). Also see #119206.
29953 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29955 Move caps setting so we only do it after finding several valid
29956 MPEG-1 fraes sequentially, not right after the first one (which
29957 might be coincidental).
29958 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29959 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29961 Add unsynced MPEG video stream typefinding, and change some
29962 probability values so we detect streams rightly. The idea is as
29963 follows: I can have an unsynced system stream which contains
29964 video. In the current code, I would randomly get a type for either
29965 system or video stream type found, because the probabilities are
29966 being calculated rather randomly. I now use fixed values, so we
29967 always prefer system stream if that was found (and that is how it
29968 should be). If no system stream was found, we can still identity the stream as video-only.
29970 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29972 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29973 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29974 don't write to buffer. Extract data without the need of
29975 __attribute__ ((packed))
29977 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29979 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29980 (mpeg1_sys_type_find):
29981 Fix MPEG-1 stream typefinding.
29983 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29985 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29986 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29988 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29990 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29991 * ext/esd/gstesd.c: (plugin_init):
29992 private debugging, better error reporting
29994 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29996 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29997 (gst_riff_read_init), (gst_riff_read_change_state):
29998 * gst-libs/gst/riff/riff-read.h:
29999 Remove stuff fromold metadata system.
30001 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30003 * ext/ogg/gstoggdemux.c:
30004 Fix wrong file comment.
30005 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30006 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
30007 Add metadata reading properly.
30009 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
30012 Fix nas DIST_SUBDIRS
30014 Fix bug where make distcheck doesn't get run on adding stuff to
30017 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30019 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30020 * ext/divx/gstdivxdec.h:
30021 Fix divx3 ("msmpeg4") playback using divxdec.
30023 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
30025 * gst/typefind/gsttypefindfunctions.c:
30026 (mp3_type_frame_length_from_header): fix bug in length computation
30027 (mp3_type_find): improve debugging output
30029 2004-01-23 Julien MOUTTE <julien@moutte.net>
30031 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30032 (gst_play_set_location), (gst_play_seek_to_time),
30033 (gst_play_set_audio_sink), (gst_play_set_visualization),
30034 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30035 the pipeline from scratch. Visualization is back and switch went out as
30036 i realized it was not possible to use the way i wanted.
30037 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30038 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30039 clearing in state change from READY to NULL. So that one can clean the
30040 X ressources keeping the element.
30041 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30042 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30043 (gst_xvimagesink_colorbalance_set_value),
30044 (gst_xvimagesink_colorbalance_get_value),
30045 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30046 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30047 change from READY to NULL and fixed some stupid bugs in colorbalance
30048 get/set values. Also added the following feature : when nobody tries to
30049 set some values to the colorbalance levels before the xcontext is
30050 grabbed, then when creating channels list from Xv attributes we set the
30051 internal values to the Xv defaults. This way we handle buggy Xv drivers
30052 that set default hue values far from the middle of the range (Thanks
30053 to Jon Trowbridge for pointing that issue).
30054 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30055 colorbalance levels have been set before xcontext is grabbed.
30057 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
30059 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30060 Fix the ossmixer case where we shouldn't open /dev/dsp* because
30061 it might block operations (which is bad for a mixer).
30063 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30065 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30066 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30067 (gmip_find_type_pre):
30068 * gst-libs/gst/media-info/media-info-priv.h:
30069 * gst-libs/gst/media-info/media-info.c:
30070 (gst_media_info_instance_init), (gst_media_info_read_idler):
30071 add fakesink to get caps on decoder src pad again
30072 fix callback prototype to match new have_type signal signature
30074 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30076 * gst/adder/gstadder.c: (gst_adder_link):
30077 fix non-compile and cut-n-paste code
30079 2004-01-21 David Schleef <ds@schleef.org>
30081 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30082 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30083 (gst_swfdec_init), (gst_swfdec_change_state):
30084 * ext/swfdec/gstswfdec.h:
30086 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30087 (gst_adder_request_new_pad): Fix negotiation.
30088 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30089 Add a fixate function.
30090 * gst/intfloat/gstfloat2int.c:
30091 * gst/intfloat/gstfloat2int.h:
30092 * gst/intfloat/gstint2float.c:
30093 * gst/intfloat/gstint2float.h:
30094 Completely rewrite the negotiation. Doesn't quite work yet,
30095 due to some buffer-frames problem.
30097 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
30099 * ext/gnomevfs/gstgnomevfssrc.c:
30100 * sys/v4l2/v4l2_calls.h:
30101 fix includes for distcheck
30103 2004-01-21 Christian Schaller <uraeus@gnome.org>
30106 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30107 based on earlier patch from Laurent Vivier
30109 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
30111 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30112 Fix wma caps property
30113 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30114 Fix typo (flags1 and flags2)
30116 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30118 * gst-libs/gst/media-info/media-info-priv.c:
30119 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30120 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30121 (gmip_find_stream), (gmip_find_track_metadata),
30122 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30123 (gmip_find_track_format):
30124 * gst-libs/gst/media-info/media-info-priv.h:
30125 * gst-libs/gst/media-info/media-info-test.c: (main):
30126 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30127 (gst_media_info_read_idler), (gst_media_info_read):
30128 * gst-libs/gst/media-info/media-info.h:
30129 register debugging category and use it for debugging
30131 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30133 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30134 (gst_vorbisfile_new_link):
30135 signal streaminfo through tags
30137 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30139 * ext/mplex/gstmplex.cc:
30140 * ext/mplex/gstmplexibitstream.cc:
30141 g++ doesn't like NULL in our i18n/error macros, should be
30142 either (NULL) or ("").
30144 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30146 * sys/dxr3/dxr3audiosink.c:
30147 * sys/dxr3/dxr3init.c:
30148 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30149 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30150 Fix more error error error errors (missing includes here).
30152 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30154 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30155 fix thomas' error errors.
30157 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30159 * ext/mpeg2enc/gstmpeg2enc.cc:
30162 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30164 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30165 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30166 Fix for new error system.
30168 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30170 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30171 fix for new error reporting
30173 2004-01-20 David Schleef <ds@schleef.org>
30175 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30176 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30177 (gst_ximagesink_set_xwindow_id): Change to using a framerate
30178 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30179 and neither is 100+, most likely.
30180 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30181 (gst_xvimagesink_getcaps): same
30183 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
30186 Up version requirement to 2.0.3 (not yet released) to avoid symbol
30187 clashes with ffmpeg.
30189 2004-01-20 Julien MOUTTE <julien@moutte.net>
30191 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30192 (gst_switch_init): Fixed switch element : proxying link and setting
30193 caps from src to sink on request.
30195 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30197 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30198 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30199 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30202 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30204 * sys/v4l/v4l_calls.h:
30205 * sys/v4l2/v4l2_calls.h:
30206 element_error fixes
30208 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30210 * gst-libs/gst/gst-i18n-plugin.h:
30212 remove config.h inclusion
30214 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30217 adding autopoint invocation
30220 * gst-libs/gst/gettext.h:
30221 adding gettext bits
30222 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30223 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30224 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30225 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30226 (gst_gnomevfssink_close_file):
30227 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30228 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30229 * gst-libs/gst/gst-i18n-plugin.h:
30230 * gst/avi/gstavi.c: (plugin_init):
30231 * sys/dxr3/dxr3init.c: (plugin_init):
30232 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30233 * sys/oss/gstossaudio.c: (plugin_init):
30234 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30235 * sys/v4l/gstv4l.c: (plugin_init):
30236 * sys/v4l/v4l_calls.c: (gst_v4l_open):
30237 * sys/v4l2/gstv4l2.c: (plugin_init):
30238 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30239 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30240 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30241 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30242 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30243 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30244 make sure locale and translation domain are set
30245 fix translated strings
30251 put translation files into place
30252 * sys/xvideo/imagetest.c: (main):
30253 * ext/dv/demo-play.c: (main):
30254 fix unnecessary translations
30256 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30258 * ext/sndfile/gstsf.c:
30259 * gst/avi/gstavimux.c:
30260 * ext/audiofile/gstafsink.c:
30261 * ext/audiofile/gstafsrc.c:
30262 * ext/gnomevfs/gstgnomevfssink.c:
30263 * ext/gnomevfs/gstgnomevfssrc.c:
30264 * sys/oss/gstosselement.c:
30265 * sys/v4l/v4l_calls.h:
30268 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30270 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30271 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30272 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30273 (gst_v4l2_get_output), (gst_v4l2_set_output),
30274 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30275 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30276 (gst_v4l2_set_attribute):
30277 update to new error handling
30279 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30281 * ext/sidplay/gstsiddec.cc:
30282 * gst/modplug/gstmodplug.cc:
30283 parenthese NULL because C++ seems angry about it
30285 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30287 * gst-libs/gst/gst-i18n-plugin.h:
30288 add skeleton i18n stuff, but needs to be further implemented
30290 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30292 * examples/gstplay/player.c: (main):
30293 * ext/aalib/gstaasink.c: (gst_aasink_open):
30294 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30295 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30296 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30297 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30298 (gst_afsink_close_file):
30299 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30300 (gst_afsrc_close_file):
30301 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30302 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30303 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30304 * ext/esd/esdmon.c: (gst_esdmon_get):
30305 * ext/esd/esdsink.c: (gst_esdsink_chain):
30306 * ext/faac/gstfaac.c: (gst_faac_chain):
30307 * ext/faad/gstfaad.c: (gst_faad_chain):
30308 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30309 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30310 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30311 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30312 (gst_flacdec_loop):
30313 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30314 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30315 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30316 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30317 (gst_gnomevfssink_close_file):
30318 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30319 (gst_gnomevfssrc_open_file):
30320 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30321 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30322 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30323 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30324 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30325 * ext/mad/gstmad.c: (gst_mad_chain):
30326 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30327 * ext/mpeg2dec/gstmpeg2dec.c:
30328 * ext/mpeg2enc/gstmpeg2enc.cc:
30329 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30330 * ext/mplex/gstmplex.cc:
30331 * ext/mplex/gstmplexibitstream.cc:
30332 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30333 (gst_ogg_demux_push), (gst_ogg_pad_push):
30334 * ext/raw1394/gstdv1394src.c:
30335 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30336 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30337 * ext/sidplay/gstsiddec.cc:
30338 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30340 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30341 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30342 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30343 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30344 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30345 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30346 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30347 * gst-libs/gst/Makefile.am:
30348 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30349 (gst_riff_read_element_data), (gst_riff_read_seek),
30350 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30351 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30352 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30353 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30354 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30355 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30356 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30357 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30358 * gst/goom/gstgoom.c: (gst_goom_chain):
30359 * gst/id3/gstid3types.c: (gst_id3types_loop):
30360 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30361 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30362 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30363 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30364 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30365 (gst_ebml_read_float), (gst_ebml_read_header):
30366 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30367 (gst_matroska_demux_parse_blockgroup):
30368 * gst/modplug/gstmodplug.cc:
30369 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30370 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30371 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30372 * gst/silence/gstsilence.c: (gst_silence_get):
30373 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30374 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30375 * gst/speed/gstspeed.c: (speed_loop):
30376 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30377 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30378 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30379 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30380 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30381 (gst_wavparse_loop):
30382 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30383 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30384 (dxr3audiosink_close):
30385 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30386 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30387 (dxr3videosink_close), (dxr3videosink_write_data):
30388 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30389 * sys/oss/gstosselement.h:
30390 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30391 (gst_osssink_chain):
30392 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30393 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30394 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30395 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30396 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30397 (gst_v4l_enable_overlay):
30398 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30399 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30400 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30401 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30402 (gst_v4l_set_audio):
30403 * sys/v4l/v4l_calls.h:
30404 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30405 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30406 (gst_v4lmjpegsink_playback_init),
30407 (gst_v4lmjpegsink_playback_start):
30408 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30409 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30410 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30411 (gst_v4lmjpegsrc_requeue_frame):
30412 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30413 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30414 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30415 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30416 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30417 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30418 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30419 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30420 (gst_v4l2src_capture_stop):
30421 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30422 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30423 (gst_ximagesink_chain):
30424 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30425 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30426 (gst_xvideosink_xwindow_new):
30427 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30428 (gst_xvimagesink_chain):
30429 use new error signal, function and categories
30431 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30435 * ext/musicbrainz/gsttrm.c:
30436 * ext/musicbrainz/gsttrm.h:
30437 * ext/musicbrainz/Makefile.am:
30440 2004-01-18 Julien MOUTTE <julien@moutte.net>
30442 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30443 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30444 synchronous property for debugging.
30445 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30446 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30447 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30448 smaller block, fixing indent.
30450 2004-01-16 David Schleef <ds@schleef.org>
30452 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30453 property affects the video stream.
30454 * sys/xvimage/xvimagesink.c:
30455 * sys/xvimage/xvimagesink.h:
30456 Add synchronous property for debugging. Should probably be
30457 disabled in non-CVS builds. Make sure that the Xv attribute
30458 exists before we set it (crash!). Fix a silly float bug that
30459 caused colorbalance to just not work.
30461 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30463 * tools/gst-launch-ext.in - update for new plugins
30465 2004-01-16 David Schleef <ds@schleef.org>
30467 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30468 already-freed caps.
30470 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30472 * Update spec for new colorspace plugin and libcaca plugin
30473 * Fix compilation of libcaca plugin (clock -> id)
30475 2004-01-16 Julien MOUTTE <julien@moutte.net>
30477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30478 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30479 (gst_xvimagesink_set_xwindow_id),
30480 (gst_xvimagesink_colorbalance_set_value),
30481 (gst_xvimagesink_colorbalance_get_value),
30482 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30483 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30484 correct colorbalance properties. They can now be set when the element
30485 is still in NULL state. The values will be committed to the Xv Port
30486 when xcontext is initialized.
30487 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30488 brightness int values in the GstXvImagesink structure.
30490 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30492 * gst-libs/gst/Makefile.am:
30493 restructure so having local patches works easier.
30495 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30497 * ext/mpeg2enc/Makefile.am:
30498 * ext/mpeg2enc/gstmpeg2enc.cc:
30499 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30500 Bugfix with respect to EOS handling.
30502 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30504 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30505 Link with right caps (else, it segfaults).
30506 * ext/mplex/gstmplexjob.cc:
30507 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30509 2004-01-15 David Schleef <ds@schleef.org>
30511 * gst-libs/gst/audio/Makefile.am:
30512 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30514 * gst-libs/gst/audio/gstaudiofilter.c:
30515 * gst-libs/gst/audio/gstaudiofilter.h:
30516 Add bytes_per_sample and size and n_samples calculation.
30517 * gst-libs/gst/audio/gstaudiofilterexample.c:
30518 Remove, now autogenerated.
30519 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30520 Moved from gstaudiofilterexample, object name changed, code added
30521 so that it actually works.
30522 * gst-libs/gst/audio/make_filter:
30523 Script to build an audiofilter subclass from the template.
30524 * gst/colorspace/Makefile.am:
30525 * gst/colorspace/yuv2yuv.c:
30526 Remove file, since it's GPL, and we don't use it.
30528 2004-01-15 Julien MOUTTE <julien@moutte.net>
30530 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30532 them use the buffer free function to test how the buffer was allocated.
30534 2004-01-15 David Schleef <ds@schleef.org>
30536 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30537 that handles osssink fallback.
30538 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30539 (gst_audio_convert_getcaps):
30540 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30541 Add audio/x-qdm2 for QDM2 audio.
30542 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30543 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30544 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30545 Decrease minimum size to 16x16.
30546 * gst/wavparse/gstwavparse.c:
30547 Convert disabled pad template caps to new caps.
30548 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30549 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30550 (gst_xvimagesink_chain): Throw element error when display cannot
30551 be opened. Increase minimum framerate to 1.0. Check the data
30552 free function on a buffer to make sure it is the type we expect
30553 before manipulating it.
30555 2004-01-15 Julien MOUTTE <julien@moutte.net>
30557 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30558 (gst_videobalance_colorbalance_set_value): Implement passthru if
30559 settings are in the middle.
30560 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30562 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30564 * gst/videofilter/Makefile.am:
30565 * gst/volume/Makefile.am:
30566 Since we use videofilter symbols, link to it.
30568 2004-01-15 Julien MOUTTE <julien@moutte.net>
30570 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30571 mixer interface type to HARDWARE.
30572 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30574 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30575 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30576 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30577 (gst_volume_interface_init), (gst_volume_list_tracks),
30578 (gst_volume_set_volume), (gst_volume_get_volume),
30579 (gst_volume_set_mute), (gst_volume_mixer_init),
30580 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30581 (volume_init): Implementing mixer interface.
30582 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30583 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30584 (gst_osselement_change_state): Removing some trailing commas in
30586 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30587 interface type to HARDWARE.
30588 * sys/v4l/gstv4lcolorbalance.c:
30589 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30591 * sys/v4l2/gstv4l2colorbalance.c:
30592 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30593 interface type to HARDWARE.
30594 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30595 same code than ximagesink for event handling.
30597 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30599 * ext/snapshot/Makefile.am:
30600 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30601 (gst_snapshot_chain):
30602 * ext/snapshot/gstsnapshot.h:
30603 This has to be a joke... Snapshot should be connected to a tee,
30604 colorspace element before it and EOS after that, where the other
30605 src of the tee receives normal data.
30606 The current way is *wrong*.
30608 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30610 * ext/hermes/gsthermescolorspace.c:
30611 Fix another compile error. Same as below.
30613 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30615 * gst/colorspace/gstcolorspace.c:
30616 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30617 (gst_colorspace_i420_to_yv12):
30618 Fix compiling... Didn't test if it actually works.
30620 2004-01-15 David Schleef <ds@schleef.org>
30623 * gst/colorspace/Makefile.am:
30624 * gst/colorspace/gstcolorspace.c:
30625 * gst/colorspace/gstcolorspace.h:
30626 * gst/colorspace/yuv2rgb.c:
30627 * gst/colorspace/yuv2rgb.h:
30628 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30629 code and GPL code. Fix for new caps negotiation. Rewrite
30630 much of the format handling code, and some of the conversion
30631 code. Basically, rewrote almost everything. This element
30632 handles I420, YV12 to RGB conversions.
30633 * ext/hermes/Makefile.am:
30634 * ext/hermes/gsthermescolorspace.c:
30635 Rename colorspace to hermescolorspace. Fix negotiation issues.
30636 Remove non-Hermes related code. This element handles lots of
30637 RGB to RGB conversions, but no YUV.
30638 * ext/hermes/gstcolorspace.c:
30639 * ext/hermes/gstcolorspace.h:
30640 * ext/hermes/rgb2yuv.c:
30641 * ext/hermes/yuv2rgb.c:
30642 * ext/hermes/yuv2rgb.h:
30643 * ext/hermes/yuv2rgb_mmx16.s:
30644 * ext/hermes/yuv2yuv.c:
30645 * ext/hermes/yuv2yuv.h:
30648 2004-01-14 Colin Walters <walters@verbum.org>
30650 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30651 they've already been.
30653 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30655 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30656 assume tag mode when pad is not connected
30658 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30660 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30661 Don't update the time of the clock
30662 (gst_alsa_sink_loop):
30663 sync to the clock given to alsasink, not the own clock
30664 * sys/oss/gstosssink.c: (gst_osssink_chain):
30666 (gst_osssink_change_state):
30668 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30669 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30670 remove bogus code that made DISCONT events unhandled
30671 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30672 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30674 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30675 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30676 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30677 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30678 2nd warning in bug #131502)
30680 2004-01-14 Julien MOUTTE <julien@moutte.net>
30682 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30683 (gst_videobalance_colorbalance_set_value),
30684 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30685 for colorbalance interface implementation.
30686 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30687 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30688 (gst_ximagesink_dispose), (gst_ximagesink_init),
30689 (gst_ximagesink_class_init): Adding DISPLAY property.
30690 * sys/ximage/ximagesink.h: Adding display_name to store display.
30691 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30692 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30693 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30694 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30695 properties (they still need polishing though for gst-launch use : no
30696 xcontext yet, i ll do that tomorrow).
30697 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30699 2004-01-14 Julien MOUTTE <julien@moutte.net>
30701 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30702 (gst_play_set_location), (gst_play_set_visualization): Preparing
30703 switch integration, adding videobalance in the pipeline.
30705 2004-01-14 Julien MOUTTE <julien@moutte.net>
30707 * gst-libs/gst/colorbalance/colorbalance.c:
30708 (gst_color_balance_class_init): Adding a default type.
30709 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30711 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30712 (gst_videobalance_dispose), (gst_videobalance_class_init),
30713 (gst_videobalance_init), (gst_videobalance_interface_supported),
30714 (gst_videobalance_interface_init),
30715 (gst_videobalance_colorbalance_list_channels),
30716 (gst_videobalance_colorbalance_set_value),
30717 (gst_videobalance_colorbalance_get_value),
30718 (gst_videobalance_colorbalance_init): Implementing colorbalance
30720 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30722 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30723 bug which was triggering a BadAccess X error when setting an overlay
30724 before pad was really negotiated.
30725 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30726 Using the colorbalance type macro.
30728 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30730 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30731 (gst_flacenc_chain):
30732 handle tags correctly
30733 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30734 extract ID3v1 tags correctly
30736 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30738 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30740 Improve matroska typefinding for odd-typed headers...
30742 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30744 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30745 Fix for using incremental number on padnames.
30747 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30749 * ext/divx/gstdivxdec.c:
30750 * ext/divx/gstdivxenc.c:
30751 Set category to divx4linux instead of divx (too generic).
30752 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30753 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30754 (gst_wavparse_loop), (gst_wavparse_change_state):
30755 * gst/wavparse/gstwavparse.h:
30756 fix parsing of WAV files with non-standard fmt-tag size and fix
30757 skipping of unrecognized chunks... Someone please fix this thing
30758 to use rifflib so all this is automated.
30759 * sys/v4l/Makefile.am:
30760 * sys/v4l2/Makefile.am:
30761 Add X_CFLAGS because we depend on X (for overlay).
30763 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30765 * ext/mpeg2dec/gstmpeg2dec.c:
30766 Don't issue a timestamp unless we tagged the frame
30769 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30771 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30772 Query the audio element to get the time, not the clock. We're
30773 interested in the element's time here.
30775 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30777 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30778 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30779 * ext/esd/esdsink.c: (gst_esdsink_chain):
30780 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30781 * ext/mas/massink.c: (gst_massink_chain):
30782 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30783 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30784 (gst_matroska_demux_parse_metadata):
30785 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30786 (gst_mpeg_parse_release_locks):
30787 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30788 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30789 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30790 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30791 (gst_osssink_change_state):
30792 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30793 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30794 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30795 (gst_xvideosink_release_locks):
30796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30798 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30799 (gst_alsa_clock_stop):
30800 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30801 (gst_audio_clock_get_internal_time):
30802 simplify for use with new clocking code.
30803 * testsuite/alsa/Makefile.am:
30804 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30805 fix testsuite for new caps system
30807 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30809 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30810 * ext/flac/gstflacenc.c: (add_one_tag):
30811 length is already host endian, no need to convert. Fixes playback of
30812 tagged files on PPC. (bug #128384)
30814 2004-01-13 Julien MOUTTE <julien@moutte.net>
30816 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30817 colorbalance interface stating if it is hardware based or software
30819 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30820 Removing a trailing comma.
30821 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30822 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30823 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30824 the documentation seems to be wrong on the -1000 to 1000 interval.
30826 2004-01-12 David Schleef <ds@schleef.org>
30828 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30829 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30830 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30831 Fix negotiation. Add a bufferalloc function for the sink pad,
30832 and generally clean up some of the code.
30834 2004-01-12 Julien MOUTTE <julien@moutte.net>
30836 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30837 (gst_color_balance_channel_dispose): Adding safety check in dispose
30839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30840 (gst_xvimagesink_xcontext_clear),
30841 (gst_xvimagesink_interface_supported),
30842 (gst_xvimagesink_colorbalance_list_channels),
30843 (gst_xvimagesink_colorbalance_set_value),
30844 (gst_xvimagesink_colorbalance_get_value),
30845 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30846 Adding colorbalance interface support to set XV parameters such as
30847 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30848 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30851 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30853 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30854 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30855 (gst_audio_convert_init), (gst_audio_convert_set_property),
30856 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30857 (gst_audio_convert_link),
30858 (gst_audio_convert_buffer_to_default_format),
30859 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30860 - implement _getcaps and use it
30862 - remove float caps since no float conversion is actually done
30863 - remove properties and arguments that were to be used for rate
30866 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30868 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30869 (gst_audio_structure_set_int):
30870 * gst-libs/gst/audio/audio.h:
30871 add helper functions for _getcaps matching the standard audio
30874 2004-01-12 David Schleef <ds@schleef.org>
30876 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30877 Test that pad is negotiated before getting its caps.
30879 2004-01-12 Julien MOUTTE <julien@moutte.net>
30881 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30882 analyzing the pads of an element the bin is mostly in READY state so
30883 no caps were negotiated. This helper function needs to work with
30884 _get_caps directly then. I was not freeing them though, added that to
30887 2004-01-12 Julien MOUTTE <julien@moutte.net>
30889 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30890 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30891 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30892 than the free_func.
30894 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30896 * sys/oss/gstossaudio.c: (plugin_init):
30897 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30898 * sys/oss/gstosselement.h:
30899 make an oss debugging category
30900 make failure more descriptive
30902 2004-01-11 David Schleef <ds@schleef.org>
30904 * ext/ffmpeg/gstffmpeg.c:
30905 * ext/ffmpeg/gstffmpegcodecmap.c:
30906 * ext/ffmpeg/gstffmpegdec.c:
30907 * ext/ffmpeg/gstffmpegenc.c:
30908 * ext/ffmpeg/gstffmpegprotocol.c:
30909 * ext/gdk_pixbuf/gstgdkanimation.c:
30910 * ext/jpeg/gstjpeg.c:
30911 * ext/libpng/gstpng.c:
30912 * ext/mpeg2dec/perftest.c:
30913 * ext/speex/gstspeex.c:
30914 * gst-libs/gst/resample/dtos.c:
30915 * gst/intfloat/gstintfloatconvert.c:
30916 * gst/oneton/gstoneton.c:
30917 * gst/rtjpeg/RTjpeg.c:
30918 * gst/rtp/gstrtp.c:
30919 * sys/dxr3/dxr3init.c:
30920 * sys/glsink/gstgl_nvimage.c:
30921 * sys/glsink/gstgl_pdrimage.c:
30922 * sys/glsink/gstglsink.c:
30923 * testsuite/gst-lint:
30924 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30926 2004-01-11 David Schleef <ds@schleef.org>
30928 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30929 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30930 * ext/gdk_pixbuf/gstgdkanimation.c:
30931 (gst_gdk_animation_iter_create_pixbuf):
30932 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30933 (gst_gdk_pixbuf_chain):
30934 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30935 * ext/jack/gstjack.c: (gst_jack_change_state):
30936 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30937 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30938 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30939 * gst/videofilter/gstvideofilter.c:
30940 (gst_videofilter_set_output_size):
30941 Remove all usage of gst_pad_get_caps(), and replace it with
30942 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30944 2004-01-11 David Schleef <ds@schleef.org>
30947 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30948 * ext/divx/gstdivxdec.c:
30949 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30950 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30951 handle images that span multiple buffers. Now work with both
30952 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30953 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30954 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30955 video/video.h changes
30956 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30957 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30958 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30959 of GstData free function.
30960 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30963 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30965 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30966 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30967 (gst_v4l2element_get_property):
30968 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30969 add norm, channel and frequency properties.
30970 * sys/v4l2/gstv4l2tuner.c:
30971 fixes for tuner interface changes
30972 * sys/v4l2/gstv4l2element.h:
30973 * sys/v4l2/gstv4l2src.c:
30974 * sys/v4l2/gstv4l2src.h:
30975 * sys/v4l2/v4l2src_calls.c:
30976 * sys/v4l2/v4l2src_calls.h:
30977 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30979 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30981 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30982 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30983 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30984 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30985 * gst-libs/gst/tuner/tuner.h:
30986 GObjects aren't const.
30987 Add find_by_name functions.
30988 Add checks to _changed functions.
30989 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30990 (gst_v4l_tuner_get_norm):
30993 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30995 * gst-libs/gst/video/video.h:
30996 Fix caps template names to be understandable.
30997 Prefix everything with GST_VIDEO.
30998 * ext/aalib/gstaasink.c:
30999 * ext/divx/gstdivxdec.c:
31000 * ext/divx/gstdivxenc.c:
31001 * ext/gdk_pixbuf/gstgdkpixbuf.c:
31002 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
31003 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
31004 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
31005 * ext/libcaca/gstcacasink.c:
31006 * ext/libpng/gstpngenc.c: (raw_caps_factory):
31007 * ext/snapshot/gstsnapshot.c:
31008 * ext/swfdec/gstswfdec.c:
31009 * ext/xvid/gstxviddec.c:
31010 * ext/xvid/gstxvidenc.c:
31011 * gst/chart/gstchart.c:
31012 * gst/deinterlace/gstdeinterlace.c:
31013 * gst/effectv/gsteffectv.c:
31014 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31015 * gst/goom/gstgoom.c:
31016 * gst/median/gstmedian.c:
31017 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31018 (gst_monoscope_srcconnect), (gst_monoscope_chain):
31019 * gst/overlay/gstoverlay.c:
31020 * gst/smooth/gstsmooth.c:
31021 * gst/smpte/gstsmpte.c:
31022 * gst/synaesthesia/gstsynaesthesia.c:
31023 * gst/videocrop/gstvideocrop.c:
31024 * gst/videodrop/gstvideodrop.c:
31025 * gst/y4m/gsty4mencode.c:
31026 * sys/qcam/gstqcamsrc.c:
31027 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31028 Make them work with new video.h file.
31029 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31030 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31031 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31032 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31033 Make it work with new buffer allocation system.
31035 2004-01-11 Julien MOUTTE <julien@moutte.net>
31037 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31038 pad_alloc_buffer implementation to use ->srcpad
31039 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31040 pad_alloc_buffer implementation to use ->srcpad
31041 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
31042 pad_alloc_buffer implementation to use ->srcpad
31043 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31044 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31045 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31046 a reference to everything we need.
31047 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31048 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31049 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31050 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31051 a reference to everything we need.
31052 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31054 2004-01-11 David Schleef <ds@schleef.org>
31056 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31057 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31058 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31060 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31061 value during a resize/renegotiation.
31062 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31063 gst_pad_alloc_buffer();
31064 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31065 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31067 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31068 Fix for rename of buffer private structure members.
31069 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31070 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31071 Fix for rename of buffer private structure members.
31072 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31073 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31074 Fix for rename of buffer private structure members.
31076 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
31078 reviewed by: David Schleef <ds@schleef.org>
31080 * gst/videofilter/Makefile.am:
31081 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
31082 from the patch by ds to fit in with recent make_filter changes.
31084 2004-01-11 Julien MOUTTE <julien@moutte.net>
31086 * configure.ac: Adding examples/switch/Makefile
31087 * examples/Makefile.am: Adding examples/switch
31088 * examples/switch/Makefile.am: Adding switcher example.
31089 * examples/switch/switcher.c: (got_eos), (idle_iterate),
31090 (switch_timer), (main): Adding an example demonstrating switch usage
31091 with 2 videotestsrc showing different patterns.
31092 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31093 (gst_switch_init): Fixing switch with the new caps system.
31095 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31097 * gst-libs/gst/video/video.h:
31098 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31099 They should probably be like
31100 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31102 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31104 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31105 (qtdemux_parse_trak):
31106 fix audio chunk size/timestamp calculation
31108 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31110 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31113 2004-01-11 Steve Baker <steve@stevebaker.org>
31115 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31116 (gst_agingtv_base_init), (gst_agingtv_class_init),
31117 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31118 (gst_agingtv_set_property), (gst_agingtv_get_property):
31119 Port agingTV to videofilter
31121 2004-01-09 Julien MOUTTE <julien@moutte.net>
31123 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31124 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31126 2004-01-09 Julien MOUTTE <julien@moutte.net>
31128 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31129 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31130 * gst-libs/gst/xoverlay/xoverlay.c:
31131 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31132 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31133 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31134 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31135 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31136 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31137 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31138 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31139 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31140 interface implementation to handle xid being 0 and fix some bugs
31141 triggered by Benjamin's testcase.
31142 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31143 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31144 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31145 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31146 interface implementation to handle xid being 0 and fix some bugs
31147 triggered by Benjamin's testcase.
31149 2004-01-09 David Schleef <ds@schleef.org>
31151 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
31152 mouse pointer events. It works.
31154 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
31156 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31157 Use explicit caps - fix capsnego.
31158 * ext/xvid/gstxviddec.c:
31159 * ext/xvid/gstxvidenc.c:
31160 Remove macro-inside-macro which caused compile errors.
31161 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31162 Error out if it's not a RIFF file. Else we error out without
31163 gst_element_error() which is not good...
31165 2004-01-08 David Schleef <ds@schleef.org>
31167 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31168 Fix pad_link function to handle formats that ffmpeg returns
31169 as multiple caps structures.
31170 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31171 Only complain if source buffer is _smaller_ than expected.
31172 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31173 (gst_videoscale_handle_src_event): Resize navigation events
31174 when passing them upstream.
31175 * gst/videotestsrc/gstvideotestsrc.c:
31176 * gst/videotestsrc/gstvideotestsrc.h:
31177 * gst/videotestsrc/videotestsrc.c:
31178 * gst/videotestsrc/videotestsrc.h:
31179 Rewrite many of the buffer painting functions to handle odd
31180 sizes (for many formats, size%4!=0 or size%8!=0). Most have
31181 been verified to work with my video card.
31182 * testsuite/gst-lint: Add check for elements calling
31183 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31185 2004-01-08 David Schleef <ds@schleef.org>
31187 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31188 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31190 2004-01-08 Julien MOUTTE <julien@moutte.net>
31192 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31193 configure event is not emiting the desired size signal. That fixes
31194 aspect ratio issues with gst-player.
31196 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
31198 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31201 2004-01-08 Julien MOUTTE <julien@moutte.net>
31203 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31204 public method to fire size signal.
31206 2004-01-07 Julien MOUTTE <julien@moutte.net>
31208 * examples/gstplay/Makefile.am: Adding the interface library.
31209 * gst-libs/gst/play/Makefile.am: Adding the interface library.
31210 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
31211 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31212 GST_IS_X_OVERLAY before signal connect.
31213 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31214 Removing the have_video_size signal.
31215 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31216 and associated public method.
31217 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31218 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31220 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31221 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31223 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31224 Using XOverlay public method to fire size signal.
31226 2004-01-07 David Schleef <ds@schleef.org>
31228 * gst/videofilter/Makefile.am:
31229 * gst/videofilter/gstvideotemplate.c:
31230 * gst/videofilter/make_filter:
31231 Create gstvideoexample.c in a srcdir!=builddir friendly way.
31232 Convert make_filter to /bin/sh script.
31234 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
31236 * gst/modplug/gstmodplug.cc: fix element description
31238 2004-01-07 Julien MOUTTE <julien@moutte.net>
31240 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31241 (got_video_size): Adding some new lines in g_print calls.
31242 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31243 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31244 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31245 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31246 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31247 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31248 Complete code review, reverting some stuff i disagree with, adding
31249 some fixes : time synchronization on invalid timestamps, renegotiation
31251 * sys/ximage/ximagesink.h:
31252 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31253 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31254 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31255 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31256 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31257 (gst_xvimagesink_buffer_new),
31258 (gst_xvimagesink_navigation_send_event),
31259 (gst_xvimagesink_set_xwindow_id),
31260 (gst_xvimagesink_get_desired_size),
31261 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31262 stuff i disagree with, adding some fixes : Renegotiation of private
31263 window, implementing get_desired_size.
31265 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
31267 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31268 (gst_afsink_handle_event):
31269 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31270 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31271 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31272 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31273 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31274 Fix for instantiate-test (see core). Also remove dead code from
31275 jpegenc (which still needs fixing, but that's lower on my TODO
31277 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31278 Never return NULL as caps.
31280 2004-01-07 David Schleef <ds@schleef.org>
31284 * ext/librfb/Makefile.am:
31285 * ext/librfb/gstrfbsrc.c:
31286 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31287 is the protocol used by VNC.
31289 2004-01-07 David Schleef <ds@schleef.org>
31291 * gst/videofilter/gstvideotemplate.c:
31292 * gst/videofilter/gstvideotemplate.h:
31293 * gst/videofilter/make_filter:
31294 Merge videotemplate header into source file.
31295 * gst/effectv/Makefile.am:
31296 * gst/effectv/gsteffectv.c: (plugin_init):
31297 * gst/effectv/gstwarp.c:
31298 Make warpTV a subclass of videofilter.
31300 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31302 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31303 Add guard against invalid utf-8 conversions in mad. Just in case.
31305 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31307 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31308 Fix for bug shown by poisoning
31310 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31312 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31313 (gst_v4lmjpegsrc_buffer_free):
31314 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31315 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31316 (gst_v4lsrc_buffer_free):
31317 Fix for removed bufferpools.
31319 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31321 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31322 Fix caps negotiation.
31324 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31325 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31326 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31328 * ext/mpeg2dec/gstmpeg2dec.c:
31329 * gst-libs/gst/navigation/navigation.c:
31330 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31331 * gst-libs/gst/navigation/navigation.h:
31332 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31333 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31334 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31335 Super-simple first version of mouse and keyboard events. Clicking
31336 on a DVD menu now works, although it may not take you where you
31339 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31340 * gst/videotestsrc/gstvideotestsrc.c:
31341 (gst_videotestsrc_src_fixate):
31342 These fixate functions were broken - they never actually
31345 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31347 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31348 (gst_icecastsend_init):
31349 fix for new caps system.
31350 * gst-libs/gst/mixer/mixertrack.h:
31351 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31352 Add 'master track' flag (for tools like ACME that only want to
31353 change the main volume).
31355 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31357 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31358 (gst_xvid_csp_to_caps):
31359 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31360 * ext/xvid/gstxvidenc.c:
31361 ifdef out ARGB type when it isn't available
31362 in xvidcore 1.0.0beta2
31364 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31366 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31367 When we have received a new SCR right in the first buffer after
31368 a seek (so in the same cycle that handles the discont), we should
31369 handle the buffer instead of unreffing it, else we lose data.
31371 2004-01-06 Iain <iain@prettypeople.org>
31373 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31374 buffer-frames caps too.
31376 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31377 caps that we need, don't destroy them all and rebuild them. And when
31378 creating src pads, use the src pad template rather than the sink...
31380 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31382 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31383 Add pad to element *after* setting functions such as event handler.
31384 Without this, the scheduler (opt) will link pads, set the event
31385 handler from the default event function (dispatcher in gstpad.c)
31386 and *after* that, we will set our own event function, which will
31387 thus never be used (and thus mpegdemux doesn't handle events).
31389 2004-01-04 David Schleef <ds@schleef.org>
31391 Fix the fixate functions to handle new prototype:
31392 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31393 * gst/videotestsrc/gstvideotestsrc.c:
31394 (gst_videotestsrc_src_fixate):
31395 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31396 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31397 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31399 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31401 * sys/ximage/ximagesink.h:
31402 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31403 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31404 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31405 (gst_ximagesink_xoverlay_init):
31406 assorted fixes to make (re)embedding work
31407 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31408 (gst_ximagesink_get_desired_size):
31409 implement desired size additions to XOverlay
31411 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31413 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31414 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31415 (gst_x_overlay_got_desired_size):
31416 * gst-libs/gst/xoverlay/xoverlay.h:
31417 Add optional "desired size" signal and querying.
31419 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31421 * gst/matroska/matroska-demux.c:
31422 (gst_matroska_demux_parse_blockgroup):
31423 Fix EBML-laced block parsing. Diffs are relative to previous
31424 lace, not the first lace. Thanks to Mosu from the Matroska
31425 team for detecting this.
31426 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31427 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31428 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31429 (gst_wavparse_change_state):
31430 * gst/wavparse/gstwavparse.h:
31431 Quickfix for capsnego.
31433 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31435 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31436 Fix indenting, fix pad creation.
31438 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31440 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31441 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31442 (gst_xviddec_sink_link):
31443 Implement src_getcaps() so proper size caps is negotiated.
31445 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31447 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31448 Finish flac decoder on EOS. See #116178.
31450 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31452 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31453 (gst_matroska_demux_add_stream):
31454 * gst/matroska/matroska-ids.h:
31455 Add getcaps() function to fix capsnego...
31457 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31459 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31460 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31461 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31462 Fix more integer overflows. Again, see #126967.
31464 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31466 * ext/mpeg2dec/gstmpeg2dec.c:
31467 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31470 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31473 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31474 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31475 * ext/xvid/gstxvid.h:
31476 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31477 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31478 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31479 (gst_xviddec_change_state):
31480 * ext/xvid/gstxviddec.h:
31481 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31482 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31483 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31484 (gst_xvidenc_link), (gst_xvidenc_set_property),
31485 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31486 * ext/xvid/gstxvidenc.h:
31487 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31489 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31491 * gst/rtp/rtp-packet.c:
31492 Add sys/types.h include, since OS X doesn't define in_addr_t
31493 in netinet/in.h, like it does on Linux (see #129600).
31495 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31497 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31499 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31500 Correct logic of dispose function (see #129306).
31502 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31504 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31505 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31506 (gst_mpeg_parse_init):
31507 * gst/mpegstream/gstmpegparse.h:
31508 Remove clock (which was never provided, i.e. dead code), and
31509 also fix integer overflows at high PTS values (see #126967).
31511 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31513 * ext/flac/gstflacdec.c:
31514 * ext/libpng/gstpngenc.h:
31515 * ext/mikmod/gstmikmod.h:
31516 OS X fixes (see #126628).
31518 2004-01-02 David Schleef <ds@schleef.org>
31520 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31521 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31522 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31523 (gst_mpeg_parse_class_init): Move pad template registration
31524 to class_init, since the derived class (mpegdemux) doesn't
31527 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31529 * sys/ximage/Makefile.am:
31530 * sys/xvideo/Makefile.am:
31531 * sys/xvimage/Makefile.am:
31532 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31533 after installation (see #127664).
31535 2004-01-02 David Schleef <ds@schleef.org>
31537 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31538 (gst_ffmpegenc_connect): Negotiation fixes.
31539 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31540 Remove inappropriate gst_caps_free().
31541 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31542 Reenable Ronald's internal resize code, since the core handles
31545 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31547 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31548 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31549 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31550 Fix pad template stuff.
31552 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31554 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31555 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31556 fix signed integer reading/writing.
31558 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31561 Remove outdated document
31563 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31565 * gst/cutter/gstcutter.c: (gst_cutter_init):
31566 src pad was being created twice - oops.
31568 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31570 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31571 Comment out internal resize. It doesn't handle the resulting
31572 XEvent internally, does another try_set_caps() which leads to
31573 a really nice loop.
31574 Real fix will come when Julien and Dave are awake. ;).
31576 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31578 * ext/mpeg2enc/gstmpeg2enc.cc:
31579 fix const/nonconst compile issue.
31581 2004-01-02 David Schleef <ds@schleef.org>
31583 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31584 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31585 Add fixate function and a check for bad formats.
31587 2004-01-01 David Schleef <ds@schleef.org>
31590 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31591 (gst_audiofilter_init):
31592 * gst/debug/efence.c: (gst_efence_init):
31593 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31594 (gst_deinterlace_init):
31595 * gst/volume/gstvolume.c: (volume_connect):
31597 2004-01-01 David Schleef <ds@schleef.org>
31599 Convert elements to use gst_pad_use_explicit_caps() where
31601 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31602 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31603 (gst_afparse_open_file):
31604 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31605 (gst_afsrc_open_file):
31606 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31607 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31608 (gst_ffmpegdec_chain):
31609 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31610 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31611 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31612 (gst_gdk_pixbuf_chain):
31613 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31614 (gst_jpegdec_chain):
31615 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31616 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31617 (gst_mikmod_negotiate):
31618 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31619 (gst_mpeg2dec_negotiate_format):
31620 * ext/mpeg2enc/gstmpeg2enc.cc:
31621 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31622 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31623 (gst_speexdec_sinkconnect):
31624 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31625 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31626 (gst_vorbisfile_new_link):
31627 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31628 (gst_ac3parse_chain):
31629 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31630 (gst_asf_demux_setup_pad):
31631 * gst/auparse/gstauparse.c: (gst_auparse_init),
31632 (gst_auparse_chain):
31633 * gst/id3/gstid3types.c: (gst_id3types_loop):
31634 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31635 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31636 (mp1videoparse_parse_seq):
31637 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31639 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31640 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31641 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31642 (gst_mpeg_parse_send_data):
31643 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31644 (gst_qtdemux_add_stream):
31645 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31646 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31647 (gst_wavparse_parse_fmt):
31649 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31652 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31653 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31654 it therefore uses the wrong include paths. Too bad... Note
31655 that 1.6.1.93 is not release yet. ;).
31656 Also add a check for mplex, which is now using the lib'ified
31657 mplex from mjpegtools, too.
31658 * ext/ffmpeg/gstffmpegcodecmap.c:
31659 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31660 issues. I don't think ffmpeg handles 3ivx correctly, so this
31661 probably won't work. But it won't hurt either.
31662 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31663 (gst_ffmpegdec_chain):
31664 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31665 (gst_ffmpegenc_chain_audio):
31666 Fix memleak in audio encoding. Close codec if open fails, this
31667 calls the cleanup routines so we can re-use the context.
31668 * ext/mpeg2enc/gstmpeg2enc.cc:
31669 Fix pad template names/types, fix memory issue with getcaps().
31670 * ext/mpeg2enc/gstmpeg2encoder.cc:
31671 * ext/mpeg2enc/gstmpeg2encoder.hh:
31672 Fix compile issue with new caps system (const thingy).
31673 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31674 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31675 We read a first frame right on initing, so that we have a caps
31676 when we init the output. This caps is cached in padprivate and
31677 read as first frame.
31678 * ext/mplex/Makefile.am:
31679 * ext/mplex/gstmplex.cc:
31680 * ext/mplex/gstmplex.h:
31681 * ext/mplex/gstmplex.hh:
31682 * ext/mplex/gstmplexibitstream.cc:
31683 * ext/mplex/gstmplexibitstream.hh:
31684 * ext/mplex/gstmplexjob.cc:
31685 * ext/mplex/gstmplexjob.hh:
31686 * ext/mplex/gstmplexoutputstream.cc:
31687 * ext/mplex/gstmplexoutputstream.hh:
31688 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31689 had issues, didn't do capsnego, supported only a subset of the
31690 mplex features and required a mplex fork in our local CVS. Plus
31691 that it worked agaist a very old mplex version. Rewriting was
31692 faster than updating it.
31693 * gst-libs/ext/Makefile.am:
31694 * gst-libs/ext/mplex/INSTRUCT:
31695 * gst-libs/ext/mplex/Makefile.am:
31696 * gst-libs/ext/mplex/README:
31697 * gst-libs/ext/mplex/TODO:
31698 * gst-libs/ext/mplex/ac3strm_in.cc:
31699 * gst-libs/ext/mplex/audiostrm.hh:
31700 * gst-libs/ext/mplex/audiostrm_out.cc:
31701 * gst-libs/ext/mplex/aunit.hh:
31702 * gst-libs/ext/mplex/bits.cc:
31703 * gst-libs/ext/mplex/bits.hh:
31704 * gst-libs/ext/mplex/buffer.cc:
31705 * gst-libs/ext/mplex/buffer.hh:
31706 * gst-libs/ext/mplex/fastintfns.h:
31707 * gst-libs/ext/mplex/format_codes.h:
31708 * gst-libs/ext/mplex/inputstrm.cc:
31709 * gst-libs/ext/mplex/inputstrm.hh:
31710 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31711 * gst-libs/ext/mplex/mjpeg_logging.cc:
31712 * gst-libs/ext/mplex/mjpeg_logging.h:
31713 * gst-libs/ext/mplex/mjpeg_types.h:
31714 * gst-libs/ext/mplex/mpastrm_in.cc:
31715 * gst-libs/ext/mplex/mpegconsts.cc:
31716 * gst-libs/ext/mplex/mpegconsts.h:
31717 * gst-libs/ext/mplex/mplexconsts.hh:
31718 * gst-libs/ext/mplex/multplex.cc:
31719 * gst-libs/ext/mplex/outputstream.hh:
31720 * gst-libs/ext/mplex/padstrm.cc:
31721 * gst-libs/ext/mplex/padstrm.hh:
31722 * gst-libs/ext/mplex/stillsstream.cc:
31723 * gst-libs/ext/mplex/stillsstream.hh:
31724 * gst-libs/ext/mplex/systems.cc:
31725 * gst-libs/ext/mplex/systems.hh:
31726 * gst-libs/ext/mplex/vector.cc:
31727 * gst-libs/ext/mplex/vector.hh:
31728 * gst-libs/ext/mplex/videostrm.hh:
31729 * gst-libs/ext/mplex/videostrm_in.cc:
31730 * gst-libs/ext/mplex/videostrm_out.cc:
31731 * gst-libs/ext/mplex/yuv4mpeg.cc:
31732 * gst-libs/ext/mplex/yuv4mpeg.h:
31733 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31734 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31735 We don't fork mjpegtools' mplex in our CVS anymore.
31736 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31737 (gst_avi_demux_add_stream):
31738 * gst/avi/gstavidemux.h:
31739 Add getcaps() function for proper caps nego. This makes some
31740 parts of AVI playback/reading work.
31741 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31742 Resize window on new capsnego. This is probably wrong, but
31743 I'm still committing it because with current capsnego, the
31744 first successfull capsnego is auto-fixated, therefore rounded
31745 down to the lowest values in the caps. this results in a 16x16
31746 XWindow that is not reized when real capsnego finishes.
31747 Dave, I see more cases of this, do you know a proper solution?
31748 * tools/gst-launch-ext.in:
31749 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31751 2003-12-31 David Schleef <ds@schleef.org>
31753 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31754 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31755 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31757 2003-12-30 David Schleef <ds@schleef.org>
31759 * ext/ffmpeg/gstffmpegcolorspace.c:
31760 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31761 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31762 (gst_ffmpegcsp_chain): Negotiation fixes
31763 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31764 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31765 (gst_audio_convert_link), (gst_audio_convert_channels):
31766 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31767 (gst_audioscale_link), (gst_audioscale_get_buffer),
31768 (gst_audioscale_chain): Negotiation fixes
31769 * gst/audioscale/gstaudioscale.h:
31770 * gst/videofilter/gstvideofilter.c:
31771 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31772 (gst_videofilter_link), (gst_videofilter_init),
31773 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31774 (gst_videofilter_find_format_by_structure):
31775 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31776 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31777 (gst_videoscale_link):
31778 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31779 (videoscale_find_by_structure), (gst_videoscale_setup):
31780 * gst/videoscale/videoscale.h: Negotiation fixes
31781 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31782 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31783 function, restrict resizing to a multiple of 4 (hack until
31784 everyone supports odd sizes correctly).
31786 2003-12-29 Colin Walters <walters@verbum.org>
31788 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31791 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31793 * ext/sndfile/gstsf.c: (gst_sf_loop):
31794 Fix warning about discarding const qualifier
31796 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31798 * gst/cutter/gstcutter.c:
31799 * gst/videoscale/gstvideoscale.c:
31800 * gst/volenv/gstvolenv.c:
31801 * gst-libs/gst/audio/audio.c:
31802 * gst-libs/gst/video/video.c:
31805 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31807 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31808 Don't send ALSA debugging to stderr.
31809 * ext/alsa/gstalsa.h:
31810 Use GST_WARNING instead of g_warning when ALSA functions fail.
31812 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31814 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31815 Free XVAdapterInfo correctly.
31817 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31819 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31820 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31821 Make id3tag use correct caps nego.
31823 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31825 * ext/ivorbis/vorbis.c:
31826 * ext/ivorbis/vorbisenc.h:
31827 * ext/ivorbis/vorbisfile.c:
31828 Modify so that it uses the new caps things
31830 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31832 * testsuite/spider/spider1.c: (main):
31833 * testsuite/spider/spider2.c: (main):
31834 * testsuite/spider/spider3.c: (main):
31835 Make tests compile again. They probably don't work.
31837 2003-12-24 Colin Walters <walters@verbum.org>
31839 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31840 we can't fixate the caps anymore.
31842 2003-12-23 David Schleef <ds@schleef.org>
31844 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31845 * sys/oss/gstosssink.c: (gst_osssink_init),
31846 (gst_osssink_sink_fixate): Add fixate function.
31848 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31850 * ext/ffmpeg/gstffmpegcodecmap.c:
31851 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31852 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31853 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31854 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31855 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31856 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31857 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31858 fix typo in RGB masks, and move back to "old" colorspace
31859 capsnego code until whoever wrote this new crap has actually
31860 tested it so that it works.
31861 And yes, this works, keep it that way please.
31863 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31865 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31866 (gst_divxdec_init), (gst_divxdec_negotiate):
31867 * ext/divx/gstdivxdec.h:
31868 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31869 (gst_divxenc_init):
31870 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31871 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31872 * ext/mpeg2enc/gstmpeg2enc.cc:
31873 * ext/mpeg2enc/gstmpeg2encoder.cc:
31874 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31875 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31876 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31877 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31878 (dxr3spusink_init):
31879 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31880 (dxr3videosink_init):
31881 Fix caps breakage after Dave's caps branch merge.
31883 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31885 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31886 Fix for 24bpp display.
31888 2003-12-23 Colin Walters <walters@verbum.org>
31890 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31891 a GnomeVFSHandle directly.
31893 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31895 * gst/volume/Makefile.am:
31896 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31897 (volume_base_init), (volume_init):
31898 Reenable volume element and fix to work with new caps stuff.
31899 Rhythmbox needs this.
31901 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31903 * gst/qtdemux/qtdemux.c: (plugin_init):
31904 qtdemux requires bytestream
31906 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31908 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31909 Fix remaining caps handling errors due to CAPS merge.
31911 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31913 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31914 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31915 (gst_faad_srcconnect):
31916 Port to new caps system.
31918 2003-12-21 Julien MOUTTE <julien@moutte.net>
31920 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31921 (got_video_size), (main): using g_print instead of g_message.
31922 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31923 signal which was not emitted because of "switch" element added to the
31924 bin but not connected. (Removing from the bin temporarily)
31926 2003-12-21 Julien MOUTTE <julien@moutte.net>
31928 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31929 find X development files. I don't understand the previous tests and
31930 they fail on my debian/ppc unstable. This one works.
31931 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31933 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31934 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31935 (gst_play_set_visualization): Add some safety checks in set_ methods
31936 and state_change. This was throwing some ugly CRITICAL messages when
31937 pipeline was getting disposed and casts were failing.
31939 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31942 Improve mpeg2enc detection. This is for distributions that do
31943 ship mjpegtools, but without mpeg2enc. Also does object check
31944 for might there ever be ABI incompatibility.
31945 * ext/mpeg2enc/gstmpeg2enc.cc:
31946 Add Andrew as second maintainer (he's helping me), and also add
31947 an error if no caps was set. This happens if I pull before capsnego
31948 and that's something I should solve sometime else.
31949 * gst/matroska/matroska-demux.c:
31950 (gst_matroska_demux_parse_blockgroup):
31952 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31953 (gst_matroska_mux_track_header):
31954 Add caps to templates.
31955 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31956 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31957 * gst/mpegstream/gstmpegdemux.c:
31958 Remove layer since it causes warnings about unfixed caps.
31959 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31960 Fix obvious typo (we error out if caps were set, we should of
31961 course error out if *no* caps were set).
31962 * sys/oss/gstosselement.c: (gst_osselement_convert):
31963 Fix format conversion, we confused bits/bytes.
31964 * sys/oss/gstosselement.h:
31965 Improve documentation for 'bps'.
31967 Remove stuff about plugins that need removing - this was done
31969 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31970 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31971 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31972 (gst_v4lsrc_src_query):
31973 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31974 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31975 Add get_query_types(), get_formats() and query() functions.
31977 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31979 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31980 * moved CVS to freedesktop.org