1 2007-04-03 Wim Taymans <wim@fluendo.com>
3 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
6 (deactivate_free_recursive):
7 Decodebin2 doesn't unref pads it obtains in some occasions:
8 - multiqueue src pads, when either connecting further or exposing
9 - sink pads of new autoplugged elements
10 - peer pads when recursively freeing elements
13 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
15 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16 Add audio/x-raw-float support, now that audioconvert support
17 non-native endianness floats.
19 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
21 * docs/libs/gst-plugins-base-libs-docs.sgml:
22 gstreamer-plugins-base.pc doesn't exist, it's
23 gstreamer-plugins-base-0.10.pc.
25 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
27 Patch by: René Stadler <mail at renestadler dot de>
28 with some minor changes
30 * gst-libs/gst/floatcast/floatcast.h:
31 Use more efficient float endianness conversion functions that don't
32 involve 2 function calls per value.
33 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
34 (check_default), (audio_convert_prepare_context):
35 * gst/audioconvert/gstaudioconvert.c:
36 (gst_audio_convert_parse_caps), (make_lossless_changes):
37 Support non-native endianness floats as input and output.
39 * tests/check/elements/audioconvert.c: (verify_convert),
41 Add unit tests for the non-native endianness float conversions.
43 2007-03-29 Wim Taymans <wim@fluendo.com>
45 * gst-libs/gst/rtp/gstbasertpdepayload.c:
46 (gst_base_rtp_depayload_base_init),
47 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
48 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
49 (gst_base_rtp_depayload_set_gst_timestamp),
50 (gst_base_rtp_depayload_change_state),
51 (gst_base_rtp_depayload_set_property),
52 (gst_base_rtp_depayload_get_property):
53 * gst-libs/gst/rtp/gstbasertpdepayload.h:
54 Add Private structure.
55 Bring element code to 2007.
56 Parse clock-base caps param and use it when generating the
58 Reset variables before going to PAUSED.
61 2007-03-29 Wim Taymans <wim@fluendo.com>
63 * docs/libs/gst-plugins-base-libs-docs.sgml:
64 * docs/libs/gst-plugins-base-libs-sections.txt:
65 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
66 (gst_base_rtp_audio_payload_get_adapter):
70 * gst-libs/gst/rtp/Makefile.am:
71 * gst-libs/gst/rtp/gstrtcpbuffer.c:
72 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
73 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
74 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
75 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
76 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
77 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
78 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
79 (gst_rtcp_packet_sr_get_sender_info),
80 (gst_rtcp_packet_sr_set_sender_info),
81 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
82 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
83 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
84 (gst_rtcp_packet_sdes_get_chunk_count),
85 (gst_rtcp_packet_sdes_first_chunk),
86 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
87 (gst_rtcp_packet_sdes_first_item),
88 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
89 (gst_rtcp_packet_bye_get_ssrc_count),
90 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
91 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
92 (gst_rtcp_packet_bye_get_reason_len),
93 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
94 * gst-libs/gst/rtp/gstrtcpbuffer.h:
95 Add new helper object for parsing and creating RTCP messages.
97 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
99 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
100 PCM samples with width=8 must be always unsigned, no matter what
103 2007-03-29 Andy Wingo <wingo@pobox.com>
105 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
106 perfect offsets also, not just timestamps.
108 * tests/check/elements/videorate.c (test_more): Test that given
109 any incoming offsets, that videorate produces perfect offsets.
111 2007-03-29 Wim Taymans <wim@fluendo.com>
113 * gst-libs/gst/riff/riff-ids.h:
114 Add some more RIFF formats.
116 2007-03-29 Wim Taymans <wim@fluendo.com>
118 * gst-libs/gst/rtp/gstrtpbuffer.c:
119 (gst_rtp_buffer_default_clock_rate):
120 * gst-libs/gst/rtp/gstrtpbuffer.h:
121 Fix fixed payload names and docs.
122 Added method to get the default clock rates of fixed payload types.
123 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
125 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
127 * tests/check/pipelines/.cvsignore:
128 Add new vorbisdec test to cvsignore.
130 2007-03-28 Wim Taymans <wim@fluendo.com>
132 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
133 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
134 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
135 (gst_base_audio_sink_set_property),
136 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
137 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
138 (gst_base_audio_sink_skew_slaving),
139 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
140 (gst_base_audio_sink_async_play):
141 * gst-libs/gst/audio/gstbaseaudiosink.h:
142 Store private stuff in GstBaseAudioSinkPrivate.
143 Add configurable clock slaving modes property.
144 API:: GstBaseAudioSink::slave-method property
145 Some more latency reporting tweaks.
146 Added skew based clock slaving correction and make it the default until
147 the resampling method is more robust.
149 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
151 * gst/audioconvert/audioconvert.c:
152 Add docs to the integer pack functions and implement proper
153 rounding. Before we had rounding towards negative infinity, i.e.
154 always the smaller number was taken. Now we use natural rounding,
155 i.e. rounding to the nearest integer and to the one with the largest
156 absolute value for X.5. The old rounding introduced some minor
157 distortions. Fixes #420079
158 * tests/check/elements/audioconvert.c: (GST_START_TEST):
159 Fix one unit test that assumed the old rounding and added unit tests
160 for checking signed/unsigned int16 <-> signed/unsigned int16 with
161 depth 8, one for signed int16 <-> unsigned int16 and one for the new
162 rounding from signed int32 to signed/unsigned int16.
164 2007-03-27 Michael Smith <msmith@fluendo.com>
166 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
167 (gst_audio_convert_transform_caps):
168 Fix typo in debug line introduced recently, as pointed out on irc.
170 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
172 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
173 * tests/check/libs/tag.c: (GST_START_TEST):
174 Make sure we parse floating-point numbers in vorbis comments
175 correctly with either '.' or ',' as separator, no matter what
176 the current locale is. Add unit test for this too.
178 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
180 Patch by: René Stadler <mail at renestadler de>
182 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
183 When writing out floating-point numbers to vorbis comment tags, always
184 use the same character as separator no matter what the current locale is
187 * tests/check/libs/tag.c: (GST_START_TEST):
188 Add unit tests for replaygain tags in vorbis comments (closes #423055).
190 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
192 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
193 vorbis_handle_data_packet):
194 Correctly set DURATION to generate a timestamp-continuous stream.
195 One bug left at the end; see
196 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
197 * tests/check/Makefile.am:
198 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
199 Add a test to check this. Without the above patch this test fails.
201 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
203 * gst-libs/gst/rtp/Makefile.am:
204 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
206 2007-03-23 Michael Smith <msmith@fluendo.com>
208 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
209 (gst_video_rate_reset), (gst_video_rate_chain):
210 If videorate changes caps, we can no longer use the old buffer
211 (which may have a different size, incompatible with our caps).
212 So don't do that; just duplicate the new frame more times.
214 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
216 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
217 Remove playbin's override of the set_clock vmethod. It's irrelevant
218 after Wim's commit on the 19th.
220 2007-03-22 Wim Taymans <wim@fluendo.com>
222 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
223 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
224 * ext/gnomevfs/gstgnomevfssrc.h:
225 Don't cache file sizes. Fixes #341078.
227 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
229 * gst/playback/gstplaybin.c: (add_sink):
230 Use GST_PTR_FORMAT to log caps.
232 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
234 Patch by: Young-Ho Cha <ganadist at chollian net>
236 * gst/subparse/samiparse.c: (handle_start_font):
237 Special-case some more colour names that pango doesn't handle by
238 default. Fixes #420578.
240 2007-03-20 Michael Smith <msmith@fluendo.com>
242 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
243 If we get a zero-sized input buffer, don't pass it to libvorbis, as
244 that marks EOS internally. After that, libvorbis will buffer all
245 input data, and encode none of it, eventually leading to memory
248 2007-03-19 Wim Taymans <wim@fluendo.com>
250 * gst/playback/gstdecodebin.c: (remove_fakesink):
251 Don't post STATE_DIRTY anymore.
253 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
254 (gst_play_bin_change_state):
255 Remove stream_time reset in seek handling, core does that now.
256 Disable clocking for live pipelines by forcing a NULL clock to the
257 complete pipeline, core is too smart now for our previous hack.
258 We can always autoplug in PAUSED now.
260 2007-03-17 David Schleef <ds@schleef.org>
262 * REQUIREMENTS: Update this file, change the formatting to make
263 it more consistent, plus more machine readable.
265 2007-03-16 Michael Smith <msmith@fluendo.com>
267 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
268 (strip_width_64), (append_with_other_format):
269 Previous fix was too simplistic, and broke the tests. Use a better
270 approach; only strip 64 from widths for integer audio.
272 2007-03-16 Michael Smith <msmith@fluendo.com>
274 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
275 (gst_audio_convert_transform_caps):
276 We don't support 64 bit integer audio, so don't try to claim we can.
277 Stops us producing caps don't match our template caps.
280 2007-03-15 Michael Smith <msmith@fluendo.com>
282 * gst/audioresample/gstaudioresample.c:
283 (audioresample_check_discont), (audioresample_transform):
284 Don't trigger discontinuities for very small imperfections; a filter
285 flush will sound bad, and many plugins have rounding errors leading
288 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
290 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
291 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
292 Add min-ptime property to RTP base audio payloader. Patch by
293 olivier.crete@collabora.co.uk.
296 Indentation/whitespace/documentation fixes.
298 2007-03-14 Julien MOUTTE <julien@moutte.net>
300 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
301 (audioresample_transform_size), (audioresample_do_output),
302 (audioresample_transform), (audioresample_pushthrough): Handle
303 discontinuous streams.
304 * gst/audioresample/gstaudioresample.h:
305 * tests/check/elements/audioresample.c:
306 (test_discont_stream_instance), (GST_START_TEST),
307 (audioresample_suite): Add a test for discontinuous streams.
308 * win32/common/config.h: Updated.
310 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
325 Update translations from translation project.
327 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
329 * gst/audioresample/debug.h:
330 * gst/audioresample/resample.c: (resample_init):
331 Since I really am not interested in a debug line for each sample
332 being processed, move the library's debugging to its own category,
335 2007-03-13 Michael Smith <msmith@fluendo.com>
337 * ext/theora/theoradec.c: (theora_handle_type_packet):
338 Since the plugin doesn't support anything other than 4:2:0 right
339 now, post an error and fail if we get something else. Won't matter
340 until libtheora supports the other pixel formats, but hopefully
343 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
345 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
346 Use gst_guint64_to_gdouble for conversion.
348 Add new files to the win32 MANIFEST.
349 * win32/common/libgstaudio.def:
350 * win32/common/libgstpbutils.def:
351 Add new exported functions.
352 * win32/vs6/gst_plugins_base.dsw:
353 * win32/vs6/libgstdecodebin.dsp:
354 * win32/vs6/libgstplaybin.dsp:
355 Change the link to libgstpbutils.lib.
356 * win32/vs6/libgstdecodebin2.dsp:
357 Add a new project for decodebin2.
358 * win32/vs6/libgstpbutils.dsp:
359 Add a new project for pbutils.
361 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
363 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
364 Also accept partial dates with only year and month,
365 like 1999-12-00 (fixes #410396 even more).
367 * tests/check/libs/tag.c: (GST_START_TEST):
368 Add unit test for the above.
370 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
372 * tests/check/elements/subparse.c: (GST_START_TEST),
374 Add unit test for MPL2 subtitle format (#413799).
376 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
378 Patch by: Kamil Pawlowski <kamilpe gmail com>
380 * gst/subparse/Makefile.am:
381 * gst/subparse/gstsubparse.c:
382 (gst_sub_parse_data_format_autodetect),
383 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
384 (gst_subparse_type_find):
385 * gst/subparse/gstsubparse.h:
386 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
387 * gst/subparse/mpl2parse.h:
388 Add support for MPL2 subtitle format (#413799).
390 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
393 We require core CVS for the new buffer metadata copy functions.
395 2007-03-09 Wim Taymans <wim@fluendo.com>
397 * gst-libs/gst/tag/gstid3tag.c:
398 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
401 Patch by: Alex Lancaster <alexl at users sourceforge net>
403 2007-03-09 Wim Taymans <wim@fluendo.com>
405 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
406 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
407 Improve adapter usage and comments.
409 2007-03-09 Wim Taymans <wim@fluendo.com>
411 * ext/pango/gsttextrender.c: (gst_text_render_chain):
412 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
413 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
414 Use new metadata copy function.
416 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
417 (gst_ffmpegcsp_transform):
418 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
419 Basetransform copied the metadata for us.
421 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
423 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
424 (gst_text_overlay_video_event):
425 Some more logging. Only accept newsegment events in TIME format and
426 send a WARNING message if they are not in TIME format.
428 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
429 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
430 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
431 * gst/subparse/gstsubparse.h:
432 No need to allocate GstSegment structure dynamically, just put it
433 into the instance structure; ignore newsegment events in BYTE
434 format and in particular don't let it overwrite our saved TIME
435 segment from the last seek.
437 2007-03-09 Michael Smith <msmith@fluendo.com>
439 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
440 Replace AC3 typefinder with one that isn't terrible, and actually
443 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
445 * gst/audioconvert/gstaudioconvert.c:
446 (gst_audio_convert_transform):
447 fix error category and translatable string
450 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
452 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
453 * pkgconfig/gstreamer-plugins-base.pc.in:
454 Fix up utils => pbutils here too.
456 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
458 * gst/subparse/gstsubparse.c: (handle_buffer):
459 Break out of loop in chain function as soon as possible if we get
460 a non-OK flow return.
462 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
464 * tests/check/elements/alsa.c: (GST_START_TEST):
465 Unref the mixer if the state change fails too (if the
466 alsa devices are inaccessible, for example)
468 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
470 * tests/check/Makefile.am:
471 Don't test libvisual elements in the states check, because libvisual
472 seems to leak internally.
474 Re-enable the alsa and states tests now that there's new suppressions
477 * tests/check/elements/alsa.c: (GST_START_TEST):
478 Don't leak the alsamixer we instantiated.
480 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
482 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
483 (gst_ximagesink_change_state), (gst_ximagesink_reset),
484 (gst_ximagesink_finalize):
485 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
486 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
487 Move some cleanup stuff from the state change handler into a _reset()
488 function that can be called from _finalize(). This ensures that things
489 get freed even if (for some reason) the NULL->READY state transition
490 fails in the parent class.
491 Even if a parent state change fails, process our downward state change
492 logic instead of bailing out early.
493 Free the correct xcontext pointer in ximagesink's xcontext_clear.
495 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
497 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
500 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
501 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
502 Use pango_font_description_set_family_static instead of
503 pango_font_description_set_family to save a string copy (it was
504 leaking due to the strdup anyway)
506 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
507 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
508 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
509 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
510 Chain up in finalize.
512 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
514 * gst-libs/gst/interfaces/mixertrack.c:
515 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
516 (gst_mixer_track_set_property):
517 API: add "untranslated-label" property which should be set by
518 implementations at construct time (#414645).
520 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
521 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
522 Set "untranslated-label" when constructing mixer track objects.
524 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
525 Unit test to check the above.
527 2007-03-07 Wim Taymans <wim@fluendo.com>
529 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
530 Fix confusing debug message.
532 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
534 * gst-plugins-base.doap:
535 update doap file with new version
537 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
542 === release 0.10.12 ===
544 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
547 releasing 0.10.12, "Zombie Horde"
549 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
552 Bump version to 0.10.11.4 pre-release
554 2007-03-06 Wim Taymans <wim@fluendo.com>
556 * gst-libs/gst/audio/gstbaseaudiosink.c:
557 (gst_base_audio_sink_async_play):
558 Fix regression that made GStreamer skip the first samples of audio.
561 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
564 Bump version to 0.10.11.3 pre-release
566 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
569 Update paths for the rename from utils to pbutils to fix the build.
571 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
573 * gst-libs/gst/pbutils/Makefile.am:
574 Change directory to install headers in from gst/utils to gst/pbutils
577 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
580 * docs/libs/gst-plugins-base-libs-docs.sgml:
581 * docs/libs/gst-plugins-base-libs-sections.txt:
582 * gst-libs/gst/Makefile.am:
583 * gst-libs/gst/interfaces/mixer.c:
584 * gst-libs/gst/pbutils/Makefile.am:
585 * gst-libs/gst/pbutils/descriptions.c:
586 (gst_pb_utils_get_source_description),
587 (gst_pb_utils_get_sink_description),
588 (gst_pb_utils_get_decoder_description),
589 (gst_pb_utils_get_encoder_description),
590 (gst_pb_utils_get_element_description),
591 (gst_pb_utils_add_codec_description_to_tag_list),
592 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
593 * gst-libs/gst/pbutils/descriptions.h:
594 * gst-libs/gst/pbutils/install-plugins.c:
595 * gst-libs/gst/pbutils/install-plugins.h:
596 * gst-libs/gst/pbutils/missing-plugins.c:
597 (gst_missing_uri_source_message_new),
598 (gst_missing_uri_sink_message_new),
599 (gst_missing_element_message_new),
600 (gst_missing_decoder_message_new),
601 (gst_missing_encoder_message_new),
602 (gst_missing_plugin_message_get_description):
603 * gst-libs/gst/pbutils/missing-plugins.h:
604 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
605 * gst-libs/gst/pbutils/pbutils.h:
606 * gst-libs/gst/utils/Makefile.am:
607 * gst-libs/gst/utils/base-utils.c:
608 * gst-libs/gst/utils/base-utils.h:
609 * gst-libs/gst/utils/descriptions.c:
610 * gst-libs/gst/utils/descriptions.h:
611 * gst-libs/gst/utils/install-plugins.c:
612 * gst-libs/gst/utils/install-plugins.h:
613 * gst-libs/gst/utils/missing-plugins.c:
614 * gst-libs/gst/utils/missing-plugins.h:
615 * gst-plugins-base.spec.in:
616 * gst/playback/Makefile.am:
617 * gst/playback/gstdecodebin.c:
618 * gst/playback/gstdecodebin2.c:
619 * gst/playback/gstplaybasebin.c: (setup_subtitle),
620 (gen_source_element):
621 * gst/playback/gstplaybin.c: (plugin_init):
622 * tests/check/Makefile.am:
623 * tests/check/libs/pbutils.c: (GST_START_TEST),
624 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
625 * tests/check/libs/utils.c:
626 rename utils to pbutils
628 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
630 * docs/plugins/Makefile.am:
631 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
632 * docs/plugins/gst-plugins-base-plugins-sections.txt:
633 * docs/plugins/inspect/plugin-decodebin2.xml:
634 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
635 Add documentation for decodebin2 that indicates that the API
638 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
641 Update to 0.10.11.2 (0.10.12 pre-release)
643 2007-03-01 Wim Taymans <wim@fluendo.com>
645 * gst-libs/gst/audio/gstbaseaudiosink.c:
646 (gst_base_audio_sink_async_play):
647 base time is irrelevant here.
649 2007-03-01 Wim Taymans <wim@fluendo.com>
651 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
652 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
655 * gst-libs/gst/audio/gstbaseaudiosink.c:
656 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
657 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
658 Improve latency and clock slaving calculations.
659 Improve slave clock calibration.
661 * gst-libs/gst/audio/gstringbuffer.c:
662 (gst_ring_buffer_commit_full):
663 When we are asked to render N sample to 0 bytes, return N.
665 2007-03-01 Wim Taymans <wim@fluendo.com>
667 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
668 (gst_alsasink_write), (gst_alsasink_reset):
669 * ext/alsa/gstalsasink.h:
670 Remove unused dispose function.
671 Rename lock to not interfere with alsasrc lock.
673 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
674 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
675 (gst_alsasrc_read), (gst_alsasrc_reset):
676 * ext/alsa/gstalsasrc.h:
677 Implement finalize function.
678 Use lock to protect alsa access.
682 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
685 Convert to new AG_GST style.
687 2007-02-28 Wim Taymans <wim@fluendo.com>
689 Patch by: Ed Catmur <ed at catmur dot co dot uk>
691 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
692 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
693 Fix race condition when rapidly switching visualisations in playbin.
696 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
698 * tests/check/Makefile.am:
699 Include local stuff before system installed things in LDFLAGS and
702 2007-02-28 Wim Taymans <wim@fluendo.com>
704 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
707 2007-02-28 Wim Taymans <wim@fluendo.com>
709 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
710 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
711 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
712 Fix duration and timestamping, taking latency into account.
713 Implement latency query.
715 2007-02-28 Wim Taymans <wim@fluendo.com>
717 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
718 (gst_audio_clock_new):
721 * gst-libs/gst/audio/gstbaseaudiosink.c:
722 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
723 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
724 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
725 (gst_base_audio_src_create):
726 Improve latency query code.
727 Use proper clock names.
729 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
731 * tests/check/generic/states.c: (GST_START_TEST):
732 Copy the states.c test from core again
733 * tests/check/Makefile.am:
734 ignore cdio and cdparanoiasrc
736 2007-02-28 Stefan Kost <ensonic@users.sf.net>
738 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
739 (double_hq), (audio_convert_get_func_index), (check_default),
740 (audio_convert_prepare_context), (audio_convert_convert):
741 Also make valgrind happy and avoid copying data in some cases.
743 2007-02-28 Stefan Kost <ensonic@users.sf.net>
745 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
746 (double_hq), (audio_convert_get_func_index),
747 (audio_convert_prepare_context), (audio_convert_convert):
748 * gst/audioconvert/gstaudioconvert.c:
749 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
750 (gst_audio_convert_transform_caps):
751 * tests/check/elements/audioconvert.c: (GST_START_TEST),
752 (audioconvert_suite):
753 Don't run inplace if that overwrites source data as we go. Add more
754 tests. Fixes #339837 even more.
756 2007-02-27 Julien MOUTTE <julien@moutte.net>
758 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
759 (msg_segment_done): Fix various seeking bugs (Slider was not
760 updating when doing a non flushing seek, Reverse playback
761 on segment seek was wrong).
763 2007-02-26 Wim Taymans <wim@fluendo.com>
765 * tests/examples/seek/seek.c: (stop_seek):
766 When we stop scrubbing, don't leave the pipeline PLAYING when we
767 requested a PAUSED state.
769 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
771 Patch by: René Stadler <mail at renestadler de>
773 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
774 Parse date strings in vorbis comments that have an invalid (zero)
775 month or day (#410396).
777 * tests/check/libs/tag.c: (GST_START_TEST):
778 Test case for the above.
780 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
782 Patch by: Loïc Minier <lool+gnome at via ecp fr>
785 * ext/alsa/Makefile.am:
786 * gst/audiotestsrc/Makefile.am:
787 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
789 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
791 * gst/playback/gstplaybin.c:
792 Improve docs: point out that the application needs to assist playbin
795 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
797 * gst-libs/gst/utils/install-plugins.c:
798 * gst-libs/gst/utils/missing-plugins.c:
799 * tests/check/libs/utils.c: (missing_msg_check_getters):
800 Change GStreamer marker prefix in detail string from 'gstreamer.net'
801 to just 'gstreamer'. Document the caps string component of the
802 decoder/encoder detail a bit better, since not everyone will be
803 familiar with the GStreamer media type/caps system (but they better
804 enjoy nested itemized lists).
806 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
808 * gst-libs/gst/netbuffer/gstnetbuffer.c:
809 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
810 Fix copying of GstNetBuffer (would crash before, or at least lead to
811 invalid memory access, #410772), for now by copying the GstBuffer copy
812 code from the core over here so we can copy the GstBuffer fields on a
813 provided buffer instance (of type GstNetBuffer in this case). Would be
814 better to fix this with some support by the core though (and in the long
815 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
817 * tests/check/Makefile.am:
818 Enable unit test for GstNetBuffer.
820 2007-02-22 Andy Wingo <wingo@pobox.com>
822 * gst-libs/gst/audio/gstbaseaudiosink.c
823 (gst_base_audio_sink_init): Disable pull-mode activation until we
824 figure out how to make audio sinks go to PLAYING.
826 2007-02-22 Stefan Kost <ensonic@users.sf.net>
828 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
829 (double_hq), (audio_convert_get_func_index),
830 (audio_convert_prepare_context), (audio_convert_convert):
831 * gst/audioconvert/audioconvert.h:
832 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
833 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
834 * gst/audioconvert/gstchannelmix.h:
835 * tests/check/elements/audioconvert.c: (GST_START_TEST):
836 Add float as an intermediate format, as well as float mixing. Enable
837 test that was failing before. Fixes #339837
839 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
841 * tests/examples/seek/seek.c: (do_seek):
842 Undo the previous commit: -1 as a stop time implies that the stop
843 time is the end of file, clearing any previously configured segment.
845 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
847 * tests/examples/seek/seek.c: (do_seek):
848 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
850 2007-02-21 Stefan Kost <ensonic@users.sf.net>
852 * gst/volume/gstvolume.c: (volume_process_int16),
853 (volume_process_int16_clamp), (volume_set_caps):
854 Unbreak volume, value remains gint.
856 2007-02-21 Stefan Kost <ensonic@users.sf.net>
858 * gst/volume/gstvolume.c: (volume_choose_func),
859 (volume_update_real_volume), (gst_volume_set_volume),
860 (gst_volume_init), (volume_process_double), (volume_process_float),
861 (volume_process_int16), (volume_process_int16_clamp),
862 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
863 * gst/volume/gstvolume.h:
864 Extend float audio support (double) and some int->uint cleanups.
866 2007-02-20 Edward Hervey <edward@fluendo.com>
868 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
869 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
870 (sort_end_pads), (gst_decode_group_expose),
871 (gst_decode_group_hide):
872 Don't free groups from the streaming threads. Just put them aside and
873 free them in dispose.
875 2007-02-20 Edward Hervey <edward@fluendo.com>
877 * gst/playback/gstdecodebin2.c: (connect_element),
878 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
879 (sort_end_pads), (gst_decode_group_expose):
880 Handle dynamic pads within groups.
881 Sort pads before exposing them in order to make playbin happy.
882 There still is a race with the multiqueue filling up. This should be
886 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
888 * gst-libs/gst/utils/base-utils.c:
889 * gst-libs/gst/utils/descriptions.c:
890 * gst-libs/gst/utils/install-plugins.c:
891 * gst-libs/gst/utils/missing-plugins.c:
892 Some more docs (and descriptions for two subtitle formats).
894 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
896 * gst-libs/gst/audio/audio.c:
899 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
901 Patch by: Yves Lefebvre <ivanohe abacom com>
903 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
904 Don't leak caps. Fixes #408278.
906 2007-02-15 Stefan Kost <ensonic@users.sf.net>
908 * ext/cdparanoia/gstcdparanoiasrc.h:
909 * ext/ogg/gstoggdemux.h:
910 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
911 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
912 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
913 * gst-libs/gst/audio/audio.h:
914 * gst-libs/gst/audio/gstaudiofilter.h:
915 * gst-libs/gst/interfaces/videoorientation.h:
916 * gst/adder/gstadder.h:
917 More docs coverage and some ChangeLog surgery (add missing names)
919 2007-02-15 Wim Taymans <wim@fluendo.com>
921 * sys/ximage/ximagesink.c:
922 (gst_ximagesink_calculate_pixel_aspect_ratio):
923 * sys/xvimage/xvimagesink.c:
924 (gst_xvimagesink_calculate_pixel_aspect_ratio):
925 Small constifications.
927 2007-02-15 Wim Taymans <wim@fluendo.com>
929 * gst-libs/gst/audio/gstbaseaudiosink.c:
930 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
931 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
932 (gst_base_audio_sink_async_play),
933 (gst_base_audio_sink_change_state):
934 Answer latency query.
935 Use configured latency when syncing.
938 * gst-libs/gst/audio/gstbaseaudiosrc.c:
939 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
940 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
941 Fix possible memleak.
942 Implement latency query.
945 2007-02-15 Wim Taymans <wim@fluendo.com>
947 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
948 Ignore errors in reset, these are not fatal. They also grab the element
949 lock which is already taking when this function is called. Fixes
952 2007-02-13 Stefan Kost <ensonic@users.sf.net>
955 Remove 'tests/examples/xerror/Makefile' from output files again.
957 2007-02-13 Stefan Kost <ensonic@users.sf.net>
960 * docs/plugins/Makefile.am:
961 Also crossref against gst-plugins-base-libs.
963 2007-02-12 Stefan Kost <ensonic@users.sf.net>
966 * docs/libs/Makefile.am:
967 * docs/plugins/Makefile.am:
968 Add crossreferences to glib/gobject/gstream docs.
970 * gst-libs/gst/audio/audio.h:
973 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
974 Add own debug category.
976 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
978 Patch by: René Stadler <mail at renestadler de>
980 * gst-libs/gst/tag/gstvorbistag.c:
981 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
984 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
986 * gst/playback/gstplaybasebin.c: (setup_source):
987 When we have external subtitles and wait for the subtitle decodebin
988 to get up and running, we set up a (sync) bus handler for the
989 subtitle decodebin, so we can stop waiting when it posts an error
990 message. However, we should do that before we set the subtitle
991 decodebin's state to playing, otherwise things are racy and we might
992 miss error messages posted before we had a chance to set up the bus.
993 This should finally fix totem hanging on .txt pseudo-subtitle files.
995 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
997 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
998 Use gst_gdouble_to_guint64 for conversions.
999 * win32/common/config.h.in:
1000 Add a define for GST_INSTALL_PLUGINS_HELPER
1001 * win32/common/libgstaudio.def:
1002 * win32/common/libgstcdda.def:
1003 * win32/common/libgstnetbuffer.def:
1004 * win32/common/libgstrtp.def:
1005 * win32/common/libgutils.def:
1006 Add new exported functions.
1007 * win32/vs6/gst_plugins_base.dsw:
1008 * win32/vs6/libgstdecodebin.dsp:
1009 * win32/vs6/libgstnetbuffer.dsp:
1010 * win32/vs6/libgstplaybin.dsp:
1011 * win32/vs6/libgstrtp.dsp:
1012 * win32/vs6/libgstvorbis.dsp:
1013 * win32/vs6/libgstcdda.dsp:
1014 * win32/vs6/libgstgdp.dsp:
1015 * win32/vs6/libgstutils.dsp:
1016 Update and add new project files.
1018 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
1020 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1021 (subrip_remove_unhandled_tags), (parse_subrip):
1022 For SubRip (.srt) subtitles, ignore all markup tags we don't
1023 handle (like font tags, for example).
1025 * tests/check/elements/subparse.c:
1028 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1030 * gst/playback/gstdecodebin.c: (add_fakesink),
1031 (gst_decode_bin_change_state):
1032 * gst/playback/gstdecodebin2.c: (add_fakesink),
1033 (gst_decode_bin_change_state):
1034 Don't error out if there is no fakesink in the NULL to READY state
1035 change, since when decodebin is re-used, we're only adding the
1036 fakesink element in READY to PAUSED.
1038 * tests/check/elements/decodebin.c:
1039 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1041 Minimal unit test to make sure we can use the same decodebin
1042 instance twice (at least with audiotestsrc input).
1044 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1046 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1047 Try to get devic-name from device string first, and from handle only
1048 as fallback (seems to yield better results and is more robust
1049 against buggy probing code on the application side).
1051 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
1053 Based on patch by: Julien Puydt <julien.puydt at laposte net>
1055 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1056 (gst_alsa_find_device_name):
1057 * ext/alsa/gstalsa.h:
1058 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1059 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1060 Improve device-name detection a bit, especially in the case where
1061 the device is not actually open (#405020, #405024). Move common code
1062 into gstalsa.c instead of duplicating it.
1064 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
1066 * gst/audioconvert/gstaudioconvert.c:
1067 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1069 2007-02-06 Julien MOUTTE <julien@moutte.net>
1071 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1072 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1073 (gst_xvimagesink_interface_supported),
1074 (gst_xvimagesink_probe_get_properties),
1075 (gst_xvimagesink_probe_probe_property),
1076 (gst_xvimagesink_probe_needs_probe),
1077 (gst_xvimagesink_probe_get_values),
1078 (gst_xvimagesink_property_probe_interface_init),
1079 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1080 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1081 (gst_xvimagesink_get_type):
1082 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1083 for XVAdaptors so that one can choose the adaptor to use with
1084 gstreamer-properties.
1086 2007-02-06 Stefan Kost <ensonic@users.sf.net>
1088 * gst/audioconvert/gstaudioconvert.c:
1089 Also mention that a conversion from double to float is suboptimal still.
1091 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
1093 * gst-libs/gst/audio/gstaudiofilter.c:
1094 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1095 Clear our formats structure and free the caps contained in it when
1098 2007-02-05 Andy Wingo <wingo@pobox.com>
1100 * gst-libs/gst/audio/gstbaseaudiosink.c
1101 (gst_base_audio_sink_callback): Update basesink->offset so that we
1102 pull monotonically increasing offsets instead of, um, seeking back
1103 to 0 each time. Fixes alsasrc ! alsasink!
1105 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
1107 * gst/videoscale/gstvideoscale.c:
1108 A width and height of 1 makes us crash, so increase minimum size to
1109 2x2 pixels until someone feels like fixing this (#404512).
1111 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1113 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1114 Add small test to make sure request pads are cleaned up properly
1115 even if oggmux never changes state out of NULL.
1117 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1119 * tests/check/libs/utils.c: (GST_START_TEST):
1120 Fix unit test. Turns out things work much better when you
1121 NULL-terminate string arrays. Should make p5 build bot happy again.
1123 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1125 * gst-libs/gst/audio/Makefile.am:
1126 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1127 (gst_audio_filter_template_base_init),
1128 (gst_audio_filter_template_class_init),
1129 (gst_audio_filter_template_init),
1130 (gst_audio_filter_template_set_property),
1131 (gst_audio_filter_template_get_property),
1132 (gst_audio_filter_template_setup),
1133 (gst_audio_filter_template_filter),
1134 (gst_audio_filter_template_filter_inplace), (plugin_init):
1135 Oops, forgot to commit fixed-up example.
1137 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1139 * docs/libs/gst-plugins-base-libs-sections.txt:
1140 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1141 (gst_audio_filter_class_init), (gst_audio_filter_init),
1142 (gst_audio_filter_set_caps),
1143 (gst_audio_filter_class_add_pad_templates):
1144 * gst-libs/gst/audio/gstaudiofilter.h:
1145 Port GstAudioFilter to 0.10. This change technically breaks
1146 API and ABI (and thus also every library developer's heart),
1147 but seems justifiable on the grounds that the base class was
1148 completely unusable before (ie. would crash immediately when
1149 actually used). Fixes #403963 (and eventually also #403572).
1150 Also document all of this a bit.
1152 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1154 * gst-libs/gst/utils/install-plugins.c:
1155 (gst_install_plugins_spawn_child):
1156 * tests/check/libs/utils.c:
1157 (test_base_utils_install_plugins_do_callout):
1158 Lowering log level to see why things fail on the p5 build bot;
1159 fix some typos in unit test messages.
1161 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1163 * tests/check/libs/utils.c:
1164 (test_base_utils_install_plugins_do_callout):
1165 Don't hard-code temp directory for test helper; use GLib functions
1166 to write out file and do error checking etc.
1168 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1170 * gst-libs/gst/utils/Makefile.am:
1171 * gst-libs/gst/utils/base-utils.h:
1172 * gst-libs/gst/utils/install-plugins.c:
1173 (gst_install_plugins_context_set_xid),
1174 (gst_install_plugins_context_new),
1175 (gst_install_plugins_context_free),
1176 (gst_install_plugins_get_helper),
1177 (gst_install_plugins_spawn_child),
1178 (gst_install_plugins_return_from_status),
1179 (gst_install_plugins_installer_exited),
1180 (gst_install_plugins_async), (gst_install_plugins_sync),
1181 (gst_install_plugins_return_get_name),
1182 (gst_install_plugins_installation_in_progress):
1183 * gst-libs/gst/utils/install-plugins.h:
1184 API: add API for applications to initiate installation of missing
1185 plugins, ie. gst_install_plugins_async() primarily.
1186 Based on libgimme-codec by Ryan Lortie.
1189 Add --with-install-plugins-helper configure option so distros can specify
1190 the path of the helper script or program to call when plugin installation
1191 is requested (distros: please do any argument munging in this helper
1192 script instead of patching GStreamer to pass arguments differently
1193 to another program directly).
1195 * docs/libs/gst-plugins-base-libs-docs.sgml:
1196 * docs/libs/gst-plugins-base-libs-sections.txt:
1197 Build and document new API.
1199 * tests/check/libs/utils.c: (result_cb),
1200 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1201 (libgstbaseutils_suite):
1202 Some simple checks for the new API.
1204 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1206 * tests/check/elements/audioconvert.c: (test_float_conversion):
1207 Add small test for 32bit float <=> 64bit float conversion (works
1208 only one way so far, 32=>64 produces structured noise).
1210 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1212 * gst/audioconvert/gstaudioconvert.c:
1213 (set_structure_widths_32_and_64), (make_lossless_changes):
1214 We don't support floats with a width of 40, 48 or 56 bits.
1216 2007-02-02 Stefan Kost <ensonic@users.sf.net>
1218 * gst/audioconvert/audioconvert.c: (float), (double),
1219 (audio_convert_get_func_index):
1220 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1221 (make_lossless_changes):
1222 Support for 64-bit float audio in audioconvert (#339837)
1224 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
1226 Patch by: Holger Wansing <linux wansing-online de>
1230 Add German translation (#352069).
1232 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1234 reviewed by: Wim Taymans <wim@fluendo.com>
1236 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1237 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1238 Use newly added GstCollectPads API to free the allocated resources in
1239 the GstOggPad structures (#402393).
1241 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1243 * gst/playback/gstplaybin.c: (gen_vis_element):
1244 Add audioresample+audioconvert in front of the visualisation
1245 element, so that elements like libvisual 0.4 that don't support all
1246 samplerates can work.
1250 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1252 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1253 (gst_play_base_bin_get_streaminfo_value_array):
1254 Take some locks and make a copy of the streaminfo value array we
1255 maintain while holding the lock, so that the application can
1256 retrieve the stream-info as a value array in a thread-safe way.
1258 2007-01-30 Wim Taymans <wim@fluendo.com>
1260 * gst/audioconvert/gstaudioconvert.c:
1261 Don't fail on 0 sized buffers. Fixes #396835.
1263 2007-01-29 David Schleef <ds@schleef.org>
1265 * gst/typefind/gsttypefindfunctions.c:
1266 Detect BBCD as video/x-dirac, so we can play raw dirac
1269 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1271 * ext/theora/theoraenc.c: (theora_enc_chain):
1272 Check return value of theora_encode_header(), or we might try to
1273 allocate a random number of bytes. theora_encode_header() can fail
1274 if libtheora has been compiled with encoding support disabled.
1277 2007-01-29 Wim Taymans <wim@fluendo.com>
1279 * tests/check/gst/.cvsignore:
1280 Do as buildbot says.
1282 2007-01-29 Wim Taymans <wim@fluendo.com>
1284 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1285 Fix strides in libvisual. Gst uses X strides.
1286 Inspired by: <ed at catmur dot co dot uk> and
1287 <tim at centricular dot net>
1290 2007-01-27 Wim Taymans <wim@fluendo.com>
1292 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1293 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1294 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1295 (gst_ogg_demux_perform_seek),
1296 (gst_ogg_demux_bisect_forward_serialno),
1297 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1298 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1299 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1300 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1301 * ext/ogg/gstoggdemux.h:
1302 Properly propagate streaming errors when we are scanning the file for
1303 chains so that we don't crash when shut down. Might fix some crashers
1304 when quickly switching oggs in RB such as #332503 and #378436.
1306 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1308 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1309 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1312 2007-01-25 Wim Taymans <wim@fluendo.com>
1314 * gst/playback/gstplaybasebin.c: (remove_source):
1315 Don't try to disconnect a signal from a finalized object.
1317 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1319 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1320 Cast lock macro parameters to make sure we're actually accessing the
1321 lock member at the right class level. Free list itself in _dispose()
1322 as well and NULL it in case dispose gets called multiple times.
1324 2007-01-25 Edward Hervey <edward@fluendo.com>
1326 * gst/playback/gstdecodebin2.c:
1327 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1328 Free GstDecodeGroups no longer used.
1329 (gst_decode_group_expose):
1330 Don't unlock too many times !
1331 (deactivate_free_recursive):
1332 Free iterator once we're done with it.
1333 Fix for recursively deactivating elements (stop at ghostpads).
1335 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1337 * gst/playback/gstplaybin.c: (handoff):
1338 Fix up caps on the frame buffer before we save it and potentially
1339 make it accessible to other threads via g_object_get; also use
1340 gst_buffer_replace() instead of gst_mini_object_replace().
1342 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1344 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1345 Make getting the current frame thread-safe.
1347 2007-01-25 Edward Hervey <edward@fluendo.com>
1349 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1350 (gst_decode_group_new), (gst_decode_group_free):
1351 Set queues to bigger sizes to cope with HD contents.
1352 Fix some mutex freeing and add comment about MT safe methods.
1354 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1356 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1357 (gst_text_overlay_text_event):
1358 Don't unnecessarily ref (and then leak) upstream events if the text
1359 pad is not linked. Fixes #399948.
1361 * tests/check/gst-plugins-base.supp:
1362 Add suppression for pango on edgy/x86 for textoverlay test.
1364 2007-01-24 Wim Taymans <wim@fluendo.com>
1366 * gst-libs/gst/rtp/gstrtpbuffer.h:
1367 Add some more fixed payloads.
1369 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1371 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1372 Error out properly if we get an error from libogg while reading the
1373 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1375 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1377 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1380 * tests/check/elements/playbin.c:
1381 (test_sink_usage_video_only_stream),
1382 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1383 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1384 (test_missing_suburisource_handler),
1385 (test_missing_primary_decoder), (playbin_suite):
1386 Run all tests once with decodebin and once with decodebin2.
1387 One test does not pass yet with decodebin2.
1389 2007-01-23 Edward Hervey <edward@fluendo.com>
1391 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1392 Fix the cases where oggmux doesn't properly figure out that all
1393 sinkpads have gone EOS, and therefore doesn't push out the remaining
1394 buffers and the final EOS event.
1397 2007-01-23 Julien MOUTTE <julien@moutte.net>
1399 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1400 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1401 Don't lock on navigation event push, just on keysym to string.
1402 Fixes #397673 again.
1404 2007-01-22 Edward Hervey <edward@fluendo.com>
1406 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1407 (get_current_group), (group_demuxer_event_probe),
1408 (gst_decode_group_expose), (deactivate_free_recursive),
1409 (gst_decode_group_free):
1411 Don't forget to emit 'no-more-pads' once a group is exposed.
1412 Cleanup elements from a DecodeGroup once we remove it.
1413 Protect call to gst_decode_group_expose() with the decodebin lock.
1415 2007-01-22 Julien MOUTTE <julien@moutte.net>
1417 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1419 Looking at Xorg code i can't figure out if that XKeysymToString
1420 function is thread sensible or not. Lock it just in case as
1421 recommended by Radek Doulik <rodo at ximian dot com>.
1423 2007-01-22 Julien MOUTTE <julien@moutte.net>
1425 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1426 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1427 Lock that X Call as well. Fixes #397673.
1429 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1431 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1432 Don't go into an endless loop if the file starts with 00 00 01 2X,
1433 like quicktime redirect files might. Fixes #396042.
1435 * tests/check/Makefile.am:
1436 * tests/check/gst/.cvsignore:
1437 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1438 (typefindfunctions_suite):
1439 Add unit test for the above.
1441 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1443 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1444 On second thought, use "depth" field rather than "bpp" field.
1446 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1448 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1449 Camtasia caps apparently need a bpp field (#398875).
1451 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1453 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1454 (gen_source_element), (gst_play_base_bin_change_state):
1455 Attempt at a better error message in case we don't have the required
1456 URI handler installed; post missing-plugin message also when we're
1457 missing an URI handler for the subtitle URI; clean up properly also
1458 when an error occurs and we never made it to PAUSED state.
1460 * tests/check/elements/playbin.c: (GST_START_TEST),
1462 Check that we're also getting a missing-plugin messsage for a
1463 missing subtitle URI handler (and clean up properly).
1465 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1467 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1468 Plug a few reference leaks.
1470 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1472 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1473 Lower probability a bit if the marker isn't right at the start,
1474 to decrease the chance of false positives.
1476 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1478 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1479 Small mpeg2 system stream typefinding improvement: make typefinder
1480 probe a bit into the stream instead of just looking for a marker
1481 at the beginning. Fixes #397810.
1483 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1485 * gst/audioconvert/gstchannelmix.c:
1486 Remove compatibility cruft for prehistoric GLib versions.
1488 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1490 * gst/playback/Makefile.am:
1491 * gst/playback/gstdecodebin.c: (close_pad_link):
1492 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1493 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1494 (gst_play_base_bin_handle_message_func), (unknown_type):
1495 Let decodebin be the element to post missing-plugin messages for
1496 missing decoders (rather than playbin); make playbin implement
1497 GstBin::handle_message so we can suppress missing-plugin messages
1498 for types we're not handling on purpose (don't want to bring up an
1499 installer in those cases).
1501 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1503 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1504 * gst-libs/gst/tag/gstvorbistag.c:
1505 (gst_tag_list_to_vorbiscomment_buffer):
1506 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1507 Fix potentially unaligned access (#397207).
1509 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1511 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1512 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1513 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1515 Allow to toggle looping while it plays. Fix callback prototype. Clean
1516 up code a bit more. Add copyright header.
1518 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1521 Red and blue mask was swapped (spotted by Dan Williams).
1523 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1525 * gst-libs/gst/tag/gstid3tag.c:
1526 * gst-libs/gst/tag/gstvorbistag.c:
1527 Use new beats-per-minute tag from core.
1529 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1532 Add new files with translatable strings, so they actually make it
1533 into the template file one day.
1535 2007-01-12 Andy Wingo <wingo@pobox.com>
1537 * gst-libs/gst/audio/gstbaseaudiosink.c
1538 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1539 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1540 stuff, as the base class handles this now. Actually tell the ring
1542 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1543 How did this work before? Maybe I'm not as awesome a programmer as
1546 * gst-libs/gst/audio/gstbaseaudiosrc.c
1547 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1550 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1552 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1553 Remove more fields so that the application can better blacklist
1554 formats that have been tried before.
1556 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1558 * gst-libs/gst/audio/mixerutils.h:
1559 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1560 used when compiling with c++ compilers as well.
1562 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1564 * gst/typefind/gsttypefindfunctions.c:
1567 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1569 * gst/playback/gstplaybin.c: (post_missing_element_message),
1570 (gen_video_element), (gen_text_element), (gen_audio_element),
1572 Post missing-plugin messages also when we error out because
1573 converters, textoverlay or auto*sinks are missing (#161922).
1575 2007-01-10 Wim Taymans <wim@fluendo.com>
1577 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1578 (is_demuxer_element), (new_caps):
1579 * gst/playback/gstplaybasebin.c: (source_new_pad):
1580 Fix the case where we try to ref a NULL element when we delay a link
1581 because of unfixed caps.
1582 Set the state of autoplugged decodebins to PAUSED.
1583 RTSP now works in playbin, we can remove it from the blacklist.
1585 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1587 * gst/playback/Makefile.am:
1588 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1589 (unknown_type), (setup_subtitle), (gen_source_element):
1590 * gst/playback/gstplaybin.c: (plugin_init):
1591 Post missing-plugin messages on the bus for missing sources and
1592 missing decoders/demuxers/depayloaders; fix error code used when
1593 we're missing an URI handler source; for media types that we are not
1594 handling on purpose at the moment, don't print "don't know how to
1595 handle xyz" messages to the terminal or post missing-plugin
1596 messages on the bus.
1598 * tests/check/elements/playbin.c: (create_playbin),
1599 (GST_START_TEST), (gst_codec_src_uri_get_type),
1600 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1601 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1602 (gst_codec_src_init_type), (gst_codec_src_base_init),
1603 (gst_codec_src_create), (gst_codec_src_class_init),
1604 (gst_codec_src_init), (plugin_init), (playbin_suite):
1605 Add some tests for the missing-plugin stuff.
1607 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1610 * gst-libs/gst/Makefile.am:
1611 * gst-libs/gst/utils/Makefile.am:
1612 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1613 * gst-libs/gst/utils/base-utils.h:
1614 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1615 (find_format_info), (caps_are_rtp_caps),
1616 (gst_base_utils_get_source_description),
1617 (gst_base_utils_get_sink_description),
1618 (gst_base_utils_get_decoder_description),
1619 (gst_base_utils_get_encoder_description),
1620 (gst_base_utils_get_element_description),
1621 (gst_base_utils_add_codec_description_to_tag_list),
1622 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1623 * gst-libs/gst/utils/descriptions.h:
1624 * gst-libs/gst/utils/missing-plugins.c:
1625 (missing_structure_get_type), (copy_and_clean_caps),
1626 (gst_missing_uri_source_message_new),
1627 (gst_missing_uri_sink_message_new),
1628 (gst_missing_element_message_new),
1629 (gst_missing_decoder_message_new),
1630 (gst_missing_encoder_message_new),
1631 (missing_structure_get_string_detail),
1632 (missing_structure_get_caps_detail),
1633 (gst_missing_plugin_message_get_installer_detail),
1634 (gst_missing_plugin_message_get_description),
1635 (gst_is_missing_plugin_message):
1636 * gst-libs/gst/utils/missing-plugins.h:
1637 API: add new libgstbaseutils library with functions
1638 - to create and parse missing-plugins messages
1639 - that provide (translated) descriptions for caps/decoders/sources/etc.
1642 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1643 * pkgconfig/gstreamer-plugins-base.pc.in:
1646 * docs/libs/gst-plugins-base-libs-docs.sgml:
1647 * docs/libs/gst-plugins-base-libs-sections.txt:
1648 Generate docs for new lib and API.
1650 * tests/check/Makefile.am:
1651 * tests/check/libs/.cvsignore:
1652 * tests/check/libs/utils.c: (missing_msg_check_getters),
1653 (GST_START_TEST), (libgstbaseutils_suite):
1654 Add some basic unit tests.
1656 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1658 * ext/ogg/Makefile.am:
1659 Dist gstoggdemux.h to fix 'make distcheck'.
1661 * sys/v4l/Makefile.am:
1662 Fix 'make distcheck' even more.
1664 2007-01-09 Wim Taymans <wim@fluendo.com>
1666 * docs/plugins/Makefile.am:
1667 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1668 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1669 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1670 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1671 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1672 (gst_ogg_demux_perform_seek):
1673 * ext/ogg/gstoggdemux.h:
1675 Add some more comments.
1678 2007-01-09 Wim Taymans <wim@fluendo.com>
1680 * ext/theora/theoradec.c:
1681 * ext/vorbis/vorbisdec.c:
1682 * gst-libs/gst/audio/gstringbuffer.c:
1683 (gst_ring_buffer_commit_full):
1684 * gst-libs/gst/audio/gstringbuffer.h:
1685 * gst-libs/gst/rtp/gstrtpbuffer.c:
1686 * gst-libs/gst/tag/gstvorbistag.c:
1687 Small documentation updates/fixes
1689 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1692 Require core CVS HEAD for Andy's basesrc/sink API additions.
1694 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1696 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1698 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1700 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1701 on flac.sf.net (there appear to be other versions of the first
1702 ogg page in the wild) (#391365).
1704 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1707 Check if localtime_r() is available.
1709 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1710 If localtime_r() is not available, fall back to localtime(). Should
1711 fix build on MingW (#393310).
1713 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1715 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1716 * gst/subparse/gstsubparse.h:
1717 Remove spurious 1000 subtrahend when calculating the timestamp from
1718 the frame number and the frame rate . Also, use the frames/second
1719 value specified in the first line of the file, if one is specified
1720 there. Should fix #357503.
1722 * tests/check/elements/subparse.c: (do_test),
1723 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1725 Add some basic unit tests for the microdvd subtitle format.
1727 2007-01-07 Julien MOUTTE <julien@moutte.net>
1729 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1730 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1731 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1732 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1733 (gst_xvimagesink_set_xwindow_id),
1734 (gst_xvimagesink_set_event_handling),
1735 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1736 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1737 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1739 Add an adaptor property to select a specific XV adaptor.
1740 * sys/xvimage/xvimagesink.h:
1742 2007-01-07 Julien MOUTTE <julien@moutte.net>
1744 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1745 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1746 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1747 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1748 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1749 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1750 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1751 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1752 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1753 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1754 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1755 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1756 Use flow_lock much more to protect every access to xwindow.
1757 Try to catch erros while creating images in case some drivers are
1758 just generating an XError when the requested image is too big.
1759 Should fix : #354698, #384008, #384060.
1760 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1761 Implement some stress testing of setting window xid.
1763 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1765 * win32/common/libgsaudio.def:
1766 Add new exported function.
1767 * win32/common/libgstogg.dsp:
1768 Add gstoggaviparse.c to the build.
1769 * win32/common/libgstvideoscale.dsp:
1770 Add vs_4tap.c to the build.
1771 * win32/common/libgstvorbis.dsp:
1772 Add vorbistag.c to the build.
1774 2007-01-06 Andy Wingo <wingo@pobox.com>
1776 * gst-libs/gst/audio/gstbaseaudiosink.c
1777 (gst_base_audio_sink_class_init)
1778 (gst_base_audio_sink_init):
1779 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1780 to baseaudiosink, and tell basesink that we can work in pull mode.
1781 This way the ring buffer thread drives the pipeline directly, if
1782 pull mode is possible. There is some lingering nastiness regarding
1784 (gst_base_audio_sink_callback): Implement the callback to pull
1785 data. This interface is a bit light, though -- it should get a
1786 GstFlowReturn return value at least.
1788 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1790 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1791 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1792 * gst/playback/gstdecodebin2.c:
1793 (gst_decode_group_check_if_blocked):
1794 Printf format and missing argument fixes.
1796 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1798 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1799 (gst_ogm_parse_change_state):
1800 Activate pads before adding them to the element.
1802 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1804 * tests/examples/seek/scrubby.c: (main):
1805 * tests/examples/seek/seek.c: (main):
1806 Call g_thread_init() first thing in main() (see #391278).
1808 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1810 * tests/check/Makefile.am:
1811 * tests/check/libs/.cvsignore:
1812 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1814 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1815 for the time being, since it's broken, see #393099.
1817 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1819 * tests/check/Makefile.am:
1820 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1822 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1825 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1826 so that GST_BASE_CFLAGS can go inbetween them, making sure
1827 we use uninstalled gst-libs headers
1828 * docs/libs/Makefile.am:
1829 * ext/alsa/Makefile.am:
1830 * ext/cdparanoia/Makefile.am:
1831 * ext/gnomevfs/Makefile.am:
1832 * ext/libvisual/Makefile.am:
1833 * ext/ogg/Makefile.am:
1834 * ext/theora/Makefile.am:
1835 * ext/vorbis/Makefile.am:
1836 * gst-libs/gst/audio/Makefile.am:
1837 * gst-libs/gst/cdda/Makefile.am:
1838 * gst-libs/gst/interfaces/Makefile.am:
1839 * gst-libs/gst/riff/Makefile.am:
1840 * gst-libs/gst/rtp/Makefile.am:
1841 * gst-libs/gst/tag/Makefile.am:
1842 * gst/adder/Makefile.am:
1843 * gst/audioconvert/Makefile.am:
1844 * gst/audiorate/Makefile.am:
1845 * gst/audioresample/Makefile.am:
1846 * gst/playback/Makefile.am:
1847 * gst/tcp/Makefile.am:
1848 * gst/videoscale/Makefile.am:
1849 * gst/volume/Makefile.am:
1850 * sys/ximage/Makefile.am:
1851 * sys/xvimage/Makefile.am:
1852 * tests/icles/Makefile.am:
1855 2007-01-04 Julien MOUTTE <julien@moutte.net>
1857 * gst-libs/gst/interfaces/xoverlay.c:
1858 (gst_x_overlay_handle_events):
1859 * gst-libs/gst/interfaces/xoverlay.h:
1860 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1861 (gst_ximagesink_set_xwindow_id),
1862 (gst_ximagesink_set_event_handling),
1863 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1864 (gst_ximagesink_get_property), (gst_ximagesink_init),
1865 (gst_ximagesink_class_init):
1866 * sys/ximage/ximagesink.h:
1867 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1868 (gst_xvimagesink_set_xwindow_id),
1869 (gst_xvimagesink_set_event_handling),
1870 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1871 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1872 (gst_xvimagesink_class_init):
1873 * sys/xvimage/xvimagesink.h:
1874 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1875 Add a method to the XOverlay interface to allow disabling of
1876 event handling in x[v]imagesink elements. This will let X events
1877 propagate to parent windows which can be usefull in some cases.
1878 Be carefull that the application is then responsible of pushing
1879 navigation events and expose events to the video sink.
1882 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1884 * gst-libs/gst/tag/gstvorbistag.c:
1885 * tests/check/libs/tag.c: (GST_START_TEST):
1886 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1889 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1893 * docs/design/Makefile.am:
1896 2006-12-27 Julien MOUTTE <julien@moutte.net>
1898 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1899 typo. Fixes: #390063.
1901 2006-12-27 Julien MOUTTE <julien@moutte.net>
1903 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1906 * win32/common/config.h: Updated.
1908 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1910 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1911 (setup_gdpdepay_streamheader):
1912 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1913 (setup_gdppay_streamheader):
1914 Fix the dp tests, but activating the pads for the streamheader tests
1915 too and cleaning up conditionaly
1917 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1919 * gst/ffmpegcolorspace/avcodec.h:
1920 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1921 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1922 (gst_ffmpegcsp_avpicture_fill):
1923 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1924 (img_get_alpha_info):
1925 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1926 other end of the word. Fixes: #387073.
1928 Add some inconsequential branch hints in a couple of places.
1930 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1932 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1933 (gst_ffmpeg_caps_to_smpfmt):
1934 The "signed" field in raw audio caps is of boolean type, trying to
1935 extract the value with _get_int() will fail (fix to keep in sync with
1936 the copy in gst-ffmpeg)
1938 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1940 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1941 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1942 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1944 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1945 * tests/check/elements/subparse.c: (teardown_subparse):
1946 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1947 * tests/check/elements/videorate.c: (cleanup_videorate):
1948 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1949 * tests/check/elements/volume.c: (cleanup_volume):
1950 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1951 (cleanup_vorbisdec):
1952 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1953 (cleanup_vorbistag):
1954 consistent pad (de)activation
1956 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1958 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1959 Forgot to register the extensions.
1961 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1963 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1965 Add typefinder for VIVO files (my christmas present to the 90s).
1967 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1969 * gst/playback/gstdecodebin.c: (type_found):
1970 Special-case the text/plain media type: we only want to recognise it
1971 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1972 parser, but not if the entire stream is of text/plain type. If the
1973 entire stream is text/plain, we should just error out.
1975 This fixes playback of audio files with lyrics in totem. Totem can't
1976 distinguish between text files and subtitle files and passes any
1977 .txt file with the same basename as the main file to playbin as
1978 suburi, and playbin will then throw a 'subtitle found, but no video
1979 stream' error, which isn't entirely helpful. See #380342.
1981 Also, with this change we'll show a slightly more correct error
1982 message in case totem passes a playlist file to us (although a
1983 custom error message wording instead of the default text would
1984 probably not be a bad idea either).
1986 Same problem also needs to be fixed for playbin+decodebin2.
1988 * tests/check/Makefile.am:
1989 * tests/check/elements/decodebin.c: (src_handoff_cb),
1990 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1992 Add simple unit test for decodebin for the above.
1994 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1996 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1997 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1998 Refuse to change state to READY when we failed to create any of the
1999 required elements in our instance init function.
2001 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
2003 * docs/libs/gst-plugins-base-libs-sections.txt:
2004 Small docs fixes/updates.
2006 * gst-libs/gst/video/gstvideosink.h:
2007 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2008 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2009 removed from the base sink API between 0.9.6 and 0.9.7).
2010 API: add GST_VIDEO_SINK_CAST and use it for the height/width
2011 accessor macros, so we don't do a runtime GObject type check every
2014 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
2017 * gst-plugins-base.doap:
2018 * gst-plugins-base.spec.in:
2021 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
2023 Patch by: Jens Granseuer <jensgr at gmx net>
2025 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2026 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2027 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2028 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2029 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2030 Declare variables at the beginning of a block. Fixes #383195.
2032 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
2035 Bump version nano - back to CVS.
2038 === release 0.10.11 ===
2040 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
2043 releasing 0.10.11, "Dumb things"
2045 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
2047 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2048 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2049 Handle the case where an element has multiple pads with
2050 unfixed caps as well as still possibly producing more dynamic
2051 pads by storing each case as a distinct entry in the dynamic list.
2054 2006-12-04 Wim Taymans <wim@fluendo.com>
2056 * gst/playback/gstdecodebin.c: (close_pad_link):
2057 Fix #382223, add more dynamic caps handling.
2059 2006-12-04 Wim Taymans <wim@fluendo.com>
2061 reviewed by: <delete if not using a buddy>
2063 * gst-libs/gst/audio/gstringbuffer.h:
2064 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2065 (gst_netaddress_set_ip4_interface),
2066 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2067 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2068 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2069 (gst_netaddress_get_ttl):
2070 * gst-libs/gst/netbuffer/gstnetbuffer.h:
2071 * gst/playback/gstdecodebin.c: (close_pad_link):
2072 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2073 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2074 * win32/common/config.h:
2076 2006-12-01 Michael Smith <msmith@fluendo.com>
2078 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2079 Delete bad debug code.
2082 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
2084 * gst/videoscale/vs_4tap.c:
2086 * win32/common/config.h:
2087 * win32/vs8/libgstvideoscale.vcproj:
2088 Fix compilation on win32 under VS8
2089 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2090 Partially fixes #381175
2092 2006-11-30 Michael Smith <msmith@fluendo.com>
2094 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2096 It would be very bad if, after a discont buffer, we thought every
2097 single following buffer was also discont. So, add to the test to
2098 ensure that this isn't the case.
2100 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2101 ... it was the case. So fix it.
2103 2006-11-28 Wim Taymans <wim@fluendo.com>
2105 * gst/playback/gstplaybasebin.c: (check_queue_event):
2108 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2109 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2110 padtemplate caps. Refixes #357577.
2112 2006-11-28 Wim Taymans <wim@fluendo.com>
2114 * gst/playback/gstplaybasebin.c: (check_queue_event),
2115 (queue_threshold_reached), (queue_out_of_data),
2116 (gen_preroll_element):
2117 Add event probe to see when EOS is in a queue and we can disable the
2118 underrun signals. Fixes #357577.
2120 2006-11-28 Edward Hervey <edward@fluendo.com>
2122 * gst/playback/Makefile.am:
2123 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2124 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2125 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2126 (gst_decode_bin_init), (gst_decode_bin_dispose),
2127 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2128 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2129 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2130 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2131 (connect_element), (expose_pad), (type_found),
2132 (pad_added_group_cb), (pad_removed_group_cb),
2133 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2134 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2135 (are_raw_caps), (multi_queue_overrun_cb),
2136 (multi_queue_underrun_cb), (gst_decode_group_new),
2137 (get_current_group), (group_demuxer_event_probe),
2138 (gst_decode_group_control_demuxer_pad),
2139 (gst_decode_group_control_source_pad),
2140 (gst_decode_group_check_if_blocked),
2141 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2142 (gst_decode_group_hide), (gst_decode_group_free),
2143 (gst_decode_group_set_complete), (source_pad_blocked_cb),
2144 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2145 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2147 New decodebin2 element.
2149 * gst/playback/gstplay-marshal.list:
2150 Added marshallers for new signals in decodebin2
2151 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2152 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2155 2006-11-28 Wim Taymans <wim@fluendo.com>
2157 * gst/playback/gstplaybasebin.c: (setup_source),
2158 (gst_play_base_bin_change_state):
2159 Disable rtsp:// uris for the release, it's not good enough yet.
2162 2006-11-26 Wim Taymans <wim@fluendo.com>
2164 * ext/theora/theoradec.c: (gst_theora_dec_reset),
2165 (theora_dec_push_forward), (theora_dec_push_reverse),
2166 (theora_handle_data_packet), (theora_dec_decode_buffer),
2167 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2168 (theora_dec_chain_forward), (theora_dec_chain):
2169 Implement reverse playback.
2171 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2172 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2173 (vorbis_dec_chain_forward):
2174 Clear buffers used for reverse playback in _reset.
2175 No need to set the eos flag, we clip samples using the segment.
2177 2006-11-24 Wim Taymans <wim@fluendo.com>
2179 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2180 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2181 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2182 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2184 Handle continued pages in reverse mode.
2186 2006-11-24 Wim Taymans <wim@fluendo.com>
2188 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2189 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2190 (vorbis_dec_flush_decode):
2192 Don't try to add invalid timestamps.
2193 Clipping will unref the buffer.
2195 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2197 * gst/adder/gstadder.h:
2198 * gst/audiotestsrc/gstaudiotestsrc.h:
2199 remove obsolete _factory_init protos
2201 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2203 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2204 Fix spacing in debug message.
2206 2006-11-23 Wim Taymans <wim@fluendo.com>
2208 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2209 (gst_ogg_demux_chain):
2210 Don't just ignore return values from _pad_push().
2211 Small debug improvements.
2213 2006-11-23 Michael Smith <msmith@fluendo.com>
2215 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2216 If our incoming buffer is marked as DISCONT, then increment the page
2217 number (so that the discontinuity is marked in the final ogg
2218 bitstream) and flush the previous page.
2220 2006-11-22 Michael Smith <msmith@fluendo.com>
2222 * ext/theora/gsttheoraenc.h:
2223 * ext/theora/theoraenc.c: (gst_theora_enc_init),
2224 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2225 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2226 (theora_enc_chain), (theora_enc_change_state):
2227 Mark discontinuities of > 3/4 of a frame, reinit encoder.
2229 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2230 (GST_START_TEST), (theoraenc_suite):
2231 Enable discontinuity test, fix it.
2233 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2235 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2236 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2237 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2238 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2239 (gst_text_overlay_change_state):
2240 * ext/pango/gsttextoverlay.h:
2241 Some textoverlay fixes: for one, in the video chain function,
2242 actually wait for a text buffer to come in if there is none at the
2243 moment and there should be one; also, deal more gracefully with
2244 incoming buffers that do not have a timestamp or duration; discard
2245 text buffer when not needed any longer. Fixes #341681.
2247 * tests/check/Makefile.am:
2248 * tests/check/elements/.cvsignore:
2249 * tests/check/elements/textoverlay.c:
2250 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2251 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2252 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2253 (test_video_waits_for_text_send_text_newsegment_thread),
2254 (test_video_waits_for_text_shutdown_element),
2255 (test_render_continuity_push_video_buffers_thread),
2256 (textoverlay_suite):
2257 Add some unit tests for textoverlay.
2259 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2261 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2262 Avoid integer underflow when the found probability for mp3 is
2263 smaller than the 'penalty' we subtract if there's not a clean
2264 mp3 header sync at offset 0.
2266 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2268 * docs/libs/gst-plugins-base-libs-sections.txt:
2269 Add some new symbols to the docs
2271 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2273 * tests/check/Makefile.am:
2274 * tests/check/elements/ffmpegcolorspace.c:
2275 (ffmpegcolorspace_suite):
2276 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2277 (for now not for valgrinding though, since it takes too long).
2279 2006-11-20 Wim Taymans <wim@fluendo.com>
2281 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2282 (gst_ffmpeg_pixfmt_to_caps):
2283 Fix RGBA32 caps. Fixes #357038.
2285 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2287 * gst-libs/gst/interfaces/mixertrack.h:
2288 Add FIXME so we can add some padding here in 0.11
2290 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2292 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2293 Fix GstBaseRTPAudioPayload structure so the whole GObject
2294 inheritance business actually works (parent class instance structure
2295 must always come first in the derived class instance structure).
2297 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2299 * gst/videotestsrc/Makefile.am:
2300 * tests/check/Makefile.am:
2301 Make sure our checks and the videotestsrc plugin link against the
2302 local uninstalled gst libs and not any installed gst libs that
2303 might happen to exist as well.
2305 * tests/check/elements/adder.c: (message_received),
2306 (test_event_message_received), (test_play_twice_message_received):
2307 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2308 Fix compiler warnings when compiling against core with disabled
2311 2006-11-16 Michael Smith <msmith@fluendo.com>
2313 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2314 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2315 Fix audiorate, so that it accurately sets offsets and timestamps.
2316 Doesn't change the fundamental algorithmic decisions; so should be
2319 * tests/check/Makefile.am:
2320 Enable audiorate test now that it passes.
2322 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2325 clear xv when going to NULL, remove // commented non-existant proto
2327 * tests/examples/seek/seek.c: (main):
2328 add missing tooltip description for scrub and play_scrub
2330 2006-11-14 David Schleef <ds@schleef.org>
2333 Bump liboil requirement to 0.3.8.
2334 * gst-libs/gst/riff/riff-media.c:
2336 * gst/videoscale/vs_image.h:
2337 * gst/videoscale/vs_scanline.h:
2338 Use liboil's stdint.h.
2339 * gst/videotestsrc/videotestsrc.c:
2340 Remove liboil related ifdef's, since they aren't needed now, and
2341 won't work with future versions.
2343 2006-11-14 David Schleef <ds@schleef.org>
2345 * gst/videoscale/Makefile.am:
2346 * gst/videoscale/gstvideoscale.c:
2347 * gst/videoscale/gstvideoscale.h:
2348 * gst/videoscale/vs_4tap.c:
2349 * gst/videoscale/vs_4tap.h:
2350 * gst/videoscale/vs_image.c:
2351 * gst/videoscale/vs_image.h:
2352 * gst/videoscale/vs_scanline.c:
2353 * gst/videoscale/vs_scanline.h:
2354 Add a 4-tap image scaler. Theoretically looks much prettier.
2355 The tap calculation could use some improvement.
2357 2006-11-14 Wim Taymans <wim@fluendo.com>
2359 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2361 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2362 (gst_riff_parse_strf_iavs):
2363 * gst/subparse/gstsubparse.c: (convert_encoding):
2364 * gst/tcp/gstmultifdsink.c:
2365 (gst_multi_fd_sink_handle_client_write):
2366 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2367 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2368 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2369 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2370 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2371 (gst_ximagesink_ximage_new):
2372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2373 Various gsize and gssize printf fixes. Fixes #372507.
2375 2006-11-13 Wim Taymans <wim@fluendo.com>
2377 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2378 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2379 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2380 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2381 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2382 * ext/vorbis/vorbisdec.h:
2383 First stab at vorbis reverse playback.
2385 2006-11-13 Wim Taymans <wim@fluendo.com>
2387 * gst-libs/gst/audio/gstbaseaudiosink.c:
2388 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2389 * gst-libs/gst/audio/gstbaseaudiosink.h:
2390 Make the clock sync code more accurate wrt resampling and playback
2393 * gst-libs/gst/audio/gstringbuffer.c:
2394 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2395 * gst-libs/gst/audio/gstringbuffer.h:
2396 Use better algorithm to interpolate sample rates.
2398 2006-11-13 Michael Smith <msmith@fluendo.com>
2400 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2401 Improve a debug line slightly.
2403 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2404 Call gst_riff_init() in plugin_init, to avoid getting errors from
2405 the debug system (unrelated changes to another plugin made this turn
2408 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2410 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2412 * win32/common/libgsttag.def:
2413 Add missing symbol (#366492).
2415 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2417 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2418 Don't unref a NULL pad.
2420 2006-11-09 Wim Taymans <wim@fluendo.com>
2422 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2423 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2424 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2425 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2426 (gst_ogg_demux_loop):
2427 Implement first stab at reverse playback.
2429 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2431 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2432 (gst_riff_create_video_template_caps):
2433 add h263/h264 variants to the caps, Fixes #363118
2435 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2437 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2438 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2439 Use g_strerror instead of strerror so we get UTF-8.
2441 2006-11-03 David Schleef <ds@schleef.org>
2443 * ext/ogg/gstoggdemux.c:
2444 * ext/ogg/gstoggmux.c:
2445 Add/remove KW-DIRAC header here, since it is ogg-specific.
2447 2006-11-03 Michael Smith <msmith@fluendo.com>
2449 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2450 Recognise more mpeg4 elementary video streams.
2452 2006-11-02 Edward Hervey <edward@fluendo.com>
2454 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2455 Lower the probability of mp3 typefinding functions if we don't find a
2456 valid mp3 header at the start of the file.
2459 2006-11-02 Wim Taymans <wim@fluendo.com>
2461 * ext/theora/gsttheoradec.h:
2462 * ext/theora/theoradec.c: (gst_theora_dec_init),
2463 (theora_dec_sink_event), (theora_dec_chain_forward),
2464 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2466 Document and partially implement an algorithm for doing reverse playback
2469 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2471 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2473 * win32/common/config.h:
2474 * win32/common/interfaces-enumtypes.c:
2475 * win32/common/libgsttag.def:
2476 * win32/vs8/gst-plugins-base.sln:
2477 * win32/vs8/libgstaudioresample.vcproj:
2478 * win32/vs8/libgstinterfaces.vcproj:
2479 * win32/vs8/libgstogg.vcproj:
2480 * win32/vs8/libgstriff.vcproj:
2481 * win32/vs8/libgsttag.vcproj:
2482 * win32/vs8/libgsttheora.vcproj:
2483 * win32/vs8/libgstvideoscale.vcproj:
2484 * win32/vs8/libgstvorbis.vcproj:
2485 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2486 to libgsttag.def; add missing dependencies for some vs8 projects;
2487 re-arrange placement of .def files in vs8 projects (#366334).
2489 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2492 Remove unused variable.
2494 * ext/ogg/gstoggdemux.c:
2495 Fix Wim's surname in plugin description.
2497 2006-10-31 Wim Taymans <wim@fluendo.com>
2499 * gst-plugins-base.spec.in:
2500 spec new .h file. Fixes #368310.
2502 2006-10-31 Michael Smith <msmith@fluendo.com>
2504 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2505 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2506 (gst_multi_fd_sink_get_stats),
2507 (gst_multi_fd_sink_remove_client_link),
2508 (gst_multi_fd_sink_queue_buffer),
2509 (gst_multi_fd_sink_handle_clients):
2510 * gst/tcp/gstmultifdsink.h:
2511 Make using the remove or clear signals threadsafe.
2512 Make calling get-stats with an invalid fd not segfault.
2515 2006-10-31 Wim Taymans <wim@fluendo.com>
2517 * gst-libs/gst/rtp/Makefile.am:
2518 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2519 (gst_base_rtp_audio_payload_init):
2520 Fix and activate base audio payloader.
2522 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2524 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2526 Add typefinder for QuickTime Image Files (see #366156).
2528 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2530 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2531 Another typo fix (#366212).
2533 2006-10-27 Wim Taymans <wim@fluendo.com>
2535 * gst/volume/gstvolume.c: (volume_transform_ip):
2536 Use stream time to synchronize volume property instead of rather random
2537 timestamps. This is needed when gnonlin does its time shifting.
2539 2006-10-27 Wim Taymans <wim@fluendo.com>
2541 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2543 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2544 Remove the pad from the element in release_pad. Fixes #364812.
2546 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2548 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2549 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2550 Explicitly create our custom buffer classes at a thread-safe
2551 location as well, since g_type_class_ref() doesn't seem to be
2552 entirely thread-safe either (#365501; also see #349410).
2554 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2556 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2557 (gst_riff_parse_info):
2558 If strings in INFO chunk are not UTF-8, do something similar to
2559 what we do for ID3v1 tags: check a number of environment variables
2560 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2561 character sets to try, otherwise try the current locale and/or fall
2562 back on ISO-8859-1. Fixes #360552.
2564 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2566 * gst/videotestsrc/gstvideotestsrc.c:
2567 (gst_video_test_src_pattern_get_type),
2568 (gst_video_test_src_set_pattern):
2569 * gst/videotestsrc/gstvideotestsrc.h:
2570 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2571 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2572 (gst_video_test_src_checkers8):
2573 * gst/videotestsrc/videotestsrc.h:
2574 Add a bunch of exciting new checkers patterns.
2576 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2578 * gst/subparse/Makefile.am:
2579 * gst/subparse/gstsubparse.c:
2580 (gst_sub_parse_data_format_autodetect),
2581 (gst_sub_parse_format_autodetect), (handle_buffer),
2582 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2583 * gst/subparse/gstsubparse.h:
2584 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2586 * gst/subparse/tmplayerparse.h:
2587 Add support for TMPlayer-type subtitles (#362845).
2589 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2590 (GST_START_TEST), (subparse_suite):
2591 Add some basic unit tests for the above.
2593 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2595 * tests/check/elements/audiorate.c: (test_injector_base_init),
2596 (test_injector_class_init), (test_injector_chain),
2597 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2598 (GST_START_TEST), (audiorate_suite):
2599 More tests for audiorate: inject buffers to check behaviour when
2602 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2604 * tests/check/Makefile.am:
2605 * tests/check/elements/.cvsignore:
2606 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2607 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2608 Add some basic unit tests for audiorate. Disabled at the moment
2609 since it doesn't pass yet (see bug #363119).
2611 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2613 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2614 (parse_subrip), (handle_buffer):
2615 Add missing closing tags for markup and fix broken markup,
2616 otherwise pango won't render anything (fixes #357531). Also,
2617 make sure the text we send out is always NUL-terminated
2618 (better safe than sorry etc.).
2620 * tests/check/elements/subparse.c: (test_srt_do_test),
2622 Some more tests for .srt incl. tests for the above stuff.
2624 2006-10-20 Julien MOUTTE <julien@moutte.net>
2626 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2627 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2628 Patch by: Stefan Kost <ensonic@users.sf.net>
2629 Try to redraw borders only when needed. Apparently this consumes
2630 resources on small devices... :-O (#363607)
2632 2006-10-20 Michael Smith <msmith@fluendo.com>
2634 * gst/tcp/gstmultifdsink.c:
2635 (gst_multi_fd_sink_client_queue_buffer):
2636 If caps change, then update the client's idea of the caps so that we
2637 don't end up re-sending streamheaders for every single buffer after
2640 2006-10-20 Michael Smith <msmith@fluendo.com>
2642 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2643 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2644 Set caps on pushed buffers; fix up refcounting of caps objects.
2646 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2648 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2650 Typefind mmsh header data packet to application/x-mmsh (#362625).
2652 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2654 * tests/check/Makefile.am:
2655 * tests/check/elements/.cvsignore:
2656 * tests/check/elements/subparse.c: (buffer_from_static_string),
2657 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2658 (GST_START_TEST), (subparse_suite):
2659 Add very simple unit test for subparse.
2661 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2663 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2665 Strip trailing newlines from subtitle text output.
2667 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2669 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2670 (gst_sub_parse_change_state):
2671 Fix memleak; clear subparse->textbuf n state change function.
2673 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2675 * gst/subparse/gstsubparse.c:
2676 (gst_sub_parse_data_format_autodetect):
2677 Don't require subrip (.srt) files to start with a chunk number of 1.
2679 2006-10-18 Wim Taymans <wim@fluendo.com>
2681 * gst-libs/gst/audio/gstbaseaudiosink.c:
2682 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2683 * gst-libs/gst/audio/gstbaseaudiosink.h:
2684 Extract rate from the NEWSEGMENT event.
2685 Use commit_full to also take rate adjustment into account when writing
2686 samples to the ringbuffer.
2688 * gst-libs/gst/audio/gstringbuffer.c:
2689 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2690 (gst_ring_buffer_read):
2691 * gst-libs/gst/audio/gstringbuffer.h:
2692 Added _commit_full() to also take rate into account.
2693 Use simple interpolation algorithm to resample audio.
2694 API: gst_ring_buffer_commit_full()
2696 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2697 * tests/examples/seek/seek.c: (segment_done):
2698 Don't try to seek with 0.0 rate, just pause instead.
2699 Remove bogus debug line.
2701 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2703 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2705 Catch async errors when starting up the subtitle bin, so we can
2706 stop waiting and continue with the main film instead of hanging
2707 forever. Fixes #339366.
2709 * tests/check/elements/playbin.c: (playbin_suite):
2710 Enable unit test for the above.
2712 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2714 * tests/check/Makefile.am:
2715 * tests/check/elements/.cvsignore:
2716 * tests/check/elements/playbin.c: (GST_START_TEST),
2717 (gst_red_video_src_uri_get_type),
2718 (gst_red_video_src_uri_get_protocols),
2719 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2720 (gst_red_video_src_uri_handler_init),
2721 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2722 (gst_red_video_src_create), (gst_red_video_src_class_init),
2723 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2724 Some small and basic unit tests for playbin; not very useful yet,
2725 but at least a start.
2727 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2729 * gst/playback/gstplaybin.c: (setup_sinks):
2730 The old pad activation spiel.
2732 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2734 * gst/playback/gstplaybasebin.c: (setup_source):
2735 Don't hang forever if the subbin already fails to start up in
2736 the state change to PAUSED (#339366).
2738 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2740 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2741 (gst_tuner_set_channel), (gst_tuner_get_channel),
2742 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2743 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2744 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2745 (gst_tuner_find_channel_by_name):
2746 Fix some function guards, add some more function guards.
2748 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2750 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2751 (remove_element_chain):
2752 Don't return a pad from get_our_ghost_pad unless it is actually the
2754 Change a cast in remove_element_chain slightly.
2756 2006-10-13 Julien MOUTTE <julien@moutte.net>
2758 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2759 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2760 Segment seeking needs to use the rate and set stop to -1.
2762 2006-10-13 Wim Taymans <wim@fluendo.com>
2764 * gst-libs/gst/audio/gstbaseaudiosink.c:
2765 (gst_base_audio_sink_setcaps):
2766 Don't crash when ringbuffer is not yet created.
2767 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2770 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2771 * gst/playback/gststreamselector.c:
2772 (gst_stream_selector_request_new_pad):
2773 Activate pads befre adding them to running elements.
2775 2006-10-13 Julien MOUTTE <julien@moutte.net>
2777 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2778 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2779 updater when we start grabing the slider. Don't wait for the
2780 pipeline to be PAUSED.
2782 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2784 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2785 (gst_mixer_set_volume), (gst_mixer_get_volume),
2786 (gst_mixer_set_mute), (gst_mixer_set_option),
2787 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2788 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2789 (gst_mixer_option_changed):
2790 Guard mixer interface functions against bogus arguments.
2792 2006-10-12 Julien MOUTTE <julien@moutte.net>
2794 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2795 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2796 (msg_state_changed), (main): Use state-changed messages to trigger
2797 start/stop of scale update timer. Indeed the scale slider was
2798 jumping here and there because the update timer was activated
2799 before seek completed. This fixes instant applying of rate changes
2800 by pressing the spinbutton like a crazy man !
2802 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2804 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2806 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2807 (gst_basertppayload_finalize):
2808 Fix two small memory leaks (#361456).
2810 2006-10-10 Julien MOUTTE <julien@moutte.net>
2812 * tests/examples/seek/seek.c: (do_seek),
2813 (rate_spinbutton_changed_cb): When changing spinbutton we try
2814 to change the rate on the fly.
2816 2006-10-10 Wim Taymans <wim@fluendo.com>
2818 * gst-libs/gst/riff/riff-ids.h:
2819 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2820 (gst_riff_create_audio_template_caps):
2823 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2825 Patch by: Josep Torre Valles <josep@fluendo.com>
2827 * ext/gnomevfs/gstgnomevfssink.c:
2828 * ext/gnomevfs/gstgnomevfssrc.c:
2829 Fix URI interface implementation return type.
2830 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2831 Fix what looks like a copy/paste issue when assigning values.
2832 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2833 (gst_audio_filter_template_get_type):
2834 Cast to prevent Forte warnings.
2835 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2836 Fix URI interface implementation return type.
2837 gst_pad_query_position requires a signed integer pointer as
2838 3rd parameter, GstClockTime is unsigned.
2839 * gst/audioconvert/audioconvert.c:
2840 Fix integer overflow when treated as signed.
2841 * gst/audioresample/resample.c: (resample_add_input_data):
2842 Cast to prevent warnings on Forte.
2843 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2844 Fix integer overflow when treated as signed.
2845 * gst/ffmpegcolorspace/imgconvert_template.h:
2846 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2847 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2848 (cleanup_decodebin):
2849 Who initialises a guint to -1!
2850 Cast function pointers to prevent warnings on Forte.
2851 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2852 (queue_threshold_reached):
2853 Cast function pointers correctly to prevent warnings on Forte.
2854 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2855 Cast function pointers correctly to prevent warnings on Forte.
2856 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2857 Obvious change to unsigned, 0xEF > max signed char.
2858 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2859 GstClockTime is unsigned, initialise correctly.
2860 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2861 Cast so pointer arithemetic doesn't cause warnings on Forte.
2862 * gst/videorate/gstvideorate.c:
2863 Use correct return value.
2864 * tests/examples/seek/scrubby.c:
2865 GstClockTime is unsigned, initialise correctly.
2867 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2869 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2871 * gst/typefind/gsttypefindfunctions.c:
2872 Recognise XML files and XML-like files shorter than 256 bytes as
2873 well (fixes #359237).
2875 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2877 Patch by: Renato Filho <renato.filho@indt.org.br>
2879 * gst/typefind/gsttypefindfunctions.c:
2880 Added typefind functions to video/x-nuv media.
2882 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2884 * gst-libs/gst/interfaces/xoverlay.c:
2885 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2886 Some more guards against invalid input.
2888 2006-10-07 Julien MOUTTE <julien@moutte.net>
2890 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2892 * tests/examples/seek/seek.c: (do_seek),
2893 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2894 seek example to experiment with rates != 1.0 (reverse playback !)
2896 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2898 * gst-libs/gst/interfaces/xoverlay.c:
2899 Unref message in doc-example (spotted by Robert McQueen)
2901 2006-10-06 Wim Taymans <wim@fluendo.com>
2903 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2904 (mpeg1_parse_header), (mpeg1_sys_type_find):
2907 2006-10-06 Wim Taymans <wim@fluendo.com>
2909 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2911 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2912 Activate dynamic pads before adding them to the element.
2914 2006-10-06 Michael Smith <msmith@fluendo.com>
2916 * gst-libs/gst/floatcast/floatcast.h:
2917 Fix obviously-bogus macros; use the correct types.
2919 2006-10-06 Wim Taymans <wim@fluendo.com>
2921 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2922 (gst_base_rtp_depayload_change_state):
2923 Also call parent state change function to activate pads.
2925 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2926 (mpeg1_parse_header), (mpeg1_sys_type_find):
2927 Add some more debug info in mpeg typefinding.
2929 2006-10-06 Michael Smith <msmith@fluendo.com>
2931 * ext/theora/theoradec.c: (theora_dec_chain):
2932 Zero byte theora packets are valid and well-defined; don't warn on
2935 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2937 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2938 (gst_multi_fd_sink_get_stats), (find_limits),
2939 (gst_multi_fd_sink_queue_buffer):
2940 API: add dropped_buffers to the get-stats GValueArray
2942 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2944 * ext/alsa/gstalsadeviceprobe.c:
2945 (gst_alsa_device_property_probe_get_values):
2946 * ext/alsa/gstalsasink.c: (set_hwparams):
2947 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2948 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2949 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2950 (gst_ogg_mux_process_best_pad):
2951 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2952 (gst_ogg_parse_chain):
2953 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2954 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2955 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2956 (gst_vorbis_enc_buffer_check_discontinuous):
2957 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2958 * gst-libs/gst/audio/gstbaseaudiosink.c:
2959 (gst_base_audio_sink_render):
2960 * gst-libs/gst/cdda/gstcddabasesrc.c:
2961 (gst_cdda_base_src_handle_track_seek):
2962 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2963 (gst_base_rtp_depayload_push_full):
2964 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2965 * gst/audioresample/resample.c: (resample_input_pushthrough):
2966 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2967 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2968 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2969 (wavpack_type_find):
2970 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2971 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2972 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2973 * tests/check/elements/volume.c: (GST_START_TEST):
2974 Printf format fixes.
2976 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2978 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2979 Fix a simple mistake (see the docs)
2982 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2984 * docs/plugins/Makefile.am:
2985 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2986 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2987 * docs/plugins/gst-plugins-base-plugins.args:
2988 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2989 * docs/plugins/inspect/plugin-adder.xml:
2990 * docs/plugins/inspect/plugin-alsa.xml:
2991 * docs/plugins/inspect/plugin-audioconvert.xml:
2992 * docs/plugins/inspect/plugin-audiorate.xml:
2993 * docs/plugins/inspect/plugin-audioresample.xml:
2994 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2995 * docs/plugins/inspect/plugin-cdparanoia.xml:
2996 * docs/plugins/inspect/plugin-decodebin.xml:
2997 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2998 * docs/plugins/inspect/plugin-gdp.xml:
2999 * docs/plugins/inspect/plugin-gnomevfs.xml:
3000 * docs/plugins/inspect/plugin-libvisual.xml:
3001 * docs/plugins/inspect/plugin-ogg.xml:
3002 * docs/plugins/inspect/plugin-pango.xml:
3003 * docs/plugins/inspect/plugin-playbin.xml:
3004 * docs/plugins/inspect/plugin-subparse.xml:
3005 * docs/plugins/inspect/plugin-tcp.xml:
3006 * docs/plugins/inspect/plugin-theora.xml:
3007 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3008 * docs/plugins/inspect/plugin-video4linux.xml:
3009 * docs/plugins/inspect/plugin-videorate.xml:
3010 * docs/plugins/inspect/plugin-videoscale.xml:
3011 * docs/plugins/inspect/plugin-videotestsrc.xml:
3012 * docs/plugins/inspect/plugin-volume.xml:
3013 * docs/plugins/inspect/plugin-vorbis.xml:
3014 * docs/plugins/inspect/plugin-ximagesink.xml:
3015 * docs/plugins/inspect/plugin-xvimagesink.xml:
3016 Add vorbistag element to docs; update version numbers to 0.10.10.1.
3018 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3020 Patch by: James "Doc" Livingston <doclivingston at gmail com>
3022 * ext/vorbis/Makefile.am:
3023 * ext/vorbis/vorbis.c: (plugin_init):
3024 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3025 (vorbis_parse_parse_packet), (vorbis_parse_chain):
3026 * ext/vorbis/vorbisparse.h:
3027 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3028 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3029 (gst_vorbis_tag_parse_packet):
3030 * ext/vorbis/vorbistag.h:
3031 Add new vorbistag element which derives from vorbisparse
3032 and is essentially the same as well, only that it implements
3033 the GstTagSetter interface and can modify the stream's
3034 vorbiscomment on the fly (#335635).
3036 * tests/check/Makefile.am:
3037 * tests/check/elements/.cvsignore:
3038 * tests/check/elements/vorbistag.c: (setup_vorbistag),
3039 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3040 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3041 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3042 Add unit test for new vorbistag element.
3044 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3046 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3047 (vorbis_parse_push_headers), (vorbis_parse_chain):
3048 Set BOS flag in packet structure to fix 'jump depends
3049 on unitialized value' errors in valgrind; various minor
3052 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
3054 * gst/playback/gstdecodebin.c: (close_pad_link):
3055 Fix typo in a debug statement.
3057 * gst/playback/gstplaybasebin.c: (probe_triggered),
3058 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3059 (gen_source_element), (source_new_pad), (analyse_source),
3061 When handling no_more_pads in new_decoded_pad, make sure to treat
3062 subtitle pads correctly. Fixes playback with subtitle files.
3064 Move a recurring message to LOG level.
3066 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3067 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3068 which ends up as -1 when cast to an int. Make the logic handle the
3069 max value as an unsigned mask and only change the colorkey when it's
3070 a value we recognise.
3072 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3074 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3075 Removed empty * between paragraphs
3077 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3079 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3080 * gst-libs/gst/rtp/README:
3081 Moved some documentation into .c file
3083 2006-09-29 Wim Taymans <wim@fluendo.com>
3085 * gst/playback/gstdecodebin.c: (no_more_pads):
3088 2006-09-29 Wim Taymans <wim@fluendo.com>
3090 * gst/playback/gstdecodebin.c: (new_caps):
3093 * gst/playback/gstplaybin.c:
3096 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3098 * tests/check/Makefile.am:
3099 Re-enable cddabasesrc test to see if it works again
3102 2006-09-29 Wim Taymans <wim@fluendo.com>
3104 * gst/playback/gstplaybasebin.c: (setup_subtitle),
3105 (gen_source_element):
3106 Handle invalid URIs a bit more gracefully.
3108 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3110 * tests/check/pipelines/oggmux.c:
3111 Remove obsolete comment.
3113 2006-09-29 Michael Smith <msmith@fluendo.com>
3115 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3116 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3117 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3118 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3119 (gst_ogg_mux_collected):
3120 Commit patch from James "Doc" Livingston, adds proper EOS handling
3121 in oggmux. GStreamer can, for the first time ever, create a valid
3124 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3126 Reenable tests now that they pass.
3128 2006-09-29 Wim Taymans <wim@fluendo.com>
3130 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3131 Stop reading commands when EOF (we read 0) as well.
3133 2006-09-28 Wim Taymans <wim@fluendo.com>
3135 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3136 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3137 (find_dynamic), (unlinked), (close_link):
3138 Implement delayed caps linking needed for element with a lot of
3139 different caps on the src pads that get fixed at runtime.
3140 Improve management of dynamic elements.
3142 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3143 (group_destroy), (group_commit), (check_queue), (queue_overrun),
3144 (gen_preroll_element), (remove_groups), (unknown_type),
3145 (add_element_stream), (no_more_pads_full), (no_more_pads),
3146 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3147 (new_decoded_pad), (setup_subtitle), (array_has_value),
3148 (gen_source_element), (source_new_pad), (has_all_raw_caps),
3149 (analyse_source), (remove_decoders), (make_decoder),
3150 (remove_source), (setup_source), (finish_source), (prepare_output),
3151 (gst_play_base_bin_change_state):
3152 * gst/playback/gstplaybasebin.h:
3153 Use more _CAST instead of full type checking casts.
3154 Small cleanups, plug some leaks.
3155 Handle dynamic sources.
3156 Add some helper functions to create lists of strings used for
3157 blacklisting and other stuff.
3158 Refactor some code dealing with analysing the source.
3159 Re-enable sources without pads (like cd:// or other selfcontained
3162 2006-09-28 Wim Taymans <wim@fluendo.com>
3164 * gst-libs/gst/audio/gstbaseaudiosink.c:
3165 (gst_base_audio_sink_render):
3166 When we have a timestamp, we can still perform clipping.
3167 When we have no clock, we must play the sample ASAP.
3169 2006-09-28 Wim Taymans <wim@fluendo.com>
3171 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3172 Set caps on outgoing buffers.
3174 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3175 (gst_video_rate_event), (gst_video_rate_chain):
3176 * gst/videorate/gstvideorate.h:
3177 Fix videorate some more. Fixes #357977
3179 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3181 * tests/check/elements/adder.c: (adder_suite):
3182 Don't set timeout to 6 seconds when we're running
3183 in valgrind ... (and how is 6 seconds longer than
3184 the default anyway?)
3186 2006-09-28 Wim Taymans <wim@fluendo.com>
3188 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3189 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3190 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3191 Keep sink and src segment to keep track of time and support more
3193 Fix bogus next_offset and run_time calculation, don't understand how
3194 this could have worked before. Fixes #357976.
3195 Remove some unneeded vars.
3197 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3199 * gst/playback/gstplaybin.c: (remove_sinks):
3200 Only remove visualisation from visbin if there is a visbin (or:
3201 don't throw warnings when closing totem without playing a file).
3203 2006-09-27 Wim Taymans <wim@fluendo.com>
3205 * gst-libs/gst/audio/gstbaseaudiosink.c:
3206 (gst_base_audio_sink_render):
3207 Add some more info in a WARNING.
3209 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3210 (gst_base_audio_src_create):
3211 Handle PAUSE in create function, use new -core addition to
3212 wait for playing. Fixes pausing and resuming capture from an
3215 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3216 (gst_ring_buffer_read):
3218 Caller supports interrupted reads now.
3220 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3222 * tests/check/Makefile.am:
3223 Another attempt to make the gen64 buildbot happy.
3225 2006-09-27 Stefan Kost <ensonic@users.sf.net>
3227 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3229 * ext/libvisual/visual.c: (gst_visual_clear_actors),
3230 (gst_visual_chain), (gst_visual_change_state):
3231 Libvisual plugin was not passing audio data to libvisual 0.4.0
3232 correctly. Fixes #357800
3234 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3236 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3237 Add timeout to _get_state() so we see which pipeline it is
3238 that causes trouble on the gen64 build bot.
3240 2006-09-27 Wim Taymans <wim@fluendo.com>
3242 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3243 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3244 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3245 (gst_base_rtp_depayload_set_gst_timestamp):
3246 the source pad always uses fixed caps.
3248 2006-09-27 Wim Taymans <wim@fluendo.com>
3250 * docs/libs/gst-plugins-base-libs-docs.sgml:
3251 * docs/libs/gst-plugins-base-libs-sections.txt:
3252 * gst-libs/gst/audio/gstaudioclock.c:
3253 * gst-libs/gst/audio/gstaudioclock.h:
3254 * gst-libs/gst/audio/gstaudiosink.c:
3255 * gst-libs/gst/audio/gstaudiosink.h:
3256 * gst-libs/gst/audio/gstaudiosrc.c:
3257 * gst-libs/gst/audio/gstbaseaudiosink.c:
3258 (gst_base_audio_sink_render):
3259 * gst-libs/gst/audio/gstbaseaudiosink.h:
3260 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3261 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3262 * gst-libs/gst/audio/gstringbuffer.h:
3263 Added docs for the audio libs.
3265 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3267 * tests/check/Makefile.am:
3268 Temporarily disable test that fails on the bots for unknown reasons.
3270 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3272 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3273 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3274 Moved AudioCodecType into priv
3275 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3277 2006-09-25 Wim Taymans <wim@fluendo.com>
3279 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3280 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3281 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3283 Cleanups and small leak fixes.
3284 Added Depayloaders to valid list of autopluggable elements.
3286 2006-09-25 Wim Taymans <wim@fluendo.com>
3288 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3289 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3290 (gen_video_element), (gen_text_element), (gen_audio_element),
3291 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3292 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3293 Detect NO_PREROLL state change returns and disable clock distribution to
3294 the sinks so that sync is disabled.
3295 Avoid some type checking and do simple casts instead.
3296 Small cleanups, fix some FIXMEs.
3297 Be more robust when linking user specified elements, catch an report
3298 errors. Fixes #357404.
3299 Fix some leaks in the error paths.
3301 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3304 ChangeLog surgery for missing bug-number
3306 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3308 Patch by: Peter Kjellerstedt <pkj at axis com>
3310 * gst/playback/test.c:
3311 Fix compilation with uClibc and -Werror (#357591).
3313 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3315 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3316 Parse dates that are followed by a time as well (#357532).
3318 * tests/check/libs/tag.c: (test_vorbis_tags):
3319 Add unit test for this.
3321 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3323 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3324 (gst_audio_convert_transform_caps):
3325 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3326 * gst/videotestsrc/videotestsrc.h:
3327 A few array const-ifications.
3329 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3331 * tests/check/Makefile.am:
3332 See if this makes the build bots happy.
3334 * tests/check/libs/cddabasesrc.c:
3337 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3339 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3341 * gst/subparse/samiparse.c: (handle_start_font),
3342 (fix_invalid_entities):
3343 More case-insensitivity for certain tags; recognise entities with
3344 decimal codes as special entities as well (#357330).
3346 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3348 * gst-libs/gst/Makefile.am:
3349 Need to build tag directory before cdda.
3351 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3353 * docs/libs/gst-plugins-base-libs-sections.txt:
3354 * gst-libs/gst/cdda/Makefile.am:
3355 * gst-libs/gst/cdda/gstcddabasesrc.c:
3356 (gst_cdda_base_src_base_init):
3357 * gst-libs/gst/cdda/gstcddabasesrc.h:
3358 * gst-libs/gst/tag/tag.h:
3359 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3360 (gst_tag_register_musicbrainz_tags):
3361 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3362 depend on libgsttag. This is required so we can extract/read tags like
3363 DISCID without depending on libgstcddabasesrc (which used to register
3366 * gst-libs/gst/tag/gstvorbistag.c:
3367 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3368 tags (also see #347848).
3370 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3371 Log vorbis comments we are actually writing. Const-ify array.
3373 2006-09-23 Wim Taymans <wim@fluendo.com>
3375 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3376 Improve buffering a bit by avoiding a deadlock because we cannot assume
3377 the underrun is always called.
3379 2006-09-23 Wim Taymans <wim@fluendo.com>
3381 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3383 * gst-libs/gst/riff/riff-ids.h:
3384 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3385 (gst_riff_create_audio_template_caps):
3386 Added MPEG-4 AAC and id and caps. Fixes #357289
3387 Added WMA9 Lossless id.
3389 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3391 * ext/gnomevfs/gstgnomevfssrc.c:
3392 Fix misleading docs addition.
3394 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3395 Get rid of compiler warning the right way.
3397 2006-09-22 Wim Taymans <wim@fluendo.com>
3399 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3400 (gst_base_rtp_depayload_finalize),
3401 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3402 (gst_base_rtp_depayload_push_full),
3403 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3404 (gst_base_rtp_depayload_process),
3405 (gst_base_rtp_depayload_set_gst_timestamp),
3406 (gst_base_rtp_depayload_queue_release):
3407 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3410 Refactored the process method and added methods to push from the process
3412 Use _scale functions.
3413 API: gst_base_rtp_depayload_push_ts
3414 API: gst_base_rtp_depayload_push
3416 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3417 timestamps are uint.
3419 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3421 * gst-libs/gst/interfaces/xoverlay.c:
3422 Remove unused statement from doc example.
3424 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3426 * gst-libs/gst/interfaces/videoorientation.c:
3427 (gst_video_orientation_iface_init),
3428 (gst_video_orientation_get_hflip),
3429 (gst_video_orientation_get_vflip),
3430 (gst_video_orientation_get_hcenter),
3431 (gst_video_orientation_get_vcenter),
3432 (gst_video_orientation_set_hflip),
3433 (gst_video_orientation_set_vflip),
3434 (gst_video_orientation_set_hcenter),
3435 (gst_video_orientation_set_vcenter):
3436 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3439 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3441 * tests/check/Makefile.am:
3442 * tests/check/elements/.cvsignore:
3443 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3444 (create_rgb_conversions), (rgb_conversion_free),
3445 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3446 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3447 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3448 but disable for now since it doesn't pass (something wrong with
3451 2006-09-21 Wim Taymans <wim@fluendo.com>
3453 * gst/playback/gstplaybasebin.c: (group_commit),
3454 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3455 (queue_out_of_data), (gen_preroll_element),
3456 (preroll_remove_overrun), (probe_triggered):
3457 Refactor handling of overrun detection.
3458 Separate handling of group completion and deadlock detection when doing
3459 network buffering. This should fix some deadlocks that were not detected
3460 because the group was completed.
3461 Add more comments, improve debugging.
3463 2006-09-21 Wim Taymans <wim@fluendo.com>
3465 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3466 * tests/check/libs/audio.c:
3467 Some more compilation fixes.
3469 2006-09-21 Wim Taymans <wim@fluendo.com>
3471 * gst-libs/gst/audio/gstringbuffer.c:
3472 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3473 (gst_ring_buffer_read):
3474 Early morning compilation fix.
3476 2006-09-20 Wim Taymans <wim@fluendo.com>
3478 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3479 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3480 * tests/check/elements/videorate.c: (GST_START_TEST):
3481 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3482 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3485 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3487 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3488 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3489 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3490 Handcrafted merge to help CVS understanding what I changed and what
3493 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3495 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3496 (gst_xvimagesink_get_times):
3497 change colorkey behaviour back according to #354773 comment 6/7
3499 2006-09-19 Michael Smith <msmith@fluendo.com>
3501 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3502 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3503 (gst_multi_fd_sink_recover_client),
3504 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3505 (gst_multi_fd_sink_get_property):
3506 * gst/tcp/gstmultifdsink.h:
3507 Implement stubbed out properties unit-type, units-soft-max,
3508 units-max, to allow specifying maximum sizes in units other than
3512 2006-09-19 Wim Taymans <wim@fluendo.com>
3514 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3515 (gst_riff_create_audio_template_caps):
3516 Reorder the audio formats a bit for clarity.
3517 Detect and create caps for MSGSM and MSN (WAV49).
3520 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3521 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3522 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3523 Small cleanups, move error handling out of normal flow for clarity.
3525 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3527 * docs/libs/gst-plugins-base-libs-docs.sgml:
3528 * docs/libs/gst-plugins-base-libs.types:
3529 * gst-libs/gst/interfaces/Makefile.am:
3530 * gst-libs/gst/interfaces/videoorientation.c:
3531 (gst_video_orientation_get_type),
3532 (gst_video_orientation_iface_init),
3533 (gst_video_orientation_get_hflip),
3534 (gst_video_orientation_get_vflip),
3535 (gst_video_orientation_get_hcenter),
3536 (gst_video_orientation_get_vcenter),
3537 (gst_video_orientation_set_hflip),
3538 (gst_video_orientation_set_vflip),
3539 (gst_video_orientation_set_hcenter),
3540 (gst_video_orientation_set_vcenter):
3541 * gst-libs/gst/interfaces/videoorientation.h:
3542 API: Add new interface to control video orientation (fixes #354908)
3544 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3546 * gst/videotestsrc/gstvideotestsrc.c:
3547 Use G_UNLIKELY in _create and log one more detail.
3549 (gst_video_test_src_get_times), (gst_video_test_src_create):
3550 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3551 Use gst_util_uint64_scale_int in _get_times().
3553 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3555 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3556 Give better warning message (add object and detail).
3558 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3561 (gst_xvimagesink_get_times):
3562 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3563 #354773), use gst_util_uint64_scale_int in _get_times()
3565 2006-09-18 Michael Smith <msmith@fluendo.com>
3567 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3568 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3569 always true, leading to dropping all timestamps.
3571 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3573 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3574 (gst_visual_chain), (gst_visual_change_state):
3575 update to work also with libvisual 0.4 API, fix double unref (#355914)
3577 * tools/gst-launch-ext.1.in:
3578 * tools/gst-visualise.1.in:
3579 remove references to old man-pages
3581 * tests/examples/seek/seek.c: (main):
3582 add real meadi-buttons, add tool-tips for the seek-options, arrange
3583 seek options in a table
3585 2006-09-18 Michael Smith <msmith@fluendo.com>
3587 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3588 (gst_ogg_mux_push_buffer):
3589 Don't generate out-of-order timestamps from oggmux, instead clamp
3590 output timestamps to be >= the previously output ts.
3593 2006-09-18 Michael Smith <msmith@fluendo.com>
3595 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3596 (gst_multi_fd_sink_class_init):
3597 Updates, fixes, and typo corrections for multifdsink. No functional
3600 2006-09-17 Michael Smith <msmith@fluendo.com>
3602 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3603 Don't crash on truncated files - check that we got an 8 byte buffer
3604 before trying to memcmp it.
3606 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3608 * gst/playback/gstplaybasebin.c: (get_active_source):
3609 Make stream-switching appear instant to the application
3610 (ie. make sure that a g_object_get on 'current-foo' returns
3611 the stream previously set with g_object_set(). Totem needs
3612 this to update stream-related meta-info (like audio-codec)
3613 correctly when switching streams.
3615 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3617 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3618 (gst_alsa_mixer_ensure_track_list):
3619 Try harder to guess which mixer track is the master mixer
3620 track (instead of just taking the first one that has a pvolume).
3623 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3625 reviewed by: <delete if not using a buddy>
3627 * gst-libs/gst/audio/audio.h:
3628 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3630 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3632 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3633 (gst_audio_convert_transform_caps):
3634 Get structure-name just once.
3636 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3638 * tests/check/elements/audioresample.c: (GST_START_TEST):
3639 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3640 * tests/check/elements/volume.c: (GST_START_TEST):
3641 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3642 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3643 (test_pipeline), (GST_START_TEST):
3644 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3645 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3646 Fix big batch of compiler warnings.
3648 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3650 * ext/gnomevfs/gstgnomevfssrc.c:
3651 Add docs about icydemux usage in connection with gnomevfssrc
3653 * ext/libvisual/visual.c:
3654 * ext/ogg/gstoggaviparse.c:
3655 * ext/ogg/gstoggdemux.c:
3656 * ext/ogg/gstoggmux.c:
3657 * ext/ogg/gstoggparse.c:
3658 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3659 * gst-libs/gst/audio/gstaudiosink.c:
3660 * gst-libs/gst/audio/gstaudiosrc.c:
3661 * gst/audiorate/gstaudiorate.c:
3662 More G_OBJECT macro fixing.
3664 * gst/audiotestsrc/gstaudiotestsrc.h:
3665 Fix wrong info in header due to copy & paste
3667 2006-09-15 Wim Taymans <wim@fluendo.com>
3669 * gst-libs/gst/audio/gstbaseaudiosink.c:
3670 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3671 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3672 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3673 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3674 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3675 Do the delay calculation in the source/sink base classes as this is
3676 specific for the capture/playback mode.
3677 Try to fixate a bit better, like round depth up to a multiple of 8
3679 Handle underruns correctly by marking DISCONT on buffers and adjusting
3680 timestamps to handle the gap.
3681 Set offset/offset_end correctly on buffers.
3683 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3684 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3685 (gst_ring_buffer_read):
3686 Remove resync and underrun recovery from the ringbuffer.
3687 Fix ringbuffer read code on under/overrun.
3689 2006-09-15 Wim Taymans <wim@fluendo.com>
3691 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3692 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3693 (queue_threshold_reached), (gst_play_base_bin_set_property),
3694 (gst_play_base_bin_get_property):
3695 * gst/playback/gstplaybasebin.h:
3696 Don't use a 0 low watermark when buffering, it is catching starvation
3697 way too late. Instead, use a 3 second queue with 30 and 95
3698 percent low/high watermarks.
3699 Added queue-min-threshold property to configure low watermark.
3700 Use new _buffering message API.
3701 Make queue_threshold variable big enough to store a uint64 time value.
3702 API: playbin::queue-min-threshold property.
3704 2006-09-15 Wim Taymans <wim@fluendo.com>
3707 We require 0.10.10.1 now because of _wait_preroll().
3709 * gst-libs/gst/audio/gstbaseaudiosink.c:
3710 (gst_base_audio_sink_render):
3711 Use gst_base_sink_wait_preroll().
3713 2006-09-15 Wim Taymans <wim@fluendo.com>
3715 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3716 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3717 Use DEBUG_OBJECT more.
3719 === release 0.10.10 ===
3721 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3723 patch by: Michael Smith <msmith at fluendo dot com>
3725 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3726 (gst_multi_fd_sink_client_queue_buffer),
3727 (gst_multi_fd_sink_new_client):
3728 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3729 (multifdsink_suite):
3730 Fix implementation of sync-method 'next-keyframe'
3733 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3735 patch by: Wim Taymans <wim at fluendo dot com>
3737 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3738 This patch removes the RANDOM flag that was incorrectly introduced with
3739 revision 1.91. Fixes #354590
3741 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3743 * tests/check/Makefile.am:
3744 Random variation in Makefile line to see if it makes the
3745 gen64-base-full bot any happier.
3747 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3749 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3750 Disable test that fails at the moment (killed after timeout).
3752 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3754 Patch by: James Livingston <doclivingston at gmail.com>
3756 * tests/check/Makefile.am:
3757 * tests/check/pipelines/.cvsignore:
3758 * tests/check/pipelines/oggmux.c: (get_page_codec),
3759 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3760 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3761 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3762 (test_theora_vorbis), (oggmux_suite):
3763 Add simple unit test for oggmux from #337026 with checking for the
3764 EOS flags disabled for the time being.
3766 2006-09-04 Wim Taymans <wim@fluendo.com>
3768 patch by: Alessandro Dessina <alessandro nnva org>
3770 * ext/ogg/gstoggmux.c:
3771 Add cmml caps to oggmux. Fixes #353912
3773 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3775 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3776 Returning a return value often helps. In this case, we
3777 don't need the return value anyway, so just get rid of it.
3778 Should make build bots much happier.
3780 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3782 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3783 (paint_get_structure), (gst_video_test_src_get_size),
3784 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3785 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3786 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3787 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3788 * gst/videotestsrc/videotestsrc.h:
3789 Add support for AYUV and the various RGBA formats. Initialise
3790 fields of paintinfo structs allocated on the stack.
3792 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3793 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3794 (check_rgb_buf), (videotestsrc_suite):
3795 Add unit tests for videotestsrc's RGB output.
3797 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3799 * gst/videotestsrc/gstvideotestsrc.c:
3800 (gst_video_test_src_pattern_get_type),
3801 (gst_video_test_src_set_pattern):
3802 * gst/videotestsrc/gstvideotestsrc.h:
3803 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3804 (gst_video_test_src_black), (gst_video_test_src_white),
3805 (gst_video_test_src_red), (gst_video_test_src_green),
3806 (gst_video_test_src_blue):
3807 * gst/videotestsrc/videotestsrc.h:
3808 Add more uni-colour patterns ("white", "red", "green", and "blue").
3810 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3812 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3813 Fix stride for YVYU, should be word-aligned (#353658).
3815 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3817 * gst/adder/gstadder.c: (gst_adder_src_event):
3820 2006-08-31 Edward Hervey <edward@fluendo.com>
3822 * gst/adder/gstadder.c: (forward_event_func),
3823 (gst_adder_src_event), (gst_adder_collected),
3824 (gst_adder_change_state):
3825 * gst/adder/gstadder.h:
3826 Remember the start position asked in the incoming seeks, so we can
3827 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3828 of assuming it will always be 0).
3830 2006-08-31 Edward Hervey <edward@fluendo.com>
3832 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3833 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3834 (gst_ogg_demux_loop):
3835 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3837 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3839 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3840 (gst_ffmpegcsp_get_unit_size):
3841 Return FALSE instead of returning a random false unit
3842 size when the format isn't known/supported (even if
3843 this shouldn't happen under normal circumstances).
3845 2006-08-29 Wim Taymans <wim@fluendo.com>
3847 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3849 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3850 (gst_gnome_vfs_src_start):
3851 Try harder to get the size from a uri by using _info_uri() when
3852 _info_from_handle() does not give us enough info.
3853 Also follow symlinks when getting the size.
3854 Partially Fixes #332864.
3856 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3858 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3860 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3861 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3862 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3863 (gst_alsa_mixer_set_record):
3864 * ext/alsa/gstalsamixertrack.c:
3865 (gst_alsa_mixer_track_update_alsa_capabilities),
3866 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3867 (gst_alsa_mixer_track_update):
3868 * ext/alsa/gstalsamixertrack.h:
3869 Improve and fix mixer track handling, in particular better handling
3870 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3871 separate track objects for tracks that have both capture and playback
3872 volume (and label them differently as well so they're not mistakenly
3873 assumed to be duplicates); classify mixer tracks that only affect
3874 the audible volume of something (rather than the capture volume)
3875 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3876 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3877 (following the meaning documented in the mixer interface header
3878 file); add support for alsa's exclusive cswitch groups; update/sync
3879 state/flags better if mixer settings are changed by another
3880 application. Fixes #336075.
3882 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3884 * gst/playback/gstplaybin.c:
3885 Improve docs: add section about BUFFERING messages sent by playbin.
3887 2006-08-29 Michael Smith <msmith@fluendo.com>
3889 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3890 (gst_vorbis_enc_buffer_check_discontinuous),
3891 (gst_vorbis_enc_chain):
3892 Ignore explicit DISCONT marked on buffers (which is often spurious,
3893 particularly when using multiple segments), in favour of solely
3894 using the timestamps/durations.
3896 2006-08-29 Edward Hervey <edward@fluendo.com>
3898 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3899 Don't rely on incoming buffers offset anymore, since it is completely
3900 broken when using multiple segments.
3901 Instead convert the incoming buffers timestamp to running time, and
3902 then convert that value to the offsets.
3903 Also inform GstSegment of the last outputted stop position, which is
3904 needed if we received several segments with an unknown stop value.
3906 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3908 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3909 fix buffer unreffing on a header push failure
3911 2006-08-28 Wim Taymans <wim@fluendo.com>
3913 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3914 (gst_audio_rate_chain):
3915 Make the metadata of the buffer writable before changing its
3918 2006-08-28 Wim Taymans <wim@fluendo.com>
3920 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3921 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3922 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3923 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3924 Fix audiorate some more.
3925 Reset and resync counters on flush and READY.
3926 Handle the DISCONT flag correctly.
3927 Use GstSegment to track position.
3928 Fail when not negotiated.
3931 2006-08-25 Michael Smith <msmith@fluendo.com>
3933 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3935 Remove accidently included debug line.
3937 2006-08-25 Wim Taymans <wim@fluendo.com>
3939 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3941 If a buffer is received with no caps, make the buffer metadata
3942 writable and set the caps, making sure that we don't screw up the
3945 2006-08-25 Michael Smith <msmith@fluendo.com>
3947 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3948 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3949 Fix memory leaks and misleading debug messages, add a couple of
3952 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3953 (gst_multi_fd_sink_render):
3954 Do not use gst_buffer_make_writable() in a basesink render method,
3955 as it may incorrectly unref the buffer. Instead, use convoluted
3956 dance to avoid copying the buffer except when we need to.
3958 2006-08-25 Michael Smith <msmith@fluendo.com>
3960 * ext/vorbis/vorbisenc.c:
3961 (gst_vorbis_enc_buffer_check_discontinuous):
3962 Allow very small discontinuities in the timestamps. These we can't
3963 do anything useful with anyway (because vorbis's timestamps have
3964 only sample granularity), and are commonly produced by elements with
3965 minor bugs. Allow up to 1/2 a sample out.
3968 2006-08-24 Wim Taymans <wim@fluendo.com>
3970 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3971 (play_scrub_toggle_cb), (main):
3972 Add a checkbox to enable play scrubbing. Makes it possible to disable
3975 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3977 * tests/check/elements/.cvsignore:
3980 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3982 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3983 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3984 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3985 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3986 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3987 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3988 (gst_ogm_text_parse_strip_trailing_zeroes),
3989 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3990 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3991 Refactor ogm parse, do better input checking, misc. clean-ups.
3992 Cache incoming events and push them once the source pad has
3993 been created. Don't pass unterminated strings to sscanf().
3994 Strip trailing zeroes from subtitle text output, since they
3995 are not valid UTF-8. Don't push vorbiscomment packets on
3996 the subtitle text pad. Output perfect streams if possible.
3998 2006-08-23 Wim Taymans <wim@fluendo.com>
4000 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4001 Waits for tasks to settle down so that we clean up correctly for
4004 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4006 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4007 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4008 actually return return value in taglists_are_equal.
4010 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4012 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4013 Fix crash due to broken bitstream parsing on x86-64: can't make
4014 any assumptions about sizeof(struct) due to alignment/packing
4015 differences on different architectures. Fixes #351790.
4017 2006-08-22 Wim Taymans <wim@fluendo.com>
4019 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4020 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4021 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4022 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4023 (gst_riff_parse_info):
4024 Protect public functions against bad input.
4028 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4030 * gst-libs/gst/riff/riff-ids.h:
4031 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4032 Add voxware audio IDs (even if we can't play it) (#351795).
4034 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4036 * gst-libs/gst/riff/riff-media.c:
4037 (gst_riff_create_video_template_caps),
4038 (gst_riff_create_audio_template_caps),
4039 (gst_riff_create_iavs_template_caps):
4040 Const-ify some arrays and use G_N_ELEMENTS instead
4041 of wasting oodles of RAM on terminator bits.
4043 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4045 * gst-libs/gst/tag/gstvorbistag.c:
4046 (gst_tag_list_to_vorbiscomment_buffer):
4047 * tests/check/libs/tag.c: (GST_START_TEST):
4048 And the same for _to_vorbiscomment_buffer(): allow
4049 id_data_len == 0 for speex.
4051 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
4054 * docs/plugins/Makefile.am:
4055 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4056 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4057 * docs/plugins/inspect/plugin-gdp.xml:
4058 * gst/gdp/Makefile.am:
4059 * tests/check/Makefile.am:
4060 Move GDP plugin to -base from -bad. Closes #347783.
4062 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4064 * gst-libs/gst/tag/gstvorbistag.c:
4065 (gst_tag_list_from_vorbiscomment_buffer):
4066 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4067 Also add some checks to make sure we don't memcmp() beyond the end of
4068 vorbiscomment buffer if the ID to check for is larger than the buffer.
4070 * tests/check/libs/tag.c: (GST_START_TEST):
4071 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4073 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4075 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4076 (gst_vorbis_enc_set_metadata):
4077 Use vorbis comment utility functions from libgsttag
4078 instead of re-inventing the wheel (partially fixes #347091).
4080 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
4082 * tests/check/elements/audioconvert.c: (GST_START_TEST):
4083 Fix leaks. Wait for state transitions that might happen ASYNC, as well
4086 2006-08-21 Wim Taymans <wim@fluendo.com>
4088 * docs/libs/Makefile.am:
4089 * docs/libs/gst-plugins-base-libs-sections.txt:
4090 * docs/libs/gst-plugins-base-libs.types:
4091 Don't try to GObject scan the netbuffer as it's not a GObject.
4094 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4095 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4096 Document GstNetBuffer.
4098 2006-08-21 Stefan Kost <ensonic@users.sf.net>
4100 * tests/check/elements/audioconvert.c: (GST_START_TEST),
4101 (audioconvert_suite):
4102 Add testcase for caps-size-explosion
4104 2006-08-20 Stefan Kost <ensonic@users.sf.net>
4106 * gst/audioconvert/gstaudioconvert.c:
4107 (gst_audio_convert_get_unit_size), (set_structure_widths):
4108 Lower debug, use g_assert in _get_unit_size
4110 * gst/audioresample/gstaudioresample.c:
4111 (audioresample_get_unit_size):
4112 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4113 (gst_ffmpegcsp_get_unit_size):
4114 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4115 use g_assert in _get_unit_size
4117 2006-08-18 Wim Taymans <wim@fluendo.com>
4119 * docs/libs/gst-plugins-base-libs-sections.txt:
4120 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4121 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4122 (gst_rtp_buffer_get_payload_buffer):
4123 * gst-libs/gst/rtp/gstrtpbuffer.h:
4124 Document GstRTPBuffer.
4125 Added function to efficiently strip payload headers.
4126 API: gst_rtp_buffer_get_payload_subbuffer()
4128 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4130 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4131 (gst_tag_to_vorbis_comments):
4132 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4133 tags and deserialise them properly as well (#347091).
4134 Add some more gtk-doc blurbs and also some g_return_if_fail().
4136 * tests/check/libs/tag.c: (GST_START_TEST),
4137 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4140 2006-08-17 Wim Taymans <wim@fluendo.com>
4142 * ext/ogg/Makefile.am:
4143 * ext/ogg/gstogg.c: (plugin_init):
4144 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4145 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4146 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4147 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4148 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4149 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4150 Added ogg-in-avi parser element. Fixes #140139.
4152 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4153 Fixed a bug in oggdemux debug code.
4155 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4156 (gst_riff_create_audio_template_caps):
4157 Recognise Ogg in the AVI extensible wave format.
4159 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4161 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4162 Make buffer durations add up (duration should be next_ts-ts for
4163 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4166 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4167 (test_buffer_timestamps), (cddabasesrc_suite):
4168 Add unit test for the above.
4170 * tests/check/Makefile.am:
4171 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4172 to see what happens.
4174 2006-08-16 Wim Taymans <wim@fluendo.com>
4176 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4177 (gst_alsasink_open):
4178 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4180 Avoid setting and using a NULL device name.
4181 Print more info when we fail to open a device.
4183 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
4185 * docs/libs/gst-plugins-base-libs-sections.txt:
4186 * gst-libs/gst/tag/tag.h:
4187 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4188 API: add gst_tag_parse_extended_comment() (#351426).
4190 * tests/check/Makefile.am:
4191 * tests/check/libs/.cvsignore:
4192 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4193 Add unit test for gst_tag_parse_extended_comment().
4195 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4197 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4201 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4203 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4204 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4205 * docs/plugins/gst-plugins-base-plugins.args:
4206 * gst/playback/gstplaybin.c:
4209 * docs/plugins/inspect/plugin-adder.xml:
4210 * docs/plugins/inspect/plugin-alsa.xml:
4211 * docs/plugins/inspect/plugin-audioconvert.xml:
4212 * docs/plugins/inspect/plugin-audiorate.xml:
4213 * docs/plugins/inspect/plugin-audioresample.xml:
4214 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4215 * docs/plugins/inspect/plugin-cdparanoia.xml:
4216 * docs/plugins/inspect/plugin-decodebin.xml:
4217 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4218 * docs/plugins/inspect/plugin-gnomevfs.xml:
4219 * docs/plugins/inspect/plugin-ogg.xml:
4220 * docs/plugins/inspect/plugin-pango.xml:
4221 * docs/plugins/inspect/plugin-playbin.xml:
4222 * docs/plugins/inspect/plugin-subparse.xml:
4223 * docs/plugins/inspect/plugin-tcp.xml:
4224 * docs/plugins/inspect/plugin-theora.xml:
4225 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4226 * docs/plugins/inspect/plugin-video4linux.xml:
4227 * docs/plugins/inspect/plugin-videorate.xml:
4228 * docs/plugins/inspect/plugin-videoscale.xml:
4229 * docs/plugins/inspect/plugin-videotestsrc.xml:
4230 * docs/plugins/inspect/plugin-volume.xml:
4231 * docs/plugins/inspect/plugin-vorbis.xml:
4232 * docs/plugins/inspect/plugin-ximagesink.xml:
4233 * docs/plugins/inspect/plugin-xvimagesink.xml:
4234 Update to CVS version.
4236 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4238 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4239 (gst_play_bin_set_property), (gst_play_bin_get_property),
4240 (value_list_append_structure_list),
4241 (gst_play_bin_handle_redirect_message),
4242 (gst_play_bin_handle_message):
4243 API: GstPlayBin::connection-speed
4244 Add "connection-speed" property; re-order redirect messages with
4245 multiple redirect locations depending on the minimum bitrate if
4246 that information is available and a connection speed is set
4249 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4251 * gst/playback/gstplaybin.c:
4252 Update max volume to the same value that the volume element uses.
4254 2006-08-14 Wim Taymans <wim@fluendo.com>
4256 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4259 2006-08-14 Wim Taymans <wim@fluendo.com>
4261 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4262 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4263 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4264 Add some more debug info.
4265 Don't crash when a seek failed.
4266 Actually return the result of the seek instead of TRUE.
4267 Ignore multiple BOS pages with the same serial so that we don't create
4268 the same stream multiple times.
4269 Post an error when we fail to do the initial seek.
4271 2006-08-13 Wim Taymans <wim@fluendo.com>
4273 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4274 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4277 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4278 (gst_alsa_mixer_new):
4279 Remove hack that always set the device to hw:0*.
4280 Properly find the card name for whatever device was configured.
4281 Do some better debugging.
4284 * ext/alsa/gstalsamixerelement.c:
4285 (gst_alsa_mixer_element_set_property),
4286 (gst_alsa_mixer_element_change_state):
4288 Handle setting of a NULL device name better.
4290 2006-08-11 Wim Taymans <wim@fluendo.com>
4292 * gst/adder/gstadder.c:
4293 Don't clip float values. Fixes #350900.
4295 2006-08-11 Andy Wingo <wingo@pobox.com>
4297 * gst/tcp/gsttcp.c: Really fix the build?
4299 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4302 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4304 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4305 Float caps shouldn't have a "signed" field.
4307 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4309 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4310 Implement SEEKING query in its most basic form, so that we can
4311 at least check if we're seekable or not (#350655).
4313 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4315 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4316 The checks here are not even close to anything that would
4317 justify MAXIMUM probability, lowering to POSSIBLE until someone
4318 fixes the checks (case at hand: quicktime redirection files
4319 might start with 00 00 01 XX and pass the checks here just
4322 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4324 Patch by: Sjoerd Simons <sjoerd at luon net>
4326 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4327 Better detection for multipart/x-mixed-replace: accept leading
4328 whitespaces before the boundary marker as well (as our very own
4329 multipartmux used to produce) (#349068).
4331 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4333 Patch by: Young-Ho Cha <ganadist at chollian net>
4335 * gst-libs/gst/riff/riff-ids.h:
4336 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4337 (gst_riff_create_audio_template_caps):
4338 Detect DTS audio streams (#350157).
4340 2006-08-05 Andy Wingo <wingo@pobox.com>
4342 * ext/theora/gsttheoraparse.h:
4343 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4344 (theora_parse_dispose, theora_parse_set_property)
4345 (theora_parse_get_property, theora_parse_munge_granulepos)
4346 (theora_parse_push_buffer, theora_parse_change_state):
4347 API: GstTheoraParse::synchronization-points
4348 Add a property 'synchronization-points' to fix badly synchronized oggs.
4350 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4352 * tests/check/Makefile.am:
4353 * tests/check/libs/.cvsignore:
4354 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4355 (fixed_caps_have_channel_positions), (GST_START_TEST),
4356 (audio_suite), (main):
4357 Add a few tests for the channel position stuff in libgstaudio.
4359 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4361 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4362 (gst_alsa_detect_channels):
4363 * ext/alsa/gstalsasink.c:
4364 Add support for cards that (only) do more than 8 channels,
4365 like the Delta 44 (#345188).
4367 * gst-libs/gst/audio/multichannel.c:
4368 (gst_audio_check_channel_positions):
4369 * gst-libs/gst/audio/multichannel.h:
4370 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4371 unspecified channel position and cannot be combined with any
4372 of the other audio channel positions; adjust position layout
4373 checks accordingly (#345188).
4375 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4377 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4378 Recognise ancient RealAudio files (see #349779).
4380 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4382 Patch by: Jens Granseuer <jensgr at gmx net>
4384 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4385 Add typefinder for Interplay's MVE format (#348973).
4387 2006-08-02 Wim Taymans <wim@fluendo.com>
4389 Patch by: Marcel Moreaux <marcelm at luon dot net>
4391 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4392 (gst_base_rtp_depayload_add_to_queue):
4393 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4394 Handle RTP sequence number rollover.
4395 Disable jitterbuffer by default.
4397 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4399 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4400 (audioresample_set_caps):
4401 Don't leak references to the incoming caps. Clean them up when
4404 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4405 (gst_video_scale_finalize):
4406 Don't leak our temporary pixel buffer.
4408 * tests/check/Makefile.am:
4409 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4410 (GST_START_TEST), (simple_launch_lines_suite):
4412 Fix leaks and re-enable the test for valgrind checking.
4414 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4416 Patch by: Sjoerd Simons <sjoerd at luon net>
4418 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4420 Add typefind function for multipart/x-mixed-replace (#348916).
4422 2006-07-28 Wim Taymans <wim@fluendo.com>
4424 * gst/adder/gstadder.c: (gst_adder_setcaps),
4425 (gst_adder_query_duration):
4426 Fix leak in duration query.
4427 Reflow some docs and notes.
4429 2006-07-28 Michael Smith <msmith@fluendo.com>
4431 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4433 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4436 2006-07-28 Michael Smith <msmith@fluendo.com>
4438 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4439 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4440 (gst_vorbis_enc_push_buffer),
4441 (gst_vorbis_enc_buffer_check_discontinuous),
4442 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4443 * ext/vorbis/vorbisenc.h:
4444 Handle discontinuities in the input vorbis stream correctly,
4445 so that the output is properly timestamped (and has good granulepos
4446 values). Needs some oggmux fixes too.
4448 2006-07-27 Wim Taymans <wim@fluendo.com>
4450 patch by: Kai Vehmanen <kv2004 eca cx>
4452 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4453 (gst_base_rtp_depayload_chain),
4454 (gst_base_rtp_depayload_handle_sink_event),
4455 (gst_base_rtp_depayload_change_state):
4456 Don't send multiple newsegments with different formats.
4459 2006-07-26 Wim Taymans <wim@fluendo.com>
4461 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4462 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4463 Make seeking in ogg more accurate again by doing the more correct
4464 granuletime to stream time conversion.
4466 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4468 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4469 (gst_multi_fd_sink_new_client):
4470 debug a little more understandably
4471 do not use goto as a substitute for break, especially if
4472 break is also being used
4474 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4476 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4477 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4478 Remove GLib-2.6 compatibility cruft.
4480 2006-07-24 Wim Taymans <wim@fluendo.com>
4482 * gst-libs/gst/audio/gstbaseaudiosink.c:
4483 (gst_base_audio_sink_render):
4484 Don't try to align a sample to an unknown value.
4486 2006-07-24 Wim Taymans <wim@fluendo.com>
4488 * gst-libs/gst/audio/gstbaseaudiosink.c:
4489 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4490 When the audio clock is slaved to another clock, never try to align
4491 samples but trust the rate interpolation algorithm.
4493 2006-07-24 Wim Taymans <wim@fluendo.com>
4495 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4496 Don't try to calculate silence samples, base class does this much
4499 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4500 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4501 (gst_ring_buffer_acquire):
4502 Calculate silence samples correctly.
4504 * gst-libs/gst/audio/gstringbuffer.h:
4507 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4509 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4510 Limit search for the first markup tag to the first few kB of
4511 the file. If we don't find one there, it's highly unlikely that
4512 this is an XML(-ish) file.
4514 2006-07-21 Andy Wingo <wingo@pobox.com>
4516 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4517 test to the one in vorbisenc. Also commented out.
4519 * tests/check/pipelines/vorbisenc.c:
4520 (test_discontinuity): New test, commented out until Mike lands
4521 some elite vorbisenc patches.
4523 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4524 Bufferstraw was actually factored out of these tests. Now we share
4527 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4528 for bufferstraw addition to gstcheck.
4530 2006-07-21 Wim Taymans <wim@fluendo.com>
4532 * ext/theora/theoradec.c: (clip_buffer):
4535 2006-07-21 Wim Taymans <wim@fluendo.com>
4537 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4538 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4539 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4541 Avoid type casting when we can.
4543 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4546 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4548 * ext/alsa/gstalsamixerelement.c:
4549 (gst_alsa_mixer_element_change_state):
4550 Make state change fail if the specified device can't be opened
4553 2006-07-20 Wim Taymans <wim@fluendo.com>
4555 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4556 (cb_newpad), (main):
4557 Example of a small audio/video player using decodebin.
4559 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4561 * gst-libs/gst/riff/riff-ids.h:
4564 2006-07-19 Wim Taymans <wim@fluendo.com>
4566 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4567 (gst_base_rtp_depayload_chain),
4568 (gst_base_rtp_depayload_change_state):
4569 Don't assert when not negotiated but post a meaningfull
4570 error message. Fixes #347918.
4572 * gst-libs/gst/rtp/gstbasertppayload.c:
4573 Add comment about better default MTU size.
4575 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4576 Small cleanups, start docs.
4578 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4580 Patch by: Martin Szulecki
4582 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4583 If "device-name" is requested and the device is not
4584 open, try to temporarily open it to obtain this
4585 information (#342494).
4587 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4589 * gst-libs/gst/tag/gstid3tag.c:
4590 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4592 * gst-libs/gst/tag/gsttageditingprivate.h:
4593 * gst-libs/gst/tag/gstvorbistag.c:
4594 Some more random const-ifications.
4596 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4598 * gst-libs/gst/riff/riff-ids.h:
4599 * gst-libs/gst/riff/riff-media.c:
4600 (gst_riff_create_video_template_caps):
4601 Add more FOURCCs (sort list to make stuff easier to find),
4602 add comment what those 16 bytes in struct _gst_riff_strh according to
4605 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4607 * gst-libs/gst/audio/multichannel.c:
4608 (gst_audio_check_channel_positions),
4609 (gst_audio_fixate_channel_positions):
4610 Const-ify two arrays.
4612 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4614 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4615 Fix typo, so that alsasink also advertises 8 channels
4616 if that's supported (tags: can, worms, open, alsa, ph34r).
4618 2006-07-17 Wim Taymans <wim@fluendo.com>
4620 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4621 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4622 *sigh*, when is the compiler going to warn when the comments
4623 are out-of-sync with the code.. Refix case of busted theora
4624 headers with 0 granule pos.
4626 2006-07-14 Wim Taymans <wim@fluendo.com>
4628 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4629 (gst_base_rtp_depayload_wait),
4630 (gst_base_rtp_depayload_change_state),
4631 (gst_base_rtp_depayload_set_property),
4632 (gst_base_rtp_depayload_get_property):
4633 Fix 99% cpu load by waiting for absolute times on the
4634 clock. Fixes #347300.
4636 2006-07-14 Andy Wingo <wingo@pobox.com>
4638 * ext/theora/gsttheoraparse.h:
4639 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4640 (theora_parse_push_headers, theora_parse_clear_queue)
4641 (theora_parse_drain_queue_prematurely, )
4642 (theora_parse_sink_event, theora_parse_change_state): Queue events
4643 until we initialized our state, like in vorbisparse.
4645 * ext/vorbis/vorbisparse.h:
4646 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4647 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4648 (vorbis_parse_drain_queue_prematurely, )
4649 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4650 until we have initialized our state. Fixes seeking after an
4653 2006-07-14 Andy Wingo <wingo@pobox.com>
4655 Patch by: Iain Holmes <iaingnome@gmail.com>
4657 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4659 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4662 Bump nano back to CVS
4664 === release 0.10.9 ===
4666 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4669 releasing 0.10.9, "I walk the line"
4671 2006-07-14 Michael Smith <msmith@fluendo.com>
4673 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4674 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4675 (commonly happens when running this test under valgrind) when trying
4676 to remove the buffer probe.
4678 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4681 Fix missing g_unlock from the previous commit
4683 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4685 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4686 (gst_ximagesink_change_state):
4687 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4688 (gst_xvimagesink_change_state):
4689 Implement a locking order to ensure we always take the object lock
4690 before the x_lock and never vice-versa.
4692 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4694 * gst/playback/gstdecodebin.c: (find_compatibles):
4695 Fix a caps leak when linking (#347304)
4697 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4698 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4699 (gst_ximagesink_change_state):
4700 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4701 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4702 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4703 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4704 Don't leak shared memory resources. Use the object lock to protect
4705 against the xcontext disappearing while returning a buffer from the
4708 2006-07-12 Edward Hervey <edward@fluendo.com>
4710 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4711 (vorbis_handle_comment_packet):
4712 gst_tag_list_merge() returns a new object. Take that into account when
4713 using it. This avoids memleak.
4714 Revert previous commit which is not needed.
4716 2006-07-12 Edward Hervey <edward@fluendo.com>
4718 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4719 Reset the decoder in finalize so that all fields get cleared.
4721 2006-07-12 Wim Taymans <wim@fluendo.com>
4723 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4724 (gst_base_audio_src_set_clock),
4725 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4726 Don't try to post an error message when setting the clock fails
4727 as this can happen when adding an element to a bin which will then
4728 deadlock. Fixes #347296.
4730 2006-07-12 Edward Hervey <edward@fluendo.com>
4732 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4733 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4734 (vorbis_handle_type_packet):
4735 Post tag messages on the bus even if we're not initialized.
4736 If we're not initialized, we still postpone the event pushing of tags.
4738 2006-07-12 Wim Taymans <wim@fluendo.com>
4740 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4741 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4742 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4743 Revert last two changes that broke the freeze.
4745 2006-07-12 Wim Taymans <wim@fluendo.com>
4747 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4748 basesink calculates silence sample correctly for us.
4750 2006-07-12 Wim Taymans <wim@fluendo.com>
4752 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4753 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4754 Calculate correct silence samples so we don't fill our ringbuffer
4757 2006-07-12 Edward Hervey <edward@fluendo.com>
4759 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4760 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4761 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4762 * ext/vorbis/vorbisdec.h:
4763 Delay sending events (newsegment, tags) until the decoder is properly
4767 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4769 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4770 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4771 Patch from #347221 adding a test for audioconvert
4774 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4776 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4777 (gst_ssa_parse_parse_line):
4778 Don't include the terminating NUL in the buffer size,
4779 it's only there for extra paranoia (would add random
4780 '*' characters at the end of each subtitle since the
4781 terminator itself is not valid UTF-8 technically).
4782 Also fix indenting after boilerplate macro.
4784 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4786 * gst/playback/gstdecodebin.c: (close_pad_link):
4787 Also emit 'unknown-type' signal (which should really be
4788 called unhandled-type) if we found potential decoders/demuxers
4789 in the registry but none of them worked in the end (as in the
4790 case where the plugins don't exist any longer but are still
4791 listed in the registry). Fixes #329798.
4793 2006-07-08 Andy Wingo <wingo@pobox.com>
4795 * theoraparse.c (theora_parse_push_buffer)
4796 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4797 Add some more debugging. Fix granulepos reconstruction in the face
4800 2006-07-06 Wim Taymans <wim@fluendo.com>
4802 * gst-libs/gst/audio/gstbaseaudiosink.c:
4803 (gst_base_audio_sink_class_init),
4804 (gst_base_audio_sink_provide_clock):
4805 Use gobject_class instead of G_OBJECT_CLASS (klass)
4807 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4808 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4809 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4810 (gst_base_audio_src_get_time),
4811 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4812 (gst_base_audio_src_create_ringbuffer):
4813 Fix latency and buffer-time constants and properties ala basesink.
4814 Implement pull based scheduling. Fixes #346527.
4815 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4817 Refuse slaving to another clock instead of silently not working.
4818 Only provide a clock when we are actually able to do so.
4819 Various small cleanups and compiler hints.
4821 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4823 Patch by: Lutz Mueller <lutz at topfrose de>
4825 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4827 Add typefinding for text/html (#346581).
4829 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4831 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4832 (xml_check_first_element), (xml_type_find), (smil_type_find):
4833 Fix SMIL typefinding, make xml_check_first_element() more
4836 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4838 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4839 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4840 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4841 * gst/playback/gstplaybasebin.h:
4842 Protect list of elements with a subtitle-encoding property and
4843 the subtitle encoding member itself with a lock of their own
4844 instead of using the object lock. This prevents a dead-lock in
4845 the element-remove callback in some circumstances when shutting
4848 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4850 * win32/common/libgsttag.def:
4851 Export some new functions.
4852 * win32/vs6/libgstogg.dsp:
4853 Add a link to libgsttag-0.10.lib.
4855 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4857 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4858 Some const-ification.
4860 2006-07-04 Wim Taymans <wim@fluendo.com>
4862 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4863 Improve checking if we are dealing with a stream. Added some
4864 more uris that need buffering.
4866 2006-07-03 Edward Hervey <edward@fluendo.com>
4868 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4869 Remove unused variable.
4871 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4876 add GCOV_LIBS to GST_LIBS
4878 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4880 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4882 * ext/alsa/gstalsasrc.c:
4883 Add 32 bps to template caps and increase channels range
4884 from [1,2] to [1,MAX]. See #346326.
4886 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4888 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4889 Recognise 'WMVA' video codec fourcc (#345879).
4891 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4893 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4894 Fixed nasty memory leak
4896 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4898 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4899 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4902 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4904 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4905 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4906 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4907 Protect remove_fakesink using a mutex, so that we don't try and
4908 remove the fakesink simultaneously from multiple threads.
4910 When going from READY to PAUSED, restore the fakesink, so that
4911 it is there when decodebin gets reused.
4913 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4915 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4916 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4917 * gst-libs/gst/rtp/gstbasertppayload.c:
4918 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4919 * gst/tcp/gstmultifdsink.c:
4920 * gst/tcp/gsttcpclientsink.c:
4921 * gst/tcp/gsttcpclientsrc.c:
4922 * gst/tcp/gsttcpserversink.c:
4923 * gst/tcp/gsttcpserversrc.c:
4924 * gst/videorate/gstvideorate.c:
4925 * gst/videotestsrc/gstvideotestsrc.c:
4926 * sys/v4l/gstv4ljpegsrc.c:
4927 * sys/v4l/gstv4lmjpegsink.c:
4928 * sys/v4l/gstv4lsrc.c:
4929 * tests/examples/seek/scrubby.c:
4930 * tests/examples/seek/seek.c:
4931 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4933 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4935 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4936 Second field in GEnumValue shouldn't be a description,
4937 but a stringified version of the enum value.
4939 2006-06-22 Wim Taymans <wim@fluendo.com>
4941 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4942 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4943 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4944 Avoid type checking in buffer casts.
4945 Avoid caps copy in buffer_alloc when we can.
4946 Use pad_peer_accept.
4948 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4950 * gst-libs/gst/tag/tag.h:
4951 Oops, make that 'Since: 0.10.9'.
4953 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4955 * docs/libs/gst-plugins-base-libs-sections.txt:
4956 * gst-libs/gst/tag/tag.h:
4957 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4958 (gst_tag_image_type_get_type):
4959 API: add GstTagImageType enum to describe images contained
4960 in image tags (#345641).
4962 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4964 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4965 Fix warnings with gst-inspect: "buffers-min" property
4966 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4967 typo in property description.
4969 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4971 Patch by: Cody Russell <bratsche at gnome org>
4973 * gst/audioresample/gstaudioresample.c:
4974 (gst_audioresample_class_init):
4975 * gst/playback/gststreamselector.c:
4976 (gst_stream_selector_class_init):
4977 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4978 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4979 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4980 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4981 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4982 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4983 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4984 * gst/videotestsrc/gstvideotestsrc.c:
4985 (gst_video_test_src_class_init):
4986 * gst/volume/gstvolume.c: (gst_volume_class_init):
4987 Avoid unnecessary class cast check in class_init
4988 functions (#337747).
4990 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4992 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4993 (gst_text_overlay_video_chain):
4994 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4995 and doesn't validate its input either (and neither did
4996 textoverlay it seems). Let's do that then and fix #345206.
4998 2006-06-19 Wim Taymans <wim@fluendo.com>
5000 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5001 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5002 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5003 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5004 (find_syncframe), (find_limits), (assign_value),
5005 (count_burst_unit), (gst_multi_fd_sink_new_client),
5006 (gst_multi_fd_sink_handle_client_write),
5007 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5008 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5009 (gst_multi_fd_sink_change_state):
5010 * gst/tcp/gstmultifdsink.h:
5011 Added shiny new burst-on-connect methods.
5012 Add properties to control the minimal amount of data queued.
5014 API: bytes-min property
5015 API: time-min property
5016 API: buffers-min property
5017 API: burst-unit property
5018 API: burst-value property
5019 API: add-full signal
5021 * gst/tcp/gsttcp-marshal.list:
5022 Added new marshaller code for the new signal.
5024 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5025 (multifdsink_suite):
5026 Added testcases for new burst methods.
5028 2006-06-19 Edward Hervey <edward@fluendo.com>
5030 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5031 Implement clipping for accurate seeking.
5034 2006-06-19 Wim Taymans <wim@fluendo.com>
5036 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5038 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5039 (gst_video_scale_transform):
5040 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5042 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
5045 Fix --disable-external (can't set conditionals conditionally,
5048 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5050 * tests/check/elements/audioresample.c: (test_reuse),
5051 (audioresample_suite):
5052 Add test case for bug #342789 fixed below.
5054 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5056 * gst/audioresample/gstaudioresample.c:
5057 (gst_audioresample_class_init), (gst_audioresample_init),
5058 (audioresample_start), (audioresample_stop),
5059 (gst_audioresample_set_property), (gst_audioresample_get_property):
5060 Implement GstBaseTransform::start and ::stop so that audioresample
5061 can clear its internal state properly and be reused instead of
5062 causing non-negotiated errors with playbin under some circumstances
5065 * tests/check/elements/audioresample.c: (setup_audioresample),
5066 (cleanup_audioresample):
5067 Need to set element state here so that ::start and ::stop are
5070 2006-06-16 Wim Taymans <wim@fluendo.com>
5072 Patch by: Young-Ho Cha <ganadist at chollian dot net>
5074 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5075 Parse extra data better, apparently it's right behind
5076 the normal strf header size. Fixes #343500.
5078 2006-06-16 Wim Taymans <wim@fluendo.com>
5080 * ext/alsa/gstalsasink.c: (set_hwparams):
5081 If we fail to set the buffer_time and period_time alsa
5082 parameters, post a warning and leave alsa select a
5083 default instead of failing. Fixes #342085
5085 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5087 * docs/libs/gst-plugins-base-libs-sections.txt:
5088 * gst-libs/gst/cdda/gstcddabasesrc.h:
5089 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5090 out in the header file and shouldn't be listed in the docs.
5092 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5093 Must dereference pointer to fourcc in the debug statement.
5095 2006-06-16 Stefan Kost <ensonic@users.sf.net>
5097 * docs/libs/Makefile.am:
5098 * docs/libs/gst-plugins-base-libs-docs.sgml:
5099 * docs/libs/gst-plugins-base-libs-sections.txt:
5100 * docs/libs/gst-plugins-base-libs.types:
5101 add remaining symbols into correct setions
5103 * gst-libs/gst/audio/gstringbuffer.c:
5106 * gst-libs/gst/audio/gstringbuffer.h:
5107 comment out not yet implemented function
5110 * gst-libs/gst/floatcast/floatcast.h:
5111 * gst-libs/gst/netbuffer/gstnetbuffer.c:
5112 add short descriptions
5115 * gst-libs/gst/interfaces/propertyprobe.c:
5116 fix return value docs
5118 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5119 simplify debug logging
5121 * gst-libs/gst/riff/riff-read.h:
5122 sync function prototype and docs
5124 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5125 remove left over symbol
5127 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5132 Use GST_PLUGIN_DOCS macro in configure.ac, add
5133 --enable-plugin-docs default to autogen.sh and use
5134 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5136 2006-06-15 Wim Taymans <wim@fluendo.com>
5138 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5139 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5140 (gst_ogg_demux_loop):
5141 Combine GstFlowReturn from the source pads to give a
5142 meaningfull result to the upstream peer or to stop the
5143 processing task in case of errors.
5145 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5147 * gst/playback/gststreaminfo.c: (cb_probe):
5148 Try GST_TAG_CODEC as fallback when extracting the
5149 codec name; more debug info.
5151 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5153 * ext/ogg/Makefile.am:
5154 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5155 Extract language tags from ogm subtitle streams, so that
5156 the subtitle menu choices are labelled correctly in
5157 Totem (fixes #344708).
5159 2006-06-14 Wim Taymans <wim@fluendo.com>
5161 Patch by: Alessandro Decina <alessandro at nnva dot org>
5163 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5164 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5165 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5166 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5167 Fix various leaks. Fixes #343699.
5168 Add x-smoke mime type.
5170 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5172 * gst-libs/gst/riff/riff-ids.h:
5173 Add IDs for 'bext' chunks (see #343837).
5175 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
5177 Patch by: Young-Ho Cha <ganadist at chollian net>
5179 * gst/subparse/samiparse.c: (sami_context_pop_state),
5180 (handle_start_font), (end_sami_element):
5181 Honour font face tags in SAMI subtitles (#344503).
5183 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5186 add missing files containing translatable strings
5188 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5190 * docs/libs/tmpl/.cvsignore:
5191 we don't want those *.sgml files in CVS either
5193 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5195 * docs/libs/.cvsignore:
5196 * tests/check/elements/.cvsignore:
5197 * tests/check/libs/.cvsignore:
5200 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5202 * docs/libs/Makefile.am:
5203 also commiting the changed Makefile.am (added more libs to the
5206 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5208 * docs/libs/gst-plugins-base-libs-docs.sgml:
5209 * docs/libs/gst-plugins-base-libs-sections.txt:
5210 * docs/libs/gst-plugins-base-libs.types:
5211 first batch of reordering things, add index & hierarchy
5213 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
5216 use GST_PKG_CHECK_MODULES, cleans up output
5218 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5220 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5221 Add support for burn:// URIs (#343385); const-ify things a bit,
5222 use G_N_ELEMENTS instead of hard-coded array size.
5224 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5226 Patch by: Young-Ho Cha <ganadist at chollian net>
5228 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5229 Fix up broken entities before passing them to libxml *sigh*.
5232 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5237 === release 0.10.8 ===
5239 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5242 releasing 0.10.8, "Moar gij ziet mij nie"
5244 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5261 * win32/common/config.h:
5264 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5266 * docs/libs/tmpl/gstaudio.sgml:
5267 * docs/libs/tmpl/gstcolorbalance.sgml:
5268 * docs/libs/tmpl/gstmixer.sgml:
5269 * docs/libs/tmpl/gstringbuffer.sgml:
5270 * docs/libs/tmpl/gsttuner.sgml:
5271 * docs/libs/tmpl/gstxoverlay.sgml:
5272 * gst-libs/gst/audio/audio.c:
5273 * gst-libs/gst/audio/gstringbuffer.c:
5274 * gst-libs/gst/interfaces/colorbalance.c:
5275 * gst-libs/gst/interfaces/mixer.c:
5276 * gst-libs/gst/interfaces/tuner.c:
5277 * gst-libs/gst/interfaces/xoverlay.c:
5278 move last template doc snippets to source code and delete them
5280 2006-06-06 Michael Smith <msmith@fluendo.com>
5282 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5283 (theora_parse_drain_queue):
5284 Mark DELTA_UNIT on non-keyframes.
5286 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5288 * gst-libs/gst/audio/gstbaseaudiosink.c:
5289 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5290 * gst-libs/gst/audio/gstbaseaudiosink.h:
5291 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5292 (gst_ring_buffer_samples_done):
5293 * gst-libs/gst/audio/gstringbuffer.h:
5294 Document better the fact that latency_time and buffer_time are values
5295 stored in microseconds, and not the usual GStreamer nanoseconds.
5296 Change the variables (compatibly) that store them from GstClockTime
5297 to guint64 to make it more clear that they're not storing clock times.
5298 Also, remove the bogus property description that says the user can
5299 specify -1 to get the default value, since that's never been the case.
5301 When computing the default segment size for the ring buffer, make it
5302 an integer number of samples.
5304 When the sub-class indicates a delay greater than the number of
5305 samples we've written return 0 from the audio sink get_time method.
5307 2006-06-02 Michael Smith <msmith@fluendo.com>
5309 * tests/check/elements/audioconvert.c: (set_channel_positions),
5310 (get_float_mc_caps), (get_int_mc_caps):
5311 * tests/check/elements/audioresample.c:
5312 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5313 * tests/check/elements/videorate.c:
5314 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5315 * tests/check/elements/volume.c:
5316 * tests/check/elements/vorbisdec.c:
5317 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5318 Don't busy-wait in tests; this was causing test timeouts very
5319 frequently when running under valgrind.
5321 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5324 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5325 (gst_multi_fd_sink_remove_client_link),
5326 (gst_multi_fd_sink_client_queue_caps),
5327 (gst_multi_fd_sink_client_queue_buffer),
5328 (gst_multi_fd_sink_handle_client_write),
5329 (gst_multi_fd_sink_render):
5330 * gst/tcp/gstmultifdsink.h:
5331 make multifdsink properly deal with streamheader:
5332 - streamheader is taken from caps
5333 - buffers marked with IN_CAPS are not sent
5334 - streamheaders are sent, on connection, from the caps of the
5335 buffer where the client gets positioned to
5336 - further streamheader changes are done every time the client
5337 will receive a buffer with different caps
5338 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5339 (gst_multifdsink_create_streamheader):
5342 2006-06-02 Michael Smith <msmith@fluendo.com>
5344 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5345 Reinstate limit on channel count. Vorbis does not define the meaning
5346 of > 6 channels, so they're just independent channels. Gstreamer
5347 currently has no mechanism to represent N independent channels.
5349 2006-06-02 Michael Smith <msmith@fluendo.com>
5351 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5352 Don't arbitrarily restrict channel counts and rate in vorbis.
5353 In terms of effects likely on real-world files, this fixes 96kHz
5356 2006-06-02 Michael Smith <msmith@fluendo.com>
5358 * gst/audioconvert/audioconvert.c: (float):
5359 More correct float->int conversion.
5361 2006-06-02 Michael Smith <msmith@fluendo.com>
5363 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5364 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5365 value. Fixes g-critical on trying to play back ogg containing
5368 2006-06-02 Wim Taymans <wim@fluendo.com>
5370 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5372 * gst/playback/gstplaybasebin.h:
5373 Make the subtitle detection work from any thread so we don't
5374 deadlock. Fixes #343397.
5376 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5378 * gst/volume/Makefile.am:
5379 Seriously, it's not *that* hard to get compilation right. Even
5380 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5382 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5384 * gst/volume/gstvolume.c: (volume_choose_func),
5385 (volume_update_real_volume), (gst_volume_class_init),
5386 (gst_volume_init), (volume_process_float), (volume_process_int16),
5387 (volume_process_int16_clamp), (volume_set_caps),
5388 (volume_transform_ip), (plugin_init):
5389 * gst/volume/gstvolume.h:
5390 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5391 another property desc., remove unused param from process function
5393 * tests/check/elements/volume.c: (volume_suite):
5394 reactivate the passthrough test
5396 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5398 * ext/alsa/gstalsamixerelement.h:
5399 * ext/alsa/gstalsamixeroptions.h:
5400 * ext/alsa/gstalsamixertrack.h:
5401 * ext/gnomevfs/gstgnomevfssink.h:
5402 * ext/gnomevfs/gstgnomevfssrc.h:
5403 * ext/theora/gsttheoradec.h:
5404 * ext/theora/gsttheoraenc.h:
5405 * ext/theora/gsttheoraparse.h:
5406 * ext/vorbis/vorbisparse.h:
5407 * gst-libs/gst/audio/gstaudioclock.h:
5408 * gst-libs/gst/audio/gstaudiofilter.h:
5409 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5410 * gst/audioconvert/gstaudioconvert.h:
5411 * gst/audioresample/gstaudioresample.h:
5412 * gst/audiotestsrc/gstaudiotestsrc.h:
5413 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5414 * gst/playback/gststreamselector.h:
5415 * gst/tcp/gstmultifdsink.h:
5416 * gst/tcp/gsttcpclientsink.h:
5417 * gst/tcp/gsttcpclientsrc.h:
5418 * gst/tcp/gsttcpserversink.h:
5419 * gst/tcp/gsttcpserversrc.h:
5420 * gst/videorate/gstvideorate.h:
5421 * gst/videoscale/gstvideoscale.h:
5422 * gst/videotestsrc/gstvideotestsrc.h:
5423 * gst/volume/gstvolume.h:
5424 * sys/v4l/gstv4ljpegsrc.h:
5425 * sys/v4l/gstv4lmjpegsink.h:
5426 * sys/v4l/gstv4lmjpegsrc.h:
5427 * sys/v4l/gstv4lsrc.h:
5428 * sys/ximage/ximagesink.h:
5429 * sys/xvimage/xvimagesink.h:
5430 * tests/old/testsuite/alsa/sinesrc.h:
5431 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5433 2006-05-31 Wim Taymans <wim@fluendo.com>
5435 * ext/libvisual/visual.c: (gst_visual_reset),
5436 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5437 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5439 Use running time before doing QoS.
5442 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5444 * docs/libs/Makefile.am:
5445 set a magic variable to indicate we know the docs are incomplete
5447 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5449 * win32/common/libgstvideo.def:
5450 export gst_video_calculate_display_ratio
5451 * win32/vs6/libgstvideoscale.dsp:
5452 add link to libgstvideo-0.10.lib
5454 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5456 * gst/playback/gstplaybasebin.c: (gen_source_element):
5457 Throw a more comprehensible error for rtsp:// URIs (rather
5458 than erroring out with a negotiation error later on) until
5459 we fix playbin to handle rtspsrc etc.
5461 2006-05-30 Wim Taymans <wim@fluendo.com>
5463 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5464 (gst_text_overlay_text_event):
5467 2006-05-30 Wim Taymans <wim@fluendo.com>
5469 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5470 (gst_adder_request_new_pad), (gst_adder_release_pad):
5471 * gst/adder/gstadder.h:
5472 Implement release_request_pad.
5473 Make padcounter atomic.
5475 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5476 Added check for release_pad in adder.
5478 2006-05-30 Wim Taymans <wim@fluendo.com>
5480 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5483 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5485 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5486 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5487 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5488 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5489 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5490 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5491 (gst_ogg_demux_bisect_forward_serialno),
5492 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5493 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5495 clean up printf formats for granulepos and serialno
5497 2006-05-30 Michael Smith <msmith@fluendo.com>
5499 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5500 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5501 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5502 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5503 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5504 * ext/vorbis/vorbisenc.h:
5505 Multi-channel caps negotiation, so we can do proper multichannel
5506 vorbis encoding, negotiated through audioconvert.
5508 2006-05-30 Wim Taymans <wim@fluendo.com>
5510 * tests/check/elements/adder.c: (test_event_message_received),
5511 (test_play_twice_message_received), (GST_START_TEST),
5513 Added check to show that #339935 is fixed with ongoing
5514 adder and collectpads fixes.
5516 2006-05-29 Wim Taymans <wim@fluendo.com>
5518 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5519 Don't leak pad name.
5521 2006-05-29 Wim Taymans <wim@fluendo.com>
5523 * gst/adder/gstadder.c: (gst_adder_query_duration),
5524 (forward_event_func), (forward_event), (gst_adder_src_event):
5526 Make query/seeking code threadsafe.
5528 * tests/check/Makefile.am:
5529 * tests/check/elements/adder.c: (test_event_message_received),
5530 (GST_START_TEST), (test_play_twice_message_received):
5531 Fix adder test case.
5533 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5535 Patch by: Young-Ho Cha <ganadist at chollian net>
5537 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5538 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5539 (set_encoding_element), (decodebin_element_added_cb),
5540 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5541 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5542 * gst/playback/gstplaybasebin.h:
5543 Add 'subtitle-encoding' property to playbin, so applications can
5544 force a subtitle encoding for non-UTF8 subtitles (#342268).
5546 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5547 (gst_sub_parse_set_property):
5548 Rename recently-added 'encoding' property to 'subtitle-encoding'
5549 (so it can be proxied by playbin/decodebin in a generic way
5550 with less danger of false positives).
5552 2006-05-29 Michael Smith <msmith@fluendo.com>
5554 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5555 (append_with_other_format), (set_structure_widths),
5556 (gst_audio_convert_transform_caps):
5557 Patch from #341562: give more specific audio caps in get_caps, so
5558 that basetransform can make better decisions on what caps to
5561 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5563 * tests/check/elements/volume.c:
5564 make it compile again
5566 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5568 * tests/check/elements/volume.c: (volume_suite):
5569 disable test until #343196 gets resolved
5571 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5573 * gst/adder/gstadder.c: (gst_adder_get_type):
5574 Make it easier to copy&paste
5576 * gst/volume/Makefile.am:
5577 * gst/volume/gstvolume.c: (volume_update_real_volume),
5578 (gst_volume_set_volume), (gst_volume_set_mute),
5579 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5580 (volume_transform_ip), (volume_update_mute),
5581 (volume_update_volume):
5582 * gst/volume/gstvolume.h:
5583 Add own debug category, move duplicate code to helper function, fix
5584 property texts, add more comments and prepare ffor liboil-goodness
5586 * tests/check/Makefile.am:
5587 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5588 add test for mute and passtrough case, be a bit more verbose to track
5591 * tests/check/generic/states.c: (GST_START_TEST):
5592 catch elements that fail to instantiate
5594 2006-05-28 Edward Hervey <edward@fluendo.com>
5596 * tests/check/pipelines/simple-launch-lines.c:
5597 * tests/check/pipelines/theoraenc.c:
5598 * tests/check/pipelines/vorbisenc.c:
5599 Comment out tests using parse_launch() if core was built without
5600 parsing capabilities.
5602 2006-05-27 Edward Hervey <edward@fluendo.com>
5604 * tests/check/Makefile.am:
5605 Extra bonus points for whoever explains to ensonic that you are meant
5606 to test unit tests thoroughly before commiting them, especially if
5607 you know it's going to break.
5608 De-activated element/adder tests.
5610 2006-05-27 Edward Hervey <edward@fluendo.com>
5612 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5613 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5614 Marking caps conversion issues as GST_WARNING is way too verbose,
5615 Moving them to GST_LOG.
5617 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5620 Replace current README (containing the release notes from
5621 some 0.9.x version) with a proper README taken from the core.
5623 2006-05-26 Wim Taymans <wim@fluendo.com>
5625 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5626 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5627 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5628 (vorbis_dec_change_state):
5631 Clip output samples to segment boundaries.
5633 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5635 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5636 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5637 Improve the errors produced on bad output, including some human
5638 readable description strings.
5639 Handle the (theoretical for ximagesink) case where the XServer
5640 has a different idea about the size required for a particular
5641 frame and gives us too small a memory allocation.
5643 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5645 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5646 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5647 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5648 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5649 Improve the errors produced on bad output, including some human
5650 readable description strings.
5651 Handle RGB Xv formats properly by transforming them into our
5652 big-endian caps description.
5653 Use gst_caps_truncate to ensure that we never try and choose a
5654 non-fixed caps in buffer_alloc.
5655 Handle the case where the XServer has a different idea about the size
5656 required for a particular frame and gives us too small a memory
5658 Use -1 to indicate 'no image format', because 0 is a valid XServer
5659 image format number.
5660 Put RGB Xv formats at the end of the caps, so that we always prefer
5662 Iterate the available Xv Encodings to determine the maximum width and
5663 height, and then return that in our caps.
5664 (Closes #315312, #337544)
5666 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5668 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5669 When there is only one unfinished pad and it receives an event that
5670 doesn't match our requirements, we need to set alldone=FALSE so that
5671 the fakesink is not removed yet.
5673 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5675 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5676 Use gst_type_find_helper_for_buffer() to find the type
5677 of stream from the first packet.
5680 Bump requirements to core CVS (needed for vorbis
5681 typefinding to work).
5683 2006-05-24 Edward Hervey <edward@fluendo.com>
5685 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5686 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5687 contain. Else they play perfectly fine with qtdemux.
5689 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5691 * ext/theora/theoradec.c:
5692 * ext/theora/theoraenc.c:
5693 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5694 * gst/audiorate/gstaudiorate.c:
5695 make more debug catagories static
5697 * tests/check/Makefile.am:
5698 * tests/check/elements/adder.c: (message_received),
5699 (test_event_message_received), (GST_START_TEST),
5700 (test_play_twice_message_received), (adder_suite):
5701 added test case for using element twice, extra bonus points for anyone
5702 who can make these test run reliably
5704 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5706 * ext/theora/theoradec.c: (theora_dec_chain):
5707 Make work with time-stamped input buffers that do not
5708 have a granulepos in BUFFER_OFFSET_END (like theora
5709 buffers coming from matroskademux). Fixes #342448.
5711 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5713 Patch by: Peter Kjellerstedt <pkj at axis com>
5715 * gst/tcp/Makefile.am:
5716 fdstresstest doesn't need Gtk+, fix compilation if
5717 gtk is not available (#342566).
5719 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5721 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5723 Removed redundant floor()
5725 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5727 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5728 On second thought, just skip JUNK chunks automatically, so
5729 the caller doesn't have to handle this. Fixes #342345.
5730 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5733 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5735 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5736 Don't bail out on JUNK chunks with a size of 0 (would try to
5737 pull_range 0 bytes before, which sources don't like too much).
5740 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5742 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5743 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5744 Use the gstutil scaling function to preserve 64 bits while calculating
5745 output width and height from the display-aspect-ratio. (A continuation
5748 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5750 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5751 (gst_xvimagesink_buffer_alloc):
5752 * sys/xvimage/xvimagesink.h:
5753 When performing buffer allocations, remember the caps and image format
5754 we return so that if the same caps are asked for next time we can
5755 return them immediately without doing any caps intersections.
5757 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5759 * gst-libs/gst/rtp/README:
5760 Some new documentation
5761 * gst-libs/gst/rtp/gstrtpbuffer.h:
5762 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5763 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5764 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5765 New RTP audio base payloader class. Supports frame or sample based
5766 codecs. Not enabled in Makefile.am until approved.
5768 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5770 * tests/check/elements/alsa.c: (test_device_property_probe):
5771 Fix test case: don't try to free NULL GValueArray when there
5774 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5776 * tests/check/Makefile.am:
5777 * tests/check/elements/alsa.c: (test_device_property_probe),
5778 (alsa_suite), (main):
5779 Add simple test that runs a device property probe on alsasrc,
5780 alsasink and alsamixer. Disable valgrind check for now (too
5781 many leaks in libasound, and valgrind ignored my suppressions
5784 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5786 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5787 (gst_alsa_device_property_probe_probe_property),
5788 (gst_alsa_device_property_probe_needs_probe),
5789 (gst_alsa_device_property_probe_get_values),
5790 (gst_alsa_type_add_device_property_probe_interface):
5791 * ext/alsa/gstalsadeviceprobe.h:
5792 * ext/alsa/gstalsamixerelement.c:
5793 (gst_alsa_mixer_element_init_interfaces):
5794 * ext/alsa/gstalsamixerelement.h:
5795 Clean up and simplify alsa device probing. Make it actually work
5796 for multiple classes. Don't cache results any longer.
5798 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5799 (gst_alsasink_init):
5800 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5801 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5802 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5803 Make alsasink and alsasrc implement the GstPropertyProbe interface
5804 for device probing (#342181).
5805 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5807 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5809 * gst/subparse/samiparse.c: (handle_start_font):
5810 Don't ignore return value of strtol (++compiler_happiness).
5812 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5814 Patch by: Young-Ho Cha <ganadist chollian net>
5816 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5817 (gst_sub_parse_class_init), (gst_sub_parse_init),
5818 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5820 * gst/subparse/gstsubparse.h:
5821 Add 'encoding' property (#341681).
5823 * gst/subparse/samiparse.c: (characters_sami):
5824 Output is pango markup, so we need to escape text
5825 between tags (#342143).
5827 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5829 * gst-libs/gst/audio/multichannel.c:
5830 (gst_audio_check_channel_positions):
5831 It's okay to have caps with channels=1 and a channel position
5832 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5833 (deinterleavers might want to keep the position in the caps,
5834 so that they can be re-interleaved again properly later).
5835 Leave check for unexpected 2-channel layouts intact for now.
5837 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5839 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5840 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5841 basesrc can do its job correctly.
5843 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5845 * ext/alsa/Makefile.am:
5846 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5847 (gst_alsa_detect_formats), (get_channel_free_structure),
5848 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5849 (gst_alsa_probe_supported_formats):
5850 * ext/alsa/gstalsa.h:
5851 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5852 Refactor and improve caps probing code: probe signedness
5853 when we probe the supported formats/widths; set endianness
5854 to the one we actually probed for (ie. cpu endianness).
5856 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5857 (gst_alsasrc_close):
5858 * ext/alsa/gstalsasrc.h:
5859 Implement caps probing for alsasrc.
5861 2006-05-15 Wim Taymans <wim@fluendo.com>
5863 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5864 (theora_dec_src_query), (theora_dec_src_event),
5865 (theora_dec_sink_event), (theora_handle_comment_packet),
5866 (theora_handle_data_packet), (theora_dec_change_state):
5867 Cleanups, add some G_LIKELY.
5868 Use segment helpers instead of our own wrong code.
5869 Clear queued buffers on seek and READY.
5871 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5872 (vorbis_dec_convert), (vorbis_dec_src_query),
5873 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5874 (vorbis_handle_comment_packet), (vorbis_dec_push),
5875 (vorbis_handle_data_packet), (vorbis_dec_chain),
5876 (vorbis_dec_change_state):
5877 * ext/vorbis/vorbisdec.h:
5878 Remove old useless packetno variable.
5879 Do position query properly.
5881 Do cleanup of queued buffers in new helper function
5884 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5886 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5887 Query supported sample rates. Fixes #341732.
5889 2006-05-15 Julien MOUTTE <julien@moutte.net>
5891 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5892 (gst_decode_bin_change_state): Make decodebin reusable
5893 when going from PAUSE_TO_READY and then back to PAUSED.
5896 2006-05-15 Wim Taymans <wim@fluendo.com>
5898 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5899 (vorbis_dec_convert), (vorbis_dec_src_query),
5900 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5901 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5902 (vorbis_dec_clean_queued), (vorbis_dec_push),
5903 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5904 Cleanups. Use refcounting and DEBUG_OBJECT.
5905 Reset segment on flush, use code methods instead of our
5907 Fix potential memleak.
5909 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5911 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5912 (gst_alsasink_init):
5913 * ext/alsa/gstalsasink.h:
5914 Don't leak allocated snd_output_t structure if there's
5915 more than one alsasink instance at a time (#341873).
5916 Also fix GObject macros in header file.
5918 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5920 * gst/subparse/gstsubparse.c:
5921 (gst_sub_parse_data_format_autodetect):
5922 Don't use libxml functions in the typefinding code.
5924 2006-05-15 Wim Taymans <wim@fluendo.com>
5926 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5927 Fix seeking performance in the case where a non-header
5928 packet has a 0 granulepos (busted theora case).
5930 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5931 the first place, you limelight stealer you)
5933 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5935 * gst/subparse/gstsubparse.c:
5936 (gst_sub_parse_data_format_autodetect):
5937 Improve SAMI typefinding: handle case where there are
5938 whitespaces or newlines in front of the first <SAMI>
5941 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5944 Build video4linux plugin even if there's no XVIDEO, just
5945 without implementing the GstXOverlay interface (#334002).
5947 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5950 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5952 Add tentative support for libvisual-0.4 (#336881).
5954 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5956 Patch by: Young-Ho Cha <ganadist at chollian net>
5958 * gst/subparse/samiparse.c: (handle_start_font):
5959 Need to map "silver" colour explicitly (#169936).
5961 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5963 Patch by: Young-Ho Cha <ganadist at chollian net>
5965 * gst/subparse/Makefile.am:
5966 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5967 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5968 (gst_sub_parse_format_autodetect), (feed_textbuf),
5969 (gst_subparse_type_find), (plugin_init):
5970 * gst/subparse/gstsubparse.h:
5971 * gst/subparse/samiparse.c:
5972 * gst/subparse/samiparse.h:
5973 Add support for SAMI subtitles (#169936).
5975 2006-05-14 Michael Smith <msmith@fluendo.com>
5977 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5978 Fix #341696: crash when mixing L+R+C to mono or stereo.
5979 * tests/check/Makefile.am:
5980 * tests/check/elements/audioconvert.c: (set_channel_positions),
5981 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5982 (audioconvert_suite):
5983 Add test for the above, including some generic framework bits for
5984 testing multichannel things.
5986 === release 0.10.7 ===
5988 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5991 releasing 0.10.7, "Leave the gun"
5993 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5995 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5999 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
6001 * docs/libs/gst-plugins-base-libs-docs.sgml:
6002 * docs/libs/gst-plugins-base-libs-sections.txt:
6003 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6004 * gst-libs/gst/video/video.h:
6005 * gst/videoscale/Makefile.am:
6006 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6007 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6008 * tests/check/Makefile.am:
6009 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6011 Fix integer overflow problem with pixel-aspect-ratio calculations
6012 in videoscale and xvimagesink (#341542)
6014 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
6016 * gst-libs/gst/tag/gstid3tag.c:
6017 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6019 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
6022 update win32 files listing
6024 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6026 patch by: Sjoerd Simons (sjoerd@luon.net)
6028 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6029 (group_create), (group_destroy), (add_stream),
6030 (gst_play_base_bin_get_property),
6031 (gst_play_base_bin_get_streaminfo_value_array):
6032 * gst/playback/gstplaybasebin.h:
6033 API: GstPlayBaseBin::stream-info-value-array property
6034 use a more bindings-friendly way of exposing streaminfo
6035 using a GValueArray. Tested in ipython.
6038 2006-05-11 Wim Taymans <wim@fluendo.com>
6040 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6041 (queue_underrun_cb), (queue_filled_cb):
6042 Also catch queue underruns but don't do anything yet.
6043 Refactor and comment queue enlarging code a bit.
6045 * gst/playback/gstplaybasebin.c: (queue_overrun),
6046 (queue_threshold_reached), (queue_out_of_data),
6047 (gen_preroll_element):
6048 If a queue over/underruns check that we don't create nasty
6049 deadlocks when the min-threshold is not reached but the
6050 max-bytes is. In those cases disable max-bytes when we
6051 know that the queue is fed timed data.
6054 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6056 * gst/playback/gstplaybin.c: (gen_audio_element):
6057 Make playbin automatically plug an 'audioresample'
6058 element before the audio sink as well. This solves
6059 problems with sinks that only accept a very specific
6060 sample rate, like esdsink (e.g. #340379).
6062 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6064 * gst/playback/gstplaybasebin.c: (gen_source_element):
6065 Make http sources send special headers so that we receive
6066 icecast metadata if the http stream is an icecast stream
6067 (otherwise the server will just ignore them). This also
6068 means that from now on users will need the 'icydemux'
6069 element from gst-plugins-good installed if they want to
6070 listen to icecast radio streams. (#341432, #333657).
6072 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6074 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6075 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6076 remove stupid example from docs - it should come with a simple
6079 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6080 (fail_if_can_read), (GST_START_TEST),
6081 (gst_multifdsink_create_streamheader), (multifdsink_suite):
6082 add a test for changing streamheader which exposes a bug in
6085 2006-05-11 Michael Smith <msmith@fluendo.com>
6087 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6088 (gst_gnome_vfs_src_received_headers_callback):
6089 * ext/gnomevfs/gstgnomevfssrc.h:
6090 Don't set icy-caps unless we have a sane interval value. Move
6091 interval to a local variable; we never use it outside this function.
6093 2006-05-11 Wim Taymans <wim@fluendo.com>
6095 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6096 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6097 Register special buffer types along with the objects so
6098 that they are not registered at runtime from N different
6099 streaming threads since they are not threadsafe.
6101 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6103 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6104 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6105 add two more tests, one doing streamheader
6107 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6109 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6110 clean up the bufqueue when shutting down
6111 * tests/check/Makefile.am:
6112 * tests/check/elements/multifdsink.c: (setup_multifdsink),
6113 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6115 add a test for the leak that was just fixed
6117 2006-05-10 Wim Taymans <wim@fluendo.com>
6119 * gst/adder/gstadder.c: (gst_adder_setcaps),
6120 (gst_adder_query_duration), (gst_adder_query), (forward_event),
6121 (gst_adder_src_event), (gst_adder_sink_event),
6122 (gst_adder_class_init), (gst_adder_finalize),
6123 (gst_adder_request_new_pad), (gst_adder_collected):
6124 * gst/adder/gstadder.h:
6125 Updated some docs. Added comments and FIXMEs all over the place.
6126 Improve debugging info.
6127 Fix leak on finalize by not calling the parent.
6128 Implement duration query.
6129 Make event forwarding threadsafe.
6130 Correctly send NEWSEGMENT at start and after flush.
6131 Handle EOS correctly.
6132 Post error when not negotiated.
6134 * tests/check/elements/adder.c: (GST_START_TEST):
6135 Added FIXME in the test.
6137 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6139 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6140 (gst_text_overlay_halign_get_type),
6141 (gst_text_overlay_wrap_mode_get_type):
6142 * ext/theora/theoradec.c: (theora_handle_type_packet),
6143 (theora_handle_data_packet):
6144 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6145 (theora_enc_sink_setcaps), (theora_enc_chain):
6146 * gst-libs/gst/cdda/gstcddabasesrc.c:
6147 (gst_cdda_base_src_mode_get_type):
6148 * gst/audiotestsrc/gstaudiotestsrc.c:
6149 (gst_audiostestsrc_wave_get_type):
6150 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6151 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6152 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6153 (gst_sync_method_get_type), (gst_unit_type_get_type),
6154 (gst_client_status_get_type):
6155 * gst/videoscale/gstvideoscale.c:
6156 (gst_video_scale_method_get_type):
6157 * gst/videotestsrc/gstvideotestsrc.c:
6158 (gst_video_test_src_pattern_get_type):
6159 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6160 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6161 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6162 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6163 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6164 (paint_setup_RGB565), (paint_setup_xRGB1555):
6165 Const-ify GEnumValue and GFlagsValue arrays. Use
6166 GST_ROUND_UP_* macros instead of home-made ones.
6168 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6171 Require core CVS for the new newsegment stuff.
6173 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6175 Patch by: Sjoerd Simons <sjoerd at luon net>
6177 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6178 Register nick for enum value (#341160).
6180 2006-05-09 Stefan Kost <ensonic@users.sf.net>
6182 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6184 backout typefind patch #340375
6186 * tests/check/elements/adder.c: (message_received),
6187 (GST_START_TEST), (adder_suite):
6188 redo, signal-handling of test
6190 2006-05-09 Wim Taymans <wim@fluendo.com>
6192 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6193 (gst_adder_collected):
6194 * gst/adder/gstadder.h:
6195 Remove bogus segment merging and forwarding, we don't
6196 care about timestamps anyway and we just produce a
6198 Also create a nice NEWSEGMENT event when we start.
6199 Use _scale_int some more.
6201 2006-05-09 Edward Hervey <edward@fluendo.com>
6203 * tests/icles/stress-xoverlay.c:
6204 Fix if core was built without parsing support.
6206 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6208 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6209 Add SEDG (Samsung MPEG-4) fourcc.
6211 2006-05-09 Edward Hervey <edward@fluendo.com>
6213 * tests/icles/stress-xoverlay.c:
6214 * tests/examples/volume/volume.c:
6215 Fix if core was built without parsing support.
6217 * tests/examples/seek/seek.c:
6218 Disable the parse_launch example if core was built without parsing
6221 2006-05-08 Edward Hervey <edward@fluendo.com>
6223 * autogen.sh: (CONFIGURE_DEF_OPT):
6224 libtoolize on Darwin/MacOSX is called glibtoolize
6226 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6228 * tests/check/Makefile.am:
6229 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6230 Disable the adder test, until the build-slaves posses the kindness to
6231 either like it or to give valid reason for not doing so
6233 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6235 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6237 Shuffle NULL state change around and raise timeout more
6239 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6241 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6242 (mp4_type_find), (plugin_init):
6243 Add typefind to distinguish between "audio/x-m4a" and new type
6244 "video/mp4". Fixes #340375
6246 * tests/check/elements/adder.c: (adder_suite):
6247 Raise timeout to make buildbot happy
6249 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6251 * gst/adder/gstadder.c: (gst_adder_sink_event),
6252 (gst_adder_request_new_pad), (gst_adder_change_state):
6253 * gst/adder/gstadder.h:
6254 * tests/check/Makefile.am:
6255 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6256 (adder_suite), (main):
6257 Add sink-event handling to adder. It tries to merge incomming
6258 newsegment-events. Added test to check if segment_done is comming
6259 through. Fixes #340060
6261 2006-05-05 Andy Wingo <wingo@pobox.com>
6263 * ext/theora/theoraparse.c (gst_theora_parse_init)
6264 (theora_parse_src_convert, theora_parse_src_query):
6265 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6266 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6267 query functions on the source pads of the theora and vorbis parse
6268 elements. Fixes position querying when doing a remux.
6270 2006-05-05 Michael Smith <msmith@fluendo.com>
6272 * ext/theora/theoraparse.c: (parse_granulepos),
6273 (theora_parse_drain_queue_prematurely),
6274 (theora_parse_queue_buffer), (theora_parse_sink_event):
6276 Fix invalid granulepos outputs when starting with a non-keyframe.
6278 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6280 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6281 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6282 Rearrange MPEG system stream detection, fixing some memleaks in the
6284 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6285 they clean up their data correctly.
6286 Remove unused ogganx caps and move the 'is_annodex' check to inside
6287 the 'is_ogg' if statement.
6289 2006-05-05 Wim Taymans <wim@fluendo.com>
6291 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6292 Properly remove ghostpads. Fixes #340392
6294 2006-05-04 David Schleef <ds@schleef.org>
6296 * gst/typefind/gsttypefindfunctions.c:
6298 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6300 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6301 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6303 When typefinding an MP3 in push-based mode, don't penalise the
6304 probability down to 74% when we found 5 valid frames just because we
6305 can't peek the end of the file.
6307 Make the probability for detecting MPEG Transport Streams based on the
6308 number of sequential headers we successfully detected.
6310 2006-05-03 Wim Taymans <wim@fluendo.com>
6312 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6313 (vorbis_dec_push), (vorbis_dec_chain):
6314 Still produce an error when we receive an empty packet.
6316 2006-05-03 Wim Taymans <wim@fluendo.com>
6318 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6319 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6320 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6321 Mark buffers with DISCONT after seek and after activating new
6324 * ext/theora/gsttheoradec.h:
6325 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6326 (theora_get_query_types), (theora_dec_sink_event),
6327 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6328 (theora_dec_change_state):
6330 Detect and mark DISCONT buffers.
6332 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6333 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6334 (vorbis_dec_change_state):
6335 * ext/vorbis/vorbisdec.h:
6337 Detect and mark DISCONT buffers.
6338 Don't crash on 0 sized buffers.
6340 2006-05-03 Wim Taymans <wim@fluendo.com>
6342 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6343 (volume_transform_ip):
6344 Increase "volume" property to 10.0. Fixes #340369.
6345 Set the process function to NULL when capsnego fails so that
6346 we properly error out.
6348 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6350 * gst/playback/gstplaybin.c: (add_sink):
6351 * gst/playback/test.c: (main):
6352 * gst/playback/test5.c: (dump_element_stats):
6353 * gst/playback/test6.c: (main):
6354 free caps using gst_caps_unref, don't leak caps-strings
6356 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6358 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6360 Refine musepack typefinding a bit. Return MAXIMUM
6361 probability when we detect stream version 7 to make
6362 sure the mpeg audio typefinder doesn't trump us.
6364 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6366 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6367 Protect against unexpected NULL strf_data buffer.
6369 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6371 * tests/check/elements/audioconvert.c: (verify_convert),
6373 interpret the out[] buffer in the order the bytes are actually
6374 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6375 Other tests should use BYTE_ORDER since the array is filled in
6378 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6380 * tests/check/elements/audioconvert.c: (verify_convert),
6382 when a test fails, give an indication of which it is
6384 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6386 * gst-libs/gst/cdda/gstcddabasesrc.c:
6387 compile fix; strtol() needs <stdlib.h>
6389 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6391 * ext/alsa/gstalsamixerelement.c:
6392 * ext/alsa/gstalsasrc.c:
6393 * ext/cdparanoia/gstcdparanoiasrc.c:
6394 * ext/gnomevfs/gstgnomevfssink.c:
6395 * ext/gnomevfs/gstgnomevfssrc.c:
6396 * ext/ogg/gstoggdemux.c:
6397 * ext/ogg/gstoggmux.c:
6398 * ext/ogg/gstoggparse.c:
6399 * ext/ogg/gstogmparse.c:
6400 * ext/pango/gstclockoverlay.c:
6401 * ext/pango/gsttextoverlay.c:
6402 * ext/pango/gsttextrender.c:
6403 * ext/pango/gsttimeoverlay.c:
6404 * ext/theora/theoradec.c:
6405 * ext/theora/theoraenc.c:
6406 * ext/vorbis/vorbisdec.c:
6407 * ext/vorbis/vorbisenc.c:
6408 * gst-libs/gst/audio/gstaudiofilter.c:
6409 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6410 * gst/audioconvert/gstaudioconvert.c:
6411 * gst/audiorate/gstaudiorate.c:
6412 * gst/audioresample/gstaudioresample.c:
6413 * gst/audiotestsrc/gstaudiotestsrc.c:
6414 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6415 * gst/playback/gstdecodebin.c:
6416 * gst/playback/gstplaybin.c:
6417 * gst/playback/gststreamselector.c:
6418 * gst/subparse/gstsubparse.c:
6419 * gst/tcp/gstmultifdsink.c:
6420 * gst/tcp/gsttcpclientsink.c:
6421 * gst/tcp/gsttcpclientsrc.c:
6422 * gst/tcp/gsttcpserversink.c:
6423 * gst/tcp/gsttcpserversrc.c:
6424 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6425 * gst/videorate/gstvideorate.c:
6426 * gst/videoscale/gstvideoscale.c:
6427 * gst/videotestsrc/gstvideotestsrc.c:
6428 * gst/volume/gstvolume.c:
6429 * sys/v4l/gstv4ljpegsrc.c:
6430 * sys/v4l/gstv4lmjpegsink.c:
6431 * sys/v4l/gstv4lmjpegsrc.c:
6432 * sys/v4l/gstv4lsrc.c:
6433 * sys/ximage/ximagesink.c:
6434 * sys/xvimage/xvimagesink.c:
6435 * tests/check/libs/cddabasesrc.c:
6436 make GstElementDetails const
6438 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6440 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6442 send events from src-pad to all sink-pads fixes #338657
6444 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6446 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6447 (alsasink_parse_spec):
6448 query width capabilities from alsa, fixes #338919
6450 2006-04-28 Wim Taymans <wim@fluendo.com>
6452 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6453 (gst_multi_fd_sink_remove_client_link):
6454 * gst/tcp/gstmultifdsink.h:
6455 Fix race condition in multifdsink that can lead to spurious
6456 duplicate clients. this patch adds a new signal that is fired when
6457 multifdsink has removed all references to the fd.
6459 Updated documentation.
6460 API: client-fd-removed signal added
6462 2006-04-28 Michael Smith <msmith@fluendo.com>
6464 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6465 When asking g_value_array_new to prealloc elements, we may as well
6466 ask for the right number of elements.
6468 2006-04-28 Wim Taymans <wim@fluendo.com>
6470 * gst-libs/gst/audio/gstbaseaudiosink.c:
6471 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6472 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6473 patch to make timestamp checking more tollerant to rounding
6474 errors given that real discontinuities are to be marked on
6475 buffers. Fixes some asf files and #338778.
6476 Also avoid some crashers when we receive an event in the
6479 2006-04-28 Michael Smith <msmith@fluendo.com>
6481 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6482 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6483 (gst_gnome_vfs_src_get_property),
6484 (gst_gnome_vfs_src_send_additional_headers_callback),
6485 (gst_gnome_vfs_src_received_headers_callback),
6486 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6487 (gst_gnome_vfs_src_stop):
6488 * ext/gnomevfs/gstgnomevfssrc.h:
6489 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6490 proper shared support within icydemux.
6492 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6494 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6495 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6497 fix a leak when no caps negotiated
6498 fix counting of input frames
6499 * tests/check/elements/.cvsignore:
6500 * tests/check/elements/videorate.c: (assert_videorate_stats),
6501 (GST_START_TEST), (videorate_suite):
6504 2006-04-28 Wim Taymans <wim@fluendo.com>
6506 * gst-libs/gst/audio/gstringbuffer.c:
6507 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6508 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6509 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6510 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6511 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6512 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6513 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6514 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6515 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6516 Check arguments passed to public functions instead of
6519 2006-04-28 Wim Taymans <wim@fluendo.com>
6521 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6522 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6523 GstBaseAudioSrc must be live or it does not work.
6525 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6526 Don't set live to TRUE as this is the default in the parentclass.
6528 2006-04-28 Wim Taymans <wim@fluendo.com>
6530 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6531 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6532 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6533 fixation cases better. Fixes #338991
6535 2006-04-28 Wim Taymans <wim@fluendo.com>
6537 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6538 Handle 0/1 framerate correctly Fixes #331901.
6540 2006-04-28 Wim Taymans <wim@fluendo.com>
6542 * tests/check/elements/audioconvert.c: (get_float_caps),
6543 (GST_START_TEST), (audioconvert_suite):
6544 Added check for correct clipping when doing float samples
6547 2006-04-28 Wim Taymans <wim@fluendo.com>
6549 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6550 (gst_video_rate_chain):
6551 Print more debugging info.
6553 2006-04-28 Wim Taymans <wim@fluendo.com>
6555 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6556 (resample_set_state_from_caps):
6557 Add support for other formats audioresample can handle such as
6558 32 bits in and float and 64 bits float. Fixes #301759
6560 2006-04-28 Wim Taymans <wim@fluendo.com>
6562 * gst/audioconvert/audioconvert.c: (float):
6563 correctly clip float samples > 1.0. Fixes #338718
6565 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6567 Patch by: Young-Ho Cha <ganadist at chollian net>
6569 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6570 (gst_text_overlay_render_text):
6571 Don't strip newlines from the text. Also, center lines
6572 within multi-line paragraphs (#339405).
6574 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6576 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6577 Fix wavpack typefinding to work in more cases (don't peek
6578 for chunks of multiple hundred kBs at once, but process
6579 things step-by-step in smaller units). Fixes #339786.
6581 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6586 === release 0.10.6 ===
6588 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6591 releasing 0.10.6, "Chao"
6593 2006-04-26 David Schleef <ds@schleef.org>
6595 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6598 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6601 * win32/common/config.h:
6604 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6606 patch by: Wim Taymans
6608 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6609 (gst_ogg_demux_perform_seek):
6610 make sure correct newsegments are sent, so that the decoder
6611 and the demuxer agree on timestamps. Fixes playback of a lot
6612 of Ogg files that do not start from 0. Fixes #339833.
6614 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6616 Patch by: Edward Hervey <edward@fluendo.com>
6618 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6619 * tests/check/Makefile.am:
6620 * tests/check/elements/videorate.c: (assert_videorate_stats),
6621 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6622 (videorate_suite), (main):
6623 Fix an infinite loop if frames are passed in with wrongly ordered
6624 timestamps. Fixes #339013.
6626 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6628 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6630 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6631 fix typefinding on some ISO files. Fixes #339212.
6633 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6635 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6637 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6638 add another H264 fourcc. Fixes #339047.
6640 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6642 Patch by: Jan Schmidt
6644 * gst/playback/gststreamselector.c:
6645 (gst_stream_selector_bufferalloc):
6646 Restore old StreamSelector behaviour.
6649 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6652 * win32/common/config.h:
6655 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6657 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6659 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6660 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6661 Fix some memory leaks: on finalize, free buffers left in the queue
6662 before destroying the queue; in _push(), unref rtp_buf even if
6663 the process vfunc returned a NULL buffer as output buffer (#337548);
6664 demote some recuring debug messages to LOG level.
6666 2006-04-11 Wim Taymans <wim@fluendo.com>
6668 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6669 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6670 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6671 (gst_ogg_demux_loop):
6673 Respect segment stop when emiting EOS or SEGMENT_DONE.
6676 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6678 * gst/playback/gststreamselector.c:
6679 (gst_stream_selector_get_property):
6680 Don't leak pad name.
6682 2006-04-10 Michael Smith <msmith@fluendo.com>
6684 * tests/check/Makefile.am:
6685 * tests/check/gst-plugins-base.supp:
6686 Suppress an old libtheora bug (fixed in more recent versions), so
6687 that FC4 buildslaves can pass.
6689 2006-04-10 Wim Taymans <wim@fluendo.com>
6691 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6692 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6693 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6694 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6695 (gst_ogg_demux_loop):
6697 Remember what error we got when finding chains, if we
6698 were shutdown, that would not be an error.
6700 2006-04-10 Wim Taymans <wim@fluendo.com>
6702 * gst-libs/gst/audio/gstbaseaudiosink.c:
6703 (gst_base_audio_sink_event):
6704 Starting the ringbuffer when we did not acquire it can cause
6705 a deadlock, is pointless and causes nasty things for
6707 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6709 2006-04-10 Wim Taymans <wim@fluendo.com>
6711 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6712 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6713 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6714 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6715 (gst_ogg_demux_deactivate_current_chain),
6716 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6717 (gst_ogg_demux_bisect_forward_serialno),
6718 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6719 Add some more debugging.
6721 2006-04-10 Wim Taymans <wim@fluendo.com>
6723 * ext/theora/theoradec.c: (theora_dec_src_event),
6724 (theora_handle_data_packet):
6725 Some more debug info.
6727 * tests/examples/seek/seek.c: (start_seek), (main):
6728 Print element messages too.
6730 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6732 * gst/audioresample/debug.h:
6733 replace debug macros with variable number of parameters
6734 by a simple alias to gstreamer standard debug macros
6735 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6736 supported by MSVC 6.0 and 7.1)
6737 * gst/audioresample/resample.h:
6738 define M_PI and rint for WIN32
6739 * win32/common/libgstaudio.def:
6740 * win32/common/libgstriff.def:
6741 * win32/common/libgsttag.def:
6742 * win32/common/libgstvideo.def:
6743 add new exported functions
6745 update project files
6747 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6749 * ext/alsa/gstalsamixeroptions.c:
6750 (gst_alsa_mixer_options_class_init):
6751 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6752 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6753 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6754 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6755 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6756 * gst-libs/gst/audio/gstaudiofilter.c:
6757 (gst_audio_filter_class_init):
6758 * gst-libs/gst/audio/gstaudiosink.c:
6759 (gst_audioringbuffer_class_init):
6760 * gst-libs/gst/audio/gstaudiosrc.c:
6761 (gst_audioringbuffer_class_init):
6762 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6763 * gst-libs/gst/interfaces/colorbalancechannel.c:
6764 (gst_color_balance_channel_class_init):
6765 * gst-libs/gst/interfaces/mixeroptions.c:
6766 (gst_mixer_options_class_init):
6767 * gst-libs/gst/interfaces/mixertrack.c:
6768 (gst_mixer_track_class_init):
6769 * gst-libs/gst/interfaces/tunerchannel.c:
6770 (gst_tuner_channel_class_init):
6771 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6772 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6773 (gst_netbuffer_class_init):
6774 * gst-libs/gst/rtp/gstbasertppayload.c:
6775 (gst_basertppayload_class_init):
6776 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6777 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6778 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6779 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6780 * gst/playback/gststreamselector.c:
6781 (gst_stream_selector_class_init):
6782 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6783 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6784 * sys/v4l/gstv4lcolorbalance.c:
6785 (gst_v4l_color_balance_channel_class_init):
6786 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6787 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6788 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6789 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6790 (gst_v4l_tuner_norm_class_init):
6791 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6793 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6794 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6796 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6798 * ext/pango/gsttextrender.h:
6799 * gst-libs/gst/audio/gstaudiosink.h:
6800 * gst-libs/gst/audio/gstaudiosrc.h:
6801 * gst-libs/gst/audio/gstbaseaudiosink.h:
6802 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6803 * gst-libs/gst/audio/gstringbuffer.h:
6804 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6805 * gst-libs/gst/rtp/gstbasertppayload.h:
6806 * gst-libs/gst/video/gstvideofilter.h:
6807 * gst-libs/gst/video/gstvideosink.h:
6808 * gst/playback/gstplaybasebin.h:
6809 * gst/tcp/gstmultifdsink.h:
6810 * sys/v4l/gstv4lelement.h:
6811 Fix broken GObject macros
6813 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6815 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6816 More debug to trace why my USB headset is not working with gst
6818 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6820 * gst/playback/gstplaybasebin.c: (group_destroy):
6821 Clean up our group elements properly in the case where it never
6822 got committed - it still got added unconditionally to the bin.
6824 2006-04-07 Wim Taymans <wim@fluendo.com>
6826 * ext/theora/theoradec.c: (theora_dec_sink_event),
6827 (theora_handle_data_packet), (theora_dec_chain):
6828 Unref unhandled events.
6829 Protect against empty buffers.
6830 Perform QoS on running time.
6832 2006-04-07 Michael Smith <msmith@fluendo.com>
6834 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6835 (gst_vorbis_enc_chain):
6836 Remove leaks from vorbisenc.
6837 Mostly minor changes, the only significant one is that now the
6838 buffers we set as 'streamheader' on the caps are copies of the
6839 original buffers, to avoid circular refcounting problems.
6841 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6843 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6844 Don't remove our mute-probe if someone else already did so.
6845 Don't set a 2nd one if there is already one pending on the pad.
6847 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6849 When a seek fails, ensure that playbin is still set back to playing.
6851 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6852 (mpeg_ts_type_find), (plugin_init):
6853 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6855 2006-04-06 Andy Wingo <wingo@pobox.com>
6857 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6858 (gst_video_rate_init): Caps-related parameters should not be reset
6859 by a flush -- move their inits to the instance init function.
6860 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6861 is not OK, just return the result.
6863 * gst/audiotestsrc/gstaudiotestsrc.c
6864 (gst_audio_test_src_class_init)
6865 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6866 broken by Stefan's commit on 24 March.
6868 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6869 buffers being pushed out. Fixes oggmux ! multifdsink.
6871 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6873 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6874 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6875 * ext/vorbis/vorbisdec.h:
6876 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6877 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6878 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6879 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6880 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6881 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6882 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6883 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6884 (gst_vorbis_enc_buffer_from_packet),
6885 (gst_vorbis_enc_buffer_from_header_packet),
6886 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6887 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6888 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6889 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6890 (gst_vorbis_enc_change_state):
6891 * ext/vorbis/vorbisenc.h:
6892 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6893 vorbisenc adhere to the official nomenclature; use boilerplate
6896 2006-04-04 Andy Wingo <wingo@pobox.com>
6898 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6899 Whoops, fix bug introduced. Bad hacker!
6901 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6902 Properly handle the case where you get EOS before any buffers are
6903 received. Use gst_buffer_make_metadata_writable where appropriate.
6905 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6906 is often negative -- make it signed so as not to wrap around.
6907 Fixes segfaults introduced on 9 March.
6909 2006-04-03 Wim Taymans <wim@fluendo.com>
6911 * ext/theora/gsttheoradec.h:
6912 * ext/theora/theoradec.c: (theora_dec_src_event):
6913 Don't try to store a gdouble in a gboolean.
6916 2006-04-03 Michael Smith <msmith@fluendo.com>
6918 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6920 Make it suck slightly less by writing out the final page.
6921 Still can't encode a vorbis-in-ogg file correctly, though.
6923 2006-04-03 Andy Wingo <wingo@pobox.com>
6925 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6928 * ext/theora/theora.c (plugin_init): Register theoraparse.
6930 * ext/theora/gsttheoraparse.h:
6931 * ext/theora/theoraparse.c: New files implementing a theora
6932 parser. Now we can properly remux ogg/theora+vorbis, yay.
6934 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6936 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6938 * gst/audiotestsrc/gstaudiotestsrc.c:
6939 Fixed the sample pipeline (see #323798)
6941 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6944 * win32/common/config.h:
6945 * win32/common/config.h.in:
6946 use AS_VERSION and AS_NANO
6949 2006-03-31 Andy Wingo <wingo@pobox.com>
6951 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6952 uninitialized variable return that would happen.
6954 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6955 uninitialized variable return that would never happen.
6957 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6958 (vorbis_parse_sink_event): Add an event function to flush our
6959 state on a seek, and to drain buffers on a premature EOS.
6960 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6961 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6962 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6963 (vorbis_parse_drain_queue): Queue up buffers until we can set
6964 their timestamps and granulepos values.
6966 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6967 and keep track of data needed for deriving granulepos and
6968 timestamps for buffers.
6970 2006-03-29 Wim Taymans <wim@fluendo.com>
6972 Patch by: j^ <j at bootlab dot org>
6974 * ext/alsa/gstalsamixerelement.c:
6975 (gst_alsa_mixer_element_class_init):
6976 * ext/alsa/gstalsasink.c:
6977 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6978 * ext/ogg/gstoggdemux.c:
6979 * ext/ogg/gstoggmux.c:
6980 * ext/ogg/gstoggparse.c:
6981 * ext/pango/gstclockoverlay.c:
6982 * ext/pango/gsttextoverlay.c:
6983 * ext/pango/gsttextrender.c:
6984 * ext/pango/gsttimeoverlay.c:
6985 * ext/theora/theoradec.c:
6986 * ext/theora/theoraenc.c:
6987 * ext/vorbis/vorbisdec.c:
6988 * ext/vorbis/vorbisenc.c:
6989 * gst/audioconvert/gstaudioconvert.c:
6990 * gst/subparse/gstsubparse.c:
6991 * gst/tcp/gstmultifdsink.c:
6992 * gst/tcp/gsttcpclientsink.c:
6993 * gst/tcp/gsttcpclientsrc.c:
6994 * gst/tcp/gsttcpserversink.c:
6995 * gst/tcp/gsttcpserversrc.c:
6996 better/unified long descriptions
6999 2006-03-29 Wim Taymans <wim@fluendo.com>
7001 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7003 Don't let double and triple clicks mess up our state.
7005 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7007 * gst/playback/gstplaybin.c: (gen_video_element),
7008 (gen_text_element), (gen_audio_element), (gen_vis_element):
7009 Error out gracefully when we can't create any of the usual
7010 conversion elements for some reason. Also, don't try to
7011 create an audioscale (sic) element that's not used anyway.
7013 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7015 * gst/playback/gstplaybasebin.c: (setup_source):
7016 Don't post RESOURCE_NOT_FOUND error when we can't find a source
7017 element for a particular protocol, that's confusing for users.
7018 Instead, post a RESOURCE_FAILED error, so that our own error
7019 message is actually shown in totem etc. (#336303).
7021 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7023 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7025 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7026 (gst_gnome_vfs_src_get_icy_metadata):
7027 Fix some minor memory leaks (#336194).
7029 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7031 * ext/gnomevfs/gstgnomevfs.c:
7032 (gst_gnome_vfs_location_to_uri_string):
7033 * ext/gnomevfs/gstgnomevfs.h:
7034 * ext/gnomevfs/gstgnomevfssink.c:
7035 (gst_gnome_vfs_sink_set_property):
7036 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7037 Make gnomevfssink accept filenames as well as URIs for the
7038 "location" property, just like gnomevfssrc does (and
7039 filesrc/filesink do) (#336190).
7041 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7043 * tests/check/generic/clock-selection.c: (GST_START_TEST):
7044 set to NULL before unreffing, fixes a valgrind leak.
7045 Why was this not triggering the error that an object needs to
7046 be NULL before unreffing ?
7047 * win32/common/config.h:
7050 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
7052 * gst/subparse/gstsubparse.c: (convert_encoding),
7053 (gst_sub_parse_change_state):
7054 * gst/subparse/gstsubparse.h:
7055 Text subtitle files may or may not be UTF-8. If it's not, we
7056 don't really want to see '?' characters in place of non-ASCII
7057 characters like accented characters. So let's assume the input
7058 is UTF-8 until we come across text that is clearly not. If it's
7059 not UTF-8, we don't really know what it is, so try the following:
7060 (a) see whether the GST_SUBTITLE_ENCODING environment variable
7061 is set; if not, check (b) if the current locale encoding is
7062 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7063 the current locale encoding is UTF-8 and the environment variable
7064 was not set to any particular encoding. Not perfect, but better
7065 than nothing (and better than before, I think) (fixes #172848).
7067 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7070 update core requirement to 0.10.4.1 because of async_playback
7071 vmethod on GstBaseSink
7073 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7075 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7076 * gst/adder/gstadder.c: (gst_adder_init):
7077 use DEBUG_FUNCPTR for collectpads
7079 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7081 * docs/plugins/Makefile.am:
7082 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7083 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7084 * ext/cdparanoia/gstcdparanoiasrc.c:
7085 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7086 (gst_gnome_vfs_sink_class_init):
7087 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7088 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7089 * ext/ogg/gstoggmux.c:
7090 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7091 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7092 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7093 * ext/pango/gsttextoverlay.c:
7094 * ext/pango/gsttextrender.c:
7095 * ext/theora/theoradec.c:
7096 * ext/theora/theoraenc.c:
7097 * ext/vorbis/vorbisdec.c:
7098 * ext/vorbis/vorbisenc.c:
7099 * gst-libs/gst/audio/gstaudiofilter.c:
7100 (gst_audio_filter_base_init):
7101 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7102 (gst_audio_filter_template_base_init):
7103 * gst/adder/gstadder.c: (gst_adder_get_type):
7104 * gst/adder/gstadder.h:
7105 * gst/audioconvert/gstaudioconvert.c:
7106 * gst/audiotestsrc/gstaudiotestsrc.c:
7107 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7108 (gst_audio_test_src_create):
7109 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7110 * gst/playback/gstdecodebin.c:
7111 * gst/playback/gstplaybin.c:
7112 * gst/playback/gststreamselector.c:
7113 (gst_stream_selector_base_init):
7114 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7115 * gst/volume/gstvolume.c:
7116 * sys/v4l/gstv4lmjpegsink.c:
7117 * sys/v4l/gstv4lmjpegsrc.c:
7118 * tests/check/libs/cddabasesrc.c:
7119 * tests/old/examples/gob/gst-identity2.gob:
7120 Add docs for adder, use GST_ELEMENT_DETAILS macro,
7121 define GstElementDetails at the top
7123 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
7125 * win32/common/libgstinterfaces.def:
7126 Add a lot of export functions for gst-python
7127 * win32/vs6/libgstinterfaces.dsp:
7128 Add a missing include folder in the project configuration
7130 2006-03-23 Wim Taymans <wim@fluendo.com>
7132 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7133 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7134 (gst_base_audio_src_change_state):
7135 Fix audio sources, forgot to make the ringbuffer
7138 2006-03-23 Wim Taymans <wim@fluendo.com>
7140 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7141 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7142 (gst_base_audio_src_change_state):
7143 unparent instead of unref the ringbuffer.
7145 2006-03-23 Wim Taymans <wim@fluendo.com>
7147 * gst-libs/gst/audio/gstbaseaudiosink.c:
7148 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7149 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7150 Implement new async_play vmethod to start slaving and allow
7151 playback start in case of async PLAY state changes.
7153 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7154 Enable QoS with new method in base class.
7156 2006-03-23 Wim Taymans <wim@fluendo.com>
7158 Patch by: Julien MOUTTE <julien at moutte dot net>
7160 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7161 (gst_video_test_src_do_seek), (gst_video_test_src_create):
7162 Partially handle 0 framerate, only EOS after the first frame
7165 2006-03-23 Wim Taymans <wim@fluendo.com>
7167 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7169 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7170 (gst_riff_create_video_template_caps):
7171 * gst/ffmpegcolorspace/avcodec.h:
7172 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7173 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7174 (gst_ffmpegcsp_avpicture_fill):
7175 * gst/ffmpegcolorspace/imgconvert.c:
7176 Patch for support of YVU9 AVI files (#334822)
7178 2006-03-22 Edward Hervey <edward@fluendo.com>
7180 * docs/design/design-decodebin.txt:
7181 Added design document for new decodebin
7182 (Target Caps): text/x-pango-markup is also a default target caps.
7184 2006-03-22 Wim Taymans <wim@fluendo.com>
7186 * gst-libs/gst/audio/gstbaseaudiosink.c:
7187 (gst_base_audio_sink_dispose):
7188 Since we _parent the ringbuffer, we also need to
7189 _unparent instead of a plain _unref.
7191 2006-03-22 Wim Taymans <wim@fluendo.com>
7193 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7194 (stop_seek), (scrub_toggle_cb), (main):
7197 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
7199 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7200 (gst_ogg_parse_chain):
7201 Fix very inefficient usage of linked lists (#335365).
7203 2006-03-21 Edward Hervey <edward@fluendo.com>
7205 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7206 * gst/playback/gstplaybin.c: (handoff):
7207 * gst/playback/gststreamselector.c:
7208 (gst_stream_selector_set_property):
7209 gcc 4.1 unreferenced pointer fixes.
7210 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7211 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7212 gst_buffer_ref() now takes a GstBuffer*.
7214 2006-03-20 Julien MOUTTE <julien@moutte.net>
7216 * sys/xvimage/xvimagesink.c:
7217 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7220 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
7222 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7223 (id3v1_type_find), (apetag_type_find), (plugin_init):
7224 Can't do tag preferences via probability, as tags would then
7225 lose against types that are recognised with MAXIMUM probability
7226 (like .wav); so let all tag typefinders return MAXIMUM themselves
7227 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7228 that we can prefer APE to ID3v1 (fixes #335028).
7230 2006-03-17 Wim Taymans <wim@fluendo.com>
7232 * gst-libs/gst/audio/gstbaseaudiosink.c:
7233 (gst_base_audio_sink_change_state):
7234 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7235 (gst_ring_buffer_may_start):
7236 * gst-libs/gst/audio/gstringbuffer.h:
7237 Only start playback if we are playing.
7240 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7242 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7243 * win32/common/config.h:
7244 Revert accidental commits to these files.
7246 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7248 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7250 * tests/Makefile.am:
7251 Don't try to build tests in tests/icles if we
7252 don't have X (#323852)
7254 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7256 * gst-libs/gst/tag/gstid3tag.c:
7257 Add TXXX frame identifiers for replaygain stuff as used
7258 by some taggers (see #323721).
7260 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7262 * gst/playback/gststreamselector.c:
7263 (gst_stream_selector_set_property),
7264 (gst_stream_selector_bufferalloc):
7265 Preserve the existing buggy streamselector behaviour by performing
7266 a fallback buffer allocation when downstream isn't linked yet.
7267 This should really be fixed in playbin by blocking pads until it's
7269 Also, use gst_pad_alloc_buffer instead of
7270 gst_pad_alloc_buffer_and_set.
7272 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7274 * gst-libs/gst/tag/gstid3tag.c:
7275 Don't crash on unknown ID3v2 TXXX frames.
7277 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7279 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7280 Chain up to the parent finalize method.
7281 Add 32-bit sample size to the template caps.
7283 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7284 (gst_riff_create_video_template_caps):
7285 Add the fourcc that the VMWare codec uses.
7287 * gst/playback/gststreamselector.c:
7288 (gst_stream_selector_set_property),
7289 (gst_stream_selector_bufferalloc),
7290 (gst_stream_selector_request_new_pad):
7291 For the active pad, forward buffer-alloc requests, otherwise
7292 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7293 having to memcpy every frame when used by playbin.
7295 * gst/tcp/gstmultifdsink.c:
7296 (gst_multi_fd_sink_handle_client_write):
7297 Get negotiated caps from the sink pad, rather than the sink
7300 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7302 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7304 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7305 Don't forget to set src->callbacks_pushed to FALSE again when
7306 popping them, otherwise re-activation in a different mode won't
7309 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7311 Patch by: Sebastien Moutte <sebastien moutte net>
7313 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7314 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7315 (gst_ffmpeg_smpfmt_to_caps):
7316 Replace __VA_ARGS__ caps creation macros with varargs functions.
7317 Makes things compile on MSVC (#320765), looks nicer, and we can
7318 tell the compiler to check for the NULL terminator.
7320 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7322 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7324 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7325 Make sure the buffer we copy into is really always big
7326 enough, this time for real (#333488).
7328 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7330 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7331 Add support for 24bpp DIB (#305279).
7333 2006-03-14 Wim Taymans <wim@fluendo.com>
7335 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7336 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7337 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7338 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7339 (gst_video_scale_init), (gst_video_scale_src_event):
7340 Re-enable QoS after the release.
7341 Rework videoscale to use the base class src_event handler.
7343 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7348 === release 0.10.5 ===
7350 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7353 releasing 0.10.5, "Net"
7355 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7357 * docs/plugins/Makefile.am:
7358 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7360 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7362 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7363 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7364 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7365 Add cdparanoiasrc to docs.
7367 * gst-libs/gst/cdda/gstcddabasesrc.c:
7368 More GstCddaBaseSrc docs.
7370 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7372 * docs/libs/gst-plugins-base-libs-sections.txt:
7373 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7374 * gst-libs/gst/tag/tag.h:
7375 API: libgsttag: new method gst_tag_from_id3_user_tag().
7377 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7379 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7380 NULL-terminate array of mpeg4 video file extensions.
7381 Fixes crash on PPC (#334226).
7383 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7385 * ext/gnomevfs/gstgnomevfssrc.c:
7386 (gst_gnome_vfs_src_check_get_range):
7387 gnome_vfs_uri_is_local() alone is not a good indicator
7388 whether we can operate in pull-mode with a specific URI,
7389 as it returns FALSE for file:// URIs that point to an
7390 NFS-mounted path. Be more conservative here: whitelist
7391 local files, blacklist http URIs and use the old
7392 mechanism for anything else (fixes #334216).
7394 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7399 === release 0.10.4 ===
7401 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7404 releasing 0.10.4, "Power"
7406 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7408 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7409 Disable max-lateness by setting it to -1 for now, so that
7410 we can bed QoS stuff in thoroughly between now and the next
7413 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7415 Patch by: Fabrizio Gennari
7417 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7418 Make sure we don't read beyond the palette buffer in case of
7419 broken or manipulated files (#333488)
7421 2006-03-10 Edward Hervey <edward@fluendo.com>
7423 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7424 Fix for variable not initialized.
7426 2006-03-09 Wim Taymans <wim@fluendo.com>
7428 * ext/libvisual/visual.c: (gst_visual_get_type),
7429 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7433 * ext/theora/gsttheoradec.h:
7434 * ext/theora/theoradec.c: (gst_theora_dec_init),
7435 (gst_theora_dec_reset), (_theora_granule_time),
7436 (theora_dec_src_convert), (theora_dec_sink_convert),
7437 (theora_dec_src_query), (theora_dec_src_event),
7438 (theora_dec_sink_event), (theora_handle_comment_packet),
7439 (theora_handle_header_packet), (theora_dec_push),
7440 (theora_handle_data_packet), (theora_dec_chain),
7441 (theora_dec_change_state):
7444 2006-03-09 Wim Taymans <wim@fluendo.com>
7446 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7447 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7450 2006-03-09 Wim Taymans <wim@fluendo.com>
7452 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7453 Don't try to activate NULL chains.
7455 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7457 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7458 Fix invalid memory access to region before peek'd data (#332964).
7460 2006-03-09 Wim Taymans <wim@fluendo.com>
7462 Patch by: Christophe Fergeau
7464 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7465 * ext/pango/gsttextrender.c: (gst_text_render_init):
7466 * gst/adder/gstadder.c: (gst_adder_init):
7467 Don't leak padtemplates, closes #333510.
7469 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7471 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7472 Fix invalid memory access: make sure string passed to
7473 regexec() is NUL-termianted.
7475 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7477 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7479 Refactor mpeg/audio typefinding to make it more maintainable
7480 and easier to fine-tune. Make probing into middle of the file
7481 work properly (fixes #333900, also see #152688).
7483 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7485 * gst/typefind/gsttypefindfunctions.c:
7486 (utf8_type_find_have_valid_utf8_at_offset):
7487 Remove part from previous commit that was bogus:
7488 g_utf8_validate() does in fact not accept embedded
7489 zeroes, so we don't need to check for those (thanks
7490 to Mike for the hint).
7492 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7494 * gst/typefind/gsttypefindfunctions.c:
7495 (utf8_type_find_count_embedded_zeroes),
7496 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7497 Make plain/text typefinder more conservative: firstly, check
7498 for embedded zeroes, which are perfectly valid UTF-8 characters,
7499 but also a fairly good sign that something is not a plain text
7500 file; secondly, probe into the middle of the file if possible.
7501 If we can't probe into the middle, limit the probability value
7502 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7504 2006-03-08 Michael Smith <msmith@fluendo.com>
7506 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7507 Make typefind function name for mpeg4 video unique.
7509 2006-03-08 Wim Taymans <wim@fluendo.com>
7511 * ext/libvisual/visual.c: (gst_visual_init),
7512 (gst_visual_clear_actors), (gst_visual_dispose),
7513 (gst_visual_reset), (gst_visual_src_setcaps),
7514 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7515 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7516 (gst_visual_chain), (gst_visual_change_state):
7517 Cleanups, post nice errors.
7518 Handle sink and src events.
7519 Implement simple QoS.
7521 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7522 Use new basesink methods to configure max-lateness.
7525 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7526 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7527 Debug statement cleanups.
7529 * gst/volume/gstvolume.c: (gst_volume_class_init):
7532 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7534 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7535 (gst_text_overlay_init), (gst_text_overlay_set_property),
7536 (gst_text_overlay_get_property):
7537 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7538 as string type properties, but mark them deprecated. Add
7539 'halignment' and 'valignment' properties that use enums
7542 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7544 Patch by: Fabrizio Gennari
7546 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7547 Allow palettes with less than 256 colours in AVI files
7550 2006-03-07 Julien MOUTTE <julien@moutte.net>
7552 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7553 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7554 pad. We were releasing the queued text buffer when we should keep
7555 it until video pad gets EOS or discard the text buffer because it's
7556 too old. That was eating the last subtitle buffer. Add some more
7559 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7561 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7562 (gst_text_overlay_video_chain):
7563 Fix invalid memory access (we can't access a buffer after it's been
7564 pushed downstream without taking a reference); fix memory leak (if
7565 there's no text to render, bail out before allocating stuff).
7567 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7569 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7570 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7571 * ext/pango/gsttextoverlay.h:
7572 If input is plain text, escape it before passing it to
7573 pango_layout_set_markup().
7575 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7577 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7578 Don't ignore flow return from gst_pad_push().
7580 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7582 Patch by: Fabrizio Gennari
7584 * ext/libvisual/visual.c: (gst_visual_getcaps),
7585 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7586 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7587 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7588 (gst_vorbisenc_convert_sink):
7589 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7590 (gst_audio_duration_from_pad_buffer):
7591 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7592 (gst_audio_filter_chain):
7593 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7594 (gst_base_rtp_depayload_setcaps):
7595 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7596 (gst_video_get_size):
7597 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7598 Don't leak references returned by gst_pad_get_parent()
7601 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7603 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7604 change location param details
7605 * gst/volume/gstvolume.c: (plugin_init):
7606 correct plugin description
7608 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7610 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7611 (gst_gnome_vfs_src_check_get_range):
7612 Override GstBaseSrc::check_get_range() in order to avoid opening
7613 the resource just to check whether we can operate in pull-mode or
7614 not - we can predict that pretty well from the URI alone. Should
7615 fix problems with last.fm (#331690). (Requires latest core CVS).
7617 2006-03-06 Wim Taymans <wim@fluendo.com>
7619 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7620 (gst_video_sink_class_init):
7621 Throw away frames that are later than 20 ms.
7623 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7625 Patch by: Fabrizio Gennari
7627 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7628 Set depth on WMA caps (#333545)
7630 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7632 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7633 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7634 put Theora BOS pages before others. This hardcodes
7635 the Ogg/Theora I profile, but hey.
7637 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7640 updated with some examples
7641 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7642 (granulepos_add), (theora_buffer_from_packet):
7643 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7644 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7645 (gst_vorbisenc_chain):
7646 implement strategy from ext/ogg/README
7647 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7648 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7649 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7650 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7651 Fix muxer so that oggz-validate is happy with all streams;
7652 except for no eos mark, and the BOS page ordering
7653 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7654 (check_buffer_granulepos):
7655 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7656 update tests to check for OFFSET being set as requested
7657 fixed type of granulepos, it's not a ClockTime
7659 2006-03-05 Julien MOUTTE <julien@moutte.net>
7661 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7662 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7663 Check that the xvimage we are creating has a correct size
7664 before returning it. (#314897)
7666 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7668 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7669 Give id3 and ape tag typefinders a rank slightly higher
7670 than PRIMARY to ensure they're always run before any of
7671 the other typefinders (in particular wav and mp3) (#324186).
7673 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7675 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7676 Add support for '3IVD' fourcc (#333403).
7678 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7681 Bump requirements to GStreamer CVS for the new error enum.
7683 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7684 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7685 space left on the device (fixes #333352).
7687 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7690 add a project file for libgstvolume
7691 update the workspace
7693 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7695 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7696 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7698 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7699 Set IN_CAPS on header buffers
7701 2006-03-02 Wim Taymans <wim@fluendo.com>
7703 * docs/plugins/Makefile.am:
7704 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7705 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7706 Add audioresample to docs.
7708 * gst/audioconvert/gstaudioconvert.c:
7711 * gst/audioresample/gstaudioresample.c:
7712 (gst_audioresample_base_init), (gst_audioresample_class_init),
7713 (gst_audioresample_init), (gst_audioresample_dispose),
7714 (audioresample_get_unit_size), (audioresample_transform_caps),
7715 (resample_set_state_from_caps), (audioresample_transform_size),
7716 (audioresample_set_caps), (audioresample_event),
7717 (audioresample_do_output), (audioresample_transform),
7718 (audioresample_pushthrough), (gst_audioresample_set_property),
7719 (gst_audioresample_get_property), (plugin_init):
7720 * gst/audioresample/gstaudioresample.h:
7722 Small code cleanups.
7724 2006-03-02 Wim Taymans <wim@fluendo.com>
7726 * docs/plugins/Makefile.am:
7727 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7728 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7729 Added videoscale to docs.
7731 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7732 (gst_video_rate_swap_prev), (gst_video_rate_event),
7733 (gst_video_rate_chain):
7736 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7737 (gst_video_scale_init), (gst_video_scale_prepare_size),
7738 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7739 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7740 * gst/videoscale/gstvideoscale.h:
7741 Added docs, examples.
7743 Post errors instead of g_warning.
7745 2006-03-02 Wim Taymans <wim@fluendo.com>
7747 * docs/libs/gst-plugins-base-libs-docs.sgml:
7748 * docs/libs/gst-plugins-base-libs-sections.txt:
7749 * docs/libs/gst-plugins-base-libs.types:
7750 * docs/plugins/Makefile.am:
7751 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7752 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7753 Added some more docs to libs and plugins.
7755 * gst-libs/gst/audio/gstringbuffer.c:
7756 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7757 * gst-libs/gst/audio/gstringbuffer.h:
7758 Document ringbuffer some more.
7760 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7761 (gst_video_rate_setcaps), (gst_video_rate_reset),
7762 (gst_video_rate_init), (gst_video_rate_flush_prev),
7763 (gst_video_rate_swap_prev), (gst_video_rate_event),
7764 (gst_video_rate_chain), (gst_video_rate_change_state):
7765 * gst/videorate/gstvideorate.h:
7766 Fix videorate to use segments.
7767 Make it work with 0/1 framerates (closes #331903)
7768 Handle EOS correctly.
7771 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7773 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7774 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7775 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7776 In state change function, first chain up to parent class,
7777 then handle downwards state change stuff. Remove some
7778 commented out cruft from 0.8 code.
7780 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7782 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7783 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7784 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7785 (gst_ogm_parse_chain):
7786 Don't remove/re-add source pad if the new caps are the same as
7787 the old caps anyway (#333042). When removing source pad, don't
7788 unref it afterwards - we didn't ref it when adding. Sprinkle some
7789 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7790 after using gst_pad_get_parent(). Return downstream flow return
7791 value in chain function.
7793 2006-03-02 Wim Taymans <wim@fluendo.com>
7795 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7796 * docs/plugins/gst-plugins-base-plugins.args:
7797 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7798 * docs/plugins/gst-plugins-base-plugins.interfaces:
7799 * docs/plugins/gst-plugins-base-plugins.signals:
7800 Fix hierarchy, added some more elements to the docs.
7802 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7803 (gst_ffmpegcsp_get_type):
7804 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7805 Fix docs for ffmpegcolorspace.
7807 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7809 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7810 (apetag_type_find), (ape_type_find), (plugin_init):
7811 Some typefinding fine-tuning:
7812 - rank ID3/APE tags in order of preference via probabilities, so that
7813 ID3v2 > APEv2 > APEv1 > ID3v1.
7814 - three or four bytes don't really justify MAXIMUM probability,
7815 change those to 'very likely' (musepack and monkeysaudio).
7817 2006-03-01 Wim Taymans <wim@fluendo.com>
7819 * docs/plugins/Makefile.am:
7820 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7821 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7822 * ext/alsa/gstalsamixer.c:
7823 * ext/alsa/gstalsamixer.h:
7824 * ext/alsa/gstalsamixerelement.c:
7825 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7826 * ext/alsa/gstalsamixerelement.h:
7827 * ext/alsa/gstalsasink.c:
7828 * ext/alsa/gstalsasink.h:
7829 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7831 * ext/alsa/gstalsasrc.h:
7833 Small code cleanups.
7835 2006-03-01 Wim Taymans <wim@fluendo.com>
7837 * ext/theora/Makefile.am:
7838 Dist new header too,
7840 2006-03-01 Wim Taymans <wim@fluendo.com>
7842 * docs/plugins/Makefile.am:
7843 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7844 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7845 * ext/gnomevfs/gstgnomevfssink.h:
7846 * ext/gnomevfs/gstgnomevfssrc.h:
7847 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7848 * ext/vorbis/vorbisdec.h:
7849 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7850 * ext/vorbis/vorbisenc.h:
7851 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7852 (vorbis_parse_chain), (vorbis_parse_change_state):
7853 * ext/vorbis/vorbisparse.h:
7854 * gst/audioconvert/gstaudioconvert.h:
7855 * gst/tcp/gsttcpserversink.h:
7856 * gst/videotestsrc/gstvideotestsrc.c:
7857 * gst/videotestsrc/gstvideotestsrc.h:
7858 * gst/volume/gstvolume.c:
7859 * gst/volume/gstvolume.h:
7861 Added docs for vorbisdec and vorbisparse.
7864 2006-03-01 Wim Taymans <wim@fluendo.com>
7866 * docs/plugins/Makefile.am:
7867 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7868 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7869 * ext/pango/gstclockoverlay.h:
7870 * ext/pango/gsttextoverlay.h:
7871 * ext/pango/gsttextrender.h:
7872 * ext/pango/gsttimeoverlay.h:
7873 * ext/theora/gsttheoradec.h:
7874 * ext/theora/gsttheoraenc.h:
7875 * ext/theora/theoradec.c:
7876 * ext/theora/theoraenc.c:
7877 * gst/audioconvert/gstaudioconvert.h:
7878 * gst/audiotestsrc/gstaudiotestsrc.h:
7879 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7880 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7881 * gst/tcp/gstmultifdsink.h:
7882 Updated/added documentation.
7884 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7885 (gst_text_overlay_halign_get_type),
7886 (gst_text_overlay_wrap_mode_get_type),
7887 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7888 (gst_text_overlay_init), (gst_text_overlay_set_property),
7889 (gst_text_overlay_get_property):
7890 Fix up properties to be enums instead of string to make bindings,
7891 introspection and automatic GUI creation possible.
7892 Add getters for the properties.
7894 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7896 * gst/audiotestsrc/gstaudiotestsrc.c:
7897 added defines of M_PI and M_PI_2
7898 * gst/ffmpegcolorspace/avcodec.h:
7899 removed #include "stdint.h" for win32 as _stdint.h is
7900 autogenerated to win32/common
7901 * win32/common/libgstaudio.def:
7902 * win32/common/libgsttag.def:
7905 some project files bugs corrected
7907 project files are reset to the default vs7 configuration
7908 (they link to msvcr71.dll using default optimizations)
7910 2006-02-28 Wim Taymans <wim@fluendo.com>
7912 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7915 2006-02-28 Edward Hervey <edward@fluendo.com>
7917 * ext/alsa/gstalsasrc.c:
7918 Set proper class on the ElementDetails:
7919 Source/Audio instead of Src/Audio/
7921 2006-02-28 Edward Hervey <edward@fluendo.com>
7923 * gst/videoscale/vs_scanline.c:
7924 (vs_scanline_resample_nearest_RGBA):
7925 Revert optimization in videoscale. It should go in liboil and have
7926 an appropriate liboil function.
7928 2006-02-28 Wim Taymans <wim@fluendo.com>
7930 * gst-libs/gst/audio/gstbaseaudiosink.c:
7931 (gst_base_audio_sink_provide_clock):
7932 Don't try to provide a clock in the NULL state.
7934 2006-02-28 Wim Taymans <wim@fluendo.com>
7936 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7937 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7938 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7939 (gst_ogg_demux_deactivate_current_chain),
7940 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7941 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7942 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7943 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7944 Use GstSegment infrastructure to remove duplicated code
7945 and handle more seek cases correctly.
7947 2006-02-28 Wim Taymans <wim@fluendo.com>
7949 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7950 (gst_ffmpegcsp_transform):
7951 Don't ignore return code from ffmpeg convert function.
7953 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7954 Split out some long statements to ease debugging.
7956 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7958 * ext/libvisual/visual.c: (gst_visual_init),
7959 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7960 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7961 being able to renegotiate the size. Instead, use the negotiation
7962 algorithm from the goom plugin to pick an initial output caps.
7964 Also, allow theoretical libvisual plugins that might support non-GL
7965 output even if they also do GL.
7967 2006-02-26 Julien MOUTTE <julien@moutte.net>
7969 * ext/libvisual/visual.c: (gst_visual_init),
7970 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7971 (plugin_init): Load only non GL plugins. Fix some memleaks and
7972 possible negotiation issues.
7974 2006-02-25 Julien MOUTTE <julien@moutte.net>
7976 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7978 2006-02-24 Michael Smith <msmith@fluendo.com>
7980 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7981 (cmml_type_find), (plugin_init):
7982 Fix CMML type find function to not require a specific minor version
7985 Add an MPEG4 video elementary stream typefind function.
7987 2006-02-04 Michael Smith <msmith@fluendo.com>
7989 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7990 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7991 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7992 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7993 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7994 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7995 Annodex support in ogg demuxer. Doesn't do very much without the
7996 other annodex patches (to come).
7998 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8000 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8002 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8003 Pick up palette for MS video v1 (#327028)
8005 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8007 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8008 (gst_ffmpegcsp_caps_remove_format_info),
8009 (gst_ffmpegcsp_get_unit_size):
8010 The 'palette_data' field from incoming RGB caps shouldn't be
8011 proxied on outgoing YUV caps; also, restrict unit size
8012 adjustment in case of paletted data only to the unit that
8013 actually has a palette. Fixes #330711.
8015 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8017 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8018 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8019 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8020 (gst_ffmpegcsp_get_unit_size):
8021 Plug some memory leaks.
8023 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8025 * sys/ximage/Makefile.am:
8026 * sys/xvimage/Makefile.am:
8027 Add some _CFLAGS and _LIBS that seem to be missing
8028 and/or required for Cygwin (see #317048).
8030 2006-02-22 Wim Taymans <wim@fluendo.com>
8032 * ext/alsa/gstalsasrc.c:
8033 Fix description as pointed out by caugier.
8035 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
8037 Reviewed by : Edward Hervey <edward@fluendo.com>
8039 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8041 Better 3gp typefinding (#331526).
8043 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8045 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8046 Don't send EOS event here, the base class will send one for us.
8048 * gst/playback/gstplaybasebin.c: (prepare_output):
8049 Subpictures without video stream aren't allowed either.
8051 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8052 Fix debug statement copy'n'paste-o.
8054 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8056 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8057 Fix issues with mixer keeping state when muting/unmuting
8058 and when changing the volume whilst muted (see #331763
8061 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8063 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8064 (parse_subrip), (gst_sub_parse_format_autodetect):
8065 Set right caps given that we send escaped text. Also,
8066 honour <i></i>, <b></b> and <u></u> markers that can be found
8067 in .srt files (fixes #310202).
8069 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8071 * gst-libs/gst/audio/mixerutils.c:
8072 (element_factory_rank_compare_func):
8073 Make order in which elements are tried more determinable.
8075 2006-02-20 Julien MOUTTE <julien@moutte.net>
8077 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8078 (remove_element_chain), (cleanup_decodebin),
8079 (gst_decode_bin_change_state): Make decodebin reusable by
8080 fixing remove_element_chain first and then introduce a
8081 cleaner in state change to ->NULL. (Closes #331678)
8083 2006-02-19 Wim Taymans <wim@fluendo.com>
8085 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8086 use 0666 mask when creating files so umask gets applied
8087 correctly. Fixes #331295.
8089 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8091 * gst/subparse/Makefile.am:
8092 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8093 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8094 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8095 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8096 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8097 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8098 * gst/subparse/gstssaparse.h:
8099 * gst/subparse/gstsubparse.c: (plugin_init):
8100 Add very basic parser for SSA subtitle streams (as often
8101 found in matroska files).
8103 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8105 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8106 That should be text/x-pango-markup, not text/x-pango-layout.
8108 2006-02-19 Julien MOUTTE <julien@moutte.net>
8110 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8113 2006-02-19 Julien MOUTTE <julien@moutte.net>
8115 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8116 (gst_text_overlay_finalize), (gst_text_overlay_init),
8117 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8118 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8119 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8120 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8121 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8122 Fix state change deadlock.
8124 2006-02-19 Julien MOUTTE <julien@moutte.net>
8126 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8127 (gst_text_overlay_finalize), (gst_text_overlay_init),
8128 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8129 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8130 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8131 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8132 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8133 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8134 and subtitles files.
8136 2006-02-19 Julien MOUTTE <julien@moutte.net>
8138 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8139 should be considered as raw.
8141 2006-02-19 Julien MOUTTE <julien@moutte.net>
8143 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8145 * gst/playback/gststreaminfo.h: Introduce language informations.
8147 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
8149 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8150 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8151 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8152 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8153 Set shared memory segments to be deleted as soon as we have attached,
8154 that way they get cleaned up automatically if we crash.
8156 2006-02-18 Julien MOUTTE <julien@moutte.net>
8158 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
8159 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8160 functions are called with lock held.
8162 2006-02-18 Julien MOUTTE <julien@moutte.net>
8164 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8165 (gst_text_overlay_finalize), (gst_text_overlay_init),
8166 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8167 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8168 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8169 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8170 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8171 (gst_text_overlay_change_state): Refactoring of textoverlay
8172 without collectpads. This now supports sparse subtitles coming
8173 from a demuxer instead of a sub file. Seeking is still broken
8174 though. Need to discuss with wtay some more on how to handle
8176 * ext/pango/gsttextoverlay.h:
8177 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8178 subtitles coming from the demuxer.
8180 2006-02-17 Wim Taymans <wim@fluendo.com>
8182 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8183 (gst_vorbisenc_convert_sink):
8184 Use some more scaling functions.
8186 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
8188 * ext/cdparanoia/gstcdparanoiasrc.c:
8189 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8190 (gst_cd_paranoia_paranoia_callback),
8191 (gst_cd_paranoia_src_signal_is_being_watched),
8192 (gst_cd_paranoia_src_read_sector):
8193 * ext/cdparanoia/gstcdparanoiasrc.h:
8194 Add back 'transport-error' and 'uncorrected-error' signals and
8195 make them actually be fired when bad stuff happens (#319340).
8197 2006-02-17 Wim Taymans <wim@fluendo.com>
8199 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8200 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8201 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8202 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8203 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8204 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8205 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8206 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8207 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8208 (gst_ring_buffer_clear):
8210 Added some G_LIKELY.
8212 2006-02-17 Wim Taymans <wim@fluendo.com>
8214 * gst-libs/gst/audio/TODO:
8217 * gst-libs/gst/audio/gstbaseaudiosink.c:
8218 (gst_base_audio_sink_get_offset):
8219 When trying to play samples ASAP and we don't have a
8220 previous sample, try to play at position 0 instead of
8221 an invalid position.
8223 2006-02-17 Wim Taymans <wim@fluendo.com>
8225 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8226 (gst_alsasink_reset):
8227 Also release lock when we get an error in _reset();
8228 fix an error message.
8230 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8232 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8233 (gst_alsasink_init), (get_channel_free_structure),
8234 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8235 (gst_alsasink_close):
8236 * ext/alsa/gstalsasink.h:
8237 Add support for more than 2 channels (#326720).
8239 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8241 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8242 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8243 with 4 or 6 channels, assume a default channel layout to make things
8244 work (not sure there's anything else we can do in those cases).
8246 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8248 * gst-libs/gst/audio/multichannel.c:
8251 * gst-libs/gst/riff/Makefile.am:
8252 * gst-libs/gst/riff/riff-ids.h:
8253 * gst-libs/gst/riff/riff-media.c:
8254 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8255 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8256 channels and a channel layout map.
8258 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8260 Reviewed by Edward Hervey <edward@fluendo.com>
8262 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8263 C-level optimization of the RGBA nearest neighbour function.
8264 Eventually this might end up in liboil with vectorized versions.
8266 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8268 * gst-libs/gst/audio/multichannel.c:
8269 (gst_audio_get_channel_positions):
8270 When we have more than 2 channels, but no channel layout is
8271 specified in the caps, return some default channel layout
8272 to the caller and warn about about a possibly buggy element
8273 (could be buggy filtercaps as well of course) (#317038).
8275 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8277 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8278 Add gst-libs/gst/cdda to list of lib search paths.
8280 2006-02-15 Andy Wingo <wingo@pobox.com>
8282 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8283 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8284 to the Lord Jesus that I do not have to touch the ogg muxer ever
8287 2006-02-15 Edward Hervey <edward@fluendo.com>
8289 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8290 quicktime movie files can also contain 'uuid' atoms.
8292 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8294 * gst/audioconvert/plugin.c: (plugin_init):
8295 Register the GstAudioChannelPosition enum type with the type
8296 system in the plugin_init function, so that it is known before
8297 any element actually makes use of multi-channel stuff. This is
8298 required for example if one wants to be able to deserialise/use
8299 a caps string with channel positions before any pipeline has
8300 been setup and started, like with gst-launch.
8302 2006-02-14 Wim Taymans <wim@fluendo.com>
8304 * gst-libs/gst/audio/gstringbuffer.c:
8305 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8306 (gst_ring_buffer_samples_done), (wait_segment),
8307 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8308 Add some compiler G_(UN_)LIKELY help.
8309 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8310 make sure they can exit their functions. Should fix #330748
8312 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8317 * win32/common/_stdint.h:
8318 Windows does not have long long; copy the generated _stdint.h
8319 * win32/common/interfaces-enumtypes.c:
8320 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8321 (gst_mixer_track_flags_get_type),
8322 (gst_tuner_channel_flags_get_type):
8323 * win32/common/multichannel-enumtypes.c:
8324 (gst_audio_channel_position_get_type):
8327 2006-02-13 Wim Taymans <wim@fluendo.com>
8329 * gst-libs/gst/audio/gstbaseaudiosink.c:
8330 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8331 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8332 Always sync on first sample we receive when starting.
8334 2006-02-13 Wim Taymans <wim@fluendo.com>
8336 * gst/playback/gstplaybin.c: (gen_vis_element):
8337 Update vis bin docs.
8338 Move queue after tee so we don't queue video buffers but
8339 audio samples instead. Fixes problems where the video queue
8340 is filled and the audio queue empty.
8342 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8344 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8345 No need to push an EOS event here, GstBaseSrc will do that for us
8346 when we return FLOW_UNEXPECTED.
8348 2006-02-12 Wim Taymans <wim@fluendo.com>
8350 * gst-libs/gst/audio/gstbaseaudiosink.c:
8351 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8352 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8353 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8354 Use scale functions when possible.
8356 Free clockid when after waiting for EOS.
8357 Use G_(UN_)LIKLY when it makes sense.
8358 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8360 2006-02-12 Edward Hervey <edward@fluendo.com>
8362 * gst/playback/gstplaybasebin.c: (prepare_output):
8363 Remove stray semi-colon (fixes #330888).
8365 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8367 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8368 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8369 Fix up the XShm call testing so that we catch errors, and don't
8370 cause new ones by attempting to detach from a segment we failed
8371 to attach to. Fixes #312439.
8373 2006-02-10 Edward Hervey <edward@fluendo.com>
8375 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8376 Added flv file typefind (video/x-flv).
8378 2006-02-10 Edward Hervey <edward@fluendo.com>
8380 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8381 (gst_riff_create_video_template_caps):
8382 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8383 Also added the caps to the default set of riff video caps.
8385 2006-02-09 Andy Wingo <wingo@pobox.com>
8387 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8388 time and the end time of the last packet in the page.
8389 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8390 on the pages in our queue, set the duration as well. Reflow a
8392 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8393 Fixes bad muxing order.
8395 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8397 * gst-libs/gst/rtp/gstbasertppayload.c:
8398 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8399 update seqnum before setting it on the packet; this makes sure
8400 that the timestamp and seqnum properties match after pushing
8403 2006-02-09 Andy Wingo <wingo@pobox.com>
8405 * gst-libs/gst/audio/gstringbuffer.c
8406 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8407 overflow after 13.5 hours of recording. Kapow!
8409 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8410 the buffer size -- we don't care about underrun/overrun reporting
8411 right now, just need to return a useful value.
8413 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8418 === release 0.10.3 ===
8420 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8423 releasing 0.10.3, "Under Pressure"
8425 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8428 Drat. Bump libtool version number for new API.
8429 Prelease 0.10.2.3 (of 0.10.3)
8431 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8434 * win32/common/config.h:
8435 0.10.2.2 prerelease (of 0.10.3).
8437 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8439 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8440 Revert Andy's newsegment change pending a more correct
8443 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8445 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8446 (qt_type_find), (plugin_init):
8447 detect more files as 3gp
8448 group and reorder the iso file formats
8450 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8452 * ext/vorbis/vorbis.c: (plugin_init):
8453 Register musicbrainz tags, so apps don't have to.
8455 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8457 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8458 (gst_tag_to_vorbis_tag):
8459 Make sure we called gst_tag_register_musicbrainz_tags()
8460 before possibly mapping a vorbiscomment string from/to a
8463 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8465 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8466 In case we can't find the required number of consecutive
8467 mpeg audio frames to positively identify an MPEG audio
8468 stream, check if there's at least a valid mpeg audio
8469 frame right at offset 0 and if so suggest mpeg/audio
8470 caps with a very low probability (#153004).
8472 2006-02-07 Andy Wingo <wingo@pobox.com>
8474 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8475 a TIME segment if we get timestamped buffers. Requires recent
8476 fixes in core to work properly.
8478 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8480 * gst/playback/gstplaybasebin.c: (prepare_output):
8481 Don't print the URI as part of the error message, it
8482 makes error dialogs look rather ugly, especially if
8483 the URI is very long or has characters in it that
8486 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8488 * gst/playback/gstplaybasebin.c: (prepare_output):
8489 Error out if we have only text or subtitles, but nothing
8490 else. Also error out if we have subtitles but no video
8493 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8495 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8496 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8497 Post an error message on the bus when we encounter an
8498 error, which will hopefully be more meaningful than the
8499 'Internal Flow Error' message users get to see if we
8500 just return GST_FLOW_ERROR.
8502 2006-02-07 Andy Wingo <wingo@pobox.com>
8504 * configure.ac (GST_MAJORMINOR): Update core version req to
8505 0.10.2.2, for the collectpads API addition (#330244).
8507 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8509 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8510 Return FALSE from plugin_init() when GnomeVFS can't
8511 be initialised for some reason (#328423).
8513 2006-02-06 Julien MOUTTE <julien@moutte.net>
8515 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8516 Stick to seeking theory until i find the bug.
8517 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8519 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8521 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8522 (theora_enc_finalize), (theora_enc_sink_setcaps),
8523 (theora_set_header_on_caps), (theora_enc_chain),
8524 (theora_enc_change_state):
8525 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8526 Make theoraenc and the tests leak free. Like, really.
8528 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8530 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8531 (theora_enc_finalize), (theora_enc_sink_setcaps):
8532 Add a finalize method to ensure we clean up state even if
8533 someone omitted the state change back to NULL.
8535 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8536 (gst_vorbisenc_chain):
8537 Free some more leaked bits.
8539 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8541 Wait for state changes to happen if they're ASYNC.
8543 This ought to teach those fancy pants buildbots a lesson.
8545 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8547 * gst-libs/gst/tag/gstid3tag.c:
8548 Add mapping for ID3 International Standard Recording Code
8551 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8553 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8554 Don't leak tag names.
8556 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8558 * docs/libs/gst-plugins-base-libs-docs.sgml:
8559 * docs/libs/gst-plugins-base-libs-sections.txt:
8560 * gst-libs/gst/tag/gstid3tag.c:
8561 * gst-libs/gst/tag/gstvorbistag.c:
8562 * gst-libs/gst/tag/tags.c:
8563 Split libgsttag docs into multiple sections.
8565 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8567 * docs/libs/Makefile.am:
8568 * docs/libs/gst-plugins-base-libs-docs.sgml:
8569 * docs/libs/gst-plugins-base-libs-sections.txt:
8570 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8571 * gst-libs/gst/tag/gstvorbistag.c:
8572 * gst-libs/gst/tag/tag.h:
8573 * gst-libs/gst/tag/tags.c:
8574 Add libgsttag to the docs.
8576 2006-02-05 Julien MOUTTE <julien@moutte.net>
8578 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8579 (gst_text_overlay_init), (gst_text_overlay_src_event),
8580 (gst_text_overlay_collected): Fix clockoverlay.
8582 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8584 * docs/libs/compiling.sgml:
8585 Fix typo: it's pkg-config, not pkg-gconfig
8587 * docs/libs/gst-plugins-base-libs-docs.sgml:
8588 * docs/libs/gst-plugins-base-libs-sections.txt:
8589 * docs/libs/tmpl/gstgconf.sgml:
8590 There is no libgstgconf in 0.10, remove it
8593 2006-02-05 Julien MOUTTE <julien@moutte.net>
8595 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8596 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8597 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8598 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8599 (gst_sub_parse_class_init), (gst_sub_parse_init),
8600 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8601 (parse_mpsub), (parser_state_init), (handle_buffer),
8602 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8603 * gst/subparse/gstsubparse.h: Introduce seeking code.
8605 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8607 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8608 Add comment about LANGUAGE tag inconsistency (we want
8609 ISO-639-1, but extract three-letter identifiers?)
8612 Add two translatable files.
8614 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8616 * gst-libs/gst/tag/Makefile.am:
8617 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8618 * gst-libs/gst/tag/tag.h:
8619 * gst-libs/gst/tag/tags.c:
8620 (gst_tag_register_musicbrainz_tags_internal),
8621 (gst_tag_register_musicbrainz_tags):
8622 Forward-port some tags stuff from the 0.8 branch. This is
8623 mostly the addition of musicbrainz tags and their mapping
8624 to vorbistags, and a vorbistag mapping of the language tag.
8626 2006-02-05 Julien MOUTTE <julien@moutte.net>
8628 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8631 2006-02-04 David Schleef <ds@schleef.org>
8633 * ext/ogg/gstoggmux.c:
8634 * gst/typefind/gsttypefindfunctions.c:
8635 Add Dirac typefinding and add dirac format to oggmux.
8637 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8639 * gst/playback/gstdecodebin.c: (try_to_link_1):
8640 Don't put essential function call into
8641 g_return_*() macro, otherwise it'll all be
8642 replaced by NOOPs when compiling with
8643 G_DISABLE_CHECKS defined.
8645 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8647 * ext/ogg/gstoggdemux.c:
8648 * ext/ogg/gstoggparse.c:
8649 * gst/tcp/gsttcpserversink.c:
8650 * sys/v4l/v4lsrc_calls.c:
8651 * sys/v4l/v4lsrc_calls.h:
8652 Just make it compile with --disable-gst-debug.
8654 2006-02-03 Wim Taymans <wim@fluendo.com>
8656 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8657 (gst_alsasink_class_init), (gst_alsasink_init),
8658 (gst_alsasink_write), (gst_alsasink_reset):
8659 * ext/alsa/gstalsasink.h:
8660 Add lock to protect alsa calls.
8661 Implement reset to flush samples ASAP, does not work
8664 2006-02-02 Wim Taymans <wim@fluendo.com>
8666 * gst-libs/gst/audio/gstbaseaudiosink.c:
8667 (gst_base_audio_sink_provide_clock):
8668 Ugh.. getting late I guess...
8670 2006-02-02 Wim Taymans <wim@fluendo.com>
8672 * gst-libs/gst/audio/gstbaseaudiosink.c:
8673 (gst_base_audio_sink_provide_clock),
8674 (gst_base_audio_sink_set_property),
8675 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8676 Don't try to provide a clock when we are not negotiated since
8677 we might not be able to make it run.
8679 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8681 * gst/playback/gstdecodebin.c: (try_to_link_1):
8682 Unlinking two source pads is ... hard.
8684 2006-02-02 Wim Taymans <wim@fluendo.com>
8686 * gst-libs/gst/audio/TODO:
8689 * gst-libs/gst/audio/gstbaseaudiosink.c:
8690 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8691 On EOS, wait till the last sample is played before posting EOS.
8693 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8695 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8696 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8697 setting queue_delay to zero. Also avoid thread being started if
8698 queue_delay is zero.
8700 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8702 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8703 Make test work again by connecting fakesinks to each decoded pad,
8704 which makes the pipeline wait until each fakesink has a buffer
8705 queued before going to PAUSED state. At that point we know the
8706 decodebin pads are negotiated.
8708 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8710 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8711 (gst_cdda_base_src_handle_event):
8712 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8713 Pass unhandled queries to the parent class's query function.
8715 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8717 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8718 (gst_ogg_pad_src_query):
8719 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8720 * ext/theora/theoradec.c: (theora_dec_src_query),
8721 (theora_dec_sink_query):
8722 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8723 (vorbis_dec_sink_query):
8724 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8725 (gst_vorbisenc_sink_query):
8726 * gst/adder/gstadder.c: (gst_adder_query):
8727 Pass unhandled queries upstream instead of just
8728 dropping them (#326447). Also, fix supported
8729 query types list for some elements.
8731 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8733 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8734 (paris_type_find), (ilbc_type_find), (plugin_init):
8735 Fix typefinding for audio/x-au, audio/x-paris and
8736 audio/iLBC-sh. We cannot use the START_WITH macros
8737 here, because there can only be one typefind factory
8738 with the same name (caps), so the second one would
8739 replace the first one and the first one would never
8740 be called when doing typefinding (see #161712).
8743 2006-01-31 Wim Taymans <wim@fluendo.com>
8745 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8746 (vorbis_handle_header_packet), (vorbis_dec_push),
8747 (vorbis_handle_data_packet):
8748 Use scale_int when we can, add some more scaling.
8749 Check packettype before parsing it.
8751 2006-01-31 Wim Taymans <wim@fluendo.com>
8753 * ext/theora/theoradec.c: (_theora_granule_time),
8754 (theora_dec_src_convert), (theora_dec_sink_convert):
8755 Call right _scale functions.
8756 Use parameter instead of some other random value.
8758 2006-01-31 Wim Taymans <wim@fluendo.com>
8760 * ext/theora/theoradec.c: (_theora_granule_frame),
8761 (_theora_granule_time), (_inc_granulepos),
8762 (theora_dec_src_convert), (theora_dec_sink_convert),
8763 (theora_handle_type_packet), (theora_handle_data_packet),
8765 Use higher precision timestamps calculation.
8766 Convert some other conversions to _scale.
8768 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8770 * gst/audiotestsrc/gstaudiotestsrc.c:
8771 (gst_audio_test_src_create_sine_table), (plugin_init):
8772 * gst/volume/gstvolume.c: (plugin_init):
8773 initialize gst_controller before using
8775 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8777 * tests/check/pipelines/theoraenc.c:
8778 * tests/check/pipelines/vorbisenc.c:
8779 Define constant using G_GINT64_CONSTANT to avoid errors when
8780 passing it around - otherwise it gets truncated to 32 bits.
8782 Fixes failing tests.
8784 2006-01-31 Andy Wingo <wingo@pobox.com>
8786 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8787 caps being set doesn't have a framerate value. Basically a stopgap
8790 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8791 technically correct enough to put into core though.
8792 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8793 DURATION. Fixes theoraenc ! oggmux.
8795 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8796 fraction, not double.
8798 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8801 add vs7 project files created by Sergey Scobich
8803 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8806 add vs8 project files created by Sergey Scobich
8808 2006-01-30 Andy Wingo <wingo@pobox.com>
8810 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8811 timestamp + duration, not just timestamp -- ogg pages should be
8812 ordered by stop time. Necessary fix given the change in vorbis
8815 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8816 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8817 (granulepos_add): New function, handles the messiness of adjusting
8819 (theora_buffer_from_packet):
8821 (theora_enc_sink_event): Use granulepos_add, not +.
8823 * tests/check/pipelines/theoraenc.c
8824 (check_buffer_granulepos_from_starttime): Just check the frame
8825 count, not the actual granulepos -- we can't dictate to the
8826 encoder when it should be placing keyframes.
8828 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8830 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8831 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8832 play an http:// stream from a server that's not serving
8834 2006-01-30 Andy Wingo <wingo@pobox.com>
8836 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8837 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8838 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8841 * ext/theora/gsttheoraenc.h:
8842 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8843 although theoraenc was timestamping correctly. Added handling of
8844 streams that start with nonzero timestamps.
8846 * tests/check/Makefile.am:
8847 * tests/check/pipelines/theoraenc.c: New file, basically does same
8850 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8852 2006-01-30 Wim Taymans <wim@fluendo.com>
8854 * gst-libs/gst/audio/gstaudiosink.c:
8855 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8856 (gst_audioringbuffer_pause):
8857 Implement pause that does not wait for completion.
8859 * gst-libs/gst/audio/gstbaseaudiosink.c:
8860 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8861 Don't drop buffers when going to PAUSED but perform preroll on
8862 remaining samples now that core base class supports this.
8864 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8865 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8866 (gst_ring_buffer_commit):
8867 Pause should not signal waiters.
8868 Implement return value of _commit correctly.
8870 2006-01-30 Andy Wingo <wingo@pobox.com>
8872 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8874 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8875 updated to timestamp from the first sample, not the last.
8876 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8877 special care of granulepos and timestamp for header packets.
8878 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8879 when the first buffer has a nonzero timestamp.
8881 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8882 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8883 case when the first audio buffer we get has a nonzero timestamp.
8884 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8885 properly timestamp vorbis buffers with the time of the first
8886 sample, not the last.
8888 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8889 vorbis_granule_time_copy -- now it takes the granule/subgranule
8890 offset into account.
8892 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8893 timestamps, durations, and granulepos on buffers produced by
8896 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8898 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8899 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8900 Patch from Eric Jonas to support conversions to/from UYVY
8903 2006-01-30 Julien MOUTTE <julien@moutte.net>
8905 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8906 (setup_subtitle), (setup_source), (set_active_source):
8907 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8908 (gen_text_element), (gen_audio_element), (gen_vis_element),
8909 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8911 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8913 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8914 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8915 use gst_guint64_to_gdouble to be compliant with vs6
8916 * gst/playback/gstdecodebin.c: (try_to_link_1)
8917 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8918 use G_GINT64_CONSTANT for int64 constants
8919 * win32/common/libgstinterfaces.def:
8920 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8922 update and add new project files
8924 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8928 * win32/common/interfaces-enumtypes.c:
8929 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8930 (gst_mixer_track_flags_get_type),
8931 (gst_tuner_channel_flags_get_type):
8932 * win32/common/interfaces-enumtypes.h:
8933 * win32/common/multichannel-enumtypes.c:
8934 (gst_audio_channel_position_get_type):
8935 * win32/common/multichannel-enumtypes.h:
8936 add a win32-update rule like in core, and copy over enumtypes files
8938 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8941 * win32/common/config.h:
8942 * win32/common/config.h.in:
8943 add config files just like in core
8945 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8947 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8948 Make gcc-4.1 happy (part of #327357).
8950 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8952 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8953 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8954 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8955 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8956 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8957 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8958 Update all error messages. All of them should either use
8959 the default translated message, or actually provide a
8960 translatable string.
8961 Make the string for channel count problems meaningful.
8963 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8965 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8966 check for and throw RESOURCE_BUSY
8968 2006-01-27 David Schleef <ds@schleef.org>
8970 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8971 checked in this change -- it requires liboil features not
8972 in 0.3.6. Revert parts.
8974 2006-01-27 David Schleef <ds@schleef.org>
8977 * configure.ac: update liboil requirement to 0.3.6
8978 * gst/videoscale/Makefile.am:
8979 * gst/videoscale/vs_scanline.c: liboilify
8981 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8983 * ext/libvisual/visual.c: (get_buffer):
8984 When pad_alloc returns a GstFlowReturn other
8985 than GST_FLOW_OK, make sure it is passed upstream.
8987 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8989 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8990 (gst_alsasink_class_init):
8991 Free the device name string.
8993 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8994 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8995 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8996 Don't remove a pad from the collectpads structure until it
8997 is released - it's a request pad, and may receive data again
8998 if the element gets moved back to PLAYING state.
9000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9001 Ensure we turn on double buffering on the Xv port, and
9002 set the colour key to something dark and mysterious that
9005 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
9007 * ext/alsa/gstalsaplugin.c: (plugin_init):
9008 * ext/cdparanoia/gstcdparanoiasrc.c:
9009 (gst_cd_paranoia_src_base_init), (plugin_init):
9010 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9011 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9012 - a library should not call setlocale. see "Libraries" node in
9014 - make sure all plugins that use translation do bindtextdomain
9015 to point to the localedir
9016 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9017 (setup_sinks), (plugin_init):
9018 all this, and check for NULL when creating sinks
9020 2006-01-27 Julien MOUTTE <julien@moutte.net>
9022 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9023 (plugin_init): Make typefinding of subtitles work again.
9025 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
9027 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9028 (mp3_type_frame_length_from_header), (mp3_type_find),
9029 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9031 Backport a bunch of typefinding fixes from the 0.8 branch.
9032 Also, improve wavpack typefinding: if we can't peek the
9033 entire wavpack block, try to parse the bits we can get and
9034 see if we find what we're looking for in those.
9036 2006-01-26 Julien MOUTTE <julien@moutte.net>
9038 * sys/ximage/ximagesink.c:
9039 (gst_ximagesink_calculate_pixel_aspect_ratio):
9040 * sys/xvimage/xvimagesink.c:
9041 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9042 more cases of pixel aspect ratio.
9044 2006-01-26 Edward Hervey <edward@fluendo.com>
9046 * gst/playback/gstdecodebin.c: (pad_probe):
9047 Also consider the flush-start and tag events as unblockers
9050 2006-01-26 Julien MOUTTE <julien@moutte.net>
9052 * gst/playback/gstplaybin.c: (gst_play_bin_init),
9053 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9054 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9055 On the fly visualisation switch, works disabling, enabling as
9056 well but it won't be able to enable vis in a playbin that was
9057 created with no visualisation.
9059 2006-01-25 Wim Taymans <wim@fluendo.com>
9061 * gst-libs/gst/audio/gstbaseaudiosink.c:
9062 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9063 Undo previous commit that returned WRONG_STATE sooner, it breaks
9066 2006-01-25 Wim Taymans <wim@fluendo.com>
9068 * gst-libs/gst/audio/gstbaseaudiosink.c:
9069 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9070 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9072 Post error when caps cannot be parsed.
9073 Resync on discontinuity in the stream.
9074 Clip samples to segment boundaries.
9075 return WRONG_STATE sooner when we are flushing.
9077 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9078 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9079 Make audiosrc operate in TIME.
9080 Set TIMESTAMP and DURATION on buffers.
9082 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
9084 * tests/examples/seek/seek.c: (main):
9085 Output tag messages as well.
9087 2006-01-23 Edward Hervey <edward@fluendo.com>
9089 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9090 (free_pad_probes), (remove_fakesink), (pad_probe),
9091 (close_pad_link), (gst_decode_bin_change_state):
9092 Replace GstPadBlockCallback with pad probes that detect
9093 first buffer AND eos before removing fakesink.
9094 Fixes hang with demuxers doing EOS while pre-rolling.
9097 2006-01-23 Andy Wingo <wingo@pobox.com>
9099 * ext/alsa/gstalsasink.c:
9100 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9101 (gst_base_rtp_depayload_setcaps),
9102 (gst_base_rtp_depayload_add_to_queue),
9103 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9105 Patch by: Jens Granseuer <jensgr at gmx dot net>
9107 2006-01-22 Julien MOUTTE <julien@moutte.net>
9109 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9110 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9111 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
9112 frames. We might get a frame destroyed after changing state to
9113 NULL, adding a safety check on xcontext.
9115 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
9117 * gst-libs/gst/interfaces/xoverlay.c:
9118 Fix prepare-xwindow-id code example in the docs - we need to
9119 ignore all messages that aren't element messages as well.
9121 2006-01-21 Julien MOUTTE <julien@moutte.net>
9123 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9124 I think one day i'll completely undestand how caps negotiation
9125 is supposed to work. This refactoring handles buffer_alloc
9126 called with caps we can't handle. We definitely don't want a
9127 set_caps with those caps, so we define and allocate a buffer
9128 we would like to receive.
9130 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
9132 * gst/playback/gstplaybasebin.c: (setup_source):
9133 Free iterator when done.
9135 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
9137 * gst-libs/gst/audio/gstbaseaudiosink.c:
9138 (gst_base_audio_sink_render):
9139 Fix playback of non-synchronised streams by assuming a rate
9140 of 1.0 instead of a random one.
9142 Makes this work again:
9144 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9145 endianness=(int)4321, signed=(boolean)true, width=(int)16,
9146 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9147 audioresample ! alsasink
9149 === release 0.10.2 ===
9151 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9154 releasing 0.10.2, "Then the devil is six"
9156 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
9158 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9159 * gst/playback/gststreamselector.c:
9160 (gst_stream_selector_set_property):
9161 Comment out broken code that connects to the state-changed signal.
9162 At this point, changing current stream selection is broken, but
9163 stuff like gst-launch playbin current-audio=1 works and filters
9164 to the chosen stream.
9166 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9168 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9169 Fix #327216 (null dereference in vorbisdec)
9171 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
9173 * ext/theora/theoradec.c: (theora_handle_comment_packet):
9174 Post taglist actually on bus instead of just freeing it
9175 (fixes #327114 and totem bug #327080).
9177 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9178 Use gst_element_found_tags_for_pad(), so that the tags
9179 are sent downstream as an event as well.
9181 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
9183 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9184 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9185 (gst_ximagesink_buffer_alloc):
9186 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9187 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9188 (gst_xvimagesink_buffer_alloc):
9189 move all regularly occurring messages to GST_LOG level
9190 add some more object logs
9192 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
9194 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9195 fix a silly segfault
9197 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
9199 * docs/libs/gst-plugins-base-libs-docs.sgml:
9200 * docs/libs/gst-plugins-base-libs-sections.txt:
9201 * gst-libs/gst/audio/mixerutils.c:
9202 * gst-libs/gst/audio/mixerutils.h:
9203 Add docs for mixerutils stuff.
9205 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
9207 * gst/playback/gstplaybasebin.c: (setup_source):
9208 Fix playback for sources that emit raw audio or
9209 raw video streams (e.g.: cd audio sources) (#325984).
9211 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
9213 * gst-libs/gst/audio/mixerutils.c:
9214 (gst_audio_mixer_filter_do_filter):
9215 actually save the element we create
9217 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
9219 * gst-libs/gst/cdda/gstcddabasesrc.c:
9220 (gst_cdda_base_src_handle_track_seek):
9221 No need to post a tag message on the bus when seeking
9222 within the same track, only post it when the current
9225 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9227 * gst/playback/gstplaybasebin.c: (group_destroy),
9228 (probe_triggered), (new_decoded_pad), (mute_group_type),
9229 (set_active_source):
9230 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9231 * gst/playback/gststreamselector.c:
9232 (gst_stream_selector_base_init),
9233 (gst_stream_selector_set_property),
9234 (gst_stream_selector_request_new_pad):
9235 Reenable stream selection. These mechanisms need a complete overhaul
9236 in the face of 0.8->0.10 changes though.
9238 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9240 * ext/ogg/gstoggdemux.c:
9241 Change the pad template to src_%d to match the pads that
9242 are created from it. decodebin needs this information in order
9243 to decide that oggdemux is capable of producing multiple pads
9244 (and hence needs queues inserted).
9246 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9247 (gst_ogg_mux_collected):
9248 Make debug output more useful by using GST_PTR_FORMAT.
9250 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9252 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9254 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9255 Set depth and width for alaw/mulaw (fixes #326601).
9257 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9259 * tests/icles/Makefile.am:
9260 don't build the tests if we don't have the libs
9262 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9264 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9265 (gst_cd_paranoia_paranoia_callback):
9266 Don't try to free NULL pointers.
9268 2006-01-10 Edward Hervey <edward@fluendo.com>
9270 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9271 (gst_audio_rate_change_state), (plugin_init):
9272 Add debugging category.
9274 Add case for incoming buffers without valid offset/offset_end.
9276 2006-01-10 Michael Smith <msmith@fluendo.com>
9278 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9279 Don't leak GCond in audio sources.
9281 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9283 * gst/playback/gstplaybin.c: (gen_audio_element):
9284 Don't leak an autoaudiosink/alsasink when we generate
9285 a new audio element. (old code, I guess)
9287 2006-01-10 Michael Smith <msmith@fluendo.com>
9289 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9290 Support float audio in audiorate.
9291 Use width rather than depth for selecting sample width.
9293 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9295 * gst/videotestsrc/videotestsrc.h:
9296 Use GLib types here (that way we don't have to include the
9297 generated _stdint.h header, which makes life easier for win32
9298 folks that don't use autotools for the build) (#325990, patch
9299 by: Sergey Scobich).
9301 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9303 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9304 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9305 (gst_ring_buffer_pause), (wait_segment):
9306 * gst-libs/gst/audio/gstringbuffer.h:
9307 Name (private) union, makes Forte compiler happy (this time
9308 for real) (#324900).
9310 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9312 * gst-libs/gst/audio/Makefile.am:
9313 Link against libgstinterfaces, needed for mixer
9314 and property probe stuff.
9316 2006-01-09 Edward Hervey <edward@fluendo.com>
9318 * gst-libs/gst/Makefile.am:
9320 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9322 * gst-libs/gst/audio/Makefile.am:
9323 * gst-libs/gst/audio/mixerutils.c:
9324 (gst_audio_mixer_filter_do_filter),
9325 (gst_audio_mixer_filter_check_element),
9326 (gst_audio_mixer_filter_probe_feature),
9327 (element_factory_rank_compare_func),
9328 (gst_audio_default_registry_mixer_filter):
9329 * gst-libs/gst/audio/mixerutils.h:
9330 Add gst_audio_default_registry_mixer_filter() utility
9333 2006-01-03 Michael Smith <msmith@fluendo.com>
9335 * gst/audioresample/resample.h:
9336 As before, but for o_buf
9338 2006-01-03 Michael Smith <msmith@fluendo.com>
9340 * gst/audioresample/resample.h:
9341 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9342 since we do arithmetic on it.
9344 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9346 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9347 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9348 (gst_ring_buffer_pause), (wait_segment):
9349 * gst-libs/gst/audio/gstringbuffer.h:
9350 Sun's Forte compiler doesn't seem to like anonymous structs,
9351 so use same setup as in GstBaseSrc (fixes #324900).
9353 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9356 * gst/volume/Makefile.am:
9357 * gst/volume/demo.c:
9358 move old example to tests/examples/volume/volune.c
9359 * tests/examples/Makefile.am:
9360 * tests/examples/seek/seek.c: (main):
9361 change window-close event from "delete-event" to "destroy"
9362 * tests/examples/volume/Makefile.am:
9363 * tests/examples/volume/volume.c: (value_changed_callback),
9364 (setup_gui), (message_received), (eos_message_received), (main):
9365 fix event handling and bus usage
9367 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9369 * gst/audiotestsrc/gstaudiotestsrc.c:
9370 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9371 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9372 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9373 (gst_audio_test_src_create_square),
9374 (gst_audio_test_src_create_saw),
9375 (gst_audio_test_src_create_triangle),
9376 (gst_audio_test_src_create_silence),
9377 (gst_audio_test_src_create_white_noise),
9378 (gst_audio_test_src_create_pink_noise),
9379 (gst_audio_test_src_init_sine_table),
9380 (gst_audio_test_src_create_sine_table),
9381 (gst_audio_test_src_change_wave),
9382 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9383 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9384 * gst/audiotestsrc/gstaudiotestsrc.h:
9385 update to basesrc changes, implement segmented seeking and eos
9386 handling, add a 'sine-tab' waveform for performance critical playback
9388 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9391 ... and this time the other modified file that I missed last time.
9393 2005-12-29 Michael Smith <msmith@fluendo.com>
9395 * gst/playback/gstdecodebin.c: (new_pad):
9396 Fix non-C89 variable declaration not at the start of a block. Should
9397 help some compilers.
9399 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9401 * tests/check/Makefile.am:
9402 And now fix 'make distcheck' (builddir != srcdir)
9404 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9407 * ext/cdparanoia/Makefile.am:
9408 * ext/cdparanoia/gstcdparanoia.c:
9409 * ext/cdparanoia/gstcdparanoia.h:
9410 * ext/cdparanoia/gstcdparanoiasrc.c:
9411 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9412 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9413 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9414 (gst_cd_paranoia_paranoia_callback),
9415 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9416 (gst_cd_paranoia_src_set_property),
9417 (gst_cd_paranoia_src_get_property), (plugin_init):
9418 * ext/cdparanoia/gstcdparanoiasrc.h:
9419 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9420 plugin again (there are still fixes required to playbin to make
9421 cdda:// uris work there).
9423 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9425 * tests/check/Makefile.am:
9426 Fix test case compilation.
9428 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9430 * gst-libs/gst/cdda/gstcddabasesrc.c:
9431 (gst_cdda_base_src_update_duration),
9432 (gst_cdda_base_src_calculate_cddb_id):
9433 An integer is not a string. Fix access to uninitialised variable.
9435 * tests/check/Makefile.am:
9436 Add cddabasesrc unit test; also actually enable the vorbis test.
9438 * tests/check/generic/states.c:
9439 Blacklist new cd audio elements as well.
9441 * tests/check/libs/cddabasesrc.c:
9442 Unit test for GstCddaBaseSrc (discid calculation mostly).
9444 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9446 * docs/libs/Makefile.am:
9447 * docs/libs/gst-plugins-base-libs-docs.sgml:
9448 * docs/libs/gst-plugins-base-libs-sections.txt:
9449 * docs/libs/gst-plugins-base-libs.types:
9450 Add docs for libgstcdda/GstCddaBaseSrc.
9452 * gst-libs/gst/interfaces/mixertrack.h:
9453 Do one struct member per line with a semicolon at the end, that way
9454 even gtk-doc might parse it without complaining.
9456 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9459 * gst-libs/gst/Makefile.am:
9460 * gst-libs/gst/cdda/Makefile.am:
9461 * gst-libs/gst/cdda/base64.c:
9462 * gst-libs/gst/cdda/base64.h:
9463 * gst-libs/gst/cdda/gstcddabasesrc.c:
9464 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9465 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9466 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9467 (gst_cdda_base_src_get_property),
9468 (gst_cdda_base_src_get_track_from_sector),
9469 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9470 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9471 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9472 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9473 (gst_cdda_base_src_uri_get_protocols),
9474 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9475 (gst_cdda_base_src_uri_handler_init),
9476 (gst_cdda_base_src_setup_interfaces),
9477 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9478 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9479 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9480 (gst_cdda_base_src_add_tags),
9481 (gst_cdda_base_src_add_index_associations),
9482 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9483 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9484 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9485 (gst_cdda_base_src_create):
9486 * gst-libs/gst/cdda/gstcddabasesrc.h:
9487 * gst-libs/gst/cdda/sha1.c:
9488 * gst-libs/gst/cdda/sha1.h:
9489 Add new libgstcdda with GstCddaBaseSrc class.
9491 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9493 * ext/gnomevfs/gstgnomevfssink.h:
9494 Use GstBaseSinkClass as parent_class member for class struct, not
9497 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9499 Patch by: Michael Benes
9501 * gst/videotestsrc/gstvideotestsrc.c:
9502 (gst_video_test_src_class_init), (gst_video_test_src_start):
9503 Add start method to reset running time and number of frames sent
9504 when starting up (fixes #324696)
9506 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9508 * docs/plugins/Makefile.am:
9509 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9510 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9511 * docs/plugins/gst-plugins-base-plugins.args:
9512 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9513 * docs/plugins/gst-plugins-base-plugins.signals:
9514 Add docs stuff for gnomevfssrc and gnomevfssink.
9516 * ext/gnomevfs/gstgnomevfssrc.c:
9517 Fix example pipeline in gtk-doc blurb.
9519 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9521 * ext/gnomevfs/Makefile.am:
9522 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9523 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9524 (gst_gnome_vfs_handle_get_type), (plugin_init):
9525 * ext/gnomevfs/gstgnomevfs.h:
9526 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9527 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9528 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9529 (gst_gnome_vfs_sink_set_property),
9530 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9531 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9532 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9533 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9534 (gst_gnome_vfs_sink_uri_get_type),
9535 (gst_gnome_vfs_sink_uri_get_protocols),
9536 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9537 (gst_gnome_vfs_sink_uri_handler_init):
9538 * ext/gnomevfs/gstgnomevfssink.h:
9539 Port gnomevfssink; add gtk-doc blurb.
9541 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9542 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9543 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9544 (gst_gnome_vfs_src_uri_get_type),
9545 (gst_gnome_vfs_src_uri_get_protocols),
9546 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9547 (gst_gnome_vfs_src_uri_handler_init),
9548 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9549 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9550 (gst_gnome_vfs_src_send_additional_headers_callback),
9551 (gst_gnome_vfs_src_received_headers_callback),
9552 (gst_gnome_vfs_src_push_callbacks),
9553 (gst_gnome_vfs_src_pop_callbacks),
9554 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9555 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9556 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9557 * ext/gnomevfs/gstgnomevfssrc.h:
9558 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9559 file; add gtk-doc blurb with example pipelines.
9561 === release 0.10.1 ===
9563 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9566 releasing 0.10.1, "Dobro Dedek"
9568 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9570 * gst/typefind/gsttypefindfunctions.c:
9571 iLBC30 and iLBC20 added to typefind.
9573 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9575 * gst-libs/gst/audio/gstbaseaudiosink.c:
9576 (gst_base_audio_sink_class_init):
9577 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9578 (gst_base_audio_src_class_init):
9579 update strings, values are in microseconds
9580 change the default sink buffer time to something that is smaller
9581 (to help software volume mixing have a slightly lower delay) but
9582 still be acceptable on Wim's laptop
9584 2005-12-20 Edward Hervey <edward@fluendo.com>
9586 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9587 Made a quack, forgot to add DUCK to the riff video template.
9589 2005-12-19 Edward Hervey <edward@fluendo.com>
9591 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9592 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9593 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9594 (gst_ogm_parse_chain):
9595 Make sure pads are initialized correctly.
9596 * gst-libs/gst/riff/riff-ids.h:
9597 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9598 (gst_riff_create_video_template_caps):
9599 Add a whole bunch of FOURCC <=> MimeType.
9600 Extend the riff video pad template to support the newly added fourcc.
9602 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9604 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9605 (gst_ogg_demux_activate_chain):
9606 Extra debug output when activating/deactivating chains.
9608 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9609 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9611 Remove a queue from our list when it becomes unlinked.
9612 Don't add queues to elements in class 'Demux' if they
9613 can only produce one pad
9615 2005-12-18 Julien MOUTTE <julien@moutte.net>
9617 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9618 (gst_video_sink_get_type): Add a debug category.
9620 2005-12-17 Philippe Khalaf <burger@speedy.org>
9622 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9623 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9624 Handle downstream newsegment by sending our own newsegment before the
9625 next buffer to be released. (#323900)
9627 2005-12-17 Philippe Khalaf <burger@speedy.org>
9629 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9630 (gst_base_rtp_depayload_set_gst_timestamp):
9631 add queue delay to new segment as well (as opposed to just the first
9632 buffer). (bug #322347)
9634 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9636 * ext/libvisual/visual.c: (make_valid_name):
9637 change some char* into char[]
9638 * gst/audiotestsrc/gstaudiotestsrc.c:
9639 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9640 (gst_audio_test_src_create):
9641 * gst/audiotestsrc/gstaudiotestsrc.h:
9642 prepare to handle EOS and SEGMENT_DONE
9644 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9646 * tests/check/generic/states.c: (GST_START_TEST):
9647 Blacklist cdparanoia element in state test.
9649 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9651 Patch by: Benjamin Pineau
9654 * gst/tcp/gsttcpclientsink.c:
9655 * gst/tcp/gsttcpserversink.c:
9656 * gst/tcp/gsttcpserversrc.c:
9657 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9659 2005-12-15 Michael Smith <msmith@fluendo.com>
9661 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9662 (gst_video_rate_chain):
9663 Fix timestamping for videorate when the first buffer it sees has a
9664 non-zero timestamp. Fix some misleading debug output.
9666 2005-12-15 Michael Smith <msmith@fluendo.com>
9668 * gst/audioresample/gstaudioresample.c:
9669 Don't leak all input buffers to audioresample.
9671 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9673 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9674 Don't operate on empty text buffers. Strip newlines and
9675 tabs only from the end of the text, but leave them intact
9676 in the middle. Fix typo in gtk-doc description.
9678 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9680 * gst/playback/gstplaybasebin.c:
9681 * gst/playback/gstplaybin.c: (handoff):
9682 Make sure the video frame buffer we return to apps via the
9683 "frame" property always has caps set on it. Modify
9684 _gst_gvalue_set_object() macro to handle NULL objects
9687 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9689 * gst/audiotestsrc/gstaudiotestsrc.c:
9690 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9691 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9692 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9693 (gst_audio_test_src_create):
9694 * gst/audiotestsrc/gstaudiotestsrc.h:
9695 Adjust to some recent api changes and add wtays new cool seeking
9698 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9700 * ext/alsa/Makefile.am:
9701 * ext/alsa/gstalsadeviceprobe.c:
9702 * ext/alsa/gstalsadeviceprobe.h:
9703 Helper functions to add device probing via the GstPropertyProbe
9704 interface to a class.
9706 * ext/alsa/gstalsamixer.h:
9707 Comment out GST_ALSA_MIXER, it returns a struct that's not
9710 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9711 Add some debug info.
9713 * ext/alsa/gstalsamixerelement.c:
9714 (gst_alsa_mixer_element_interface_supported),
9715 (gst_implements_interface_init),
9716 (gst_alsa_mixer_element_init_interfaces),
9717 (gst_alsa_mixer_element_class_init),
9718 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9719 (gst_alsa_mixer_element_set_property),
9720 (gst_alsa_mixer_element_get_property),
9721 (gst_alsa_mixer_element_change_state):
9722 * ext/alsa/gstalsamixerelement.h:
9723 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9724 for device handling (gnome-volume-control will need that).
9726 2005-12-12 Christian Schaller <uraeus@gnome.org>
9728 * ext/Makefile.am: fix cdparanoia entry
9729 * gst-plugins-base.spec.in: add cdparanoia
9731 2005-12-12 Michael Smith <msmith@fluendo.com>
9733 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9734 Use the correct function to free list of typefind factories.
9736 2005-12-12 Wim Taymans <wim@fluendo.com>
9738 * gst/videotestsrc/gstvideotestsrc.c:
9739 (gst_video_test_src_class_init), (gst_video_test_src_init),
9740 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9741 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9742 (gst_video_test_src_create):
9743 * gst/videotestsrc/gstvideotestsrc.h:
9744 Implement seeking in videotestsrc.
9747 2005-12-12 Wim Taymans <wim@fluendo.com>
9749 * ext/cdparanoia/Makefile.am:
9750 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9751 (gst_paranoia_endian_get_type), (_do_init),
9752 (cdparanoia_class_init), (cdparanoia_init),
9753 (cdparanoia_set_property), (cdparanoia_get_property),
9754 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9755 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9756 (cdparanoia_convert), (cdparanoia_get_query_types),
9757 (cdparanoia_query), (cdparanoia_set_index),
9758 (cdparanoia_uri_set_uri):
9759 * ext/cdparanoia/gstcdparanoia.h:
9760 Partially ported cdparanoia now that basesrc can support a
9763 2005-12-12 Wim Taymans <wim@fluendo.com>
9765 * tests/examples/seek/scrubby.c: (main):
9766 Set higher priority for bus events so they don't get reordered with
9769 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9770 (flush_toggle_cb), (main):
9771 Added checkbox to disable flushing seeks.
9772 Disable scrubbing when doing non flushing seeks.
9774 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9776 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9777 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9778 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9779 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9780 Implement some sort of event handling that doesn't rely on
9781 g_return_if_fail; make sure we always push the last chunk of an
9782 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9783 state change function; remove some old cruft. Seeking is still
9784 rather unlikely to work though.
9789 2005-12-11 Julien MOUTTE <julien@moutte.net>
9791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9792 Fixed a leak of the current image reference when cleaning up.
9793 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9795 2005-12-09 Michael Smith <msmith@fluendo.com>
9797 * tools/Makefile.am:
9798 * tools/gst-launch-ext-m.m:
9799 Remove gst-launch-ext. It doesn't work, and is no longer
9800 particularly useful.
9802 2005-12-08 Luca Ognibene <luogni@tin.it>
9804 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9805 don't pass random values to ogmparse convert function.
9806 Make seeking possible in the exile1.ogm file.
9808 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9810 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9811 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9812 Work around refcount problem with g_value_set_object() that occur
9813 if the core has been compiled against GLib-2.6 (g_value_set_object()
9814 will only g_object_ref() the element, but the caller will
9815 gst_object_unref() it and bad things will happen due to the way
9816 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9817 totem for people on FC4 using Thomas's 0.10 RPMs.
9819 2005-12-07 Edward Hervey <edward@fluendo.com>
9821 Time to welcome ogm to 0.10 :)
9823 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9824 (gst_ogg_pad_typefind):
9825 Oggdemux can now properly typefind elements with dynamic pads.
9826 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9827 Properly set caps on src pad, and set caps on outgoing buffers.
9829 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9831 * ext/alsa/gstalsamixer.h:
9832 * ext/alsa/gstalsamixerelement.h:
9833 * ext/alsa/gstalsamixeroptions.h:
9834 * ext/alsa/gstalsamixertrack.h:
9835 * ext/alsa/gstalsasink.c:
9836 * ext/alsa/gstalsasink.h:
9837 * ext/alsa/gstalsasrc.c:
9838 * ext/alsa/gstalsasrc.h:
9839 * ext/cdparanoia/gstcdparanoia.h:
9840 * ext/gnomevfs/gstgnomevfsuri.h:
9841 * ext/ogg/gstoggdemux.c:
9842 * ext/ogg/gstoggmux.c:
9843 * ext/pango/gsttextoverlay.h:
9844 * ext/theora/theoradec.c:
9845 * ext/theora/theoraenc.c:
9846 * ext/vorbis/vorbisdec.h:
9847 * ext/vorbis/vorbisenc.c:
9848 * ext/vorbis/vorbisenc.h:
9849 * ext/vorbis/vorbisparse.h:
9850 * gst-libs/gst/audio/gstaudioclock.h:
9851 * gst-libs/gst/audio/gstaudiosink.c:
9852 * gst-libs/gst/audio/gstaudiosink.h:
9853 * gst-libs/gst/audio/gstaudiosrc.c:
9854 * gst-libs/gst/audio/gstaudiosrc.h:
9855 * gst-libs/gst/audio/gstbaseaudiosink.c:
9856 * gst-libs/gst/audio/gstbaseaudiosink.h:
9857 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9858 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9859 * gst-libs/gst/audio/gstringbuffer.h:
9860 * gst-libs/gst/audio/multichannel.h:
9861 * gst-libs/gst/floatcast/floatcast.h:
9862 * gst-libs/gst/interfaces/colorbalance.c:
9863 * gst-libs/gst/interfaces/colorbalance.h:
9864 * gst-libs/gst/interfaces/colorbalancechannel.h:
9865 * gst-libs/gst/interfaces/mixer.h:
9866 * gst-libs/gst/interfaces/mixeroptions.h:
9867 * gst-libs/gst/interfaces/mixertrack.h:
9868 * gst-libs/gst/interfaces/navigation.h:
9869 * gst-libs/gst/interfaces/propertyprobe.h:
9870 * gst-libs/gst/interfaces/tuner.h:
9871 * gst-libs/gst/interfaces/tunerchannel.h:
9872 * gst-libs/gst/interfaces/tunernorm.h:
9873 * gst-libs/gst/interfaces/xoverlay.h:
9874 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9875 * gst-libs/gst/riff/riff-ids.h:
9876 * gst-libs/gst/riff/riff-media.h:
9877 * gst-libs/gst/riff/riff-read.h:
9878 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9879 * gst-libs/gst/rtp/gstbasertppayload.c:
9880 * gst-libs/gst/rtp/gstbasertppayload.h:
9881 * gst-libs/gst/rtp/gstrtpbuffer.c:
9882 * gst-libs/gst/rtp/gstrtpbuffer.h:
9883 * gst-libs/gst/tag/gsttageditingprivate.h:
9884 * gst-libs/gst/tag/gstvorbistag.c:
9885 (gst_tag_list_from_vorbiscomment_buffer):
9886 * gst-libs/gst/tag/tag.h:
9887 * gst-libs/gst/video/video.h:
9888 * gst/adder/gstadder.c:
9889 * gst/adder/gstadder.h:
9890 * gst/audioconvert/audioconvert.c:
9891 * gst/audioconvert/audioconvert.h:
9892 * gst/audioconvert/gstaudioconvert.c:
9893 * gst/audioconvert/gstchannelmix.c:
9894 * gst/audioconvert/gstchannelmix.h:
9895 * gst/audiorate/gstaudiorate.c:
9896 * gst/audioresample/buffer.h:
9897 * gst/audioresample/functable.h:
9898 * gst/audioresample/gstaudioresample.c:
9899 * gst/audioresample/resample.h:
9900 * gst/ffmpegcolorspace/avcodec.h:
9901 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9902 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9903 * gst/ffmpegcolorspace/imgconvert.c:
9904 * gst/ffmpegcolorspace/imgconvert_template.h:
9905 * gst/playback/gstdecodebin.c:
9906 * gst/playback/gstplaybasebin.h:
9907 * gst/playback/gstplaybin.c:
9908 * gst/playback/gststreaminfo.h:
9909 * gst/tcp/gstfdset.c:
9910 * gst/tcp/gstfdset.h:
9911 * gst/tcp/gstmultifdsink.c:
9912 * gst/tcp/gstmultifdsink.h:
9914 * gst/tcp/gsttcpclientsrc.c:
9915 * gst/tcp/gsttcpclientsrc.h:
9916 * gst/tcp/gsttcpplugin.h:
9917 * gst/tcp/gsttcpserversink.c:
9918 * gst/tcp/gsttcpserversrc.c:
9919 * gst/typefind/gsttypefindfunctions.c:
9920 * gst/videorate/gstvideorate.c:
9921 * gst/videotestsrc/gstvideotestsrc.h:
9922 * gst/videotestsrc/videotestsrc.h:
9923 * sys/v4l/gstv4lcolorbalance.h:
9924 * sys/v4l/gstv4ltuner.h:
9925 * sys/v4l/gstv4lxoverlay.h:
9926 * sys/v4l/v4l_calls.h:
9927 * sys/v4l/videodev_mjpeg.h:
9928 * tests/check/elements/audioconvert.c:
9929 * tests/check/elements/audioresample.c:
9930 * tests/check/elements/audiotestsrc.c:
9931 * tests/check/elements/videotestsrc.c:
9932 * tests/check/elements/volume.c:
9933 * tests/examples/seek/scrubby.c:
9934 * tests/examples/seek/seek.c:
9937 === release 0.10.0 ===
9939 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9942 releasing 0.10.0, "Mont-d'or"
9944 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9946 * tests/examples/seek/Makefile.am:
9947 Build fix for when gtk is not available.
9949 2005-12-05 Andy Wingo <wingo@pobox.com>
9951 * ext/libvisual/visual.c: (get_buffer):
9952 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9953 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9954 * ext/theora/theoradec.c: (theora_handle_data_packet):
9955 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9957 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9958 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9959 Update for alloc_buffer changes.
9961 2005-12-05 Andy Wingo <wingo@pobox.com>
9963 patch by: Kai Vehmanen <kv2004 eca cx>
9965 * gst-libs/gst/rtp/gstbasertpdepayload.c
9966 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9968 2005-12-04 Andy Wingo <wingo@pobox.com>
9970 patch by: Sebastien Cote <sebas642 yahoo ca>
9972 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9975 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9977 * docs/plugins/Makefile.am:
9978 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9979 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9980 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9981 * ext/pango/gstclockoverlay.c:
9982 * ext/pango/gsttextoverlay.c:
9983 * ext/pango/gsttextrender.c:
9984 * ext/pango/gsttimeoverlay.c:
9985 Add gtk-doc blurbs to pango elements.
9987 2005-12-02 Wim Taymans <wim@fluendo.com>
9989 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9990 * gst/audioresample/buffer.h:
9991 * gst/audioresample/gstaudioresample.c:
9992 * gst/audioresample/gstaudioresample.h:
9993 * gst/audioresample/resample.c: (resample_input_flush),
9994 (resample_input_pushthrough), (resample_input_eos),
9995 (resample_get_output_size_for_input),
9996 (resample_get_input_size_for_output), (resample_get_output_size),
9997 (resample_get_output_data):
9998 * gst/audioresample/resample.h:
9999 * gst/audioresample/resample_ref.c: (resample_scale_ref):
10000 Fix audioresample, seek torture, new segments, reverse negotiation
10003 2005-12-02 Wim Taymans <wim@fluendo.com>
10005 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10008 2005-12-02 Wim Taymans <wim@fluendo.com>
10010 * gst/audioconvert/gstaudioconvert.c:
10011 (gst_audio_convert_transform):
10014 === release 0.9.7 ===
10016 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10019 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10021 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10027 add win32 MANIFEST file
10028 do something to the hungarian translation
10030 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
10033 Add $(PANGO_DIR) to SUBDIRS
10035 * ext/pango/gstclockoverlay.c:
10036 * ext/pango/gsttimeoverlay.c:
10037 Fix and improve element descriptions.
10039 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10041 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10042 * docs/plugins/inspect/plugin-libvisual.xml:
10043 * docs/plugins/inspect/plugin-pango.xml:
10044 add pango plugin to docs
10046 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10050 moved pango to base
10052 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10055 * tests/Makefile.am:
10056 * tests/icles/.cvsignore:
10057 * tests/icles/Makefile.am:
10058 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10059 (close_display), (resize_window), (move_window), (create_window),
10060 (terminate_playback), (pause_playback), (start_playback), (main):
10061 add stress test for xoverlay from Julien
10063 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10065 * docs/libs/tmpl/gstcolorbalance.sgml:
10066 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10067 * gst-libs/gst/rtp/gstbasertppayload.c:
10068 * gst-libs/gst/rtp/gstrtpbuffer.c:
10069 * gst-libs/gst/rtp/gstrtpbuffer.h:
10070 Do burger's rename for rtp payloaders and depayloaders
10072 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10075 add Visual Studio 6 build files
10077 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10079 * docs/libs/gst-plugins-base-libs-docs.sgml:
10080 * docs/libs/gst-plugins-base-libs-sections.txt:
10081 * docs/libs/tmpl/gstaudio.sgml:
10082 * docs/libs/tmpl/gstringbuffer.sgml:
10083 * gst-libs/gst/interfaces/xoverlay.c:
10084 * gst-libs/gst/video/gstvideofilter.c:
10085 * gst-libs/gst/video/gstvideosink.c:
10086 update documentation
10088 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10090 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10091 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10092 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10093 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10094 (gst_multi_fd_sink_get_stats),
10095 (gst_multi_fd_sink_remove_client_link),
10096 (gst_multi_fd_sink_handle_client_read),
10097 (gst_multi_fd_sink_client_queue_data),
10098 (gst_multi_fd_sink_client_queue_caps),
10099 (gst_multi_fd_sink_client_queue_buffer),
10100 (gst_multi_fd_sink_new_client),
10101 (gst_multi_fd_sink_handle_client_write),
10102 (gst_multi_fd_sink_recover_client),
10103 (gst_multi_fd_sink_queue_buffer),
10104 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10105 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10106 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10107 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10108 * gst/tcp/gstmultifdsink.h:
10109 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10110 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10111 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10112 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10113 (gst_tcp_client_sink_set_property),
10114 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10115 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10116 * gst/tcp/gsttcpclientsink.h:
10117 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10118 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10119 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10120 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10121 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10122 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10123 * gst/tcp/gsttcpclientsrc.h:
10124 * gst/tcp/gsttcpplugin.c: (plugin_init):
10125 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10126 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10127 (gst_tcp_server_sink_finalize),
10128 (gst_tcp_server_sink_handle_server_read),
10129 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10130 (gst_tcp_server_sink_set_property),
10131 (gst_tcp_server_sink_get_property),
10132 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10133 * gst/tcp/gsttcpserversink.h:
10134 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10135 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10136 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10137 (gst_tcp_server_src_set_property),
10138 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10139 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10140 * gst/tcp/gsttcpserversrc.h:
10143 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10145 * docs/plugins/Makefile.am:
10146 * docs/plugins/gst-plugins-base-plugins.args:
10147 * docs/plugins/inspect/plugin-libvisual.xml:
10148 * gst/audioconvert/plugin.h:
10149 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10150 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10151 (gst_audio_rate_setcaps), (gst_audio_rate_init),
10152 (gst_audio_rate_chain), (gst_audio_rate_set_property),
10153 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10155 * gst/audiotestsrc/gstaudiotestsrc.c:
10156 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10157 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10158 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10159 (gst_audio_test_src_get_query_types),
10160 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10161 (gst_audio_test_src_create_square),
10162 (gst_audio_test_src_create_saw),
10163 (gst_audio_test_src_create_triangle),
10164 (gst_audio_test_src_create_silence),
10165 (gst_audio_test_src_create_white_noise),
10166 (gst_audio_test_src_init_pink_noise),
10167 (gst_audio_test_src_generate_pink_noise_value),
10168 (gst_audio_test_src_create_pink_noise),
10169 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10170 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10171 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10173 * gst/audiotestsrc/gstaudiotestsrc.h:
10174 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10175 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10176 (gst_sub_parse_init), (gst_sub_parse_formats),
10177 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10178 (convert_encoding), (get_next_line),
10179 (gst_sub_parse_data_format_autodetect),
10180 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10181 (gst_sub_parse_loop), (gst_sub_parse_chain),
10182 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10184 * gst/subparse/gstsubparse.h:
10185 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10186 (gst_video_rate_base_init), (gst_video_rate_class_init),
10187 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10188 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10189 (gst_video_rate_init), (gst_video_rate_event),
10190 (gst_video_rate_chain), (gst_video_rate_set_property),
10191 (gst_video_rate_get_property), (gst_video_rate_change_state),
10193 * gst/videoscale/gstvideoscale.c:
10194 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10195 (gst_video_scale_src_template_factory),
10196 (gst_video_scale_sink_template_factory),
10197 (gst_video_scale_get_type), (gst_video_scale_base_init),
10198 (gst_video_scale_class_init), (gst_video_scale_init),
10199 (gst_video_scale_set_property), (gst_video_scale_get_property),
10200 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10201 (gst_video_scale_prepare_size), (parse_caps),
10202 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10203 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10204 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10206 * gst/videoscale/gstvideoscale.h:
10207 * gst/videotestsrc/gstvideotestsrc.c:
10208 (gst_video_test_src_pattern_get_type),
10209 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10210 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10211 (gst_video_test_src_set_pattern),
10212 (gst_video_test_src_set_property),
10213 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10214 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10215 (gst_video_test_src_event), (gst_video_test_src_get_times),
10216 (gst_video_test_src_create), (plugin_init):
10217 * gst/videotestsrc/gstvideotestsrc.h:
10218 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10219 (gst_video_test_src_smpte), (gst_video_test_src_snow),
10220 (gst_video_test_src_black):
10221 * gst/videotestsrc/videotestsrc.h:
10223 clean up docs a little
10225 2005-11-30 Wim Taymans <wim@fluendo.com>
10227 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10228 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10229 (gst_basertppayload_event), (gst_basertppayload_push),
10230 (gst_basertppayload_change_state):
10231 * gst-libs/gst/rtp/gstbasertppayload.h:
10234 2005-11-30 Julien MOUTTE <julien@moutte.net>
10236 * docs/libs/gst-plugins-base-libs-docs.sgml:
10237 * docs/libs/gst-plugins-base-libs-sections.txt:
10238 * gst-libs/gst/video/gstvideofilter.c:
10239 * gst-libs/gst/video/gstvideosink.c:
10240 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10242 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10262 * scripts/autoplugins.sh:
10265 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10269 * examples/Makefile.am:
10270 * examples/capsfilter/Makefile.am:
10271 * examples/capsfilter/capsfilter1.c:
10272 * examples/gob/Makefile.am:
10273 * examples/gob/gst-identity2.gob:
10274 * examples/indexing/.cvsignore:
10275 * examples/indexing/Makefile.am:
10276 * examples/indexing/indexmpeg.c:
10277 * examples/seeking/.cvsignore:
10278 * examples/seeking/Makefile.am:
10279 * examples/seeking/cdparanoia.c:
10280 * examples/seeking/cdplayer.c:
10281 * examples/seeking/chained.c:
10282 * examples/seeking/scrubby.c:
10283 * examples/seeking/seek.c:
10284 * examples/stats/Makefile.am:
10285 * examples/stats/mp2ogg.c:
10286 * examples/switch/.cvsignore:
10287 * examples/switch/Makefile.am:
10288 * examples/switch/switcher.c:
10289 * tests/Makefile.am:
10290 * tests/check/generic/.cvsignore:
10291 * tests/check/pipelines/.cvsignore:
10292 * tests/examples/Makefile.am:
10293 * tests/examples/seek/Makefile.am:
10294 reorganize stuff under tests/
10296 2005-11-30 Edward Hervey <edward@fluendo.com>
10298 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10299 Go away you stupid GstStaticPadTemplate memleak.
10301 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10303 * gst-libs/gst/net/Makefile.am:
10304 * gst-libs/gst/net/README:
10305 * gst-libs/gst/net/gstnetbuffer.c:
10306 * gst-libs/gst/net/gstnetbuffer.h:
10307 this was moved to "netbuffer"
10309 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10311 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10312 (gst_video_filter_class_init), (gst_video_filter_init):
10313 * gst-libs/gst/video/gstvideofilter.h:
10314 borgify name to bring in line with other classes
10316 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10318 * gst/audioscale/.cvsignore:
10319 * gst/audioscale/Makefile.am:
10320 * gst/audioscale/README:
10321 * gst/audioscale/audioscale.vcproj:
10322 * gst/audioscale/dtof.c:
10323 * gst/audioscale/dtos.c:
10324 * gst/audioscale/functable.c:
10325 * gst/audioscale/gstaudioscale.c:
10326 * gst/audioscale/gstaudioscale.h:
10327 * gst/audioscale/private.h:
10328 * gst/audioscale/resample.c:
10329 * gst/audioscale/resample.h:
10330 * gst/audioscale/test.c:
10333 2005-11-30 Edward Hervey <edward@fluendo.com>
10335 * gst-libs/gst/netbuffer/Makefile.am:
10336 really, really tired
10338 2005-11-30 Edward Hervey <edward@fluendo.com>
10340 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10341 Update for new GstTypeFindFactory _register()
10343 2005-11-30 Edward Hervey <edward@fluendo.com>
10345 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10346 Let's not override libgstnet from core for no reason...
10347 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10348 Ok, maybe not so quick next time.
10350 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10353 * gst-libs/gst/Makefile.am:
10354 moved gst-libs/gst/net to netbuffer through CVS surgery
10355 remove old directory
10356 updating build to accomodate
10359 2005-11-29 Andy Wingo <wingo@pobox.com>
10361 * pkgconfig/gstreamer-plugins-base.pc.in:
10362 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10363 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10366 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10368 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10369 3rd time's the charm. Correct ref-counting for discarded buffers.
10371 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10373 * gst/playback/gststreamselector.c:
10374 (gst_stream_selector_class_init),
10375 (gst_stream_selector_set_property),
10376 (gst_stream_selector_get_property),
10377 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10380 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10382 * gst/subparse/gstsubparse.c: (feed_textbuf):
10383 Don't access already unref'ed buffer.
10385 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10387 * gst/playback/gststreamselector.c:
10388 (gst_stream_selector_class_init), (gst_stream_selector_init),
10389 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10390 (gst_stream_selector_get_property),
10391 (gst_stream_selector_get_linked_pad),
10392 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10393 * gst/playback/gststreamselector.h:
10394 Add the active-pad property for playbin to use shortly. Ignore buffers
10395 from any other pad, returning GST_FLOW_NOT_LINKED
10397 2005-11-29 Julien MOUTTE <julien@moutte.net>
10399 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10400 patch from bug #322704 (Alessandro Decina).
10402 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10404 * gst-libs/gst/audio/Makefile.am:
10405 folded audiofilter into the audio library
10407 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10409 * gst/videoscale/gstvideoscale.h:
10410 * gst/videoscale/gstvideoscale.c:
10411 remove unimplemented scale methods
10413 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10415 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10418 2005-11-28 Julien MOUTTE <julien@moutte.net>
10420 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10421 (gst_ximagesink_setcaps):
10422 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10423 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10424 happens (only visible on ximagesink but bug is in xv too) set_caps was
10425 destroying the internal x[v]image used to memcpy non locally alloced
10426 buffers so that it got renewed on next _chain. The issue is that
10427 _expose will try to put that image as it reffed it in _put.
10428 Using gst_buffer_unref instead of destroy fixes it !
10430 2005-11-28 Edward Hervey <edward@fluendo.com>
10432 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10433 (try_to_link_1), (queue_filled_cb):
10434 Better use of the queues. Start with a small size queue and only increase
10435 the size of the queues when the other queues are empty.
10437 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10439 * gst-libs/gst/video/Makefile.am:
10440 compile in copied-over videofilter into the video library
10441 * gst-libs/gst/video/videosink.h:
10442 rename the header to gstvideosink.h since it's a base GstObject class
10443 * sys/ximage/ximagesink.h:
10444 * sys/xvimage/xvimagesink.h:
10447 2005-11-28 Wim Taymans <wim@fluendo.com>
10449 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10450 * gst/playback/gstplaybasebin.h:
10451 Prepare to handle errors betters.
10453 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10454 Set sinks to PAUSED first before adding and linking them so that
10455 we don't interrupt dataflow.
10457 2005-11-28 Wim Taymans <wim@fluendo.com>
10459 * gst-libs/gst/audio/TODO:
10462 * gst-libs/gst/audio/gstaudiosink.c:
10463 (gst_audioringbuffer_open_device),
10464 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10465 (gst_audioringbuffer_release):
10468 * gst-libs/gst/audio/gstbaseaudiosink.c:
10469 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10470 (gst_base_audio_sink_change_state):
10471 Slave to the master clock when going to PLAYING and unslave when
10474 * gst-libs/gst/audio/gstringbuffer.c:
10475 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10476 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10477 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10478 (gst_ring_buffer_clear_all), (wait_segment),
10479 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10480 (gst_ring_buffer_advance):
10481 * gst-libs/gst/audio/gstringbuffer.h:
10482 Add some docs and cleanups.
10484 2005-11-28 Julien MOUTTE <julien@moutte.net>
10486 * sys/xvimage/xvimagesink.c:
10487 (gst_xvimagesink_navigation_send_event): Fix navigation events
10488 coordinates translation with pixel aspect ratios.
10490 2005-11-28 Julien MOUTTE <julien@moutte.net>
10492 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10493 Use calculated video geometry from _setcaps instead of buffer
10494 caps to respect pixel aspect ratio. (fixes #322388)
10496 2005-11-28 Julien MOUTTE <julien@moutte.net>
10498 * docs/libs/tmpl/gstcolorbalance.sgml:
10499 * docs/libs/tmpl/gstmixer.sgml:
10500 * docs/libs/tmpl/gstxoverlay.sgml:
10501 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10504 2005-11-28 Julien MOUTTE <julien@moutte.net>
10506 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10507 Refuse to create an XvImage if we can't find the format.
10509 2005-11-28 Edward Hervey <edward@fluendo.com>
10511 * gst-libs/gst/riff/riff-media.c:
10512 (gst_riff_create_audio_template_caps):
10513 Add ATRAC3 to the list of riff-possible audio caps.
10514 I know we still don't have a plugin for atrac3, but it's saner to output
10515 that than a cryptic mimetype.
10517 2005-11-27 Edward Hervey <edward@fluendo.com>
10519 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10520 Don't try to create a zero-sized subbuffer.
10522 2005-11-27 Julien MOUTTE <julien@moutte.net>
10524 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10525 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10526 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10527 (gst_ximagesink_expose): Fixed a tricky race.
10528 * sys/ximage/ximagesink.h:
10529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10530 (gst_xvimagesink_expose): Fixed a tricky race.
10531 * sys/xvimage/xvimagesink.h:
10533 2005-11-27 Edward Hervey <edward@fluendo.com>
10535 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10536 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10537 Remove unused properties, and add queues between demuxers and decoders
10538 so that a lot more files can preroll properly.
10540 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10542 * gst-libs/gst/net/Makefile.am:
10543 * gst-libs/gst/rtp/Makefile.am:
10544 * gst-libs/gst/tag/Makefile.am:
10545 remove silly include
10546 * gst/tags/Makefile.am:
10547 * gst/tags/gsttagediting.c:
10548 * gst/tags/gsttageditingprivate.h:
10549 * gst/tags/tagedit.vcproj:
10550 remove directory, is as good as empty
10552 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10555 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10556 * gst-libs/Makefile.am:
10557 * gst-libs/gst/audio/Makefile.am:
10558 * gst-libs/gst/interfaces/Makefile.am:
10559 * gst-libs/gst/net/Makefile.am:
10560 * gst-libs/gst/riff/Makefile.am:
10561 * gst-libs/gst/rtp/Makefile.am:
10562 * gst-libs/gst/tag/Makefile.am:
10563 * gst-libs/gst/video/Makefile.am:
10566 2005-11-27 Julien MOUTTE <julien@moutte.net>
10568 * docs/libs/tmpl/gstcolorbalance.sgml:
10569 * docs/libs/tmpl/gstmixer.sgml:
10570 * docs/libs/tmpl/gstxoverlay.sgml:
10571 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10572 * sys/ximage/ximagesink.h:
10573 * sys/xvimage/xvimagesink.h: More and more documentation.
10575 2005-11-26 Julien MOUTTE <julien@moutte.net>
10577 * docs/libs/gst-plugins-base-libs-docs.sgml:
10578 * docs/libs/gst-plugins-base-libs-sections.txt:
10579 * docs/libs/tmpl/gstcolorbalance.sgml:
10580 * docs/libs/tmpl/gstmixer.sgml:
10581 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10584 2005-11-26 Julien MOUTTE <julien@moutte.net>
10586 * docs/plugins/Makefile.am:
10587 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10588 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10589 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10591 2005-11-26 Julien MOUTTE <julien@moutte.net>
10593 * docs/plugins/Makefile.am:
10594 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10595 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10596 * docs/plugins/inspect/plugin-adder.xml:
10597 * docs/plugins/inspect/plugin-alsa.xml:
10598 * docs/plugins/inspect/plugin-audioconvert.xml:
10599 * docs/plugins/inspect/plugin-audiorate.xml:
10600 * docs/plugins/inspect/plugin-audioresample.xml:
10601 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10602 * docs/plugins/inspect/plugin-decodebin.xml:
10603 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10604 * docs/plugins/inspect/plugin-gnomevfs.xml:
10605 * docs/plugins/inspect/plugin-ogg.xml:
10606 * docs/plugins/inspect/plugin-playbin.xml:
10607 * docs/plugins/inspect/plugin-subparse.xml:
10608 * docs/plugins/inspect/plugin-tcp.xml:
10609 * docs/plugins/inspect/plugin-theora.xml:
10610 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10611 * docs/plugins/inspect/plugin-video4linux.xml:
10612 * docs/plugins/inspect/plugin-videorate.xml:
10613 * docs/plugins/inspect/plugin-videoscale.xml:
10614 * docs/plugins/inspect/plugin-videotestsrc.xml:
10615 * docs/plugins/inspect/plugin-volume.xml:
10616 * docs/plugins/inspect/plugin-vorbis.xml:
10617 * docs/plugins/inspect/plugin-ximagesink.xml:
10618 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10619 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10621 2005-11-26 Edward Hervey <edward@fluendo.com>
10623 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10624 Properly return GstFlowReturn from gst_pad_push in chain functions.
10626 2005-11-25 Michael Smith <msmith@fluendo.com>
10628 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10629 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10630 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10631 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10632 Handle various conditions better when we don't understand a stream.
10633 Removes a heap of CRITICALs on ogg streams containing unknown data.
10635 2005-11-24 Andy Wingo <wingo@pobox.com>
10637 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10640 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10642 * configure.ac: back to HEAD
10644 === release 0.9.6 ===
10646 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10649 releasing 0.9.6, "White Eight"
10651 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10653 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10654 * docs/plugins/inspect/plugin-sine.xml:
10655 remove sinesrc some more
10657 2005-11-23 Wim Taymans <wim@fluendo.com>
10659 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10660 If we are reading too slowly, jump forward in the ringbuffer
10661 instead of blocking.
10663 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10665 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10666 (gst_visual_chain):
10667 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10668 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10669 (gst_videorate_chain):
10670 * gst/videotestsrc/gstvideotestsrc.c:
10671 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10672 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10673 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10674 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10675 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10676 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10677 Updates for API changes
10679 2005-11-23 Wim Taymans <wim@fluendo.com>
10681 * gst-libs/gst/audio/gstbaseaudiosink.c:
10682 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10683 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10684 Fix for calibration API change.
10686 2005-11-23 Michael Smith <msmith@fluendo.com>
10688 * gst-libs/gst/audio/multichannel.c:
10689 (gst_audio_get_channel_positions),
10690 (gst_audio_set_channel_positions),
10691 (gst_audio_set_structure_channel_positions_list),
10692 (gst_audio_fixate_channel_positions):
10693 Use gst_value_array_*() functions on value arrays, not
10694 gst_value_list_*().
10696 2005-11-23 Edward Hervey <edward@fluendo.com>
10699 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10702 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10704 * check/Makefile.am:
10705 * check/elements/videotestsrc.c: (setup_videotestsrc),
10706 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10708 add a test for videotestsrc
10710 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10712 * gst/sine/.cvsignore:
10713 * gst/sine/Makefile.am:
10714 * gst/sine/gstsinesrc.c:
10715 * gst/sine/gstsinesrc.h:
10716 * gst/sine/sinesrc.vcproj:
10717 and remove sinesrc from the repository. Closes #321446
10719 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10722 * gst-plugins-base.spec.in:
10723 remove sinesrc from the build
10725 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10727 * check/Makefile.am:
10728 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10729 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10731 add a test for audiotestsrc, testing all waves. Even seems
10732 leak-free at first glance, nice job Stefan
10734 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10750 Translation string updates
10752 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10753 (gst_v4lsrc_set_caps):
10754 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10755 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10756 * sys/v4l/v4lsrc_calls.h:
10757 Improve v4lsrc, by making it work again.
10759 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10761 * ext/libvisual/visual.c: (gst_visual_chain):
10762 Fix the fps calculations.
10764 * gst/ffmpegcolorspace/avcodec.h:
10765 Move structure element for clarity
10767 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10768 * gst-libs/gst/interfaces/tunernorm.h:
10769 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10770 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10771 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10772 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10773 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10774 (gst_v4lmjpegsrc_getcaps):
10775 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10776 (gst_v4lsrc_set_caps):
10777 * sys/v4l/gstv4lsrc.h:
10778 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10779 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10780 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10781 * sys/v4l/v4lsrc_calls.h:
10782 Fractional framerates...
10784 2005-11-22 Wim Taymans <wim@fluendo.com>
10786 * gst-libs/gst/audio/gstbaseaudiosink.c:
10787 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10788 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10789 And we provide a clock by default, of course...
10791 2005-11-22 Wim Taymans <wim@fluendo.com>
10793 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10794 This clock can be slaved to a master clock now.
10796 * gst-libs/gst/audio/gstbaseaudiosink.c:
10797 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10798 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10799 (gst_base_audio_sink_set_clock),
10800 (gst_base_audio_sink_set_property),
10801 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10802 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10803 * gst-libs/gst/audio/gstbaseaudiosink.h:
10804 Handle slaving the internal clock to the clock selected in the
10806 Add property to make the basesink not provide a clock.
10808 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10809 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10810 (gst_base_rtp_depayload_wait):
10811 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10812 We can use the clock in GstElement, no need to store it ourselves.
10814 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10816 * docs/libs/tmpl/gstaudio.sgml:
10818 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10819 (gst_paranoia_endian_get_type):
10820 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10821 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10822 * gst/audiotestsrc/gstaudiotestsrc.c:
10823 (gst_audiostestsrc_wave_get_type):
10824 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10825 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10826 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10827 (gst_sync_method_get_type), (gst_unit_type_get_type),
10828 (gst_client_status_get_type), (gst_multifdsink_class_init),
10829 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10830 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10831 (gst_multifdsink_get_property):
10832 * gst/tcp/gstmultifdsink.h:
10833 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10834 * gst/videotestsrc/gstvideotestsrc.c:
10835 (gst_videotestsrc_pattern_get_type):
10836 remove deprecated properties
10837 fix up enums to correctly have short lowercase dashed nicks
10839 2005-11-22 Michael Smith <msmith@fluendo.com>
10841 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10842 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10845 2005-11-22 Michael Smith <msmith@fluendo.com>
10847 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10848 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10849 Use utility method for scaling clocktime for fractional framerates.
10851 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10853 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10854 (gst_visual_chain):
10855 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10856 * ext/theora/theoradec.c: (theora_handle_type_packet):
10857 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10858 (theora_enc_chain):
10859 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10860 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10861 * gst-libs/gst/video/video.h:
10862 * gst/ffmpegcolorspace/avcodec.h:
10863 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10864 (gst_ffmpeg_caps_to_pixfmt):
10865 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10866 (gst_ffmpegcsp_set_caps):
10867 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10868 (gst_videorate_setcaps), (gst_videorate_blank_data),
10869 (gst_videorate_chain):
10870 * gst/videotestsrc/gstvideotestsrc.c:
10871 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10872 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10873 (gst_videotestsrc_event), (gst_videotestsrc_create):
10874 * gst/videotestsrc/gstvideotestsrc.h:
10875 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10876 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10877 (gst_ximagesink_get_times), (gst_ximagesink_init):
10878 * sys/ximage/ximagesink.h:
10879 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10880 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10881 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10882 * sys/xvimage/xvimagesink.h:
10883 Convert elements to use fractions for their framerate.
10884 V4L elements to come later tonight.
10886 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10888 * gst-libs/gst/audio/audio.c:
10889 * gst-libs/gst/audio/audio.h:
10890 remove some deprecated functions
10892 2005-11-22 Andy Wingo <wingo@pobox.com>
10894 * Update for gst_tag_setter API changes.
10896 2005-11-22 Andy Wingo <wingo@pobox.com>
10898 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10899 (gst_ogg_demux_perform_seek):
10900 * ext/theora/theoradec.c (theora_dec_sink_event):
10901 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10904 2005-11-22 Wim Taymans <wim@fluendo.com>
10906 * examples/seeking/seek.c: (main):
10907 Give higher priority to bus signals than the gtk events
10908 to fix a race condition in the segment looping.
10910 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10912 * ext/theora/Makefile.am:
10913 * ext/vorbis/Makefile.am:
10914 * gst-libs/gst/tag/Makefile.am:
10915 * gst-plugins-base.spec.in:
10916 Rename libgsttagedit to libgsttag (#322117).
10918 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10920 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10921 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10922 Call gst_x_overlay_prepare_xwindow_id() to give applications
10923 a final chance to set their own xwindow id before the video
10924 sink creates its own window.
10926 2005-11-22 Julien MOUTTE <julien@moutte.net>
10928 * sys/xvimage/xvimagesink.c:
10929 (gst_xvimagesink_navigation_send_event): Handle navigation
10930 events correcly with borders if applicable.
10932 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10934 Patch by: Luca Ognibene
10936 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10937 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10938 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10939 (gst_ffmpegcsp_caps_remove_format_info):
10940 * gst/ffmpegcolorspace/imgconvert.c:
10941 * gst/ffmpegcolorspace/imgconvert_template.h:
10942 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10943 #318353); use gst_structure_has_name().
10945 2005-11-22 Julien MOUTTE <julien@moutte.net>
10947 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10948 (gst_ximagesink_class_init): Add debug macros on functions.
10949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10950 (gst_xvimagesink_xwindow_draw_borders),
10951 (gst_xvimagesink_xvimage_put),
10952 (gst_xvimagesink_xwindow_update_geometry),
10953 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10954 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10955 (gst_xvimagesink_xcontext_clear),
10956 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10957 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10958 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10959 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10960 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10961 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10962 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10963 expose while being PAUSED, out of data flow navigation events, etc..
10965 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10967 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10968 * gst-libs/gst/audio/audio.h:
10969 fix prototype - wondering why the test worked regardless
10971 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10973 * check/Makefile.am:
10974 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10975 * gst-libs/gst/audio/audio.h:
10976 add a method that returns a proper GstClockTime
10978 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10980 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10981 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10982 * gst-libs/gst/interfaces/xoverlay.h:
10983 Remove everything having to do with the desired size; add
10984 gst_x_overlay_prepare_xwindow_id() function; remove the
10985 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10986 post a message on the bus instead (#321816).
10988 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10989 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10990 (gst_xvimagesink_xoverlay_init):
10991 Remove desired size stuff (#321816).
10993 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10995 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10996 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10997 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10998 Terminate vararg functions with NULL instead of 0 to
11001 2005-11-21 Andy Wingo <wingo@pobox.com>
11003 patch by: Sebastien Cote <sebas642@yahoo.ca>
11005 * gst-libs/gst/rtp/gstrtpbuffer.h:
11006 * gst-libs/gst/rtp/gstrtpbuffer.c
11007 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11009 2005-11-21 Andy Wingo <wingo@pobox.com>
11011 * gst/playback/gstplaybin.c (gen_audio_element)
11012 (gen_video_element): Use the new MISSING_PLUGIN core error
11013 category. Closes #320060.
11015 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
11016 * gst/videorate/gstvideorate.c (gst_videorate_event):
11017 * ext/theora/theoradec.c (theora_dec_sink_event):
11018 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11021 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11022 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11023 stream lock changes.
11025 2005-11-21 Wim Taymans <wim@fluendo.com>
11027 * gst-libs/gst/audio/gstbaseaudiosink.c:
11028 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11029 (gst_base_audio_sink_provide_clock),
11030 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11031 (gst_base_audio_sink_change_state):
11032 * gst/audioresample/gstaudioresample.c:
11033 Segment update fix.
11035 2005-11-21 Andy Wingo <wingo@pobox.com>
11038 * *.c: Ran scripts/update-macros. Oh yes.
11040 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11042 * sys/ximage/Makefile.am:
11043 * sys/ximage/ximage.c:
11044 Rename ximage plugin to ximagesink (#321426) (Don't forget to
11045 remove your old libgstximage.* manually if necessary).
11047 2005-11-21 Michael Smith <msmith@fluendo.com>
11049 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11050 Minimal fix for bug #320200: set the min/max bitrate in the correct
11051 units. A better fix would be to upgrade to the RATEMANAGE2
11052 interface, rather than using the deprecated interface used here, but
11053 that would require an update in our libvorbis dependency (to 1.1),
11054 which is probably undesirable.
11056 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
11058 * ext/libvisual/visual.c: (get_buffer):
11059 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11060 (gst_base_audio_src_fixate):
11061 * gst/audioconvert/gstaudioconvert.c:
11062 (gst_audio_convert_fixate_caps):
11063 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11064 * gst/audiotestsrc/gstaudiotestsrc.c:
11065 (gst_audiotestsrc_src_fixate):
11066 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11067 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11068 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11069 * gst/videotestsrc/gstvideotestsrc.c:
11070 (gst_videotestsrc_src_fixate):
11071 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11072 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11073 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11077 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11079 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11080 (gst_riff_create_iavs_caps):
11081 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11082 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11083 (gst_riff_parse_info):
11084 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11085 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11086 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11087 Fixes for GST_FOURCC_FORMAT API change.
11089 2005-11-21 Andy Wingo <wingo@pobox.com>
11091 patch by: Alessandro Dessina <alessandro nnva org>
11093 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11094 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11095 (gst_ogg_parse_chain):
11096 * ext/theora/theoraenc.c (theora_set_header_on_caps):
11097 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11098 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11099 gst_value_list calls on arrays. Fixes #321962.
11101 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11103 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11104 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11105 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11106 * gst/adder/gstadder.c: (gst_adder_init),
11107 (gst_adder_request_new_pad), (gst_adder_collected),
11108 (gst_adder_change_state):
11109 Update for gst_collectpads_foo() to gst_collect_pads_foo()
11112 2005-11-21 Michael Smith <msmith@fluendo.com>
11114 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11115 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11116 Properly handle pad_push return values.
11118 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
11120 * gst-libs/gst/tag/Makefile.am:
11121 * gst-libs/gst/tag/gstvorbistag.c:
11122 (gst_tag_list_to_vorbiscomment_buffer):
11123 Remove obsolete vorbistag element and debug category.
11125 * gst/playback/gstplaybasebin.c: (check_queue):
11126 Don't divide by 0 when queue-threshold is 0.
11128 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11129 Don't modify an existing pixel-aspect-ratio if we fail to read
11132 2005-11-20 Wim Taymans <wim@fluendo.com>
11134 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11135 (gst_vorbisenc_push_packet):
11136 GST_PAD_IS_USABLE is gone, use the return value of
11137 the push or pad_alloc_buffer instead.
11139 2005-11-18 Julien MOUTTE <julien@moutte.net>
11141 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11142 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11143 (gst_ximagesink_ximage_destroy),
11144 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11145 (gst_ximagesink_xwindow_new),
11146 (gst_ximagesink_xwindow_update_geometry),
11147 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11148 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11149 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11150 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11151 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11152 (gst_ximagesink_navigation_send_event),
11153 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11154 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11155 (gst_ximagesink_finalize), (gst_ximagesink_init),
11156 (gst_ximagesink_class_init):
11157 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11158 This new version brings correct software scaling, non flickering
11159 window while resizing, pixel aspect ratio handling, usage of
11160 hardware buffer pools, out of data flow event thread for
11161 navigation and handling of expose events even when being PAUSED,
11162 a new property to keep video aspect ratio when resizing, etc...
11164 2005-11-18 Julien MOUTTE <julien@moutte.net>
11166 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11167 (gst_videoscale_fixate_caps): Introduce back caps fixate with
11170 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
11172 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11173 Unsetting IS_SINK flag from the fakesink, so decodebin
11174 never behaves as a sink.
11176 2005-11-17 Wim Taymans <wim@fluendo.com>
11178 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11179 (gst_base_audio_src_change_state):
11180 Fix the audiosrc base class again, we did not unflush.
11182 2005-11-17 Julien MOUTTE <julien@moutte.net>
11184 * examples/seeking/seek.c: (make_dv_pipeline),
11185 (make_vorbis_theora_pipeline), (make_avi_pipeline),
11186 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11187 to ogg/vorbis/theora pipeline.
11189 2005-11-17 Wim Taymans <wim@fluendo.com>
11191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11192 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11193 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11194 Fix EOS on multiple streams.
11197 2005-11-16 Wim Taymans <wim@fluendo.com>
11199 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11200 (gst_ogg_demux_perform_seek):
11201 Segment done must include stream time.
11203 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11204 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11205 (gst_ogg_mux_change_state):
11206 Fix ogg muxer again.
11208 2005-11-16 Wim Taymans <wim@fluendo.com>
11210 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11213 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11215 * ext/libvisual/visual.c: (gst_visual_init):
11216 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11217 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11218 (gst_ogg_parse_chain):
11219 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11220 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11221 * ext/theora/theoradec.c: (gst_theora_dec_init):
11222 * ext/theora/theoraenc.c: (gst_theora_enc_init):
11223 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11224 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11225 * gst/adder/gstadder.c: (gst_adder_class_init),
11226 (gst_adder_dispose):
11227 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11228 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11229 * gst/videorate/gstvideorate.c: (gst_videorate_init):
11230 Fix a whole set of pad template leaks
11232 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11234 * check/generic/states.c: (GST_START_TEST):
11235 fix the test so that it only checks for elements that are part of
11238 2005-11-16 Michael Smith <msmith@fluendo.com>
11240 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11241 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11242 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11243 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11244 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11245 (gst_ogg_mux_change_state):
11246 Fix leaking collectpads.
11248 2005-11-16 Edward Hervey <edward@fluendo.com>
11250 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11251 (gst_videorate_event), (gst_videorate_chain):
11252 Handle segment seeks
11254 2005-11-16 Wim Taymans <wim@fluendo.com>
11256 * gst-libs/gst/audio/gstbaseaudiosink.c:
11257 (gst_base_audio_sink_provide_clock),
11258 (gst_base_audio_sink_change_state):
11259 Set ringbuffer to non-flushing when going to PAUSED, set to
11260 flushing again when going to READY.
11262 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11263 (gst_ring_buffer_stop):
11264 Start in flushing mode by default.
11265 Don't set flushing in the _stop method, let the app call
11268 2005-11-16 Julien MOUTTE <julien@moutte.net>
11270 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11271 * gst-libs/gst/video/videosink.h: Add helper function needed
11274 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11276 * gst/videoscale/gstvideoscale.c:
11277 (gst_videoscale_handle_src_event):
11278 Don't leak reference to pad parent.
11280 2005-11-16 Wim Taymans <wim@fluendo.com>
11282 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11283 Set ringbuffer to flushing when stopping so that we don't
11284 block on wait_segment anymore and livelock.
11286 2005-11-16 Wim Taymans <wim@fluendo.com>
11288 * examples/seeking/seek.c: (send_event), (do_seek),
11289 (loop_toggle_cb), (segment_done), (main):
11290 Added looping checkbox.
11292 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11294 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11295 (gst_ogg_demux_init):
11296 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11297 (gst_vorbis_dec_init):
11298 revert unrefs, they don't pass make check
11300 2005-11-15 Johan Dahlin <johan@gnome.org>
11302 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11303 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11304 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11305 (gst_vorbis_dec_init):
11306 Fix pad template leaks.
11308 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11310 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11311 Make state change function thread safe.
11313 2005-11-15 Edward Hervey <edward@fluendo.com>
11315 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11316 (gst_ogg_demux_class_init):
11317 Implement GstElement::send_event, so we can send seek events
11320 2005-11-14 Julien MOUTTE <julien@moutte.net>
11322 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11323 Discovered how to take away flickering while resizing the
11324 window. Please don't put that in ximagesink, refactoring in
11327 2005-11-14 Michael Smith <msmith@fluendo.com>
11329 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11330 (gst_multifdsink_render):
11331 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11333 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11335 * gst/playback/gstplaybin.c: (gen_audio_element):
11336 Use autoaudiosink, it tends to be more widely available than
11339 2005-11-14 Andy Wingo <wingo@pobox.com>
11341 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11342 as well if it is available. Fixes #316442.
11344 2005-11-14 Michael Smith <msmith@fluendo.com>
11346 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11347 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11348 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11349 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11350 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11351 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11352 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11353 (gst_vorbisenc_change_state):
11354 Fix a small memory leak in vorbisenc.
11355 Fix large memory leaks in oggmux, also fix lots of state change
11358 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11360 * gst/videotestsrc/gstvideotestsrc.c:
11361 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11362 (gst_videotestsrc_src_fixate):
11363 move fixation to a fixate function
11364 remove negotiate function, basesrc's is good enough
11365 fixes a bug for check when using the element alone
11367 2005-11-13 Edward Hervey <edward@fluendo.com>
11369 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11370 (key_toggle_cb), (main):
11371 Added checkboxes for adding/removing the accurate and key_unit seek
11374 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11376 * configure.ac: back to HEAD
11378 === release 0.9.5 ===
11380 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11383 releasing 0.9.5, "No No Kia"
11385 2005-11-11 Edward Hervey <edward@fluendo.com>
11387 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11388 Added parse-launch syntax seeking mode for the seeking example.
11389 This should help stress-test even more cases.
11390 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11392 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11394 * sys/xvimage/xvimagesink.c:
11395 (gst_xvimagesink_navigation_send_event):
11396 Check whether peer pad exists before sending navigation events
11399 2005-11-11 Michael Smith <msmith@fluendo.com>
11401 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11402 (gst_vorbisenc_buffer_from_packet):
11403 * ext/vorbis/vorbisenc.h:
11404 Set duration on encoded buffers. This allows oggmux's
11405 max_page_delay parameter to actually work.
11407 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11409 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11410 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11411 (gst_ffmpegcsp_avpicture_fill):
11412 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11413 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11414 Make palettes work again (see #132341). Use our own macros
11417 2005-11-10 Andy Wingo <wingo@pobox.com>
11419 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11422 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11424 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11425 (gst_ffmpegcsp_transform_caps):
11426 Prefer passthrough in transform_caps
11428 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11430 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11431 check for ALSA errors properly, instead of relying on ALSA's
11432 error strings to serve to the user.
11434 2005-11-10 Wim Taymans <wim@fluendo.com>
11436 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11437 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11438 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11439 Modernise the seek code.
11441 2005-11-10 Michael Smith <msmith@fluendo.com>
11443 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11444 (setup_substreams), (set_active_source):
11445 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11446 trying to go to NULL if we failed to read a file.
11448 2005-11-10 Wim Taymans <wim@fluendo.com>
11450 * gst/audiotestsrc/gstaudiotestsrc.c:
11451 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11452 (gst_audiotestsrc_create):
11453 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11454 (gst_sinesrc_get_times), (gst_sinesrc_create):
11455 * gst/videotestsrc/gstvideotestsrc.c:
11456 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11457 (gst_videotestsrc_create):
11458 The base class can now sync for us.
11460 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11462 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11463 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11464 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11465 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11466 format=(fourcc)I420" ! xvimagesink
11468 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11470 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11471 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11472 (gst_sinesrc_newsegment):
11473 Send newsegment event in TIME format, set duration if
11474 num-buffers is set, fix duration querying.
11476 2005-11-10 Michael Smith <msmith@fluendo.com>
11478 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11479 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11480 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11481 (gst_ogg_mux_collected):
11482 Fix EOS handling, partially. Now forwarding an EOS event once we have
11483 EOS on all pads works correctly. However, we still don't properly set
11484 EOS on the actual ogg stream pages.
11486 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11488 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11489 Set elements to NULL state before disposing of them.
11491 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11493 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11495 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11496 (gst_base_rtp_depayload_init),
11497 (gst_base_rtp_depayload_set_gst_timestamp):
11498 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11499 We need to send a newsegment event for each instance, not
11500 just for the first instance of this class (get rid of
11501 static variable in function). (#321011).
11503 2005-11-08 Michael Smith <msmith@fluendo.com>
11505 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11506 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11507 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11508 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11509 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11510 This makes us mux things correctly according to the ogg muxing
11511 rules. Still not handling EOS correctly right now, though.
11513 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11515 * gst/audioconvert/gstaudioconvert.c:
11518 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11520 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11521 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11522 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11523 creating a new chain; should fix live streaming. Also
11524 add more debug output and fix a typo.
11526 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11528 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11530 * gst/volume/gstvolume.c: (volume_set_caps):
11531 Fix compilation on Solaris with Forte. (#320923)
11533 2005-11-08 Wim Taymans <wim@fluendo.com>
11535 * gst-libs/gst/audio/gstbaseaudiosink.c:
11536 (gst_base_audio_sink_render):
11537 No need to do a typecheck.
11539 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11541 * ext/alsa/gstalsa.h:
11542 We register a debug category, so let's use it.
11544 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11546 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11547 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11548 Fixed a small problem.
11550 2005-11-04 Wim Taymans <wim@fluendo.com>
11552 * examples/seeking/Makefile.am:
11553 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11554 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11555 (make_playerbin_pipeline), (format_value), (update_scale),
11556 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11557 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11558 (print_usage), (main):
11559 Added app for playback speed testing.
11561 * examples/seeking/seek.c: (dynamic_link),
11562 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11563 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11564 (message_received), (main):
11565 Updated seek example.
11567 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11569 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11570 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11571 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11572 (gst_base_rtp_depayload_set_clock):
11573 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11574 Don't sleep on the bench (system clock) when you have a nice
11575 comfortable bed (Gstreamer clock) to sleep on.
11577 2005-11-03 Wim Taymans <wim@fluendo.com>
11579 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11580 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11581 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11582 Handle the case where a pad_block failed.
11584 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11586 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11588 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11589 (gst_base_rtp_depayload_add_to_queue),
11590 (gst_base_rtp_depayload_push),
11591 (gst_base_rtp_depayload_set_gst_timestamp),
11592 (gst_base_rtp_depayload_queue_release):
11593 Fixes some bugs in the depayloader's queuing/de-queueing code.
11595 2005-10-31 Michael Smith <msmith@fluendo.com>
11597 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11598 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11599 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11600 Patch from Alessandro Decina <alessandro@nnva.org>.
11601 Make oggdemux only find the final time in a chain, not per-pad,
11602 since the per-pad information can be very expensive to locate, and
11603 it isn't used anywhere. This makes reading a file containing
11604 OggSkeleton reasonably fast.
11605 Also, make chain finding work when there are logical bitstreams that
11606 can't be decoded. Fixes #319110.
11608 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11610 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11611 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11612 (gst_base_rtp_depayload_chain),
11613 (gst_base_rtp_depayload_add_to_queue),
11614 (gst_base_rtp_depayload_push),
11615 (gst_base_rtp_depayload_set_gst_timestamp),
11616 (gst_base_rtp_depayload_queue_release),
11617 (gst_base_rtp_depayload_start_thread),
11618 (gst_base_rtp_depayload_set_property),
11619 (gst_base_rtp_depayload_get_property):
11620 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11621 Some random fixes, to fullfill the desires of thomas.
11623 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11625 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11626 (gst_base_rtp_depayload_add_to_queue),
11627 (gst_base_rtp_depayload_push):
11628 Fixed the queueing algorithm.
11630 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11632 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11633 (gst_base_rtp_depayload_push):
11636 2005-10-31 Wim Taymans <wim@fluendo.com>
11638 * gst-libs/gst/audio/gstringbuffer.h:
11641 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11642 (gst_ffmpeg_caps_to_pixfmt):
11643 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11644 (gst_ffmpegcsp_set_caps):
11645 Some more comments.
11646 Handle missing required caps fields better.
11648 2005-10-31 Wim Taymans <wim@fluendo.com>
11650 * gst-libs/gst/audio/gstbaseaudiosink.c:
11651 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11652 (gst_base_audio_sink_render):
11653 * gst-libs/gst/audio/gstringbuffer.c:
11654 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11655 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11656 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11657 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11658 (gst_ring_buffer_read):
11659 * gst-libs/gst/audio/gstringbuffer.h:
11660 Add flushing mode to the ringbuffer so that it in all cases does
11661 not try to handle more audio. This makes sure it does not try to
11662 block anymore when flushing and fixes a livelock.
11664 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11666 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11667 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11668 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11669 Explicitly check for -1 values before doing a conversion
11670 and always map them to -1. (#315545)
11672 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11674 * gst/playback/gstplaybin.c: (gen_video_element):
11675 first try autovideosink, then xvimagesink, then error out
11677 add translatable file
11692 update translations
11694 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11696 * gst-libs/gst/rtp/gstbasedepayload.c:
11697 * gst-libs/gst/rtp/gstbasedepayload.h:
11700 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11702 * gst/playback/.cvsignore:
11703 * gst/playback/decodetest.c:
11704 * gst/playback/test3.c:
11705 Port these two tests as well.
11707 2005-10-27 Wim Taymans <wim@fluendo.com>
11709 * ext/theora/theoradec.c: (theora_dec_src_query),
11710 (theora_dec_sink_event):
11711 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11712 (theora_enc_change_state):
11713 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11714 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11715 Take proper locks when handling events.
11717 2005-10-27 Wim Taymans <wim@fluendo.com>
11719 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11720 (gst_adder_change_state):
11721 Fix timestamps and fix deadlock when stopping the collectpads.
11723 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11725 * gst-libs/gst/rtp/gstrtpbuffer.h:
11726 Declaring the payload types as strings too so that they can be used
11727 in the padtemplate inialization.
11729 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11731 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11733 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11734 (gst_base_rtp_depayload_class_init):
11735 Fixes a small but nasty bug. The derived elements no longer segfaults
11738 2005-10-26 Michael Smith <msmith@fluendo.com>
11740 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11741 When clearing an audioconvert context, set tmpbufsize to zero, so
11742 we'll allocate it again later if required.
11743 This fixes audioconvert re-negotiating formats, which previously
11744 segfaulted with a NULL destination buffer.
11746 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11748 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11749 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11750 (gst_base_rtp_depayload_set_gst_timestamp),
11751 (gst_base_rtp_depayload_queue_release):
11752 Fixed a smalll memleak.
11754 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11755 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11756 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11757 (gst_base_rtp_depayload_finalize),
11758 (gst_base_rtp_depayload_setcaps),
11759 (gst_base_rtp_depayload_add_to_queue),
11760 (gst_base_rtp_depayload_push),
11761 (gst_base_rtp_depayload_set_gst_timestamp),
11762 (gst_base_rtp_depayload_queue_release),
11763 (gst_base_rtp_depayload_thread),
11764 (gst_base_rtp_depayload_change_state):
11765 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11766 Changed the C++ comments to C comments
11768 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11770 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11771 * gst/tcp/gsttcpclientsrc.h:
11772 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11773 * gst/tcp/gsttcpserversrc.h:
11774 Remove unused 'curoffset' structure member.
11776 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11778 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11779 (gst_base_rtp_depayload_base_init),
11780 (gst_base_rtp_depayload_finalize):
11781 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11782 * gst-libs/gst/rtp/gstbasertppayload.h:
11783 The pad-template on the sinkpad should be set by the derived classes.
11784 Also added some useful macros.
11786 2005-10-24 Wim Taymans <wim@fluendo.com>
11788 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11789 Correctly flush decoder samples even if we could not
11790 copy them to an output buffer. Fixes #319618.
11792 2005-10-24 Julien MOUTTE <julien@moutte.net>
11794 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11795 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11796 the caps against our xcontext caps.
11798 2005-10-24 Wim Taymans <wim@fluendo.com>
11800 * gst-libs/gst/audio/gstbaseaudiosink.c:
11801 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11803 Use sync property from baseclass to disable sync.
11805 2005-10-24 Wim Taymans <wim@fluendo.com>
11807 * gst-libs/gst/audio/gstbaseaudiosink.c:
11808 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11809 Buffers with no timestamps get aligned with previous buffers or
11810 on underrun, played ASAP.
11812 2005-10-24 Julien MOUTTE <julien@moutte.net>
11814 * gst-libs/gst/video/video.h:
11815 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11816 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11817 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11818 here comes my change on caps for framerate and geometry range.
11819 We are now accepting 1 to MAXINT for width and height, and from
11820 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11821 to be blended correctly in videomixer.
11823 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11828 === release 0.9.4 ===
11830 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11835 releasing 0.9.4, "Velociraptor"
11837 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11839 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11843 2005-10-21 Wim Taymans <wim@fluendo.com>
11845 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11846 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11847 (pad_blocked), (close_pad_link), (new_pad):
11848 Don't try to remove elements twice.
11850 2005-10-21 Wim Taymans <wim@fluendo.com>
11852 * ext/theora/theoradec.c: (theora_dec_src_query),
11853 (theora_dec_sink_event):
11854 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11855 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11856 (vorbis_handle_data_packet):
11857 * ext/vorbis/vorbisdec.h:
11860 * gst-libs/gst/audio/gstbaseaudiosink.c:
11861 (gst_base_audio_sink_render):
11862 Don't try to sync on buffers without a timestamp.
11864 2005-10-21 Wim Taymans <wim@fluendo.com>
11866 * ext/theora/theoradec.c: (theora_dec_src_query),
11867 (theora_dec_sink_event):
11868 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11869 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11870 (vorbis_handle_data_packet):
11871 * ext/vorbis/vorbisdec.h:
11874 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11876 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11877 (gst_vorbisenc_src_query):
11878 Implement position and duration queries.
11880 * gst/playback/test3.c: (update_scale), (main):
11881 Fix for async state changes and print nicer output.
11883 2005-10-20 Wim Taymans <wim@fluendo.com>
11885 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11886 (dump_element_stats), (main):
11887 * gst/playback/test6.c: (main):
11890 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11892 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11893 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11894 Don't use functions for position queries when handling
11897 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11899 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11900 (vorbis_handle_data_packet), (vorbis_dec_chain),
11901 (vorbis_dec_change_state):
11902 * ext/vorbis/vorbisdec.h:
11903 Vorbis streams can be embedded in other container formats
11904 than ogg, container formats where the demuxer might set
11905 timestamps on encoded vorbis buffers instead of those silly
11906 granulepos thingies. In short: make vorbisdec handle
11907 timestamps on incoming buffers as well.
11909 2005-10-20 Wim Taymans <wim@fluendo.com>
11911 * gst/playback/gstplaybasebin.c: (group_destroy),
11912 (gst_play_base_bin_change_state):
11914 Handle case where playbasebin is now ASYNC because
11917 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11919 * gst/audioconvert/Makefile.am:
11920 * gst/audioconvert/bufferframesconvert.c:
11921 * gst/audioconvert/plugin.c: (plugin_init):
11922 * gst/audioconvert/plugin.h:
11923 And bye bye buffer-frames-convert
11925 2005-10-19 Wim Taymans <wim@fluendo.com>
11927 * check/elements/audioconvert.c:
11928 * docs/libs/tmpl/gstaudio.sgml:
11929 * docs/libs/tmpl/gstcolorbalance.sgml:
11930 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11931 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11932 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11933 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11934 * gst-libs/gst/audio/audio.h:
11935 * gst/audioconvert/audioconvert.h:
11936 * gst/audioconvert/gstaudioconvert.c:
11937 (gst_audio_convert_parse_caps):
11938 * gst/volume/gstvolume.c:
11939 Bye bye buffer-frames.
11941 2005-10-19 Wim Taymans <wim@fluendo.com>
11943 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11944 (query_positions_elems), (query_positions_pads), (update_scale),
11945 (do_seek), (set_update_scale), (message_received), (main):
11946 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11947 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11948 (gst_ogg_demux_loop):
11949 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11950 * ext/theora/theoradec.c: (theora_dec_src_query),
11951 (theora_dec_sink_event):
11952 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11953 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11954 * gst/adder/gstadder.c: (gst_adder_query):
11955 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11956 * gst/playback/test3.c: (update_scale):
11957 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11958 (dump_element_stats), (main):
11959 * gst/playback/test6.c: (main):
11960 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11963 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11965 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11966 (xml_check_first_element), (xml_type_find), (smil_type_find),
11968 Add typefinding for SMIL and for generic XML. Based on patch by
11969 Akos Maroy (#308663).
11971 2005-10-18 Wim Taymans <wim@fluendo.com>
11973 * gst/playback/Makefile.am:
11974 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11975 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11976 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11977 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11978 (gst_decode_bin_change_state):
11979 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11980 (gst_play_bin_send_event_to_sink):
11981 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11982 (dump_element_stats), (main):
11983 * gst/playback/test6.c: (main):
11984 Make playbin async, it'll commit state to paused when all streams
11987 Added test6.c to show async behaviour.
11989 2005-10-18 Wim Taymans <wim@fluendo.com>
11991 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11992 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11993 Fix for segment-start/stop API change.
11995 2005-10-18 Wim Taymans <wim@fluendo.com>
11997 * check/Makefile.am:
11998 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12000 Add future test for clock selection.
12002 2005-10-18 Wim Taymans <wim@fluendo.com>
12004 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12005 (gst_alsasink_close):
12006 Set handle to NULL.
12008 * gst-libs/gst/audio/gstringbuffer.c:
12009 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12010 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12011 (gst_ring_buffer_start), (gst_ring_buffer_pause),
12012 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12013 (gst_ring_buffer_read):
12016 2005-10-17 Stefan Kost <ensonic@users.sf.net>
12018 * gst/audiotestsrc/Makefile.am:
12019 * gst/sine/Makefile.am:
12020 * gst/volume/Makefile.am:
12021 fix broken build of controllerized plugins
12023 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
12025 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12027 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12028 (gst_riff_create_video_template_caps):
12029 Add support for Indeo-3 (IV32).
12031 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12036 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12038 * gst-libs/gst/video/video.c: (gst_video_get_size):
12039 * gst/audiotestsrc/gstaudiotestsrc.c:
12042 2005-10-17 Andy Wingo <wingo@pobox.com>
12044 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12045 with the collectpads change.
12046 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12048 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12050 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12052 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12053 alloc_buffer flow return to callers.
12054 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12055 change. Fix some memleaks in theoraenc.
12057 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12058 in strange circumstance.
12060 2005-10-17 Julien MOUTTE <julien@moutte.net>
12062 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12063 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12064 from caps, let's use the caps...
12066 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12069 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12071 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12073 * gst-libs/gst/interfaces/Makefile.am:
12076 2005-10-16 Andy Wingo <wingo@pobox.com>
12078 * gst/playback/gstdecodebin.c
12079 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12081 (try_to_link_1): Increase kraziness level.
12083 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12086 restructure like the core one
12087 * gst-libs/gst/audio/Makefile.am:
12088 * gst-libs/gst/interfaces/Makefile.am:
12089 * gst-libs/gst/net/Makefile.am:
12090 * gst-libs/gst/riff/Makefile.am:
12091 * gst-libs/gst/rtp/Makefile.am:
12092 * gst-libs/gst/tag/Makefile.am:
12093 * gst-libs/gst/video/Makefile.am:
12094 use correct linker flags, now the libs are properly versioned
12095 * check/elements/audioconvert.c: (verify_convert):
12096 * ext/alsa/gstalsaplugin.c:
12097 * ext/cdparanoia/gstcdparanoia.c:
12098 * ext/gnomevfs/gstgnomevfs.c:
12099 * ext/libvisual/visual.c:
12100 * ext/ogg/gstogg.c:
12101 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12102 * ext/theora/theora.c:
12103 * ext/vorbis/vorbis.c:
12104 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12105 * gst-libs/gst/tag/gsttagediting.c:
12106 * gst-libs/gst/video/video.c:
12107 * gst/adder/gstadder.c:
12108 * gst/audioconvert/plugin.c:
12109 * gst/audiorate/gstaudiorate.c:
12110 * gst/audioresample/gstaudioresample.c:
12111 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12112 * gst/audioscale/gstaudioscale.c:
12113 * gst/audioscale/resample.c:
12114 * gst/audiotestsrc/gstaudiotestsrc.c:
12115 * gst/ffmpegcolorspace/gstffmpeg.c:
12116 * gst/playback/gstdecodebin.c: (close_pad_link):
12117 * gst/playback/gstplaybin.c: (gen_video_element),
12118 (gen_audio_element):
12119 * gst/sine/gstsinesrc.c:
12120 * gst/subparse/gstsubparse.c:
12121 * gst/tags/gsttagediting.c:
12122 * gst/tcp/gsttcpplugin.c:
12123 * gst/typefind/gsttypefindfunctions.c:
12124 * gst/videorate/gstvideorate.c:
12125 * gst/videoscale/gstvideoscale.c:
12126 * gst/videotestsrc/gstvideotestsrc.c:
12127 * gst/volume/gstvolume.c:
12128 * sys/v4l/gstv4l.c:
12129 * sys/ximage/ximage.c:
12130 * sys/xvimage/xvimagesink.c:
12133 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
12135 * ext/vorbis/vorbisenc.c:
12136 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12137 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12138 (gst_tag_to_vorbis_comments):
12139 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12141 2005-10-13 Stefan Kost <ensonic@users.sf.net>
12143 * examples/stats/mp2ogg.c:
12144 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12147 2005-10-13 Michael Smith <msmith@fluendo.com>
12149 * ext/ogg/gstoggmux.c:
12150 Use magic glib macros to define constants as 64 bit, to ensure
12151 appropriate vararg passing.
12153 2005-10-13 Michael Smith <msmith@fluendo.com>
12155 * ext/ogg/gstoggmux.c:
12156 * gst/audioconvert/audioconvert.c: (float):
12157 Don't use LL suffix, as it's not portable, and neither of these
12158 uses required it anyway.
12160 2005-10-12 Stefan Kost <ensonic@users.sf.net>
12162 * examples/indexing/indexmpeg.c: (main):
12163 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12164 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12165 (cdparanoia_convert), (cdparanoia_query):
12166 * ext/cdparanoia/gstcdparanoia.h:
12167 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12168 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12169 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12170 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12171 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12172 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12173 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12174 (gst_multifdsink_render), (gst_multifdsink_start),
12175 (gst_multifdsink_stop):
12176 * gst/tcp/gstmultifdsink.h:
12177 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12178 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12179 (gst_tcpclientsink_stop):
12180 * gst/tcp/gsttcpclientsink.h:
12181 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12182 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12183 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12184 * gst/tcp/gsttcpclientsrc.h:
12185 * gst/tcp/gsttcpserversink.h:
12186 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12187 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12188 (gst_tcpserversrc_stop):
12189 * gst/tcp/gsttcpserversrc.h:
12190 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12191 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12192 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12193 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12194 moved bitshift from macro to enum definition
12196 2005-10-12 Wim Taymans <wim@fluendo.com>
12198 * examples/seeking/Makefile.am:
12201 2005-10-12 Wim Taymans <wim@fluendo.com>
12203 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12204 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12205 Don't assert on normal stuff.
12207 * gst/playback/gstplaybin.c: (do_playbin_seek):
12210 2005-10-12 Wim Taymans <wim@fluendo.com>
12212 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12213 * examples/seeking/Makefile.am:
12214 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12215 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12216 (do_seek), (set_update_scale), (message_received), (main):
12217 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12218 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12219 Update for _get_state() API change.
12221 2005-10-11 Wim Taymans <wim@fluendo.com>
12223 * gst-libs/gst/audio/gstbaseaudiosink.c:
12224 (gst_base_audio_sink_render):
12225 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12226 (gst_base_audio_src_create):
12227 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12228 (gst_ring_buffer_read):
12230 Commit and read from ringbuffer in samples rather than bytes.
12232 2005-10-11 Wim Taymans <wim@fluendo.com>
12234 * gst-libs/gst/audio/gstbaseaudiosink.c:
12235 (gst_base_audio_sink_render):
12236 Respect segment rate and accum when scheduling samples.
12238 2005-10-11 Julien MOUTTE <julien@moutte.net>
12240 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12241 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12242 EOS correctly, that needs more work.
12244 2005-10-11 Wim Taymans <wim@fluendo.com>
12246 * check/generic/states.c: (GST_START_TEST):
12247 remove old property.
12249 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12250 (gst_ogg_demux_perform_seek):
12251 * ext/theora/theoradec.c: (theora_dec_sink_event):
12252 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12253 (vorbis_handle_data_packet):
12254 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12255 (gst_base_rtp_depayload_set_gst_timestamp):
12256 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12257 Update for newsegment API change.
12259 2005-10-11 Michael Smith <msmith@fluendo.com>
12261 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12262 (do_playbin_seek), (gst_play_bin_send_event):
12263 Override send_event differently, so that we can takes bits of
12264 functionality from GstPipeline (special handling for seeks,
12265 including pausing/resuming, and resetting stream time) and still get
12266 the appropriate behaviour of only forwarding event to a single sink,
12267 rather than all of them.
12268 Unfortunately requires a lot of code duplication, but the
12269 alternatives are equally ugly in the end.
12271 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12273 * check/elements/audioconvert.c: (setup_audioconvert),
12274 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12275 (GST_START_TEST), (audioconvert_suite):
12276 clean up tests a little, fix some leaks.
12278 2005-10-10 Wim Taymans <wim@fluendo.com>
12280 * ext/alsa/gstalsasink.c:
12281 Also allow unsigned int.
12283 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12284 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12287 2005-10-10 Wim Taymans <wim@fluendo.com>
12289 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12290 Small update, use API as stated in design docs.
12292 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12293 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12294 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12295 (message_received), (main):
12296 Updated seek example for GOption. Some usability improvements.
12298 2005-10-10 Wim Taymans <wim@fluendo.com>
12300 * gst/audioconvert/audioconvert.h:
12301 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12302 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12303 Alloc temp storage somewhere else where we can do it more
12306 2005-10-10 Wim Taymans <wim@fluendo.com>
12308 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12309 (gst_tcpserversrc_start):
12310 Don't block in accept while doing the state change, move
12311 to poll and make cancellable.
12313 2005-10-09 Philippe Khalaf <burger@speedy.org>
12315 * gst-libs/gst/rtp/rtpbasedepayload.c:
12316 Set timestamp and add queue delay to timestamp
12317 * gst-libs/gst/rtp/rtpbuffer.h:
12318 Set correct payload type for h263
12320 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12322 * gst/audiotestsrc/gstaudiotestsrc.c:
12323 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12324 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12325 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12326 (gst_audiotestsrc_create_triangle),
12327 (gst_audiotestsrc_create_silence),
12328 (gst_audiotestsrc_create_white_noise),
12329 (gst_audiotestsrc_init_pink_noise),
12330 (gst_audiotestsrc_generate_pink_noise_value),
12331 (gst_audiotestsrc_create_pink_noise),
12332 (gst_audiotestsrc_change_wave):
12333 * gst/audiotestsrc/gstaudiotestsrc.h:
12334 fixed typo, added pink noise
12336 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12338 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12340 Add wavpack and spc typefind functions from 0.8 branch.
12342 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12344 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12345 (ar_type_find), (msdos_type_find), (plugin_init):
12346 Add typefind functions for tar archives, ar archives,
12347 RAR archives, and msdos-executables (dlls, exe, etc.).
12348 Some of those would be wrongly identified as mpeg
12349 streams of some sort before (#315550).
12351 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12354 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12355 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12356 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12357 * gst/audiotestsrc/Makefile.am:
12358 * gst/audiotestsrc/gstaudiotestsrc.c:
12359 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12360 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12361 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12362 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12363 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12364 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12365 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12366 (gst_audiotestsrc_create_silence),
12367 (gst_audiotestsrc_create_white_noise),
12368 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12369 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12370 (gst_audiotestsrc_start), (plugin_init):
12371 * gst/audiotestsrc/gstaudiotestsrc.h:
12372 add new plugin and element
12373 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12376 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12378 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12379 (gst_adder_init), (gst_adder_request_new_pad),
12380 (gst_adder_change_state):
12381 Add query function to source pad, so adder reports the correct
12382 time/sample position when queried (#315457); fix state change
12383 function; use GST_DEBUG_FUNCPTR() for pad functions.
12385 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12387 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12388 Fix leaks in typefind registration
12389 Clean up the gratuitous commenting and whitespacing a little
12391 2005-10-08 Wim Taymans <wim@fluendo.com>
12393 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12394 Only actually wait for the thread to be stopped if it's
12397 2005-10-08 Wim Taymans <wim@fluendo.com>
12399 * gst-libs/gst/audio/gstbaseaudiosink.c:
12400 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12401 If we receive EOS we can start playback of what we had.
12403 2005-10-08 Wim Taymans <wim@fluendo.com>
12405 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12406 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12407 (gst_multifdsink_stop):
12408 Fix crasher when going to NULL multiple times.
12410 2005-10-06 Wim Taymans <wim@fluendo.com>
12412 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12413 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12414 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12415 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12416 patch from Edgard Lima <edgard.lima@indt.org.br>
12417 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12419 2005-10-06 Wim Taymans <wim@fluendo.com>
12421 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12422 Report the FLOW_RETURN as string in the error message.
12424 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12425 Don't assert when clearing an unnegotiated buffer.
12427 2005-10-04 Michael Smith <msmith@fluendo.com>
12429 * gst/playback/gstplaybasebin.c: (group_destroy),
12430 (gen_preroll_element), (remove_groups), (setup_source):
12431 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12432 (setup_sinks), (gst_play_bin_send_event),
12433 (gst_play_bin_change_state):
12434 Set state to NULL before removing from bin. Fix refcounting.
12436 2005-10-04 Michael Smith <msmith@fluendo.com>
12438 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12439 Correct refcounting in send_event() function. Previously was wrong
12440 if the first sink was unable to handle the event.
12442 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12445 back to development
12447 === release 0.9.3 ===
12449 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12452 Releasing 0.9.3, "De Facto"
12454 2005-10-03 Andy Wingo <wingo@pobox.com>
12456 * gst/playback/gstdecodebin.c (try_to_link_1)
12457 (remove_element_chain): set element to NULL before removing it.
12459 2005-10-02 Johan Dahlin <johan@gnome.org>
12461 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12462 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12465 2005-10-02 Andy Wingo <wingo@pobox.com>
12467 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12468 (gst_ring_buffer_prepare_read):
12469 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12472 2005-09-29 Wim Taymans <wim@fluendo.com>
12474 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12475 * ext/theora/theoradec.c: (theora_handle_data_packet):
12476 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12477 Propagate error codes from alloc_buffer too.
12479 2005-09-29 Wim Taymans <wim@fluendo.com>
12481 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12484 * gst/playback/Makefile.am:
12485 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12486 (dump_element_stats), (main):
12487 Added example stream introspection code.
12489 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12491 * gst/adder/gstadder.c: (gst_adder_collected):
12492 fix adder for float elements
12494 2005-09-28 Wim Taymans <wim@fluendo.com>
12496 * gst-libs/gst/audio/gstbaseaudiosink.c:
12497 (gst_base_audio_sink_class_init),
12498 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12499 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12500 (gst_base_audio_src_class_init),
12501 (gst_base_audio_src_provide_clock):
12502 get_clock -> provide_clock
12504 2005-09-28 Andy Wingo <wingo@pobox.com>
12506 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12509 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12512 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12513 Actually add the pad template.
12514 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12516 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12519 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12520 from fdsrc. Get caps in create() instead of start() so it can be
12521 interrupted. Interruption somewhat untested.
12523 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12524 Proper EOS handling.
12526 2005-09-27 Andy Wingo <wingo@pobox.com>
12528 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12530 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12532 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12534 * gst/tcp/gsttcp.h:
12535 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12536 out of tcpclientsrc.c. Cancellable.
12537 (gst_tcp_socket_read): Made private, cancellable, with better
12538 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12539 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12540 whole buffer, and better diagnostics.
12541 (gst_tcp_gdp_read_caps): Same.
12543 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12545 2005-09-26 Andy Wingo <wingo@pobox.com>
12547 * gst/sine/gstsinesrc.h:
12548 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12549 change the 'sync' property to 'is-live' and implement it halfway,
12550 update for controller api change.
12552 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12553 controller api change.
12555 2005-09-24 Wim Taymans <wim@fluendo.com>
12557 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12558 * gst-libs/gst/audio/gstaudiosink.c:
12559 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12560 (gst_audioringbuffer_stop):
12561 * gst-libs/gst/audio/gstbaseaudiosink.c:
12562 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12563 (gst_base_audio_sink_change_state):
12564 * gst-libs/gst/audio/gstbaseaudiosink.h:
12565 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12566 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12567 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12568 * gst-libs/gst/audio/gstringbuffer.h:
12569 Fix sync again. Moved sample alignment to basesink.
12571 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12573 * docs/plugins/Makefile.am:
12574 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12575 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12576 * gst/volume/gstvolume.c:
12578 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12579 * gst-libs/gst/audio/audio.h:
12580 add conversion macros for frames <-> clocktime
12582 2005-09-23 David Schleef <ds@schleef.org>
12584 * gst/audioresample/Makefile.am:
12585 * gst/audioresample/debug.h:
12586 * gst/audioresample/gstaudioresample.c:
12587 * gst/audioresample/resample.c: Convert to using gst debugging
12589 2005-09-22 Wim Taymans <wim@fluendo.com>
12591 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12592 (gst_play_bin_send_event):
12593 Only seek on one sink, the first one that succeeds.
12595 2005-09-22 Michael Smith <msmith@fluendo.com>
12597 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12598 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12599 Don't flush encoder state unless we have an initialised encoder.
12600 Clear out encoder state on PAUSED_TO_READY.
12602 2005-09-22 Wim Taymans <wim@fluendo.com>
12604 * gst-libs/gst/rtp/gstbasertppayload.c:
12605 (gst_basertppayload_class_init), (gst_basertppayload_init),
12606 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12607 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12608 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12609 (gst_basertppayload_set_property),
12610 (gst_basertppayload_get_property),
12611 (gst_basertppayload_change_state):
12612 * gst-libs/gst/rtp/gstbasertppayload.h:
12613 Added max-ptime to control amount of data in the rtp packets.
12615 2005-09-21 Andy Wingo <wingo@pobox.com>
12617 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12620 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12621 can be called multiple times, dogs.
12623 2005-09-21 Wim Taymans <wim@fluendo.com>
12625 * gst-libs/gst/rtp/gstbasertppayload.c:
12626 (gst_basertppayload_class_init), (gst_basertppayload_init),
12627 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12628 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12629 (gst_basertppayload_push), (gst_basertppayload_get_property),
12630 (gst_basertppayload_change_state):
12633 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12635 * docs/libs/compiling.sgml:
12638 2005-09-20 Wim Taymans <wim@fluendo.com>
12640 * gst-libs/gst/rtp/gstbasertppayload.c:
12641 (gst_basertppayload_class_init), (gst_basertppayload_init),
12642 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12643 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12644 (gst_basertppayload_push), (gst_basertppayload_set_property),
12645 (gst_basertppayload_get_property),
12646 (gst_basertppayload_change_state):
12647 * gst-libs/gst/rtp/gstbasertppayload.h:
12648 Added property to configure sequence number offsets.
12650 2005-09-20 Wim Taymans <wim@fluendo.com>
12652 * gst-libs/gst/rtp/gstbasertppayload.c:
12653 (gst_basertppayload_class_init), (gst_basertppayload_init),
12654 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12655 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12656 (gst_basertppayload_push), (gst_basertppayload_set_property),
12657 (gst_basertppayload_get_property),
12658 (gst_basertppayload_change_state):
12659 * gst-libs/gst/rtp/gstbasertppayload.h:
12660 Make timestamp offset configurable.
12662 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12664 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12665 fix wrong pop/unref
12667 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12669 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12671 * gst-libs/gst/interfaces/propertyprobe.c:
12672 (gst_property_probe_probe_property_name),
12673 (gst_property_probe_needs_probe_name),
12674 (gst_property_probe_get_values_name),
12675 (gst_property_probe_probe_and_get_values_name):
12676 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12677 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12679 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12681 * check/Makefile.am:
12682 have some tests be disabled for valgrinding
12683 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12685 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12686 Fix A Leak. Chain To Parent Finalize.
12688 2005-09-19 Wim Taymans <wim@fluendo.com>
12690 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12691 Fixed wav pipeline.
12693 2005-09-19 Wim Taymans <wim@fluendo.com>
12695 * gst-libs/gst/rtp/gstbasertppayload.c:
12696 (gst_basertppayload_class_init), (gst_basertppayload_init),
12697 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12698 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12699 (gst_basertppayload_push), (gst_basertppayload_get_property),
12700 (gst_basertppayload_change_state):
12701 Posting ERROR and WARNING messages is good.
12703 2005-09-19 Wim Taymans <wim@fluendo.com>
12705 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12706 (gst_base_rtp_depayload_add_to_queue),
12707 (gst_base_rtp_depayload_push),
12708 (gst_base_rtp_depayload_set_gst_timestamp),
12709 (gst_base_rtp_depayload_queue_release):
12710 This one was not supposed to go in.
12712 2005-09-19 Wim Taymans <wim@fluendo.com>
12714 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12717 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12718 (gst_base_rtp_depayload_chain),
12719 (gst_base_rtp_depayload_add_to_queue),
12720 (gst_base_rtp_depayload_push),
12721 (gst_base_rtp_depayload_set_gst_timestamp),
12722 (gst_base_rtp_depayload_queue_release):
12725 * gst-libs/gst/rtp/gstbasertppayload.c:
12726 (gst_basertppayload_class_init), (gst_basertppayload_init),
12727 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12728 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12729 (gst_basertppayload_get_property),
12730 (gst_basertppayload_change_state):
12731 Added debugging category.
12733 2005-09-18 David Schleef <ds@schleef.org>
12735 * gst/playback/gstdecodebin.c: free plugin list correctly
12736 * gst/playback/gstplaybin.c: emit warning if autovideosink
12737 and autoaudiosink can't be found (instead of segfaulting)
12739 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12741 * check/elements/audioconvert.c: (GST_START_TEST):
12742 try out 24 bit conversion
12744 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12746 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12747 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12748 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12749 * ext/vorbis/vorbisenc.h:
12750 Fix EOS handling. Still needs a fix in the ogg muxer to
12751 mark the last page as eos.
12753 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12755 * common/gtk-doc-plugins.mak:
12756 * docs/plugins/Makefile.am:
12757 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12758 * gst/ffmpegcolorspace/Makefile.am:
12759 * gst/ffmpegcolorspace/avcodec.h:
12760 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12761 * gst/tcp/gstmultifdsink.c:
12762 fix up ffmpegcolorspace docs; extract header
12764 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12766 * common/gtk-doc-plugins.mak:
12767 * docs/plugins/Makefile.am:
12768 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12769 * ext/theora/Makefile.am:
12770 * ext/theora/gsttheoraenc.h:
12771 * ext/theora/theoraenc.c:
12772 * ext/vorbis/vorbisenc.c:
12773 pick up signals and args for vorbis; add some docs for vorbis
12775 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12777 * common/gstdoc-scangobj:
12778 * common/gtk-doc-plugins.mak:
12779 * docs/libs/Makefile.am:
12780 * docs/plugins/gst-plugins-base-plugins.args:
12781 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12782 * docs/plugins/gst-plugins-base-plugins.interfaces:
12783 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12784 * docs/plugins/gst-plugins-base-plugins.signals:
12785 only scanobj stuff from our source module. Not sure yet
12786 if that's correct, given the hierarchy stuff :)
12788 2005-09-15 Wim Taymans <wim@fluendo.com>
12790 * gst/audioconvert/gstaudioconvert.c:
12791 And enable 24 bits mode as well..
12793 2005-09-15 Wim Taymans <wim@fluendo.com>
12795 * gst-libs/gst/rtp/Makefile.am:
12796 * gst-libs/gst/rtp/gstbasertppayload.c:
12797 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12798 (gst_basertppayload_class_init), (gst_basertppayload_init),
12799 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12800 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12801 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12802 (gst_basertppayload_set_property),
12803 (gst_basertppayload_get_property),
12804 (gst_basertppayload_change_state):
12805 * gst-libs/gst/rtp/gstbasertppayload.h:
12806 Added rtp payloader base class.
12808 2005-09-15 Andy Wingo <wingo@pobox.com>
12810 * configure.ac (plugindir): Remove the EOL matcher from the
12811 regexp, as it causes me problems. Libtool? Make? Who knows?
12813 2005-09-14 David Schleef <ds@schleef.org>
12815 * check/generic/states.c:
12816 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12817 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12818 Fixes for changes in registry API.
12820 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12821 to GST_PLUGIN_LDFLAGS.
12822 * ext/libvisual/visual.c: Make the library shut up.
12823 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12824 * gst-libs/gst/audio/gstaudiofilter.c: same
12826 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12828 * docs/plugins/Makefile.am:
12829 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12830 * docs/plugins/inspect/plugin-libvisual.xml:
12831 * docs/plugins/tmpl/element-tcpserversink.sgml:
12832 * ext/theora/theoraenc.c:
12833 add libvisual plugin and theoraenc element to docs
12835 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12837 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12838 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12839 * ext/theora/theoraenc.c:
12842 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12844 * gst/audioconvert/Makefile.am:
12845 Audioconvert derives from GstBaseTransform and should
12846 link to the library with our base elements to avoid
12847 unresolved symbols. Makes things work with MinGW (#316160)
12849 * gst/playback/test4.c: (main):
12850 Fix MinGW build problem and use g_usleep() instead of
12853 2005-09-12 Wim Taymans <wim@fluendo.com>
12855 * gst/audioconvert/audioconvert.c: (float),
12856 (audio_convert_prepare_context), (audio_convert_convert):
12857 * gst/audioconvert/audioconvert.h:
12858 Cleanups, speedups, simplifications, added back support
12861 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12863 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12864 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12865 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12866 * docs/plugins/tmpl/element-tcpserversink.sgml:
12867 * gst/ffmpegcolorspace/gstffmpeg.c:
12868 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12869 * gst/videotestsrc/gstvideotestsrc.c:
12870 * gst/volume/gstvolume.c:
12871 add more elements to the docs
12873 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12875 * check/Makefile.am:
12876 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12877 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12878 Add extra tests for basetransform based components.
12879 Comment out the test_element_negotiation test until we decide
12880 if it's testing correct behaviour.
12881 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12882 (gst_visual_chain), (gst_visual_change_state):
12883 Slightly more correct but still bogus timestamping.
12884 Fix state change function.
12885 * gst/audioconvert/gstaudioconvert.c:
12886 (gst_audio_convert_class_init):
12887 * gst/audioresample/gstaudioresample.c:
12888 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12889 (gst_ffmpegcsp_class_init):
12890 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12891 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12892 (gst_videoscale_prepare_image):
12893 * gst/volume/gstvolume.c: (gst_volume_class_init),
12894 (volume_transform_ip):
12895 Basetransform updates. Enable passthrough modes.
12896 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12897 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12898 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12899 Negotiation fix that allows the window to return to the original
12900 size and renegotiate passthrough upstream. Extra debug output.
12902 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12904 * gst/sine/gstsinesrc.c:
12905 * gst/volume/gstvolume.c:
12906 fix up header include
12908 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12910 * gst-libs/gst/audio/gstbaseaudiosink.c:
12911 (gst_base_audio_sink_render):
12912 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12913 * gst/volume/gstvolume.c: (gst_volume_class_init),
12914 (volume_transform):
12915 fixing lost sync, some more debugging
12917 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12919 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12920 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12921 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12922 (gst_xvimagesink_check_xshm_calls):
12923 Fix compilation when XShm is not available.
12925 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12927 * ext/libvisual/visual.c: (gst_visual_dispose),
12928 (gst_visual_getcaps), (gst_visual_src_setcaps),
12929 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12930 (gst_visual_change_state):
12931 Finish fixing up libvisual plugin so that it runs.
12933 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12935 * ext/vorbis/vorbisenc.c:
12936 * gst-libs/gst/tag/gstvorbistag.c:
12937 gsttaginterface.h -> gsttagsetter.h
12939 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12941 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12942 added another test that failes for me (test is not active by default)
12944 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12947 v4l2 is no longer in gst-plugins-base
12949 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12952 In the output at the end, don't show the first plugin on the same
12953 line as "Core plug-ins, always built:".
12954 Indent the output as for other plugin categories
12955 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12956 #define that can be used to not use peer buffer_alloc functions for
12958 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12959 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12960 (gst_ximagesink_show_frame):
12961 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12962 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12963 (gst_xvimagesink_show_frame):
12964 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12965 fails gracefully instead of XError aborting or deadlocking.
12967 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12969 * ext/libvisual/Makefile.am:
12970 link against gst-base-libs
12972 2005-09-06 David Schleef <ds@schleef.org>
12974 * configure.ac: Enable libvisual plugin.
12975 * ext/libvisual/Makefile.am:
12976 * ext/libvisual/visual.c: Fixes to make it compile.
12978 === release 0.9.2 ===
12980 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12985 * docs/random/ChangeLog-0.8:
12986 releasing 0.9.2, "Spoon"
12988 2005-09-05 Michael Smith <msmith@fluendo.com>
12990 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12991 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12992 that in the vorbisenc element.
12994 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12996 * common/gtk-doc-plugins.mak:
12997 * docs/plugins/Makefile.am:
12999 * gst/audioresample/resample.c:
13000 fix wrong docstring
13002 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
13004 * common/gst-xmlinspect.py:
13005 * common/gtk-doc-plugins.mak:
13006 only inspect plugins for this given package
13007 require gst-python 0.9
13009 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
13013 * common/gst-xmlinspect.py:
13015 * docs/Makefile.am:
13016 * docs/plugins/inspect/plugin-alsa.xml:
13017 * docs/plugins/inspect/plugin-audioresample.xml:
13018 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13019 * docs/plugins/inspect/plugin-ogg.xml:
13020 * docs/plugins/tmpl/element-gnomevfssink.sgml:
13021 * docs/plugins/tmpl/element-multifdsink.sgml:
13022 * docs/plugins/tmpl/element-tcpserversink.sgml:
13023 * docs/plugins/tmpl/element-vorbisenc.sgml:
13024 * gst-plugins-base.spec.in:
13025 various doc-related updates
13027 2005-08-31 Wim Taymans <wim@fluendo.com>
13029 * gst-libs/gst/audio/gstbaseaudiosink.c:
13030 (gst_base_audio_sink_render):
13031 Resync if the buffer timestamps drift more than a 10th
13034 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
13036 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13037 (gst_v4lsrc_get_property):
13038 The 'timestamp-offset' property is registered as an int64, so
13039 let's use g_value_{set|get}_int64() in our setter and getter
13040 functions (makes it work and fixes warnings with gst-inspect).
13042 2005-08-30 Wim Taymans <wim@fluendo.com>
13044 * check/elements/audioconvert.c: (setup_audioconvert):
13045 * check/elements/audioresample.c: (setup_audioresample):
13046 * check/elements/volume.c: (setup_volume):
13049 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
13051 * common/gtk-doc-plugins.mak:
13052 * common/plugins.xsl:
13053 * docs/plugins/Makefile.am:
13054 make module a param
13056 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13058 * examples/seeking/seek.c: (make_mp3_pipeline),
13059 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13060 (play_cb), (pause_cb), (stop_cb):
13063 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13065 * gst/volume/gstvolume.c: (gst_volume_class_init),
13066 (volume_transform):
13067 do not update controlled params, if buffer has no timestamp
13069 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13072 * gst/sine/Makefile.am:
13073 * gst/volume/Makefile.am:
13074 controllerized elements also need to link against controller-libs ;)
13076 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13078 * docs/libs/tmpl/gstcolorbalance.sgml:
13079 * docs/libs/tmpl/gstgconf.sgml:
13080 * docs/libs/tmpl/gstmixer.sgml:
13081 * docs/libs/tmpl/gstringbuffer.sgml:
13082 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13083 (gst_sinesrc_create):
13084 * gst/volume/gstvolume.c: (gst_volume_class_init),
13085 (volume_transform):
13086 controllerized two audio plugins
13088 2005-08-29 Andy Wingo <wingo@pobox.com>
13090 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
13091 (vorbis_handle_data_packet): Fix some int overflow errors.
13093 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13095 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13097 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13098 if it's valid. Fixed streaming-mode playback.
13100 * check/elements/volume.c (cleanup_volume): Fix for running
13103 * check/elements/audioconvert.c: Convert from native endian, not
13106 2005-08-29 Michael Smith <msmith@fluendo.com>
13108 * ext/ogg/Makefile.am:
13109 * ext/ogg/gstogg.c: (plugin_init):
13110 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13111 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13112 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13113 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13114 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13115 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13116 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13117 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13118 Add an ogg parser element.
13120 2005-08-28 Andy Wingo <wingo@pobox.com>
13122 * Updates for two-arg init from GST_BOILERPLATE_FULL.
13124 2005-08-26 Wim Taymans <wim@fluendo.com>
13126 * gst/audioconvert/audioconvert.c: (if), (float),
13127 (audio_convert_get_func_index), (check_default),
13128 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13129 (audio_convert_clean_context), (audio_convert_get_sizes),
13130 (audio_convert_convert):
13133 2005-08-26 Wim Taymans <wim@fluendo.com>
13135 * gst/audioconvert/audioconvert.c: (if), (float),
13136 (audio_convert_get_func_index), (check_default),
13137 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13138 (audio_convert_clean_context), (audio_convert_get_sizes),
13139 (audio_convert_convert):
13140 More elegant and working temp buffer selection algo.
13142 2005-08-26 Wim Taymans <wim@fluendo.com>
13144 * gst/audioconvert/audioconvert.c: (if), (float),
13145 (audio_convert_get_func_index), (check_default),
13146 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13147 (audio_convert_clean_context), (audio_convert_get_sizes),
13148 (get_temp_buffer), (audio_convert_convert):
13149 Use realloc else we lose our original data.
13151 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
13153 * gst/audioresample/gstaudioresample.c:
13154 use base class' newsegment to properly timestamp
13156 2005-08-26 Wim Taymans <wim@fluendo.com>
13158 * gst/audioconvert/audioconvert.c: (if), (float),
13159 (audio_convert_get_func_index), (check_default),
13160 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13161 (audio_convert_clean_context), (audio_convert_get_sizes),
13162 (get_temp_buffer), (audio_convert_convert):
13163 * gst/audioconvert/gstaudioconvert.c:
13164 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13165 (gst_audio_convert_transform_caps),
13166 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13167 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13168 Oops, allocate enough space to perform the channel mix.
13170 2005-08-26 Wim Taymans <wim@fluendo.com>
13172 * gst/audioconvert/Makefile.am:
13173 * gst/audioconvert/audioconvert.c: (if), (float),
13174 (audio_convert_get_func_index), (check_default),
13175 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13176 (audio_convert_clean_context), (audio_convert_get_sizes),
13177 (get_temp_buffer), (audio_convert_convert):
13178 * gst/audioconvert/audioconvert.h:
13179 * gst/audioconvert/gstaudioconvert.c:
13180 (gst_audio_convert_class_init), (gst_audio_convert_init),
13181 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13182 (gst_audio_convert_get_unit_size),
13183 (gst_audio_convert_transform_caps),
13184 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13185 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13186 * gst/audioconvert/gstaudioconvert.h:
13187 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13188 (gst_channel_mix_fill_identical),
13189 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13190 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13191 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13192 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13193 (gst_channel_mix_mix):
13194 * gst/audioconvert/gstchannelmix.h:
13195 Cleanups, librarify a bit, optimize, better negotiation and more.
13197 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13199 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13200 Another from MikeS:
13201 During typefinding, don't support negative offsets
13202 (offsets from the end of the stream) in our typefind->peek() function
13203 - nothing embedded in ogg ever needs them. However, we need to recognise
13204 those requests and reject them, otherwise we return invalid pointers.
13206 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13208 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13209 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13210 (vorbisdec_finalize), (vorbis_handle_type_packet):
13211 Big shout-out to MikeS for fixing this giant memory leak.
13214 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13216 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13217 (audio_convert_get_unit_size):
13220 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13222 * check/Makefile.am:
13223 * check/elements/audioconvert.c: (setup_audioconvert),
13224 (cleanup_audioconvert), (get_int_caps), (verify_convert),
13225 (GST_START_TEST), (audioconvert_suite), (main):
13226 add a test for audioconvert
13227 * gst/audioresample/gstaudioresample.c:
13228 * gst/audioresample/gstaudioresample.h:
13229 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13230 note that for buffers of 1/3 sec this means DURATION(c) is
13231 one nanosecond more than for a and b
13233 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13235 * check/Makefile.am:
13236 * check/elements/audioresample.c: (setup_audioresample),
13237 (cleanup_audioresample), (fail_unless_perfect_stream),
13238 (test_perfect_stream_instance), (GST_START_TEST),
13239 add a check for audioresample
13240 (audioresample_suite), (main):
13241 * check/elements/volume.c: (GST_START_TEST):
13242 remove unused method
13243 * gst/audioresample/gstaudioresample.c:
13244 set correct buffer parameters since we're changing them
13245 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13248 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13250 * gst/audioresample/debug.c:
13251 * gst/audioresample/gstaudioresample.c:
13252 add room for extra overlap samples when asked to transform size
13253 protect against possible mem corruption and check for discrepancies
13254 between written size and outbuffer's size so we can warn for
13256 * gst/audioresample/resample.c: (resample_init),
13257 (resample_get_output_size_for_input), (resample_get_output_size),
13258 (resample_set_n_channels), (resample_set_format):
13259 set debug level based on RESAMPLE_DEBUG env var
13260 make sure that get_output_size* returns a whole number of
13262 set sample_size each time either channel or format is set
13263 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13264 * gst/audioresample/resample_functable.c:
13265 (resample_scale_functable):
13266 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13267 remove r->sample_size, it's done in resample.c now
13268 add some debugging to the ref implementation
13269 make sure we only give back bytes that are wholes of the sample
13272 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13273 * gst/playback/gstplaybasebin.c: (fill_buffer):
13274 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13276 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13278 * gst/volume/gstvolume.c:
13279 made set_caps function static
13281 2005-08-24 Wim Taymans <wim@fluendo.com>
13283 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13284 (gst_vorbisenc_change_state):
13285 Stop leaking taglists.
13287 2005-08-24 Wim Taymans <wim@fluendo.com>
13289 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13290 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13291 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13292 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13293 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13294 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13295 Parse seeking events better.
13297 Generate correct newsegment events, fixes seeking in live oggs.
13299 * ext/theora/theoradec.c: (theora_dec_src_query),
13300 (theora_dec_src_event), (theora_dec_src_getcaps),
13301 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13302 Use newsegment values to report correct play time.
13304 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13305 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13306 * ext/vorbis/vorbisdec.h:
13307 Parse and use newsegment values to report correct play time.
13309 * gst-libs/gst/audio/gstbaseaudiosink.c:
13310 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13311 Clear ringbuffer on flush.
13312 Use newsegment values to calculate playback time.
13314 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13316 Basesink does newsegment calculations for us now.
13318 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13320 * check/Makefile.am:
13322 add core's plugins to the mix so that playbin works
13323 * check/generic/states.c: (GST_START_TEST):
13324 set a 0 timeout on pipelines, so they don't force the next
13326 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13327 (gst_play_base_bin_change_state):
13328 remove the crappy error handling and do GST error handling
13330 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13332 * check/Makefile.am:
13333 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13334 add same test as to core, it bitches out on playbin atm.
13336 2005-08-24 Wim Taymans <wim@fluendo.com>
13341 2005-08-24 Wim Taymans <wim@fluendo.com>
13343 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13344 (gst_videoscale_prepare_size), (parse_caps),
13345 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13346 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13347 (gst_videoscale_transform):
13348 * gst/videoscale/gstvideoscale.h:
13349 Refactor, make use of BaseTranform really well.
13351 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13354 compile audioresample
13355 * gst/audioresample/Makefile.am:
13356 * gst/audioresample/buffer.c:
13357 * gst/audioresample/functable.c:
13358 * gst/audioresample/gstaudioresample.c:
13359 * gst/audioresample/gstaudioresample.h:
13360 * gst/audioresample/resample.c:
13361 (resample_get_output_size_for_input):
13362 * gst/audioresample/resample.h:
13363 * gst/audioresample/resample_chunk.c:
13364 * gst/audioresample/resample_functable.c:
13365 * gst/audioresample/resample_ref.c:
13366 port to use basetransform; doesn't work in all cases yet
13368 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13370 * gst/audioconvert/gstaudioconvert.c:
13371 (gst_audio_convert_class_init), (gst_audio_convert_init),
13372 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13373 (audio_convert_fixate_caps), (audio_convert_set_caps),
13374 (audio_convert_transform),
13375 (gst_audio_convert_buffer_to_default_format),
13376 (gst_audio_convert_buffer_from_default_format),
13377 (gst_audio_convert_channels):
13378 * gst/audioconvert/gstchannelmix.c:
13379 * gst/audioconvert/gstchannelmix.h:
13380 port to basetransform
13381 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13382 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13383 (gst_ffmpegcsp_get_unit_size):
13384 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13385 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13386 fix for basetransform changes
13388 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13390 * check/Makefile.am:
13391 Add CHECK_CFLAGS and LDFLAGS
13393 * gst/playback/gstplaybasebin.c: (fill_buffer):
13394 GST_MESSAGE_SRC became a GObject
13396 2005-08-24 Wim Taymans <wim@fluendo.com>
13398 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13399 (gst_ring_buffer_clear_all):
13400 * gst-libs/gst/audio/gstringbuffer.h:
13401 Added function to clear the ringbuffer.
13403 2005-08-24 Andy Wingo <wingo@pobox.com>
13405 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13406 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13407 of _open and _close.
13409 * sys/v4l/gstv4lxoverlay.h:
13410 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13411 an Xv connection here, instead of all the time. Make Xv only be
13412 loaded if you axe for it. Kindof a workaround for buggy behaviour
13413 of Xv when using remote xservers (XvQueryExtension would block).
13414 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13415 replace the _open and _close public API. Only start the xv
13416 connection if necessary.
13417 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13419 2005-08-23 David Schleef <ds@schleef.org>
13421 * gst/audioresample/Makefile.am: Leet audioresampling code
13422 * gst/audioresample/buffer.c:
13423 * gst/audioresample/buffer.h:
13424 * gst/audioresample/debug.c:
13425 * gst/audioresample/debug.h:
13426 * gst/audioresample/functable.c:
13427 * gst/audioresample/functable.h:
13428 * gst/audioresample/gstaudioresample.c:
13429 * gst/audioresample/gstaudioresample.h:
13430 * gst/audioresample/resample.c:
13431 * gst/audioresample/resample.h:
13432 * gst/audioresample/resample_chunk.c:
13433 * gst/audioresample/resample_functable.c:
13434 * gst/audioresample/resample_ref.c:
13436 2005-08-23 Wim Taymans <wim@fluendo.com>
13438 * examples/seeking/seek.c: (make_vorbis_pipeline),
13439 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13440 Small seek updates.
13442 2005-08-23 Andy Wingo <wingo@pobox.com>
13444 * gst-libs/gst/audio/gstbaseaudiosrc.c
13445 (gst_base_audio_src_fixate): Only fixate endianness if it is
13446 present in the caps.
13448 2005-08-22 Andy Wingo <wingo@pobox.com>
13450 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13451 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13452 device-name property.
13454 * gst-libs/gst/audio/gstaudiosrc.h:
13455 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13456 close_device in the ring buffer, like gstaudiosink.
13458 * ext/alsa/gstalsamixer.h:
13459 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13460 macro to implement the interface without much code. Cleanups.
13462 * ext/alsa/gstalsasrc.h:
13463 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13466 * ext/alsa/Makefile.am: Add new files.
13467 * ext/alsa/gstalsamixerelement.c:
13468 * ext/alsa/gstalsamixerelement.c: Split element code out from
13469 mixer code so that alsasrc can be a mixer too.
13471 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13473 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13475 * check/elements/vorbisdec.c: (setup_vorbisdec),
13476 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13477 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13478 (vorbis_handle_identification_packet),
13479 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13480 (vorbis_handle_header_packet), (vorbis_dec_push),
13481 (vorbis_dec_chain):
13482 use the setup/teardown methods to save code. save code is good.
13484 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13486 * check/Makefile.am:
13487 add ext dir for plugins
13488 add vorbisdec test conditionally
13489 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13490 (GST_START_TEST), (volume_suite):
13491 add a test with wrong caps
13492 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13493 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13494 add a vorbisdec test
13495 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13496 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13497 clean up debug output
13498 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13499 yay, fix a segfault/security issue in vorbisdec
13500 gst-launch fakesrc ! vorbisdec wasn't happy
13501 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13502 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13503 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13504 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13505 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13506 (gst_vorbisenc_set_metadata), (get_constraints_string),
13507 (update_start_message), (gst_vorbisenc_setup),
13508 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13509 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13510 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13511 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13512 * ext/vorbis/vorbisenc.h:
13514 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13515 (gst_ffmpegcsp_transform):
13516 have the kow come home
13517 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13519 * gst/volume/gstvolume.c: (volume_set_caps):
13522 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13525 * check/.cvsignore:
13526 * check/Makefile.am:
13527 * check/elements/.cvsignore:
13528 * check/elements/volume.c: (chain_func), (event_func),
13529 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13532 add unit test structure for gst-plugins-base
13533 add a test for volume
13534 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13535 (gst_volume_set_volume), (gst_volume_get_volume),
13536 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13537 (volume_funcfind), (volume_process_float), (volume_process_int16),
13538 (volume_set_caps), (volume_transform), (volume_update_mute),
13539 (volume_update_volume), (volume_set_property),
13540 (volume_get_property):
13541 document a little; use basetransform vmethod _set_caps
13543 2005-08-19 Andy Wingo <wingo@pobox.com>
13545 * ext/alsa/gstalsamixertrack.h:
13546 * ext/alsa/gstalsamixertrack.c:
13547 * ext/alsa/gstalsamixeroptions.h:
13548 * ext/alsa/gstalsamixeroptions.c:
13549 * ext/alsa/gstalsamixer.h:
13550 * ext/alsa/gstalsamixer.c: Port to 0.9.
13552 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13553 Remove gstalsa.c and alsaclock. No more cruft here.
13555 2005-08-18 Wim Taymans <wim@fluendo.com>
13557 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13558 (gst_base_rtp_depayload_chain),
13559 (gst_base_rtp_depayload_add_to_queue),
13560 (gst_base_rtp_depayload_push),
13561 (gst_base_rtp_depayload_queue_release):
13562 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13563 Fix for RTPBuffer changes.
13565 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13566 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13567 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13568 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13569 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13570 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13571 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13572 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13573 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13574 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13575 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13576 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13577 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13578 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13579 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13580 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13581 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13582 (gst_rtpbuffer_get_payload):
13583 * gst-libs/gst/rtp/gstrtpbuffer.h:
13584 Don't subclass GstBuffer but add methods and helper functions
13585 to construct and manipulate RTP packets in regular GstBuffers.
13587 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13589 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13590 moved statement below switch
13591 * gst/volume/gstvolume.c: (gst_volume_class_init):
13594 2005-08-16 Wim Taymans <wim@fluendo.com>
13596 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13597 (gst_base_audio_src_change_state):
13598 Open and close device in READY<->NULL state change.
13600 2005-08-16 Andy Wingo <wingo@pobox.com>
13602 * examples/seeking/Makefile.am: Don't compile non-compiling
13603 compiled objects with the compiler.
13605 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13608 2005-08-12 Philippe Khalaf <burger@speedy.org>
13609 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13610 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13611 Made a thread to release the queue.
13612 Removed timestamp conversion for now.
13614 2005-08-10 Philippe Khalaf <burger@speedy.org>
13615 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13616 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13617 Added rtp timestamp -> gst timestamp conversion.
13618 Fixed several problems with queue.
13620 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13622 * gst-libs/gst/audio/gstaudioclock.h:
13623 * gst-libs/gst/audio/gstaudiofilter.h:
13624 * gst-libs/gst/audio/gstaudiosink.h:
13625 * gst-libs/gst/audio/gstaudiosrc.h:
13626 * gst-libs/gst/audio/gstbaseaudiosink.h:
13627 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13628 * gst-libs/gst/audio/gstringbuffer.h:
13629 * gst-libs/gst/net/gstnetbuffer.h:
13630 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13631 * gst-libs/gst/rtp/gstrtpbuffer.h:
13632 Add padding (you will need to rebuild gst-plugins-base,
13633 gst-plugins and all applications afterwards!)
13635 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13637 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13638 (gst_riff_parse_chunk):
13639 Fix bug in debug message and add some more debug messages.
13641 2005-08-08 Edward Hervey <edward@fluendo.com>
13643 * gst-libs/gst/riff/riff-media.c:
13644 backported updates since branch
13646 2005-08-08 Andy Wingo <wingo@pobox.com>
13648 * gst-libs/gst/audio/gstbaseaudiosink.c
13649 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13650 like good elements should. Close on READY->NULL too.
13652 * gst-libs/gst/audio/gstaudiosink.c
13653 (gst_audioringbuffer_open_device,
13654 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13655 (gst_audioringbuffer_release): Updates for new ring buffer API,
13656 hook into the new audio sink api.
13658 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13659 (GstAudioSinkClass.close): Just open and close the device -- no
13660 resource allocation or configuration.
13661 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13662 vmethods, handle device setup and resource allocation.
13664 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13665 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13668 * gst-libs/gst/audio/gstringbuffer.h
13669 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13672 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13673 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13674 New API functions. The device should be opened before acquiring
13675 and closed after releasing.
13677 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13679 * gst-libs/gst/interfaces/mixer.h:
13680 Reset padding to GST_PADDING.
13682 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13684 * gst/playback/gstplaybin.c: (remove_sinks):
13685 Remove visualization from parent explicitely; works around some
13686 apparent refcount issue that I haven't tracked down yet.
13688 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13690 * ext/alsa/gstalsasink.c: (set_hwparams):
13691 Assign debug category, add negotiation debug msgs.
13693 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13695 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13696 Fix error code for file-not-found to NOT_FOUND.
13698 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13700 * common/gtk-doc-plugins.mak:
13701 * docs/plugins/Makefile.am:
13702 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13703 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13704 renamed to actual element names, so much nicer to look at
13705 * docs/plugins/tmpl/gstmultifdsink.sgml:
13707 * docs/plugins/tmpl/multifdsink.sgml:
13708 * docs/plugins/tmpl/tcpserversink.sgml:
13710 * ext/alsa/gstalsa.c:
13711 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13712 * ext/ogg/gstoggmux.c:
13713 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13714 * gst/playback/gstdecodebin.c:
13715 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13716 * gst/tcp/gsttcpserversink.c:
13717 various fixes and documentation additions
13719 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13721 * common/Makefile.am:
13722 * common/gstdoc-scangobj:
13723 * common/gtk-doc-plugins.mak:
13724 * common/gtk-doc.mak:
13725 add a custom scangobj that uses the registry
13726 add a custom gtk-doc-plugins.mak that uses it
13727 some doc build fixes
13729 * docs/Makefile.am:
13730 * docs/plugins/Makefile.am:
13731 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13732 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13733 * docs/plugins/gst-plugins-base-plugins.types:
13734 * docs/plugins/tmpl/gstmultifdsink.sgml:
13735 add docs for one element, multifdsink
13736 * gst/adder/gstadder.h:
13737 * gst/volume/gstvolume.h:
13738 don't privatize enum
13739 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13740 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13741 (gst_sync_method_get_type), (gst_client_status_get_type),
13742 (gst_multifdsink_class_init),
13743 (gst_multifdsink_client_queue_buffer),
13744 (gst_multifdsink_handle_client_write):
13745 * gst/tcp/gstmultifdsink.h:
13746 * gst/tcp/gsttcp.h:
13747 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13748 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13749 (gst_tcpclientsink_render):
13750 * gst/tcp/gsttcpclientsink.h:
13751 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13752 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13753 (gst_tcpclientsrc_start):
13754 * gst/tcp/gsttcpclientsrc.h:
13755 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13756 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13757 * gst/tcp/gsttcpserversrc.h:
13758 * gst/typefind/gsttypefindfunctions.c:
13759 remove superfluous Type stuff
13761 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13763 * gst/playback/gstplaybin.c: (gen_video_element):
13766 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13768 * gst-libs/gst/gconf/gconf.c:
13769 * gst-libs/gst/gconf/gconf.h:
13770 Fix some Andy Problem [tm].
13772 2005-08-04 Andy Wingo <wingo@pobox.com>
13774 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13775 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13776 (gst_ffmpegcsp_get_size): Adapt to API changes.
13778 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13779 Implement an in-place do-nothing transform.
13781 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13783 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13784 (gst_ximagesink_renegotiate_size):
13785 Do not set new window sizes yet if we prepare a new buffer size
13786 for upstream renegotiation (software scaling) at some point in the
13787 future, because this new size waqs not actually accepted yet. Once
13788 accepted, renegotiation later on will set the new sizes just fine.
13789 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13790 embedding testcase.
13792 2005-08-03 Andy Wingo <wingo@pobox.com>
13794 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13795 (gst_ximagesink_buffer_alloc):
13796 Protect the height, width, and desired_caps with the pool_lock.
13797 Fixes videotestsrc ! queue ! ximagesink.
13799 2005-08-02 Edward Hervey <edward@fluendo.com>
13801 * gst/volume/gstvolume.c:
13802 include left from controller cleanup
13804 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13805 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13806 Stop collectpads before calling the parent state
13807 change function on PAUSED->READY.
13809 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13811 When testing for X libs, use the X CFlags
13812 * gst/adder/gstadder.c: (gst_adder_change_state):
13813 Stop the collectpads before calling parent state change function
13814 on PAUSED->READY, otherwise we deadlock deactivating pads.
13816 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13819 * docs/libs/tmpl/gstcolorbalance.sgml:
13820 * docs/libs/tmpl/gstmixer.sgml:
13821 * examples/Makefile.am:
13822 * gst/sine/Makefile.am:
13823 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13824 (gst_sinesrc_set_property), (plugin_init):
13825 * gst/sine/gstsinesrc.h:
13826 * gst/volume/Makefile.am:
13827 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13828 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13829 (volume_process_float), (volume_process_int16),
13830 (volume_set_property), (plugin_init):
13831 * gst/volume/gstvolume.h:
13832 deactivate and remove dparams (libgstcontrol)
13834 2005-07-29 Wim Taymans <wim@fluendo.com>
13836 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13837 Convert me to BaseTransform!! help..
13839 2005-07-29 Andy Wingo <wingo@pobox.com>
13841 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13844 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13845 support of both endiannesses.
13847 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13849 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13850 Fix confusing debug message (s/event/query/)
13852 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13854 * gst/videotestsrc/videotestsrc.h:
13855 Use "_stdint.h" instead of <stdint.h>
13857 2005-07-27 Wim Taymans <wim@fluendo.com>
13859 * ext/vorbis/Makefile.am:
13860 Revert wrong commit.
13862 2005-07-27 Wim Taymans <wim@fluendo.com>
13864 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13865 More compilation fixen.
13867 2005-07-27 Wim Taymans <wim@fluendo.com>
13869 * gst-libs/gst/audio/gstbaseaudiosink.c:
13870 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13871 (gst_base_audio_sink_create_ringbuffer),
13872 (gst_base_audio_sink_change_state):
13875 2005-07-27 Wim Taymans <wim@fluendo.com>
13877 * examples/seeking/seek.c: (setup_dynamic_link),
13878 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13879 (query_positions_elems), (query_positions_pads), (do_seek):
13880 Update seek example.
13882 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13883 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13884 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13885 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13886 (gst_ogg_demux_handle_event),
13887 (gst_ogg_demux_deactivate_current_chain),
13888 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13889 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13890 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13891 (gst_ogg_demux_loop):
13892 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13893 * ext/theora/theoradec.c: (theora_dec_src_event),
13894 (theora_dec_src_getcaps), (theora_dec_sink_event),
13895 (theora_dec_push), (theora_dec_chain):
13896 * ext/vorbis/Makefile.am:
13897 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13898 (vorbis_dec_sink_event), (vorbis_dec_push),
13899 (vorbis_handle_data_packet):
13900 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13901 (gst_vorbisenc_chain):
13902 * gst/playback/gststreaminfo.c: (cb_probe):
13903 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13904 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13905 * gst/videoscale/gstvideoscale.c:
13906 (gst_videoscale_handle_src_event):
13907 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13908 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13909 (gst_ximagesink_navigation_send_event):
13910 * sys/xvimage/xvimagesink.c:
13911 (gst_xvimagesink_navigation_send_event):
13912 Various event updates and cleanups
13914 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13916 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13917 Fix segfault for I420/YV12.
13919 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13921 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13924 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13926 * gst/playback/gstplaybin.c: (gen_video_element),
13927 (gen_audio_element):
13928 Switch to auto*sink elements as default sinks; add volume element
13929 so that volume control in totem works.
13931 2005-07-21 Wim Taymans <wim@fluendo.com>
13933 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13934 * gst/playback/gstplaybin.c: (setup_sinks),
13935 (gst_play_bin_change_state):
13936 Refcount fix and more comments.
13938 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13940 * sys/ximage/Makefile.am:
13941 * sys/ximage/ximage.c: (plugin_init):
13942 * sys/ximage/ximagesink.c:
13943 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13946 2005-07-21 Wim Taymans <wim@fluendo.com>
13948 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13949 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13950 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13951 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13952 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13953 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13954 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13955 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13956 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13957 Generate correct disconts for live chained oggs.
13959 * gst-libs/gst/audio/gstbaseaudiosink.c:
13960 (gst_base_audio_sink_render),
13961 (gst_base_audio_sink_create_ringbuffer),
13962 (gst_base_audio_sink_change_state):
13963 Handle discont math correctly.
13965 * gst/playback/gstplaybin.c: (add_sink):
13966 Some small debug cleanup.
13968 2005-07-21 Wim Taymans <wim@fluendo.com>
13970 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13971 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13972 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13973 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13974 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13975 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13976 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13977 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13978 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13979 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13980 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13981 (gst_ogg_demux_change_state), (gst_ogg_print):
13982 Reorganize code to send the right disconts when in streaming
13985 2005-07-20 Andy Wingo <wingo@pobox.com>
13987 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13988 fix (?), fixes a seggie mcfalterson (#310894).
13990 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13992 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13993 (gst_ogg_mux_set_header_on_caps):
13994 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13995 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13996 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13997 * gst-libs/gst/audio/multichannel.c:
13998 (gst_audio_set_channel_positions),
13999 (gst_audio_set_structure_channel_positions_list):
14000 * gst/playback/gstdecodebin.c: (dynamic_create):
14001 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14002 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14003 Fixes for API changes in core.
14005 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14007 * gst/playback/gstplaybasebin.c: (fill_buffer):
14008 Use _new_custom() so we can set custom message types for buffering
14011 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14014 * gst-libs/gst/Makefile.am:
14015 * gst-libs/gst/gconf/.cvsignore:
14016 * gst-libs/gst/gconf/Makefile.am:
14017 * gst-libs/gst/gconf/test-gconf.c:
14018 * pkgconfig/Makefile.am:
14019 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14020 * pkgconfig/gstreamer-gconf.pc.in:
14021 Remove gconf stuff, use gconf elements instead from now on.
14023 2005-07-20 Wim Taymans <wim@fluendo.com>
14025 * gst-libs/gst/audio/TODO:
14026 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14027 (gst_audio_clock_get_internal_time):
14028 * gst-libs/gst/audio/gstaudioclock.h:
14029 * gst-libs/gst/audio/gstbaseaudiosink.c:
14030 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14031 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14032 (gst_base_audio_sink_render),
14033 (gst_base_audio_sink_create_ringbuffer),
14034 (gst_base_audio_sink_change_state):
14035 Make sure the audio clock always returns an increasing value.
14037 2005-07-19 Andy Wingo <wingo@pobox.com>
14039 * gst/videotestsrc/: Cleanups.
14041 2005-07-19 Wim Taymans <wim@fluendo.com>
14043 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14046 2005-07-19 Wim Taymans <wim@fluendo.com>
14048 * examples/seeking/seek.c: (make_dv_pipeline),
14049 (make_vorbis_theora_pipeline), (query_rates),
14050 (query_positions_elems), (query_positions_pads), (do_seek):
14051 Make correct DV pipeline.
14053 2005-07-18 Andy Wingo <wingo@pobox.com>
14055 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14056 default. Also because it's the only thing that really works. (This
14057 is used in the GConf elements).
14058 Use AS_LIBTOOL_TAGS.
14060 2005-07-18 Wim Taymans <wim@fluendo.com>
14062 * gst/playback/gstdecodebin.c: (remove_element_chain):
14063 * gst/playback/gstplaybin.c: (add_sink):
14064 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14065 (gst_stream_info_set_mute):
14066 * gst/playback/gststreamselector.c:
14067 (gst_stream_selector_get_linked_pad),
14068 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14069 More leak and compile fixes.
14071 2005-07-18 Wim Taymans <wim@fluendo.com>
14073 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14074 (query_rates), (query_positions_elems), (query_positions_pads),
14075 (do_seek), (seek_cb), (stop_seek):
14076 Updated seek example.
14078 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14079 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14080 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14081 * gst/playback/gstplaybin.c: (add_sink):
14082 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14083 (gst_stream_info_set_mute):
14084 Some refcount leak fixes.
14086 2005-07-16 Wim Taymans <wim@fluendo.com>
14088 * gst-libs/gst/audio/gstbaseaudiosink.c:
14089 (gst_base_audio_sink_render):
14090 Align samples even if we have roundoff errors in the
14091 timestamp conversion.
14093 2005-07-16 Wim Taymans <wim@fluendo.com>
14095 * docs/libs/tmpl/gstringbuffer.sgml:
14096 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14097 (query_rates), (query_positions_elems), (query_positions_pads),
14098 (update_scale), (do_seek):
14099 Updated seek example.
14101 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14102 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14103 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14104 (gst_ogg_demux_loop):
14105 Push out correct discont values.
14107 * ext/theora/theoradec.c: (theora_dec_src_convert),
14108 (theora_dec_sink_convert), (theora_dec_src_getcaps),
14109 (theora_dec_sink_event), (theora_handle_type_packet),
14110 (theora_handle_header_packet), (theora_dec_push),
14111 (theora_handle_data_packet), (theora_dec_chain),
14112 (theora_dec_change_state):
14113 Better timestamping.
14115 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14116 (vorbis_dec_sink_event), (vorbis_dec_push),
14117 (vorbis_handle_data_packet), (vorbis_dec_chain):
14118 * ext/vorbis/vorbisdec.h:
14119 Better timestamping.
14121 * gst-libs/gst/audio/gstbaseaudiosink.c:
14122 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14123 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14124 Handle syncing on timestamps instead of sample offsets. Make
14125 use of DISCONT values as described in design docs.
14127 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14128 (gst_base_audio_src_get_time):
14129 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14130 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14131 (gst_ring_buffer_read):
14132 * gst-libs/gst/audio/gstringbuffer.h:
14133 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14134 (gst_ximagesink_show_frame):
14135 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14136 Correcly convert buffer timestamp to stream time.
14138 2005-07-16 Wim Taymans <wim@fluendo.com>
14140 * gst/audioconvert/gstaudioconvert.c:
14141 (gst_audio_convert_get_buffer):
14142 Timestamp buffers correctly.
14144 * gst/playback/gstplaybin.c: (gen_video_element):
14145 Make internal fakesink silent.
14147 2005-07-15 Wim Taymans <wim@fluendo.com>
14149 * gst/ffmpegcolorspace/Makefile.am:
14150 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14151 (gst_ffmpegcsp_caps_remove_format_info),
14152 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14153 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14154 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14155 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14156 Ported ffmpegcolorspace to basetransform.
14158 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14159 * gst/volume/gstvolume.c: (volume_transform):
14162 2005-07-14 Wim Taymans <wim@fluendo.com>
14164 * gst/videotestsrc/Makefile.am:
14165 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14166 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14167 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14168 (gst_videotestsrc_init), (gst_videotestsrc_event),
14169 (gst_videotestsrc_create), (gst_videotestsrc_start),
14170 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14171 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14172 (gst_videotestsrc_get_property):
14173 * gst/videotestsrc/gstvideotestsrc.h:
14174 Make videotestsrc a pushsrc.
14176 2005-07-14 Wim Taymans <wim@fluendo.com>
14178 * gst/tcp/gstfdset.c: (gst_fdset_free):
14179 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14180 (gst_multifdsink_add), (gst_multifdsink_remove),
14181 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14182 (gst_multifdsink_remove_client_link),
14183 (gst_multifdsink_client_queue_data),
14184 (gst_multifdsink_client_queue_caps),
14185 (gst_multifdsink_client_queue_buffer),
14186 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14187 (gst_multifdsink_stop):
14188 * gst/tcp/gstmultifdsink.h:
14191 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14192 Also draw image when not from a pool.
14194 2005-07-14 Wim Taymans <wim@fluendo.com>
14196 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14197 (mute_stream), (silence_stream):
14198 Small debug additions.
14200 2005-07-14 Wim Taymans <wim@fluendo.com>
14202 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14203 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14204 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14205 Better error recovery, ignore unconnected pads and
14208 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
14210 * docs/libs/tmpl/gstaudio.sgml:
14211 * docs/libs/tmpl/gstcolorbalance.sgml:
14212 * docs/libs/tmpl/gstgconf.sgml:
14213 * docs/libs/tmpl/gstmixer.sgml:
14214 * docs/libs/tmpl/gstringbuffer.sgml:
14215 * docs/libs/tmpl/gsttuner.sgml:
14216 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14217 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14218 (gst_tcpclientsrc_class_init):
14219 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14220 (gst_tcpserversrc_class_init):
14221 * sys/v4l/gstv4lelement.c:
14222 more autistic cleanliness in functions/names/defines
14224 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
14227 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14228 added manually to each Makefile.am so we are sure it goes
14229 *last* and doesn't add -L flags before linking in libs of our
14230 own, like, say, internal .la libs, that then accidentally pick
14231 up the installed copy.
14232 * docs/libs/Makefile.am:
14233 * ext/alsa/Makefile.am:
14234 * ext/cdparanoia/Makefile.am:
14235 * ext/gnomevfs/Makefile.am:
14236 * ext/libvisual/Makefile.am:
14237 * ext/ogg/Makefile.am:
14238 * ext/theora/Makefile.am:
14239 * ext/vorbis/Makefile.am:
14240 * gst-libs/gst/video/Makefile.am:
14241 * gst/adder/Makefile.am:
14242 * gst/audioconvert/Makefile.am:
14243 * gst/audiorate/Makefile.am:
14244 * gst/audioscale/Makefile.am:
14245 * gst/ffmpegcolorspace/Makefile.am:
14246 * gst/playback/Makefile.am:
14247 * gst/sine/Makefile.am:
14248 * gst/subparse/Makefile.am:
14249 * gst/tags/Makefile.am:
14250 * gst/tcp/Makefile.am:
14251 * gst/typefind/Makefile.am:
14252 * gst/videorate/Makefile.am:
14253 * gst/videoscale/Makefile.am:
14254 * gst/videotestsrc/Makefile.am:
14255 * gst/volume/Makefile.am:
14256 * sys/v4l/Makefile.am:
14257 * sys/ximage/Makefile.am:
14258 * sys/xvimage/Makefile.am:
14259 adapt properly to this change. This should make sure that
14260 plugins and libs properly link to the as-yet-uninstalled
14261 copies of stuff like libgstinterfaces and libgstvideo
14263 2005-07-13 Andy Wingo <wingo@pobox.com>
14265 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14266 (gst_v4lsrc_fixate): Fixate on format as well.
14268 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14269 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14270 buffer points to it.
14271 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14272 rather just doing X calls ourselves. Also fixes a memleak.
14274 2005-07-12 Andy Wingo <wingo@pobox.com>
14276 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14277 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14278 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14279 TRUE to avoid deadlocks if an element holds on to our buffers.
14281 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14283 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14284 (gst_sinesrc_init), (gst_sinesrc_create),
14285 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14286 (gst_sinesrc_start):
14287 * gst/sine/gstsinesrc.h:
14288 removing num-buffers property before moving it
14290 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14293 use overridable ERROR_CFLAGS
14294 * docs/libs/gst-plugins-base-libs.types:
14295 * docs/libs/tmpl/gstringbuffer.sgml:
14296 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14297 (gst_alsasink_class_init):
14298 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14299 (gst_alsasrc_class_init):
14300 * gst-libs/gst/audio/audio.h:
14301 * gst-libs/gst/audio/gstaudioclock.h:
14302 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14303 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14304 (gst_audio_filter_link), (gst_audio_filter_init),
14305 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14306 (gst_audio_filter_get_property),
14307 (gst_audio_filter_class_add_pad_templates):
14308 * gst-libs/gst/audio/gstaudiofilter.h:
14309 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14310 (gst_audio_filter_template_get_type),
14311 (gst_audio_filter_template_base_init),
14312 (gst_audio_filter_template_class_init),
14313 (gst_audio_filter_template_init),
14314 (gst_audio_filter_template_set_property),
14315 (gst_audio_filter_template_get_property), (plugin_init),
14316 (gst_audio_filter_template_setup),
14317 (gst_audio_filter_template_filter),
14318 (gst_audio_filter_template_filter_inplace):
14319 * gst-libs/gst/audio/gstaudiosink.c:
14320 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14321 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14322 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14323 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14324 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14325 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14326 * gst-libs/gst/audio/gstaudiosink.h:
14327 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14328 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14329 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14330 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14331 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14332 (gst_audio_src_class_init), (gst_audio_src_init),
14333 (gst_audio_src_create_ringbuffer):
14334 * gst-libs/gst/audio/gstaudiosrc.h:
14335 * gst-libs/gst/audio/gstbaseaudiosink.c:
14336 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14337 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14338 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14339 (gst_base_audio_sink_set_property),
14340 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14341 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14342 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14343 (gst_base_audio_sink_create_ringbuffer),
14344 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14345 * gst-libs/gst/audio/gstbaseaudiosink.h:
14346 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14347 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14348 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14349 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14350 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14351 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14352 (gst_base_audio_src_event), (gst_base_audio_src_create),
14353 (gst_base_audio_src_create_ringbuffer),
14354 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14355 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14356 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14357 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14358 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14359 (gst_ring_buffer_debug_spec_caps),
14360 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14361 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14362 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14363 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14364 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14365 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14366 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14367 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14368 (gst_ring_buffer_clear):
14369 * gst-libs/gst/audio/gstringbuffer.h:
14370 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14371 (gst_video_sink_class_init), (gst_video_sink_get_type):
14372 * gst-libs/gst/video/videosink.h:
14373 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14374 (gst_multifdsink_class_init),
14375 (gst_multifdsink_handle_client_write),
14376 (gst_multifdsink_change_state):
14377 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14378 (gst_tcpclientsink_setcaps):
14379 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14380 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14381 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14382 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14383 (gst_ximagesink_send_pending_navigation),
14384 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14385 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14386 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14387 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14388 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14389 (gst_xvimagesink_send_pending_navigation),
14390 (gst_xvimagesink_navigation_send_event),
14391 (gst_xvimagesink_set_xwindow_id),
14392 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14393 (gst_xvimagesink_get_type):
14394 more macro splitting
14396 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14398 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14399 plug a memleak, allows me to import 1479 albums in one go
14401 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14402 (vorbis_handle_type_packet), (vorbis_dec_chain),
14403 (vorbis_dec_change_state):
14404 fix some format strings
14406 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14408 * docs/libs/tmpl/gstcolorbalance.sgml:
14409 * docs/libs/tmpl/gstmixer.sgml:
14410 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14411 (gst_alsasink_set_property), (gst_alsasink_get_property):
14412 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14413 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14414 add device property
14416 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14418 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14419 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14420 (audiocast_register_listener), (audiocast_thread_run),
14421 (gst_gnomevfssrc_send_additional_headers_callback),
14422 (gst_gnomevfssrc_received_headers_callback),
14423 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14424 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14425 (gst_gnomevfssrc_get_size):
14426 add/clean up debugging
14427 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14430 2005-07-07 Andy Wingo <wingo@pobox.com>
14432 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14433 framerate. Need to get a handle on when exactly this function is
14436 * sys/v4l/v4lsrc_calls.h:
14437 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14438 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14439 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14441 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14442 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14443 v4lelements are sources.
14445 * sys/v4l/gstv4lxoverlay.h:
14446 * sys/v4l/gstv4lxoverlay.c:
14447 * sys/v4l/gstv4ltuner.h:
14448 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14450 * sys/v4l/gstv4lsrc.h:
14451 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14452 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14453 or something should handle that. Made a live source.
14455 * sys/v4l/gstv4lelement.h:
14456 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14457 signals. Some cleanups.
14459 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14461 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14464 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14467 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14469 2005-07-07 Wim Taymans <wim@fluendo.com>
14471 * ext/theora/theoradec.c: (theora_get_query_types),
14472 (theora_dec_src_getcaps), (theora_dec_push):
14473 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14474 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14475 Remove deprecated/unused query types.
14477 2005-07-06 Wim Taymans <wim@fluendo.com>
14479 * ext/alsa/Makefile.am:
14480 * ext/alsa/gstalsaplugin.c: (plugin_init):
14481 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14482 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14483 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14484 (gst_alsasrc_class_init), (gst_alsasrc_init),
14485 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14486 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14487 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14488 (gst_alsasrc_reset):
14489 * ext/alsa/gstalsasrc.h:
14490 * gst-libs/gst/audio/Makefile.am:
14491 * gst-libs/gst/audio/gstaudiosink.c:
14492 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14493 (gst_audioringbuffer_start):
14494 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14495 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14496 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14497 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14498 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14499 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14500 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14501 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14502 * gst-libs/gst/audio/gstaudiosrc.h:
14503 * gst-libs/gst/audio/gstbaseaudiosink.c:
14504 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14505 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14506 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14507 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14508 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14509 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14510 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14511 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14512 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14513 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14514 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14515 (gst_baseaudiosrc_change_state):
14516 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14517 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14518 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14519 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14520 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14521 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14522 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14523 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14524 * gst-libs/gst/audio/gstringbuffer.h:
14525 Added audiosource base classes.
14526 Ported alsasrc, still very basic.
14528 2005-07-06 Wim Taymans <wim@fluendo.com>
14530 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14531 (theora_dec_push), (theora_handle_data_packet):
14532 Prepare for better timestamp fix later.
14534 * gst/audioconvert/gstaudioconvert.c:
14535 List most accurate caps first
14537 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14538 Use proper pad task function.
14540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14541 (gst_xvimagesink_show_frame):
14542 Fix deadlock when alloc failed.
14544 2005-07-05 Andy Wingo <wingo@pobox.com>
14546 * ext/gnomevfs/gstgnomevfssrc.c:
14547 * gst/sine/gstsinesrc.c:
14548 * gst/tcp/gsttcpserversrc.c:
14549 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14551 * sys/v4l/: Port from 0.8.
14553 * Many files: Null if we got it....
14555 2005-07-05 Andy Wingo <wingo@pobox.com>
14557 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14558 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14561 2005-07-05 Wim Taymans <wim@fluendo.com>
14564 * gst/tcp/Makefile.am:
14566 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14567 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14568 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14569 (is_sync_frame), (gst_multifdsink_handle_client_write),
14570 (gst_multifdsink_render), (gst_multifdsink_start),
14571 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14572 * gst/tcp/gstmultifdsink.h:
14573 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14574 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14575 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14576 * gst/tcp/gsttcp.h:
14577 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14578 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14579 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14580 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14581 * gst/tcp/gsttcpclientsink.h:
14582 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14583 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14584 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14585 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14586 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14587 * gst/tcp/gsttcpclientsrc.h:
14588 * gst/tcp/gsttcpplugin.c: (plugin_init):
14589 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14590 * gst/tcp/gsttcpserversink.h:
14591 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14592 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14593 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14594 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14595 (gst_tcpserversrc_stop):
14596 * gst/tcp/gsttcpserversrc.h:
14597 * gst/tcp/gsttcpsink.c:
14598 * gst/tcp/gsttcpsink.h:
14599 * gst/tcp/gsttcpsrc.c:
14600 * gst/tcp/gsttcpsrc.h:
14601 Ported tcp plugins to 0.9.
14604 2005-07-05 Andy Wingo <wingo@pobox.com>
14606 * gst/playback/gstplaybasebin.c (fill_buffer):
14607 message_new_application fixen.
14609 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14612 2005-07-04 Wim Taymans <wim@fluendo.com>
14614 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14615 Set caps on output buffer.
14617 2005-07-04 Andy Wingo <wingo@pobox.com>
14619 * ext/gnomevfs/gstgnomevfssrc.c
14620 (gst_gnomevfssrc_received_headers_callback)
14621 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14624 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14625 No refcount leakage.
14627 * configure.ac: Enable -Werror.
14629 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14630 * gst/audioconvert/bufferframesconvert.c
14631 (buffer_frames_convert_fixate):
14632 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14633 (gst_audio_convert_fixate):
14634 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14635 (gst_sinesrc_create): Fixate func changes.
14637 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14638 (gst_ximagesink_buffer_alloc): Unused var.
14640 2005-07-01 Andy Wingo <wingo@pobox.com>
14642 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14643 getcaps to do explicit caps. Needs to be done in all decoders,
14644 possibly via a base class.
14646 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14648 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14649 caps on the sink pad, just rely on the pad template. Also, setting
14650 ANY caps on a pad is not valid because the caps are not fixed.
14652 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14653 caps on the buffer, and get the width from the desired_caps if
14655 (gst_ximagesink_renegotiate_size): Implement via setting the
14656 desired_caps on the ximagesink.
14657 (gst_ximagesink_setcaps): Only reset the width of the player if it
14658 wasn't already set. Not sure if this is right.
14659 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14661 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14662 that the user wants. NULL unless the window has been resized.
14664 * gst/volume/gstvolume.c (volume_transform): Adapt to
14665 basetransform refcount changes.
14667 2005-07-01 Andy Wingo <wingo@pobox.com>
14669 * gst/videoscale/gstvideoscale.c:
14670 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14671 from BaseTransform, implements a transform_caps. Removed dead code
14672 including some PAR stuff that was never reached -- should probably
14673 be added back somehow.
14675 2005-07-01 Andy Wingo <wingo@pobox.com>
14677 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14680 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14683 * docs/libs/Makefile.am:
14684 * docs/libs/gst-plugins-libs.types:
14685 * ext/alsa/Makefile.am:
14686 * ext/alsa/gstalsamixer.h:
14687 * ext/alsa/gstalsamixeroptions.h:
14688 * ext/alsa/gstalsamixertrack.h:
14689 * gst-libs/gst/Makefile.am:
14690 * gst-libs/gst/colorbalance/.cvsignore:
14691 * gst-libs/gst/colorbalance/Makefile.am:
14692 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14693 * gst-libs/gst/colorbalance/colorbalance.c:
14694 * gst-libs/gst/colorbalance/colorbalance.h:
14695 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14696 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14697 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14698 * gst-libs/gst/interfaces/Makefile.am:
14699 * gst-libs/gst/interfaces/colorbalance.c:
14700 (gst_color_balance_class_init):
14701 * gst-libs/gst/interfaces/colorbalance.h:
14702 * gst-libs/gst/interfaces/interfaces-marshal.list:
14703 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14704 * gst-libs/gst/interfaces/mixer.h:
14705 * gst-libs/gst/interfaces/mixeroptions.h:
14706 * gst-libs/gst/interfaces/navigation.c:
14707 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14708 * gst-libs/gst/interfaces/tuner.h:
14709 * gst/volume/Makefile.am:
14710 * gst/volume/gstvolume.c:
14711 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14712 * sys/ximage/Makefile.am:
14713 * sys/ximage/ximagesink.c:
14714 * sys/xvimage/Makefile.am:
14715 * sys/xvimage/xvimagesink.c:
14716 fold in all interfaces into an interfaces dir, preserving CVS
14719 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14721 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14722 Fix build after riff changes.
14724 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14726 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14727 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14728 (gst_riff_create_video_template_caps),
14729 (gst_riff_create_audio_template_caps),
14730 (gst_riff_create_iavs_template_caps):
14731 * gst-libs/gst/riff/riff-media.h:
14732 * gst-libs/gst/riff/riff-read.h:
14733 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14734 Add gst_riff_init() to initialize the debug category, instead
14735 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14737 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14739 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14740 Oops, I shouldn't apply hacks.
14742 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14744 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14745 Remove pad_loop function which doesn't work.
14747 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14749 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14750 Send EOS when deactivating.
14751 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14752 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14753 (gen_preroll_element), (probe_triggered), (mute_stream),
14754 (silence_stream), (new_decoded_pad), (setup_substreams),
14755 (set_active_source):
14756 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14757 (remove_sinks), (add_sink):
14758 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14759 Change for new probe API.
14761 2005-06-29 Wim Taymans <wim@fluendo.com>
14763 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14764 * gst-libs/gst/audio/gstbaseaudiosink.c:
14765 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14766 (gst_baseaudiosink_change_state):
14767 * gst-libs/gst/audio/gstbaseaudiosink.h:
14768 * gst-libs/gst/audio/gstringbuffer.c:
14769 (gst_ringbuffer_set_callback):
14770 Fix compilation error.
14771 Ringbuffer starts out as not running.
14772 Free our clock in dispose.
14773 When releasing the ringbuffer we need to renegotiate so
14774 clear the pad caps.
14776 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14780 * docs/Makefile.am:
14781 * docs/libs/Makefile.am:
14782 * docs/libs/gst-plugins-libs-docs.sgml:
14783 * docs/libs/gst-plugins-libs-sections.txt:
14784 * docs/libs/gst-plugins-libs.types:
14785 * docs/libs/tmpl/gstaudio.sgml:
14786 * docs/libs/tmpl/gstcolorbalance.sgml:
14787 * docs/libs/tmpl/gstringbuffer.sgml:
14788 * gst-libs/gst/audio/gstringbuffer.c:
14789 (gst_ringbuffer_set_callback):
14790 reinstate gtk-doc docs for plugin libs
14792 2005-06-28 Wim Taymans <wim@fluendo.com>
14794 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14795 (gst_ogg_demux_init):
14796 Removed pad loop function.
14798 2005-06-28 Wim Taymans <wim@fluendo.com>
14800 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14801 If we're building a chain we are not in an error case
14802 when we queue a buffer.
14804 2005-06-28 Andy Wingo <wingo@pobox.com>
14806 * *.c: Don't cast to GstObject before reffing/unreffing.
14808 2005-06-27 Andy Wingo <wingo@pobox.com>
14810 * gst/videotestsrc/gstvideotestsrc.c
14811 (gst_videotestsrc_activate_push): Activation API changes.
14813 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14814 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14815 they have refs on the decodebin.
14817 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14819 (gst_ogg_pad_typefind): Don't leak a pad ref.
14820 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14821 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14822 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14824 2005-06-27 Edward Hervey <edward@fluendo.com>
14826 * ext/theora/theoradec.c: (theora_dec_change_state):
14827 re-arranged call to parent's state change in order to avoid locks (or
14830 2005-06-26 Edward Hervey <edward@fluendo.com>
14832 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14833 2nd argument of 'unknow-type' signal is a GstCaps and not a
14836 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14837 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14838 Set the worker thread's running flag to TRUE before starting the
14840 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14841 Catch a failure to add typefind to the bin.
14843 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14845 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14846 (gst_sinesrc_init), (gst_sinesrc_create),
14847 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14848 (gst_sinesrc_start):
14849 * gst/sine/gstsinesrc.h:
14850 add num-buffers and timestamp-offset properties
14851 * gst/videotestsrc/gstvideotestsrc.c:
14852 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14853 (gst_videotestsrc_get_property):
14854 add timestamp-offset property
14856 2005-06-23 Christian Schaller <uraeus@gnome.org>
14858 * configure.ac: add videorate
14859 * gst-plugins-base.spec.in: add videorate
14861 2005-06-23 Wim Taymans <wim@fluendo.com>
14863 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14864 (gst_videorate_getcaps), (gst_videorate_setcaps),
14865 (gst_videorate_event), (gst_videorate_chain):
14866 Fixed videorate, fixating an already fixated caps is not
14869 2005-06-23 Wim Taymans <wim@fluendo.com>
14872 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14873 Buffer on caps is not boxed anymore.
14875 2005-06-22 Wim Taymans <wim@fluendo.com>
14877 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14878 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14879 Set buffers on caps as miniobjects and not as boxed.
14881 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14886 === release 0.9.1 ===
14888 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14909 updates for release
14911 2005-06-09 Andy Wingo <wingo@pobox.com>
14913 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14915 2005-06-09 Andy Wingo <wingo@pobox.com>
14918 * gst-libs/gst/Makefile.am:
14919 * gst-libs/gst/net/Makefile.am:
14920 Add gstnet to build.
14922 2005-06-09 Andy Wingo <wingo@pobox.com>
14924 * gst-libs/gst/gconf/gconf.c:
14925 * gst/playback/test.c:
14926 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14929 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14931 * ext/theora/theoraenc.c (theora_enc_chain):
14932 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14934 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14937 2005-06-02 Wim Taymans <wim@fluendo.com>
14939 * gst-libs/gst/net/Makefile.am:
14940 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14941 * pkgconfig/gstreamer-libs.pc.in:
14942 Added net stuff, version net lib.
14944 2005-06-02 Wim Taymans <wim@fluendo.com>
14946 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14947 (query_rates), (query_positions_elems), (query_positions_pads),
14949 Updated seek example.
14951 2005-06-02 Andy Wingo <wingo@pobox.com>
14953 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14954 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14957 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14958 remove the typefind, the bin dispose will do it for us. When it's
14959 removed and unreffed, the signal handler will be disconnected,
14961 (unlinked): It's too difficult to disconnect from unlinked
14962 handlers, as they are on pads not elements. Just punt if the pads
14963 aren't grandkids of the bin.
14965 2005-06-02 Wim Taymans <wim@fluendo.com>
14968 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14969 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14970 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14971 * ext/theora/theoradec.c: (theora_dec_src_query),
14972 (theora_handle_data_packet):
14973 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14974 (theora_enc_chain):
14975 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14976 (vorbis_handle_data_packet):
14977 * gst/audioconvert/bufferframesconvert.c:
14978 (buffer_frames_convert_chain):
14979 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14980 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14981 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14982 (gst_ffmpegcsp_chain):
14983 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14984 (gst_videorate_getcaps), (gst_videorate_setcaps),
14985 (gst_videorate_event), (gst_videorate_chain):
14986 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14987 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14988 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14989 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14990 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14991 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14992 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14993 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14994 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14995 Cleanups and buffer alloc.
14997 2005-05-31 Wim Taymans <wim@fluendo.com>
14999 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15000 Don't try to call the delay method when the device is not
15003 2005-05-31 Wim Taymans <wim@fluendo.com>
15005 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15006 Get actual segment size and buffer size after opening
15009 2005-05-30 Wim Taymans <wim@fluendo.com>
15011 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15012 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15013 Also FLUSH upstream, makes the loop function exit faster.
15015 * ext/theora/theoradec.c: (theora_dec_src_query):
15016 Some more debug info in the query.
15018 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15019 (gst_ximagesink_setcaps):
15020 Release lock on par error, better error reporting.
15022 2005-05-26 Wim Taymans <wim@fluendo.com>
15024 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15025 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15026 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15027 Clear chains in READY
15028 Queue packets until the chain is activated.
15030 2005-05-25 Wim Taymans <wim@fluendo.com>
15032 * gst-libs/gst/audio/gstaudiosink.c:
15033 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15034 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15035 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15036 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15037 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15038 (gst_audiosink_create_ringbuffer):
15039 * gst-libs/gst/audio/gstbaseaudiosink.c:
15040 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15041 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15042 (gst_baseaudiosink_set_property), (build_linear_format),
15043 (debug_spec_caps), (debug_spec_buffer),
15044 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15045 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15046 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15047 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15048 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15049 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15050 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15051 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15052 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15053 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15054 (wait_segment), (gst_ringbuffer_commit),
15055 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15056 (gst_ringbuffer_clear):
15057 Various small cleanups.
15059 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15060 (gst_audio_convert_change_state):
15061 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15062 No need to take the locks anymore.
15064 2005-05-25 Wim Taymans <wim@fluendo.com>
15066 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15067 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15068 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15070 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15071 (group_destroy), (group_commit), (queue_overrun),
15072 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15073 (mute_stream), (new_decoded_pad), (setup_substreams),
15074 (setup_source), (mute_group_type), (set_active_source),
15075 (gst_play_base_bin_change_state):
15076 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15077 (gen_video_element), (gen_text_element), (gen_audio_element),
15078 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15079 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15080 (gst_stream_info_dispose), (gst_stream_info_set_mute):
15081 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15082 Some playbin cleanups mostly refcounting sloppyness.
15084 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15086 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15087 Work with streaming input.
15089 2005-05-25 Wim Taymans <wim@fluendo.com>
15091 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15092 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15093 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15094 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15095 No need to take the STREAM lock anymore.
15097 2005-05-25 Wim Taymans <wim@fluendo.com>
15099 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15100 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15101 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15102 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15103 (gst_ogg_demux_sink_activate):
15104 * ext/theora/theoradec.c: (theora_dec_src_event),
15105 (theora_handle_comment_packet), (theora_dec_chain),
15106 (theora_dec_change_state):
15107 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15108 (vorbis_handle_data_packet), (vorbis_dec_chain),
15109 (vorbis_dec_change_state):
15110 Remove STREAM locks as they are taken in core now.
15111 Never set bogus granulepos on vorbis/theora.
15112 Fix leaks in theoradec tag parsing.
15114 2005-05-25 Wim Taymans <wim@fluendo.com>
15116 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15117 Fix memleaks, GST_BUFFER_DATA() is not freed.
15119 2005-05-25 Wim Taymans <wim@fluendo.com>
15121 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15122 Open non-blocking, set to blocking mode afterwards to avoid
15123 lockups when audio device is busy.
15125 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15127 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15128 This can't be good.
15130 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15132 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15133 (gst_audio_convert_chain), (gst_audio_convert_link_src),
15134 (gst_audio_convert_setcaps):
15135 Implement instant setup switching.
15137 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15139 * gst/playback/gstplaybasebin.c: (probe_triggered):
15140 Fix missing unlock.
15141 * gst/playback/gstplaybin.c: (add_sink):
15142 First add, then link (otherwise pad link fails).
15144 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15146 * examples/Makefile.am:
15147 fix buildbot (make distcheck)
15149 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15151 * gst/playback/gstplaybin.c: (gen_vis_element):
15152 Remove some wrong code. Doesn't work yet.
15154 2005-05-19 Wim Taymans <wim@fluendo.com>
15156 * gst-libs/gst/net/Makefile.am:
15157 * gst-libs/gst/net/README:
15158 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15159 (gst_netbuffer_class_init), (gst_netbuffer_init),
15160 (gst_netbuffer_finalize), (gst_netbuffer_copy),
15161 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15162 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15163 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15164 * gst-libs/gst/net/gstnetbuffer.h:
15165 Added buffer subclass to store extra to/from addresses for
15166 network sources/sinks.
15168 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15170 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15171 Don't lock an unassigned variable.
15173 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15175 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15176 Increase buffer for video, decrease buffer for other media types.
15177 * gst/playback/gstplaybin.c: (gen_video_element),
15178 (gen_audio_element):
15179 Change names for debugging purposes.
15181 2005-05-18 Wim Taymans <wim@fluendo.com>
15183 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15184 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15185 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15186 (gst_ffmpegcsp_chain):
15187 Enable buffer alloc passthrough if the source and dest
15188 formats are the same.
15190 2005-05-17 Wim Taymans <wim@fluendo.com>
15192 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15193 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15194 (gst_ogg_demux_chain_unlocked):
15195 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15196 (gst_audio_convert_caps_remove_format_info),
15197 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15198 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15199 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15200 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15201 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15202 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15203 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15204 (gst_ffmpegcsp_get_property):
15205 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15206 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15207 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15208 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15209 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15210 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15211 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15212 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15213 Leak fixes in oggdemux.
15214 Some cleanups in audioconvert.
15215 Make passthrough work along with buffer_alloc etc.
15216 Make buffer_alloc and buffer recycling actually work in
15219 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
15221 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15222 make the compiler happy
15224 2005-05-17 Wim Taymans <wim@fluendo.com>
15226 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15227 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15228 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15229 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15230 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15231 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15232 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15233 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15234 (gst_xvimagesink_set_xwindow_id):
15235 * sys/xvimage/xvimagesink.h:
15236 Port xvimagesink to new MiniObject.
15238 2005-05-17 Wim Taymans <wim@fluendo.com>
15240 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15241 (gst_audiofilter_chain):
15242 * gst-libs/gst/audio/gstaudiosink.c:
15243 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15244 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15245 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15246 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15247 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15248 (gst_audiosink_create_ringbuffer):
15249 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15250 (gst_audio_convert_caps_remove_format_info),
15251 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15252 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15253 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15254 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15255 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15256 Fix passthrough in ffmpegcolorspace.
15257 Fix memset in audiosink on wrong memory.
15259 2005-05-16 David Schleef <ds@schleef.org>
15261 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15264 2005-05-16 David Schleef <ds@schleef.org>
15266 Port from GstData to GstMiniObject.
15267 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15268 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15269 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15270 (gst_ogg_mux_collected):
15271 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15272 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15273 (theora_handle_data_packet):
15274 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15275 (theora_set_header_on_caps), (theora_enc_chain):
15276 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15277 (vorbis_handle_comment_packet):
15278 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15279 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15280 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15281 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15282 * gst/audioconvert/gstaudioconvert.c:
15283 (gst_audio_convert_get_buffer):
15284 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15285 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15286 (mute_stream), (silence_stream):
15287 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15288 * gst/volume/gstvolume.c: (volume_transform):
15289 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15290 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15291 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15292 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15293 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15294 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15295 (gst_ximagesink_buffer_alloc):
15296 * sys/ximage/ximagesink.h:
15298 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15300 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15301 (fill_buffer), (check_queue), (queue_threshold_reached),
15302 (queue_out_of_data):
15303 * gst/playback/gstplaybasebin.h:
15304 Post buffer-fullness on the bus.
15306 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15308 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15310 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15311 (group_commit), (probe_triggered), (setup_source),
15312 (gst_play_base_bin_change_state):
15313 * gst/playback/gstplaybasebin.h:
15314 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15315 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15316 (gst_play_bin_change_state):
15317 Move setup_output_pads into a virtual function, remove
15318 group-switch (no longer needed) and redirect (handled by bus
15321 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15323 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15324 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15325 (get_active_group), (get_building_group), (group_destroy),
15326 (group_commit), (check_queue), (queue_overrun),
15327 (queue_threshold_reached), (queue_out_of_data),
15328 (gen_preroll_element), (remove_groups), (unknown_type),
15329 (add_element_stream), (no_more_pads), (probe_triggered),
15330 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15331 (setup_substreams), (setup_source), (finish_source),
15332 (prepare_output), (muted_group_change_state),
15333 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15334 (gst_play_base_bin_change_state):
15335 * gst/playback/gstplaybasebin.h:
15336 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15337 (gst_play_bin_init), (gst_play_bin_set_property),
15338 (gen_video_element), (gen_text_element), (gen_audio_element),
15339 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15340 (gst_play_bin_change_state):
15341 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15342 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15343 (stream_info_change_state), (gst_stream_info_set_mute),
15344 (gst_stream_info_get_property):
15345 * gst/playback/gststreaminfo.h:
15346 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15347 (gst_stream_selector_get_linked_pad),
15348 (gst_stream_selector_getcaps),
15349 (gst_stream_selector_get_linked_pads),
15350 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15351 * gst/playback/gststreamselector.h:
15352 Rough port of playbin. Needs some more work, but is mostly done,
15353 and uses a few locks in important places, which should make stuff
15354 like chain-switches clean. Still uses GST_STATE() in a few places,
15355 which isn't all that good an idea, subtitles/elements disabled
15356 because no elements to test with and thus probably broken, query
15357 and event handling moved to GstBin, internal thread removed
15358 alltogether because the pipeline does that for us now. Can play
15359 Ogg/Vorbis files. Haven't tested anything else yet.
15361 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15363 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15364 Do no-more-pads (needed for autoplugging).
15366 2005-05-10 Andy Wingo <wingo@pobox.com>
15368 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15369 message to the bus with the tags. Still not sent downstream tho.
15371 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15373 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15374 avoid refcounting hassles.
15376 2005-05-09 Andy Wingo <wingo@pobox.com>
15378 * gst/volume/Makefile.am:
15379 * gst/volume/demo.c
15380 * gst/volume/gstvolume.h
15381 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15382 basetransform. Probably need an audio filter base class.
15384 2005-05-09 Wim Taymans <wim@fluendo.com>
15386 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15387 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15388 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15389 (gst_vorbisenc_chain):
15390 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15391 (gst_audio_convert_caps_remove_format_info),
15392 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15393 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15394 Make caps writable before writing to it.
15395 Fix negotiation in audioconvert some more.
15397 2005-05-09 Wim Taymans <wim@fluendo.com>
15399 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15400 (gst_videorate_getcaps), (gst_videorate_setcaps),
15401 (gst_videorate_event), (gst_videorate_chain):
15402 Better negotiation.
15404 2005-05-09 Wim Taymans <wim@fluendo.com>
15406 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15407 (gst_videorate_getcaps), (gst_videorate_setcaps),
15408 (gst_videorate_blank_data), (gst_videorate_init),
15409 (gst_videorate_event), (gst_videorate_chain),
15410 (gst_videorate_change_state):
15411 Port videorate, do a better job at negotiation while we're at
15414 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15419 * examples/Makefile.am:
15420 * gst-libs/gst/audio/Makefile.am:
15421 * gst-libs/gst/riff/Makefile.am:
15422 * gst-libs/gst/tag/Makefile.am:
15423 * gst-libs/gst/video/Makefile.am:
15424 Fixups for missing variables.
15426 2005-05-09 Wim Taymans <wim@fluendo.com>
15428 * examples/seeking/seek.c: (make_theora_pipeline),
15429 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15430 (query_rates), (query_positions_elems), (query_positions_pads),
15431 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15432 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15433 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15434 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15435 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15436 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15437 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15438 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15439 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15440 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15441 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15442 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15443 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15444 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15445 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15446 (theora_dec_src_convert), (theora_dec_sink_convert),
15447 (theora_dec_src_query), (theora_dec_sink_query),
15448 (theora_dec_src_event), (theora_dec_sink_event),
15449 (theora_handle_comment_packet), (theora_handle_type_packet),
15450 (theora_handle_header_packet), (theora_handle_data_packet),
15451 (theora_dec_chain):
15452 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15453 (vorbis_dec_convert), (vorbis_dec_src_query),
15454 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15455 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15456 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15457 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15458 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15459 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15460 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15461 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15462 (gst_play_bin_query):
15463 * gst/playback/test3.c: (update_scale):
15464 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15465 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15466 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15467 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15468 (gst_videotestsrc_src_query):
15469 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15470 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15471 (paint_hline_YUV9):
15472 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15473 Port to new query API.
15475 Cleanups in x[v]imagesink
15477 2005-05-09 Andy Wingo <wingo@pobox.com>
15479 * ext/alsa/gstalsasink.h:
15480 * ext/gnomevfs/gstgnomevfssrc.c:
15481 (gst_gnomevfssrc_get_icy_metadata):
15482 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15483 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15484 * ext/theora/theoradec.c (theora_dec_src_query)
15485 (theora_dec_src_event, theora_dec_sink_event)
15486 (theora_handle_comment_packet, theora_handle_data_packet):
15487 * ext/theora/theoraenc.c (theora_enc_chain):
15488 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15489 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15490 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15491 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15493 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15494 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15495 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15496 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15497 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15498 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15499 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15500 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15501 (paint_setup_RGB565, paint_setup_xRGB1555):
15502 * gst/videotestsrc/videotestsrc.h:
15503 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15504 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15505 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15508 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15509 gst_pad_query_position. Fixes oggdemux.
15511 2005-05-08 David Schleef <ds@schleef.org>
15513 * configure.ac: Require liboil.
15514 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15516 * gst/videotestsrc/videotestsrc.c:
15517 * gst/videotestsrc/videotestsrc.h:
15519 2005-05-06 Wim Taymans <wim@fluendo.com>
15521 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15522 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15523 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15524 Well, unreffing a buffer right before pushing it is asking
15527 2005-05-06 Christian Schaller <uraeus@gnome.org>
15529 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15531 2005-05-06 Wim Taymans <wim@fluendo.com>
15533 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15534 (gst_audio_convert_caps_remove_format_info),
15535 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15536 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15537 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15538 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15539 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15540 * gst/sine/Makefile.am:
15541 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15542 (gst_sinesrc_class_init), (gst_sinesrc_init),
15543 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15544 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15545 (gst_sinesrc_update_freq):
15546 * gst/sine/gstsinesrc.h:
15547 * gst/tcp/gstmultifdsink.c:
15548 * sys/xvimage/xvimagesink.c:
15549 Fixed negotiation wrt _peer_get_caps()
15553 2005-05-06 Wim Taymans <wim@fluendo.com>
15555 * gst-libs/gst/audio/gstaudiosink.c:
15556 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15557 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15558 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15559 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15560 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15561 (gst_audiosink_create_ringbuffer):
15562 * gst-libs/gst/audio/gstbaseaudiosink.c:
15563 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15564 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15565 (gst_baseaudiosink_set_property), (build_linear_format),
15566 (debug_spec_caps), (debug_spec_buffer),
15567 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15568 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15569 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15570 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15571 * gst-libs/gst/audio/gstbaseaudiosink.h:
15572 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15573 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15574 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15575 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15576 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15577 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15578 (wait_segment), (gst_ringbuffer_commit),
15579 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15580 (gst_ringbuffer_clear):
15581 * gst-libs/gst/audio/gstringbuffer.h:
15582 Make the base audiosink return an error when there is no
15583 audiobuffer negotiated.
15585 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15588 Disable cdparanoia until someone ports it!
15590 2005-05-06 Wim Taymans <wim@fluendo.com>
15592 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15593 (gst_ogg_demux_sink_activate):
15594 And revert after wingo's revert.. sigh..
15596 2005-05-05 Andy Wingo <wingo@pobox.com>
15598 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15600 * configure.ac: Return audiorate and subparse from the ghetto.
15601 Re-enable -Wall -Werror.
15602 * gst/subparse/gstsubparse.c:
15603 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15604 or chain-based. Cleaned up a bit. Not tested.
15606 2005-05-05 Christian Schaller <christian@fluendo.com>
15608 * Makefile.am: remove stuff that is not building
15609 * configure.ac: remove stuff that is not building
15610 * examples/Makefile.am: remove stuff that is not building
15611 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15612 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15613 * sys/Makefile.am: remove stuff that is not building
15614 * testsuite/Makefile.am: remove stuff that is not building
15616 2005-05-05 Andy Wingo <wingo@pobox.com>
15618 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15619 * gst-libs/gst/tag/gstvorbistag.c:
15620 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15621 * gst/adder/gstadder.h:
15622 * gst/audioconvert/gstchannelmix.c:
15623 (gst_audio_convert_fill_one_other):
15624 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15625 (gst_audiorate_init), (gst_audiorate_chain):
15626 * gst/playback/gstplaybasebin.c: (setup_source):
15627 * gst/playback/test3.c: (update_scale):
15645 2005-05-05 Wim Taymans <wim@fluendo.com>
15647 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15648 (gst_audio_convert_caps_remove_format_info),
15649 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15650 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15651 * gst/videotestsrc/gstvideotestsrc.c:
15652 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15653 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15654 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15655 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15656 Don't ignore _push() return values.
15657 Make sure no processing is done when shutting down.
15658 Videotestsrc pad activation fix.
15660 2005-05-05 Wim Taymans <wim@fluendo.com>
15662 * gst/adder/Makefile.am:
15663 * gst/adder/gstadder.c: (gst_adder_setcaps),
15664 (gst_adder_class_init), (gst_adder_init),
15665 (gst_adder_request_new_pad), (gst_adder_collected),
15666 (gst_adder_change_state):
15667 * gst/adder/gstadder.h:
15668 Ported adder as an example of a mixer element using
15669 collect pads. Needs more negotiation work.
15671 2005-05-05 Wim Taymans <wim@fluendo.com>
15673 * ext/theora/theoradec.c: (_inc_granulepos),
15674 (theora_dec_src_event), (theora_dec_sink_event),
15675 (theora_handle_comment_packet), (theora_handle_type_packet),
15676 (theora_handle_header_packet), (theora_handle_data_packet),
15677 (theora_dec_chain):
15678 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15679 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15680 (theora_push_buffer), (theora_push_packet),
15681 (theora_enc_sink_event), (theora_enc_chain),
15682 (theora_enc_change_state), (theora_enc_set_property),
15683 (theora_enc_get_property):
15684 Added stream lock to decoder so that we can serialize
15686 More theoraenc porting, recover from errors, do clean
15689 2005-05-05 Wim Taymans <wim@fluendo.com>
15691 * ext/ogg/Makefile.am:
15693 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15694 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15696 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15697 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15698 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15699 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15700 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15701 (gst_ogg_mux_change_state):
15704 2005-05-05 Wim Taymans <wim@fluendo.com>
15706 * docs/design-audiosinks.txt:
15707 * gst-libs/gst/audio/TODO:
15708 * gst-libs/gst/audio/gstaudiosink.c:
15709 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15710 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15711 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15712 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15713 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15714 (gst_audiosink_create_ringbuffer):
15715 * gst-libs/gst/audio/gstbaseaudiosink.c:
15716 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15717 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15718 (gst_baseaudiosink_set_property), (build_linear_format),
15719 (debug_spec_caps), (debug_spec_buffer),
15720 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15721 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15722 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15723 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15724 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15725 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15726 (gst_ringbuffer_release), (gst_ringbuffer_play),
15727 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15728 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15729 (gst_ringbuffer_set_sample), (wait_segment),
15730 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15731 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15732 More work on the audiosink, mostly debugging and a race in
15735 2005-04-28 Wim Taymans <wim@fluendo.com>
15737 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15738 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15739 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15740 (vorbis_dec_src_query), (vorbis_dec_src_event),
15741 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15742 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15743 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15744 Don't crap out when seeking back to position 0.
15746 2005-04-28 Wim Taymans <wim@fluendo.com>
15748 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15749 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15750 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15751 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15752 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15753 Make audio sink configurable, use alsasink as default.
15755 2005-04-28 Wim Taymans <wim@fluendo.com>
15757 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15758 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15759 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15760 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15761 (vorbis_dec_change_state):
15762 * ext/vorbis/vorbisdec.h:
15763 Refactor, use STREAM_LOCK.
15765 2005-04-28 Wim Taymans <wim@fluendo.com>
15767 * ext/theora/theoradec.c: (_inc_granulepos),
15768 (theora_dec_sink_event), (theora_handle_comment_packet),
15769 (theora_handle_type_packet), (theora_handle_header_packet),
15770 (theora_handle_data_packet), (theora_dec_chain),
15771 (theora_dec_change_state):
15772 Refactor a bit, use STREAM_LOCK.
15774 2005-04-28 Wim Taymans <wim@fluendo.com>
15776 * ext/alsa/Makefile.am:
15777 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15778 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15779 (gst_alsa_link), (gst_alsa_close_audio):
15780 * ext/alsa/gstalsaplugin.c: (plugin_init):
15781 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15782 (gst_alsasink_dispose), (gst_alsasink_base_init),
15783 (gst_alsasink_class_init), (gst_alsasink_init),
15784 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15785 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15786 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15787 (gst_alsasink_reset):
15788 * ext/alsa/gstalsasink.h:
15789 Implement alsasink with simple open/write/close API.
15790 Make alsa dir build by disabling compilation of code.
15792 2005-04-28 Wim Taymans <wim@fluendo.com>
15794 * gst-libs/gst/audio/Makefile.am:
15795 * gst-libs/gst/audio/audio.h:
15796 * gst-libs/gst/audio/audioclock.c:
15797 * gst-libs/gst/audio/audioclock.h:
15798 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15799 (gst_audio_clock_class_init), (gst_audio_clock_init),
15800 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15801 * gst-libs/gst/audio/gstaudioclock.h:
15802 * gst-libs/gst/audio/gstaudiosink.c:
15803 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15804 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15805 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15806 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15807 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15808 (gst_audiosink_create_ringbuffer):
15809 * gst-libs/gst/audio/gstbaseaudiosink.c:
15810 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15811 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15812 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15813 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15814 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15815 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15816 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15817 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15818 * gst-libs/gst/audio/gstbaseaudiosink.h:
15819 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15820 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15821 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15822 (gst_ringbuffer_release), (gst_ringbuffer_play),
15823 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15824 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15825 (gst_ringbuffer_set_sample), (wait_segment),
15826 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15827 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15828 * gst-libs/gst/audio/gstringbuffer.h:
15829 Make ringbuffer faster and more simple by removing the locks
15830 in the playback thread.
15831 Add sample accurate playback based on buffer sample offsets.
15832 Make the baseaudiosink provide a clock.
15833 Parse caps in the base class.
15834 Correctly handle seeking, flushing and state changes.
15836 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15839 * gst/audioconvert/Makefile.am:
15840 * gst/audioscale/Makefile.am:
15841 Fix part of the build. Come on guys, autogen didn't even work :)
15843 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15846 * gst-libs/gst/Makefile.am:
15847 * gst-libs/gst/media-info/.cvsignore:
15848 * gst-libs/gst/media-info/Makefile.am:
15849 * gst-libs/gst/media-info/README:
15850 * gst-libs/gst/media-info/media-info-priv.c:
15851 * gst-libs/gst/media-info/media-info-priv.h:
15852 * gst-libs/gst/media-info/media-info-test.c:
15853 * gst-libs/gst/media-info/media-info.c:
15854 * gst-libs/gst/media-info/media-info.h:
15855 * gst-libs/gst/media-info/media-info.vcproj:
15856 * pkgconfig/Makefile.am:
15857 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15858 * pkgconfig/gstreamer-media-info.pc.in:
15859 Remove media-info, which is also successed by playbin (see Totem
15862 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15865 * examples/Makefile.am:
15866 * examples/gstplay/.cvsignore:
15867 * examples/gstplay/Makefile.am:
15868 * examples/gstplay/player.c:
15869 * gst-libs/gst/Makefile.am:
15870 * gst-libs/gst/play/.cvsignore:
15871 * gst-libs/gst/play/Makefile.am:
15872 * gst-libs/gst/play/play.c:
15873 * gst-libs/gst/play/play.h:
15874 * gst-libs/gst/play/play.vcproj:
15875 * pkgconfig/Makefile.am:
15876 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15877 * pkgconfig/gstreamer-play.pc.in:
15878 Remove libgstplay, playbin is now the official successor.
15880 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15883 * gst-libs/gst/Makefile.am:
15884 * gst-libs/gst/xwindowlistener/Makefile.am:
15885 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15886 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15887 Remove deprecated xwindowlistener (I've moved xwindowlistening
15888 in the v4l/v4l2 plugins over to serverside).
15890 2005-04-25 David Schleef <ds@schleef.org>
15892 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15893 to examples/dynparams. Examples do not belong interspersed with
15895 * examples/dynparams/demo-dparams.c:
15896 * gst/sine/Makefile.am:
15897 * gst/sine/demo-dparams.c:
15899 2005-04-25 David Schleef <ds@schleef.org>
15901 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15902 * gst-libs/gst/audio/Makefile.am:
15903 * gst-libs/gst/riff/Makefile.am:
15904 * gst-libs/gst/tag/Makefile.am:
15905 * gst-libs/gst/video/Makefile.am:
15906 * gst-libs/gst/xwindowlistener/Makefile.am:
15908 Convert to 0.9 API, seems to work:
15909 * sys/ximage/Makefile.am:
15910 * sys/ximage/ximagesink.c:
15912 2005-04-24 David Schleef <ds@schleef.org>
15914 Link plugins against libraries:
15915 * ext/alsa/Makefile.am:
15916 * gst/tcp/Makefile.am:
15918 Remove asm code that should be in liboil
15919 * gst/videoscale/Makefile.am:
15920 * gst/videoscale/videoscale_x86_asm.s:
15922 gettext wants these checked in:
15938 2005-04-24 David Schleef <ds@schleef.org>
15940 Convert gst_main() to g_main_loop_run()
15941 * gst/playback/decodetest.c: (main):
15942 * gst/playback/test2.c: (main):
15943 * gst/playback/test3.c: (main):
15944 * gst/playback/test4.c: (main):
15946 Link plugins against libraries:
15947 * ext/libvisual/Makefile.am:
15948 * sys/xvimage/Makefile.am:
15950 2005-04-24 David Schleef <ds@schleef.org>
15952 * configure.ac: Remove idct and resample libs
15953 * gst-libs/gst/Makefile.am: same
15955 Remove usage of gst_library_load():
15956 * ext/alsa/gstalsaplugin.c: (plugin_init):
15957 * ext/libvisual/visual.c: (plugin_init):
15958 * ext/ogg/gstogg.c: (plugin_init):
15959 * ext/theora/theora.c: (plugin_init):
15960 * ext/vorbis/vorbis.c: (plugin_init):
15961 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15962 * gst/audioscale/gstaudioscale.c:
15963 * gst/adder/gstadder.c: (plugin_init):
15964 * gst/audioconvert/plugin.c: (plugin_init):
15965 * sys/ximage/ximagesink.c: (plugin_init):
15966 * sys/xvimage/xvimagesink.c: (plugin_init):
15967 * gst/tcp/gsttcpplugin.c: (plugin_init):
15969 Link plugins against libraries:
15970 * ext/ogg/Makefile.am:
15971 * ext/theora/Makefile.am:
15972 * ext/vorbis/Makefile.am:
15973 * gst/audioconvert/Makefile.am:
15975 Create proper libraries:
15976 * gst-libs/gst/riff/Makefile.am:
15977 * gst-libs/gst/audio/Makefile.am:
15978 * gst-libs/gst/video/Makefile.am:
15980 Move resample library to audioscale plugin directory:
15981 * gst-libs/gst/resample/Makefile.am:
15982 * gst-libs/gst/resample/README:
15983 * gst-libs/gst/resample/dtof.c:
15984 * gst-libs/gst/resample/dtos.c:
15985 * gst-libs/gst/resample/functable.c:
15986 * gst-libs/gst/resample/private.h:
15987 * gst-libs/gst/resample/resample.c:
15988 * gst-libs/gst/resample/resample.h:
15989 * gst-libs/gst/resample/resample.vcproj:
15990 * gst-libs/gst/resample/test.c:
15991 * gst/audioscale/Makefile.am:
15992 * gst/audioscale/README:
15993 * gst/audioscale/dtof.c:
15994 * gst/audioscale/dtos.c:
15995 * gst/audioscale/functable.c:
15996 * gst/audioscale/private.h:
15997 * gst/audioscale/resample.c:
15998 * gst/audioscale/resample.h:
15999 * gst/audioscale/test.c:
16001 Move tagedit library to gst-libs:
16002 * gst-libs/gst/tag/Makefile.am:
16003 * gst-libs/gst/tag/gstid3tag.c:
16004 * gst-libs/gst/tag/gsttagediting.c:
16005 * gst-libs/gst/tag/gsttageditingprivate.h:
16006 * gst-libs/gst/tag/gstvorbistag.c:
16007 * gst/tags/Makefile.am:
16008 * gst/tags/gstid3tag.c:
16009 * gst/tags/gstvorbistag.c:
16011 Fix for core changes:
16012 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16013 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16014 (gst_sinesrc_getrange):
16016 2005-04-23 David Schleef <ds@schleef.org>
16018 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
16019 in gst-plugins in a long time, and properly belongs in liboil.
16020 * gst-libs/gst/idct/Makefile.am:
16021 * gst-libs/gst/idct/README:
16022 * gst-libs/gst/idct/dct.h:
16023 * gst-libs/gst/idct/doieee:
16024 * gst-libs/gst/idct/fastintidct.c:
16025 * gst-libs/gst/idct/floatidct.c:
16026 * gst-libs/gst/idct/idct.c:
16027 * gst-libs/gst/idct/idct.h:
16028 * gst-libs/gst/idct/idtc.vcproj:
16029 * gst-libs/gst/idct/ieeetest.c:
16030 * gst-libs/gst/idct/intidct.c:
16032 2005-04-20 Wim Taymans <wim@fluendo.com>
16034 * docs/design-audiosinks.txt:
16035 * gst-libs/gst/audio/Makefile.am:
16036 * gst-libs/gst/audio/TODO:
16037 * gst-libs/gst/audio/gstaudiosink.c:
16038 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16039 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16040 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16041 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16042 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16043 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16044 (gst_audiosink_class_init), (gst_audiosink_init),
16045 (gst_audiosink_create_ringbuffer):
16046 * gst-libs/gst/audio/gstaudiosink.h:
16047 * gst-libs/gst/audio/gstbaseaudiosink.c:
16048 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16049 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16050 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16051 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16052 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16053 (gst_baseaudiosink_create_ringbuffer),
16054 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16055 * gst-libs/gst/audio/gstbaseaudiosink.h:
16056 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16057 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16058 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16059 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16060 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16061 (gst_ringbuffer_play), (gst_ringbuffer_pause),
16062 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16063 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16064 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16065 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16066 * gst-libs/gst/audio/gstringbuffer.h:
16067 An attempt at a set of audio base classes together with some
16070 2005-04-20 Wim Taymans <wim@fluendo.com>
16072 * gst/audioconvert/Makefile.am:
16073 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16074 (gst_audio_convert_caps_remove_format_info),
16075 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16076 (gst_audio_convert_channels):
16077 Link against audio libs.
16078 Fix audio convert plugin.
16080 2005-04-20 Wim Taymans <wim@fluendo.com>
16082 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16083 (gst_ogg_demux_sink_activate):
16084 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16085 (theora_set_header_on_caps), (theora_enc_sink_event),
16086 (theora_enc_chain):
16087 Fix theora encoder.
16089 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16091 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16092 * gst/playback/gstdecodebin.c: (find_compatibles):
16093 Work with staticpadtemplates in elementfactories.
16095 2005-04-12 Wim Taymans <wim@fluendo.com>
16097 * gst/playback/README:
16098 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16099 (compare_ranks), (print_feature), (gst_decode_bin_init),
16100 (dynamic_create), (dynamic_free), (find_compatibles),
16101 (mimetype_is_raw), (close_pad_link), (got_redirect),
16102 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16103 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16104 (gst_decode_bin_change_state):
16105 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16106 (gst_play_base_bin_init), (group_destroy), (group_commit),
16107 (check_queue), (queue_overrun), (queue_threshold_reached),
16108 (queue_out_of_data), (gen_preroll_element), (unknown_type),
16109 (new_decoded_pad), (setup_subtitle), (gen_source_element),
16110 (got_redirect), (setup_source), (play_base_eos),
16111 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16112 (gst_play_base_bin_remove_element):
16113 * gst/playback/gstplaybasebin.h:
16114 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16115 (gst_play_bin_init), (gst_play_bin_dispose),
16116 (gst_play_bin_set_property), (gen_video_element),
16117 (gen_text_element), (gen_audio_element), (remove_sinks),
16118 (gst_play_bin_send_event):
16119 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16120 (stream_info_change_state), (gst_stream_info_set_mute):
16121 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16122 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16123 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16124 (gst_stream_selector_chain):
16125 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16127 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16128 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16129 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16130 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16131 Raw and crude port of decodebin.
16132 Make playbin compile.
16134 2005-04-06 Wim Taymans <wim@fluendo.com>
16136 * ext/gnomevfs/Makefile.am:
16137 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16138 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16139 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16140 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16141 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16142 (gst_gnomevfssrc_stop):
16143 * ext/ogg/Makefile.am:
16144 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16145 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16146 * ext/theora/Makefile.am:
16147 * ext/theora/theoradec.c: (_inc_granulepos),
16148 (theora_dec_sink_event), (theora_dec_chain):
16149 * ext/vorbis/Makefile.am:
16150 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16151 (vorbis_dec_sink_event), (vorbis_dec_chain):
16152 * gst-libs/gst/audio/Makefile.am:
16153 * sys/xvimage/Makefile.am:
16154 Make gnomevfssrc extend the source base class.
16155 Fix linking against libs in various plugins.
16157 2005-04-06 Andy Wingo <wingo@pobox.com>
16159 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16162 * configure.ac: Add check and AC_SUBST for libgstbase.
16164 2005-03-31 Wim Taymans <wim@fluendo.com>
16166 * examples/seeking/Makefile.am:
16167 * examples/seeking/cdparanoia.c: (main):
16168 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16169 (play_cb), (pause_cb), (stop_cb), (main):
16170 * examples/seeking/playbin.c:
16171 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16172 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16173 (make_sid_pipeline), (make_vorbis_pipeline),
16174 (make_theora_pipeline), (make_vorbis_theora_pipeline),
16175 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16176 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16177 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16178 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16180 * examples/seeking/spider_seek.c:
16181 * examples/seeking/vorbisfile.c:
16182 * ext/gnomevfs/Makefile.am:
16183 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16184 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16185 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16186 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16187 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16188 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16189 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16190 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16192 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16193 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16194 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16195 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16196 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16197 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16198 (gst_ogg_pad_event), (gst_ogg_pad_reset),
16199 (gst_ogg_demux_factory_filter), (compare_ranks),
16200 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16201 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16202 (gst_ogg_chain_new), (gst_ogg_chain_free),
16203 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16204 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16205 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16206 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16207 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16208 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16209 (gst_ogg_demux_get_prev_page),
16210 (gst_ogg_demux_deactivate_current_chain),
16211 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16212 (gst_ogg_demux_bisect_forward_serialno),
16213 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16214 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16215 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16216 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16217 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16218 (gst_ogg_demux_change_state), (gst_ogg_print):
16219 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16220 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16221 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16222 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16223 (gst_ogg_mux_loop):
16224 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16225 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16226 (theora_dec_src_convert), (theora_dec_sink_convert),
16227 (theora_dec_src_query), (theora_dec_src_event),
16228 (theora_dec_sink_event), (theora_dec_chain),
16229 (theora_dec_change_state):
16230 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16231 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16232 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16233 (theora_enc_change_state):
16234 * ext/vorbis/Makefile.am:
16235 * ext/vorbis/oggvorbisenc.c:
16236 * ext/vorbis/oggvorbisenc.h:
16237 * ext/vorbis/vorbis.c: (plugin_init):
16238 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16239 (vorbis_dec_src_query), (vorbis_dec_src_event),
16240 (vorbis_dec_sink_event), (vorbis_dec_chain),
16241 (vorbis_dec_change_state):
16242 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16243 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16244 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16245 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16246 (gst_vorbisenc_change_state):
16247 * ext/vorbis/vorbisenc.h:
16248 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16249 * gst-libs/gst/audio/audioclock.c:
16250 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16251 (gst_audiofilter_init), (gst_audiofilter_chain):
16252 * gst-libs/gst/audio/testchannels.c: (main):
16253 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16254 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16255 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16256 (gmip_find_track_streaminfo), (gmip_find_track_format):
16257 * gst-libs/gst/media-info/media-info.c:
16258 (gst_media_info_read_idler):
16259 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16260 (gst_play_get_all_by_interface):
16261 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16262 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16263 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16264 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16265 (gst_riff_parse_info):
16266 * gst-libs/gst/riff/riff-read.h:
16267 * gst-libs/gst/riff/riff.c: (plugin_init):
16268 * gst-libs/gst/video/Makefile.am:
16269 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16270 (gst_videosink_class_init), (gst_videosink_get_type):
16271 * gst-libs/gst/video/videosink.h:
16272 * gst/audioconvert/bufferframesconvert.c:
16273 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16274 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16275 * gst/audioconvert/channelmixtest.c: (main):
16276 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16277 (gst_audio_convert_chain),
16278 (gst_audio_convert_caps_remove_format_info),
16279 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16280 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16281 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16282 (gst_audio_convert_buffer_to_default_format),
16283 (gst_audio_convert_buffer_from_default_format),
16284 (gst_audio_convert_channels):
16285 * gst/audioconvert/gstchannelmix.h:
16286 * gst/ffmpegcolorspace/avcodec.h:
16287 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16288 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16289 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16290 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16291 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16292 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16293 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16294 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16295 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16297 * gst/videotestsrc/gstvideotestsrc.c:
16298 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16299 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16300 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16301 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16302 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16303 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16304 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16305 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16306 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16307 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16308 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16309 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16310 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16311 (gst_xvimagesink_navigation_send_event),
16312 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16313 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16314 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16315 * sys/xvimage/xvimagesink.h:
16316 Plugin port to 0.9, ogg/theora playback should work in the seek
16318 Removed old examples.
16319 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16320 explained in 0.9 TODO doc.
16323 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16345 * testsuite/Makefile.am:
16346 remove a whole bunch of plugins. This module now contains a set
16347 of free reference plugins/elements as agreed.
16349 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16352 hunting season on 0.9 is now OPEN
16354 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16356 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16357 Kick the hell out of gcc for not warning me about a symbol conflict.
16359 2005-02-22 Luca Ognibene <luogni@tin.it>
16361 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16363 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16364 Don't leak caps string (fixes #168134)
16366 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16367 (gst_jpegenc_init), (gst_jpegenc_finalize),
16368 (gst_jpegenc_change_state):
16369 Don't leak line buffers and context struct (fixes #168133).
16371 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16374 * ext/dirac/gstdiracdec.cc:
16375 (gst_diracdec_chain):
16376 Since dirac 0.5.0 the framerate in dirac is expressed as a
16377 rational number. Fix build and up requirement to 0.5.0, and
16378 also pass parameters to gst_diracdec_link in the right order
16381 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16383 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16384 * ext/faad/gstfaad.h:
16385 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16386 certain invalid muxed streams, where some packets will contain
16387 junk after decoder data. Partially fixes #149158.
16389 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16390 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16391 Make sure we only write to writable buffers
16393 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16395 * gst-libs/gst/riff/riff-media.c:
16396 (gst_riff_create_audio_caps_with_data):
16397 Do actually fix invalid RIFF fmt header values for alaw
16398 and mulaw audio instead of just saying so.
16400 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16401 Give gst_riff_create_audio_caps_with_data() a chance to
16402 fix up broken format header fields before extracting any
16403 parameters from the header. (fixes #167633)
16405 2005-02-19 Martin Holters <martin.holters@gmx.de>
16407 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16409 * gst/audioconvert/bufferframesconvert.c:
16410 (buffer_frames_convert_link):
16411 Don't leak othercaps. (fixes #167878)
16413 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16416 * ext/libvisual/visual.c: (gst_visual_srclink),
16417 (gst_visual_change_state):
16418 Support libvisual 0.2.0.
16420 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16422 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16423 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16424 Use same rowstrides for I420 as used everywhere else.
16426 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16428 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16429 Declare variables at beginning of block and make gcc-2.95 happy
16430 (fixes # 167482, patch by Gergely Nagy).
16432 * gst/tcp/gsttcpclientsrc.c:
16433 * gst/tcp/gsttcpclientsrc.h:
16434 Move some includes into the header, so that struct sockaddr_in is
16435 defined when it should be defined on FreeBSD as well (fixes
16438 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16439 Don't pass uninitialised values to setsockopt() here either.
16441 2005-02-17 Luca Ognibene <luogni at tin dot it>
16443 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16445 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16446 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16448 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16450 * gst/playback/gstplaybin.c: (add_sink):
16451 Invert bin_add/link order to workaround deadlock in opt.
16453 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16455 * gst/modplug/gstmodplug.cc:
16456 Add missing break causing position queries to fail.
16458 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16460 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16461 Granpos can apparently be -1, which screws up calculations...
16463 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16465 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16466 (gst_ximagesink_send_pending_navigation),
16467 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16468 (gst_ximagesink_init):
16469 * sys/ximage/ximagesink.h:
16470 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16471 (gst_xvimagesink_send_pending_navigation),
16472 (gst_xvimagesink_navigation_send_event),
16473 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16474 * sys/xvimage/xvimagesink.h:
16475 Use a mutex protected list to marshal navigation
16476 events into the stream thread from whichever thread
16479 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16481 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16482 Display current position and track length; misc. clean-ups.
16484 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16485 (speed_init), (speed_chain):
16486 Add query function, so that the stream length and current position
16487 get adjusted when queried (note that current position queries may
16488 still be wrong if the audio sink returns values based on buffer
16489 timestamps instead of passing on the query).
16491 2005-02-13 Benjamin Otte <otte@gnome.org>
16493 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16494 (gst_audio_convert_channels):
16495 create channel conversion matrix when linking
16496 * gst/audioconvert/.cvsignore:
16497 * gst/audioconvert/Makefile.am:
16498 * gst/audioconvert/channelmixtest.c: (main):
16499 add (ugly) test that ensures stereo <=> mono conversion works
16502 2005-02-13 Benjamin Otte <otte@gnome.org>
16504 * gst/audioconvert/gstchannelmix.h:
16505 include missing header file
16506 * gst/audioconvert/gstchannelmix.c:
16507 (gst_audio_convert_fill_compatible):
16508 use same sign for both channels when converting to/from compatible
16509 channel. Previously used different signs made the signals cancel
16510 each other out and appear like silence. (fixes #167269)
16512 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16514 * gst/ffmpegcolorspace/avcodec.h:
16515 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16516 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16517 (gst_ffmpegcsp_avpicture_fill):
16518 * gst/ffmpegcolorspace/imgconvert.c:
16519 Convert to and from YV12 (fixes #156379).
16521 2005-02-12 Julien MOUTTE <julien@moutte.net>
16523 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16524 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16525 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16526 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16527 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16528 methods from chain and negotiation and vice versa (Fixes #166142).
16529 * sys/ximage/ximagesink.h: Add stream_lock.
16530 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16531 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16532 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16533 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16535 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16537 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16538 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16539 error message when we can't open the DVD device (when dvdnav_open()
16540 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16541 the above). Send something more useful instead (fixes #167117).
16543 2005-02-11 Julien MOUTTE <julien@moutte.net>
16545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16546 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16547 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16548 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16549 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16550 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16551 methods from chain and negotiation and vice versa (Fixes #166142).
16552 Fix a possible bug of images in the buffer pool being discarded because
16553 we are looking at the wrong geometry.
16554 * sys/xvimage/xvimagesink.h: Add stream_lock.
16556 2005-02-11 David Schleef <ds@schleef.org>
16558 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16559 unsigned int. (fixes #167128)
16561 2005-02-11 David Schleef <ds@schleef.org>
16563 * gst/librfb/Makefile.am: Testing stuff before committing is
16564 for wimps... and people with fast machines. Fix stupid
16567 2005-02-11 David Schleef <ds@schleef.org>
16569 * configure.ac: Pull in librfb from my CVS tree, because it is
16570 too small and annoying to be separate. Move rfbsrc plugin
16573 * ext/librfb/Makefile.am:
16574 * ext/librfb/gstrfbsrc.c:
16575 * gst/librfb/Makefile.am:
16576 * gst/librfb/gstrfbsrc.c:
16577 * gst/librfb/rfb.c:
16578 * gst/librfb/rfb.h:
16579 * gst/librfb/rfbbuffer.c:
16580 * gst/librfb/rfbbuffer.h:
16581 * gst/librfb/rfbbytestream.c:
16582 * gst/librfb/rfbbytestream.h:
16583 * gst/librfb/rfbcontext.h:
16584 * gst/librfb/rfbdecoder.c:
16585 * gst/librfb/rfbdecoder.h:
16586 * gst/librfb/rfbutil.h:
16588 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16590 * gst/speed/Makefile.am:
16591 * gst/speed/demo-mp3.c: (main):
16592 * gst/speed/filter.func:
16593 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16594 (speed_class_init), (speed_init), (speed_chain_int16),
16595 (speed_chain_float32), (speed_chain), (speed_set_property),
16596 (speed_get_property), (speed_change_state):
16597 * gst/speed/gstspeed.h:
16598 Fix speed element and make it chain-based (fixes #156467),
16599 and make it handle more than one channel.
16601 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16603 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16604 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16605 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16606 * ext/dts/gstdtsdec.h:
16607 Don't clobber the stack constructing the channels array.
16608 Make the element chain-based. DTS tracks can now be played.
16610 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16612 * gst-libs/gst/audio/multichannel.h:
16613 * gst-libs/gst/gconf/gconf.h:
16614 * gst-libs/gst/idct/idct.h:
16615 * gst-libs/gst/media-info/media-info-priv.h:
16616 * gst-libs/gst/play/play.h:
16617 * gst-libs/gst/resample/private.h:
16618 * gst-libs/gst/resample/resample.h:
16619 * gst-libs/gst/riff/riff-ids.h:
16620 * gst-libs/gst/video/video.h:
16621 * gst-libs/gst/video/videosink.h:
16622 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16623 missing, so that they work when included from C++ code.
16625 2005-02-09 David Schleef <ds@schleef.org>
16627 * testsuite/gst-lint: Check for non-statically scoped
16628 parent_class variables. This won't be a problem once
16629 plugins are loaded with RTLD_LOCAL.
16631 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16633 * ext/mplex/gstmplexibitstream.cc:
16636 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16638 * ext/ogg/gstogmparse.c:
16639 * gst/debug/gstnavigationtest.c:
16640 Die, thou faulty symbol pollutors (non-static parent_class).
16642 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16644 * ext/mplex/gstmplexibitstream.cc:
16645 Fix event handling (#165525).
16647 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16649 * ext/mikmod/gstmikmod.c:
16650 * gst/modplug/gstmodplug.cc:
16651 Add missing endianness to template (fixes #165509).
16653 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16655 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16656 Fix wrong order of reading of optional bytes (#165290).
16658 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16660 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16661 Implement FILLER event awareness.
16663 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16665 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16666 Fix track calculations (#166208).
16668 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16670 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16672 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16673 * ext/libpng/gstpngenc.c:
16674 Fix byte-order, use proper fixed caps. Fixes #164197.
16676 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16681 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16682 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16683 Don't push buffers if the src pad isn't negotiated yet.
16685 * gst/audioconvert/gstaudioconvert.c:
16686 (gst_audio_convert_buffer_to_default_format),
16687 (gst_audio_convert_buffer_from_default_format):
16688 Add support for 24-bit width.
16690 * gst/dvdlpcmdec/.cvsignore:
16691 * gst/dvdlpcmdec/Makefile.am:
16692 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16693 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16694 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16695 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16697 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16698 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16699 format. Needs support for the channels maps if someone can find
16700 a DVD LPCM track with > 2 channels.
16702 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16703 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16704 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16705 * gst/mpegstream/gstdvddemux.h:
16706 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16707 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16708 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16709 * gst/mpegstream/gstmpegdemux.h:
16710 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16711 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16712 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16713 (gst_mpeg_parse_handle_src_query),
16714 (gst_mpeg_parse_handle_src_event):
16715 Use audio/x-dvd-lpcm for LPCM output.
16718 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16720 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16722 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16723 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16724 Add BGRA handling (#165736).
16726 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16728 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16730 * gst/law/alaw-decode.c: (alawdec_link):
16731 * gst/law/alaw-encode.c: (alawenc_link):
16732 * gst/law/mulaw-decode.c: (mulawdec_link):
16733 * gst/law/mulaw-encode.c: (mulawenc_link):
16734 Fix caps memleaks (#166600).
16736 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16738 * ext/tarkin/mem.h:
16739 * ext/tarkin/wavelet.h:
16740 * ext/tarkin/yuv.h:
16741 * gst/ffmpegcolorspace/avcodec.h:
16742 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16743 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16745 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16747 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16748 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16749 (gst_xvimagesink_change_state):
16750 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16751 Xv video (and thereby regenerate Xv colourkey) in clear() so
16752 that PLAY -> READY -> PLAY works (fixes #162504).
16754 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16756 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16757 Switch to list instead of range, since MJPEG-devices really just
16758 support decimations, not any size.
16760 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16761 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16762 (gst_mpeg2dec_reset), (free_all_buffers),
16763 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16764 * ext/mpeg2dec/gstmpeg2dec.h:
16765 The libmpeg2 user-allocated buffer management is awkward,
16766 to say the least. Hopefully this fixes things.
16768 2005-02-04 Andy Wingo <wingo@pobox.com>
16770 * gst/audioconvert/bufferframesconvert.c
16771 (buffer_frames_convert_fixate): New function, fixates to 256
16772 frames per buffer by default. (Much better than 1.)
16773 (buffer_frames_convert_init): Set the fixate function for both src
16775 (buffer_frames_convert_link): After success setting nonfixed caps,
16776 get the negotiated caps so we can know how many buffer-frames it
16777 will be. No idea how this worked at all before.
16779 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16781 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16782 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16783 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16784 (handle_sequence), (handle_picture):
16785 * ext/mpeg2dec/gstmpeg2dec.h:
16786 Rearrange buffer tracking and refcounting and refactor
16787 a little for readability.
16789 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16790 * sys/v4l/gstv4l.c: (plugin_init):
16791 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16792 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16793 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16794 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16795 * sys/v4l/gstv4ljpegsrc.h:
16796 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16797 * sys/v4l/v4l_calls.h:
16798 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16799 (gst_v4lsrc_get_fps):
16800 * sys/v4l/v4lsrc_calls.h:
16801 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16802 you jpeg inside rgb frames" driver.
16803 Don't error in the v4lsrc link function, just return
16806 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16808 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16809 (gst_qcamsrc_open):
16810 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16812 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16814 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16815 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16817 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16819 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16820 Reset negotiated state on PAUSED->READY.
16822 2005-02-02 David Schleef <ds@schleef.org>
16824 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16825 whereever possible. (Fixes #165997)
16826 * examples/capsfilter/capsfilter1.c: (main):
16827 * examples/dynparams/filter.c: (create_ui):
16828 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16829 * examples/seeking/chained.c: (main):
16830 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16831 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16832 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16833 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16834 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16835 * examples/switch/switcher.c: (main):
16836 * ext/dv/demo-play.c: (main):
16837 * ext/faad/gstfaad.c: (gst_faad_change_state):
16838 * ext/mad/gstmad.c: (gst_mad_chain):
16839 * ext/smoothwave/demo-osssrc.c: (main):
16840 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16841 (gst_gconf_render_bin_from_description),
16842 (gst_gconf_get_default_audio_sink),
16843 (gst_gconf_get_default_video_sink),
16844 (gst_gconf_get_default_audio_src),
16845 (gst_gconf_get_default_video_src),
16846 (gst_gconf_get_default_visualization_element):
16847 * gst/level/demo.c: (main):
16848 * gst/level/plot.c: (main):
16849 * gst/playback/gstplaybin.c: (gen_video_element),
16850 (gen_audio_element):
16851 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16852 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16853 * gst/sine/demo-dparams.c: (main):
16854 * gst/spectrum/demo-osssrc.c: (main):
16855 * gst/speed/demo-mp3.c: (main):
16856 * gst/volume/demo.c: (main):
16857 * testsuite/embed/embed.c: (main):
16859 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16861 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16862 (gst_tcpclientsink_finalize):
16863 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16864 (gst_tcpclientsrc_finalize):
16865 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16866 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16867 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16868 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16869 Don't leak the hostname when shutting down.
16870 In tcpserversrc, take a copy of the default hostname.
16872 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16874 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16875 Set caps to systemstream=TRUE.
16877 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16879 * testsuite/Makefile.am:
16880 Fix more OSX buildbots.
16882 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16884 * ext/mpeg2dec/gstmpeg2dec.c:
16885 Don't send things to NULL PAD_PEERs
16887 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16888 Copy-on-write the incoming buffer.
16890 * gst/mpegstream/gstdvddemux.h:
16891 * gst/mpegstream/gstmpegclock.h:
16892 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16893 (normal_seek), (gst_mpeg_demux_handle_src_event):
16894 * gst/mpegstream/gstmpegdemux.h:
16895 * gst/mpegstream/gstmpegpacketize.h:
16896 * gst/mpegstream/gstmpegparse.c:
16897 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16898 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16899 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16900 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16901 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16902 * gst/mpegstream/gstmpegparse.h:
16903 * gst/mpegstream/gstrfc2250enc.h:
16904 Various changes to the way time is computed that make seeking and
16905 total time estimation much better here.
16906 Use G_BEGIN/END_DECLS instead of __cplusplus
16908 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16909 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16911 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16913 * gst/subparse/gstsubparse.c:
16916 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16918 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16919 (theora_enc_chain), (theora_enc_change_state):
16920 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16921 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16922 (gst_vorbisenc_change_state):
16923 * ext/vorbis/vorbisenc.h:
16924 Set granulepos and timestamp correctly for streams not
16925 starting at 0, taking into account the initial delay.
16927 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16929 * gst/mpegstream/gstdvddemux.c:
16930 Add audio/x-dts to audio pad template caps
16932 2005-01-30 David Schleef <ds@schleef.org>
16934 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16935 (create_context), (gst_polypsink_link): Fix silly endianness
16936 bug. Add some debugging. Remove float from caps; it doesn't
16937 work. Attempt to get remote audio working.
16939 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16941 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16944 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16946 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16947 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16948 (gst_avi_demux_stream_data):
16949 * gst/avi/gstavidemux.h:
16950 Invert DIB images. Fixes #132341.
16952 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16954 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16955 (gst_ffmpegcsp_chain):
16956 D'oh, reference the palette data, not the palette structure.
16957 Fixes color distortion in #132341.
16959 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16961 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16962 PAR can be non-fixed when not provided as argument (#162626).
16964 2005-01-29 David Moore <dcm@acm.org>
16966 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16968 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16969 (gst_qtdemux_loop_header):
16970 Re-apply patch from #142272 that allows non-seekable sources,
16971 re-proposed by Daniel Drake <dsd@gentoo.org>.
16973 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16975 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16976 Use the src template for creating the src pad (#162330).
16978 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16981 * ext/musepack/Makefile.am:
16982 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16983 (gst_musepackdec_init), (gst_musepackdec_dispose),
16984 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16985 (gst_musepack_stream_init), (gst_musepackdec_loop),
16986 (gst_musepackdec_change_state):
16987 * ext/musepack/gstmusepackdec.cpp:
16988 * ext/musepack/gstmusepackdec.h:
16989 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16990 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16991 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16992 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16993 * ext/musepack/gstmusepackreader.cpp:
16994 * ext/musepack/gstmusepackreader.h:
16995 Update to 1.1 API (#165446).
16997 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17002 2005-01-28 Andy Wingo <wingo@pobox.com>
17004 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17005 to reflect a different dubious internet source. Add a reference
17006 and some commentary.
17008 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17010 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17011 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17012 * gst/playback/gststreamselector.h:
17013 Be more selective when we're redoing caps negotiation from
17014 within the chain function on a stream change.
17016 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17020 * ext/amrnb/Makefile.am:
17021 * ext/amrnb/amrnb.c: (plugin_init):
17022 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17023 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17024 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17025 (gst_amrnbdec_state_change):
17026 * ext/amrnb/amrnbdec.h:
17027 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17028 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17029 (gst_amrnbparse_init), (gst_amrnbparse_formats),
17030 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17031 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17032 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17033 * ext/amrnb/amrnbparse.h:
17034 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17035 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17036 Add AMR-NB/-WB raw formats.
17037 * ext/alsa/gstalsa.c: (gst_alsa_link):
17038 Keep valid time when changing format.
17039 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17040 (qtdemux_parse_trak):
17041 Add some more format-specific options (#140141, #143555, #155163).
17043 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17045 * gst/matroska/matroska-demux.c:
17046 (gst_matroska_demux_parse_blockgroup):
17047 Fix logic error in timing of subtitle stream synchronization.
17048 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17049 Add skip-chunk, which is found in kodak-camera streams.
17051 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
17055 Adding Vietnamese translation (submitted by Clytie Siddall)
17057 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17059 * gst/playback/gstdecodebin.c: (try_to_link_1):
17060 Use realpad for signal.
17062 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17064 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17065 Fix category so decodebin picks it up.
17067 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17069 * ext/mad/Makefile.am:
17070 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17071 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17072 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17073 (found_type), (gst_id3demux_bin_change_state):
17074 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17075 (gst_id3_tag_init), (gst_id3_tag_handle_event),
17076 (gst_id3_tag_src_link), (gst_id3_tag_chain),
17077 (gst_id3_tag_change_state), (plugin_init):
17078 * ext/mad/gstmad.h:
17079 Add id3demuxbin (which is a simple bin consisting of id3demux
17080 and typefind), take over rank from id3demux, remove typefind
17081 code from id3demux. Makes all broken mp3s that I know of work,
17082 and thereby fixes #152688.
17084 2005-01-27 Edward Hervey <bilboed@bilboed.com>
17086 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17088 * ext/mad/gstmad.c: (gst_mad_src_event):
17089 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17090 Allow seeks on audio pad, make mad forward those (#164826).
17091 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17092 Set duration (#165335).
17094 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17096 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17097 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17098 (gst_asf_demux_process_ext_content_desc),
17099 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17100 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17101 * gst/asfdemux/gstasfdemux.h:
17102 Improve metadata display, e.g. if the metadata comes before the
17103 streams are loaded (which is perfectly valid).
17105 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17107 * tools/gst-launch-ext-m.m:
17108 Fix AVI/ASF pipelines (#165340).
17110 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
17111 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
17112 build failure on amd64
17114 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
17116 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17117 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17118 Check environment variables GST_ID3V2_TAG_ENCODING,
17119 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17120 list of character encodings to force interpretation of non-unicode
17121 strings stored in an ID3v2 tag to a particular encoding. If none
17122 is specified, try to use current locale's encoding, then fall back
17123 to ISO-8859-1 (which will always succeed). (Resolves #149274)
17124 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17125 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17126 Check environment variables GST_ID3V1_TAG_ENCODING,
17127 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17128 list of character encodings to use in case a string encountered
17129 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17130 specified, try to use the current locale's encoding, then fall
17131 back to ISO-8859-1 (which will always succeed).
17133 2005-01-25 Benjamin Otte <otte@gnome.org>
17135 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17136 - on half framerate, compute the rate in advance so the comparisons
17137 don't compare wrong values
17138 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17140 - don't use mad_header_decode anymore, mad_frame_decode does that
17142 - when getting rid of consumed bytes, reset the stream's skiplen
17145 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17147 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17148 Use 1/2 a second for default max_discont, as PES streams from DVB
17149 seem to have larger spacings in the SCR.
17152 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17154 * gst/playback/gstplaybasebin.c: (group_commit):
17155 Notify delayed stream-info availability.
17157 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17158 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17159 (gst_a52dec_handle_event), (gst_a52dec_chain):
17160 Add some debug output. Check that a discont has a valid
17162 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17163 (gst_alsa_sink_loop):
17164 Ignore TAG events. A little extra debug for broken timestamps.
17165 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17166 (dvdnavsrc_change_state):
17167 Ensure we send a discont to engage the link before we send any
17169 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17170 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17171 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17172 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17173 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17174 dvd://title works in totem because typefinding sends a seek that ends
17175 up going back to chapter 1 regardless.
17176 * ext/mpeg2dec/gstmpeg2dec.c:
17177 * ext/mpeg2dec/gstmpeg2dec.h:
17178 Output correct timestamps and handle disconts.
17179 * ext/ogg/gstoggdemux.c: (get_relative):
17180 Small guard against a null dereference.
17181 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17182 (gst_textoverlay_set_property):
17183 Free memory when done. Don't call gst_event_filler_get_duration on
17184 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17186 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17187 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17188 (gst_sw_srclink), (gst_smoothwave_chain):
17189 Draw solid lines, prettier colours.
17190 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17191 Add a default palette that'll work for some movies.
17192 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17193 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17194 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17195 * gst/mpegstream/gstdvddemux.h:
17196 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17197 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17198 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17199 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17200 * gst/mpegstream/gstmpegparse.h:
17201 Use PTM/NAV events when for timestamp adjustment when connected to
17202 dvdnavsrc. Don't use many discont events where one suffices.
17203 * gst/playback/gstplaybasebin.c: (group_destroy),
17204 (gen_preroll_element), (gst_play_base_bin_add_element):
17205 * gst/playback/gstplaybasebin.h:
17206 Make sure we remove subtitles from the same bin we put them in.
17207 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17208 (gst_subparse_buffer_format_autodetect),
17209 (gst_subparse_change_state):
17210 Fix some memleaks and invalid accesses.
17211 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17212 (oggskel_type_find), (cmml_type_find), (plugin_init):
17213 Some typefind functions for Annodex v3.0 files
17214 * gst/wavparse/gstwavparse.h:
17215 GstRiffReadClass is the correct parent class.
17217 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17219 * gst-libs/gst/riff/riff-media.c:
17220 (gst_riff_create_video_caps_with_data):
17221 Add extradata to huffyuv (fixes #165013).
17222 * gst-libs/gst/riff/riff-read.c:
17223 (gst_riff_read_strf_vids_with_data):
17224 Fix extradata extraction if it is in the chunk size.
17226 2005-01-25 Edward Hervey <bilboed@bilboed.com>
17228 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17230 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17231 (gst_quarktv_change_state), (gst_quarktv_dispose):
17232 Memory free'ing location fix (#164708).
17234 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17236 * gst/playback/gstplaybasebin.c: (group_commit),
17237 (gen_preroll_element), (probe_triggered), (gen_source_element),
17238 (setup_source), (gst_play_base_bin_change_state),
17239 (gst_play_base_bin_add_element):
17240 Don't block for streams.
17241 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17242 (gst_stream_info_set_mute):
17243 Use gst_pad_set_active_recursive.
17245 2005-01-25 Andy Wingo <wingo@pobox.com>
17247 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17248 for #ifndef HAVE_XVIDEO.
17250 2005-01-24 Jeffrey C. Ollie
17252 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17254 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17255 * ext/gsm/gstgsmdec.h:
17256 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17257 * ext/gsm/gstgsmenc.h:
17258 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17259 was given by property. Add proper buffer timestamps and offsets.
17261 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17263 * gst-libs/gst/riff/riff-media.c:
17264 (gst_riff_create_audio_caps_with_data):
17265 Audio can be <8000Hz.
17267 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17269 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17270 Explicit state change to workaround refcount bugs.
17272 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17274 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17275 (gst_avimux_riff_get_avi_header):
17278 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17280 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17281 (gst_riff_read_element_data):
17282 * gst-libs/gst/riff/riff-read.h:
17283 Add _peek version (req'ed in CDXA).
17284 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17285 (gst_cdxaparse_loop):
17286 Fix parsing in playbin.
17287 * gst/playback/gstdecodebin.c: (close_pad_link):
17288 Ignore current_ pads, they cause major annoyance.
17290 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17292 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17295 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17297 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17300 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17302 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17303 Allow for 0-sized buffers. Fixes length query problems in
17304 starwars.mkv from the testsuite.
17306 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17308 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17309 (gst_video_box_i420), (gst_video_box_chain):
17310 Fix row strides for I420 (fixes #163159)
17312 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17314 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17315 MPEG2 has a useful rate property, so we can actually use that.
17316 For MPEG-1, continue using the bytes/time properties.
17318 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17320 * gst-libs/gst/riff/riff-media.c:
17321 (gst_riff_create_video_caps_with_data),
17322 (gst_riff_create_video_template_caps):
17325 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17327 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17328 Fail if caps negotiation fails. Should fix #162184, and should
17329 definately be in there regardless of it fixing the actual bug.
17330 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17331 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17332 (gst_avimux_riff_get_avix_header),
17333 (gst_avimux_riff_get_video_header),
17334 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17335 (gst_avimux_start_file), (gst_avimux_handle_event),
17336 (gst_avimux_change_state):
17337 * gst/avi/gstavimux.h:
17338 Refactor structure writing to use GST_WRITE_UINT macros, add
17339 metadata writing support.
17341 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17343 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17344 Elements may already be destroyed when this function is called.
17346 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17348 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17349 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17350 More memory leak fixes (#149162).
17352 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17354 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17355 (gst_qtdemux_add_stream):
17358 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17360 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17363 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17365 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17366 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17367 when fixating to six channels in Totem.
17369 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17371 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17372 Fix compile warnings on Solaris 10 buildbot
17374 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17376 * ext/dvdread/dvdreadsrc.c: (_read):
17377 Don't read beyond the last cell in a chapter (fixes
17378 invalid memory access)
17380 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17382 * ext/dvdread/stream_labels.c:
17383 (dvdreadsrc_get_audio_stream_labels):
17384 Use NULL for an empty GList instead of g_list_alloc(); fix
17385 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17386 of GString (easier to bulk free later)
17388 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17390 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17392 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17393 (gst_ffmpeg_pixfmt_to_caps):
17394 Fix BGRA32 caps (#164209).
17396 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17398 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17400 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17401 (gst_ffmpeg_caps_to_pixfmt):
17402 alpha_mask can be RGBA/ABGR. Fixes #164265.
17404 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17406 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17408 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17409 (gst_mpeg2dec_alloc_buffer):
17410 * ext/mpeg2dec/gstmpeg2dec.h:
17411 Crop if decoding size is not the actual image size (#163676).
17413 2005-01-17 Steve Baker <steve@stevebaker.org>
17415 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17417 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17418 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17419 Add libsndfile typefind functions (#163309).
17421 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17423 * tools/gst-launch-ext-m.m:
17424 Add .aac, fix .m1v/.m2v (#163891).
17426 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17428 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17429 Sanity check, don't wait endlessly since the clock might not
17430 actually run at this point (which is a deadlock). Fixes #164069.
17432 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17434 * gst/playback/gstplaybasebin.c: (probe_triggered):
17435 Of course, only pause if group is done...
17437 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17439 * gst/playback/gstplaybasebin.c: (probe_triggered):
17442 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17444 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17445 Don't return state change success when the parent
17448 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17450 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17451 Free events (fix memleak in #162905).
17453 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17455 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17457 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17458 (gst_ffmpeg_caps_to_pixfmt):
17459 Fix for depth = 15. Fixes #161675.
17461 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17463 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17464 Set FPS correctly, even for webcams and the like.
17465 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17466 Don error on setting while capturing.
17468 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17470 * ext/dv/gstdvdec.c:
17471 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17472 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17473 I'm a bad boy. using /1001. to force C to do float division
17474 and not integer division (as it did in my last commit)
17475 Thanks to David I. Lehn for pointing this mistake.
17477 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17479 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17480 Revert Johan's 1.35->1.36 since it breaks compat.
17482 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17484 * ext/dv/gstdvdec.c:
17485 * ext/libfame/gstlibfame.c:
17486 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17487 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17488 replace framerate aproximations by their real value
17489 (24000/1001, 30000/1001, 60000/1001)
17490 Finish fixing bug #164049
17492 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17494 * ext/ogg/gstoggmux.c:
17496 * gst/tcp/gstmultifdsink.c:
17497 * gst/tcp/gstmultifdsink.h:
17498 * gst/tcp/gsttcp.c:
17499 * gst/tcp/gsttcp.h:
17500 * gst/tcp/gsttcpclientsink.c:
17501 * gst/tcp/gsttcpclientsrc.c:
17502 * gst/tcp/gsttcpserversink.c:
17503 * gst/tcp/gsttcpserversrc.c:
17504 improve reusability of elements after state changes and errors
17505 make multifdsink throw away streamheaders when receiving new ones
17507 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17509 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17510 Fix for if items are already in list...
17512 2005-01-12 Benjamin Otte <otte@gnome.org>
17514 * gst/adder/gstadder.c: (gst_adder_loop):
17515 fix adder a bit so it doesn't screw up with events as much anymore
17517 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17519 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17520 (pixbufscale_scale), (gst_pixbufscale_chain):
17521 * ext/gdk_pixbuf/pixbufscale.h:
17522 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17523 to ensure rowstrides are calculated the same way as
17525 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17526 that we pick up duration and offset also.
17528 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17530 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17531 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17534 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17536 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17537 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17538 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17539 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17540 Update flags when requested.
17542 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17544 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17547 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17549 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17550 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17551 (probe_triggered), (new_decoded_pad), (gen_source_element),
17552 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17553 * gst/playback/gstplaybasebin.h:
17554 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17555 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17556 (gst_play_bin_change_state):
17557 Implement group-switch signal for use in apps to clear metadata
17558 cache, clean up subtitle, add suburi property instead of # hack,
17559 some error-out fixes.
17561 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17563 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17565 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17566 If we got a state change in the _get handler, don't return success.
17568 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17570 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17571 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17572 Make jpegdec quiet on MJPEG decoding
17573 * gst/asfdemux/README:
17574 Fix mimetypes for MJPEG and H263
17576 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17578 * ext/theora/theoradec.c: (theora_dec_chain):
17579 Fix broken code generation by gcc by swapping arguments.
17580 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17583 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17586 delete this file, it is by far outdated
17587 * ext/alsa/gstalsa.1: remove
17588 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17589 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17590 (gst_alsa_get_caps):
17591 Add HW probing for supported sample rates. Fixes #161704
17593 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17595 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17596 Don't crash, biatch! :).
17598 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17600 * ext/musepack/gstmusepackreader.cpp:
17601 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17602 Some work on tags - still doesn't work in playbin...
17603 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17606 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17608 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17609 Also shove tags on kid pads.
17611 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17613 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17614 Don't bail on unknown events.
17615 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17616 Don't crash on events before negotiation.
17617 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17618 Send tags on pads, too.
17619 * gst/playback/gststreamselector.c:
17620 (gst_stream_selector_request_new_pad):
17621 Forward events on first pad if no input was selected yet.
17623 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17625 * gst/playback/gstplaybasebin.c: (setup_substreams):
17626 Don't disable streamtype if the stream doesn't exist, since
17627 then playing a video after audio will disable both and nothing
17628 will happen. Fixes the testsuite.
17630 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17632 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17633 (gst_v4l_xoverlay_set_xwindow_id):
17634 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17635 (gst_v4l2_xoverlay_set_xwindow_id):
17636 Add debug categories, fix overlay disabling.
17638 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17640 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17641 * ext/alsa/gstalsa.h:
17642 Add HW probing for period_count/size and buffer_size MIX/MAX
17643 Adjust default/user defined value if out of bounds
17644 Should fix bug #162024
17646 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17648 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17649 Fix warning (#161191).
17651 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17653 * ext/dvdread/stream_labels.c:
17654 (dvdreadsrc_get_audio_stream_labels):
17655 Fix warning (init the good variable in switch default)
17657 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17659 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17661 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17662 Fix gcc-2.95 compile (#163485).
17664 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17667 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17668 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17669 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17670 (gst_flacenc_change_state):
17671 * ext/flac/gstflacenc.h:
17672 Update for API change in flac-1.1.1. Update requirement in
17673 configure.ac. Fixes #162974.
17675 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17677 * gst/playback/gstplaybasebin.c: (group_destroy):
17678 Remove hack to get rid of assert and get rid of unlinked
17681 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17683 * gst/playback/gstplaybasebin.c: (setup_source):
17684 Set source to NULL so that resources are free'ed. Fixes issues
17685 with playback of CDDA and similar device-accessing things.
17687 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17689 * testsuite/embed/Makefile.am:
17690 test->noinst, fix make test in buildbot.
17692 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17694 * ext/dvdread/stream_labels.c: new file
17695 * ext/dvdread/stream_labels.h: new file
17696 * ext/dvdread/Makefile.am:
17697 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17698 Extract audio stream label from DVD IFO files.
17699 It only dump them on the console for now, still have to
17700 make playbin aware of them.
17702 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17704 * gst/playback/gstplaybasebin.c: (setup_source):
17707 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17709 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17710 (gen_preroll_element), (remove_groups), (setup_subtitle),
17711 (gen_source_element), (setup_source):
17712 * gst/playback/gstplaybasebin.h:
17713 Multiple .sub files is just a stupid idea... Fix some threading
17714 mistakes. Interestingly, external .sub files cause playbin to
17715 hang, I don't know why... Parsing fixes contributed by Fran??ois
17716 Kooman <fkooman@tuxed.net>.
17718 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17720 * testsuite/embed/Makefile.am:
17723 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17725 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17727 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17728 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17729 (gst_pngenc_set_property):
17730 * ext/libpng/gstpngenc.h:
17731 Add compression level property (#163323).
17733 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17736 * examples/capsfilter/capsfilter1.c: (main):
17737 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17738 * ext/dvdread/Makefile.am:
17739 * ext/dvdread/demo-play:
17740 * ext/dvdread/demo-play.c:
17741 * gconf/gstreamer.schemas.in:
17742 * gst-libs/gst/gconf/gconf.c:
17744 * testsuite/Makefile.am:
17745 * testsuite/embed/Makefile.am:
17746 * testsuite/embed/embed.c: (cb_expose), (main):
17747 Remove all references to xvideosink, fix examples (#140845).
17748 * gst/playback/gstplaybasebin.c: (group_destroy):
17749 Apparently, disposal does not unlink - so do explicitely.
17750 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17753 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17755 * README: fix PKG_CONFIG_PATH instructions, what was there
17756 previously was breaking default search path, not nice.
17759 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17761 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17762 (gst_audioscale_chain):
17763 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17764 when resampling - how the ^@$^!@^! is this possible?!?
17766 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17768 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17769 Reset variables on READY.
17770 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17771 (gst_matroska_mux_loop):
17772 Require data before writing header.
17774 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17776 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17778 * ext/mad/gstmad.c: (gst_mad_chain):
17779 Don't call mad_stream_sync() directly after recovering sync.
17782 2005-01-09 Martin Eikermann <meiker@upb.de>
17784 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17786 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17787 (snapshot_handler), (gst_snapshot_sinkconnect),
17788 (gst_snapshot_chain):
17789 Allocate resources when required, fix recursive signal emission
17790 and fix caps. Fixes #161667.
17792 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17794 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17796 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17797 (gst_pngdec_chain):
17798 Handle only 8-bppc (bits-per-pixel-component) images, better
17799 error handling and correct strides. Fixes #163177.
17800 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17801 (gst_pngenc_chain):
17802 Better error handling. Fixes #163348.
17804 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17806 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17807 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17808 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17809 (dvdnavsrc_uri_handler_init):
17810 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17811 * gst/playback/gstplaybasebin.c: (gen_source_element):
17812 Add MMS to streaming URIs.
17814 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17816 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17817 * sys/xvimage/xvimagesink.c:
17818 (gst_xvimagesink_navigation_send_event):
17819 Check for pad availability before sending event.
17821 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17823 * gst-plugins.spec.in:
17826 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17829 Since we use functions from CVS, up requirement.
17831 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17833 * gst/playback/Makefile.am:
17834 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17835 (group_destroy), (group_commit), (group_is_muted),
17836 (gen_preroll_element), (add_stream), (unknown_type),
17837 (probe_triggered), (preroll_unlinked), (mute_stream),
17838 (silence_stream), (new_decoded_pad), (setup_substreams),
17839 (setup_source), (get_active_source), (mute_group_type),
17840 (muted_group_change_state), (set_active_source),
17841 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17842 (play_base_eos), (gst_play_base_bin_change_state):
17843 * gst/playback/gstplaybasebin.h:
17844 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17845 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17846 (gst_stream_info_dispose), (stream_info_mute_pad),
17847 (stream_info_change_state), (gst_stream_info_set_mute):
17848 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17849 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17850 (gst_stream_selector_init), (gst_stream_selector_dispose),
17851 (gst_stream_selector_get_linked_pad),
17852 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17853 (gst_stream_selector_get_linked_pads),
17854 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17855 * gst/playback/gststreamselector.h:
17856 Adding stream selection support plus required properties for
17857 applications to use this. Fully fixes #100931.
17859 2005-01-08 Benjamin Otte <otte@gnome.org>
17861 * gst/games/gstpuzzle.c: (nav_event_handler):
17862 - handle nav events differently: forward every event no matter if it
17863 was handled or not.
17865 You can now cheat by using navigationtest ! puzzle and moving the
17866 mouse close to the edge of a tile. ;)
17868 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17871 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17872 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17873 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17874 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17875 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17876 (gst_ogm_parse_plugin_init):
17877 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17878 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17879 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17880 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17881 * ext/pango/gsttextoverlay.h:
17882 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17883 (gst_matroska_demux_handle_seek_event),
17884 (gst_matroska_demux_sync_streams),
17885 (gst_matroska_demux_parse_blockgroup),
17886 (gst_matroska_demux_subtitle_caps),
17887 (gst_matroska_demux_plugin_init):
17888 * gst/matroska/matroska-ids.h:
17889 * gst/playback/gstdecodebin.c: (close_pad_link):
17890 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17891 (gen_preroll_element), (remove_groups), (add_stream),
17892 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17894 * gst/playback/gstplaybasebin.h:
17895 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17896 * gst/subparse/Makefile.am:
17897 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17898 (gst_subparse_base_init), (gst_subparse_class_init),
17899 (gst_subparse_init), (gst_subparse_formats),
17900 (gst_subparse_eventmask), (gst_subparse_event),
17901 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17902 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17903 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17904 (parse_mpsub_deinit), (parse_mpsub_init),
17905 (gst_subparse_buffer_format_autodetect),
17906 (gst_subparse_format_autodetect), (gst_subparse_loop),
17907 (gst_subparse_change_state), (gst_subparse_type_find),
17909 * gst/subparse/gstsubparse.h:
17910 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17912 Add subtitle support, .sub parser (supports SRT and MPsub),
17913 OGM text support, Matroska UTF-8 text support, deadlock fixes
17914 all over the place, subtitle awareness in decodebin/playbin
17915 and some fixes to textoverlay to handle subtitles in a stream
17916 correctly. Fixes #100931.
17918 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17920 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17921 Check for pad availability before doing a query on it.
17923 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17925 * ext/dv/gstdvdec.c:
17926 really fix bpp24/32 dvdec caps (classic rgba indeed)
17927 * gst/asfdemux/gstasfdemux.c:
17928 (gst_asf_demux_process_ext_content_desc):
17929 don't send text tags if they are empty (bis repetita)
17931 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17933 * ext/dv/gstdvdec.c:
17934 remove unneeded comment from dvdec
17935 (related to DV 4CC codes in AVI files)
17936 moved them in gstreamer/docs/random/mimetypes
17937 * gst/asfdemux/gstasfdemux.c:
17938 (gst_asf_demux_process_ext_content_desc):
17939 don't send text tags if they are empty
17940 fix mem leak on error path
17941 * gst/ffmpegcolorspace/avcodec.h:
17942 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17943 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17944 (gst_ffmpegcsp_avpicture_fill):
17945 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17946 * gst/ffmpegcolorspace/imgconvert_template.h:
17947 adds BGR32 and BGRA32 to ffmpegcolorspace
17948 (still bad colors, fixing it on next commit)
17949 helps with dvdec outputing BGR32
17951 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17953 * ext/dv/gstdvdec.c:
17954 Fix audio caps i just broke (missing ',')
17955 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17956 (gst_matroska_mux_reset):
17957 Fix typo + add FIXME about old "x-gst-metadata" crap
17959 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17961 * ext/dv/demo-play.c: (main):
17962 xvideosink -> xvimagesink
17963 * ext/dv/gstdvdec.c:
17964 change rgb 32/32 caps to 24/32 (no alpha)
17965 change nb of channels to be a list (2 or 4, not 2)
17966 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17967 * gst/asfdemux/gstasfdemux.c:
17968 (gst_asf_demux_process_ext_content_desc):
17969 Add 'date/year' to extracted metadata list
17971 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17973 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17974 The return value of fixate_to does not imply that the requested
17975 value was set, so don't assume.
17977 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17979 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17981 * ext/libpng/gstpngdec.c:
17982 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17983 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17984 * ext/libpng/gstpngenc.h:
17985 Alpha support (encoder; #163161), mime fixage.
17987 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17989 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17991 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17992 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17993 (gst_faac_set_property), (gst_faac_get_property):
17994 * ext/faac/gstfaac.h:
17995 Allow for ADTS output (#153434).
17997 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17999 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18000 Fix against template (#150576).
18002 2005-01-06 Benjamin Otte <otte@gnome.org>
18004 * gst/games/gstpuzzle.c: (draw_puzzle):
18005 don't draw a puzzle if either width or height of tiles would be 0.
18007 2005-01-06 Benjamin Otte <otte@gnome.org>
18009 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18010 (gst_puzzle_class_init), (gst_puzzle_finalize):
18011 no memleaks, please
18012 (gst_puzzle_create), (gst_puzzle_init),
18013 (gst_puzzle_set_property), (gst_puzzle_setup):
18014 change initialization code around so we don't reshuffle on resize
18016 fix another stupid typo
18018 2005-01-06 Benjamin Otte <otte@gnome.org>
18020 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18021 fix stupid typo that borked copying on YUY2
18023 2005-01-06 Benjamin Otte <otte@gnome.org>
18025 * gst/games/gstpuzzle.c: (draw_puzzle):
18026 fix edges when image sizes aren't multiples of tile sizes
18028 2005-01-06 Benjamin Otte <otte@gnome.org>
18030 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18031 make RGB endianness work correctly
18032 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18033 refactor and fix race with initial shuffling
18034 (nav_event_handler):
18035 allow using the mouse to puzzle
18037 insist on tiles having width and height as multiples of 4 to get
18038 clean YUV image handling
18039 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18040 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18041 s/DEBUG/LOG/ for common messages
18042 (gst_xvimagesink_navigation_send_event):
18043 fix mouse event translation to not include screen PAR
18044 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18045 fix mouse event translation to actually work
18047 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18049 * gst/asfdemux/gstasfdemux.c:
18050 (gst_asf_demux_process_ext_content_desc):
18051 Extract TrackNumber metadata + clean up code
18052 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18053 Hope this is the good fix (var used unitialised)
18055 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18057 * ext/faad/gstfaad.c: (gst_faad_chain):
18058 Only increment timestamp if it's valid. Fixes raw AAC streams.
18060 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18063 * gst/games/Makefile.am:
18064 * gst/games/gstpuzzle.c:
18065 add a puzzle game with...
18066 * gst/games/gstvideoimage.c:
18067 * gst/games/gstvideoimage.h:
18068 ... full colorspace support (that includes YUV9 and RGB16)) stolen
18069 from videotestsrc and made into something that would be a nice
18070 library for a lot of other plugins.
18072 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18075 don't compile faad plugin if a RC of 2.0 is found
18076 Fixes #155346 (and FC1 buildbot)
18077 * gst/asfdemux/gstasfdemux.c:
18078 (gst_asf_demux_process_ext_content_desc):
18079 try to make Solaris compiler happier
18081 2005-01-06 Paul Jack <pjack@sfaf.org>
18083 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18085 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18086 Fix segfault (#161667).
18088 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18090 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18091 Fix framerate reporting.
18093 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18095 * gst-libs/gst/riff/riff-ids.h:
18096 * gst/wavenc/riff.h:
18097 Add AMR (VBR and CBR) ids to riff.h audio codec list
18098 * gst/asfdemux/gstasfdemux.c:
18099 (gst_asf_demux_process_ext_content_desc),
18100 (gst_asf_demux_process_object):
18101 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18103 2005-01-05 Martin Eikermann <meiker@upb.de>
18105 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18107 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18108 (gst_dvd_demux_handle_discont):
18109 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18110 (gst_mpeg_demux_handle_discont):
18111 Recreate pads on new-media (#160730).
18112 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18113 Send discont even if manager changes timestamps (#161929).
18115 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
18117 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18119 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18120 Fix invalid memory access (#159211).
18122 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18124 * examples/gstplay/player.c: (main):
18126 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18127 Add visualizations.
18128 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18129 (gst_a52dec_handle_frame):
18131 * ext/dvdnav/gst-dvd:
18132 Add audioconvert. Fixes #161325.
18133 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18134 Explicitely case to gint64. Possible valgrind error.
18135 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18136 (gst_play_tick_callback), (gst_play_change_state),
18137 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18138 (gst_play_set_location), (gst_play_get_location),
18139 (gst_play_seek_to_time), (gst_play_set_data_src),
18140 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18141 (gst_play_set_visualization), (gst_play_connect_visualization),
18142 (gst_play_get_framerate), (gst_play_get_all_by_interface),
18144 Use playbin. Fixes #139749 and #147744.
18145 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18147 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18148 (audioscale_get_type), (gst_audioscale_base_init),
18149 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18150 (gst_audioscale_getcaps), (gst_audioscale_fixate),
18151 (gst_audioscale_link), (gst_audioscale_get_buffer),
18152 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18153 (gst_audioscale_init), (gst_audioscale_dispose),
18154 (gst_audioscale_chain), (gst_audioscale_set_property),
18155 (gst_audioscale_get_property), (plugin_init):
18157 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18159 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18160 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18161 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18162 Add more metadata (fixes #162656).
18164 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18169 === release 0.8.7 ===
18171 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18176 releasing 0.8.7, "Hyperspace"
18178 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18180 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18182 * gst/playback/gstplaybasebin.c:
18183 Fix for #162924 - free caps after use, not before
18185 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
18187 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18189 * gst/playback/gstplaybasebin.c:
18190 * gst/wavparse/gstwavparse.c:
18191 Fix for #154773 - fixes playback of small .wav files
18193 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
18195 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18197 * gst/audioscale/gstaudioscale.c:
18198 Fix for #162819 - make audioscale reusable
18199 Fixes playback of more than one file with playbin/totem
18201 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18203 * gst/ffmpegcolorspace/avcodec.h:
18204 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18205 * gst/ffmpegcolorspace/imgconvert.c:
18206 clean up the mess that made me cry and avoid needless duplication
18208 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18210 * gst/ffmpegcolorspace/imgconvert.c:
18211 give some indication of why we're segfaulting
18213 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18216 Fix indentation, fix v4l2 plugin detection.
18218 Fix libmms location (Maciej, use diff -u!).
18219 * ext/alsa/gstalsa.c: (gst_alsa_init):
18220 Initialize caps cache to NULL.
18221 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18222 Only change state on audiosink if it exists.
18224 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
18226 * gst/matroska/matroska-demux.c:
18227 * gst/matroska/matroska-ids.h:
18228 * gst/matroska/matroska-demux.h:
18229 Fix Vorbis streams failing to decode in some files, where cluster_time
18230 isn't 0, because then it doesn't send codec_priv before actual data.
18231 Remove time-based test and replace it with marker set on beginning of
18234 2004-12-28 David Schleef <ds@schleef.org>
18236 Merge patch from Ronald fixing problems with streaming
18238 * ext/cairo/gstcairo.c: (plugin_init):
18239 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18240 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18241 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18242 (gst_textoverlay_font_init), (gst_textoverlay_init),
18243 (gst_textoverlay_set_property):
18244 * ext/cairo/gsttextoverlay.h:
18246 2004-12-27 David Schleef <ds@schleef.org>
18248 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18249 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18250 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18251 (gst_textoverlay_font_init), (gst_textoverlay_init),
18252 (gst_textoverlay_set_property): Improvements to actually
18253 render text as white on black outline on video, including
18254 font selection and horizontal/vertical alignment. (Ronald's
18256 * ext/cairo/gsttextoverlay.h:
18258 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18260 * ext/ogg/gstogg.c:
18261 * ext/ogg/gstogmparse.c:
18262 fix ogm[audio/video]parse plugin registration
18263 (riff won't load if bytestream is already loaded)
18265 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18267 * gst/audioconvert/gstchannelmix.c:
18270 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18274 disable docs again until it actually passes make distcheck.
18276 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18278 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18279 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18281 Add 3GP (variables name Q3GP because they can't start with a
18282 number). Add samr audio fourcc (used in .3gp files), decoder
18283 is work in progress. Also do a GST_WARNING instead of ERROR
18284 in case of unknown nodes, to decrease output.
18286 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18291 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18294 * ext/speex/gstspeexdec.h:
18295 * ext/speex/gstspeexenc.h:
18296 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18297 Fix detection code in configure.ac
18299 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18301 * gst/matroska/matroska-demux.c:
18302 (gst_matroska_demux_parse_blockgroup):
18303 Save position, so that queries give proper return values. Don't
18304 know how this could ever have worked before...
18306 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18309 Put additional LAME check inside the conditional. Fixes #152339
18311 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18313 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18314 (gst_avi_demux_stream_scan):
18315 Add some more debug. Fix logic error when setting movi offset
18316 while reading index.
18318 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18320 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18321 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18322 (gst_avi_demux_process_next_entry):
18323 Add some debugging. Better detection of broken indexes and the
18324 accompanying index recovery. No infinite loops on state changes
18325 when we're still in our loopfunction.
18327 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18332 2004-12-22 Archana Shah <archana.shah@wipro.com>
18334 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18336 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18337 Normalizing the value before setting
18338 (gst_sunaudiomixer_get_volume):
18339 Normalizing the value after getting. Fixes bug# 161980
18341 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18343 * Makefile.am: Make sure docs gets disted
18344 * docs/Makefile.am: Make sure all needed files get disted
18345 * gst-plugins.spec.in: latest updates
18347 2004-12-22 Wim Taymans <wim@fluendo.com>
18349 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18350 Revert patch 1.38 as clock distribution over schedulers does
18351 not work correcly in the core yet.
18353 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18355 * sys/oss/README: remove this file, which predates my birth
18356 (and which content is by far outdated)
18358 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18362 * docs/Makefile.am:
18363 * docs/libs/Makefile.am:
18364 * docs/libs/gst-plugins-libs-docs.sgml:
18365 * docs/libs/gst-plugins-libs-sections.txt:
18366 * docs/libs/tmpl/gstgconf.sgml:
18368 * docs/version.entities.in:
18369 Added boilerplate gtk-doc files for plugin-libs documentation.
18371 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18373 * gst/auparse/gstauparse.c: fix int and float audio caps
18375 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18377 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18378 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18379 g_assert() can be a macro, don't use #ifdef inside it.
18381 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18383 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18385 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18386 (gst_videorate_init), (gst_videorate_chain),
18387 (gst_videorate_change_state):
18388 Event handling (fixes #159986).
18390 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18392 * gst-libs/gst/riff/riff-media.c:
18393 (gst_riff_create_video_caps_with_data):
18394 Add BLZ0 (Blizzard's version of DivX) fourcc.
18396 2004-12-18 David Schleef <ds@schleef.org>
18398 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18401 2004-12-18 David Schleef <ds@schleef.org>
18403 * gst/tta/ttadec.h: Disable some header code that isn't used
18404 and clearly isn't portable.
18406 2004-12-18 David Schleef <ds@schleef.org>
18408 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18409 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18410 (avcodec_get_pix_fmt), (avpicture_layout),
18411 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18412 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18413 Fix code to not use GCC extensions (and c99 extensions that
18414 Forte does not like.)
18416 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18418 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18420 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18421 (gst_deinterlace_chain):
18422 Rowstride fixes. Fixes #161039.
18423 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18424 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18425 (gst_video_crop_getcaps), (gst_video_crop_link),
18426 (gst_video_crop_i420), (gst_video_crop_chain),
18427 (gst_video_crop_change_state):
18428 Rework of negotiation. Actually works now. Fixes #158650.
18430 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18432 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18433 That was very stupid.
18435 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18437 * gst/matroska/matroska-demux.c:
18438 (gst_matroska_demux_parse_blockgroup):
18439 Fix possible crasher.
18441 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18443 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18444 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18445 Lace sizes can be zero.
18447 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18449 * ext/musepack/gstmusepackdec.cpp:
18450 Fetch error return values. Fixes #161624.
18451 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18454 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18456 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18457 Work for truncated (unfinished download etc.) files. Fixes #160514.
18459 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18461 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18462 Fix for integer overflow. Makes #156001 not crash. Probably masks
18465 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18467 * gst/ac3parse/gstac3parse.c: (plugin_init):
18468 Parsers never have ranks. Fixes #159651.
18470 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18472 * gst/playback/gstdecodebin.c: (compare_ranks):
18473 make sure the facotries are ordered the same every time even if they
18474 have the same rank by using the name
18475 * gst/playback/gstdecodebin.c: (find_compatibles):
18476 make sure we don't add factories to the list twice
18478 2004-12-16 David Schleef <ds@schleef.org>
18480 * configure.ac: look for musepack headers as musepack/*.h
18482 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18483 * ext/musepack/gstmusepackreader.h: same
18485 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18487 * gst-libs/gst/riff/riff-read.c:
18488 (gst_riff_read_strf_auds_with_data):
18489 Read extradata correctly (fixes #155879).
18491 2004-12-16 David Schleef <ds@schleef.org>
18493 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18494 audio. does _not_ attempt or allow conversion unless channels
18497 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18499 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18501 2004-12-16 David Schleef <ds@schleef.org>
18503 * gst/audioscale/gstaudioscale.c: the resample library only
18504 handles 1 or 2 channels. Change caps to compensate.
18506 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18508 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18509 (gst_matroska_demux_audio_caps):
18510 Some MPEG-AAC hacks, because else it doesn't work...
18512 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18514 * gst-libs/gst/riff/riff-media.c:
18515 (gst_riff_create_video_caps_with_data),
18516 (gst_riff_create_video_template_caps):
18519 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18521 * gst-libs/gst/audio/Makefile.am:
18522 Try to fix buildbot.
18524 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18526 * gst/tcp/gstmultifdsink.c:
18527 Clean up and uniformize debugging.
18529 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18531 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18533 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18534 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18535 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18536 (gst_mpeg_demux_change_state):
18537 Reset on ready. Fixes 160276.
18539 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18541 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18543 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18544 (gst_ffmpegcsp_pad_link):
18545 Fix memleak (#154815).
18547 2004-12-16 James Bowes <bowes@cs.dal.ca>
18549 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18551 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18552 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18553 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18554 * ext/musicbrainz/gsttrm.h:
18555 Add support for using a proxy server when getting a trm id from
18556 the MusicBrainz database (#149613).
18558 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18560 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18562 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18563 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18564 Fix memleaks (#157233).
18566 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18568 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18570 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18571 * gst-libs/gst/resample/resample.h:
18572 * gst/audioscale/gstaudioscale.c:
18573 Fix memleak (#159215).
18575 2004-12-16 Toni Willberg <toniw@iki.fi>
18577 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18579 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18580 * sys/oss/oss_probe.c: (main):
18581 Check for mono/stereo support (similar to samplerate probing),
18582 fixes #159433. Also add missing copyright header to oss_probe.c.
18584 2004-12-15 David Schleef <ds@schleef.org>
18586 * configure.ac: add audioresample and cairo plugins. Remove
18587 HAVE_MMX stuff, because it's not used.
18588 * ext/Makefile.am: same
18589 * ext/audioresample/Makefile.am: You are not ready for an
18590 audio resampling element based on audioresample.
18591 * ext/audioresample/gstaudioresample.c:
18592 * ext/audioresample/gstaudioresample.h:
18593 * ext/cairo/Makefile.am: You are not ready for overlay elements
18594 based on cairo. Don't look too closely, these elements kinda
18596 * ext/cairo/gstcairo.c: new
18597 * ext/cairo/gsttextoverlay.c: new
18598 * ext/cairo/gsttextoverlay.h: new
18599 * ext/cairo/gsttimeoverlay.c: new
18600 * ext/cairo/gsttimeoverlay.h: new
18601 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18602 problem with compilers that don't support variadic macros.
18604 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18606 Reviewed by: David Schleef <ds@schleef.org>
18608 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18609 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18610 bit. Also ran indent-gst.
18611 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18612 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18613 (gst_sunaudiosrc_setparams):
18615 2004-12-14 David Schleef <ds@schleef.org>
18617 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18618 output rate to 16000. Should fix #160235.
18620 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18622 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18623 Add typefinding for mpeg2 pes streams
18625 2004-12-13 David Schleef <ds@schleef.org>
18627 * configure.ac: Applied patch from bug #143659, making default
18628 sources and sinks OS-dependent (for Solaris), and added code
18630 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18632 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18634 * gst-libs/gst/riff/riff-media.c:
18635 forgot to add h2.64 to avidemux template caps
18637 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18639 * gst/wavenc/riff.h:
18640 * gst-libs/gst/riff/riff-media.c:
18641 * gst-libs/gst/riff/riff-ids.h:
18642 * gst/avi/gstavimux.c
18643 add 4CC code for VideoSoft h264 in AVI (VSSH)
18645 remove s323 from riff, it's quicktime specific :(
18647 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18649 * gst/asfdemux/README
18650 * gst/wavenc/riff.h
18651 * gst-libs/gst/riff/riff-ids.h
18652 * gst-libs/gst/riff/riff-media.c
18653 * gst/qtdemux/qtdemux.c:
18654 add new 4CC codes for h263 related codecs
18655 fixes partially bug #155163
18657 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18659 * configure.ac: Update polyaudio requirement to 0.7
18660 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18662 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18664 * gst/interleave/deinterleave.c:
18665 fix my name's spelling! :)
18667 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18669 * AUTHORS ChangeLog
18670 * gst/auparse/gstauparse.c
18671 * gst/interleave/deinterleave.c
18673 alaw-decode.c alaw-encode.c
18674 mulaw-decode.c mulaw-encode.c
18675 * gst/oneton/gstoneton.c
18677 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18679 cocoawindow.h cocoawindow.m
18680 osxvideosink.h osxvideosink.m
18682 put the same mail address for Zaheer Abbas Merali everywhere
18684 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18686 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18687 Align by packetsize, and assert that we a packet available before
18688 playing. The first makes webstreams work (they often include
18689 trailing padding data in a packet), the second allows pausing a
18690 ASF stream in totem without getting demux errors afterwards.
18692 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18694 * ext/ogg/gstoggdemux.c: (get_relative):
18695 Check for non-NULL before accessing member (end-of-chain).
18697 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18699 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18700 (cdparanoia_set_property), (cdparanoia_get_property):
18701 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18702 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18703 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18704 (dvdreadsrc_init), (dvdreadsrc_set_property),
18705 (dvdreadsrc_get_property):
18706 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18707 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18708 Synchronize property names where not yet the case. Devices are
18709 now device=X, other versions are deprecated (but still exist).
18710 Also use g_free() unconditionally.
18711 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18712 (setup_source), (gst_play_base_bin_get_property):
18715 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18717 * configure.ac: move GCONF macro outside conditional for the am
18718 conditional. Fixes #160439
18720 2004-12-08 David Schleef <ds@schleef.org>
18722 * tools/gst-visualise-m.m: Switch to elements that currently
18725 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18727 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18728 We love wrong commas.
18730 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18732 * gst/matroska/matroska-demux.c:
18733 (gst_matroska_demux_handle_src_query):
18734 Don't set DEFAULT, unsupported - makes length display incorrectly
18737 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18739 * gst/monoscope/README: remove blurb about files being GPL
18740 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18741 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18742 monoscope is now effectively LGPL licensed
18744 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18746 * gst/monoscope/README: Update information to be more correct
18747 * gst/monoscope/convolve.c: Relicense to LGPL
18748 * gst/monoscope/convolve.h: Relicense to LGPL
18750 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18752 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18753 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18754 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18755 set default_duration for mpeg1 audio
18757 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18759 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18760 * ext/alsa/gstalsa.h:
18761 refactor big chunks of the core caps negotiation code to make it
18762 a lot faster, because people claim it's really slow
18763 (actually, just cache the getcaps when the device is opened)
18765 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18767 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18768 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18769 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18770 (gst_a52dec_change_state), (plugin_init):
18771 * ext/a52dec/gsta52dec.h:
18772 Do something useful with timestamps. Make chain-based (since
18773 there's really no reason to be loopbased).
18774 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18775 Update current_byte/frame correctly.
18777 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18779 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18780 (gst_ape_demux_stream_init):
18783 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18785 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18786 Let's make sure we're done typefinding when detecting tags.
18788 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18790 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18791 (gst_ebml_read_init), (gst_ebml_read_use_event),
18792 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18793 (gst_ebml_read_seek), (gst_ebml_read_skip),
18794 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18795 (gst_ebml_read_master):
18796 * gst/matroska/ebml-read.h:
18797 * gst/matroska/matroska-demux.c:
18798 (gst_matroska_demux_parse_contents),
18799 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18800 Disgustingly evil hack for working around INTERRUPT events and
18801 their extremely annoying habit of being a pain in the ass. We
18802 simply peek a cluster before reading any of it.
18804 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18806 * ext/musepack/gstmusepackdec.cpp:
18807 There's also floating point libmusepacks.
18809 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18811 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18812 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18813 Set DURATION even if source buffer didn't. Also use increasing
18815 * gst-libs/gst/riff/riff-media.c:
18816 (gst_riff_create_audio_caps_with_data):
18817 Block_align can have larger values than 8192.
18819 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18821 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18822 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18823 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18824 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18827 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18829 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18832 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18834 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18837 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18839 * ext/esd/esdsink.c: (gst_esdsink_chain):
18840 Make error actually say something useful (fixes #156798).
18841 * gst-libs/gst/riff/riff-media.c:
18842 (gst_riff_create_video_caps_with_data),
18843 (gst_riff_create_video_template_caps):
18844 Add Intel Video 5.0 fourcc (IV50).
18846 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18848 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18849 detection on mono and stereo mp3 files.
18851 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18853 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18854 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18855 the contained stream).
18857 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18859 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18860 Oops, remove debug.
18862 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18864 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18866 * gst/law/alaw-decode.c: (alawdec_getcaps):
18867 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18868 Prevent warnings when negotiating caps (fixes #159338).
18870 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18872 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18873 (gst_ffmpegcsp_chain):
18874 Remove old leftover that shouldn't be there...
18876 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18878 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18880 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18881 Don't forward DISCONT events (fixes #159684).
18883 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18885 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18886 Unlink manually since sometimes bin disposal (and therefore
18887 pad unlinking) is delayed, which will cause a new media file
18888 to not be able to start playing instantly.
18890 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18892 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18893 On mute of an unlinked stream, check for pad availability so
18894 we don't crash on unlinked pad.
18896 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18898 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18899 (gst_avi_demux_massage_index):
18900 Fix quite humiliating bug in omitting 0-sized index chunks but
18901 forgetting to count them for timestamps.
18903 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18905 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18906 Actually leave the loop if we failed to sync. Don't crash.
18908 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18910 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18911 (gst_dvd_demux_process_private):
18912 * gst/mpegstream/gstdvddemux.h:
18913 Fix crash (#159759). Doesn't work, though. :-(.
18915 2004-11-28 Benjamin Otte <otte@gnome.org>
18917 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18918 more overwriting protection due to modifying channels one by one
18919 instead of all at once
18921 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18923 * gst/audioconvert/gstchannelmix.c:
18924 (gst_audio_convert_fill_normalize):
18925 Normalize using absolute values.
18927 2004-11-28 Julien MOUTTE <julien@moutte.net>
18931 * ext/directfb/Makefile.am:
18932 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18933 (gst_directfbvideosink_get_pixel_format),
18934 (gst_directfbvideosink_get_format_from_fourcc),
18935 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18936 (gst_directfbvideosink_sink_link),
18937 (gst_directfbvideosink_change_state),
18938 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18939 (gst_directfbvideosink_buffer_alloc),
18940 (gst_directfbvideosink_interface_supported),
18941 (gst_directfbvideosink_interface_init),
18942 (gst_directfbvideosink_navigation_send_event),
18943 (gst_directfbvideosink_navigation_init),
18944 (gst_directfbvideosink_set_property),
18945 (gst_directfbvideosink_get_property),
18946 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18947 (gst_directfbvideosink_base_init),
18948 (gst_directfbvideosink_class_init),
18949 (gst_directfbvideosink_get_type), (plugin_init):
18950 * ext/directfb/directfbvideosink.h: Adding a first version of
18952 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18955 2004-11-28 Benjamin Otte <otte@gnome.org>
18957 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18958 walk the samples backwards if out_channels > in_channels so we don't
18961 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18963 * gst/audioconvert/Makefile.am:
18964 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18965 (gst_audio_convert_link), (gst_audio_convert_change_state),
18966 (gst_audio_convert_channels):
18967 * gst/audioconvert/gstchannelmix.c:
18968 (gst_audio_convert_unset_matrix),
18969 (gst_audio_convert_fill_identical),
18970 (gst_audio_convert_fill_compatible),
18971 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18972 (gst_audio_convert_fill_others),
18973 (gst_audio_convert_fill_normalize),
18974 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18975 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18976 * gst/audioconvert/gstchannelmix.h:
18977 Implement a channel mixer.
18979 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18981 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18982 * ext/alsa/gstalsa.h:
18983 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18984 Make alsasink actually honor gst_element_set_clock and use that
18985 clock instead of its internal one.
18987 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18989 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18990 (gst_play_base_bin_change_state): nullify source and decoder when
18991 going from READY to NULL so that we don't try to do weird stuff with
18992 them when going from NULL to READY
18993 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18994 instead of g_object_unref
18995 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18996 it should be correct
18997 (gst_play_bin_change_state): don't call remove_sinks if we are
18998 currently disposing the object
19000 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19002 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19003 Don't forget bass if it's there. Else left channel is silent...
19005 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19007 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19008 (gst_a52dec_change_state):
19009 Don't do sample adjusting anymore, we use float audio now.
19010 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19011 Don't fixate to non-existing properties.
19013 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19015 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19016 (gst_a52dec_change_state):
19017 Advertise that we can do surround sound.
19019 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19021 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19022 Add buffer-frames=0.
19023 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19024 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19025 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19026 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19027 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19028 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19029 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19030 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19031 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19032 * ext/dvdread/dvdreadsrc.h:
19033 Add seeking, querying for bytes, sectors, title, angle and
19034 chapter. Handle multiple chapters. Relicense to LGPL because
19035 Billy agreed on that (thanks Billy!).
19037 2004-11-27 Christophe Fergeau <teuf@gnome.org>
19039 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19040 call parent dispose method
19042 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
19044 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19045 (gst_audio_clock_get_internal_time):
19046 Fix active <-> inactive transitions: ensure time value always
19047 grows and avoid abrupt value changes.
19049 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
19052 * gst/tta/Makefile.am:
19054 * gst/tta/filters.h:
19055 * gst/tta/gsttta.c:
19056 * gst/tta/gstttadec.c:
19057 * gst/tta/gstttadec.h:
19058 * gst/tta/gstttaparse.c:
19059 * gst/tta/gstttaparse.h:
19060 * gst/tta/ttadec.h:
19061 added TTA parser and decoder
19063 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19065 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19066 (probe_triggered), (check_queue), (buffer_underrun),
19067 (buffer_running), (buffer_overrun), (gen_source_element),
19069 * gst/playback/gstplaybasebin.h:
19070 Implement buffering. Needs some more work.
19072 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19074 * ext/theora/theoradec.c: (theora_dec_chain):
19075 Fix ilog mask range overflow.
19077 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19079 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19080 Don't omit the last (which in case of dmix is the only :) )
19081 channel count. Don't set channels if <= 2.
19083 2004-11-26 Christophe Fergeau <teuf@gnome.org>
19085 * gst/playback/gstplaybin.c: (gen_video_element),
19086 (gen_audio_element): Removed 2 obsolete comments
19088 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19090 * ext/vorbis/oggvorbisenc.c
19091 * ext/vorbis/vorbisenc.c :
19092 change description fields of those plugins to differentiate them
19093 (pitivi show Encoders by description, they had the same one)
19095 2004-11-25 Christophe Fergeau <teuf@gnome.org>
19097 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19099 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19100 (gst_play_bin_set_property), (gen_video_element),
19101 (gen_audio_element):
19102 Refcounting fixes for provided audio-/videosinks.
19104 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19106 * gst/playback/gstplaybin.c: (gen_video_element),
19107 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19108 Don't reference all sinks, but only the video- and audiosinks.
19109 The vis. element should be disposed when we're done with it.
19110 We don't have any reason to keep it around. This fixes warnings
19111 when reusing playbin for playing multiple audio files with
19112 vis. enabled. Also release audio device on pause - idea stolen
19115 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19117 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19118 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19119 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19120 * ext/alsa/gstalsaplugin.c: (plugin_init):
19121 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19122 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19123 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19124 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19125 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19126 (gst_faad_change_state), (plugin_init):
19127 * ext/faad/gstfaad.h:
19128 * ext/vorbis/vorbis.c: (plugin_init):
19129 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19130 * gst-libs/gst/audio/Makefile.am:
19131 * gst-libs/gst/audio/audio.c: (plugin_init):
19132 * gst-libs/gst/audio/multichannel.c:
19133 (gst_audio_check_channel_positions),
19134 (gst_audio_get_channel_positions),
19135 (gst_audio_set_channel_positions),
19136 (gst_audio_set_structure_channel_positions_list),
19137 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19138 (gst_audio_fixate_channel_positions):
19139 * gst-libs/gst/audio/multichannel.h:
19140 * gst-libs/gst/audio/testchannels.c: (main):
19141 * gst/audioconvert/gstaudioconvert.c:
19142 (gst_audio_convert_class_init), (gst_audio_convert_init),
19143 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19144 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19145 (gst_audio_convert_fixate), (gst_audio_convert_channels):
19146 * gst/audioconvert/plugin.c: (plugin_init):
19147 Surround sound support.
19149 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19152 Fix position for discont if we're close as well. Nitpicking, but
19153 saves a few milliseconds of extra waiting or skipping.
19155 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19157 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19158 We sometimes need parsers for playback, so add those too.
19160 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19163 * gst/apetag/Makefile.am:
19164 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19165 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19166 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19167 (gst_ape_demux_get_src_query_types),
19168 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19169 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19170 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19171 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19172 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19173 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19174 (gst_ape_demux_change_state):
19175 * gst/apetag/apedemux.h:
19176 * gst/apetag/apetag.c: (plugin_init):
19177 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19179 APE v1/2 tag reader plus typefind function.
19181 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19184 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19185 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19186 Remove hacks for older core. Require newer core version
19189 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19191 * gst/cdxaparse/Makefile.am:
19192 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19193 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19194 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19195 * gst/cdxaparse/gstcdxaparse.h:
19196 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19197 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19198 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19199 (gst_cdxastrip_get_src_query_types),
19200 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19201 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19202 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19203 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19204 * gst/cdxaparse/gstcdxastrip.h:
19205 SVCD/VCD header stripping separated from CDXA image parsing.
19206 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19208 Add VCD/SVCD header typefinding for VCD/SVCD.
19209 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19210 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19211 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19212 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19213 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19214 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19215 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19216 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19217 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19218 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19219 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19220 * sys/vcd/vcdsrc.h:
19221 Fix up, add seeking, querying, URI interface. Works in totem now.
19223 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19228 === release 0.8.6 ===
19230 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19248 releasing 0.8.6, "IOU Love"
19250 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19252 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19254 * gst/playback/gstplaybasebin.c:
19255 Fix unplayable files error handling. Fixes #158365
19257 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19259 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19261 * gst/typefind/gsttypefindfunctions.c:
19262 Fix broken mp3 typefinding. Fixes #158375
19264 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19266 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19268 * ext/ogg/gstoggdemux.c:
19269 Fix sync on broken files. Fixes #158976
19271 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19273 patch by: Edward Hervey <bilboed@bilboed.com>
19275 * ext/libpng/gstpngenc.c:
19276 Copy over buffer properties. Fixes #158832
19278 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19280 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19282 * ext/dvdread/dvdreadsrc.c:
19283 Fixes invalid reads (#158462)
19285 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19287 * sys/v4l/gstv4lsrc.c:
19288 * sys/v4l/gstv4lsrc.h:
19289 * sys/v4l/v4lsrc_calls.c:
19290 Probe less and cache it. Fixes #159187.
19292 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19294 * gst/videorate/gstvideorate.c:
19295 Handle all video formats. Fixes #159186.
19297 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19298 * gst/synaesthesia/gstsynaesthesia.c:
19299 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19300 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19301 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19302 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19303 (gst_synaesthesia_change_state), (plugin_init):
19304 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19305 Force 320x200 output, as that's the only thing the underlying
19306 synaesthesia implementation supports. Still needs to be made
19309 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19312 Fix mpeg2enc configure check (similar to mplex check below).
19314 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19316 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19318 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19319 Fix for gcc-2.95 (fixes #158221).
19321 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19323 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19324 Re-add clock distribution hack (until new core is released).
19327 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19329 fix mplex configure check segfaulting on some systems (bug #140994)
19331 2004-11-13 Benjamin Otte <otte@gnome.org>
19333 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19335 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19336 do a wait when we enter the loop func with no data available to
19337 write instead of getting into an 100% CPU loop by just returning and
19338 being called again by the scheduler
19340 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19343 * ext/libvisual/visual.c: (gst_visual_get_type),
19344 (libvisual_log_handler), (gst_visual_getcaps),
19345 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19347 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19348 * ext/smoothwave/Makefile.am:
19349 * ext/smoothwave/demo-osssrc.c: (main):
19350 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19351 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19352 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19354 * ext/smoothwave/gstsmoothwave.h:
19355 Make gstsmoothwave a working element in the 20th century.
19357 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19358 Fix incorrect link function
19360 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19362 * gst/volume/gstvolume.c:
19363 Allow buffer-frames=0.
19365 2004-11-12 Iain <iaingnome@gmail.com>
19367 * configure.ac: Check for polypaudio
19369 * ext/Makefile.am: Build the polyp dir
19371 * ext/polyp: The polypsink sources.
19373 2004-10-30 Iain <iaingnome@gmail.com>
19375 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19376 caps to reflect the new number of channels.
19378 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19380 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19381 Fix for negotiation order problem. This would show when the
19382 ALSA loopfuction was called before any other function. ALSA
19383 wouldn't do anything because we're not negotiated yet, leading
19384 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19386 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19388 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19390 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19391 No warnings (#157986).
19393 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19395 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19396 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19398 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19400 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19401 Signal no-more-pads (so it works in playbin).
19403 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19405 * ext/musepack/gstmusepackreader.cpp:
19406 Workaround for older core.
19408 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19410 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19411 Actually test for odd width/height rather than testing whether
19412 a temporary variable that was 0 before we subtracted 1 is now
19413 not equal to zero (which it always is).
19415 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19417 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19418 Fix compilation if HAVE_XVIDEO is not defined
19420 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19422 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19423 Fix compilation if HAVE_XVIDEO is not defined
19425 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19427 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19428 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19429 (gst_goom_change_state), (plugin_init):
19430 Use the bytestream adapter so goom doesn't depend on the input
19432 Add a debug category
19434 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19436 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19437 Only set hardware parameters *after* negotiation. Before
19438 negotiation, it will set ANY and that seems to cause crashes
19439 (see e.g. #151288, #153227).
19441 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19443 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19444 This seems to be antique leftover. It needs to pass error
19446 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19447 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19448 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19449 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19450 Fix GstXOverlay implementation (#151059).
19452 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19454 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19455 Don't assert (#157853).
19457 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19459 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19460 Fix bytes/samples confustion.
19461 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19462 Fix for underrun (#144389).
19464 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19466 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19467 Disable halfway-seek for pending release (since it needs a new
19470 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19472 * sys/v4l/gstv4lsrc.c:
19473 * sys/v4l/gstv4lsrc.h:
19474 * sys/v4l/v4lsrc_calls.c:
19475 add autoprobe-fps property so we can separate autoprobing parts
19477 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19479 * sys/v4l/gstv4lsrc.c:
19480 * sys/v4l/v4lsrc_calls.c:
19481 initialise fourcc to catch unset fourcc's, and debug
19483 2004-11-09 Wim Taymans <wim@fluendo.com>
19485 * gst/playback/README:
19486 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19487 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19488 (gst_play_bin_dispose), (gst_play_bin_set_property),
19489 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19490 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19491 (gst_play_bin_get_formats), (gst_play_bin_convert),
19492 (gst_play_bin_get_query_types), (gst_play_bin_query):
19493 Cleanups and some more documentation.
19495 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19497 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19498 (gst_cacasink_init), (gst_cacasink_chain):
19499 * ext/libcaca/gstcacasink.h:
19500 Cacasink inherits from VideoSink, so let that store the clock.
19502 2004-11-09 Wim Taymans <wim@fluendo.com>
19504 * gst/playback/README:
19505 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19506 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19507 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19508 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19509 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19511 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19512 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19513 * gst/playback/gststreaminfo.h:
19515 Only switch groups if all streams have muted (EOSed).
19516 Send Tags in sync with the stream playback instead of in
19517 the playback/preroll phase.
19518 Some cleanups, free the fakesrc elements.
19520 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19522 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19523 buffer-frames property was missing
19524 * ext/arts/gst_arts.c:
19525 rate missing from sinkcaps
19526 * ext/audiofile/gstafparse.c:
19527 * ext/audiofile/gstafsink.c:
19528 * ext/audiofile/gstafsrc.c:
19529 * ext/swfdec/gstswfdec.c:
19530 int audio doesn't know buffer-frames
19531 * ext/cdparanoia/gstcdparanoia.c:
19532 int audio doesn't know chunksize either
19533 * ext/nas/nassink.c:
19534 it's endianness, not endianess
19535 * gst-libs/gst/audio/audio.h:
19536 make float standard pad template caps really describe float
19537 * gst/law/mulaw.c: (linear_factory):
19538 signed only, please
19539 * gst/mpegstream/gstdvddemux.c:
19540 widths of 20 are not valid
19542 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19544 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19550 2004-11-08 Wim Taymans <wim@fluendo.com>
19552 * gst/playback/README:
19553 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19554 * gst/playback/gstplaybasebin.c: (probe_triggered),
19555 (gst_play_base_bin_change_state):
19556 Updated README, added more comments for fixmes etc..
19558 2004-11-08 Wim Taymans <wim@fluendo.com>
19560 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19561 We can remove this hack now.
19563 2004-11-08 Wim Taymans <wim@fluendo.com>
19565 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19566 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19567 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19568 Only mix AYUV for maximum quality.
19570 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19572 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19573 (gst_ogg_demux_push), (gst_ogg_pad_push):
19574 Let's act as if we're synchronized now! :).
19575 * ext/theora/theoradec.c: (theora_dec_chain):
19578 2004-11-08 Wim Taymans <wim@fluendo.com>
19580 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19581 (gst_alpha_set_property), (gst_alpha_sink_link),
19582 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19583 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19584 (gst_alpha_init_params), (gst_alpha_chain):
19585 Implement alpha functions for AYUV too, this increases
19586 accuracy quite a bit.
19588 2004-11-08 Wim Taymans <wim@fluendo.com>
19590 * gst/ffmpegcolorspace/avcodec.h:
19591 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19592 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19593 (gst_ffmpegcsp_avpicture_fill):
19594 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19595 (gst_ffmpegcsp_caps_remove_format_info):
19596 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19597 (shrink12), (img_get_alpha_info), (deinterlace_line),
19598 (deinterlace_line_inplace):
19599 * gst/ffmpegcolorspace/imgconvert_template.h:
19600 Added AYUV colorspace and handle RGBA a bit more respectful.
19602 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19604 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19605 Actually always send a discont (cornercase when resending the
19606 same serial-tagged chain twice).
19608 2004-11-08 Julien MOUTTE <julien@moutte.net>
19610 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19611 (gst_ximagesink_finalize):
19612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19613 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19615 2004-11-08 Wim Taymans <wim@fluendo.com>
19617 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19618 Don't segfault on NULL data.
19620 2004-11-08 Wim Taymans <wim@fluendo.com>
19622 * gst/playback/gstdecodebin.c: (unlinked):
19623 * gst/playback/gstplay-marshal.list:
19624 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19625 (gst_play_base_bin_init), (group_create), (get_active_group),
19626 (get_building_group), (group_destroy), (group_commit),
19627 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19628 (add_element_stream), (no_more_pads), (probe_triggered),
19629 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19630 (state_change), (setup_source), (gst_play_base_bin_get_property),
19631 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19632 (gst_play_base_bin_link_stream),
19633 (gst_play_base_bin_get_streaminfo):
19634 * gst/playback/gstplaybasebin.h:
19635 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19636 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19637 Add support for chained ogg files. Prepare for playlist
19638 support. This patch introduces the concept of pad groups, which
19639 together compose one playable media file.
19641 2004-11-07 David Schleef <ds@schleef.org>
19643 * testsuite/gst-lint: Check for pad templates that aren't statically
19646 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19650 * ext/musepack/Makefile.am:
19651 * ext/musepack/gstmusepackdec.cpp:
19652 * ext/musepack/gstmusepackdec.h:
19653 * ext/musepack/gstmusepackreader.cpp:
19654 * ext/musepack/gstmusepackreader.h:
19655 Add musepack decoder.
19656 * ext/faad/gstfaad.c: (gst_faad_base_init):
19657 Make pad templates static.
19658 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19660 Add musepack typefinder, make mp3 typefinding work halfway stream,
19661 which doesn't actually work yet because id3demux doesn't implement
19664 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19666 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19667 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19668 Fix interrupt event handling (#144436).
19670 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19672 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19675 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19677 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19679 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19680 Fix weird caps (#157548).
19682 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19684 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19686 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19687 Add missing NULL terminator (#157543).
19689 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19691 * gst/tcp/gsttcp.h:
19692 * gst/tcp/gsttcpclientsink.c:
19693 * gst/tcp/gsttcpclientsrc.c:
19694 * gst/tcp/gsttcpserversink.c:
19695 * gst/tcp/gsttcpserversrc.c:
19696 ports can go up to 65535. Move common defines to gsttcp.h
19698 2004-11-05 Wim Taymans <wim@fluendo.com>
19700 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19701 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19702 Added two more colorspaces.
19704 2004-11-05 Wim Taymans <wim@fluendo.com>
19706 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19707 (gst_ffmpegcsp_avpicture_fill):
19708 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19709 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19710 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19713 2004-11-05 Wim Taymans <wim@fluendo.com>
19715 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19716 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19717 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19718 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19719 (gst_videomixer_loop):
19722 2004-11-05 Benjamin Otte <otte@gnome.org>
19724 * ext/mad/gstmad.c: (gst_mad_chain):
19725 don't overflow data buffer. Flush not needed sync data when syncing
19728 2004-11-04 Wim Taymans <wim@fluendo.com>
19730 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19731 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19732 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19733 (gst_alpha_init_params), (gst_alpha_chain),
19734 (gst_alpha_change_state):
19735 Updated the chroma keying algorithm with something more
19738 2004-11-03 Wim Taymans <wim@fluendo.com>
19740 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19741 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19742 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19743 Fix stride issues. Does not completely work for odd
19746 2004-11-03 Wim Taymans <wim@fluendo.com>
19748 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19749 (gst_alpha_chroma_key), (gst_alpha_chain):
19750 Fix stride issues. Does not completely work for odd
19753 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19755 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19756 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19759 2004-11-03 Wim Taymans <wim@fluendo.com>
19761 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19762 (gst_ffmpegcsp_avpicture_fill):
19763 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19765 * gst/ffmpegcolorspace/imgconvert_template.h:
19766 Use correct _fill function to get correct strides.
19768 2004-11-02 David Schleef <ds@schleef.org>
19770 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19771 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19772 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19773 Change all g_print()s to debugging. Add a bunch of consistency
19776 2004-11-02 Wim Taymans <wim@fluendo.com>
19778 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19779 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19780 (unlinked), (no_more_pads), (close_link):
19781 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19782 (unknown_type), (add_element_stream), (new_decoded_pad),
19783 (removed_decoded_pad), (setup_source):
19784 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19785 (gst_stream_info_class_init), (gst_stream_info_init),
19786 (gst_stream_info_new), (gst_stream_info_dispose),
19787 (stream_info_mute_pad), (gst_stream_info_set_property),
19788 (gst_stream_info_get_property):
19789 * gst/playback/gststreaminfo.h:
19790 Fix playback of multiple files.
19791 a slightly different approach to handling dynamic pad removals.
19792 This one only looks at pads that we have linked.
19794 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19796 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19797 free" warning from libc.
19799 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19801 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19802 (get_unconnected_element), (remove_starting_from), (pad_removed),
19804 Implement support for dynamic pad changing. We listen to "live"
19805 pad removals (i.e. while playing) and re-setup autoplugging
19806 after that. Playbasebin/playbin need some more work for this
19807 to finally work, but decodebin supports (and replugs) chained
19810 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19812 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19813 (gst_alsa_finalize):
19814 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19815 (gst_cdaudio_finalize):
19816 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19817 (cdparanoia_finalize):
19818 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19819 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19820 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19821 (dvdreadsrc_finalize):
19822 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19823 (gst_flacdec_finalize):
19824 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19825 (gst_flacenc_finalize):
19826 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19827 (gst_gnomevfssink_finalize):
19828 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19829 (gst_gnomevfssrc_finalize):
19830 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19831 (gst_fameenc_finalize):
19832 * ext/nas/nassink.c: (gst_nassink_class_init),
19833 (gst_nassink_finalize):
19834 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19835 (gst_sdlvideosink_class_init):
19836 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19837 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19838 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19839 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19840 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19841 (gst_x_window_listener_dispose):
19842 * gst/audioscale/gstaudioscale.c:
19843 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19844 (play_on_demand_finalize):
19845 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19846 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19847 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19848 (cdplayer_finalize):
19849 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19850 (gst_glimagesink_class_init):
19851 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19852 (gst_osselement_finalize):
19853 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19854 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19855 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19856 Fixes a bunch of problems with finalize and dispose functions,
19857 either assumptions that dispose is only called once, or not calling
19858 the parent class dispose/finalize function
19860 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19862 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19863 added two api precondition guards
19864 use g_strdup with getenv to fix crash when using ENVVAR
19866 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19867 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19868 (gst_esdsink_finalize):
19869 Use a finalize function, not dispose, and more importantly,
19870 call the parent class finalize function too
19872 2004-11-01 Johan Dahlin <johan@gnome.org>
19874 * ext/ogg/gstoggdemux.c:
19875 * gst/tags/gstvorbistag.c:
19878 2004-10-31 Benjamin Otte <otte@gnome.org>
19880 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19881 lotsa memleaks today. But they're all small...
19883 2004-10-31 Benjamin Otte <otte@gnome.org>
19885 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19886 another memleak crushed
19888 2004-10-31 Benjamin Otte <otte@gnome.org>
19890 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19893 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19895 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19896 Hack to prevent crash when going to READY inside signal handler
19897 while this function is active.
19899 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19901 * gst/ffmpegcolorspace/Makefile.am:
19902 * gst/ffmpegcolorspace/avcodec.h:
19903 * gst/ffmpegcolorspace/common.h:
19904 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19905 * gst/ffmpegcolorspace/dsputil.h:
19906 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19907 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19908 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19909 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19910 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19911 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19912 (gst_ffmpegcsp_avpicture_fill):
19913 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19914 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19915 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19916 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19917 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19918 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19919 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19920 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19921 * gst/ffmpegcolorspace/imgconvert.c:
19922 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19923 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19924 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19925 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19926 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19927 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19928 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19929 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19930 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19931 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19932 (grow21), (grow22), (grow41), (grow44), (conv411),
19933 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19934 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19935 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19936 (avpicture_free), (is_yuv_planar), (img_convert),
19937 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19938 (deinterlace_line_inplace), (deinterlace_bottom_field),
19939 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19940 * gst/ffmpegcolorspace/imgconvert_template.h:
19941 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19942 * gst/ffmpegcolorspace/mmx.h:
19943 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19944 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19945 (av_freep), (avcodec_get_context_defaults),
19946 (avcodec_alloc_context), (avcodec_init):
19947 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19948 handling plus update from ffmpeg CVS. Large clean-up.
19950 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19952 * gst/playback/Makefile.am:
19953 We need the marshallers for decodebin, too.
19955 2004-10-30 David Schleef <ds@schleef.org>
19957 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19958 quicktime typefinding work with 64-bit offsets.
19960 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19962 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19963 Set EOS on the element when processing an EOS event.
19964 * ext/speex/gstspeexdec.h:
19965 * ext/speex/gstspeexenc.h:
19966 Only keep a const ptr to the mode
19967 * gst-libs/gst/riff/riff-media.c:
19968 (gst_riff_create_audio_caps_with_data),
19969 (gst_riff_create_audio_template_caps):
19970 Allow WMAV3, with up to 6 channels.
19971 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19972 Don't call gst_pad_set_event_function on a sink pad.
19973 * gst/mpegstream/gstdvddemux.c:
19974 (gst_dvd_demux_get_subpicture_stream),
19975 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19976 Copy the explicit caps that were set across to the cur_* pads,
19977 instead of trying to use a possibly non-existent negotiated caps.
19978 Reset the type of subpicture pads to UNKNOWN after calling
19979 init_stream, so that the caps get set.
19981 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19983 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19985 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19986 Don't touch buffer if it is of size 0 (fixes #151064).
19988 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19990 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19991 Synchronized discont handling.
19993 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19995 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19996 (gst_ogg_demux_push):
19997 Make seeking sort-of exact again (fixes #156387).
19999 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20001 * gst/playback/gstplaybasebin.c: (unknown_type),
20002 (add_element_stream), (new_decoded_pad),
20003 (gst_play_base_bin_change_state):
20004 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20005 (gst_stream_info_init), (gst_stream_info_new),
20006 (gst_stream_info_dispose), (gst_stream_info_get_property):
20007 * gst/playback/gststreaminfo.h:
20008 Make caps explicitely available. Makes testing for unsupported
20009 types possible. Improves error reporting.
20011 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20013 * gst/audioconvert/gstaudioconvert.c:
20014 (gst_audio_convert_buffer_to_default_format):
20015 Really don't touch read-only buffers (#156563).
20017 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
20019 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20021 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20022 Fix memleak (#155223).
20024 2004-10-29 Wim Taymans <wim@fluendo.com>
20026 * gst/tcp/.cvsignore:
20027 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20028 (gst_multifdsink_class_init), (gst_multifdsink_init),
20029 (gst_multifdsink_add), (gst_multifdsink_remove),
20030 (gst_multifdsink_remove_client_link), (is_sync_frame),
20031 (gst_multifdsink_new_client),
20032 (gst_multifdsink_handle_client_write),
20033 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20034 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20035 (gst_multifdsink_get_property):
20036 * gst/tcp/gstmultifdsink.h:
20037 Added burst on connect sync_method, deprecated sync_clients,
20038 streamlined the sync code some more.
20040 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20042 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20043 (gst_play_base_bin_change_state):
20044 Improve error reporting.
20046 2004-10-28 Wim Taymans <wim@fluendo.com>
20048 * gst/tcp/Makefile.am:
20049 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20050 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20051 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20052 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20053 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20054 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20056 Added more locks around fdset structures. Fixed/reworked
20057 the poll array resizing code.
20058 Added stress test for fdset.
20060 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20062 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20065 2004-10-28 Benjamin Otte <otte@gnome.org>
20067 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20068 fix link function to always query channels and query width for
20072 * gst/equalizer/Makefile.am:
20073 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20074 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20075 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20076 (arg_to_scale), (setup_filter),
20077 (gst_iir_equalizer_compute_frequencies),
20078 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20079 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20083 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20085 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20089 Added Norwegian Bokmaal translation
20091 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20093 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20094 Don't break on options (fixes #156488).
20096 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20099 * ext/cdaudio/Makefile.am:
20101 fix build on older automake
20103 2004-10-26 Wim Taymans <wim@fluendo.com>
20105 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20106 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20107 Allow a little margin when negotiating the framerate.
20109 2004-10-26 Stefan Kost <ensonic@users.sf.net>
20111 * gst/level/gstlevel.c:
20112 synchonised naming of pads and pad-templates
20114 2004-10-26 Wim Taymans <wim@fluendo.com>
20116 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20117 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20118 (_find_streams_check), (gst_ogg_demux_push):
20119 Fix EOS again. Needs to be done in a better way. We should not
20120 remove the pad if there is no new chained stream.
20122 2004-10-26 Iain <iaingnome@gmail.com>
20124 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20125 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20127 * gst/interleave/interleave.c (interleave_class_init): Hook up release
20129 (interleave_release_pad): Remove the pad.
20130 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20131 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20133 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20135 (gst_xvimagesink_xcontext_clear): Free the xcontext.
20136 (gst_xvimagesink_finalize): Free the par.
20138 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20140 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20141 (gst_avimux_stop_file):
20142 First calculate the rate, and only then use it. Hdr.rate is a
20143 multiple and not a derivative of hdr.scale. Scale is not the
20144 same as blockalign but is solely related to rate.
20146 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20148 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20149 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20152 2004-10-25 James Henstridge <james@jamesh.id.au>
20154 Reviewed by: David Schleef <ds@schleef.org>
20156 * examples/gstplay/player.c: (got_stream_length), (main):
20157 * examples/seeking/cdplayer.c: (update_scale):
20158 * examples/seeking/seek.c: (format_value), (update_scale):
20159 * examples/seeking/spider_seek.c: (format_value), (update_scale),
20161 Build fixes on AMD64.
20163 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20165 reviewed by: Ronald Bultje <rbultje at gnome dot org>
20167 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20168 Fix for some v4l cards which hang in v4lsrc
20170 2004-10-25 Wim Taymans <wim@fluendo.com>
20172 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20173 (gst_ogg_demux_push), (gst_ogg_chains_clear):
20174 Make sure to remove the pad when a new chain is
20175 encountered. Set some vars to NULL so we don't try
20176 to reference freed memory.
20178 2004-10-25 Wim Taymans <wim@fluendo.com>
20180 * examples/seeking/Makefile.am:
20181 * examples/seeking/cdplayer.c: (update_scale):
20182 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20183 * examples/seeking/playbin.c: (make_playerbin_pipeline),
20184 (format_value), (update_scale), (iterate), (start_seek),
20185 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20186 (print_usage), (main):
20187 Added some more examples, update others.
20189 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20191 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20192 * ext/speex/gstspeexdec.c: (speex_dec_chain):
20193 * ext/theora/theoradec.c: (theora_dec_chain):
20194 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20195 Add codec-name metadata.
20197 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
20199 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20201 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20202 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20203 * ext/alsa/gstalsamixertrack.h:
20205 ALSA mixer track label internationalization (#154054).
20207 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20209 * ext/theora/theoradec.c: (theora_dec_chain):
20210 Export bitrate as metadata.
20212 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20214 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20215 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20216 * ext/alsa/gstalsamixertrack.h:
20217 Fix names, fix loop.
20219 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20221 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20222 (speex_dec_convert):
20223 sinkconvert function so oggdemux can get the file length (totem).
20225 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
20227 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20229 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20230 Don't push incomplete packets.
20231 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20232 Fix MPEG-4 audio typefinding.
20234 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20236 * sys/v4l/Makefile.am:
20237 * sys/v4l/gstv4l.c: (plugin_init):
20238 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20239 (gst_v4lelement_init), (gst_v4lelement_dispose),
20240 (gst_v4lelement_change_state):
20241 * sys/v4l/gstv4lelement.h:
20242 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20243 (gst_v4l_xoverlay_close), (idle_refresh),
20244 (gst_v4l_xoverlay_set_xwindow_id):
20245 * sys/v4l/gstv4lxoverlay.h:
20246 * sys/v4l/v4l-overlay_calls.c:
20247 * sys/v4l/v4l_calls.h:
20248 * sys/v4l2/Makefile.am:
20249 * sys/v4l2/gstv4l2.c: (plugin_init):
20250 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20251 (gst_v4l2element_init), (gst_v4l2element_dispose),
20252 (gst_v4l2element_change_state):
20253 * sys/v4l2/gstv4l2element.h:
20254 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20255 (gst_v4l2_xoverlay_close), (idle_refresh),
20256 (gst_v4l2_xoverlay_set_xwindow_id):
20257 * sys/v4l2/gstv4l2xoverlay.h:
20258 * sys/v4l2/v4l2-overlay_calls.c:
20259 * sys/v4l2/v4l2_calls.h:
20260 Remove client-side overlay handling, use the X-server v4l plugin
20261 for that. Nicer overlay, less code. Also make the plugin
20262 compileable without X (but then without overlay, obviously).
20263 Makes xwindowlistener obsolete, should we remove that?
20265 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20267 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20268 (gst_osssrc_src_query):
20269 * sys/oss/gstosssrc.h:
20270 OK, so people want offset in DEFAULT. This time, actually fix all
20272 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20275 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20277 * gst/asfdemux/gstasfmux.c:
20278 * gst/avi/gstavimux.c:
20281 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20283 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20284 Fix properties (channel, norm, frequency).
20286 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20288 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20290 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20293 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20295 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20298 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20300 * sys/v4l2/gstv4l2element.h:
20301 Yet Another Hack (tm) for kernel header borkedness.
20302 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20303 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20304 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20305 (gst_v4l2src_change_state):
20306 * sys/v4l2/gstv4l2src.h:
20307 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20308 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20309 Fix caps, keep track of state, work.
20311 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20313 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20316 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20318 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20319 Don't mix bytes and samples.
20321 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20323 * ext/ogg/gstoggmux.c:
20324 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20325 and theora. Any is incorrect.
20326 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20328 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20329 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20330 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20331 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20332 * sys/v4l/gstv4lmjpegsrc.h:
20333 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20334 (gst_v4lsrc_change_state):
20335 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20336 (gst_v4lmjpegsrc_capture_stop):
20337 Fix caps. Keep track of internal state. Work.
20339 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20342 Fix the build fixes.
20344 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20346 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20347 (gst_ogg_demux_src_event), (_find_chain_seek),
20348 (gst_ogg_pad_push):
20349 Check for pad availability before using it.
20350 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20351 Fix parsing of chained ogg. Needs more work on the decoder side.
20353 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20355 * gst/spectrum/Makefile.am:
20356 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20358 Fix demo and reenable it. Yes, I'm currently playing with audio
20361 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20363 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20364 We love it if files that start at zero work too...
20366 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20368 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20369 Handle files with missing EOS headers.
20371 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20373 * gst/tcp/gsttcpserversink.c:
20374 (gst_tcpserversink_handle_server_read),
20375 (gst_tcpserversink_init_send):
20376 Zero some variables first (need for accept not to return EINVAL)
20378 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20380 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20381 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20382 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20383 (theora_dec_chain):
20384 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20385 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20386 Seeking and querying finetune.
20388 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20392 * ext/raw1394/Makefile.am:
20395 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20397 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20399 * gst/playback/Makefile.am:
20400 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20401 * gst/playback/gstplay-marshal.list:
20402 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20405 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20407 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20410 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20412 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20413 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20414 (gst_ogg_pad_push):
20415 Yay for non-lineair granulepos in theora.
20417 2004-10-18 Wim Taymans <wim@fluendo.com>
20419 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20420 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20421 * ext/dv/gstdvdec.h:
20422 Make sure we renegotiate aspect ratio when the camera switches.
20424 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20426 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20427 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20429 * ext/theora/theoradec.c: (theora_dec_chain):
20430 Skip headers. Bad idea for chained ogg, but fixes seeking.
20432 2004-10-18 Wim Taymans <wim@fluendo.com>
20435 I swear, this is the last time I touch this.
20437 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20439 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20440 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20441 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20443 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20444 Time-to-default conversion.
20445 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20446 Don't error on unknown packets, just skip. We should probably
20447 read them if we want to support chained ogg.
20449 2004-10-18 Wim Taymans <wim@fluendo.com>
20452 Added cdaudio to wrong list.
20454 2004-10-18 Wim Taymans <wim@fluendo.com>
20459 2004-10-18 Wim Taymans <wim@fluendo.com>
20461 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20462 (gst_dvdec_video_link), (gst_dvdec_push):
20463 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20464 (gst_smokeenc_resync), (gst_smokeenc_chain):
20465 Fix mimetype on smoke encoder.
20466 Add aspect ratio to dvdec. Not sure if these
20467 values are correct though....
20469 2004-10-18 Wim Taymans <wim@fluendo.com>
20471 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20472 Fix vorbis property descriptions and ranges.
20474 2004-10-18 Wim Taymans <wim@fluendo.com>
20476 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20477 Really do nothing when no data is available.
20478 Go to the playing state when the stream is not seekable
20479 instead of failing.
20481 2004-10-18 Wim Taymans <wim@fluendo.com>
20483 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20484 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20485 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20486 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20487 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20488 Added uri handler for cd://
20491 2004-10-18 Wim Taymans <wim@fluendo.com>
20493 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20494 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20495 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20496 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20497 (remove_prerolls), (unknown_type), (add_element_stream),
20498 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20499 (gst_play_base_bin_remove_element),
20500 (gst_play_base_bin_link_stream):
20501 * gst/playback/gstplaybin.c: (gen_video_element),
20502 (gen_vis_element), (remove_sinks), (setup_sinks):
20503 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20504 (gst_stream_info_get_type), (gst_stream_info_class_init),
20505 (gst_stream_info_init), (gst_stream_info_new),
20506 (gst_stream_info_dispose), (stream_info_mute_pad),
20507 (gst_stream_info_set_property), (gst_stream_info_get_property):
20508 * gst/playback/gststreaminfo.h:
20509 Add sink padtemplate to decodebin.
20510 Added some more comments.
20511 Make queue size configurable in playbasebin.
20512 Added possibility to use elements as sinks (ex cdaudio).
20514 2004-10-15 Wim Taymans <wim@fluendo.com>
20516 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20517 (gst_speexenc_chain):
20518 Fix speex timestamps so that it gets muxed properly.
20520 2004-10-15 Wim Taymans <wim@fluendo.com>
20522 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20523 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20524 (gst_dv1394src_init), (gst_dv1394src_dispose),
20525 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20526 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20527 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20528 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20529 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20530 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20531 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20532 * ext/raw1394/gstdv1394src.h:
20533 Added conversion/query functions.
20534 Update buffer timestamps,
20536 Added uri dv:// so it might play from the firewire in playbin.
20537 Fix a possible leak.
20540 2004-10-15 Wim Taymans <wim@fluendo.com>
20542 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20543 (gst_dv1394src_init), (gst_dv1394src_set_property),
20544 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20545 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20546 * ext/raw1394/gstdv1394src.h:
20547 Added AV/C VTR control support needed for some cameras.
20548 Added automatic port detection.
20549 Added properties for selecting the channel.
20550 The configure.ac script is not yet updated to reflect the
20551 new libavc1394 and librom1394 dependencies.
20553 2004-10-15 Wim Taymans <wim@fluendo.com>
20555 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20556 (qtdemux_parse), (gst_qtdemux_handle_esds):
20557 An esds box is not a container.
20558 Fix parsing of mp4v boxes.
20559 Do not try to renegotiate fps for each frame. Need to
20560 find a better method. This should fix mp4 playback.
20562 2004-10-14 David Schleef <ds@schleef.org>
20564 * configure.ac: update for swfdec-0.3 and liboil-0.2
20565 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20566 * ext/swfdec/gstswfdec.h: same
20567 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20568 * gst/videotestsrc/videotestsrc.c: same
20570 2004-10-14 Wim Taymans <wim@fluendo.com>
20572 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20573 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20574 (is_sync_frame), (gst_multifdsink_new_client),
20575 (gst_multifdsink_handle_client_write),
20576 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20577 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20578 Turn warnings into info.
20579 Don't allow a state change in the streaming thread.
20581 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20583 * ext/vorbis/oggvorbisenc.c:
20584 * ext/vorbis/vorbisdec.c:
20585 fix template sample rate
20587 2004-10-13 Wim Taymans <wim@fluendo.com>
20589 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20590 Decoding the header first fixes some problems in resyncing
20593 2004-10-12 Wim Taymans <wim@fluendo.com>
20595 * gst/playback/gstplaybin.c: (gen_video_element),
20596 (gen_vis_element), (remove_sinks), (setup_sinks):
20597 Added vis plugin support, need to configure the vis
20598 element to activate it.
20600 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20602 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20603 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20605 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20606 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20607 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20608 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20609 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20610 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20611 * gst/avi/gstavidemux.h:
20612 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20613 recovery (where, if part of the index is broken, we will still read
20614 the rest of the index and recover the broken part by stream
20615 scanning). More broken media support. EOS workarounds. General AVI
20616 braindamage headache recovery. Aspirin included.
20618 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20620 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20621 (cdparanoia_event), (cdparanoia_query):
20622 Get rid of hideous lead-in.
20624 2004-10-11 Wim Taymans <wim@fluendo.com>
20626 * gst/playback/gstplaybasebin.c: (setup_source):
20627 Wrong var used to get g_list_next.
20629 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20631 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20632 (cdparanoia_get), (cdparanoia_open):
20633 Report discid as metadata, add duration.
20635 2004-10-11 Wim Taymans <wim@fluendo.com>
20637 * gst/playback/gstplaybasebin.c: (setup_source):
20638 Cleanup the previous pipeline a little earlier for the
20639 case that a source element provides raw data.
20641 2004-10-11 Benjamin Otte <otte@gnome.org>
20643 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20644 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20645 consuming the last 128 bytes, even though it was valid mp3 data.
20647 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20649 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20650 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20651 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20652 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20654 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20656 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20657 Fix for webcams that support only specific width or height
20659 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20661 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20663 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20664 Fix wrong discont event setup (fixes #154967).
20666 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20668 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20670 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20671 Error out on invalid data (fixes #154807).
20673 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20675 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20677 * ext/dvdread/dvdreadsrc.c: (_read):
20678 Make titles > 0 work again (fixes #154834).
20680 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20682 * gst-libs/gst/riff/riff-media.c:
20683 (gst_riff_create_video_template_caps):
20684 WMV3 missing in template caps.
20686 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20688 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20689 OK, so the original code was too strict. It makes random AVI files
20690 hang for seconds upon opening, which is unacceptable and is far
20691 beyond the original goal of getting multiple chunks for one-chunk
20692 sounc stream files. So now do just that.
20694 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20696 * gst/playback/gstplaybasebin.c: (setup_source),
20697 (gst_play_base_bin_change_state):
20698 Actually clean up streaminfo if output fails. This would trigger
20699 if, for example, there was no CD in the drive. No preroll, so
20700 a streaminfo structure is created, but the subsequent state change
20701 of the thread fails.
20702 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20703 Don't change state if parent failed.
20705 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20707 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20708 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20709 (gen_video_element), (remove_sinks):
20710 Add small bits of code for screenshot handling.
20712 2004-10-08 Wim Taymans <wim@fluendo.com>
20714 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20715 (gen_video_element), (gen_audio_element), (setup_sinks):
20716 Don't assume the user provided sinks are named "sink"...
20718 2004-10-08 Wim Taymans <wim@fluendo.com>
20720 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20721 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20722 (gst_play_base_bin_link_stream):
20723 Do not try to autoplug sources that generate raw streams like
20725 disconnect the preroll overrun signal when we don't need it anymore.
20727 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20729 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20730 Added reworked patch from #154903 from milosz derezynski (deadchip).
20732 2004-10-08 Wim Taymans <wim@fluendo.com>
20734 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20735 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20736 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20737 (cdparanoia_convert), (cdparanoia_uri_get_type),
20738 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20739 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20740 * ext/cdparanoia/gstcdparanoia.h:
20741 This adds the cdda://<tracknum> uri.
20743 2004-10-08 Wim Taymans <wim@fluendo.com>
20745 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20746 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20747 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20748 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20749 (unknown_type), (gst_play_base_bin_remove_element),
20750 (gst_play_base_bin_link_stream):
20751 * gst/playback/gstplaybasebin.h:
20752 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20753 (gst_play_bin_set_property), (gen_video_element),
20754 (gen_audio_element), (setup_sinks):
20755 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20756 (gst_stream_info_get_type), (gst_stream_info_class_init),
20757 (gst_stream_info_init), (gst_stream_info_new),
20758 (gst_stream_info_dispose), (stream_info_mute_pad),
20759 (gst_stream_info_set_property), (gst_stream_info_get_property):
20760 * gst/playback/gststreaminfo.h:
20761 Reuse the audio and video bins.
20762 Some internal cleanups in the stream selection code.
20764 2004-10-08 Julien MOUTTE <julien@moutte.net>
20766 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20767 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20768 * sys/ximage/ximagesink.h:
20769 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20770 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20771 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20772 not coming from those elements. Moreover these elements should not keep
20773 the xid they have been given when in NULL state.
20775 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20777 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20778 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20779 * sys/ximage/ximagesink.h:
20780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20781 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20782 * sys/xvimage/xvimagesink.h:
20783 Actually only create a new toplevel window if we're not gonna
20784 embed it right after.
20786 2004-10-07 Wim Taymans <wim@fluendo.com>
20788 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20789 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20790 * gst/playback/gstplaybin.c: (setup_sinks):
20791 Implement muting/unmuting of streams, mute streams that are not
20794 2004-10-07 Wim Taymans <wim@fluendo.com>
20796 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20798 Added lame audio/x-ac3 typefind function.
20800 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20805 === release 0.8.5 ===
20807 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20812 releasing 0.8.5, "Take You On"
20814 2004-10-06 Wim Taymans <wim@fluendo.com>
20816 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20817 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20818 (no_more_pads), (close_link), (type_found):
20819 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20820 * gst/playback/gstplaybin.c: (gen_video_element):
20821 Do not signal the no_more_pads after the first pad when
20822 we are plugging a non dynamic element with multiple
20823 output pads (like swfdec, dvdec, ...).
20825 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20828 bump for prerelease
20830 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20832 * gst/wavparse/gstwavparse.c:
20833 add ATRAC3 to STATIC CAPS to fix a warning
20835 * gst/matroska/ebml-read.c:
20836 * gst-libs/gst/riff/riff-read.c:
20839 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20841 * gst-libs/gst/riff/riff-media.c:
20842 generate caps for ATRAC3 audio streams
20844 * gst/realmedia/rmdemux.c:
20845 generate caps for ATRAC3 audio streams
20847 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20849 * gst/wavparse/Makefile.am
20850 * gst/wavparse/riff.h
20851 * gst/wavparse/wavparse.vcproj
20852 riff.h removal (unused and duplication with riff-ids.h)
20854 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20856 * gst/wavparse/gstwavparse.h
20857 remove duplicated defines for audio codec codes
20859 * gst-libs/gst/riff/riff-ids.h
20860 * gst/wavenc/riff.h:
20861 add "4CC" code for ATRAC3 audio streams
20862 add "4CC" code for ITU_G721_ADPCM (unused for now)
20864 2004-10-06 Wim Taymans <wim@fluendo.com>
20866 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20867 Actually _do_ negotiation. Pass gdouble as arg instead
20868 of guint64 for the framerate.
20870 2004-10-06 Wim Taymans <wim@fluendo.com>
20872 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20873 (find_compatibles), (close_pad_link), (try_to_link_1),
20874 (no_more_pads), (close_link), (type_found):
20875 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20876 * gst/playback/gstplaybin.c: (gen_video_element),
20877 (gen_audio_element):
20878 Set state on newly added element to READY so that negotiation
20880 Addes some more debug info.
20881 Do not try to plug pads with multiple caps structures or ANY
20882 because it is too dangerous since we do not do dynamic
20885 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20887 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20891 add Oriya translation
20893 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20895 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20896 Prevent overwrite of size member. Makes audio sound crappy.
20898 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20900 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20901 Add rmvb to the list of known RealMedia extensions
20903 2004-10-05 Wim Taymans <wim@fluendo.com>
20905 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20906 (mngdec_openstream), (mngdec_closestream),
20907 (mngdec_handle_sink_event), (mngdec_readdata),
20908 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20909 (mngdec_getcanvasline), (mngdec_refresh),
20910 (gst_mngdec_change_state):
20911 Set the framerate correctly.
20913 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20915 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20916 There was something wrong with the index massaging.
20918 2004-10-04 Wim Taymans <wim@fluendo.com>
20920 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20921 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20922 (gst_smokedec_chain):
20923 * ext/jpeg/gstsmokedec.h:
20924 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20925 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20926 * ext/jpeg/gstsmokeenc.h:
20927 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20928 (smokecodec_decode_new), (smokecodec_info_free),
20929 (smokecodec_set_quality), (smokecodec_get_quality),
20930 (smokecodec_set_threshold), (smokecodec_get_threshold),
20931 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20932 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20933 (smokecodec_encode), (smokecodec_parse_id),
20934 (smokecodec_parse_header), (smokecodec_decode):
20935 * ext/jpeg/smokecodec.h:
20936 * ext/jpeg/smokeformat.h:
20937 Updated smoke, new bitstream, allows embedding in ogg.
20939 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20941 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20942 Fix seeking in some files. All this code is no longer needed (and
20943 actually breaks stuff) because we now synchronize the full index
20944 right when reading the header.
20946 2004-10-04 Wim Taymans <wim@fluendo.com>
20949 configure update for libmng.
20951 2004-10-04 Wim Taymans <wim@fluendo.com>
20953 * ext/libmng/Makefile.am:
20954 * ext/libmng/gstmng.c: (plugin_init):
20955 * ext/libmng/gstmng.h:
20956 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20957 (gst_mngdec_base_init), (gst_mngdec_class_init),
20958 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20959 (gst_mngdec_loop), (gst_mngdec_get_property),
20960 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20961 (mngdec_closestream), (mngdec_handle_sink_event),
20962 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20963 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20964 (gst_mngdec_change_state):
20965 * ext/libmng/gstmngdec.h:
20966 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20967 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20968 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20969 (gst_mngenc_chain), (gst_mngenc_get_property),
20970 (gst_mngenc_set_property):
20971 * ext/libmng/gstmngenc.h:
20972 Added basic MNG decoder. Needs more work. The encoder does
20975 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20977 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20978 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20979 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20980 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20983 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20986 you need at least 1.0.4 of speex
20988 2004-10-04 Iain <iaingnome@gmail.com>
20990 * ext/speex/gstspeexdec.h: Revert the includes changes.
20992 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20994 2004-09-30 Iain <iaingnome@gmail.com>
20996 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20997 found during init or set as a property instead of hardcoding /dev/audio
20999 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21001 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21002 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21003 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21004 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21005 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21006 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21007 (gst_rmdemux_dump_data):
21008 Use debug category, fix EOS handling. filesrc ! rmdemux now
21011 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21013 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21014 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21015 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21016 Improve allocation, cutting and sorting of the index. How takes a
21017 few seconds instead of minutes.
21019 2004-10-03 Christophe Fergeau <teuf@gnome.org>
21021 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21024 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21026 * gst-libs/gst/riff/riff-media.c:
21027 (gst_riff_create_video_caps_with_data),
21028 (gst_riff_create_video_template_caps):
21029 Add wing commander format mimetype/fourccs.
21030 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21031 Don't crash if some value is 0.
21033 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21035 * gst-libs/gst/riff/riff-media.c:
21036 (gst_riff_create_video_caps_with_data),
21037 (gst_riff_create_video_template_caps):
21038 Add DIB fourcc (raw, palettized 8-bit RGB).
21039 * gst-libs/gst/riff/riff-read.c:
21040 (gst_riff_read_strf_vids_with_data):
21041 Oops, fix strf_data reading bug.
21042 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21043 Use a non-NULL tag.
21044 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21045 Time for hacks. Sorry Dave. At least one quicktime movie (a
21046 trailer) that I've encountered contains multiple video tracks.
21047 One of those is the actual video track, the other are one-frame
21048 tracks (images). Unfortunately, the number of frames according
21049 to the trak header is 1 for each, so that doesn't help. So
21050 instead, I look at the duration and discard tracks with a
21051 duration shorter than 20% of the length of the stream. Better
21054 2004-10-01 Christian Schaller <christian@fluendo.com>
21056 * ext/ivorbis/vorbis.c:
21057 Patch from Phil Blundell (Bug 152341)
21059 2004-10-01 Wim Taymans <wim@fluendo.com>
21061 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21062 (speex_dec_get_formats), (speex_dec_convert),
21063 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21064 (speex_dec_chain), (gst_speexdec_get_property),
21065 (gst_speexdec_set_property):
21068 2004-10-01 Wim Taymans <wim@fluendo.com>
21070 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21071 (gst_wavparse_stream_init), (gst_wavparse_fmt),
21072 (gst_wavparse_other), (gst_wavparse_loop),
21073 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21074 (gst_wavparse_srcpad_event):
21075 * gst/wavparse/gstwavparse.h:
21076 Added some more debugging info.
21077 Fix the case where the length of the file is 0.
21078 Make sure we seek to sample borders.
21080 2004-10-01 Wim Taymans <wim@fluendo.com>
21082 * gst/playback/README:
21083 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21084 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21085 (try_to_link_1), (no_more_pads), (close_link), (type_found):
21086 Add some debug info to decodebin, update README
21088 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21090 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21091 Don't use g_print(); use GST_DEBUG().
21093 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21095 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21096 (gst_ogg_mux_queue_pads):
21097 Handle EOS properly.
21099 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21101 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21103 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21104 (gst_faad_chain), (gst_faad_change_state):
21105 * ext/faad/gstfaad.h:
21106 Allow playback of raw (unframed) MPEG AAC files (#148993).
21108 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21110 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21112 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21113 Throw error if we didn't recognize the stream. Fixes #152289.
21115 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21117 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21120 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
21122 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21124 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21127 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
21129 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21131 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21133 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21136 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21138 * gst-libs/gst/riff/riff-media.c:
21139 (gst_riff_create_video_caps_with_data),
21140 (gst_riff_create_audio_caps_with_data):
21141 Add codec_data handling (like asfdemux used to do).
21142 * gst/asfdemux/gstasf.c: (plugin_init):
21143 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21144 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21145 Use riff-media for caps creation instead of our own (mostly
21146 broken) copy of its functions.
21148 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21150 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21151 Don't actually error out if we get another return value than
21152 -EINVAL. Opposite to what I first thought, drivers have random
21153 return values for this, although -EINVAL is the expected return
21154 value. Since this is not fatal, we shouldn't use
21155 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21157 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21159 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21160 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21161 (dvdreadsrc_get_property), (_open), (_seek), (_read),
21162 (dvdreadsrc_get), (dvdreadsrc_open_file),
21163 (dvdreadsrc_change_state):
21164 Fix. Don't do one big huge loop around the whole DVD, that will
21165 cache all data and thus eat sizeof(dvd) (several GB) before we
21167 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21168 Actually NULL'ify event after using it.
21169 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21170 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21171 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21172 (gst_ebml_read_seek), (gst_ebml_read_skip):
21174 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21175 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21176 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21177 Fix timing (this will probably break if I seek using menus, but
21178 I didn't get there yet). VOBs and normal DVDs should now work.
21179 Add a mpeg2-only pad with high rank so this get autoplugged for
21181 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21182 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21183 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21184 (gst_mpeg_demux_get_audio_stream),
21185 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21186 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21187 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21188 MPEG-1 but use dvddemux for MPEG-2.
21189 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21190 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21191 (gst_mpeg_parse_parse_packhead):
21192 Timing. Only add pad template if it exists. Add sink template from
21193 class and not from ourselves. This means we will always use the
21194 correct sink template even if it is not the one defined in this
21197 2004-09-29 Wim Taymans <wim@fluendo.com>
21199 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21200 (gst_mpeg_demux_parse_pes):
21201 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21202 Fix playback of mpeg again, timestamps where screwed up by
21205 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21207 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21208 Only return true if we actually filled something in. Prevents
21209 player applications from showing a random length for flac files.
21210 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21211 (gst_riff_read_use_event), (gst_riff_read_handle_event),
21212 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21213 (gst_riff_read_strf_vids_with_data),
21214 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21215 OK, ok, so I implemented event handling. Apparently it's normal
21216 that we receive random events at random points without asking
21218 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21219 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21220 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21221 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21222 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21223 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21224 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21225 * gst/avi/gstavidemux.h:
21226 Implement non-lineair chunk handling and subchunk processing.
21227 The first solves playback of AVI files where the audio and video
21228 data of individual buffers that we read are not synchronized.
21229 This should not happen according to the wonderful AVI specs, but
21230 of course it does happen in reality. It is also a prerequisite for
21231 the second. Subchunk processing allows us to cut chunks in small
21232 pieces and process each of these pieces separately. This is
21233 required because I've seen several AVI files with incredibly large
21234 audio chunks, even some files with only one audio chunk for the
21235 whole file. This allows for proper playback including seeking.
21236 This patch is supposed to fix all AVI A/V sync issues.
21237 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21238 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21240 * gst/modplug/gstmodplug.cc:
21241 Proper return value setting for the query() function.
21242 * gst/playback/gstplaybasebin.c: (setup_source):
21243 Being in non-playing state (after, e.g., EOS) is not necessarily
21244 a bad thing. Allow for that. This fixes playback of short files.
21245 They don't actually playback fully now, because the clock already
21246 runs. This means that small files (<500kB) with a small length
21247 (<2sec) will still not or barely play. Other files, such as mod
21248 or flx, will work correctly, however.
21250 2004-09-28 Wim Taymans <wim@fluendo.com>
21252 * ext/speex/gstspeex.c: (plugin_init):
21253 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21254 (gst_speex_dec_class_init), (speex_dec_get_formats),
21255 (speex_get_event_masks), (speex_get_query_types),
21256 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21257 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21258 (gst_speexdec_get_property), (gst_speexdec_set_property),
21259 (speex_dec_change_state):
21260 * ext/speex/gstspeexdec.h:
21261 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21262 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21263 (gst_speexenc_base_init), (gst_speexenc_class_init),
21264 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21265 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21266 (gst_speexenc_src_query), (gst_speexenc_init),
21267 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21268 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21269 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21270 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21271 (gst_speexenc_chain), (gst_speexenc_get_property),
21272 (gst_speexenc_set_property), (gst_speexenc_change_state):
21273 * ext/speex/gstspeexenc.h:
21274 Rewrote speex encoder, make sure it can be embedded in ogg.
21275 Implemented speex decoder.
21277 2004-09-28 Christian Schaller <christian@fluendo.com>
21280 Remove kioslave plugin. Markey is brewing a new working one
21281 * ext/Makefile.am: Remove kioslave plugin
21283 * gst-plugins.spec.in: remove kio plugin from spec
21285 2004-09-27 Wim Taymans <wim@fluendo.com>
21287 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21288 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21289 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21290 (gst_multifdsink_new_client),
21291 (gst_multifdsink_handle_client_write),
21292 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21293 (gst_multifdsink_handle_clients):
21294 * gst/tcp/gstmultifdsink.h:
21295 Make syncing to keyframes actually work for new clients and lagging
21298 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21300 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21301 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21302 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21303 * gst/debug/gstnavigationtest.h:
21304 make navigationtest display button-press and button-release events
21306 2004-09-26 Iain <iaingnome@gmail.com>
21308 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21309 the channels have received a new media event.
21310 (interleave_buffered_loop): Compresses a new media event on all
21313 2004-09-26 Iain <iaingnome@gmail.com>
21315 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21316 call the sinkpad's default event handler and not the srcpads. He also
21317 says this is confusing :)
21318 (gst_wavenc_stop_file): Company says that seek events only go upstream
21319 we should send a discontinuous downstream instead.
21321 2004-09-25 Christian Schaller <christian@fluendo.com>
21323 * Update SPEC file to be usable in conjunction with Fedora Core,
21324 Fedora.us and freshrpms packages
21325 * Fix typo in multifilesrc test Makefile
21327 2004-09-24 Wim Taymans <wim@fluendo.com>
21329 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21330 Only signal the no_more_pads signal when we have
21331 added the stream to our list.
21333 2004-09-24 Wim Taymans <wim@fluendo.com>
21335 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21337 * gst/playback/gstplaybasebin.h:
21338 * gst/playback/gstplaybin.c: (setup_sinks):
21339 Don't try to preroll or decode more than one audio/video
21342 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21344 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21345 Throw error if we failed to find a suitable output. This should
21346 throw an error if we successfully set up a pipeline (e.g. because
21347 we recognized a media file) but found no decodable streams in it
21348 (e.g. because it contains only media stream types for which we
21349 have no decoders, or because it's not a media type).
21351 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21353 * ext/dirac/Makefile.am:
21354 * ext/dirac/gstdirac.cc:
21355 * ext/dirac/gstdiracdec.cc:
21356 * ext/dirac/gstdiracdec.h:
21357 Do something. Don't actually know if this works because I don't
21358 have a demuxer yet.
21359 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21360 Add channels=1 to caps returned from _getcaps().
21361 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21362 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21363 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21364 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21365 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21366 (gst_ogm_parse_change_state):
21367 Separate between audio/video so ogmaudioparse actually uses the
21368 audio pad templates. Both audio and video work now, including
21369 autoplugging. Also use sometimes-srcpad hack.
21370 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21371 Handle events better. Don't hang on infinite loops.
21372 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21373 (gst_avi_demux_init), (gst_avi_demux_reset),
21374 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21375 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21376 (gst_avi_demux_change_state):
21377 * gst/avi/gstavidemux.h:
21378 Improve A/V sync. Still not perfect.
21379 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21380 (gst_ebml_read_skip):
21381 Handle events better.
21382 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21383 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21384 (qtdemux_audio_caps):
21385 Add IMA4. Improve event handling. Save offset after a seek when
21386 the headers are at the end of the file so that we don't end up in
21388 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21389 Add low-priority typefind support for files with no length.
21391 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21393 * testsuite/multifilesink/Makefile.am:
21396 2004-09-22 Julien MOUTTE <julien@moutte.net>
21398 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21399 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21400 mistakes from thaytan's patches.
21402 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21404 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21405 For completeness, XSync in the destroy function as xvimage does.
21407 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21409 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21410 Correct caps negotiation
21411 * gst/volume/gstvolume.c: (volume_chain_float),
21412 (volume_chain_int16):
21413 Modify debug output to be little more informative
21414 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21416 (gst_xvimagesink_xvimage_destroy):
21417 Add XSync calls after detaching from the shared memory segment to
21420 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21422 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21423 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21424 * ext/vorbis/vorbis.c: (plugin_init):
21425 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21426 (gst_vorbisenc_chain):
21427 * ext/vorbis/vorbisenc.h:
21428 remove explicit newmedia support from oggmux and vorbisenc
21429 add debug category to vorbisenc
21430 * gst/multifilesink/gstmultifilesink.c:
21431 (gst_multifilesink_class_init), (gst_multifilesink_init),
21432 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21433 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21434 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21436 * gst/multifilesink/gstmultifilesink.h:
21437 add support for streamheader in multifilesink
21439 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21441 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21442 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21443 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21444 Prevent infinite loops. More correct error reporting.
21445 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21446 Error out if negotiation fails.
21447 * gst/playback/gstplaybasebin.c: (setup_source),
21448 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21449 (gst_play_base_bin_found_tag):
21450 Error/tag forwarding. Pre-roll fixes for source errors on state
21451 changes (e.g. "file does not exist") to prevent hangs.
21453 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21455 * testsuite/multifilesink/Makefile.am:
21456 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21457 (gst_newmedia_class_init), (gst_newmedia_init),
21458 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21459 (newfile_signal), (test_signal), (main):
21460 * testsuite/multifilesink/multifilesrc_test.c: (main):
21461 * testsuite/multifilesink/oggtheora_test.c:
21462 (gst_newmedia_base_init), (gst_newmedia_class_init),
21463 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21464 (test_format), (newfile_signal), (test_signal), (main):
21465 * testsuite/multifilesink/oggvorbis_test.c:
21466 (gst_newmedia_base_init), (gst_newmedia_class_init),
21467 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21468 (test_format), (newfile_signal), (test_signal), (main):
21469 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21470 (gst_newmedia_class_init), (gst_newmedia_init),
21471 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21472 (newfile_signal), (test_signal), (main):
21475 2004-09-20 Christian Schaller <christian@fluendo.com>
21477 * Fix mikmod license to LGPL as they have relicensed
21478 * Move Dirac and Effectv into LGPL section of README_license
21480 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21482 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21483 (gst_mad_change_state):
21484 Allow for mp3 rate/channels changes. However, only very
21485 conservatively. Reason that we *have* to enable this is smiply
21486 because the mad find_sync() function is not good enough, it will
21487 regularly sync on random data as valid frames and therefore make
21488 us provide random caps as *final* caps of the stream. The best fix
21489 I could think of is to simply require several of the same stream
21490 changes in a row before we change caps.
21491 The actual testcase that works now is #
21492 * ext/ogg/Makefile.am:
21493 * ext/ogg/gstogg.c: (plugin_init):
21494 * ext/ogg/gstogmparse.c:
21495 OGM support (video only for now; I need an audio sample file).
21496 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21497 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21498 (gst_asf_demux_add_video_stream):
21500 * gst/playback/gstplaybasebin.c: (unknown_type):
21501 Don't error out on single unknown-types after all. It's wrong.
21502 If we found type of video and audio but not of a subtitle stream,
21503 it will still error out (which is unwanted). Will find a better fix
21505 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21506 (ogmaudio_type_find), (plugin_init):
21509 2004-09-20 Johan Dahlin <johan@gnome.org>
21511 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21512 after setting caps.
21514 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21516 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21517 * gst/wavenc/gstwavenc.h:
21518 Added newmedia support to wavenc
21520 2004-09-17 Wim Taymans <wim@fluendo.com>
21522 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21523 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21524 (gst_fdset_fd_can_write), (gst_fdset_wait):
21525 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21526 (gst_multifdsink_init), (gst_multifdsink_add),
21527 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21528 (gst_multifdsink_remove_client_link),
21529 (gst_multifdsink_client_queue_buffer),
21530 (gst_multifdsink_handle_client_write),
21531 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21532 (gst_multifdsink_close), (gst_multifdsink_change_state):
21533 * gst/tcp/gstmultifdsink.h:
21534 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21535 (gst_tcpserversink_removed):
21536 Small cleanups in fdset.c
21537 Use a hastable to map fd to the client structure for faster
21538 lookup in _remove and get_stats.
21539 Added virtual function to close the fds.
21540 Handle clients even when the select/poll call was unblocked because
21542 Implement syncing to keyframe in the recovery procedure.
21544 2004-09-16 Iain <iaingnome@gmail.com>
21546 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21549 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21551 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21552 Caps are only set if the type of the stream is unknown, but this
21553 is initialized in ->init_stream(), so set to UNKNOWN after calling
21554 ->init_stream() so that capsnego starts.
21556 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21558 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21559 (gst_avi_demux_stream_data):
21560 Just hardcode for raw audio then. AVI audio sucks.
21562 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21564 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21565 * gst/matroska/matroska-mux.c: (audiosink_templ),
21566 (gst_matroska_mux_audio_pad_link):
21567 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21568 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21570 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21572 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21573 (gst_avi_demux_stream_data):
21574 Try to fix a/v sync issues.
21576 2004-09-15 David Schleef <ds@schleef.org>
21578 * configure.ac: remove NASM check, since we don't use it. Update
21580 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21581 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21582 Initialized variables.
21583 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21584 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21585 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21588 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21590 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21591 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21592 * gst/avi/gstavidemux.h:
21593 Fix for compressed audio (mp3) timestamp generation. How did this
21596 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21598 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21599 Volume is a double not a float.
21601 2004-09-15 Wim Taymans <wim@fluendo.com>
21603 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21604 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21605 Don't close the fd in multifdsink as we didn't open it in the
21606 first place. Some cleanups.
21608 2004-09-15 Wim Taymans <wim@fluendo.com>
21610 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21611 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21612 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21613 Fix the case where the muxer would mark pages as delta
21614 frames when they are not (vorbis only ogg).
21616 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21618 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21619 (gst_play_base_bin_change_state):
21620 Handle the case where we failed to setup a clear pipeline. This
21621 will throw an error (or EOS, another nice case) and if you don't
21622 catch that, the app will wait for the signal forever (and thus
21625 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21627 * ext/gnomevfs/gstgnomevfssink.c:
21628 (gst_gnomevfssink_uri_get_protocols):
21629 * ext/gnomevfs/gstgnomevfssrc.c:
21630 (gst_gnomevfssrc_uri_get_protocols):
21631 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21632 * ext/gnomevfs/gstgnomevfsuri.h:
21633 Use _uri_new() instead of _open(), so it doesn't take as long and
21634 Christophe's computer won't hang.
21635 * gst/playback/gstplaybasebin.c: (unknown_type):
21636 Throw error on unknown media type, so apps actually display it.
21638 2004-09-14 Brian Cameron <brian.cameron@sun.com
21640 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21641 this script to work on Solaris since bash shell handles echo
21642 differenly than bash.
21644 2004-09-17 Wim Taymans <wim@fluendo.com>
21646 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21647 (setup_source), (gst_play_base_bin_set_property),
21648 (gst_play_base_bin_add_element):
21649 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21650 Some more work on making sure seeking pauses the pipeline and
21651 that changing the uri actually does something.
21653 2004-09-17 Wim Taymans <wim@fluendo.com>
21655 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21656 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21657 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21658 (gst_tcpserversink_close):
21659 Be a bit more paranoid when freeing memory.
21661 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21663 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21664 (qtdemux_parse_trak):
21665 Don't crash by dividing by zero (see sample movie in #126922).
21667 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21669 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21670 Don't touch non-existing data (fixes crash on file in #140147).
21672 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21674 * gst/playback/gstplaybasebin.c:
21675 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21676 Handle double disposals, and proper change of URIs.
21678 2004-09-13 Martin Eikermann <meiker@upb.de>
21680 * gst/mpegstream/gstmpegparse.c:
21681 fix synchronistation for streams recorded from digital PCR
21684 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21686 * ext/gnomevfs/Makefile.am:
21687 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21688 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21689 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21690 (gst_gnomevfssink_uri_get_type),
21691 (gst_gnomevfssink_uri_get_protocols),
21692 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21693 (gst_gnomevfssink_uri_handler_init),
21694 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21695 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21696 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21697 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21698 (gst_gnomevfssrc_uri_get_type),
21699 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21700 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21701 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21702 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21703 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21704 * ext/gnomevfs/gstgnomevfsuri.h:
21705 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21706 of fake URIs to see which this version of Gnome-VFS likes, and
21707 uses that for the Gst-URI interface. Makes playbin support http://
21708 streams. Also fix up some stupid behaviour in gnomevfssrc.
21710 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21712 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21713 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21714 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21715 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21716 Update mixer (to sync with other sessions) if we try to obtain
21717 a new value. This makes alsamixer work accross applications.
21718 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21719 Only call sync functions if we're running, else alsalib asserts.
21720 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21721 Sometimes fails to compile. Possibly a gcc bug.
21722 * gst/playback/gstplaybin.c: (gen_video_element),
21723 (gen_audio_element):
21724 Add a reference to an application-provided object, because we lose
21725 this same reference if we add it to the bin. If we don't do this,
21726 we can only use this object once and thus crash if we go from
21727 ready to playing, back to ready and back to playing again.
21728 Also add an audioscale element because several cheap soundcards -
21729 like mine - don't support all samplerates.
21730 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21731 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21732 Fix wrong order or PAR calls. Makes automatically obtained PAR
21733 from the X server atually being used.
21735 2004-09-12 David Schleef <ds@schleef.org>
21737 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21738 #151887, #152102, #152247.
21739 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21740 * examples/seeking/cdparanoia.c: same
21741 * examples/seeking/cdplayer.c: same
21742 * examples/seeking/seek.c: same
21743 * examples/seeking/spider_seek.c: same
21744 * examples/seeking/vorbisfile.c: same
21745 * examples/stats/mp2ogg.c: same
21746 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21747 (gst_esdsink_dispose): Dispose of element properly.
21748 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21750 * ext/nas/nassink.c: (gst_nassink_class_init),
21751 (gst_nassink_dispose): Dispose of element correctly.
21752 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21753 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21754 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21755 Fix 64-bit warning.
21756 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21757 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21758 Fix 64-bit warning.
21760 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21762 * configure.ac : change speex detection as 1.1.6 now uses
21763 .pc/pkg-config and they changed their headers location.
21765 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21767 * gst/matroska/matroska-mux.h:
21768 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21769 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21770 (gst_matroska_mux_write_data):
21771 Write multiple blocks/frames per cluster.
21772 Write meta-seek information (seek heads).
21774 2004-09-09 Scott Wheeler <wheeler@kde.org>
21776 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21777 (gst_play_bin_set_property), (gst_play_bin_get_property),
21778 (gen_audio_element), (gen_audio_element):
21779 Add a volume element / property to the pipeline.
21781 2004-09-07 Wim Taymans <wim@fluendo.com>
21783 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21784 Copy timestamps from the master pad to the output buffers.
21786 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21788 * ext/raw1394/gstdv1394src.c:
21789 throw errors when applicable
21791 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21793 * gst/matroska/ebml-ids.h:
21794 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21795 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21796 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21797 automatically convert unix time <-> ebml time when reading/writing
21798 a date, use gst_ebml_write_uint to write CUETIME,
21799 not gst_ebml_write_date.
21800 * gst/matroska/matroska-ids.h:
21801 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21802 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21803 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21804 (gst_matroska_mux_write_data):
21805 Write track and segment UIDs, write muxing date, write
21806 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21807 Create cues for audio only files.
21809 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21811 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21812 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21813 Re-commit ALSA switches.
21814 * gst/adder/gstadder.c: (gst_adder_loop):
21815 64-bit fix (#151416).
21816 * gst/debug/progressreport.c: (gst_progressreport_report):
21817 64-bit fix (#151419).
21818 * gst/matroska/matroska-demux.c:
21819 (gst_matroska_demux_parse_contents):
21820 64-bit fix (#151420).
21821 * gst/playback/test3.c: (update_scale):
21822 64-bit fix (#151421).
21824 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21829 === release 0.8.4 ===
21831 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21833 * configure.ac: releasing 0.8.4, "Alias"
21835 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21837 * ext/theora/Makefile.am:
21838 fix makefile. Fixes #151462.
21840 2004-08-30 Wim Taymans <wim@fluendo.com>
21842 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21843 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21844 (gst_multifdsink_remove_client_link),
21845 (gst_multifdsink_client_queue_buffer),
21846 (gst_multifdsink_handle_client_write):
21847 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21848 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21849 Fix some memory leaks.
21851 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21853 Patch by: David Schleef
21857 rename our detection macro for V4L2. Fixes #151236.
21859 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21861 Patch by: David Schleef
21864 check to define LAMEPRESET. Fixes #151232.
21866 2004-08-27 David Schleef <ds@schleef.org>
21868 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21869 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21870 (gst_glimagesink_fixate): Move local variable declarations to
21871 make gcc-2.95 happy.
21873 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21876 bump nano for prerelease
21878 2004-08-27 David Schleef <ds@schleef.org>
21880 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21881 * sys/sunaudio/gstsunaudiosrc.c:
21882 * sys/sunaudio/gstsunaudiosrc.h:
21884 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21886 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21887 handle EOS correctly
21888 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21889 * gst/matroska/matroska-mux.h:
21890 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21891 VFW compatibility mode
21893 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21895 patch by: Zaheer Abbas Merali
21897 * ext/ogg/gstoggmux.c:
21898 * ext/vorbis/vorbisenc.c:
21899 * ext/vorbis/vorbisenc.h:
21902 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21904 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21905 fix byte order reversion on little endian machines.
21906 * gst/matroska/matroska-mux.c: (audiosink_templ),
21907 (gst_matroska_mux_audio_pad_link):
21908 add TTA codec to the list of supported codecs.
21909 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21910 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21911 (gst_matroska_mux_write_data):
21912 * gst/matroska/matroska-mux.h:
21913 write segment duration correctly, write muxing app string, fixes bugs
21914 #140897 and #140898.
21915 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21916 wait for all pads to be negotiated before starting to mux.
21918 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21920 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21921 * ext/lame/gstlame.h:
21922 Added new media support to lame
21924 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21926 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21927 send vorbis headers at the beginning of a stream, fixes bug #141554.
21928 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21930 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21931 (gst_matroska_demux_plugin_init):
21932 * gst/matroska/matroska-ids.h:
21933 enable demuxing of TTA audio streams, fixes bug #148951.
21934 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21935 enable typefinding for TTA audio files, fixes bug #148711.
21936 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21937 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21938 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21940 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21942 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21943 (gst_riff_read_element_data), (gst_riff_read_seek),
21944 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21945 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21948 2004-08-23 Iain <iaingnome@gmail.com>
21950 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21951 tags. They appear to be handled differently to normal.
21952 (tag_list_to_id3_tag_foreach): Ditto.
21954 2004-08-22 Wim Taymans <wim@fluendo.com>
21956 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21957 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21958 Make sure we never send -1 granulepos.
21960 2004-08-20 Wim Taymans <wim@fluendo.com>
21962 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21963 (gst_ogg_mux_loop):
21964 I will accept bitchslappings with non sharp objects.
21966 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21969 Clean up the test for lame presets
21971 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21974 * ext/lame/Makefile.am:
21975 * ext/lame/gstlame.c: (gst_lame_class_init),
21976 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21977 Only enable lame presets if version of lame has presets in API
21979 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21980 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21981 * gst/udp/gstudpsrc.h:
21982 Don't call gst_pad_push in a get function. Fixes #150449
21984 2004-08-18 Wim Taymans <wim@fluendo.com>
21986 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21987 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21988 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21989 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21990 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21992 * gst/tcp/gstfdset.h:
21993 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21994 (gst_multifdsink_client_queue_buffer),
21995 (gst_multifdsink_handle_client_write):
21996 * gst/tcp/gstmultifdsink.h:
21997 Some extra checks in gstfdset.
21998 Only use send() when the fd is a socket. Don't try to
21999 read from write only fds.
22001 2004-08-18 Wim Taymans <wim@fluendo.com>
22003 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22004 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22005 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22006 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22008 Add more locking and bounds checking.
22010 2004-08-18 Wim Taymans <wim@fluendo.com>
22012 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22013 Realloc test fdset in the lock and right before starting
22014 the poll call. Bump the limit to 4096.
22016 2004-08-17 David Schleef <ds@schleef.org>
22018 * sys/sunaudio/Makefile.am:
22019 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22020 of rates and channels. Make debugging less obnoxious.
22022 Patch from Balamurali Viswanathan implementing a mixer for
22023 Sun audio. (bug #144091):
22024 * sys/sunaudio/gstsunelement.c:
22025 * sys/sunaudio/gstsunelement.h:
22026 * sys/sunaudio/gstsunmixer.c:
22027 * sys/sunaudio/gstsunmixer.h:
22029 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22031 * gst/audioscale/gstaudioscale.c:
22032 * gst/audioscale/gstaudioscale.h:
22033 made audioscale resample from any sample rate to any sample rate
22035 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22037 * ext/libpng/gstpngdec.c:
22038 error out on unsupported types
22040 2004-08-17 Iain <iaingnome@gmail.com>
22042 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22043 mid_side and loose_mid_side properties if its a stereo stream.
22045 2004-08-17 Wim Taymans <wim@fluendo.com>
22047 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22048 (theora_get_formats), (theora_dec_src_convert),
22049 (theora_dec_sink_convert), (theora_dec_src_query),
22050 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22053 2004-08-17 Wim Taymans <wim@fluendo.com>
22055 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22056 (gst_ogg_pad_push):
22057 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22058 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22059 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22060 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22061 Mark delta units in the muxer.
22062 Try to decode the packet after an out-of-sync error from
22065 2004-08-17 Wim Taymans <wim@fluendo.com>
22067 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22068 (gst_multifdsink_init), (gst_multifdsink_add),
22069 (gst_multifdsink_client_queue_buffer),
22070 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22071 * gst/tcp/gstmultifdsink.h:
22072 Added option to send a keyframe to clients as the first buffer.
22073 Make timeout property writable.
22075 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22077 patch by: Wim Taymans
22079 * gst/tcp/gstfdset.c:
22080 * gst/tcp/gstmultifdsink.c:
22081 fix index comparison, should include 0
22083 2004-08-16 Wim Taymans <wim@fluendo.com>
22085 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22086 (gst_fdset_add_fd), (gst_fdset_remove_fd),
22087 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22088 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22090 copy when reallocing for poll so the select arguments don't get
22091 changed during the call
22093 2004-08-16 Wim Taymans <wim@fluendo.com>
22095 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22096 (gst_theora_enc_class_init), (theora_enc_sink_link),
22097 (theora_buffer_from_packet), (theora_enc_chain):
22098 Fix bug where buffers were not marked as keyframes
22101 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22103 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22104 (gst_lame_preset_get_type), (gst_lame_class_init):
22105 describe the enum values for vbr mode and presets more verbosely
22107 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22109 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22110 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22111 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22112 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22113 * ext/lame/gstlame.h:
22114 add preset property to lame so it can use lame presets
22116 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22118 * ext/lame/gstlame.c: (gst_lame_get_property):
22119 whoops forgot break, thanks teuf
22121 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22123 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22124 (gst_lame_class_init), (gst_lame_src_getcaps),
22125 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22126 (gst_lame_get_property), (gst_lame_setup):
22127 * ext/lame/gstlame.h:
22128 fix lame's broken vbr stuff, allow it to resample if need be, and also
22129 make xing header optional
22131 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22133 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22134 added getcaps function so samplerate doesnt get fixated to silly values
22136 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22138 * ext/lame/gstlame.c: (gst_lame_src_link):
22139 revert previous fix
22141 2004-08-12 Johan Dahlin <johan@gnome.org>
22143 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22144 checks. Doesn't matter what state we are in. Interfaces are a
22145 compile time thing, not runtime. It also broke the python bindings.
22147 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22149 * ext/lame/gstlame.c: (gst_lame_src_link):
22150 made source pad link function check if sinkpad is ok..fixes the problem
22151 where core fixates the output rate of lame stupidly
22153 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22155 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22156 * sys/v4l/v4l_calls.c:
22157 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22158 fix fixate function to handle nonsimple caps.
22159 remove bogus check in _link
22162 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22164 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22165 set default compression ratio parameter to 0.0 so bitrate parameter
22168 2004-08-11 David Schleef <ds@schleef.org>
22170 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22172 2004-08-11 David Schleef <ds@schleef.org>
22174 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22177 2004-08-11 David Schleef <ds@schleef.org>
22179 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22181 2004-08-11 David Schleef <ds@schleef.org>
22183 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22185 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22186 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22188 * gst/auparse/gstauparse.c: Fix plugin license field.
22189 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22190 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22191 * gst/rtp/gstrtp.c: Fix plugin license field.
22193 2004-08-11 Wim Taymans <wim@fluendo.com>
22195 * gst/tcp/Makefile.am:
22196 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22197 (ensure_size), (gst_fdset_new), (gst_fdset_free),
22198 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22199 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22200 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22201 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22202 (gst_fdset_fd_can_write), (gst_fdset_wait):
22203 * gst/tcp/gstfdset.h:
22204 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22205 (gst_multifdsink_class_init), (gst_multifdsink_init),
22206 (gst_multifdsink_add), (gst_multifdsink_remove),
22207 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22208 (gst_multifdsink_remove_client_link),
22209 (gst_multifdsink_handle_client_read),
22210 (gst_multifdsink_client_queue_data),
22211 (gst_multifdsink_client_queue_caps),
22212 (gst_multifdsink_client_queue_buffer),
22213 (gst_multifdsink_handle_client_write),
22214 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22215 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22216 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22217 (gst_multifdsink_close):
22218 * gst/tcp/gstmultifdsink.h:
22219 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22220 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22221 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22222 (gst_tcpserversink_close):
22223 * gst/tcp/gsttcpserversink.h:
22224 Abstracted away the select call, implemented poll (yes we ran into
22225 the 1024 limit in production).
22227 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
22229 * gst/tcp/gsttcp.c:
22230 * gst/tcp/gsttcpplugin.c:
22231 improve debuggging, remove assert
22233 2004-08-10 Wim Taymans <wim@fluendo.com>
22235 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22236 (gst_client_status_get_type), (gst_multifdsink_class_init),
22237 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22238 (gst_multifdsink_handle_client_read),
22239 (gst_multifdsink_handle_client_write),
22240 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22241 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22242 (gst_multifdsink_get_property):
22243 * gst/tcp/gstmultifdsink.h:
22244 * gst/tcp/gsttcp-marshal.list:
22245 Starting to prepare for specifying buffer time in other units
22246 than buffers. Expose remove reason in signal.
22248 2004-08-10 Wim Taymans <wim@fluendo.com>
22250 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22251 (gst_multifdsink_remove), (gst_multifdsink_clear),
22252 (gst_multifdsink_remove_client_link),
22253 (gst_multifdsink_handle_client_read),
22254 (gst_multifdsink_client_queue_data),
22255 (gst_multifdsink_client_queue_buffer),
22256 (gst_multifdsink_handle_client_write),
22257 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22258 (gst_multifdsink_chain), (gst_multifdsink_close):
22259 * gst/tcp/gstmultifdsink.h:
22260 Added more debugging info. Changed the way clients are
22261 removed from the lists. Fixed a bug where a bad file descriptor
22262 could cause many clients to be removed.
22264 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22266 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22267 allow all pixel-aspect-ratios, not just 1:1
22269 2004-08-09 David Schleef <ds@schleef.org>
22271 * sys/glsink/ARB_multitexture.h: Remove old files.
22272 * sys/glsink/EXT_paletted_texture.h:
22273 * sys/glsink/NV_register_combiners.h:
22274 * sys/glsink/gstgl_nvimage.c:
22275 * sys/glsink/gstgl_pdrimage.c:
22276 * sys/glsink/gstgl_rgbimage.c:
22277 * sys/glsink/gstglsink.c:
22278 * sys/glsink/gstglsink.h:
22279 * sys/glsink/gstglxwindow.c:
22280 * sys/glsink/regcomb_yuvrgb.c:
22282 2004-08-09 David Schleef <ds@schleef.org>
22284 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22285 GL sink plugin. (Bug #147302)
22287 * configure.ac: Test for OpenGL
22288 * sys/Makefile.am: Use test for OpenGL
22289 * sys/glsink/Makefile.am:
22290 * sys/glsink/glimagesink.c: rewrite
22291 * sys/glsink/glimagesink.h: rewrite
22293 2004-08-09 David Schleef <ds@schleef.org>
22295 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22297 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22298 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22299 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22301 2004-08-09 Wim Taymans <wim@fluendo.com>
22303 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22304 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22305 (gst_multifdsink_client_remove),
22306 (gst_multifdsink_handle_client_read),
22307 (gst_multifdsink_handle_client_write),
22308 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22309 Do a bit more logging, make the client_read code more robust.
22311 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22313 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22314 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22315 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22316 (gst_jpegdec_init), (gst_jpegdec_chain):
22317 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22318 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22319 cleanups, debugging fixes and memleak plugging
22321 2004-08-09 Wim Taymans <wim@fluendo.com>
22323 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22324 (theora_get_formats), (theora_dec_src_convert),
22325 (theora_dec_sink_convert), (theora_dec_src_query),
22326 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22327 (theora_dec_change_state):
22328 Don't crash on missing header packets.
22330 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22334 Added Albanian translation (Laurent Dhima)
22338 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22340 * ext/lame/gstlame.c:
22343 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22345 * sys/ximage/ximagesink.c:
22346 * sys/xvimage/xvimagesink.c:
22347 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22349 2004-08-06 Wim Taymans <wim@fluendo.com>
22351 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22352 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22353 (gst_multifdsink_client_remove),
22354 (gst_multifdsink_handle_client_read),
22355 (gst_multifdsink_handle_client_write),
22356 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22357 Make sure we don't try to read more from a client that what
22358 ioctl says us or we deadlock.
22360 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22362 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22363 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22364 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22365 decouple running_time and n_frames so it can handle changing
22366 framerate while running
22368 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22372 updated translations
22374 2004-08-04 Benjamin Otte <otte@gnome.org>
22376 * gst/videotestsrc/gstvideotestsrc.c:
22377 (gst_videotestsrc_get_capslist), (generate_capslist),
22379 generate the list of supported caps at startup and reuse it instead
22380 of always generating it
22382 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22384 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22385 whoops, last checkin broke normal build
22387 2004-08-03 Benjamin Otte <otte@gnome.org>
22389 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22390 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22391 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22392 (gst_alsa_mixer_get_option):
22393 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22394 (dvdnavsrc_print_event):
22395 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22396 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22397 (gst_ogg_mux_pad_unlink):
22398 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22399 (gst_multipart_mux_pad_unlink):
22400 * gst/videofilter/gstvideobalance.c:
22401 (gst_videobalance_colorbalance_set_value):
22402 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22403 (gst_videomixer_pad_unlink):
22405 * sys/oss/gstossmixer.c:
22406 * sys/v4l/gstv4lcolorbalance.c:
22407 * sys/v4l/gstv4ltuner.c:
22408 * sys/v4l/v4lsrc_calls.c:
22409 * sys/v4l2/gstv4l2colorbalance.c:
22410 * sys/v4l2/gstv4l2tuner.c:
22411 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22413 2004-08-03 Benjamin Otte <otte@gnome.org>
22415 * examples/dynparams/filter.c: (ui_control_create):
22416 * examples/gstplay/player.c: (print_tag):
22417 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22418 * ext/gdk_pixbuf/gstgdkanimation.c:
22419 (gst_gdk_animation_iter_may_advance):
22420 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22421 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22422 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22423 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22424 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22425 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22426 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22427 * gst/sine/demo-dparams.c: (main):
22428 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22429 * testsuite/alsa/formats.c: (create_pipeline):
22430 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22431 fixes for G_DISABLE_ASSERT and friends
22432 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22433 (mp3_type_frame_length_from_header), (mp3_type_find),
22435 require mp3 typefinding to have at least MIN_HEADERS valid headers
22436 add typefinding for AAC adts files
22438 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22440 * sys/ximage/ximagesink.c:
22441 (gst_ximagesink_calculate_pixel_aspect_ratio):
22442 * sys/xvimage/xvimagesink.c:
22443 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22444 Make sure we calculate pixel-aspect-ratio using floating point maths
22446 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22449 updated translation
22451 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22453 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22454 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22455 add debugging for display PAR calculation
22457 2004-08-02 David Schleef <ds@schleef.org>
22459 * configure.ac: Fix mikmod CFLAGS.
22461 2004-07-27 Benjamin Otte <otte@gnome.org>
22463 * gst/audioscale/gstaudioscale.c:
22464 - fix templates to only support S16, it's the only format that works
22465 - make caps nego code use try_set_caps_nonfixed and fixation instead
22466 of try_set_caps twice, which is not nice for autopluggers
22467 - change rank to secondary, so autopluggers can pick it up after
22470 2004-08-02 Iain <iain@prettypeople.org>
22472 * gst/interleave/interleave.c (interleave_init),
22473 (interleave_request_new_pad),
22474 (interleave_pad_removed),
22475 (interleave_buffered_loop): Use the real pad count, not the artificial
22478 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22480 * configure.ac: bump nano back to development
22482 === release 0.8.3 ===
22484 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22486 * configure.ac: releasing 0.8.3, "Water"
22488 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22490 * sys/xvimage/xvimagesink.c:
22491 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22492 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22493 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22494 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22495 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22496 * sys/xvimage/xvimagesink.h:
22497 apply similar PAR fixes as to ximagesink
22499 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22501 patch from: Benjamin Otte
22503 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22504 add link function to lame. Fixes #148986.
22506 2004-08-02 Johan Dahlin <johan@gnome.org>
22508 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22511 2004-07-30 David Schleef <ds@schleef.org>
22513 * gst/videomixer/Makefile.am: Fix things that should have been
22514 fixed in the last checkin.
22516 2004-07-30 David Schleef <ds@schleef.org>
22518 * gst/multipart/Makefile.am: Fix things that should have been
22519 fixed in the last checkin.
22521 2004-07-30 David Schleef <ds@schleef.org>
22523 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22525 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22528 bump nano for prerelease
22540 2004-07-30 Wim Taymans <wim@fluendo.com>
22542 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22543 (gst_multifdsink_add), (gst_multifdsink_remove),
22544 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22545 (gst_multifdsink_client_remove),
22546 (gst_multifdsink_handle_client_write),
22547 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22548 * gst/tcp/gstmultifdsink.h:
22549 Recover from a select with a bad file descriptor by removing
22552 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22555 fix requirement of core
22556 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22557 (gst_play_pipeline_setup):
22558 don't use colorspace element. do use hermescolorspace element.
22559 make macro to get a colorspace element.
22560 mark strings for translation.
22572 update translations
22574 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22576 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22577 fix default for newmedia flag
22579 2004-07-30 Wim Taymans <wim@fluendo.com>
22581 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22582 (gst_theora_dec_init), (theora_get_formats),
22583 (theora_dec_src_convert), (theora_dec_sink_convert),
22584 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22585 (theora_dec_chain), (theora_dec_set_property),
22586 (theora_dec_get_property):
22587 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22588 (gst_theora_enc_class_init), (gst_theora_enc_init),
22589 (theora_enc_sink_link), (theora_enc_chain),
22590 (theora_enc_set_property), (theora_enc_get_property):
22591 Added cropping option to theora decoder.
22592 Added border option to theora encoder.
22594 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22596 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22597 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22598 (gst_pngenc_set_property):
22599 * ext/libpng/gstpngenc.h:
22600 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
22602 2004-07-30 Wim Taymans <wim@fluendo.com>
22604 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22605 (theora_enc_sink_link), (theora_enc_chain),
22606 (theora_enc_set_property), (theora_enc_get_property):
22607 Fix encoding of non-multiple-of-16 video.
22609 2004-07-29 David Schleef <ds@schleef.org>
22611 * configure.ac: make test for audiofile more strict
22613 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22615 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22616 give different names to typefind functions
22618 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22620 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22621 (gst_ximagesink_calculate_pixel_aspect_ratio),
22622 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22623 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22624 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22625 (gst_ximagesink_get_property), (gst_ximagesink_init):
22626 * sys/ximage/ximagesink.h:
22627 allocate PAR's dynamically.
22628 use autodetected PAR if no object-set PAR is given.
22629 add workaround for directfb's X not setting physical size.
22630 fix to xvimagesink will follow tomorrow.
22632 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22634 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22635 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22636 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22637 (gst_shout2send_class_init), (gst_shout2send_init),
22638 (set_shout_metadata), (gst_shout2send_set_metadata),
22639 (gst_shout2send_chain), (gst_shout2send_set_property),
22640 (gst_shout2send_get_property), (gst_shout2send_connect),
22641 (gst_shout2send_change_state):
22642 * ext/shout2/gstshout2.h:
22643 - fix for sending mp3 audio to icecast2 server, if pad link function not
22644 called before PAUSED state
22645 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22646 - added tagging support for mp3 audio broadcasted
22647 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22650 2004-07-28 Wim Taymans <wim@fluendo.com>
22652 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22653 (gst_ogg_demux_push):
22654 Return query failure when we don't know the length of
22655 an ogg stream insteda of returning TRUE with a bogus value.
22657 2004-07-28 Wim Taymans <wim@fluendo.com>
22659 * ext/theora/theoradec.c: (theora_get_formats),
22660 (theora_dec_src_convert), (theora_dec_sink_convert),
22661 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22662 (theora_dec_chain):
22663 Don't screw up the 1 Chroma for 1 luma sample situation when we
22664 have an odd offset/width by adding a black border in those cases.
22666 2004-07-28 Wim Taymans <wim@fluendo.com>
22668 * ext/theora/theoradec.c: (theora_get_formats),
22669 (theora_dec_src_convert), (theora_dec_sink_convert),
22670 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22671 (theora_dec_chain):
22672 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22673 Added first attempt at cropping of the image as required by the
22674 theora spec. We need more properties in the caps (offset_x,
22675 offset_y,stride) to implement this correctly.
22677 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22679 * ext/dvdnav/README:
22680 Update the README to use dvddemux
22681 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22682 Ensure getcaps returns a subset of the template caps
22683 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22684 (gst_mpeg2subt_init):
22685 Ensure getcaps returns a subset of the template caps
22686 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22687 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22688 (gst_dvd_demux_get_subpicture_stream),
22689 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22690 * gst/mpegstream/gstdvddemux.h:
22691 Set the explicit caps on the current_video pad before pushing
22693 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22694 (gst_mpeg_demux_get_audio_stream):
22695 Free caps used to gst_pad_set_explicit_caps, which takes a const
22698 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22700 * configure.ac: update GStreamer requirement to 0.8.4 because of
22703 2004-07-28 Wim Taymans <wim@fluendo.com>
22705 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22706 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22707 Add the pad to the element after setting up the caps. This
22708 makes it a lot easier to autoplug.
22710 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22712 * gst/median/gstmedian.c:
22713 * gst/mpeg2subt/gstmpeg2subt.c:
22714 * gst/mpegaudioparse/gstmpegaudioparse.c:
22715 * gst/mpegstream/gstdvddemux.c:
22716 * gst/mpegstream/gstmpegdemux.c:
22717 * gst/mpegstream/gstmpegpacketize.c:
22718 * gst/rtjpeg/gstrtjpeg.c:
22719 * gst/rtjpeg/gstrtjpegdec.c:
22720 * gst/rtjpeg/gstrtjpegenc.c:
22721 * gst/sine/gstsinesrc.c:
22722 * gst/smooth/gstsmooth.c:
22723 * gst/smpte/gstsmpte.c:
22724 * gst/smpte/gstsmpte.h:
22725 * gst/stereo/gststereo.c:
22726 * gst/videofilter/gstgamma.c:
22727 * gst/videofilter/gstvideobalance.c:
22728 * gst/videofilter/gstvideofilter.c:
22729 * gst/videofilter/gstvideoflip.c:
22730 * gst/videoscale/gstvideoscale.c:
22731 * gst/videoscale/videoscale.c:
22732 * gst/videotestsrc/gstvideotestsrc.c:
22733 * gst/videotestsrc/videotestsrc.c:
22734 * gst/wavenc/gstwavenc.c:
22735 * gst/wavparse/gstwavparse.c:
22736 fix local includes and 64 bits constants
22738 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22741 * gst-libs/gst/*/*.vcproj:
22743 more working plugins
22745 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22747 * testsuite/alsa/Makefile.am:
22748 * testsuite/alsa/srcstate.c:
22749 add test for alsasrc changing state
22751 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22753 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22755 * gst/silence/gstsilence.h:
22756 fix silence generation for 16bit raw audio
22758 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22760 * gst/matroska/matroska-demux.c:
22761 (gst_matroska_demux_parse_metadata),
22762 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22763 * gst/mpegaudio/common.c:
22764 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22765 (gst_videoscale_getcaps), (gst_videoscale_link),
22766 (gst_videoscale_src_fixate), (gst_videoscale_init),
22767 (gst_videoscale_finalize):
22768 * gst/videoscale/gstvideoscale.h:
22769 * gst/videotestsrc/gstvideotestsrc.c:
22770 (gst_videotestsrc_get_capslist):
22771 * gst/wavenc/gstwavenc.c:
22772 * sys/oss/gstossmixer.c: (fill_labels):
22773 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22774 (gst_ximagesink_handle_xevents),
22775 (gst_ximagesink_calculate_pixel_aspect_ratio),
22776 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22777 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22778 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22779 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22780 (gst_ximagesink_init), (gst_ximagesink_class_init):
22781 * sys/ximage/ximagesink.h:
22782 * sys/xvimage/xvimagesink.c:
22783 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22784 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22785 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22786 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22787 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22788 * sys/xvimage/xvimagesink.h:
22789 first batch of pixel aspect ratio commits.
22791 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22793 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22794 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22795 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22796 handle stride, needs work if we want to move stride handling
22797 upstream, but works correctly for our purposes.
22799 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22801 * gst/videoscale/README:
22802 add testing examples
22803 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22804 (gst_videoscale_chain):
22805 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22806 (gst_videoscale_get_size):
22807 add get_size function that handles stride like videotestsrc.
22808 fixes conversion for YUV formats for as much as I can test them.
22810 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22812 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22813 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22814 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22815 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22816 (gst_xvimagesink_xvimage_put):
22817 further cleanups, logging, error handling and synchronizing
22819 2004-07-27 Wim Taymans <wim@fluendo.com>
22821 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22822 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22823 (gst_videomixer_pad_set_property),
22824 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22825 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22826 (gst_videomixer_class_init), (gst_videomixer_init),
22827 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22828 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22829 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22830 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22831 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22832 (gst_videomixer_loop), (plugin_init):
22833 Be a nicer negotiation citizen and provide a getcaps function on
22834 the srcpad. This also fixes a crash when resizing.
22836 2004-07-27 Julien MOUTTE <julien@moutte.net>
22838 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22839 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22841 2004-07-27 Wim Taymans <wim@fluendo.com>
22843 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22844 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22845 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22846 (gst_pngenc_set_property):
22847 * ext/libpng/gstpngenc.h:
22848 Added snapshot property to pngenc.
22849 removed g_print from pngdec
22851 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22853 * gst/ac3parse/ac3parse.vcproj
22854 * gst/adder/adder.vcproj
22855 * gst/alpha/alpha.vcproj
22856 * gst/alpha/alphacolor.vcproj
22857 * gst/asfdemux/asf.vcproj
22858 * gst/audioconvert/audioconvert.vcproj
22859 * gst/audiorate/audiorate.vcproj
22860 * gst/audioscale/audioscale.vcproj
22861 * gst/auparse/auparse.vcproj
22862 * gst/avi/avi.vcproj
22863 * gst/cdxaparse/cdxaparse.vcproj
22864 * gst/chart/chart.vcproj
22865 * gst/colorspace/colorspace.vcproj
22866 * gst/cutter/cutter.vcproj
22867 * gst/debug/debug.vcproj
22868 * gst/debug/efence.vcproj
22869 * gst/debug/navigationtest.vcproj
22870 * gst/deinterlace/deinterlace.vcproj
22871 * gst/effectv/effectv.vcproj
22872 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22873 * gst/filter/filter.vcproj
22874 * gst/flx/flxdec.vcproj
22875 * gst/goom/goom.vcproj
22876 * gst/interleave/interleave.vcproj
22877 * gst/law/alaw.vcproj
22878 * gst/law/mulaw.vcproj
22879 * gst/matroska/matroska.vcproj
22880 * gst/median/median.vcproj
22881 * gst/mixmatrix/mixmatrix.vcproj
22882 * gst/mpeg1sys/mpeg1systemencode.vcproj
22883 * gst/mpeg1videoparse/mp1videoparse.vcproj
22884 * gst/mpeg2sub/mpeg2subt.vcproj
22885 * gst/mpegaudio/mpegaudio.vcproj
22886 * gst/mpegaudioparse/mpegaudioparse.vcproj
22887 * gst/mpegstream/mpegstream.vcproj
22888 * gst/multifilesink/multifilesink.vcproj
22889 * gst/multipart/multipart.vcproj
22890 * gst/oneton/oneton.vcproj
22891 * gst/overlay/overlay.vcproj
22892 * gst/passthrough/passthrough.vcproj
22893 * gst/qtdemux/qtdemux.vcproj
22894 * gst/realmedia/rmdemux.vcproj
22895 * gst/rtjpeg/rtjpeg.vcproj
22896 * gst/rtp/rtp.vcproj
22897 * gst/silence/silence.vcproj
22898 * gst/sine/sinesrc.vcproj
22899 * gst/smooth/smooth.vcproj
22900 * gst/smpte/smpte.vcproj
22901 * gst/spectrum/spectrum.vcproj
22902 * gst/speed/speed.vcproj
22903 * gst/stereo/stereo.vcproj
22904 * gst/switch/switch.vcproj
22905 * gst/tags/tagedit.vcproj
22906 * gst/tcp/tcp.vcproj
22907 * gst/typefind/typefindfunctions.vcproj
22908 * gst/udp/udp.vcproj
22909 * gst/videobox/videobox.vcproj
22910 * gst/videocrop/videocrop.vcproj
22911 * gst/videodrop/videodrop.vcproj
22912 * gst/videofilter/gamma.vcproj
22913 * gst/videofilter/videobalance.vcproj
22914 * gst/videofilter/videofilter.vcproj
22915 * gst/videofilter/videoflip.vcproj
22916 * gst/videoflip/videoflip.vcproj
22917 * gst/videomixer/videomixer.vcproj
22918 * gst/videorate/videorate.vcproj
22919 * gst/videoscale/videoscale.vcproj
22920 * gst/videotestsrc/videotestsrc.vcproj
22921 * gst/virtualdub/virtualdub.vcproj
22922 * gst/volenv/volenv.vcproj
22923 * gst/volume/volume.vcproj
22924 * gst/wavenc/wavenc.vcproj
22925 * gst/wavparse/wavparse.vcproj
22926 * gst/y4m/y4menc.vcproj
22927 * gst-libs/gst/audio/audio.vcproj
22928 * gst-libs/gst/audio/audiofilter.vcproj
22929 * gst-libs/gst/colorbalance/colorbalance.vcproj
22930 * gst-libs/gst/idct/idtc.vcproj
22931 * gst-libs/gst/media-info/media-info.vcproj
22932 * gst-libs/gst/mixer/mixer.vcproj
22933 * gst-libs/gst/navigation/navigation.vcproj
22934 * gst-libs/gst/play/play.vcproj
22935 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22936 * gst-libs/gst/resample/resample.vcproj
22937 * gst-libs/gst/riff/riff.vcproj
22938 * gst-libs/gst/tuner/tuner.vcproj
22939 * gst-libs/gst/video/video.vcproj
22940 * gst-libs/gst/xoverlay/xoverlay.vcproj
22941 avoid problems with math.h, fix release dependancy
22942 rename GStreamer-0.8.lib to libgstreamer.lib
22944 2004-07-27 Julien MOUTTE <julien@moutte.net>
22946 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22947 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22948 the atom is not available we have to unlock the mutex. Fixes #148023
22950 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22952 * gst-libs/gst/media-info/media-info.h:
22953 issue for a vararg macro with MSVC
22955 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22957 * gst/effectv/effectv.vcproj
22958 * gst-libs/gst/idct/idct.vcproj:
22959 * gst-libs/gst/media-info/media-info.vcproj:
22960 * gst-libs/gst/navigation/navigation.vcproj:
22961 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22962 * gst-libs/gst/video/video.vcproj:
22963 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22964 fixes for build problems
22966 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22968 * gst-libs/gst/audio/audio.def:
22969 * gst-libs/gst/audio/riff.def:
22970 add some definitions needed by plugins
22972 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22974 * gst/asfdemux/gstasfmux.c
22975 Fix some 64 bits constants to be glib friendly
22977 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22979 * gst/ac3parse/gstac3parse.c
22980 * gst/audioscale/gstaudioscale.c
22981 * gst/auparse/gstauparse.c
22982 * gst/colorspace/gstcolorspace.c
22983 * gst/colorspace/yuv2rgb.h
22984 local include fixes
22986 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22989 add more plugins to the build
22991 2004-07-26 Julien MOUTTE <julien@moutte.net>
22993 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22994 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22996 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22998 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22999 (gst_level_set_property), (gst_level_get_property),
23000 (gst_level_base_init), (gst_level_class_init):
23001 add debugging categories. cleanups.
23003 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23005 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23006 (gst_videoscale_planar411), (gst_videoscale_planar400),
23007 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23008 (gst_videoscale_scale_nearest_str1),
23009 (gst_videoscale_scale_nearest_str2),
23010 (gst_videoscale_scale_nearest_str4),
23011 (gst_videoscale_scale_nearest_16bit),
23012 (gst_videoscale_scale_nearest_24bit):
23013 fixed stride issues
23014 tested with 320x240 -> 321, 322, 324 x240
23015 tested with YV12, I420, YUY2, UYVY
23016 fixed packed422rev (don't think it could have worked before)
23017 by testing with UYVY
23019 2004-07-26 Benjamin Otte <otte@gnome.org>
23021 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23022 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23024 add debugging category, add error checks like checking return values
23025 of setup calls, make sure it still works after
23026 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23028 2004-07-26 Wim Taymans <wim@fluendo.com>
23030 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23031 (gst_mpeg_demux_get_audio_stream),
23032 (gst_mpeg_demux_process_private):
23033 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23034 Check for error codes from the negotiation functions. Make sure
23035 we really set the pad caps when a new pad is created.
23037 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23039 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23040 (gst_ffmpeg_caps_to_pix_fmt):
23041 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23042 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23043 (gst_ffmpegcolorspace_pad_link):
23044 don't make function do two things at the same time without reason.
23046 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23048 * gst/ac3parse/ac3parse.vcproj
23049 * gst/adder/adder.vcproj
23050 * gst/alpha/alpha.vcproj
23051 * gst/alpha/alphacolor.vcproj
23052 * gst/asfdemux/asf.vcproj
23053 * gst/audioconvert/audioconvert.vcproj
23054 * gst/audiorate/audiorate.vcproj
23055 * gst/audioscale/audioscale.vcproj
23056 * gst/auparse/auparse.vcproj
23057 * gst/avi/avi.vcproj
23058 * gst/cdxaparse/cdxaparse.vcproj
23059 * gst/chart/chart.vcproj
23060 * gst/colorspace/colorspace.vcproj
23061 * gst/cutter/cutter.vcproj
23062 * gst/debug/debug.vcproj
23063 * gst/debug/efence.vcproj
23064 * gst/debug/navigationtest.vcproj
23065 * gst/deinterlace/deinterlace.vcproj
23066 * gst/effectv/effectv.vcproj
23067 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23068 * gst/filter/filter.vcproj
23069 * gst/flx/flxdec.vcproj
23070 * gst/goom/goom.vcproj
23071 * gst/interleave/interleave.vcproj
23072 * gst/law/alaw.vcproj
23073 * gst/law/mulaw.vcproj
23074 * gst/matroska/matroska.vcproj
23075 * gst/median/median.vcproj
23076 * gst/mixmatrix/mixmatrix.vcproj
23077 * gst/mpeg1sys/mpeg1systemencode.vcproj
23078 * gst/mpeg1videoparse/mp1videoparse.vcproj
23079 * gst/mpeg2sub/mpeg2subt.vcproj
23080 * gst/mpegaudio/mpegaudio.vcproj
23081 * gst/mpegaudioparse/mpegaudioparse.vcproj
23082 * gst/mpegstream/mpegstream.vcproj
23083 * gst/multifilesink/multifilesink.vcproj
23084 * gst/multipart/multipart.vcproj
23085 * gst/oneton/oneton.vcproj
23086 * gst/overlay/overlay.vcproj
23087 * gst/passthrough/passthrough.vcproj
23088 * gst/qtdemux/qtdemux.vcproj
23089 * gst/realmedia/rmdemux.vcproj
23090 * gst/rtjpeg/rtjpeg.vcproj
23091 * gst/rtp/rtp.vcproj
23092 * gst/silence/silence.vcproj
23093 * gst/sine/sinesrc.vcproj
23094 * gst/smooth/smooth.vcproj
23095 * gst/smpte/smpte.vcproj
23096 * gst/spectrum/spectrum.vcproj
23097 * gst/speed/speed.vcproj
23098 * gst/stereo/stereo.vcproj
23099 * gst/switch/switch.vcproj
23100 * gst/tags/tagedit.vcproj
23101 * gst/tcp/tcp.vcproj
23102 * gst/typefind/typefindfunctions.vcproj
23103 * gst/udp/udp.vcproj
23104 * gst/videobox/videobox.vcproj
23105 * gst/videocrop/videocrop.vcproj
23106 * gst/videodrop/videodrop.vcproj
23107 * gst/videofilter/gamma.vcproj
23108 * gst/videofilter/videobalance.vcproj
23109 * gst/videofilter/videofilter.vcproj
23110 * gst/videofilter/videoflip.vcproj
23111 * gst/videoflip/videoflip.vcproj
23112 * gst/videomixer/videomixer.vcproj
23113 * gst/videorate/videorate.vcproj
23114 * gst/videoscale/videoscale.vcproj
23115 * gst/videotestsrc/videotestsrc.vcproj
23116 * gst/virtualdub/virtualdub.vcproj
23117 * gst/volenv/volenv.vcproj
23118 * gst/volume/volume.vcproj
23119 * gst/wavenc/wavenc.vcproj
23120 * gst/wavparse/wavparse.vcproj
23121 * gst/y4m/y4menc.vcproj
23122 more plugins supported under windows
23124 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23126 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23127 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23128 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23129 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23130 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23131 Add debugging statements. Use the sizes as returned by the
23132 *CreateImage calls.
23134 2004-07-26 Johan Dahlin <johan@gnome.org>
23136 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23137 the pad is negotiated.
23139 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23141 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23143 * gst-libs/gst/colorbalance/colorbalance.vcproj:
23144 * gst-libs/gst/idct/idct.vcproj:
23145 * gst-libs/gst/media-info/media-info.vcproj:
23146 * gst-libs/gst/mixer/mixer.vcproj:
23147 * gst-libs/gst/navigation/navigation.vcproj:
23148 * gst-libs/gst/play/play.vcproj:
23149 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23150 * gst-libs/gst/resample/resample.vcproj:
23151 * gst-libs/gst/tuner/tuner.vcproj:
23152 * gst-libs/gst/video/video.vcproj:
23153 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23154 more plugins supported under windows
23156 2004-07-25 Iain <iain@prettypeople.org>
23158 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23159 pad now rather than when the pad is created because state changes wipe
23160 explicit caps (fixes #148043).
23162 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
23164 reviewed by Benjamin Otte <otte@gnome.org>
23166 * ext/mad/gstmad.c:
23167 fix mad plugin crashing on Sun (fixes #148289)
23169 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23172 * gst/avi/avi.vcproj:
23173 * gst/matroska/matroska.def:
23174 * gst/matroska/matroska.vcproj:
23175 remove unused .def files
23177 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23179 * gst-libs/gst/audio/gstaudiofilter.c:
23180 Clean the local include
23182 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23185 * gst-libs/gst/audio/audio.def:
23186 * gst-libs/gst/audio/audio.vcproj:
23187 * gst-libs/gst/audio/audiofilter.vcproj:
23188 * gst-libs/gst/audio/riff.def:
23189 * gst-libs/gst/audio/riff.vcproj:
23190 * gst-libs/gst/gst-libs.def:
23191 * gst-libs/gst/gst-libs.vcproj:
23192 * gst/avi/avi.vcproj:
23193 * gst/avi/avi.vcproj:
23194 Copy the files where needed after building, cleaner projects
23196 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23198 * gst/matroska/ebml-write.c:
23199 Fix some 64 bits constants to be glib friendly
23201 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
23204 * gst-libs/gst/gst-libs.def:
23205 * gst-libs/gst/gst-libs.vcproj:
23206 * gst/matroska/matroska.def:
23207 * gst/matroska/matroska.vcproj:
23208 Add the preliminary canvas to build plugins on Win32
23210 2004-07-23 Benjamin Otte <otte@gnome.org>
23212 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23213 don't enfore negotiation from source side, it breaks
23214 sinesrc ! audioconvert ! osssink
23216 2004-07-22 David Schleef <ds@schleef.org>
23218 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23219 for ELF files, since they can easily be recognized as audio/mpeg.
23222 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23224 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23225 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23226 (gst_videoscale_scale_nearest_24bit),
23227 (gst_videoscale_scale_nearest_16bit):
23228 fix 16bit and 24bit for stride (24bit might need testing)
23229 don't pretend we do more than one algorithm
23231 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23235 * gst/multifilesink/Makefile.am:
23236 * gst/multifilesink/gstmultifilesink.c:
23237 (gst_multifilesink_get_formats),
23238 (gst_multifilesink_get_query_types), (_do_init),
23239 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23240 (gst_multifilesink_init), (gst_multifilesink_dispose),
23241 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23242 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23243 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23244 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23245 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23246 (gst_multifilesink_uri_get_type),
23247 (gst_multifilesink_uri_get_protocols),
23248 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23249 (gst_multifilesink_uri_handler_init), (plugin_init):
23250 * gst/multifilesink/gstmultifilesink.h:
23251 * testsuite/Makefile.am:
23252 * testsuite/multifilesink/Makefile.am:
23253 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23254 (gst_newmedia_class_init), (gst_newmedia_init),
23255 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23256 (newfile_signal), (test_signal), (main):
23257 multifilesink plugin for creating new files every time a new media
23258 discontinuity event occurs
23260 2004-07-22 Wim Taymans <wim@fluendo.com>
23262 * gst/alpha/Makefile.am:
23263 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23264 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23265 (gst_alpha_color_init), (gst_alpha_color_set_property),
23266 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23267 (transform), (gst_alpha_color_chain),
23268 (gst_alpha_color_change_state), (plugin_init):
23269 Stupid plugin to to RGBA to AYUV conversion because none of
23270 the colorspace plugins can handle that yet.
23272 2004-07-22 Wim Taymans <wim@fluendo.com>
23274 * examples/seeking/seek.c: (update_scale), (main):
23275 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23276 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23277 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23278 (gst_decode_bin_init), (gst_decode_bin_dispose),
23279 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23280 (no_more_pads), (close_link), (type_found),
23281 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23283 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23284 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23285 (gst_play_base_bin_dispose), (queue_overrun),
23286 (gen_preroll_element), (remove_prerolls), (unknown_type),
23287 (no_more_pads), (new_stream), (setup_source),
23288 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23289 (play_base_eos), (gst_play_base_bin_change_state),
23290 (gst_play_base_bin_add_element),
23291 (gst_play_base_bin_remove_element),
23292 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23293 (gst_play_base_bin_unlink_stream),
23294 (gst_play_base_bin_get_streaminfo):
23295 * gst/playback/gstplaybin.c: (gen_video_element),
23296 (gen_audio_element):
23297 * gst/playback/gststreaminfo.h:
23298 More playback updates, attempt to fix things after the state change
23301 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23303 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23304 (gst_videoscale_scale_nearest_16bit):
23307 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23309 * gst/videotestsrc/gstvideotestsrc.c:
23310 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23311 (gst_videotestsrc_init), (gst_videotestsrc_get),
23312 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23313 (gst_videotestsrc_get_property):
23314 * gst/videotestsrc/gstvideotestsrc.h:
23315 * gst/videotestsrc/videotestsrc.c:
23316 * gst/videotestsrc/videotestsrc.h:
23317 cleanup and commenting
23319 2004-07-21 Wim Taymans <wim@fluendo.com>
23321 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23322 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23323 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23324 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23325 (_find_chain_get_unknown_part), (_find_streams_check),
23326 (gst_ogg_demux_push), (gst_ogg_pad_push):
23327 * ext/theora/theoradec.c: (theora_get_formats),
23328 (theora_dec_src_convert), (theora_dec_sink_convert),
23329 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23330 (theora_dec_chain):
23331 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23332 (vorbis_dec_convert), (vorbis_dec_src_query),
23333 (vorbis_dec_src_event), (vorbis_dec_event):
23334 More seeking fixes, oggdemux now supports seeking to time and
23335 uses the downstream element to convert granulepos to time.
23336 Seeking in theora-only ogg files now works.
23338 2004-07-21 Wim Taymans <wim@fluendo.com>
23340 * ext/theora/theoradec.c: (gst_theora_dec_init),
23341 (theora_get_formats), (theora_get_event_masks),
23342 (theora_get_query_types), (theora_dec_src_convert),
23343 (theora_dec_sink_convert), (theora_dec_src_query),
23344 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23345 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23346 (vorbis_get_event_masks), (vorbis_get_query_types),
23347 (gst_vorbis_dec_init), (vorbis_dec_convert),
23348 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23349 Added query/convert/formats functions to vorbis and theora decoders
23350 so that the outside world can use them too. Fixed seeking on an
23351 ogg/theora/vorbis file by disabling the seeking seeking on the
23354 2004-07-21 Julien MOUTTE <julien@moutte.net>
23356 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23357 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23358 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23359 images creation for both elements. We don't create the image on caps
23360 nego or renego, we just destroy the internal one if present if it does
23361 not match the needs. The chain function takes care of creating a new
23363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23364 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23365 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23366 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23367 the image format information. The buffer pool checks for the context
23368 image format and discard images with different formats.
23369 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23371 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23373 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23374 (gst_ffmpegcolorspace_chain):
23375 no point in doing any chaining if the pad we want to push from
23378 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23380 * gst-libs/gst/riff/riff-media.c:
23381 (gst_riff_create_audio_caps_with_data):
23382 Fix double end-to-native symbol conversion (#148021).
23384 2004-07-20 David Schleef <ds@schleef.org>
23386 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23387 Don't use an Atom that doesn't exist.
23389 2004-07-20 Wim Taymans <wim@fluendo.com>
23391 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23392 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23393 (gst_multifdsink_client_remove),
23394 (gst_multifdsink_handle_client_write),
23395 (gst_multifdsink_queue_buffer):
23396 * gst/tcp/gstmultifdsink.h:
23397 More multifdsink stats. Avoid deadlock by releasing locks
23398 before sending out a signal.
23400 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23404 added Hungarian translation (Laszlo Dvornik)
23406 2004-07-20 Wim Taymans <wim@fluendo.com>
23408 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23409 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23410 (gst_multifdsink_handle_client_write),
23411 (gst_multifdsink_queue_buffer):
23412 * gst/tcp/gsttcp-marshal.list:
23413 Fixed the stupid marshal definition.
23415 2004-07-20 Wim Taymans <wim@fluendo.com>
23417 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23418 (gst_multifdsink_init), (gst_multifdsink_add),
23419 (gst_multifdsink_client_remove),
23420 (gst_multifdsink_handle_client_write),
23421 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23422 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23423 (gst_multifdsink_init_send):
23424 * gst/tcp/gstmultifdsink.h:
23425 Added more stats, added timeout for a client, fixed some typos
23426 and added some comments.
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/tcp/gstmultifdsink.h:
23435 * gst/tcp/gsttcp-marshal.list:
23436 Added get_stats method that returns a GValueArray of
23439 2004-07-19 Benjamin Otte <otte@gnome.org>
23441 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23442 make sure longname, description and author are valid UTF-8
23444 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23446 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23447 (gst_ximagesink_set_property):
23448 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23449 (gst_xvimagesink_set_property):
23450 make sure SYNCHRONOUS is respected after getting the X context
23452 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23454 * gst/matroska/matroska-demux.c:
23455 (gst_matroska_demux_handle_src_event),
23456 (gst_matroska_demux_parse_blockgroup):
23457 * gst/matroska/matroska-ids.h:
23458 add BlockReference tag and ignore it to clear out log.
23459 ignore NAVIGATION events to clear out log.
23461 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23463 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23464 (gst_matroska_demux_add_stream):
23465 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23466 add debug categories
23468 2004-07-16 Wim Taymans <wim@fluendo.com>
23470 * ext/libpng/Makefile.am:
23471 * ext/libpng/gstpng.c: (plugin_init):
23472 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23473 (gst_pngdec_get_type), (gst_pngdec_base_init),
23474 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23475 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23476 * ext/libpng/gstpngdec.h:
23479 2004-07-16 Julien MOUTTE <julien@moutte.net>
23481 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23482 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23483 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23484 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23485 (gst_ximagesink_buffer_alloc):
23486 * sys/ximage/ximagesink.h:
23487 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23488 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23489 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23490 (gst_xvimagesink_buffer_alloc):
23491 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23492 again. Using internal data pointer of the x(v)image to store image's
23493 data to be coherent with the buffer alloc mechanism. Investigated the
23494 image destruction code to be sure that everything gets freed correctly.
23496 2004-07-16 Wim Taymans <wim@fluendo.com>
23498 * gst-libs/gst/riff/riff-read.c:
23499 (gst_riff_read_strf_vids_with_data),
23500 (gst_riff_read_strf_auds_with_data):
23501 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23502 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23503 Make sure we don't create 0 sized subbuffers in riff-read.
23504 Signal the no more pads signal after reading the avi header.
23506 2004-07-16 Wim Taymans <wim@fluendo.com>
23508 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23509 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23510 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23511 (gst_decode_bin_init), (gst_decode_bin_dispose),
23512 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23513 (no_more_pads), (close_link), (type_found),
23514 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23515 (gst_decode_bin_change_state), (plugin_init):
23516 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23517 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23518 (gst_play_base_bin_dispose), (queue_overrun),
23519 (gen_preroll_element), (remove_prerolls), (unknown_type),
23520 (no_more_pads), (new_stream), (setup_source),
23521 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23522 (play_base_eos), (gst_play_base_bin_change_state),
23523 (gst_play_base_bin_add_element),
23524 (gst_play_base_bin_remove_element),
23525 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23526 (gst_play_base_bin_unlink_stream),
23527 (gst_play_base_bin_get_streaminfo):
23528 * gst/playback/gstplaybasebin.h:
23529 Better error recovery. Added configurable preroll queue size. Faster
23530 detection of no-more-pads.
23532 2004-07-16 Wim Taymans <wim@fluendo.com>
23534 * gst-libs/gst/video/video.h:
23535 Added 32 bits RGBA. Not sure if we should use another mime-type
23536 for alpha rgb. Currently the presence of the alpha_mask property
23537 signals an alpha channel.
23539 2004-07-16 Wim Taymans <wim@fluendo.com>
23541 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23542 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23543 FPS seems to be 0.0 to MAX everywhere else.
23545 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23547 * gst-libs/gst/riff/riff-media.c:
23548 (gst_riff_create_video_caps_with_data):
23549 mp42/mp43 (no caps) exist too.
23550 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23551 Set pixel_width/height; we've got them in-caps.
23552 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23553 * gst/wavparse/gstwavparse.c: (plugin_init):
23554 Both are valid primary.
23555 * sys/oss/gstossmixer.c:
23556 Remove i18n hack and enable translations.
23558 2004-07-15 Benjamin Otte <otte@gnome.org>
23560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23561 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23562 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23564 2004-07-15 Benjamin Otte <otte@gnome.org>
23566 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23567 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23568 (gst_alsa_close_audio):
23569 disable some of the debugging code for now. Writing debugging to a
23570 buffer is broken in current alsalib releases.
23572 2004-07-12 Benjamin Otte <otte@gnome.org>
23574 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23577 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23579 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23580 (theora_dec_src_query), (theora_dec_event):
23581 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23582 add debugging categories. Remove \n's.
23584 2004-07-13 Johan Dahlin <johan@gnome.org>
23586 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23587 (gst_play_bin_get_property): Impl.
23589 2004-07-13 Wim Taymans <wim@fluendo.com>
23591 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23592 When trying to find the stream length, seek back N pages
23593 instead of just one, where N is the number of streams in
23596 2004-07-13 Wim Taymans <wim@fluendo.com>
23598 * gst-libs/gst/riff/riff-media.c:
23599 (gst_riff_create_audio_caps_with_data),
23600 (gst_riff_create_audio_caps),
23601 (gst_riff_create_audio_template_caps):
23602 * gst-libs/gst/riff/riff-media.h:
23603 * gst-libs/gst/riff/riff-read.c:
23604 (gst_riff_read_strf_vids_with_data),
23605 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23606 * gst-libs/gst/riff/riff-read.h:
23607 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23608 (gst_avi_demux_add_stream):
23609 Set codec_data on caps for avidemuxer.
23611 2004-07-12 David Schleef <ds@schleef.org>
23613 * configure.ac: Fix test for Objective C
23615 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23616 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23617 (gst_gdk_pixbuf_chain):
23618 Add svg and pcx to template caps, and ensure that getcaps returns a
23619 subset of the template caps.
23620 Copy each row manually for output, as gdkpixbuf may pad the
23621 rowstride to a 32-bit word boundary.
23623 2004-07-12 Wim Taymans <wim@fluendo.com>
23625 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23626 (gst_riff_create_video_template_caps):
23627 Fix the template caps to include some more media types.
23629 2004-07-12 Wim Taymans <wim@fluendo.com>
23631 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23632 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23633 (compare_ranks), (print_feature), (gst_decode_bin_init),
23634 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23635 (try_to_link_1), (new_pad), (close_link), (type_found),
23636 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23637 (gst_decode_bin_change_state), (plugin_init):
23638 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23639 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23640 (gst_play_base_bin_dispose), (queue_overrun),
23641 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23642 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23643 (gst_play_base_bin_get_property), (play_base_eos),
23644 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23645 (gst_play_base_bin_remove_element),
23646 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23647 (gst_play_base_bin_unlink_stream),
23648 (gst_play_base_bin_get_streaminfo):
23649 * gst/playback/gstplaybasebin.h:
23650 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23651 (gst_play_bin_class_init), (gst_play_bin_init),
23652 (gst_play_bin_dispose), (gst_play_bin_set_property),
23653 (gst_play_bin_get_property), (gen_video_element),
23654 (gen_audio_element), (remove_sinks), (setup_sinks),
23655 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23656 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23657 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23658 (gst_play_bin_query), (plugin_init):
23659 * gst/playback/test4.c: (main):
23660 More fixes on reusing of the element.
23662 2004-07-11 Benjamin Otte <otte@gnome.org>
23664 * ext/mad/gstmad.c: (normal_seek):
23665 allow seeking for other methods than just SET
23667 2004-07-11 Andy Wingo <wingo@pobox.com>
23669 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23670 float, "any" caps -> buffer_frames=[0,MAX].
23672 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23673 doesn't intersect our caps with the template any more. Do it
23675 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23677 2004-07-09 Wim Taymans <wim@fluendo.com>
23679 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23680 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23681 (compare_ranks), (print_feature), (gst_decode_bin_init),
23682 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23683 (try_to_link_1), (new_pad), (close_link), (type_found),
23684 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23685 (gst_decode_bin_change_state), (plugin_init):
23686 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23687 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23688 (gst_play_base_bin_dispose), (queue_overrun),
23689 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23690 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23691 (gst_play_base_bin_get_property), (play_base_eos),
23692 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23693 (gst_play_base_bin_remove_element),
23694 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23695 (gst_play_base_bin_unlink_stream),
23696 (gst_play_base_bin_get_streaminfo):
23697 * gst/playback/gstplaybasebin.h:
23698 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23699 (gst_play_bin_class_init), (gst_play_bin_init),
23700 (gst_play_bin_dispose), (gst_play_bin_set_property),
23701 (gst_play_bin_get_property), (gen_video_element),
23702 (gen_audio_element), (remove_sinks), (setup_sinks),
23703 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23704 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23705 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23706 (gst_play_bin_query), (plugin_init):
23707 * gst/playback/test4.c: (main):
23708 Work on object reuse and seeking.
23710 2004-07-09 Wim Taymans <wim@fluendo.com>
23712 * examples/seeking/seek.c: (iterate):
23713 Don't consume all CPU in the idle loop.
23715 2004-07-09 Wim Taymans <wim@fluendo.com>
23717 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23718 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23719 Add pad to element *after* setting the pad functions so that
23720 the scheduler can use the correct ones.
23722 2004-07-09 Wim Taymans <wim@fluendo.com>
23724 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23725 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23726 Sync to keyframe after seek
23728 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23730 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23731 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23732 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23733 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23734 * ext/libvisual/visual.c: (gst_visual_change_state):
23735 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23736 * ext/theora/theoradec.c: (theora_dec_change_state):
23737 * ext/theora/theoraenc.c: (theora_enc_change_state):
23738 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23739 * gst-libs/gst/navigation/navigation.c:
23740 * gst/adder/gstadder.c: (gst_adder_change_state):
23741 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23742 (gst_audio_convert_get_buffer):
23743 * gst/multipart/multipartdemux.c:
23744 (gst_multipart_demux_change_state):
23745 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23746 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23747 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23748 * gst/videoscale/gstvideoscale.c:
23749 (gst_videoscale_handle_src_event):
23750 * gst/volume/gstvolume.c: (volume_chain_int16):
23751 don't assert in state change, this should be done by the base
23753 various debugging fixes.
23755 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23758 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23759 (gst_play_dispose), (gst_play_set_location),
23760 (gst_play_set_data_src), (gst_play_set_video_sink),
23761 (gst_play_set_audio_sink), (gst_play_set_visualization),
23762 (gst_play_connect_visualization), (gst_play_get_sink_element),
23763 (gst_play_get_all_by_interface):
23764 * gst-libs/gst/play/play.h:
23765 add new method to get elements implementing an interface.
23766 add various error logging
23768 2004-07-08 Wim Taymans <wim@fluendo.com>
23770 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23771 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23772 (make_playerbin_pipeline), (query_durations_elems),
23773 (query_durations_pads), (query_positions_elems),
23774 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23776 Added playbin seeking example.
23778 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23780 * gst-libs/gst/play/play.c: (gst_play_set_location),
23781 (gst_play_set_data_src), (gst_play_set_video_sink),
23782 (gst_play_set_audio_sink), (gst_play_set_visualization),
23783 (gst_play_connect_visualization), (gst_play_get_framerate):
23784 use a macro to look up elements from hash table
23786 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23788 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23789 (gst_play_get_length_callback), (gst_play_set_location),
23790 (gst_play_seek_to_time), (gst_play_set_data_src),
23791 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23792 (gst_play_set_visualization), (gst_play_connect_visualization),
23793 (gst_play_get_sink_element):
23794 - add debugging info
23795 - fix looking up sink elements by iterating over complete caps
23796 - put everything except for source and autoplugger in a complete bin
23798 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23800 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23801 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23802 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23803 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23804 * ext/alsa/gstalsasink.h:
23805 - add debugging info
23806 - clean up schizophrenia of data/buffer/event
23807 - fix double event unref error
23809 2004-07-08 Wim Taymans <wim@fluendo.com>
23811 * gst/playback/Makefile.am:
23812 Add headers to noinst
23814 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23816 * tools/gst-launch-ext-m.m:
23817 * tools/gst-launch-ext.1.in:
23818 convert to the third millenium
23820 2004-07-07 David Schleef <ds@schleef.org>
23822 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23824 2004-07-07 Wim Taymans <wim@fluendo.com>
23826 * gst/playback/Makefile.am:
23827 * gst/playback/README:
23828 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23829 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23830 (compare_ranks), (print_feature), (gst_decode_bin_init),
23831 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23832 (try_to_link_1), (new_pad), (close_link), (type_found),
23833 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23835 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23836 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23837 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23838 (gen_preroll_element), (no_more_pads), (new_stream),
23839 (setup_source), (gst_play_base_bin_set_property),
23840 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23841 (gst_play_base_bin_add_element),
23842 (gst_play_base_bin_remove_element),
23843 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23844 (gst_play_base_bin_unlink_stream),
23845 (gst_play_base_bin_get_streaminfo):
23846 * gst/playback/gstplaybasebin.h:
23847 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23848 (gst_play_bin_class_init), (gst_play_bin_init),
23849 (gst_play_bin_dispose), (gst_play_bin_set_property),
23850 (gst_play_bin_get_property), (gen_video_element),
23851 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23852 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23853 (gst_play_bin_get_formats), (gst_play_bin_convert),
23854 (gst_play_bin_get_query_types), (gst_play_bin_query),
23856 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23857 (gst_stream_info_get_type), (gst_stream_info_class_init),
23858 (gst_stream_info_init), (gst_stream_info_new),
23859 (gst_stream_info_dispose), (gst_stream_info_set_property),
23860 (gst_stream_info_get_property):
23861 * gst/playback/gststreaminfo.h:
23862 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23864 * gst/playback/test2.c: (main):
23865 * gst/playback/test3.c: (update_scale), (main):
23866 More playbin fixes. Added README. Do better element filtering.
23867 Added base class to preroll media. Added test apps.
23869 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23871 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23872 * ext/mpeg2dec/gstmpeg2dec.h:
23873 various debugging improvements. Reset stream to next picture
23874 instead of sequence header, otherwise seeks cannot work.
23876 2004-07-07 Wim Taymans <wim@fluendo.com>
23878 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23879 (gst_video_box_class_init), (gst_video_box_set_property),
23880 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23881 Use pad_alloc where possible.
23883 2004-07-07 Wim Taymans <wim@fluendo.com>
23885 * sys/oss/gstosselement.c: (gst_osselement_reset),
23886 (gst_osselement_parse_caps):
23887 * sys/oss/gstosselement.h:
23888 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23889 Fix offset on osssrc.
23891 2004-07-07 Wim Taymans <wim@fluendo.com>
23893 * ext/theora/theora.c: (plugin_init):
23894 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23895 (theora_dec_src_query), (theora_dec_chain):
23896 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23897 (theora_enc_sink_link), (theora_buffer_from_packet),
23898 (theora_push_packet), (theora_enc_chain):
23899 Fix theora granulepos calculation.
23900 Fix overflow in duration/position calculation.
23901 Bump rank to PRIMARY for theoradec.
23902 Use granulepos of last packet to calculate position.
23903 Set keyframe flag on buffers when needed.
23905 2004-07-06 David Schleef <ds@schleef.org>
23907 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23908 serious? (Fixed, obviously.)
23910 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23914 added Czech translation (Miloslav Trmac)
23916 2004-07-05 Wim Taymans <wim@fluendo.com>
23918 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23919 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23920 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23921 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23922 (close_link), (type_found), (gst_decode_bin_set_property),
23923 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23924 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23925 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23926 (gst_decode_bin_query), (plugin_init):
23927 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23928 (gst_play_bin_class_init), (gst_play_bin_init),
23929 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23930 (get_video_element), (new_pad), (setup_source),
23931 (gst_play_bin_set_property), (gst_play_bin_get_property),
23932 (gst_play_bin_change_state), (gst_play_bin_add_element),
23933 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23934 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23935 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23936 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23937 * gst/playback/test.c: (main):
23938 More fixes, cleaned up playbin, make it use decodebin. Added
23939 threaded property to playbin.
23941 2004-07-05 Wim Taymans <wim@fluendo.com>
23944 * gst/playback/Makefile.am:
23945 * gst/playback/decodetest.c: (main):
23946 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23947 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23948 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23949 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23950 (close_link), (type_found), (gst_decode_bin_set_property),
23951 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23952 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23953 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23954 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23956 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23957 (gst_play_bin_class_init), (gst_play_bin_init),
23958 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23959 (collect_sink_pads), (find_compatibles), (close_pad_link),
23960 (try_to_link_1), (new_pad), (close_link), (type_found),
23961 (setup_source), (gst_play_bin_set_property),
23962 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23963 (compare_ranks), (gst_play_bin_collect_factories),
23964 (gst_play_bin_change_state), (gst_play_bin_add_element),
23965 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23966 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23967 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23968 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23969 * gst/playback/test.c: (main):
23970 Added some playback helper elements and some test apps, very alpha
23973 2004-07-04 Benjamin Otte <otte@gnome.org>
23975 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23976 only restart audio when we indeed have an xrun to fix repeated
23977 xruns. Fix suggested by Giuliano Pochini.
23979 2004-07-03 David Schleef <ds@schleef.org>
23981 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23982 call to gst_debug_log() if debugging is disabled (bug #145118)
23984 2004-07-03 Benjamin Otte <otte@gnome.org>
23986 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23987 use our own functions for restarting the alsa device.
23988 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23989 I should apply patches myself - use MIN for the third argument, not
23990 the second, this fixes seeking
23992 2004-07-02 David Schleef <ds@schleef.org>
23994 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23995 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23998 2004-07-02 David Schleef <ds@schleef.org>
24000 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
24001 output buffers. Fix logic mistake. (bug #144866)
24003 2004-07-02 David Schleef <ds@schleef.org>
24005 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24006 on X. (bug #144753)
24008 2004-07-02 David Schleef <ds@schleef.org>
24010 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24011 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24013 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24014 (gst_osselement_rate_probe_check): Add another workaround for
24015 buggy drivers (bug #145336)
24017 2004-07-02 David Schleef <ds@schleef.org>
24019 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24020 Most systems don't have MSG_NOSIGNAL.
24022 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
24025 * gst-libs/gst/colorbalance/Makefile.am:
24026 * gst-libs/gst/mixer/Makefile.am:
24027 * gst-libs/gst/play/Makefile.am:
24028 * gst-libs/gst/tuner/Makefile.am:
24029 (hopefully) fix both install and dist and make error message useful.
24030 needs testing across automakes.
24032 2004-07-02 Benjamin Otte <otte@gnome.org>
24034 * ext/ogg/gstogg.c: (plugin_init):
24035 we require bytestream now
24036 * ext/ogg/gstoggdemux.c:
24037 huge diff to implement chain setup in a fast and generic way. This
24038 improves tag reading and startup of huge files (read: Theora videos)
24039 quite a bit. It probably contains bugs, too, so please test.
24040 Seeking is not improved to the fast method.
24042 2004-06-29 Wim Taymans <wim@fluendo.com>
24044 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24045 * ext/ogg/gstoggmux.c:
24046 Fix memleak in oggdemux when running unconnected pads.
24047 doc update in mux, start working on keyframe mode.
24049 2004-06-29 Benjamin Otte <otte@gnome.org>
24051 * sys/oss/gstosssink.c:
24052 * sys/oss/gstosssrc.c:
24053 advertise correct template caps - we indeed do non-native endianness
24054 and 8bit audio has no endianness
24055 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24057 avoid (wrong) duplications in getcaps function and return
24060 2004-06-29 Wim Taymans <wim@fluendo.com>
24062 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24063 (gst_multifdsink_class_init), (gst_multifdsink_add),
24064 (gst_multifdsink_remove), (gst_multifdsink_clear),
24065 (gst_multifdsink_client_remove),
24066 (gst_multifdsink_handle_client_read),
24067 (gst_multifdsink_client_queue_data),
24068 (gst_multifdsink_client_queue_caps),
24069 (gst_multifdsink_client_queue_buffer),
24070 (gst_multifdsink_handle_client_write),
24071 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24072 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24073 (gst_multifdsink_init_send), (gst_multifdsink_close):
24074 Fix wrong GList iteration that could crash the server when
24075 more then 2 clients disconnect at the same time. Read all the
24076 pending commands in one batch to recover from command storms under
24079 2004-06-28 Wim Taymans <wim@fluendo.com>
24081 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24082 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24083 (gst_videomixer_pad_set_property),
24084 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24085 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24086 (gst_videomixer_class_init), (gst_videomixer_init),
24087 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24088 (pad_zorder_compare), (gst_videomixer_sort_pads),
24089 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24090 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24091 (gst_videomixer_update_queues), (gst_videomixer_loop),
24093 Avoid divide by zero, choose masterpad as the pad with the highest
24096 2004-06-27 Julien Moutte <julien@moutte.net>
24098 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24099 (gst_ximagesink_xwindow_new):
24100 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24101 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24102 function directly. We might want to call it from somewhere else one day.
24104 2004-06-27 Julien Moutte <julien@moutte.net>
24106 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24107 (gst_ximagesink_xwindow_new):
24108 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24109 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24110 window decorations.
24112 2004-06-27 Wim Taymans <wim@fluendo.com>
24114 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24115 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24116 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24117 (gst_dvdec_set_property), (gst_dvdec_get_property):
24118 * ext/dv/gstdvdec.h:
24119 Implement drop_factor property to lower the framerate with
24122 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
24124 * gst-libs/gst/colorbalance/Makefile.am:
24125 * gst-libs/gst/mixer/Makefile.am:
24126 * gst-libs/gst/play/Makefile.am:
24127 * gst-libs/gst/tuner/Makefile.am:
24128 unbreak Company's fix that didn't install the -enum.h files
24130 2004-06-27 Wim Taymans <wim@fluendo.com>
24132 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24133 (gst_dvdec_change_state):
24134 * ext/dv/gstdvdec.h:
24135 Fix timestamp, duration and offset of the buffers.
24137 2004-06-27 Wim Taymans <wim@fluendo.com>
24139 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24140 (gst_multifdsink_class_init), (gst_multifdsink_add),
24141 (gst_multifdsink_remove), (gst_multifdsink_clear),
24142 (gst_multifdsink_client_remove),
24143 (gst_multifdsink_handle_client_read),
24144 (gst_multifdsink_client_queue_data),
24145 (gst_multifdsink_client_queue_caps),
24146 (gst_multifdsink_client_queue_buffer),
24147 (gst_multifdsink_handle_client_write),
24148 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24149 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24150 (gst_multifdsink_init_send), (gst_multifdsink_close):
24151 * gst/tcp/gstmultifdsink.h:
24152 * gst/tcp/gsttcpserversink.c:
24153 (gst_tcpserversink_handle_server_read),
24154 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24155 More multifdsink fixes, more recovery policy fixes.
24156 Removed stupid g_print
24158 2004-06-26 Wim Taymans <wim@fluendo.com>
24160 * gst/tcp/Makefile.am:
24161 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24162 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24163 (gst_multifdsink_class_init), (gst_multifdsink_init),
24164 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24165 (gst_multifdsink_handle_client_read),
24166 (gst_multifdsink_client_queue_data),
24167 (gst_multifdsink_client_queue_caps),
24168 (gst_multifdsink_client_queue_buffer),
24169 (gst_multifdsink_handle_client_write),
24170 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24171 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24172 (gst_multifdsink_chain), (gst_multifdsink_set_property),
24173 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24174 (gst_multifdsink_close), (gst_multifdsink_change_state):
24175 * gst/tcp/gstmultifdsink.h:
24176 * gst/tcp/gsttcpplugin.c: (plugin_init):
24177 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24178 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24179 (gst_tcpserversink_handle_server_read),
24180 (gst_tcpserversink_handle_select),
24181 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24182 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24183 * gst/tcp/gsttcpserversink.h:
24184 Added multifdsink, made tcpserversink a subclass of fdsink, removed
24185 one of the locks, added recovery policy to multifdsink.
24187 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24189 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24190 fix decision for when getting frames with same timestamp
24191 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24192 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24193 (gst_v4lsrc_get_property):
24194 * sys/v4l/gstv4lsrc.h:
24195 add latency offset property
24197 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24199 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24201 fix debugging. add category.
24203 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24205 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24208 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24210 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24211 (gst_alsa_src_get_time), (gst_alsa_src_loop),
24212 (gst_alsa_src_change_state):
24213 return a time that is in sync with the element's processing
24215 2004-06-25 Wim Taymans <wim@fluendo.com>
24217 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24218 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24219 (gst_tcpserversink_client_remove),
24220 (gst_tcpserversink_handle_client_read),
24221 (gst_tcpserversink_client_queue_data),
24222 (gst_tcpserversink_client_queue_caps),
24223 (gst_tcpserversink_client_queue_buffer),
24224 (gst_tcpserversink_handle_client_write),
24225 (gst_tcpserversink_queue_buffer),
24226 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24227 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24228 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24229 (gst_tcpserversink_close):
24230 * gst/tcp/gsttcpserversink.h:
24231 Serversink rewrite. Really do non blocking writes to clients and
24232 maintain an internal queue to handle slower clients while not
24233 disturbing fast clients.
24235 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24237 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24238 better debug, don't override OFFSET and OFFSET_END
24240 2004-06-25 Iain <iain@prettypeople.org>
24242 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24243 name=source for the wavparse pipeline.
24245 2004-06-24 Johan Dahlin <johan@gnome.org>
24247 * ext/theora/theoraenc.c (theora_enc_chain): Call
24248 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24249 streamheader caps are set correctly.
24251 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24253 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24254 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24255 respect minimum bitrate; same could be done for max bitrate
24257 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24259 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24260 (gst_vorbisenc_setup):
24261 fix sample rate range
24263 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24265 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24266 (gst_oggvorbisenc_setup):
24267 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24268 (gst_vorbisenc_setup):
24269 resolve ambiguities in code and description
24271 2004-06-24 Wim Taymans <wim@fluendo.com>
24273 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24274 * ext/alsa/gstalsa.h:
24275 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24276 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24277 Use alsa trigger_tstamp to get the timestamp of the first
24278 sample in the buffer for more precise sync. Some cleanups.
24280 2004-06-24 Wim Taymans <wim@fluendo.com>
24282 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24283 (gst_audiorate_init), (gst_audiorate_chain),
24284 (gst_audiorate_set_property), (gst_audiorate_get_property):
24285 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24286 (gst_videorate_chain):
24287 Added some logging, fixed an overflow bug in videorate.
24289 2004-06-24 Benjamin Otte <otte@gnome.org>
24291 * ext/kio/Makefile.am:
24292 fix for builddir != srcdir and distcheck
24294 2004-06-24 Benjamin Otte <otte@gnome.org>
24296 * gst-libs/gst/colorbalance/Makefile.am:
24297 * gst-libs/gst/mixer/Makefile.am:
24298 * gst-libs/gst/play/Makefile.am:
24299 * gst-libs/gst/tuner/Makefile.am:
24300 * gst/tcp/Makefile.am:
24301 * sys/dxr3/Makefile.am:
24302 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24304 Also add all *.list files that were missing.
24306 add a distcheck hook to ensure the above doesn't happen again.
24308 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24310 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24312 2004-06-23 Colin Walters <walters@redhat.com>
24314 * m4/Makefile.am: Distribute gst-fionread.m4.
24316 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24318 * configure.ac: back to dev
24320 2004-06-23 Wim Taymans <wim@fluendo.com>
24322 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24323 (gst_alsa_xrun_recovery):
24324 * ext/alsa/gstalsa.h:
24325 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24326 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24327 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24328 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24329 (gst_alsa_src_loop):
24330 Add clock to alsasrc. Take new capture timestamp when
24331 restarting after an overrun. Split up some functions between
24332 alsasrc and alsasink.
24334 === release 0.8.2 ===
24336 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24338 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24339 (gst_alsa_change_state), (gst_alsa_update_avail),
24340 (gst_alsa_xrun_recovery):
24341 * ext/alsa/gstalsa.h:
24342 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24343 merge back changes from release
24345 2004-06-23 Wim Taymans <wim@fluendo.com>
24347 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24348 (gst_audiorate_init), (gst_audiorate_chain),
24349 (gst_audiorate_set_property), (gst_audiorate_get_property):
24350 Implement sample dropping and notify
24352 2004-06-22 Wim Taymans <wim@fluendo.com>
24354 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24355 (theora_enc_sink_link), (theora_buffer_from_packet),
24356 (theora_push_packet), (theora_enc_chain):
24357 Some cleanups, make sure the timestamps are correct.
24359 2004-06-22 Wim Taymans <wim@fluendo.com>
24361 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24362 (gst_alsa_change_state), (gst_alsa_update_avail),
24363 (gst_alsa_xrun_recovery):
24364 * ext/alsa/gstalsa.h:
24365 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24366 Cleanups, take queued samples into account when reporting
24369 2004-06-22 Wim Taymans <wim@fluendo.com>
24371 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24372 (gst_videorate_init):
24373 Initialize the property as well.
24375 2004-06-22 Wim Taymans <wim@fluendo.com>
24377 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24378 (gst_videorate_init), (gst_videorate_chain),
24379 (gst_videorate_set_property), (gst_videorate_get_property):
24380 Add property to make videorate silent.
24381 Add property to prefer new frames over old ones.
24383 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24385 * sys/osxvideo/Makefile.am:
24386 Workaround so that the osxvideo .so file gets linked with the
24387 Cocoa, OpenGL and QuickTime frameworks
24389 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24391 * sys/osxaudio/Makefile.am:
24392 Workaround so that the osxaudio .so file gets linked with the
24393 CoreAudio framework
24395 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24398 Whoops, my fault...fixed build issues
24400 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24403 Add objective-c support if running in Darwin/Mac OS X
24406 * sys/osxvideo/Makefile.am:
24407 * sys/osxvideo/osxvideosink.h:
24408 * sys/osxvideo/osxvideosink.m:
24409 * sys/osxvideo/cocoawindow.h:
24410 * sys/osxvideo/cocoawindow.m:
24411 Add osxvideosink, a cocoa-based osx video sink
24414 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24415 * ext/dvdnav/gst-dvd:
24416 Grab the gconf key from the right spot
24417 * gst/debug/gstnavseek.c: (gst_navseek_init),
24418 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24419 (gst_navseek_chain):
24420 * gst/debug/gstnavseek.h:
24421 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24422 and loop parameters of a segment seek.
24423 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24424 (gst_videotestsrc_get_event_masks),
24425 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24426 * gst/videotestsrc/gstvideotestsrc.h:
24427 Add seeking support to videotestsrc
24428 Initialise the timestamp_offset variable.
24430 2004-06-18 Wim Taymans <wim@fluendo.com>
24432 * ext/sidplay/gstsiddec.cc:
24433 Fix negotiation and set correct end offset.
24435 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24437 * configure.ac: branch and prerelease
24439 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24441 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24442 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24443 (gst_tcpclientsrc_init_receive):
24444 * gst/tcp/gsttcpclientsrc.h:
24445 read caps when connecting to server for GDP so we set them correctly
24447 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24449 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24450 notify drops and duplicates
24451 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24452 no good reason to limit ourselves to 100x100
24454 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24456 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24457 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24458 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24459 (gst_v4lsrc_get_property):
24460 * sys/v4l/gstv4lsrc.h:
24461 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24462 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24463 (gst_v4l_set_audio):
24464 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24465 (gst_v4lsrc_try_capture):
24466 * sys/v4l/v4lsrc_calls.h:
24467 change try_palette to more general try_capture
24468 add autoprobe option so we can turn off autoprobing
24471 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24475 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24476 (gst_ximagesink_class_init):
24477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24478 (gst_xvimagesink_class_init):
24479 run them as finalize, not dispose, since dispose can be invoked
24482 2004-06-17 Wim Taymans <wim@fluendo.com>
24484 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24485 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24486 * ext/alsa/gstalsa.h:
24487 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24488 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24489 (gst_alsa_src_change_state):
24490 * ext/alsa/gstalsasrc.h:
24491 Make the xrun code timestamp and offset the buffers correctly.
24492 moved the clock to the base class, use alsa methods to get time.
24493 Do correct timestamping on outgoing buffers.
24495 2004-06-17 Wim Taymans <wim@fluendo.com>
24497 * gst/audiorate/Makefile.am:
24498 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24499 (gst_audiorate_base_init), (gst_audiorate_class_init),
24500 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24501 (gst_audiorate_set_property), (gst_audiorate_get_property),
24502 (gst_audiorate_change_state), (plugin_init):
24503 Added an audiorate converter that fills in gaps.
24505 2004-06-17 Johan Dahlin <johan@gnome.org>
24507 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24509 2004-06-16 Wim Taymans <wim@fluendo.com>
24511 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24512 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24513 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24514 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24515 (gst_v4lsrc_get_property):
24516 * sys/v4l/gstv4lsrc.h:
24517 Added a copy mode to v4lsrc where it will output a copied version
24518 of its internal hardware buffer.
24519 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24522 2004-06-16 Wim Taymans <wim@fluendo.com>
24524 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24527 2004-06-16 Wim Taymans <wim@fluendo.com>
24529 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24530 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24531 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24532 (gst_v4lsrc_get_property):
24533 * sys/v4l/gstv4lsrc.h:
24534 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24535 Added a sync mode enum property to control v4lsrc timestamp method
24536 Removed the use-fixed-fps property and moved functionality in
24538 Don't error on an error value from v4l-conf, it might not always
24541 2004-06-16 Wim Taymans <wim@fluendo.com>
24543 * gst/videorate/Makefile.am:
24544 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24545 (gst_videorate_base_init), (gst_videorate_class_init),
24546 (gst_videorate_getcaps), (gst_videorate_link),
24547 (gst_videorate_init), (gst_videorate_chain),
24548 (gst_videorate_set_property), (gst_videorate_get_property),
24549 (gst_videorate_change_state), (plugin_init):
24550 Added a video timestamp corrector.
24552 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24554 fixed a potential leak with previous commit
24556 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24558 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24560 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24561 Added missing refcount, fixes bug #144425
24562 Cheers Tim for finding the bug
24564 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24566 * sys/v4l/gstv4l.c: (plugin_init):
24567 * sys/v4l/gstv4lcolorbalance.c:
24568 * sys/v4l/gstv4lcolorbalance.h:
24569 * sys/v4l/gstv4lelement.c:
24570 * sys/v4l/gstv4lelement.h:
24571 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24572 * sys/v4l/gstv4lmjpegsink.h:
24573 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24574 * sys/v4l/gstv4lmjpegsrc.h:
24575 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24576 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24577 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24578 * sys/v4l/gstv4lsrc.h:
24579 * sys/v4l/gstv4ltuner.c:
24580 * sys/v4l/gstv4ltuner.h:
24581 * sys/v4l/gstv4lxoverlay.c:
24582 * sys/v4l/gstv4lxoverlay.h:
24583 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24584 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24585 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24586 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24587 (gst_v4l_set_audio):
24588 * sys/v4l/v4l_calls.h:
24589 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24590 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24591 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24592 (gst_v4lmjpegsink_playback_init),
24593 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24594 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24595 (gst_v4lmjpegsink_playback_stop),
24596 (gst_v4lmjpegsink_playback_deinit):
24597 * sys/v4l/v4lmjpegsink_calls.h:
24598 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24599 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24600 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24601 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24602 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24603 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24604 * sys/v4l/v4lmjpegsrc_calls.h:
24605 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24606 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24607 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24608 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24609 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24610 (gst_v4lsrc_try_palette):
24611 * sys/v4l/v4lsrc_calls.h:
24612 bunch of paranoia cleanups
24614 2004-06-14 David Schleef <ds@schleef.org>
24616 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24617 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24618 Send discont events and change timestamps appropriately when
24619 we get a seek event. (bug #144240)
24620 * ext/cdparanoia/gstcdparanoia.h:
24622 2004-06-14 Benjamin Otte <otte@gnome.org>
24624 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24625 snd_pcm_hw_params_set_rate since the latter fails for no good
24626 reason on some setups.
24628 2004-06-14 David Schleef <ds@schleef.org>
24630 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24631 standard. Thank you for playing.
24633 2004-06-14 Wim Taymans <wim@fluendo.com>
24635 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24636 Patch 1.3 broke the ordering of the colorspace info and
24637 made the plugin basically work by coincidence, reordered
24640 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24642 * ext/lame/gstlame.c:
24643 * ext/mad/gstmad.c:
24644 sync caps. Make sure mad can only output a list of rates, not
24645 a full range. In the future, have three caps lists for each of the
24646 mpeg versions. Change mpegversion to a double as well.
24648 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24650 * gst/volume/.cvsignore:
24651 * gst/volume/Makefile.am:
24652 * gst/volume/demo.c: (value_changed_callback), (idler),
24653 (setup_gui), (main):
24654 added small demo app
24656 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24657 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24658 * ext/esd/esdsink.h:
24659 Close the esd connection on pause, because esd will just wait -
24660 blocking all other esd clients indefinitely.
24662 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24664 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24665 previous commit with GST_DEBUG
24667 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24670 add a header check for a dvdread header in dvdnav. Fixes #133002
24672 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24674 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24675 * gst/tcp/gsttcpclientsink.h:
24676 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24677 * gst/tcp/gsttcpclientsrc.h:
24678 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24679 (gst_tcpserversink_handle_server_read),
24680 (gst_tcpserversink_init_send):
24681 * gst/tcp/gsttcpserversink.h:
24682 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24683 * gst/tcp/gsttcpserversrc.h:
24684 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24687 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24690 Added ogg library so that OSX detects libtheora properly
24692 2004-06-11 Wim Taymans <wim@fluendo.com>
24694 * ext/theora/theoradec.c: (theora_dec_chain),
24695 (theora_dec_change_state):
24696 Don't try to decode frames before we received a keyframe.
24698 2004-06-11 Wim Taymans <wim@fluendo.com>
24700 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24701 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24702 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24703 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24704 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24705 Added property to set the maximum delay of a page.
24707 2004-06-10 Wim Taymans <wim@fluendo.com>
24709 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24710 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24711 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24712 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24713 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24714 Added max-delay property to control the maximum amount
24715 of data to put in one page.
24717 2004-06-10 Wim Taymans <wim@fluendo.com>
24719 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24720 (gst_theora_enc_init), (theora_enc_sink_link),
24721 (theora_buffer_from_packet), (theora_enc_set_property),
24722 (theora_enc_get_property):
24723 Set duration on encoded buffer, added some more properties
24725 2004-06-10 Wim Taymans <wim@fluendo.com>
24727 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24728 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24729 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24730 * ext/theora/theoraenc.c: (theora_enc_chain):
24731 Fix refcounting bugs
24733 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24735 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24736 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24737 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24738 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24739 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24740 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24741 (gst_asf_demux_change_state):
24742 * gst/asfdemux/gstasfdemux.h:
24743 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24744 feels like. I think we should set a new requirement for demuxers
24745 from now on to implement sane loop functions, data loops, query
24746 and seek functions before first commit into CVS. And this commit
24747 fixes all of the above.
24749 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24751 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24752 vorbis comments are properly encoded in UTF-8 before adding them
24755 2004-06-09 Benjamin Otte <otte@gnome.org>
24757 * ext/alsa/gstalsa.c: (add_channels):
24758 handle min <= max correctly
24759 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24760 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24761 add fixation functions so we fixate correctly. No preferring of alaw
24762 anymore because it's the first structure.
24763 * ext/alsa/gstalsa.h:
24764 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24765 (gst_alsa_hw_params_dump):
24766 add functions to ease debugging in alsalib
24767 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24768 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24769 (gst_alsa_start_audio):
24770 only specify hw params if we really setup a format (fixes #134007 -
24771 or at least works around it)
24773 2004-06-09 Wim Taymans <wim@fluendo.com>
24775 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24776 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24777 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24778 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24779 (gst_ogg_mux_loop):
24780 Use stream caps to setup the initial pages in the ogg stream.
24781 Correctly set the streamheader caps on the srcpad.
24783 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24785 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24786 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24787 (gst_v4lsrc_getcaps):
24788 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24789 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24790 add querying of fps lists for webcams. Negotiating to a framerate
24793 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24795 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24796 (theora_push_buffer), (theora_push_packet),
24797 (theora_set_header_on_caps), (theora_enc_chain):
24798 mark buffers and put on streamheader, raw theora streaming
24799 now works too, whee
24801 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24803 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24804 (gst_tcp_gdp_read_caps):
24805 do a looping read for caps and GDP headers too
24807 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24809 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24810 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24811 return EOS instead of NULL in _get
24813 2004-06-08 Wim Taymans <wim@fluendo.com>
24815 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24816 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24817 (gst_tcp_gdp_write_caps):
24818 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24819 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24820 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24823 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24825 * ext/vorbis/Makefile.am:
24826 * ext/vorbis/vorbis.c: (plugin_init):
24827 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24828 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24829 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24830 (vorbis_parse_change_state):
24831 * ext/vorbis/vorbisparse.h:
24832 adding a vorbisparse element that marks the buffers, streaming
24833 raw vorbis using GDP now works, whee
24835 2004-06-08 Wim Taymans <wim@fluendo.com>
24837 * ext/jpeg/Makefile.am:
24839 * ext/jpeg/gstjpeg.c: (plugin_init):
24840 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24841 (gst_smokedec_base_init), (gst_smokedec_class_init),
24842 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24843 * ext/jpeg/gstsmokedec.h:
24844 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24845 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24846 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24847 (gst_smokeenc_resync), (gst_smokeenc_chain),
24848 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24849 * ext/jpeg/gstsmokeenc.h:
24850 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24851 (smokecodec_flush_destination), (smokecodec_term_destination),
24852 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24853 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24854 (smokecodec_term_source), (smokecodec_encode_new),
24855 (smokecodec_decode_new), (smokecodec_info_free),
24856 (smokecodec_set_quality), (smokecodec_get_quality),
24857 (smokecodec_set_threshold), (smokecodec_get_threshold),
24858 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24859 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24860 (smokecodec_parse_header), (smokecodec_decode):
24861 * ext/jpeg/smokecodec.h:
24862 Added a new simple jpeg based codec
24864 2004-06-08 Wim Taymans <wim@fluendo.com>
24866 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24867 (gst_multipart_mux_loop):
24870 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24872 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24873 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24874 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24875 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24876 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24877 * gst/tcp/gsttcpserversink.h:
24878 take streamheader into account
24880 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24882 * gst/level/Makefile.am:
24883 * gst/level/gstlevel.c: (gst_level_class_init):
24884 clean up marshal generation
24886 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24888 * gst/tcp/Makefile.am:
24889 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24890 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24891 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24892 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24893 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24894 (gst_tcpclientsrc_get_property):
24895 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24896 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24897 (gst_tcpserversink_handle_client_read),
24898 (gst_tcpserversink_handle_client_write),
24899 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24900 * gst/tcp/gsttcpserversink.h:
24901 add signals client-added and client-removed
24902 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24903 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24904 (gst_tcpserversrc_get_property):
24905 uniformized, change default protocol to NONE
24906 * gst/tcp/gsttcp-marshal.list: added
24907 2004-06-07 Benjamin Otte <otte@gnome.org>
24909 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24910 handle discont events if they happen before caps nego
24912 2004-06-07 Wim Taymans <wim@fluendo.com>
24914 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24915 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24916 (gst_multipart_demux_plugin_init):
24917 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24918 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24919 (gst_multipart_mux_change_state):
24920 Small updates, fix a memleak
24922 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24924 * configure.ac: OSS portability
24925 * ext/arts/gst_arts.c: idem
24926 * sys/oss/gstosselement.c: idem
24927 * sys/oss/gstossmixer.c: idem
24928 * sys/oss/gstosssink.c: idem
24929 * sys/oss/gstosssrc.c: idem
24930 * sys/oss/oss_probe.c: idem
24931 - check for soundcard.h in different places for some BSD
24933 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24936 Add me to the authors file
24938 Increase the libdv requirement to >= version 0.100
24939 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24940 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24941 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24942 * ext/dv/gstdvdec.h:
24943 Add support for the new_media flag when sending DISCONT events
24944 Make the querying work when video pad is not linked
24946 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24948 reviewed by Benjamin Otte <otte@gnome.org>
24950 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24951 create a NULL-initialized array of pads, so we don't think they
24952 exist already. (fixes #143130)
24954 2004-06-07 Benjamin Otte <otte@gnome.org>
24956 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24957 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24958 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24959 don't use // coments
24961 2004-06-07 Benjamin Otte <otte@gnome.org>
24963 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24964 cast to GstClockTime to get higher granularity
24965 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24966 use gst_element_set_time_delay to get the exact time
24967 * ext/mad/gstmad.c: (gst_mad_chain):
24968 use the negotiated rate instead of the current frame's rate which
24969 might be wrong because of bit errors. This avoids emitting totally
24970 bogus timestamps and screwing sync.
24973 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24975 reviewed by Benjamin Otte <otte@gnome.org>
24977 * gst/adder/gstadder.c: (gst_adder_loop):
24978 properly error out when no negotiation has happened yet. (fixes
24981 2004-06-06 Benjamin Otte <otte@gnome.org>
24983 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24984 forward correctly transformed offset in discont events. Based on
24985 patch by Arwed v. Merkatz. (fixes #142851)
24987 2004-06-06 David Schleef <ds@schleef.org>
24989 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24990 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24991 problems on several systems.
24993 2004-06-06 Benjamin Otte <otte@gnome.org>
24995 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24996 use explicit caps on the srcpad
24997 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24998 properly error out if caps couldn't be set (fixes #142764)
25000 2004-06-06 Benjamin Otte <otte@gnome.org>
25002 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25003 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25004 (gst_alsa_start_audio):
25005 - don't call set_periods_integer anymore, it breaks the
25006 configuration randomly
25007 - call snd_pcm_hw_params_set_access directly instead of using masks
25008 - don't fail if the sw_params can't be set, just use the default
25009 params and hope it works. Alsalib has weird issues when you touch
25010 sw_params and does no proper error reporting about what failed.
25011 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25012 (gst_alsa_close_audio):
25013 make our alsa debugging go via gst debugging and not conditionally
25015 * ext/alsa/gstalsa.h:
25016 add ALSA_DEBUG_FLUSH macro
25017 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25019 wrap alsa errors to be printed via the gst debugging system and not
25022 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25024 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25025 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25026 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25027 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25028 (qtdemux_parse_trak):
25029 * gst/qtdemux/qtdemux.h:
25030 Bitch. Also known as seeking, querying & co.
25031 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25032 (gst_osssink_change_state):
25033 * sys/oss/gstosssink.h:
25034 Resyncing is for weenies, this hack is no longer needed and was
25035 broken anyway (since it - unintendedly - always leaves resync to
25038 2004-06-05 Andrew Turner <zxombie@hotpop.com>
25040 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25041 * gst/tcp/gsttcpclientsrc.h: idem
25042 - define MSG_NOSIGNAL if not done
25043 - include unistd.h for off_t
25046 2004-06-05 Benjamin Otte <otte@gnome.org>
25049 * ext/kio/Makefile.am:
25050 check for qt's moc preprocessor explicitly and use it
25052 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25054 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25055 don't get a signal for EPIPE on socket writes
25056 (somebody check if this works on other platforms)
25058 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25060 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25061 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25062 check error condition on available samples correctly
25064 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25066 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25068 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25069 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25070 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25071 (gst_tcpserversrc_gdp_read_header):
25072 use ssize_t over size_t since the former is signed and thus the
25073 check for error codes can work
25075 2004-06-02 Wim Taymans <wim@fluendo.com>
25079 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25080 (gst_multipart_mux_loop):
25083 2004-06-02 Wim Taymans <wim@fluendo.com>
25085 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25086 (gst_multipart_mux_init), (gst_multipart_mux_loop),
25087 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25088 (gst_multipart_mux_change_state):
25089 Added configurable boundary specifier, added the value as a
25090 caps field as well.
25092 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25094 * gst/tcp/gsttcp.c:
25095 * gst/tcp/gsttcpclientsrc.c:
25096 * gst/tcp/gsttcpclientsrc.h:
25097 * gst/tcp/gsttcpserversrc.c:
25098 - portability fix, to compile on OSX
25101 * sys/osxaudio/gstosxaudioelement.c:
25102 * sys/osxaudio/gstosxaudiosink.c:
25103 * sys/osxaudio/gstosxaudiosrc.c:
25104 - compilation warnings on OSX
25107 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25109 * ext/vorbis/vorbisdec.c : sign warning fixes
25111 * gst-libs/gst/mixer/mixertrack.c :
25112 do no use defines which are glib 2.4 specific
25114 2004-06-01 Christophe Fergeau <teuf@gnome.org>
25116 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25117 buffer since libflac doesn't expect it (reports a sync error when
25118 it encounters that)
25121 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
25123 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25124 * gst-libs/gst/mixer/mixertrack.c:
25125 (gst_mixer_track_get_property), (get_mixer_track_init),
25126 (get_mixer_track_get_property): Added property accessors
25127 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25128 * gst-libs/gst/mixer/mixeroptions.c:
25129 (gst_mixer_options_get_values): Added
25130 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25131 * gst-libs/gst/mixer/mixer.c: Fixed comment
25134 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25136 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25137 improve error messages on open
25140 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25142 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25143 check if v4l-conf is in path
25145 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25147 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25148 change assert to a more readable error message
25150 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25152 * gst-libs/gst/tuner/tunerchannel.h:
25153 - add a freq_multiplicator field to make the conversion
25154 between internal frequency unit and Hz
25155 * sys/v4l/gstv4lelement.c:
25156 * sys/v4l2/gstv4l2element.c:
25157 - change default video device to /dev/video0
25158 * sys/v4l/v4l_calls.c:
25159 * sys/v4l2/v4l2_calls.c:
25160 - we only expose frequency to the user in Hz instead of
25161 bastard v4lX unit (either 62.5kHz or 62.5Hz)
25163 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
25164 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25165 Initialise b_o_s and e_o_s variables
25166 * gst-libs/gst/riff/riff-media.c:
25167 (gst_riff_create_video_caps_with_data):
25168 Add some unusual fourcc's from mplayer avi's
25169 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25170 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25173 2004-05-28 Wim Taymans <wim@fluendo.com>
25176 * gst/alpha/Makefile.am:
25177 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25178 (gst_alpha_get_type), (gst_alpha_base_init),
25179 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25180 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25181 (gst_alpha_chroma_key), (gst_alpha_chain),
25182 (gst_alpha_change_state), (plugin_init):
25183 A plugin to add an alpha channel to I420 video. Can optionally do
25185 * gst/multipart/Makefile.am:
25186 * gst/multipart/multipart.c: (plugin_init):
25187 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25188 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25189 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25190 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25191 (gst_multipart_demux_change_state),
25192 (gst_multipart_demux_plugin_init):
25193 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25194 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25195 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25196 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25197 (gst_multipart_mux_pad_unlink),
25198 (gst_multipart_mux_request_new_pad),
25199 (gst_multipart_mux_handle_src_event),
25200 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25201 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25202 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25203 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25204 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25205 send multipart jpeg images to a browser.
25206 * gst/videobox/Makefile.am:
25207 * gst/videobox/README:
25208 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25209 (gst_video_box_get_type), (gst_video_box_base_init),
25210 (gst_video_box_class_init), (gst_video_box_init),
25211 (gst_video_box_set_property), (gst_video_box_get_property),
25212 (gst_video_box_sink_link), (gst_video_box_i420),
25213 (gst_video_box_ayuv), (gst_video_box_chain),
25214 (gst_video_box_change_state), (plugin_init):
25215 Crops or adds borders around an image. can do alpha channel
25217 * gst/videomixer/Makefile.am:
25218 * gst/videomixer/README:
25219 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25220 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25221 (gst_videomixer_pad_get_sink_event_masks),
25222 (gst_videomixer_pad_get_property),
25223 (gst_videomixer_pad_set_property),
25224 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25225 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25226 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25227 (gst_videomixer_base_init), (gst_videomixer_class_init),
25228 (gst_videomixer_init), (gst_videomixer_request_new_pad),
25229 (gst_videomixer_handle_src_event),
25230 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25231 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25232 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25233 (gst_videomixer_loop), (gst_videomixer_get_property),
25234 (gst_videomixer_set_property), (gst_videomixer_change_state),
25236 Generic video mixer plugin, can handle multiple inputs all with
25237 different framerates and video sizes. Is fully alpha channel
25240 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25242 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25243 Select first track as master track. Not sure how else to handle
25245 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25246 Discard discont events. Should fix #142962.
25248 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25250 * ext/alsa/Makefile.am:
25251 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25252 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25253 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25254 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25255 (gst_alsa_mixer_get_option):
25256 * ext/alsa/gstalsamixer.h:
25257 * ext/alsa/gstalsamixeroptions.c:
25258 (gst_alsa_mixer_options_get_type),
25259 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25260 (gst_alsa_mixer_options_new):
25261 * ext/alsa/gstalsamixeroptions.h:
25262 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25263 * ext/alsa/gstalsamixertrack.h:
25264 Add enumerations (as GstMixerOptions). Make correct distinction
25265 between input/output tracks. Add capture/playback private flag.
25266 Use flag to decide on whether to set capture or playback volumes
25267 or switches. Use playback and record switches.
25268 * gst-libs/gst/mixer/Makefile.am:
25269 * gst-libs/gst/mixer/mixer-marshal.list:
25270 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25271 (gst_mixer_set_option), (gst_mixer_get_option),
25272 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25273 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25274 * gst-libs/gst/mixer/mixer.h:
25275 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25276 (gst_mixer_options_class_init), (gst_mixer_options_init),
25277 (gst_mixer_options_dispose):
25278 * gst-libs/gst/mixer/mixeroptions.h:
25279 Add GstMixerOptions.
25280 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25281 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25282 broken device detection on computers with multiple OSS sound
25285 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25287 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25288 fixate nicely even when the peer is not negotiating
25290 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25292 * gst/audioconvert/gstaudioconvert.c:
25293 (gst_audio_convert_parse_caps):
25294 make sure we don't allow depth > width
25295 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25296 fixate endianness to G_BYTE_ORDER as default
25297 * gst/audioscale/gstaudioscale.c:
25298 we don't handle another endianness as host-endianness
25300 2004-05-25 David Schleef <ds@schleef.org>
25302 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25304 2004-05-24 Benjamin Otte <otte@gnome.org>
25306 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25307 (gst_oggvorbisenc_setup):
25308 properly fail when we can't setup the vorbis encoder due to
25309 unsupported settings
25310 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25311 (gst_vorbisenc_setup):
25313 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25314 fix case where warnings occured when one pad was unlinked while the
25315 other's link function was called
25317 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25319 * gst/tcp/Makefile.am:
25322 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25324 * gst-libs/gst/resample/private.h:
25325 don't use optimizations that are #if 0'ed
25327 2004-05-24 Wim Taymans <wim@fluendo.com>
25329 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25330 Fix potential division by zero error and hopefully get
25331 the position query right to get correct timestamps on avi
25334 2004-05-24 Wim Taymans <wim@fluendo.com>
25336 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25337 (gst_videoscale_scale_nearest_str2),
25338 (gst_videoscale_scale_nearest_str4),
25339 (gst_videoscale_scale_nearest_32bit),
25340 (gst_videoscale_scale_nearest_24bit),
25341 (gst_videoscale_scale_nearest_16bit):
25342 Fix the scaling algorithm and avoid a buffer overflow.
25343 removed the while loop in the scaling function as it
25344 was used for point sampling only.
25346 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25348 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25349 (gst_id3_tag_class_init), (gst_id3_tag_init),
25350 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25351 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25352 (gst_id3_tag_send_tag_event):
25353 lots of fixes to make id3mux work and id3demux work correctly
25355 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25358 add rules to build shout2send (was removed by accident
25359 when this module was no more marked experimental/broken)
25361 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25363 * ext/shout2/gstshout2.c:
25364 * ext/shout2/gstshout2.h:
25365 adding a "connection problem" signal to shout2send
25368 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25370 * ext/kio/kioreceiver.cpp:
25371 * ext/kio/kioreceiver.h:
25372 fix sign comparison issues
25374 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25376 * gst/cdxaparse/gstcdxaparse.c:
25377 * gst/cdxaparse/gstcdxaparse.h:
25379 add some checks/sanity
25380 prepare for seek addition
25382 * sys/sunaudio/gstsunaudio.c:
25383 remove exported dupe init function
25385 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25387 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25388 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25389 Fix format conversion and position querying.
25390 * gst/debug/progressreport.c: (gst_progressreport_report):
25391 Don't output a bogus total value that we didn't query.
25392 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25393 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25394 only a blank window after xine has been used.
25396 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25399 sync with upstream version to fix test on FC2
25400 readd with -ko to preserve Id header
25402 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25405 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25406 * gst/tcp/gsttcpclientsrc.c: idem
25407 * gst/tcp/gsttcpserversink.c: idem
25408 * gst/tcp/gsttcpserversrc.c: idem
25409 * m4/gst-fionread.m4: idem
25411 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25413 * configure.ac: enable speex plugin for speex 1.1.5+
25414 * ext/speex/gstspeexenc.c: fix cast warning
25416 * ext/esd/README: fix typo
25418 2004-05-20 David Schleef <ds@schleef.org>
25420 * configure.ac: Minor cosmetic change to convince the buildbot to
25422 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25423 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25424 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25425 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25426 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25427 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25428 More hacking. Plays audio now.
25430 2004-05-20 David Schleef <ds@schleef.org>
25435 2004-05-20 David Schleef <ds@schleef.org>
25437 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25438 * sys/osxaudio/gstosxaudio.c:
25439 * sys/osxaudio/gstosxaudioelement.c:
25440 * sys/osxaudio/gstosxaudioelement.h:
25441 * sys/osxaudio/gstosxaudiosink.c:
25442 * sys/osxaudio/gstosxaudiosink.h:
25443 * sys/osxaudio/gstosxaudiosrc.c:
25444 * sys/osxaudio/gstosxaudiosrc.h:
25446 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25448 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25449 (gst_vorbisenc_chain):
25450 put the codec headers on the caps as streamheader as well as
25453 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25455 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25456 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25457 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25458 split up push_packet into two functions
25460 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25462 * gst/tcp/.cvsignore:
25464 * gst/tcp/Makefile.am:
25466 * gst/tcp/gsttcp.c:
25467 * gst/tcp/gsttcp.h:
25468 * gst/tcp/gsttcpclientsink.c:
25469 * gst/tcp/gsttcpclientsink.h:
25470 * gst/tcp/gsttcpclientsrc.c:
25471 * gst/tcp/gsttcpclientsrc.h:
25472 * gst/tcp/gsttcpplugin.c:
25473 * gst/tcp/gsttcpserversink.c:
25474 * gst/tcp/gsttcpserversink.h:
25475 * gst/tcp/gsttcpserversrc.c:
25476 * gst/tcp/gsttcpserversrc.h:
25477 add new tcp elements
25479 2004-05-19 Wim Taymans <wim@fluendo.com>
25481 * gst/law/mulaw-conversion.c: (mulaw_encode):
25482 Fix overflow bug in ulaw encoding.
25484 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25486 * ext/mad/gstmad.c: (gst_mad_handle_event):
25487 don't unref the event twice
25489 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25492 remove -Wno-sign-compare
25494 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25497 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25498 if you want to work against glib 2.2 and 2.4
25500 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25502 * gst/tcp/Makefile.am:
25503 * gst/tcp/gsttcp.c:
25504 * gst/tcp/gsttcp.h:
25505 * gst/tcp/gsttcpsink.h:
25506 * gst/tcp/gsttcpsrc.h:
25507 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25509 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25511 * gst/debug/tests.c: (md5_get_value):
25512 fix segfault on gst-inspect
25514 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25516 * gst/debug/testplugin.c:
25517 * gst/debug/tests.c:
25518 * gst/debug/tests.h:
25519 add new extensible and configurable testing element. Current tests
25520 include buffer count, stream length, timestamp/duration matching and
25522 * gst/debug/Makefile.am:
25523 * gst/debug/gstdebug.c: (plugin_init):
25524 add infrastructure for new element
25526 2004-05-19 Johan Dahlin <johan@gnome.org>
25528 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25529 ending of the array. Fixes gst-inspect segfault on ppc.
25531 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25533 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25535 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25537 2004-05-18 David Schleef <ds@schleef.org>
25539 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25540 warnings (bugs, actually) noticed by gcc but not forte.
25542 2004-05-18 David Schleef <ds@schleef.org>
25544 * sys/sunaudio/Makefile.am:
25545 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25547 2004-05-18 David Schleef <ds@schleef.org>
25549 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25550 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25551 to allow qtdemux to use non-seekable streams. (bug #142272)
25553 2004-05-18 David Schleef <ds@schleef.org>
25555 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25556 (gst_resample_sinc_ft_float): Remove use of static temporary
25557 buffer. This code was obviously not supposed to last long, but
25558 it's stuck in our ABI, so it required a little hack to make it
25559 ABI-compatible. Fixes #142585.
25560 * gst-libs/gst/resample/resample.h: same.
25562 2004-05-18 David Schleef <ds@schleef.org>
25564 * configure.ac: Add sunaudio
25565 * examples/Makefile.am: make gstplay depend on gconf
25566 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25567 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25568 (convert_table_lookup), (img_convert): remove c99-isms
25569 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25570 unsigned, to fix a warning on Solaris
25571 * gst/mpeg1sys/systems.c: bcopy->memcpy
25572 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25573 * sys/Makefile.am: Add sunaudio
25575 2004-05-18 Wim Taymans <wim@fluendo.com>
25577 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25578 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25579 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25580 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25581 (gst_ogg_mux_loop):
25582 Fix an ugly memleak where the muxer didn't flush enough ogg
25583 pages. This also resulted in badly muxed ogg files.
25585 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25587 * gst/asfdemux/asfheaders.c :
25588 * gst/asfdemux/asfheaders.h :
25589 * gst/asfdemux/gstasfdemux.c :
25590 - fix ASF_OBJ_PADDING guid
25591 - add 3 new object guids (language list, metadata,
25592 extended stream properties)
25593 - add a function to parse extended header objects
25595 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25597 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25598 remove leftover debugging g_print
25600 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25602 * ext/mad/gstmad.c: (gst_mad_handle_event):
25603 Fix for when the first format in a discont event is not a
25604 byte-based one. Should fix #137710.
25606 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25608 * m4/a52.m4 : fix compilation with -Wall -Werror
25609 * m4/libfame.m4 : idem
25610 * m4/libmikmod.m4 : idem
25612 2004-05-17 Benjamin Otte <otte@gnome.org>
25614 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25615 signal the new tags before giving up the reference
25617 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25619 * ext/shout2/gstshout2.c:
25620 use application/ogg instead of application/x-ogg (patch by Patrick
25621 Guimond, fixes #142432)
25622 * sys/oss/gstosselement.c: (gst_osselement_reset),
25623 (gst_osselement_sync_parms):
25624 don't set fragment size unless specified (fixes #142493)
25626 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25628 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25631 2004-05-17 Benjamin Otte <otte@gnome.org>
25633 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25634 compute offsets correctly for internal buffers so timestamps are set
25635 correctly when we can't seek. Also handle cases where there are no
25636 offsets. (based on a patch by David Moore, fixes #142507)
25638 2004-05-17 Benjamin Otte <otte@gnome.org>
25640 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25641 use correct variable when determining amount of data to skip so we
25642 don't skip into the void and segfault
25644 2004-05-16 Benjamin Otte <otte@gnome.org>
25646 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25649 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25651 * gst/asfdemux/gstasfdemux.c:
25652 - fix a mem leak and always propagate tags
25653 - add WMV3 to known video codecs (but no decoder yet)
25654 - replace "surplus data" at end of audio header for what
25655 it is : codec specific data
25658 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25660 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25662 * gst-libs/gst/audio/audioclock.c:
25663 Fix wrong return type (#142205).
25665 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25667 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25668 Ignore CRCs by default (fixes #142566).
25670 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25672 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25673 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25674 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25675 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25676 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25677 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25678 Fix for cases where we fail to attach to a mixer.
25680 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25682 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25683 Don't touch events after not owning them anymore.
25684 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25685 (gst_wavparse_fmt), (gst_wavparse_other),
25686 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25687 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25688 (gst_wavparse_srcpad_event):
25689 * gst/wavparse/gstwavparse.h:
25690 Add seeking, fix querying.
25692 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25694 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25695 - process comments even if they don't end with \0\0
25696 g_convert would ignore them if present and works well without them
25698 2004-05-16 Benjamin Otte <otte@gnome.org>
25700 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25703 2004-05-16 Benjamin Otte <otte@gnome.org>
25705 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25706 don't write to memory we might not write to - g_convert does that
25707 for us anyway (fixes #142613)
25708 (gst_asf_demux_audio_caps):
25709 comment out gst_util_dump_mem
25711 2004-05-16 Benjamin Otte <otte@gnome.org>
25713 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25714 compute correct expected timestamps after seek (broken since
25716 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25717 rename element and debugging category to gdkpixbufscale
25719 2004-05-16 Benjamin Otte <otte@gnome.org>
25721 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25722 add error checking to snd_pcm_delay and remove duplicate call to
25723 snd_pcm_delay that caused issues (see inline code comments)
25724 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25725 make more readable and fix return value when snd_pcm_delay fails
25728 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25729 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25730 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25731 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25732 (gst_pixbufscale_link), (gst_pixbufscale_init),
25733 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25734 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25735 (gst_pixbufscale_get_property), (pixbufscale_init):
25736 * ext/gdk_pixbuf/pixbufscale.h:
25737 Add these files I forgot earlier
25739 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25740 * ext/gdk_pixbuf/Makefile.am:
25741 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25742 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25743 Add new pixbufscale element to scale RGB video
25744 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25745 and HYPER interpolation correctly.
25746 * ext/theora/theoraenc.c: (theora_enc_chain),
25747 Discard buffer and return if explicit caps could not be set
25748 (theora_enc_get_property):
25749 Make _get return kbps for the bitrate consistent with
25753 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25755 * ext/libvisual/visual.c: (gst_visual_chain):
25756 add missing visual_audio_analyze
25758 2004-05-14 David Schleef <ds@schleef.org>
25760 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25761 is killed while we're playing.
25762 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25763 gst_element_no_more_pads().
25765 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25767 * gst-libs/gst/riff/riff-read.c :
25768 - fix INFO tag extraction in RIFF/AVI files
25769 because gst_event_unref (event) also freed taglist
25772 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25774 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25775 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25777 * gst/auparse/gstauparse.c :
25778 - add code (commented for now) to support audio/x-adpcm on src pad
25779 (we have no decoder for those layout yet)
25781 * gst/cdxaparse/gstcdxaparse.c :
25782 * gst/cdxaparse/gstcdxaparse.h :
25783 - partial rewrite using RiffRead (ripped iain's wavparse code)
25785 * gst/rtp/gstrtpL16enc.c : typo
25786 * gst/rtp/gstrtpgsmenc.c : typo
25788 2004-05-13 Benjamin Otte <otte@gnome.org>
25791 check for exact version of libvisual, it's not supposed to be
25794 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25796 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25797 signal no-more-pads
25799 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25801 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25802 Report which format was used for GST_FORMAT_DEFAULT
25803 * gst/debug/Makefile.am:
25804 * gst/debug/gstdebug.c: (plugin_init):
25805 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25806 (gst_progressreport_class_init), (gst_progressreport_init),
25807 (gst_progressreport_report), (gst_progressreport_set_property),
25808 (gst_progressreport_get_property), (gst_progressreport_chain),
25809 (gst_progressreport_plugin_init):
25810 Add progressreport element for testing.
25812 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25814 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25815 * sys/v4l/gstv4lsrc.h:
25816 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25817 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25818 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25819 (gst_v4lsrc_grab_frame):
25821 send a discont at start
25823 2004-05-12 Colin Walters <walters@redhat.com>
25825 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25826 inflooping if we can't find a chunk. Or in other words, don't blow
25827 chunks if we don't have a chunk to blow.
25829 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25830 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25831 Remove old debug output
25832 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25833 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25834 (gst_dvdec_set_property), (gst_dvdec_get_property):
25835 Change the quality setting to an enum, so it works from gst-launch
25836 Don't renegotiate a non-linked pad. Allows audio only decoding.
25837 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25838 (gst_deinterlace_link), (gst_deinterlace_init):
25839 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25840 (gst_videodrop_link):
25841 Some caps negotiation fixes
25843 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25845 * ext/tarkin/gsttarkin.c :
25846 - Change RANK from NONE to PRIMARY
25847 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25848 - Change RANK from NONE to MARGINAL
25849 * ext/divx/gstdivxenc.c :
25850 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25852 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25854 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25855 (gst_vorbisenc_push_packet):
25856 copy a function that was added between 1.0 and 1.0.1 until we
25857 depend on worthwhile features of post-1.0
25859 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25862 enable shout2 by default
25863 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25864 (gst_shout2send_base_init), (gst_shout2send_init),
25865 (gst_shout2send_connect), (gst_shout2send_change_state):
25866 * ext/shout2/gstshout2.h:
25867 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25869 * ext/theora/theora.c: (plugin_init):
25870 don't set rank on encoders
25872 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25874 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25875 Use codec_data property instead of flag1 and flag2 for wma
25877 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25879 * gst/cdxaparse/gstcdxaparse.c :
25880 - Add mpegversion to CAPS to make it link
25881 - Rank is as GST_RANK_SECONDARY instead of NONE
25882 * gst/auparse/gstauparse.c :
25883 - Document all audio encoding we can encounter from Solaris 9
25884 headers and libsndfile information.
25885 - Increase max. rate from 48000 to 192000 (to match other elements)
25886 - Don't try to play junk data between header and samples
25888 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25890 * ext/libvisual/visual.c: (gst_visual_getcaps):
25891 use the right caps depending on endianness (I hope)
25892 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25893 use GST_RANK_NONE for all non-decoding elements or spider gets
25896 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25898 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25899 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25901 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25903 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25904 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25905 (gst_switch_loop), (gst_switch_get_type):
25906 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25907 HEADERS. Had to be said.
25909 2004-05-10 David Schleef <ds@schleef.org>
25911 * configure.ac: Add prototype Dirac support.
25913 * ext/dirac/Makefile.am:
25914 * ext/dirac/gstdirac.cc:
25915 * ext/dirac/gstdiracdec.cc:
25917 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25919 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25920 (gst_auparse_init), (gst_auparse_chain),
25921 (gst_auparse_change_state):
25922 Hack around spider. Remove me some day please.
25924 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25926 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25927 Fix for some uninitialized variables in previous patch, also
25928 makes it work. Fixes #142286 while we're at it.
25930 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25932 * gst/auparse/gstauparse.c:
25933 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25934 only unsupported formats are ADPCM/CCITT G.72x
25936 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25938 2004-05-10 Wim Taymans <wim@fluendo.com>
25940 * ext/vorbis/Makefile.am:
25941 * ext/vorbis/README:
25942 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25943 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25944 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25945 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25946 (gst_oggvorbisenc_convert_sink),
25947 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25948 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25949 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25950 (get_constraints_string), (update_start_message),
25951 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25952 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25953 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25954 * ext/vorbis/oggvorbisenc.h:
25955 * ext/vorbis/vorbis.c: (plugin_init):
25956 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25957 (raw_caps_factory), (gst_vorbisenc_class_init),
25958 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25959 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25960 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25961 * ext/vorbis/vorbisenc.h:
25962 Added a raw vorbis encoder to be used with the oggmuxer.
25963 We still need the old encoder for some gnome applications,
25964 read the README to find out how that works.
25965 The raw encoder is called "rawvorbisenc" until 0.9.
25967 2004-05-10 Wim Taymans <wim@fluendo.com>
25969 * ext/ogg/gstogg.c: (plugin_init):
25970 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25972 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25973 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25974 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25975 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25976 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25977 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25978 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25979 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25980 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25981 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25982 Added an ogg muxer.
25983 Small typo fixes in the demuxer.
25985 2004-05-10 Wim Taymans <wim@fluendo.com>
25987 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25988 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25989 (theora_enc_change_state), (theora_enc_set_property),
25990 (theora_enc_get_property):
25991 Mark the last packet with an EOS flag which is not really needed
25993 Do some better video framerate initialisation.
25994 Update the buffer timestamp.
25996 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25998 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25999 Return the result of the parent state change call
26001 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26003 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26004 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26005 * gst/law/alaw-encode.c : (idem)
26006 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26007 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26008 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26010 2004-05-09 Benjamin Otte <otte@gnome.org>
26012 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26013 don't use a fixed buffer size when writing variable length data to
26014 it. Fixes memory corruption and makes alsasrc work
26016 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26018 * ext/gnomevfs/gstgnomevfssink.c:
26019 (_gst_boolean_allow_overwrite_accumulator),
26020 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26021 Run glib's default signal handler (??) in RUN_CLEANUP rather than
26022 RUN_LAST, and don't use that to set the accumulator value because
26023 then it's always FALSE.
26025 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26027 * gst-libs/gst/riff/riff-media.c:
26028 (gst_riff_create_video_caps_with_data),
26029 (gst_riff_create_audio_caps),
26030 (gst_riff_create_audio_template_caps):
26031 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26032 Fix for unaligned RIFF files (i.e. where all the chunks together
26033 in a LIST chunk are not of the same size as the size given in
26034 the LIST chunk header). Fixes several odd WAVE files. Also fix
26035 ADPCM (block_align property) in audio, so that wavparse based
26036 on this works now as it used to stand-alone.
26038 2004-05-09 Edward Hervey <bilboed@bilboed.com>
26040 reviewed by Benjamin Otte <otte@gnome.org>
26042 * ext/a52dec/gsta52dec.c:
26043 * ext/divx/gstdivxdec.c:
26044 * ext/divx/gstdivxenc.c:
26045 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26046 * ext/faac/gstfaac.c: (gst_faac_base_init):
26047 * ext/faad/gstfaad.c: (gst_faad_base_init):
26048 * ext/ivorbis/vorbisfile.c:
26049 * ext/lame/gstlame.c:
26050 * ext/libfame/gstlibfame.c:
26051 * ext/mpeg2enc/gstmpeg2enc.cc:
26052 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26053 * ext/sidplay/gstsiddec.cc:
26054 * ext/speex/gstspeexdec.c:
26055 * ext/speex/gstspeexenc.c:
26056 * ext/xvid/gstxviddec.c:
26057 * ext/xvid/gstxvidenc.c:
26058 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26061 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
26063 * ext/alsa/gstalsa.c: (device_list),
26064 (gst_alsa_class_probe_devices):
26065 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26066 Fix alsa oddness in mixer after the combination of using mixer
26067 in source/sink elements and using hw:x,y instead of just hw:x.
26069 2004-05-09 Benjamin Otte <otte@gnome.org>
26071 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26072 (gst_wavparse_create_sourcepad):
26073 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26076 2004-05-09 Benjamin Otte <otte@gnome.org>
26078 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26079 allow discont events before caps nego
26081 2004-05-08 Benjamin Otte <otte@gnome.org>
26083 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26086 2004-05-08 Benjamin Otte <otte@gnome.org>
26088 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26089 (gst_level_change_state), (gst_level_init):
26090 * gst/level/gstlevel.h:
26091 figure out if we're initialized directly instead of keeping a
26092 variable that's wrong in 90% of cases
26093 don't initialize pads and then leak them and use a new unitialized
26094 pad. (fixes #142084)
26095 these were bugs so n00bish I didn't find them for an hour :/
26097 2004-05-08 Iain <iain@prettypeople.org>
26099 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26100 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26101 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26102 return the length that was read.
26103 (gst_riff_read_strf_auds): Allow fmt tags as well.
26105 2004-05-07 David Schleef <ds@schleef.org>
26107 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26108 signed char assumption in faad.h.
26110 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26112 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26113 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26115 2004-05-07 Colin Walters <walters@redhat.com>
26117 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26118 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26120 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26121 Add dispose function.
26123 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
26124 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26125 Fix caps nego and pad templates. RGB mode caps should
26127 * ext/dvdnav/gst-dvd:
26128 Move mpeg2dec inside the thread because otherwise the
26129 queue rejects cap changes mid-stream
26130 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26131 (gst_mpeg2dec_flush_decoder):
26132 For mpeg2dec > 0.4.0, call the flush function instead of
26133 manually extracting all in-flight frames.
26134 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26135 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26136 Change mime type video/dv go video/x-dv to match the
26137 rest of gst-plugins
26139 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26141 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26142 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26143 (gst_alsa_sink_class_init):
26144 * ext/alsa/gstalsasink.h:
26145 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26146 (gst_alsa_src_class_init):
26147 * ext/alsa/gstalsasrc.h:
26148 Make alsasink/src a subclass of alsamixer so that mixer stuff
26149 shows up in gst-rec. Needs some finetuning.
26151 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
26153 * ext/lame/gstlame.c: (gst_lame_chain):
26155 * ext/mad/gstmad.c: (gst_mad_handle_event):
26157 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26158 be able to detect mp3 files < 4096 bytes
26160 2004-05-06 Wim Taymans <wim@fluendo.com>
26162 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26163 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26164 (theora_enc_set_property), (theora_enc_get_property):
26165 Also encode the first frame, cleanup some code.
26167 2004-05-06 Wim Taymans <wim@fluendo.com>
26169 * ext/mpeg2enc/gstmpeg2enc.cc:
26170 Forward events first before deciding that negotiation was
26173 2004-05-06 Wim Taymans <wim@fluendo.com>
26175 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26176 First process the events before deciding that negotiation
26179 2004-05-06 Wim Taymans <wim@fluendo.com>
26181 * ext/theora/Makefile.am:
26182 * ext/theora/theora.c: (plugin_init):
26183 * ext/theora/theoradec.c: (theora_dec_change_state):
26184 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26185 (gst_theora_enc_class_init), (gst_theora_enc_init),
26186 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26187 (theora_enc_chain), (theora_enc_change_state),
26188 (theora_enc_set_property), (theora_enc_get_property):
26189 Added a theora encoder, grouped the encoder and decoder into the
26192 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
26194 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26195 (gst_jpegenc_chain):
26196 fix DURATION on outgoing buffers
26197 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26198 debug using time formats
26199 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26200 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26201 (gst_xvimagesink_sink_link):
26202 windows with width/height 0 generate X errors, so don't allow them
26204 2004-05-05 Wim Taymans <wim@fluendo.com>
26206 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26207 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26208 (gst_mpeg2dec_negotiate_format):
26209 * ext/mpeg2dec/gstmpeg2dec.h:
26210 removed the static pad template so that we can add the
26211 more accurate framerate value to the caps.
26214 2004-05-04 Benjamin Otte <otte@gnome.org>
26217 check for kdemacros.h, too (should fix #141821)
26218 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26219 don't crash if no header was sent, but nicely error out (fixes part
26222 2004-05-04 Wim Taymans <wim@fluendo.com>
26224 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26225 parent dispose function to avoid segfault on destroy.
26227 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
26229 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26232 (gst_xvimagesink_sink_link):
26233 clean up debugging caps
26234 also recreate xvimage when format has changed
26236 2004-05-04 Benjamin Otte <otte@gnome.org>
26238 * ext/libvisual/Makefile.am:
26239 * ext/libvisual/visual.c: (gst_visual_class_init),
26240 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26241 (gst_visual_srclink), (gst_visual_chain),
26242 (gst_visual_change_state), (plugin_init):
26243 use a GstAdapter to correctly adapt buffer sizes - allows using a
26246 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26248 * sys/v4l/gstv4lelement.h:
26249 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26250 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26251 (gst_v4lsrc_buffer_free):
26252 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26253 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26254 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26255 (gst_v4lsrc_requeue_frame):
26256 move some debugging categories around
26257 query for fps index and set accordingly if found
26259 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26261 * ext/lame/gstlame.c:
26262 correct defaults that lame_init puts out of range
26264 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26266 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26267 (gst_divxenc_class_init):
26268 fix range since -1 is the default
26269 * gst/mpeg1sys/gstmpeg1systemencode.c:
26270 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26271 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26272 (gst_rtjpegdec_chain):
26273 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26274 (gst_rtjpegenc_chain):
26275 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26276 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26277 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26278 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26279 * sys/v4l/gstv4lsrc.c:
26280 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26281 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26282 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26283 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26284 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26285 remove gst_info calls
26287 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26296 Updated translations
26298 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26300 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26301 refactor/comment code
26303 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26305 * gst/asfdemux/Makefile.am:
26306 * gst/asfdemux/asfheaders.c:
26307 * gst/asfdemux/asfheaders.h:
26308 * gst/asfdemux/gstasf.c: (plugin_init):
26309 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26310 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26311 (gst_asf_demux_setup_pad):
26312 * gst/asfdemux/gstasfdemux.h:
26313 * gst/asfdemux/gstasfmux.c:
26314 * gst/asfdemux/gstasfmux.h:
26315 Add tagging support to demuxer, split out registration in its own
26316 file instead of in demux (hacky), and prevent having some tables
26317 in our memory multiple times (in asfheaders.h).
26319 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26321 * gst/matroska/matroska-demux.c:
26322 (gst_matroska_demux_parse_metadata):
26323 * gst/matroska/matroska-ids.h:
26324 Basic tag reading support.
26326 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26328 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26329 Really detect ac-3 audio.
26330 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26331 really detect matroska files (off-by-1).
26333 2004-04-30 David Schleef <ds@schleef.org>
26335 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26336 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26337 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26338 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26339 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26340 hackage -- parse a lot more atoms, extract a few tags. One might even
26341 mistake this for tag support. Maybe it is.
26342 * gst/qtdemux/qtdemux.h:
26344 2004-04-30 Colin Walters <walters@verbum.org>
26346 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26348 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26350 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26351 (gst_ffmpegcolorspace_getcaps):
26352 remove broken nego fix
26354 2004-04-30 Benjamin Otte <otte@gnome.org>
26358 * ext/libvisual/Makefile.am:
26359 * ext/libvisual/visual.c:
26360 add initial support for libvisual (http://libvisual.sourceforge.net)
26361 libvisual is still quite alpha, so expect crashes in there :)
26363 2004-04-29 David Schleef <ds@schleef.org>
26365 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26366 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26367 up qtdemux to make it spit out codec_data. Do _not_ look at this
26368 code; you will no longer respect me.
26370 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26372 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26373 * ext/alsa/gstalsa.h :
26374 change alsa pcm device discovery to find more than 1 device
26375 per card. code review by Ronald.
26377 2004-04-29 David Schleef <ds@schleef.org>
26379 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26380 Add a check for a driver bug on FreeBSD. (bug #140565)
26382 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26384 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26385 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26386 (gst_jpegenc_getcaps):
26387 move format setting to inner loop
26388 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26389 (gst_ffmpegcolorspace_getcaps):
26390 use GST_PAD_CAPS if available so that we use already negotiated
26392 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26393 (qtdemux_parse_moov), (qtdemux_parse):
26395 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26396 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26397 move hardcoded path to DEFINE
26399 2004-04-28 David Schleef <ds@schleef.org>
26401 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26404 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26406 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26407 Don't probe for playback device if we're a source element. Fixes
26410 2004-04-29 Benjamin Otte <otte@gnome.org>
26412 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26413 (gst_id3_tag_chain):
26414 rewrite buffer offset
26416 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26420 * ext/dts/Makefile.am:
26421 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26422 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26423 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26424 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26425 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26426 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26428 * ext/dts/gstdtsdec.h:
26430 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26431 (gst_faad_srcconnect):
26432 Add ESDS atom handling (.m4a).
26434 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26436 * ext/divx/gstdivxdec.c: (plugin_init):
26437 Remove comment that makes no sense.
26438 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26439 Fix for obvious typo that resulted in warnings during gst-register.
26440 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26441 (gst_xviddec_sink_link):
26442 Fix caps negotiation a bit better.
26443 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26444 We call this 'codec_data', not 'esds'.
26446 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26448 * gst/monoscope/gstmonoscope.c:
26449 make sure we only provide 256x128
26450 * gst/monoscope/monoscope.c: (monoscope_init):
26451 assert size of 256x128
26453 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26456 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26457 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26458 fixate to max width and height of device
26460 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26463 * sys/v4l/gstv4l.c:
26464 * sys/v4l/gstv4lsrc.c:
26465 * sys/v4l/v4l_calls.c:
26466 * sys/v4l/v4lsrc_calls.c:
26467 fix for qc-usb driver which fakes having more than one buffer
26468 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26469 buffer_free override
26472 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26475 * gst/videotestsrc/gstvideotestsrc.c:
26476 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26477 (gst_videotestsrc_init), (gst_videotestsrc_get),
26478 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26479 * gst/videotestsrc/gstvideotestsrc.h:
26480 add num-buffers property
26482 2004-04-26 Benjamin Otte <otte@gnome.org>
26484 * ext/mad/gstid3tag.c: (plugin_init):
26485 set id3mux rank to NONE so it doesn't confuse spider
26486 require audio/mpeg,mpegversion=1 in id3mux
26488 2004-04-26 Benjamin Otte <otte@gnome.org>
26491 detect faad correctly as non-working if it's indeed non-working
26493 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26496 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26497 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26498 fix _getcaps so it only negotiates to its supported format
26500 2004-04-25 Benjamin Otte <otte@gnome.org>
26502 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26505 2004-04-23 Benjamin Otte <otte@gnome.org>
26507 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26508 audio/x-raw-int with height rules! not. Now it's depth.
26510 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26512 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26513 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26514 (gst_wavparse_loop):
26515 Missing variable initialization. Add handling of DVI ADPCM. Fix
26516 mis-parsing of LIST chunks. This works around a bug where we mis-
26517 parse non-aligning LIST chunks (so LIST chunks where the contents
26518 don't align with the actual LIST size). The correct fix is to use
26519 rifflib, I'm not going to fix wavparse - too much work. All this
26522 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26524 reviewed by Benjamin Otte <otte@gnome.org>
26526 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26527 fix shoutcast not working (fixes #140844)
26529 2004-04-22 Benjamin Otte <otte@gnome.org>
26531 * ext/hermes/gsthermescolorspace.c:
26532 (gst_hermes_colorspace_caps_remove_format_info):
26533 * gst/colorspace/gstcolorspace.c:
26534 (gst_colorspace_caps_remove_format_info):
26535 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26536 (gst_ffmpegcolorspace_caps_remove_format_info):
26537 s/gst_caps_simplify/gst_caps_do_simplify/
26539 2004-04-22 Benjamin Otte <otte@gnome.org>
26541 * gst-libs/gst/riff/riff-media.c:
26542 (gst_riff_create_video_caps_with_data):
26543 mpegversion is an int
26544 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26545 don't try to create pad templates with NULL caps, use any caps
26548 2004-04-20 David Schleef <ds@schleef.org>
26550 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26551 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26554 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26556 reviewed by David Schleef
26558 * ext/mad/gstid3tag.c: Add stdlib.h
26559 * gst/rtp/gstrtpgsmenc.c: same
26560 * gst/tags/gstid3tag.c: same
26561 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26562 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26563 GST_DISABLE_LOADSAVE use.
26564 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26565 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26566 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26568 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26569 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26571 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26572 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26574 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26577 2004-04-20 David Schleef <ds@schleef.org>
26579 * gst/realmedia/rmdemux.c: This was supposed to part of the
26580 last checkin. Same idea.
26582 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26584 reviewed by David Schleef
26586 * configure.ac: bump required gstreamer version to 0.8.1.1
26587 because of following changes [--ds]
26589 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26590 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26591 (gst_riff_read_header): Use GST_READ_UINT*
26592 macros to access possibly unaligned memory.
26594 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26595 (mp3_type_find): Use GST_READ_UINT*
26596 macros to access possibly unaligned memory.
26597 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26598 (speex_type_find): Likewise
26600 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26602 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26603 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26604 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26605 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26606 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26607 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26608 macros to access possibly unaligned memory.
26610 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26613 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26614 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26616 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26619 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26620 (gst_mpeg2subt_chain_subtitle): Likewise.
26622 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26623 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26626 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26629 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26632 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26635 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26638 update required version of GStreamer because of GST_TIME_FORMAT
26640 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26642 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26643 remove leftover g_print
26644 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26645 don't try setting only a subset of the caps. We don't want to kill
26646 autoplugging on purpose
26648 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26650 * sys/ximage/ximagesink.c: (plugin_init):
26651 * sys/xvimage/xvimagesink.c: (plugin_init):
26652 add debugging categories
26654 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26658 Adding en_GB translation (Gareth Owen)
26660 2004-04-20 David Schleef <ds@schleef.org>
26662 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26663 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26664 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26665 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26666 A number of new features and hacks to extract the esds atom and
26667 put it into the caps. (bug #137724)
26669 2004-04-19 David Schleef <ds@schleef.org>
26671 * gconf/Makefile.am: Fix for non-GNU make
26672 * gst-libs/gst/Makefile.am: Change directory order to handle
26673 GstPlay linking with gstinterfaces
26674 * gst-libs/gst/audio/make_filter: make use of tr portable
26675 * gst-libs/gst/play/Makefile.am: Add intended \
26676 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26677 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26678 function prototype instead of void *.
26679 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26681 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26682 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26683 * gst/videofilter/make_filter: make use of tr portable
26684 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26686 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26690 Added Ukrainian translation (Maxim V. Dziumanenko)
26692 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26694 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26695 (gst_gsmdec_link), (gst_gsmdec_chain):
26696 Fix capsnego, simplify chain function slightly.
26697 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26700 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26702 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26703 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26704 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26705 Hack to make wavparse work with spider (always -> sometimes pad).
26706 Fixes #135862 && #140411.
26708 2004-04-18 Benjamin Otte <otte@gnome.org>
26710 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26711 (gst_osselement_rate_probe_check),
26712 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26713 get rid of \n in debug output
26715 2004-04-17 Iain <iain@prettypeople.org>
26717 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26720 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26722 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26723 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26724 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26725 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26726 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26727 (gst_id3_tag_change_state), (plugin_init):
26728 deprecate id3tag element and replace with id3demux/id3mux.
26729 great side effect: this ugly file is now even uglier, yay!
26730 * ext/mad/gstmad.h:
26731 remove non-available function
26732 update for new get_type
26734 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26737 require mpeg2dec >= 0.4.0
26739 2004-04-17 Benjamin Otte <otte@gnome.org>
26741 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26742 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26743 (gst_xvimagesink_set_xwindow_id):
26744 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26745 assorted cleanup fixes.
26747 2004-04-16 David Schleef <ds@schleef.org>
26749 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26750 * sys/xvimage/xvimagesink.h: same
26752 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26754 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26755 Fix GST_ELEMENT_ERROR with (NULL)
26757 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26759 * gst-libs/gst/riff/riff-media.c:
26760 (gst_riff_create_video_caps_with_data):
26761 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26763 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26765 * gst-libs/gst/riff/riff-media.c:
26766 (gst_riff_create_video_caps_with_data),
26767 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26768 (gst_riff_create_video_template_caps),
26769 (gst_riff_create_audio_template_caps):
26770 * gst-libs/gst/riff/riff-media.h:
26771 * gst-libs/gst/riff/riff-read.c:
26772 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26773 * gst-libs/gst/riff/riff-read.h:
26774 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26775 Add MS RLE support. I added some functions to read out strf chunks
26776 into strf chunks and the data behind it. This is usually color
26777 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26778 caps creation. Lastly, add ADPCM (similar to wavparse - which
26779 should eventually be rifflib based).
26780 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26781 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26782 * gst/matroska/matroska-demux.h:
26783 Remove placeholders for some prehistoric tagging system. Didn't add
26784 support for any tag system really anyway.
26785 * gst/qtdemux/qtdemux.c:
26786 Add support for audio/x-m4a (MPEG-4) through spider.
26787 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26788 (gst_wavparse_loop):
26789 ADPCM support (#135862). Increase max. buffer size because we
26790 cannot split buffers for ADPCM (screws references) and I've seen
26791 files with 2048 byte chunks. 4096 seems safe for now.
26793 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26795 * configure.ac: bump nano to 1
26797 === release 0.8.1 ===
26799 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26801 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26803 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26805 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26806 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26809 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26811 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26812 lower rank of dvddemux so that it's not used for mpeg playback.
26814 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26817 save libs correctly when checking mad
26819 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26821 * ext/mad/gstid3tag.c: (plugin_init):
26822 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26824 2004-04-13 David Schleef <ds@schleef.org>
26826 * common/m4/gst-feature.m4: Call -config scripts with
26827 --plugin-libs if it is supported.
26828 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26829 JPEG images are image/jpeg.
26830 * gst/debug/Makefile.am:
26831 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26832 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26833 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26834 (gst_negotiation_plugin_init): Add a property that acts like
26836 * testsuite/gst-lint: Move license checking to be a standard
26839 2004-04-13 David Schleef <ds@schleef.org>
26841 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26842 patch from Sebastien Cote (bug #139958)
26844 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26846 * examples/gstplay/Makefile.am:
26847 * examples/gstplay/player.c: (main):
26848 make the commandline player example use gconf settings
26850 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26852 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26853 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26854 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26855 init/end library during state transition, not object
26856 creation/disposal. get rid of custom dispose handler.
26859 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26861 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26864 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26866 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26867 Handle JUNK chunks inside data section. Prevents warnings.
26869 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26871 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26872 (gst_riff_create_video_template_caps):
26874 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26875 (gst_avi_demux_stream_data):
26876 Add support for "rec-list" chunks.
26878 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26880 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26881 Fix another codecname mismatch.
26883 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26885 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26886 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26887 so that MJPEG plays back.
26889 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26891 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26892 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26893 * gst/mpeg1videoparse/gstmp1videoparse.h:
26894 Fix for some slight mis-cuts in buffer parsing, and for some
26895 potential overflows or faults-causers. Adds disconts. Also fixes
26896 #139105 while we're at it.
26898 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26901 * sys/v4l2/gstv4l2element.h:
26902 Workaround for missing struct v4l2_buffer declaration in Suse 9
26903 and Mandrake 10 linux/videodev2.h header file (#135919).
26905 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26907 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26908 Bail out if no filename was given.
26910 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26912 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26913 (gst_v4l2_fourcc_from_structure):
26914 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26917 2004-04-09 Benjamin Otte <otte@gnome.org>
26919 * ext/gnomevfs/gstgnomevfssink.c:
26920 (_gst_boolean_allow_overwrite_accumulator),
26921 (gst_gnomevfssink_class_init):
26922 fix erase signal - if any handler returns false the file will not be
26923 overwritten. If no handler is connected, the file will not be
26924 overwritten either.
26925 renamed signal to "allow-overwrite"
26926 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26927 free string when adding it to ID3 failed
26928 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26929 unref event when done
26930 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26932 * gst/typefind/gsttypefindfunctions.c:
26933 (mpeg_video_stream_type_find):
26936 2004-04-08 David Schleef <ds@schleef.org>
26938 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26939 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26941 2004-04-08 David Schleef <ds@schleef.org>
26943 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26944 we don't support (bug #139532)
26946 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26948 * ext/mad/gstmad.c: (gst_mad_handle_event),
26949 (gst_mad_check_caps_reset), (gst_mad_chain),
26950 (gst_mad_change_state):
26951 only set explicit caps if they haven't been set before for
26952 this stream. MPEG-audio sample rate/channels aren't allowed
26953 to change in-stream.
26956 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26958 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26959 (_gst_boolean_did_something_accumulator),
26960 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26961 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26962 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26963 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26964 (gst_gnomevfssink_change_state):
26965 Fix erase signal. Don't erase by default. Remove handoff signal.
26966 Remove erase property. Don't segfault. General cleanup.
26968 2004-04-07 Benjamin Otte <otte@gnome.org>
26970 * gst-libs/gst/gconf/test-gconf.c: (main):
26971 add missing gst_init
26973 2004-04-07 Benjamin Otte <otte@gnome.org>
26975 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26976 free the mutexes, too
26978 2004-04-07 Benjamin Otte <otte@gnome.org>
26980 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26981 actually free the URI string
26982 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26983 compute offset correctly when passing discont events
26984 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26985 don't leak discont events
26986 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26987 add some missing breaks so caps aren't copied randomly
26988 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26989 if we realloc memory, we better use it
26991 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26993 * ext/mad/gstmad.c: (normal_seek):
26994 fix GST_FORMAT_TIME usage
26996 2004-04-05 David Schleef <ds@schleef.org>
26998 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26999 a deprecated function (hack!)
27001 2004-04-05 Benjamin Otte <otte@gnome.org>
27003 * ext/esd/esdmon.c: (gst_esdmon_get):
27004 fix nonterminated vararg and memleak
27006 2004-04-05 Benjamin Otte <otte@gnome.org>
27008 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27009 (gst_ladspa_init), (gst_ladspa_force_src_caps),
27010 (gst_ladspa_set_property), (gst_ladspa_get_property),
27011 (gst_ladspa_instantiate), (gst_ladspa_activate),
27012 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27015 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
27017 reviewed by Benjamin Otte <otte@gnome.org>
27019 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27020 check for broken LADSPA parameters (fixes #138635)
27022 2004-04-05 Benjamin Otte <otte@gnome.org>
27024 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27025 advertise buffer-frames correctly on sinkpads
27027 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27029 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27030 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27031 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27032 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27033 (gst_mad_check_caps_reset), (gst_mad_chain):
27034 add more debugging, only reset caps when we're not in error state
27036 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27038 * ext/mad/gstmad.c: add debugging category, comment + cleanups
27040 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27042 reviewed by Benjamin Otte <otte@gnome.org>
27045 fix == in test(1) operator
27047 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27049 reviewed by Benjamin Otte <otte@gnome.org>
27052 fix --export-symblos-regex to a working regex.
27054 2004-04-04 Benjamin Otte <otte@gnome.org>
27056 * sys/oss/.cvsignore:
27059 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
27061 reviewed by Benjamin Otte <otte@gnome.org>
27063 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27064 add missing 'new_media' argument (fixes #138168)
27065 * gst/matroska/matroska-demux.c:
27066 (gst_matroska_demux_handle_seek_event):
27067 add vararg terminator (fixes #138169)
27069 2004-04-02 David Schleef <ds@schleef.org>
27071 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
27072 disted (bug #138914)
27074 2004-04-01 Benjamin Otte <otte@gnome.org>
27076 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27077 (gst_alsa_close_audio):
27078 handle case better where a soundcard can't pause
27079 * ext/ogg/gstoggdemux.c:
27080 don't crash when we get events but don't have pads yet
27082 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27084 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27085 throw an error if we couldn't probe any caps.
27087 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27089 * ext/dvdnav/gst-dvd:
27090 Add a really simple sample DVD player
27092 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27094 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27095 (gst_a52dec_push), (gst_a52dec_handle_event),
27096 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27097 (gst_a52dec_change_state):
27098 * ext/a52dec/gsta52dec.h:
27099 Use a debug category, Output timestamps correctly
27100 Emit tag info, Handle events, tell liba52dec about cpu
27101 capabilities so it can use MMX etc.
27102 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27103 Fix a crasher accessing invalid memory
27104 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27105 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27106 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27107 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27109 Some support for byte-format seeking.
27110 Small fixes for still frames and menu button overlays
27111 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27112 (gst_mpeg2dec_alloc_buffer):
27113 Use a debug category. Adjust the report level of several items to
27114 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27115 so it doesn't lose the GstBuffer pointer
27116 * gst/debug/Makefile.am:
27117 * gst/debug/gstdebug.c: (plugin_init):
27118 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27119 (gst_navseek_base_init), (gst_navseek_class_init),
27120 (gst_navseek_init), (gst_navseek_seek),
27121 (gst_navseek_handle_src_event), (gst_navseek_set_property),
27122 (gst_navseek_get_property), (gst_navseek_chain),
27123 (gst_navseek_plugin_init):
27124 * gst/debug/gstnavseek.h:
27125 Add the navseek debug element for seeking back and forth in a
27126 video stream using arrow keys.
27127 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27128 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27129 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27130 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27131 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27132 (gst_mpeg2subt_parse_header), (gst_get_nibble),
27133 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27134 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27135 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27136 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27137 * gst/mpeg2sub/gstmpeg2subt.h:
27138 Pretty much a complete rewrite. Now a loopbased element. May still
27139 require work to properly synchronise subtitle buffers.
27140 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27141 (gst_dvd_demux_send_subbuffer):
27142 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27143 Don't attempt to create subbuffers of size 0
27144 Reduce a couple of error outputs to warnings.
27145 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27146 (gst_y4mencode_chain):
27147 Output the y4m frame header correctly.
27149 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27151 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27152 throw errors instead of allowing SIGFPE
27154 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27156 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27157 (gst_gconf_render_bin_from_key):
27158 leak plugging and style fixing
27160 2004-03-31 David Schleef <ds@schleef.org>
27162 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27163 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27165 * gst/debug/Makefile.am:
27166 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27167 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
27169 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27170 (gst_negotiation_base_init), (gst_negotiation_class_init),
27171 (gst_negotiation_init), (gst_negotiation_getcaps),
27172 (gst_negotiation_pad_link), (gst_negotiation_chain),
27173 (gst_negotiation_set_property), (gst_negotiation_get_property),
27174 (gst_negotiation_plugin_init): New element to talk about random
27175 negotiation things happening in a pipeline.
27177 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27179 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27180 fix integer addition with help of Stefan Kost
27182 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27184 * po/nl.po: updated Dutch translation (Elros Cyriatan)
27186 2004-03-30 David Schleef <ds@schleef.org>
27188 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27189 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
27190 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27192 * ext/mpeg2dec/gstmpeg2dec.h:
27194 2004-03-30 David Schleef <ds@schleef.org>
27196 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27198 2004-03-30 David Schleef <ds@schleef.org>
27200 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
27201 Michael Petullo) to handle .mov
27203 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27205 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27206 (gst_osselement_rate_check_rate):
27207 probe caps correctly for sound cards that only support one format
27209 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27211 * ext/kio/kiosrc.cpp: (process_events):
27212 update handling event processing if inside KDE - untested
27214 2004-03-29 David Schleef <ds@schleef.org>
27216 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27217 by 2 to not interfere with other colorspaces.
27218 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27219 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27220 one to not interfere with ffmpeg_colorspace.
27222 2004-03-29 David Schleef <ds@schleef.org>
27224 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27225 aren't in the caps.
27226 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27227 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27229 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27231 * gst-libs/gst/riff/riff-media.c:
27232 fail on error, don't try to set stuff on NULL caps
27234 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27238 * ext/kio/Makefile.am:
27239 * ext/kio/kioreceiver.cpp:
27240 * ext/kio/kioreceiver.h:
27241 * ext/kio/kiosrc.cpp:
27242 * ext/kio/kiosrc.h:
27243 add experimental kiosrc plugin
27244 * ext/alsa/gstalsaplugin.c: (plugin_init):
27245 initialize debugging category only when we're sure registering the
27248 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27250 * examples/gstplay/player.c: (main):
27251 * gst-libs/gst/play/play.c: (gst_play_class_init),
27252 (gst_play_set_location), (gst_play_set_data_src),
27253 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27254 (gst_play_set_visualization), (gst_play_connect_visualization):
27255 check return values of element_set_state and return FALSE where
27258 2004-03-29 Benjamin Otte <otte@gnome.org>
27260 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27261 try harder to check if an event is really a discont
27263 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27265 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27268 2004-03-28 Benjamin Otte <otte@gnome.org>
27270 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27271 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27272 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27273 get rid of non-standard "..." ranges in case statements.
27275 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27277 * gst/mpegstream/gstmpegdemux.c:
27278 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27279 specific functionality split to the new dvddemux element.
27280 * gst/mpegstream/gstdvddemux.c:
27281 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27282 streams, derived from mpegdemux.
27283 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27284 up. SCR based timestamp rewriting can be turned off (will probably
27285 completely disappear soon).
27286 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27287 hacking. General cleanup. All printf statements replaced by
27288 debugging messages. Almost complete libdvdnav support.
27289 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27290 by events. New properties for audio and subpicture languages.
27291 (dvdnavsrc_update_highlight): Now uses events.
27292 (dvdnavsrc_user_op): Cleaned up.
27293 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27294 based). Lots of cleanup, and propper support for most libdvdnav
27296 (dvdnavsrc_make_dvd_event): New function.
27297 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27298 (dvdnavsrc_make_clut_change_event): New function.
27300 2004-03-26 Benjamin Otte <otte@gnome.org>
27302 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27303 fix bug where typefinding would claim it's theora whenever less then
27304 7 bytes of data were available
27306 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27308 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27309 (gst_alawdec_base_init), (gst_alawdec_class_init),
27310 (gst_alawdec_init), (gst_alawdec_chain):
27311 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27312 (gst_alawenc_base_init), (gst_alawenc_class_init),
27313 (gst_alawenc_init), (gst_alawenc_chain):
27314 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27315 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27316 (gst_mulawdec_init), (gst_mulawdec_chain):
27317 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27318 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27319 (gst_mulawenc_init), (gst_mulawenc_chain):
27320 Fix capsnego in all four, remove the unused property functions and
27321 simplify the chain functions slightly. I guess we could use macros
27322 or something similar for those, since the code is so similar, but
27323 I'm currently too lazy...
27325 2004-03-24 David Schleef <ds@schleef.org>
27327 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27328 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27329 (gst_osselement_get_format_structure),
27330 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27331 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27332 (gst_osselement_rate_int_compare): Add code to handle rate probing
27334 * sys/oss/gstosselement.h: same
27335 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27336 Use rate probing provided by osselement.
27337 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27339 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27341 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27342 (gst_xvidenc_get_property):
27345 2004-03-24 David Schleef <ds@schleef.org>
27347 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27348 (gst_speexdec_init):
27349 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27350 (gst_speexenc_init): Create the pad template correctly (from
27351 the static pad template, not a NULL pointer.)
27353 2004-03-25 Benjamin Otte <otte@gnome.org>
27355 * gst/debug/Makefile.am:
27356 * gst/debug/breakmydata.c:
27357 add element that quasi-randomly changes bytes in the stream.
27358 Intended use is robustness checking of demuxers and decoders in
27361 2004-03-24 Benjamin Otte <otte@gnome.org>
27363 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27364 (gst_alsa_probe_hw_params):
27365 * ext/alsa/gstalsa.h:
27366 debugging output fixes
27368 2004-03-24 Benjamin Otte <otte@gnome.org>
27370 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27371 don't g_return_if_fail if element is PLAYING, fail silently as every
27373 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27374 only fix needed for cast lvalue issues in gst-plugins
27375 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27378 2004-03-24 Benjamin Otte <otte@gnome.org>
27380 * gst/level/gstlevel.c: (gst_level_init):
27381 add proxying getcaps function, so level doesn't advertise impossible
27384 2004-03-24 David Schleef <ds@schleef.org>
27386 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27387 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27388 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27389 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27390 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27391 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27392 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27393 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27394 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27395 messages. Divide the chunk size by the compression ratio
27396 (needed for MACE audio)
27398 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27400 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27401 Fix buffer overflow read error.
27403 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27405 * ext/alsa/gstalsa.h:
27406 Remove unused entry.
27407 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27409 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27410 (gst_videodrop_link), (gst_videodrop_chain):
27411 Fix, sort of. Was horribly broken with new capsnego. Bah...
27413 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27415 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27417 Add a monkeysaudio typefind function
27419 2004-03-23 Johan Dahlin <johan@gnome.org>
27421 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27422 (gst_play_video_fixate): Check so the structure has the field
27423 before trying to fixate them, this makes it possible to have
27424 fakesinks for video and audio output without printing errors on
27425 the output console.
27427 2004-03-22 David Schleef <ds@schleef.org>
27429 * sys/oss/Makefile.am:
27430 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27431 (check_rate), (add_rate): Rate probing test app.
27433 2004-03-21 Benjamin Otte <otte@gnome.org>
27435 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27436 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27437 add a fixation function that pretty much does the right thing (fixes
27440 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27442 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27444 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27446 reviewed by: Benjamin Otte <otte@gnome.org>
27448 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27449 terminate gst_event_new_discontinuous correctly (fixes parts of
27452 2004-03-19 David Schleef <ds@schleef.org>
27454 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27455 since it doesn't depend on X, and it's part of our ABI.
27457 2004-03-19 Iain <iain@prettypeople.org>
27459 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27460 is_int in the structure, not the local variable.
27462 2004-03-19 David Schleef <ds@schleef.org>
27464 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27465 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27466 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27467 Improvements in caps negotiation.
27469 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27473 adding Afrikaans (Petri Jooste)
27475 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27477 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27478 (gst_ffmpegcolorspace_chain):
27479 throw error instead of g_critical (#137588)
27481 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27485 dist common and m4 correctly
27488 2004-03-17 David Schleef <ds@schleef.org>
27490 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27493 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27497 adding Swedish translation (Christian Rose)
27499 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27501 * Makefile.am: use release.mak
27503 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27505 * common/ChangeLog:
27506 * common/gst-autogen.sh:
27507 add some explanation about the version detection
27511 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27513 * configure.ac: bump nano to 1
27515 === release 0.8.0 ===
27517 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27519 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27521 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27524 update libtool version
27525 * gst-libs/gst/media-info/Makefile.am:
27526 actually use libtool version
27528 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27530 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27532 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27535 * gst-plugins.spec.in:
27536 * pkgconfig/Makefile.am:
27537 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27538 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27539 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27540 * pkgconfig/gstreamer-libs.pc.in:
27541 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27542 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27543 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27544 * pkgconfig/gstreamer-plugins.pc.in:
27545 remove @VERSION@ from some of the pc files since core and plugins
27547 created gstreamer-plugins.pc as it's a better name, but keeping
27548 -libs around for now to get fixes upstream done first.
27550 2004-03-15 Julien MOUTTE <julien@moutte.net>
27552 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27553 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27554 * gst-libs/gst/play/play.h:
27556 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27558 * *.c, *.cc: don't mix tabs and spaces
27560 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27562 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27563 use the new ffmpegcolorspace
27564 * gst-plugins.spec.in:
27565 package new colorspace and media-info
27567 * pkgconfig/Makefile.am:
27568 fix some more disting issues
27569 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27570 * pkgconfig/gstreamer-media-info.pc.in:
27571 generate media-info pc files
27573 2004-03-15 Johan Dahlin <johan@gnome.org>
27575 * *.h: Revert indenting
27577 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27580 adding ffmpegcolorspace element
27581 * gst/ffmpegcolorspace/Makefile.am:
27582 * gst/ffmpegcolorspace/avcodec.h:
27583 * gst/ffmpegcolorspace/common.h:
27584 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27585 * gst/ffmpegcolorspace/dsputil.h:
27586 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27587 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27588 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27589 (gst_ffmpeg_caps_to_pix_fmt):
27590 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27591 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27592 (gst_ffmpegcolorspace_caps_remove_format_info),
27593 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27594 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27595 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27596 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27597 (gst_ffmpegcolorspace_set_property),
27598 (gst_ffmpegcolorspace_get_property),
27599 (gst_ffmpegcolorspace_register):
27600 * gst/ffmpegcolorspace/imgconvert.c:
27601 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27602 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27603 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27604 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27605 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27606 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27607 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27608 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27609 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27610 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27611 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27612 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27613 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27614 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27615 (img_get_alpha_info), (deinterlace_line),
27616 (deinterlace_line_inplace), (deinterlace_bottom_field),
27617 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27618 * gst/ffmpegcolorspace/imgconvert_template.h:
27619 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27620 * gst/ffmpegcolorspace/mmx.h:
27621 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27622 adding ffmpegcolorspace element supplied by Ronald after cleaning
27623 up and pulling in the right bits of upstream source.
27624 I'm sure a better C/compiler wizard could do some cleaning up (for
27625 example use GLIB's malloc stuff), but as a first pass this
27628 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27630 * ext/alsa/gstalsa.h:
27631 I assume Ronald forgot to commit the change to have cardname
27632 as a struct member. Expect some public spanking at the next
27635 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27637 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27638 (gst_alsa_open_audio), (gst_alsa_close_audio):
27639 * ext/alsa/gstalsa.c:
27640 Don't open the device if we're a mixer (= padless).
27641 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27642 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27643 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27644 Open mixer during state change rather than during object
27645 initialization. Also, get a device name. Currently in a somewhat
27646 hackish fashion, but I didn't really find something better.
27648 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27650 * *.c, *.h: run gst-indent
27652 2004-03-14 Benjamin Otte <otte@gnome.org>
27654 * gst/modplug/gstmodplug.cc:
27655 * gst/modplug/gstmodplug.h:
27656 set correct timestamps on outgoing buffers
27658 2004-03-14 Benjamin Otte <otte@gnome.org>
27660 * gst/modplug/gstmodplug.cc:
27661 handle events - don't do crap when a discont arrives that's not
27663 This allows correct loading and playback of mods in Rhythmbox
27665 2004-03-14 Benjamin Otte <otte@gnome.org>
27668 * gst-libs/gst/gconf/Makefile.am:
27669 * pkgconfig/Makefile.am:
27670 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27671 they get rebuilt properly
27673 when checking for vorbis, try pkgconfig first.
27674 * gst/modplug/gstmodplug.cc:
27675 add fixate function
27677 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27679 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27680 Fix for obvious mistake, where we first shift the offset and then
27681 read a samplesize element assuming the old offset. Note that this
27682 part still has something weird, i.e. my movies containing those
27683 don't actually play well, but at least there's something that looks
27686 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27687 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27689 Add a typefind function for speex format
27691 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27693 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27694 (gst_asf_demux_setup_pad):
27695 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27696 instead of 0. Reason is simple: some elements have a fps range
27697 of 1-max instead of 0-max. So now ASF video actually works.
27699 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27703 adding serbian as a language
27705 2004-03-13 Benjamin Otte <otte@gnome.org>
27707 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27708 return taglist correctly from _get function, don't gst_pad_push it.
27711 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27712 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27714 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27716 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27717 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27718 (gst_alsa_mixer_track_new):
27719 * ext/alsa/gstalsamixertrack.h:
27720 Fix ancient leftovers... MixerTrack is a GObject.
27722 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27724 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27725 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27726 Don't block during probing...
27728 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27730 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27731 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27732 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27733 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27734 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27735 (gst_alsa_open_audio), (gst_alsa_close_audio):
27736 * ext/alsa/gstalsa.h:
27737 Add propertyprobe interface implementation, add some device-name
27738 property, all this so that it looks good in gnome-volume-control.
27740 2004-03-12 David Schleef <ds@schleef.org>
27742 * configure.ac: the Hermes library controls hermescolorspace, not
27744 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27745 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27747 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27748 * ext/sdl/sdlvideosink.h: ditto.
27749 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27751 2004-03-12 Benjamin Otte <otte@gnome.org>
27753 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27754 (gst_x_overlay_got_xwindow_id):
27755 * gst-libs/gst/xoverlay/xoverlay.h:
27756 replace XID with unsigned long to get rid of the xlibs dependency in
27757 XOverlay (fixes #137004)
27759 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27760 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27761 (gst_agingtv_setup):
27762 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27763 (gst_dicetv_base_init), (gst_dicetv_class_init),
27764 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27765 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27766 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27767 (gst_edgetv_setup), (gst_edgetv_rgb32):
27768 * gst/effectv/gsteffectv.c:
27769 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27770 (gst_quarktv_set_property):
27771 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27772 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27773 (gst_revtv_setup), (gst_revtv_rgb32):
27774 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27775 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27776 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27777 (gst_shagadelictv_rgb32):
27778 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27779 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27780 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27781 * gst/effectv/gstwarp.c:
27782 Port everything that can be ported to videofilter and fix up the caps.
27783 Can someone with a big-endian machine please check these?
27785 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27787 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27788 (gst_osssink_chain), (gst_osssink_change_state):
27789 Latest fixes for A/V sync, audio playback and such. This is about
27790 all... MPEG playback issues are mostly related to the async build-
27791 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27793 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27795 patch from: Stephane Loeuillet
27798 use pkg-config for some libraries, falling back to the old .m4 way
27803 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27806 * tools/Makefile.am:
27807 * tools/Makefile.in:
27808 * tools/gst-launch-ext-m.m:
27809 * tools/gst-launch-ext.1.in:
27810 * tools/gst-visualise-m.m:
27811 * tools/gst-visualise.1:
27812 * tools/gst-visualise.1.in:
27813 reorganizing generation of script tools
27815 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27817 * ext/divx/gstdivxdec.c:
27818 Downgrade priority. We prefer ffdec_mpeg4.
27819 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27820 (gst_faad_chain), (gst_faad_change_state):
27821 Fix capsnego. Doesn't work for some sounds because we don't have
27822 a 5:1 to stereo element.
27823 * ext/xvid/gstxvid.c: (plugin_init):
27825 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27826 (gst_osssink_change_state):
27827 Add discont handling.
27829 2004-03-09 Colin Walters <walters@verbum.org>
27831 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27834 2004-03-09 Benjamin Otte <otte@gnome.org>
27836 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27837 the signals take 2 arguments
27839 2004-03-09 David Schleef <ds@schleef.org>
27841 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27842 (gst_alsa_fixate): Add fixate function. (bug #136686)
27843 * ext/alsa/gstalsa.h:
27844 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27846 2004-03-09 Benjamin Otte <otte@gnome.org>
27848 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27849 (gst_mikmod_change_state):
27850 * ext/mikmod/gstmikmod.h:
27851 make mikmod's loop function not loop infinitely and call
27852 gst_element_yield anymore
27853 * gst/modplug/gstmodplug.cc:
27854 fix pad negotiation (fixes #136590)
27856 2004-03-09 David Schleef <ds@schleef.org>
27858 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27859 doesn't conflict with the internal colorspace plugin.
27860 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27861 satisfy the crappy-ass shell shipped by a certain vendor.
27862 * gst/videofilter/make_filter: same (bug #135299)
27864 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27866 * configure.ac: bump nano to 1
27868 === release 0.7.6 ===
27870 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27872 * configure.in: releasing 0.7.6, "There"
27874 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27876 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27877 * pkgconfig/gstreamer-play.pc.in:
27878 synchronize the two
27880 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27882 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27883 (cdparanoia_open), (cdparanoia_event):
27884 fix/add error handling
27886 add cdparanoia source
27887 * tools/Makefile.am:
27888 make scripts executable
27890 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27893 * ext/vorbis/Makefile.am:
27895 remove id3types, vorbisfile and xvideosink from the build (#133783)
27897 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27899 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27900 Fix metadata read crash (#136537).
27902 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27904 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27905 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27906 adding mime types, fixing the one-stop function
27908 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27910 * ext/nas/nassink.c and /ext/nas/nassink.h:
27911 More NAS love from Arwed von Merkatz
27912 So lets all sing 'Can you feel the NAS tonight'
27914 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27916 * tools/gst-launch-ext.in:
27917 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27919 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27921 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27922 (gst_mpeg2dec_init):
27923 remove the user_data pad for now, because it is being used in
27924 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27925 If someone knows how to fix this properly, please do.
27927 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27929 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27930 (gst_osssink_get_time):
27931 add a warning, IMO this won't get triggered anymore, remove later
27933 2004-03-07 David Schleef <ds@schleef.org>
27935 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27936 format (bug #136470)
27938 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27940 * gst-libs/Makefile.am:
27941 * gst-libs/gst/media-info/Makefile.am:
27942 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27943 (error_callback), (gst_media_info_error_create),
27944 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27945 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27946 * gst-libs/gst/media-info/media-info-priv.h:
27947 * gst-libs/gst/media-info/media-info-test.c: (main):
27948 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27949 (gst_media_info_class_init), (gst_media_info_instance_init),
27950 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27951 (gst_media_info_read_idler), (gst_media_info_read):
27952 * gst-libs/gst/media-info/media-info.h:
27953 fixed, should work now
27955 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27957 * ext/nas/nassink.c:
27958 A bunch of NAS fixes from Arwed von Merkatz
27960 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27962 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27963 (qtdemux_parse_trak):
27964 Fix crash (j might be greater than n_samples, in which case we're
27965 writing outside the allocated space for the array) and memleak.
27967 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27969 * sys/oss/gstosssink.c: (gst_osssink_chain):
27970 And another caller that couldn't handle delay < 0 (unsigned
27971 integer overflow). Video now continues playing on an audio
27972 buffer underrun, and the clock continues working. Audio still
27975 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27977 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27978 (gst_osssink_get_time):
27979 get_delay() may return values lower than 0. In those cases, we
27980 should not actually cast to *unsigned* int64, that will break
27981 stuff horribly. In my case, it screwed up A/V sync in movies
27982 in totem rather badly.
27984 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27986 * ext/faac/gstfaac.c: (gst_faac_chain):
27987 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27988 * ext/libpng/gstpngenc.c: (user_write_data):
27989 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27990 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27991 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27992 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27993 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27994 of any buffer), should fix some leaks. I hope I didn't unref buffers
27995 that shouldn't be...
27997 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27999 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28000 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28001 (error_callback), (gmi_reset), (gmi_seek_to_track),
28002 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28003 (gmip_find_type_post), (gmip_find_stream_post),
28004 (gmip_find_track_streaminfo_post):
28005 * gst-libs/gst/media-info/media-info-priv.h:
28006 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28007 (info_print), (main):
28008 * gst-libs/gst/media-info/media-info.c:
28009 (gst_media_info_error_create), (gst_media_info_error_element),
28010 (gst_media_info_instance_init), (gst_media_info_get_property),
28011 (gst_media_info_new), (gst_media_info_set_source),
28012 (gst_media_info_read_idler), (gst_media_info_read):
28013 * gst-libs/gst/media-info/media-info.h:
28014 first pass at making this work again. This seems to work on
28015 tagged ogg/vorbis and mp3 files.
28017 2004-03-06 Benjamin Otte <otte@gnome.org>
28019 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28020 fix huge leak: gst_buffer_merge doesn't unref the first argument
28023 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28025 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28026 report layer/mode/emphasis
28028 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28030 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28032 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28034 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28037 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28039 * ext/vorbis/vorbis.c: (plugin_init):
28040 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28041 (gst_vorbis_dec_init), (vorbis_dec_event):
28043 make vorbisdec handle _BYTE and _TIME queries
28045 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28047 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28048 from the xing header
28050 2004-03-06 Benjamin Otte <otte@gnome.org>
28052 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28053 (gst_audio_convert_link), (gst_audio_convert_change_state),
28054 (gst_audio_convert_buffer_from_default_format):
28055 do conversions from/to float correctly, fix some caps nego errors,
28056 export correct supported caps in template and getcaps, use correct
28057 caps in try_set_caps functions
28059 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28061 For some reason, I only committed a ChangeLog entry yesterday and
28062 not the corresponding code...
28063 * ext/mad/gstmad.c: Fix detection of Xing headers
28064 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28066 2004-03-06 Benjamin Otte <otte@gnome.org>
28068 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28069 (gst_ogg_demux_src_query):
28070 make sure to handle the case where there's no current chain
28073 2004-03-05 David Schleef <ds@schleef.org>
28075 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28076 Add fixate function. (bug #131128)
28077 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28078 (gst_sdlvideosink_fixate): Add fixate function.
28079 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28080 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28081 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28082 Fix missing break that was causing ulaw to be interpreted as
28085 2004-03-05 David Schleef <ds@schleef.org>
28087 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28088 Fix code that ignores return value of gst_buffer_merge().
28090 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28091 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28092 * testsuite/gst-lint: Check for above.
28094 2004-03-05 David Schleef <ds@schleef.org>
28096 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
28097 caps and throw an element error. (bug #136334)
28099 2004-03-05 David Schleef <ds@schleef.org>
28101 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28102 (gst_faad_chain): Fix negotiation.
28103 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28104 key and button events.
28105 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28107 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28109 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28110 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28111 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28112 function to encourage better negotiation, particularly between
28113 audioconvert and osssink.
28114 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28115 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
28117 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
28119 * gst/vbidec/vbiscreen.c: Add glib header
28120 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
28122 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
28124 * ext/mad/gstmad.c: Fix detection of Xing headers
28125 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28127 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28129 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28130 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28133 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28135 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28136 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28137 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28138 files, and report the parsed length as a GST_TAG_DURATION tag.
28139 * gst/tags/gstid3tag.c: support TLEN (duration) tag
28141 2004-03-05 Benjamin Otte <otte@gnome.org>
28143 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28144 convert channels correctly. convert correctly to unsigned.
28146 2004-03-05 Julien MOUTTE <julien@moutte.net>
28148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28149 we have a window before clearing it.
28151 2004-03-05 Julien MOUTTE <julien@moutte.net>
28153 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28154 have a window before clearing it.
28156 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
28158 * gconf/gstreamer.schemas.in:
28159 * gst-libs/gst/gconf/Makefile.am:
28160 version installation path the same way as for 0.6
28161 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28162 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28163 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28164 remove comment that was fixed
28166 2004-03-05 David Schleef <ds@schleef.org>
28168 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28169 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28170 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28171 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28172 Add prototype code for handling seeking and querying.
28174 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
28176 * examples/gstplay/player.c: (main):
28177 Initialize variables to NULL. Prevents a segfault because the
28178 (uninitialized) variable is not NULL, resulting in a crash on
28179 trying to reach error->message.
28181 2004-03-05 Benjamin Otte <otte@gnome.org>
28183 * gst/audioconvert/gstaudioconvert.c:
28184 (gst_audio_convert_buffer_to_default_format):
28185 make float=>int conversion work correctly even in cornercases.
28187 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
28189 * debian/README.Debian:
28190 * debian/build-deps:
28191 * debian/changelog:
28193 * debian/control.in:
28194 * debian/copyright:
28195 * debian/gstreamer-a52dec.files:
28196 * debian/gstreamer-aa.files:
28197 * debian/gstreamer-alsa.files:
28198 * debian/gstreamer-alsa.manpages:
28199 * debian/gstreamer-arts.files:
28200 * debian/gstreamer-artsd.files:
28201 * debian/gstreamer-audiofile.files:
28202 * debian/gstreamer-avifile.files:
28203 * debian/gstreamer-cdparanoia.files:
28204 * debian/gstreamer-colorspace.files:
28205 * debian/gstreamer-doc.files:
28206 * debian/gstreamer-dv.files:
28207 * debian/gstreamer-dvd.files:
28208 * debian/gstreamer-esd.files:
28209 * debian/gstreamer-festival.files:
28210 * debian/gstreamer-flac.files:
28211 * debian/gstreamer-gconf.conffiles:
28212 * debian/gstreamer-gconf.files:
28213 * debian/gstreamer-gconf.postinst:
28214 * debian/gstreamer-gnomevfs.files:
28215 * debian/gstreamer-gsm.files:
28216 * debian/gstreamer-http.files:
28217 * debian/gstreamer-jack.files:
28218 * debian/gstreamer-jpeg.files:
28219 * debian/gstreamer-mad.files:
28220 * debian/gstreamer-mikmod.files:
28221 * debian/gstreamer-misc.files:
28222 * debian/gstreamer-mpeg2dec.files:
28223 * debian/gstreamer-oss.files:
28224 * debian/gstreamer-plugin-apps.files:
28225 * debian/gstreamer-plugin-apps.manpages:
28226 * debian/gstreamer-plugin-libs-dev.files:
28227 * debian/gstreamer-plugin-libs.files:
28228 * debian/gstreamer-plugin-template.postinst:
28229 * debian/gstreamer-plugin-template.postrm:
28230 * debian/gstreamer-sdl.files:
28231 * debian/gstreamer-sid.files:
28232 * debian/gstreamer-vorbis.files:
28233 * debian/gstreamer-x.files:
28234 * debian/mk.control:
28236 Debian package info not maintained here.
28238 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28240 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28241 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28242 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28243 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28244 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28245 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28246 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28247 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28248 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28249 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28250 * gst-libs/gst/colorbalance/colorbalance.c:
28251 (gst_color_balance_class_init):
28252 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28253 (gst_color_balance_channel_class_init):
28254 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28255 * gst-libs/gst/play/play.c: (gst_play_class_init):
28256 * gst-libs/gst/propertyprobe/propertyprobe.c:
28257 (gst_property_probe_iface_init):
28258 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28259 * gst-libs/gst/tuner/tunerchannel.c:
28260 (gst_tuner_channel_class_init):
28261 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28262 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28263 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28264 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28265 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28266 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28267 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28268 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28269 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28270 fix signals to use - instead of _
28271 * ext/libcaca/gstcacasink.h:
28272 * ext/sdl/sdlvideosink.h:
28275 2004-03-04 David Schleef <ds@schleef.org>
28277 * testsuite/gst-lint: Add a check for bad signal names.
28279 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28281 reviewed by David Schleef
28283 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28284 modified the alpha channel and caused a warning. (bug #136192)
28286 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28288 * gst-plugins.spec.in:
28289 Change names of plugins to actually be correct. Try to keep things
28290 alphabetical to avoid getting beat up by Thomas
28292 2004-03-03 Julien MOUTTE <julien@moutte.net>
28294 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28295 Using ximagesink as a default if no gconf key found. We should
28296 probably consider using alsasink instead of osssink for the audio
28299 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28302 fix --with-plugins, don't think it ever worked before
28303 * gst-plugins.spec.in:
28306 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28308 * ext/sdl/sdlvideosink.h:
28309 * sys/ximage/ximagesink.h:
28310 * sys/xvideo/xvideosink.h:
28311 * sys/xvimage/xvimagesink.h:
28312 Fix for move of gstvideosink.h -> videosink.h.
28314 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28316 * gst-libs/gst/xwindowlistener/Makefile.am:
28317 this is a plugin library, not a library
28319 2004-03-01 David Schleef <ds@schleef.org>
28321 * AUTHORS: Added some names. Add yourself if you're still
28324 2004-03-01 David Schleef <ds@schleef.org>
28328 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28330 * gst-plugins.spec.in: clean up spec file
28332 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28334 * gst-libs/gst/video/Makefile.am:
28335 * gst-libs/gst/video/gstvideosink.c:
28336 * gst-libs/gst/video/gstvideosink.h:
28337 rename gstvideosink.h to videosink.h to match other headers
28338 * gst/mixmatrix/Makefile.am:
28339 fix plugin filename
28340 * gst/tags/Makefile.am: fix plugin filename
28342 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28344 * gst/tags/Makefile.am: fix plugin filename
28346 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28348 * examples/gstplay/player.c: (got_time_tick), (main):
28350 display time_tick more readably
28351 * gst/mixmatrix/Makefile.am:
28352 fix plugin file name
28354 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28356 * sys/oss/gstosselement.c: (gst_osselement_probe),
28357 (device_combination_append), (gst_osselement_class_probe_devices):
28358 * sys/oss/gstosselement.h:
28359 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28360 on my system using alsa oss emulation, fixes bug #135597
28362 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28364 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28365 (gst_videodrop_chain), (gst_videodrop_change_state):
28366 * gst/videodrop/gstvideodrop.h:
28367 Work based on timestamp of input data, not based on the expected
28368 framerate from the input. The consequence is that this element now
28369 not only scales framerates, but also functions as a framerate
28370 corrector or framerate stabilizer/constantizer.
28372 2004-02-27 David Schleef <ds@schleef.org>
28374 patches from jmmv@menta.net (Julio M. Merino Vidal)
28376 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28377 GST_ELEMENT_ERROR call (bug #135634)
28378 * gst/interleave/interleave.c: (interleave_buffered_loop),
28379 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28380 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28381 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28382 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28383 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28384 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28385 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28386 Fix GST_ELEMENT_ERROR call.
28387 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28388 GST_ELEMENT_ERROR call.
28390 2004-02-27 Benjamin Otte <otte@gnome.org>
28392 * gst-libs/gst/audio/audio.h:
28393 add macro to make sure header isn't included twice
28394 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28395 don't use gst_buffer_free
28396 * gst/playondemand/filter.func:
28397 don't use gst_data_free. Free data only once.
28399 2004-02-26 David Schleef <ds@schleef.org>
28401 * gst-libs/gst/colorbalance/Makefile.am:
28402 * gst-libs/gst/mixer/Makefile.am:
28403 * gst-libs/gst/tuner/Makefile.am:
28404 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28405 should not be disted, -marshal.h files should not be installed,
28406 and -enum.h files _should_ be installed. Fix to make this the
28409 === release 0.7.5 ===
28411 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28413 * configure.ac: release 0.7.5, "Under The Sea"
28415 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28417 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28418 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28419 * gst/videoscale/gstvideoscale.c:
28420 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28421 assorted debug/warning fixes
28423 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28425 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28426 (gst_videoscale_init), (gst_videoscale_chain),
28427 (gst_videoscale_set_property), (plugin_init):
28428 * gst/videoscale/gstvideoscale.h:
28429 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28430 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28431 (gst_videoscale_planar400), (gst_videoscale_packed422),
28432 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28433 (gst_videoscale_24bit), (gst_videoscale_16bit),
28434 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28435 (gst_videoscale_scale_plane_slow),
28436 (gst_videoscale_scale_point_sample),
28437 (gst_videoscale_scale_nearest),
28438 (gst_videoscale_scale_nearest_str2),
28439 (gst_videoscale_scale_nearest_str4),
28440 (gst_videoscale_scale_nearest_32bit),
28441 (gst_videoscale_scale_nearest_24bit),
28442 (gst_videoscale_scale_nearest_16bit):
28443 add debugging category and use it properly
28444 fix use of GST_PTR_FORMAT
28446 2004-02-25 Andy Wingo <wingo@pobox.com>
28448 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28449 push only when channel->buffer is NULL. Prevents segfaults doing
28450 the state change after a nonlocal exit, like a scheme exception.
28452 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28453 Handle the case where the intersected caps is empty.
28455 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28457 * gst/law/mulaw-decode.c: (mulawdec_link):
28458 * gst/law/mulaw.c: (plugin_init):
28459 fix mulawdec so it actually works again
28461 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28463 reviewed by: David Schleef <ds@schleef.org>
28465 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28466 (gst_gamma_init), (gst_gamma_set_property),
28467 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28468 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28469 for RGB, with separate r g and b correction factors. (#131167)
28471 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28473 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28474 only signal tags for bitrate if they're > 0 (#134894)
28476 2004-02-24 David Schleef <ds@schleef.org>
28478 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28479 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28480 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28481 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28482 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28483 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28484 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28485 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28486 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28487 category. Attempt to fix timestamp calculation.
28489 2004-02-24 Johan Dahlin <johan@gnome.org>
28491 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28493 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28496 * gconf/Makefile.am:
28497 * gconf/gstreamer.schemas:
28498 * gst-libs/gst/gconf/Makefile.am:
28499 * gst-libs/gst/gconf/gconf.c:
28500 version gconf schemas and install locations
28502 2004-02-23 Benjamin Otte <otte@gnome.org>
28504 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28505 (gst_xine_input_subclass_init):
28506 call parent dispose.
28507 change pad template for CD reader correctly
28508 * ext/xine/Makefile.am:
28509 * ext/xine/gstxine.h:
28510 * ext/xine/xine.c: (plugin_init):
28511 * ext/xine/xineaudiosink.c:
28512 wrap audio sinks, too
28513 * gst-libs/gst/resample/private.h:
28514 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28515 (gst_resample_reinit), (gst_resample_scale),
28516 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28517 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28518 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28519 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28520 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28521 * gst-libs/gst/resample/resample.h:
28522 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28523 (gst_audioscale_class_init), (gst_audioscale_link),
28524 (gst_audioscale_get_buffer), (gst_audioscale_init),
28525 (gst_audioscale_chain), (gst_audioscale_set_property),
28526 (gst_audioscale_get_property):
28527 * gst/audioscale/gstaudioscale.h:
28528 s/resample_*/gst_resample_*/i to not clobber namespaces
28530 2004-02-23 Julien MOUTTE <julien@moutte.net>
28532 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28533 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28534 (gst_riff_create_video_template_caps),
28535 (gst_riff_create_audio_template_caps),
28536 (gst_riff_create_iavs_template_caps):
28537 * gst-libs/gst/riff/riff-media.h:
28538 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28539 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28540 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28541 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28542 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28543 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28544 (gst_matroska_demux_plugin_init): First batch implementing audio and
28545 video codec tags in demuxers.
28547 2004-02-22 Benjamin Otte <otte@gnome.org>
28549 * ext/xine/Makefile.am:
28550 * ext/xine/gstxine.h:
28551 * ext/xine/xine.c: (plugin_init):
28552 * ext/xine/xineinput.c:
28553 add input plugin wrapper. Playback from files, http, mms and cdda
28555 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28556 remove leftover G_GNUC_UNUSED
28557 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28558 (gst_asf_demux_identify_guid):
28559 improve debugging output
28561 2004-02-22 Benjamin Otte <otte@gnome.org>
28563 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28566 replace test -e with test -x for mkinstalldirs to be more portable.
28569 2004-02-22 Benjamin Otte <otte@gnome.org>
28571 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28573 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28574 set rank to PRIMARY
28575 * gst/volume/gstvolume.c: (plugin_init):
28579 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28581 reviewed by Benjamin Otte <otte@gnome.org>
28583 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28584 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28586 2004-02-22 Benjamin Otte <otte@gnome.org>
28589 export [_]*{gst,Gst,GST}.* symbols from plugins
28591 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28593 reviewed by: Benjamin Otte <otte@gnome.org>
28595 * ext/lame/gstlame.c: (add_one_tag):
28596 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28597 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28598 (gst_vorbisenc_metadata_set1):
28599 * gst/tags/gstid3tag.c:
28600 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28601 apply fixes from bugs #135042 (lame can't write tags) and #133817
28602 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28604 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28606 * configure.ac: Export only gst_plugin_desc from plugins.
28607 Note that this change only makes any effect with Linux using libtool
28608 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28609 fine. And don't try to have several versions of libtool in different
28612 2004-02-20 Andy Wingo <wingo@pobox.com>
28614 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28615 interleave respectively.
28617 * gst/interleave/deinterleave.c: New plugin: deinterleave
28618 (replaces on oneton).
28619 * gst/interleave/interleave.c: New plugin: interleave.
28620 * gst/interleave/plugin.h: Support file.
28621 * gst/interleave/plugin.c: Support file.
28623 * configure.ac: Remove intfloat and oneton, add interleave.
28625 * ext/sndfile/gstsf.c: Handle events better.
28627 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28628 and float2int operation. int2float has scheduling problems as
28629 noted in in2float_chain.
28631 2004-02-20 Benjamin Otte <otte@gnome.org>
28633 * ext/xine/Makefile.am:
28634 * ext/xine/gstxine.h:
28636 * ext/xine/xineaudiodec.c:
28637 * ext/xine/xinecaps.c:
28638 add first version of xine plugin wrapper. Currently only wraps the
28639 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28642 add xine plugin wrapper, disabled by default. Use --enable-xine to
28643 build. Note that it'll segfault on gst-register if you don't remove
28644 the goom and tvtime post plugins from xine.
28645 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28646 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28647 add extradata parsing for QDM2.
28648 change around debugging prints.
28650 2004-02-19 Benjamin Otte <otte@gnome.org>
28652 * ext/lame/gstlame.c: (gst_lame_chain):
28653 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28654 use gst_tag_list_insert when you want to insert tags
28656 2004-02-18 David Schleef <ds@schleef.org>
28658 * configure.ac: Move massink to gst-rotten
28660 * ext/mas/Makefile.am:
28661 * ext/mas/massink.c:
28662 * ext/mas/massink.h:
28664 2004-02-18 David Schleef <ds@schleef.org>
28666 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28667 typefinding, since it seems to be worse than nothing.
28668 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28669 atom to recognize .mp4 and .m4a files as video/quicktime.
28671 2004-02-18 David Schleef <ds@schleef.org>
28673 * gst/sine/demo-dparams.c: (quit_live),
28674 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28675 Use double dparams, not float.
28676 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28677 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28678 sync'd elements don't really work correctly.
28679 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28680 (volume_update_volume), (volume_get_property): Change dparam
28683 2004-02-18 Julien MOUTTE <julien@moutte.net>
28685 * sys/ximage/ximagesink.c:
28686 (gst_ximagesink_xwindow_update_geometry),
28687 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28688 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28689 (gst_ximagesink_init): Rework the way software video scaling works. So
28690 now we check on each chain call if the video frames are feeling the
28691 window. If not we try to renegotiate caps. On failure we memorize that
28692 and we won't try again for that PLAYING sessions.
28693 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28695 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28698 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28700 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28701 break up _link so we can give a better debug message for errors
28703 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28705 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28706 set up debug category
28708 2004-02-18 Julien MOUTTE <julien@moutte.net>
28710 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28711 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28712 the way renegotiation work. The event handling function is not taking
28713 care of external windows and renegotiate method check for pad flags
28714 NEGOTIATING. Should fix : #133209
28716 2004-02-17 Julien MOUTTE <julien@moutte.net>
28718 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28719 pad is negotiating before trying renegotiation.
28721 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28723 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28724 pass on all possible mime types as typefind hints
28726 2004-02-17 Julien MOUTTE <julien@moutte.net>
28728 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28729 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28730 possible SHM leak if we crash. All other apps using XShm are doing
28733 2004-02-17 Julien MOUTTE <julien@moutte.net>
28735 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28736 (gst_ximagesink_expose): Renegotiate size on expose.
28737 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28740 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28742 * testsuite/alsa/sinesrc.c:
28743 cosmetic fix to fix compile issue with gcc 2.95.4
28745 2004-02-16 Julien MOUTTE <julien@moutte.net>
28747 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28748 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28749 failed opening the audio device.
28750 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28751 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28752 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28753 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28754 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28755 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28756 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28757 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28758 Removing some useless g_return_if_fail like wingo suggested.
28759 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28760 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28761 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28762 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28763 (gst_xvimagesink_update_colorbalance),
28764 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28765 (gst_xvimagesink_xcontext_clear),
28766 (gst_xvimagesink_get_fourcc_from_caps),
28767 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28768 (gst_xvimagesink_set_xwindow_id),
28769 (gst_xvimagesink_colorbalance_list_channels),
28770 (gst_xvimagesink_colorbalance_set_value),
28771 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28772 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28774 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28776 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28777 throw error when not negotiated instead of asserting
28779 2004-02-15 Julien MOUTTE <julien@moutte.net>
28781 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28782 correct data refcounting.
28784 2004-02-15 Julien MOUTTE <julien@moutte.net>
28786 * gst/switch/gstswitch.c: (gst_switch_change_state),
28787 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28788 change, mostly the EOS flag.
28790 2004-02-15 Julien MOUTTE <julien@moutte.net>
28792 * examples/gstplay/player.c: (got_eos), (main): Adding some
28793 output for debugging.
28794 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28795 timeouts if we go to any state different from PLAYING.
28796 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28797 more EOS bugs in riff lib.
28799 2004-02-14 Julien MOUTTE <julien@moutte.net>
28801 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28802 visualization until i find a way to fix switch correctly.
28803 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28805 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28806 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28807 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28808 Reworked switch to get a more correct behaviour with events and refing
28809 of data stored in sinkpads.
28810 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28811 we don't pull from a pad in EOS.
28813 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28815 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28816 remove v1 tag even if we can't read it (makes sure we don't detect
28819 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28821 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28822 (gst_alsa_xrun_recovery):
28823 * ext/alsa/gstalsa.h:
28824 try xrun recovery when wait failed. Make xrun recovery function
28825 return TRUE/FALSE to indicate success. (might fix #134354)
28827 2004-02-13 David Schleef <ds@schleef.org>
28829 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28830 (dynparm_value_changed), (main): Convert from float to double.
28831 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28833 2004-02-13 David Schleef <ds@schleef.org>
28835 * gst/silence/gstsilence.c: (gst_silence_class_init),
28836 (gst_silence_set_clock), (gst_silence_get),
28837 (gst_silence_set_property), (gst_silence_get_property):
28838 * gst/silence/gstsilence.h: Add sync property.
28839 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28840 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28841 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28842 * gst/sine/gstsinesrc.h: Add sync property.
28844 2004-02-13 David Schleef <ds@schleef.org>
28846 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28847 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28849 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28853 * gst-libs/ext/Makefile.am:
28854 move ffmpeg plugin to gst-ffmpeg module
28856 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28858 * configure.ac: use GST_ARCH to detect architecture
28860 2004-02-12 Julien MOUTTE <julien@moutte.net>
28862 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28864 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28866 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28867 classify LADSPA plugins based on number of src/sink pads
28868 (#133663, Stefan Kost)
28869 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28870 fix dparams registration
28871 (#133528, Stefan Kost)
28872 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28873 fix use of isprint and use g_ascii_isprint instead
28874 (#133316, Stefan Kost)
28876 2004-02-11 David Schleef <ds@schleef.org>
28878 Convert a few inner loops to use liboil. This is currently
28879 optional, and is only enabled if liboil is present (duh!).
28880 * configure.ac: Check for liboil-0.1
28881 * gst/intfloat/Makefile.am:
28882 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28883 (gst_int2float_chain_gint16):
28884 * gst/videofilter/Makefile.am:
28885 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28886 (tablelookup_u8), (gst_videobalance_planar411):
28887 * gst/videotestsrc/Makefile.am:
28888 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28889 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28890 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28891 (paint_hline_RGB565), (paint_hline_xRGB1555):
28893 2004-02-11 David Schleef <ds@schleef.org>
28895 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28896 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28897 (gst_colorspace_getcaps), (gst_colorspace_link),
28898 (gst_colorspace_base_init), (gst_colorspace_init),
28899 (gst_colorspace_chain), (gst_colorspace_change_state),
28900 (plugin_init): Merge Ronald's patch (bug #117897) and update
28901 for new caps and negotiation. Seems to work, although it
28902 shows off bugs in lcs.
28904 2004-02-11 David Schleef <ds@schleef.org>
28906 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28907 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28909 2004-02-11 David Schleef <ds@schleef.org>
28911 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28912 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28913 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28914 Add server and port properties
28916 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28921 * m4/as-liblame.m4:
28922 * m4/as-slurp-ffmpeg.m4:
28923 * m4/check-libheader.m4:
28930 * m4/gst-ivorbis.m4:
28931 * m4/gst-matroska.m4:
28933 * m4/gst-shout2.m4:
28941 fix underquotedness of macros (#133800)
28942 * m4/as-avifile.m4:
28944 removed because no longer used
28946 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28949 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28950 by autopoint (fixes #132996)
28952 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28954 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28955 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28956 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28957 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28960 2004-02-11 David Schleef <ds@schleef.org>
28962 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28963 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28964 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28965 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28966 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28967 (gst_jpegenc_class_init), (gst_jpegenc_init),
28968 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28969 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28970 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28971 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28973 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28975 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28976 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28977 * ext/mikmod/gstmikmod.h:
28978 fix caps negotiation in mikmod
28979 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28980 output debug information
28982 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28984 * gst-libs/gst/colorbalance/Makefile.am:
28985 * gst-libs/gst/navigation/Makefile.am:
28986 * gst-libs/gst/xoverlay/Makefile.am:
28987 remove unused GST_OPT_CFLAGS from Makefiles
28988 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28990 2004-02-07 David Schleef <ds@schleef.org>
28992 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28993 push events to pads that haven't been created (#133508)
28995 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28997 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28998 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28999 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29000 (gst_dvdec_loop), (gst_dvdec_change_state):
29001 Second attempt at committing a working dvdec element.
29003 2004-02-06 David Schleef <ds@schleef.org>
29005 Build fixes for OS X: (see #129600)
29006 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29007 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29008 (gst_riff_read_strf_iavs):
29009 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29010 (gst_avi_demux_stream_odml):
29011 * gst/playondemand/Makefile.am:
29012 * gst/rtp/rtp-packet.c:
29014 2004-02-05 David Schleef <ds@schleef.org>
29016 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29017 last change, because it Just Doesn't Compile.
29019 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29021 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29022 skip undecodable id3v2 tag instead of keeping it
29024 2004-02-05 David Schleef <ds@schleef.org>
29026 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29027 Unref leaked buffer. (Noticed by Ronald)
29029 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
29031 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29032 Sync requires with other checks. >= vs =.
29034 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
29036 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29037 (gst_dvdec_video_link), (gst_dvdec_loop):
29038 * ext/dv/gstdvdec.h:
29039 rework the caps negotiation so that dvdec works again instead
29040 of just segfaulting.
29042 === release 0.7.4 ===
29044 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
29046 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29047 * configure.ac: changed for release
29049 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
29051 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29052 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29053 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29054 * pkgconfig/gstreamer-play-uninstalled.pc.in:
29055 reworked patch by David Lehn to fix libdir and includedir for
29056 uninstalled libraries
29057 removed play and gconf from gstreamer-libs since they have their
29058 own pkgconfig files
29060 2004-02-04 David Schleef <ds@schleef.org>
29062 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29065 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29067 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29068 use correct GST_TAG_ENCODER tag
29070 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29072 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29073 be sure to stop the clock when going to paused
29074 * sys/oss/gstosssink.c: (gst_osssink_change_state):
29075 reset number of transmitted when going to ready.
29078 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
29080 reviewed by Benjamin Otte
29082 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29083 extract track count (fixes #133410)
29085 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29087 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29088 that should be !=, not == (fixes #132519)
29090 2004-02-04 David Schleef <ds@schleef.org>
29092 Make sure set_explicit_caps() is called before adding pad.
29093 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29094 * gst/id3/gstid3types.c: (gst_id3types_loop):
29095 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29096 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29098 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29101 bump nano to 2, first prerelease
29102 put back AM_PROG_LIBTOOL
29104 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29106 * testsuite/alsa/Makefile.am:
29107 these are user test apps, not automatic testsuite tests
29109 2004-02-04 David Schleef <ds@schleef.org>
29111 Convert GST_DEBUG_CAPS() to GST_DEBUG():
29112 * gst/mpeg1videoparse/gstmp1videoparse.c:
29113 (mp1videoparse_parse_seq):
29114 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29115 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29116 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29117 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29118 (gst_xvideosink_getcaps):
29119 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29120 * testsuite/gst-lint: more tests
29122 2004-02-04 David Schleef <ds@schleef.org>
29124 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29125 with the code that they would expand to.
29126 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29127 (gst_flacdec_get_src_query_types),
29128 (gst_flacdec_get_src_event_masks):
29129 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29130 (gst_gnomevfssrc_get_query_types),
29131 (gst_gnomevfssrc_get_event_mask):
29133 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29135 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29136 (gst_sinesrc_dispose):
29137 fix memleak by properly disposing sinesrc
29139 2004-02-04 Julien MOUTTE <julien@moutte.net>
29141 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29142 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29143 an overlay to redraw the image because it has been exposed.
29144 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29145 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29146 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29147 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29149 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29150 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29151 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29152 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29155 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29157 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29158 more memleak fixage
29160 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29162 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29163 * gst/typefind/gsttypefindfunctions.c:
29164 fix memleaks shown by gst-typefind
29166 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29168 * common/glib-gen.mak:
29169 add hack rule to touch .Plo files
29170 * gst-libs/gst/colorbalance/Makefile.am:
29171 * gst-libs/gst/mixer/Makefile.am:
29172 * gst-libs/gst/play/Makefile.am:
29173 * gst-libs/gst/tuner/Makefile.am:
29174 remove glib_root variable
29176 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29178 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29179 set explicit caps before adding the element, so the autopluggers can
29181 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29182 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29183 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29185 fix memleaks in typefind functions. gst_type_find_suggest takes a const
29188 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29190 * gst-libs/gst/colorbalance/Makefile.am:
29191 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29192 * gst-libs/gst/colorbalance/colorbalance.c:
29193 * gst-libs/gst/colorbalance/colorbalance.h:
29194 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29195 * gst-libs/gst/mixer/Makefile.am:
29196 * gst-libs/gst/mixer/mixer-marshal.list:
29197 * gst-libs/gst/mixer/mixer.c:
29198 * gst-libs/gst/mixer/mixer.h:
29199 * gst-libs/gst/mixer/mixermarshal.list:
29200 * gst-libs/gst/play/Makefile.am:
29201 * gst-libs/gst/play/play.h:
29202 * gst-libs/gst/tuner/Makefile.am:
29203 * gst-libs/gst/tuner/tuner-marshal.list:
29204 * gst-libs/gst/tuner/tuner.c:
29205 * gst-libs/gst/tuner/tuner.h:
29206 * gst-libs/gst/tuner/tunermarshal.list:
29207 use new glib-gen.mak snippet to clean up Makefile.am
29208 fix various bugs in Makefile.am's
29210 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29212 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29213 handle chain parsing correctly in the multichain case
29214 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29215 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29216 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29217 (theora_dec_chain):
29218 handle events and queries correctly
29220 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29223 Ignore generated file _stdint.h.
29225 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29227 * gst-libs/gst/colorbalance/Makefile.am:
29228 * gst-libs/gst/colorbalance/colorbalance.h:
29229 * gst-libs/gst/mixer/Makefile.am:
29230 * gst-libs/gst/mixer/mixer.h:
29231 * gst-libs/gst/play/Makefile.am:
29232 * gst-libs/gst/play/play.h:
29233 * gst-libs/gst/tuner/Makefile.am:
29234 * gst-libs/gst/tuner/tuner.h:
29235 Generate enum type code with glib-mkenums.
29236 * gst-libs/gst/colorbalance/.cvsignore:
29237 * gst-libs/gst/mixer/.cvsignore:
29238 * gst-libs/gst/play/.cvsignore:
29239 * gst-libs/gst/tuner/.cvsignore:
29240 Ignore generated files.
29242 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29244 * gst-libs/gst/audio/.cvsignore:
29245 Ignore generated file.
29246 * gst-libs/gst/audio/Makefile.am:
29247 Do not install example filter.
29249 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29251 * examples/switch/.cvsignore:
29252 Ignore generated file.
29254 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29256 * common/m4/ax_create_stdint_h.m4:
29258 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29261 remove generated _stdint.h in DISTCLEANFILES
29262 * ext/a52dec/gsta52dec.c:
29263 include _stdint.h for a52dec. (should fix #133064)
29265 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29267 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29268 (gst_tag_to_vorbis_comments):
29269 Add replaygain support to vorbistag
29271 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29272 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29273 (gst_ffmpeg_caps_to_extradata):
29274 Fix SVQ3 caps flag properties
29275 Use glib macro for bytes swap
29277 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29279 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29280 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29281 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29282 * ext/sndfile/gstsf.c: (plugin_init):
29283 * gst/avi/gstavi.c: (plugin_init):
29284 * sys/dxr3/dxr3init.c: (plugin_init):
29285 * sys/oss/gstossaudio.c: (plugin_init):
29286 * sys/v4l/gstv4l.c: (plugin_init):
29287 * sys/v4l2/gstv4l2.c: (plugin_init):
29288 remove textdomain calls
29290 update Dutch translation
29292 2004-02-02 Julien MOUTTE <julien@moutte.net>
29294 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29295 (gst_play_set_audio_sink): Moving volume in the audio thread for
29296 instantaneous volume change. Maybe i will add another volume in front
29297 of visualization later, not sure yet though.
29299 2004-02-02 Julien MOUTTE <julien@moutte.net>
29301 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29302 (gst_ximagesink_handle_xevents): Better X events handling, only take
29303 the latest events for configure and motion.
29304 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29306 2004-02-02 Jon Trowbridge <trow@gnu.org>
29308 reviewed by: David Schleef <ds@schleef.org>
29311 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29312 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29314 2004-02-02 David Schleef <ds@schleef.org>
29316 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29318 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29319 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29320 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29321 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29322 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29323 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29324 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29325 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29326 (gst_float2_2_int_link):
29327 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29328 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29329 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29330 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29331 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29332 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29333 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29334 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29335 * testsuite/gst-lint: Add tests for bzero and ;;
29337 2004-02-02 David Schleef <ds@schleef.org>
29339 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29341 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29343 * ext/aalib/gstaasink.c: (gst_aasink_open):
29344 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29345 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29346 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29347 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29348 (gst_afsink_close_file):
29349 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29350 (gst_afsrc_close_file):
29351 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29352 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29353 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29354 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29355 * ext/esd/esdmon.c: (gst_esdmon_get):
29356 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29357 * ext/faac/gstfaac.c: (gst_faac_chain):
29358 * ext/faad/gstfaad.c: (gst_faad_chain):
29359 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29360 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29361 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29362 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29363 (gst_flacdec_loop):
29364 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29365 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29366 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29367 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29368 (gst_gnomevfssink_close_file):
29369 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29370 (gst_gnomevfssrc_open_file):
29371 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29372 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29373 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29374 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29375 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29376 * ext/mad/gstmad.c: (gst_mad_chain):
29377 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29378 * ext/mpeg2dec/gstmpeg2dec.c:
29379 * ext/mpeg2enc/gstmpeg2enc.cc:
29380 * ext/mplex/gstmplex.cc:
29381 * ext/mplex/gstmplexibitstream.cc:
29382 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29383 (gst_ogg_demux_push):
29384 * ext/raw1394/gstdv1394src.c:
29385 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29386 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29387 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29389 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29390 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29391 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29392 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29393 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29394 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29395 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29396 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29397 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29398 (gst_riff_read_element_data), (gst_riff_read_seek),
29399 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29400 * gst/adder/gstadder.c: (gst_adder_loop):
29401 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29402 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29403 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29404 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29405 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29406 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29407 * gst/goom/gstgoom.c: (gst_goom_chain):
29408 * gst/id3/gstid3types.c: (gst_id3types_loop):
29409 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29410 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29411 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29412 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29413 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29414 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29415 (gst_ebml_read_float), (gst_ebml_read_header):
29416 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29417 (gst_matroska_demux_parse_blockgroup):
29418 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29419 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29420 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29421 * gst/silence/gstsilence.c: (gst_silence_get):
29422 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29423 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29424 * gst/speed/gstspeed.c: (speed_loop):
29425 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29426 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29427 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29428 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29429 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29430 (gst_wavparse_loop):
29431 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29432 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29433 (dxr3audiosink_close):
29434 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29435 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29436 (dxr3videosink_close), (dxr3videosink_write_data):
29437 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29438 * sys/oss/gstosssink.c: (gst_osssink_chain):
29439 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29440 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29441 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29442 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29443 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29444 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29445 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29446 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29447 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29448 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29449 (gst_v4l_set_audio):
29450 * sys/v4l/v4l_calls.h:
29451 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29452 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29453 (gst_v4lmjpegsink_playback_init),
29454 (gst_v4lmjpegsink_playback_start):
29455 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29456 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29457 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29458 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29459 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29460 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29461 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29462 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29463 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29464 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29465 (gst_v4l2_get_output), (gst_v4l2_set_output),
29466 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29467 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29468 (gst_v4l2_set_attribute):
29469 * sys/v4l2/v4l2_calls.h:
29470 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29471 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29472 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29473 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29474 (gst_v4l2src_capture_stop):
29475 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29476 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29477 (gst_ximagesink_chain):
29478 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29479 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29480 (gst_xvideosink_xwindow_new):
29481 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29482 (gst_xvimagesink_chain):
29484 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29486 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29487 (gst_volume_get_volume), (volume_class_init), (volume_init),
29488 (volume_chain_int16), (volume_update_volume):
29489 * gst/volume/gstvolume.h:
29490 make code more readable by removing magic numbers
29491 make mixer interface export 0-100 range
29492 make it internally map to 0.0-1.0 range so users don't distort
29493 output by putting the sliders at full volume
29495 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29497 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29498 (gst_play_state_change), (gst_play_seek_to_time):
29499 block the tick callback for 0.5 secs after doing a seek
29501 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29503 * gst-libs/gst/play/play.c: (gst_play_new):
29506 2004-02-01 Julien MOUTTE <julien@moutte.net>
29508 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29509 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29510 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29511 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29512 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29513 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29515 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29518 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29519 check for a function added in vorbis 1.1
29521 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29523 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29524 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29525 really start/stop clock only on PLAYING <=> PAUSED
29526 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29527 remove \n from debugging lines
29528 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29529 make it work when seeking does not
29530 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29533 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29535 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29536 start clock on PAUSED=>PLAYING, not later
29537 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29538 extract correct time for different discont formats
29539 (gst_alsa_sink_get_time):
29540 don't segfault when no format is negotiated yet, just return 0
29541 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29542 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29543 (gst_ogg_pad_push):
29544 handle flush and discont events correctly
29545 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29546 handle discont events correctly
29548 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29550 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29551 (gst_play_error_create), (gst_play_error_plugin),
29552 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29553 * gst-libs/gst/play/play.h:
29554 add error handling during creation
29555 * examples/gstplay/player.c: (main):
29556 use new gst_play_new
29559 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29561 * ext/theora/theoradec.c: (theora_dec_chain):
29563 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29564 (vorbis_dec_src_event), (vorbis_dec_chain):
29565 add encoder tag, fix tag reading to be more error tolerant, change
29566 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29567 gst_pad_event_default.
29568 * gst/tags/gstvorbistag.c:
29569 (gst_tag_list_from_vorbiscomment_buffer):
29570 undefine function specific define at end of function
29572 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29574 * ext/flac/gstflac.c: (plugin_init):
29575 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29576 * ext/flac/gstflacdec.h:
29577 * ext/flac/gstflacenc.h:
29580 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29582 * examples/gstplay/player.c: s/gstplay.h/play.h/
29584 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29586 * gst-libs/gst/play/Makefile.am:
29587 * gst-libs/gst/play/gstplay.c:
29588 * gst-libs/gst/play/gstplay.h:
29589 * gst-libs/gst/play/play.c:
29590 more surgery, operation complete
29592 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29594 * gst-libs/gst/play/play.old.c:
29595 * gst-libs/gst/play/play.old.h:
29596 after CVS surgery by moving, remove
29597 * gst-libs/gst/play/playpipelines.c:
29600 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29601 add negotiation error
29603 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29605 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29606 (gst_ogg_demux_push):
29607 add some seeking debug info
29608 send a flush when seeking
29610 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29616 * ext/theora/Makefile.am:
29617 * ext/theora/theoradec.c:
29618 add theora video decoder. Does just do simple decoding for now and
29619 has been tested against Theora cvs only. It only works when theora
29620 is compiled with --enable-static.
29621 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29622 always reset packetno on DISCONT
29624 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29626 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29629 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29631 * gst/mpegaudioparse/gstmpegaudioparse.c:
29632 (mp3_type_frame_length_from_header):
29633 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29635 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29637 * ext/esd/esdsink.c: (gst_esdsink_init):
29638 Since we have static pad template caps, we don't need to negotiate;
29639 either the core errors out or we know the format.
29641 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29643 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29644 (gst_riff_read_seek):
29645 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29646 (gst_ebml_read_seek):
29647 Fix event handling.
29649 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29651 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29652 removee video/x-theora from vp3 decoder, it doesn't handle raw
29654 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29655 fix bug with finalizing element that never went to PAUSED
29656 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29657 length and position queries were swapped
29658 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29659 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29660 (vorbis_dec_src_event):
29661 implement querying time and bytes
29663 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29665 * just about every source file:
29666 gst_element_error -> GST_ELEMENT_ERROR
29668 2004-01-29 Julien MOUTTE <julien@moutte.net>
29670 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29671 emiting FLUSH and even before DISCONT.
29672 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29673 get the best instant seeking as possible yay!
29675 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29677 * gst/mpeg1videoparse/gstmp1videoparse.c:
29678 (gst_mp1videoparse_real_chain):
29679 Committed wrong version last week... Grr... Didn't notice until now.
29681 2004-01-29 Julien MOUTTE <julien@moutte.net>
29683 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29684 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29685 have_xwindow_id signal in xwindow_create.
29687 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29689 * ext/ogg/gstoggdemux.c:
29690 lots of changes - mainly support for chained bitstreams, seeking,
29691 querying and bugfixes of course
29692 * ext/vorbis/Makefile.am:
29693 * ext/vorbis/vorbisdec.c:
29694 * ext/vorbis/vorbisdec.h:
29695 add vorbisdec raw vorbis decoder
29696 * ext/vorbis/vorbis.c: (plugin_init):
29697 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29698 * gst/intfloat/Makefile.am:
29699 * gst/intfloat/float22int.c:
29700 * gst/intfloat/float22int.h:
29701 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29702 add float2intnew plugin. It converts multichannel interleaved float to
29703 multichannel interleaved int. The name should probably be changed.
29704 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29706 add typefinding for raw theora video so oggdemux can detect it.
29708 2004-01-28 Julien MOUTTE <julien@moutte.net>
29710 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29711 sink element first.
29712 * gst/videoscale/gstvideoscale.c:
29713 (gst_videoscale_handle_src_event): Fixing src event handler.
29715 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29717 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29718 (gst_v4lsrc_open), (gst_v4lsrc_close),
29719 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29720 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29721 * sys/v4l/gstv4lsrc.h:
29722 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29723 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29724 Implement resizing... Hack. But that's why v4l is b0rked...
29726 2004-01-28 Julien MOUTTE <julien@moutte.net>
29728 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29729 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29730 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29731 (gst_ximagesink_xwindow_destroy):
29732 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29733 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29734 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29735 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29736 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29737 correctly cleaning the image created to check xshm calls on succes,
29738 added a lot of XSync calls in X11 functions, and fixed a segfault when
29739 no image format was defined before negotiation happened.
29741 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29743 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29744 use gst_element_get_time to get correct time
29746 2004-01-28 Julien MOUTTE <julien@moutte.net>
29748 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29749 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29750 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29751 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29752 (gst_xvimagesink_check_xshm_calls),
29753 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29754 X plugins are now able to detect that XShm calls will fail even if the
29755 server claims that it has XShm support (remote displays most of the
29756 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29757 so that we use non XShm functions. This feature is almost useless for
29758 xvimagesink as Xv is not supported on remote displays anyway, but
29759 it might happen than even on the local display XShm calls fail.
29761 2004-01-27 David Schleef <ds@schleef.org>
29763 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29764 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29765 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29766 changed esdsink to only use 44100,16,2, since esd sucks at rate
29767 conversion and esdsink has had difficulty negotiating.
29769 2004-01-27 Julien MOUTTE <julien@moutte.net>
29771 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29772 (gst_play_seek_to_time): Fixing the way to get current position.
29774 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29776 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29777 use gst_element_get_time to get correct time
29779 2004-01-27 Julien MOUTTE <julien@moutte.net>
29781 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29782 fix ever... Inverting 2 lines of code make spider autoplug correctly
29785 2004-01-27 David Schleef <ds@schleef.org>
29787 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29788 Use gst_pad_try_set_caps_nonfixed().
29790 2004-01-27 David Schleef <ds@schleef.org>
29792 * gst/ac3parse/gstac3parse.c: update to checklist 5
29793 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29794 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29795 * gst/audioscale/gstaudioscale.c: same
29796 * gst/auparse/gstauparse.c: same
29797 * gst/avi/gstavidemux.c: same
29799 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29801 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29802 stop processing after EOS
29804 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29806 * gst/asfdemux/asfheaders.h:
29807 * gst/asfdemux/gstasfdemux.c:
29808 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29809 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29810 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29811 lot's of fixes to make data extraction simpler and get the code
29812 architecture and compiler independant. Add debugging category
29813 * gst/goom/gstgoom.c: (gst_goom_change_state):
29814 reset channel count on PAUSED=>READY, not READY=>PAUSED
29816 2004-01-26 Colin Walters <walters@verbum.org>
29818 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29819 code to pull a bigger buffer in iradio mode. This as a side effect
29820 makes typefinding work.
29822 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29824 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29825 Fix SVQ3 decoding on PPC
29827 2004-01-26 Julien MOUTTE <julien@moutte.net>
29829 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29830 that one managed to stay there... Fixed.
29832 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29834 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29835 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29836 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29837 (qtdemux_video_caps):
29838 * gst/qtdemux/qtdemux.h:
29839 Add SVQ3 specific flags to qtdemux and ffmpeg
29841 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29843 * gst-libs/gst/audio/audio.h:
29844 remove buffer-frames from audio caps
29845 * gst/audioconvert/gstaudioconvert.c:
29846 fix plugin to really work.
29848 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29850 * gst-libs/gst/mixer/mixer.c:
29851 * gst-libs/gst/propertyprobe/propertyprobe.c:
29852 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29853 (gst_tuner_find_channel_by_name):
29854 * gst-libs/gst/tuner/tuner.h:
29855 Add gtk-doc style comments. Also fix a function name.
29857 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29859 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29860 (gst_divxdec_negotiate):
29861 Fix for new capsnego - also fixes gst-player with divxdec.
29863 2004-01-25 Julien MOUTTE <julien@moutte.net>
29865 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29866 (gst_play_identity_handoff), (gst_play_set_location),
29867 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29868 try in visualization implementation. Still have an issue with switch
29869 blocking when pulling from video_queue and only audio comes out of
29871 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29872 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29873 release method. And check if the pad is usable before pulling.
29875 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29877 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29878 (gst_videobalance_init),
29879 (gst_videobalance_colorbalance_list_channels),
29880 (gst_videobalance_colorbalance_set_value),
29881 (gst_videobalance_colorbalance_get_value),
29882 (gst_videobalance_update_properties),
29883 (gst_videobalance_update_tables_planar411),
29884 (gst_videobalance_planar411):
29885 * gst/videofilter/gstvideobalance.h:
29886 Implement lookup-tables. +/- 10x faster.
29888 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29890 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29891 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29892 The index reading was broken. The rest worked fine, but the whole
29893 goal of my rewrite was to make avidemux readable, and this was
29894 not at all readable. Please use typed variables.
29896 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29898 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29899 Additional pad usability check.
29900 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29901 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29902 (gst_mp1videoparse_real_chain):
29903 Fix MPEG video stream parsing. The original plugin had several
29904 issues, including not timestamping streams where the source was
29905 not timestamped (this happens with PTS values in mpeg system
29906 streams, but MPEG video is also a valid stream on its own so
29907 that needs timestamps too). We use the display time code for that
29908 for now. Also, if one incoming buffer contains multiple valid
29909 frames, we push them all on correctly now, including proper EOS
29910 handling. Lastly, several potential segfaults were fixed, and we
29911 properly sync on new sequence/gop headers to include them in next,
29912 not previous frames (since they're header for the next frame, not
29913 the previous). Also see #119206.
29914 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29916 Move caps setting so we only do it after finding several valid
29917 MPEG-1 fraes sequentially, not right after the first one (which
29918 might be coincidental).
29919 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29920 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29922 Add unsynced MPEG video stream typefinding, and change some
29923 probability values so we detect streams rightly. The idea is as
29924 follows: I can have an unsynced system stream which contains
29925 video. In the current code, I would randomly get a type for either
29926 system or video stream type found, because the probabilities are
29927 being calculated rather randomly. I now use fixed values, so we
29928 always prefer system stream if that was found (and that is how it
29929 should be). If no system stream was found, we can still identity the stream as video-only.
29931 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29933 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29934 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29935 don't write to buffer. Extract data without the need of
29936 __attribute__ ((packed))
29938 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29940 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29941 (mpeg1_sys_type_find):
29942 Fix MPEG-1 stream typefinding.
29944 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29946 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29947 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29949 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29951 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29952 * ext/esd/gstesd.c: (plugin_init):
29953 private debugging, better error reporting
29955 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29957 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29958 (gst_riff_read_init), (gst_riff_read_change_state):
29959 * gst-libs/gst/riff/riff-read.h:
29960 Remove stuff fromold metadata system.
29962 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29964 * ext/ogg/gstoggdemux.c:
29965 Fix wrong file comment.
29966 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29967 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29968 Add metadata reading properly.
29970 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29973 Fix nas DIST_SUBDIRS
29975 Fix bug where make distcheck doesn't get run on adding stuff to
29978 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29980 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29981 * ext/divx/gstdivxdec.h:
29982 Fix divx3 ("msmpeg4") playback using divxdec.
29984 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29986 * gst/typefind/gsttypefindfunctions.c:
29987 (mp3_type_frame_length_from_header): fix bug in length computation
29988 (mp3_type_find): improve debugging output
29990 2004-01-23 Julien MOUTTE <julien@moutte.net>
29992 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29993 (gst_play_set_location), (gst_play_seek_to_time),
29994 (gst_play_set_audio_sink), (gst_play_set_visualization),
29995 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29996 the pipeline from scratch. Visualization is back and switch went out as
29997 i realized it was not possible to use the way i wanted.
29998 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29999 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30000 clearing in state change from READY to NULL. So that one can clean the
30001 X ressources keeping the element.
30002 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30003 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30004 (gst_xvimagesink_colorbalance_set_value),
30005 (gst_xvimagesink_colorbalance_get_value),
30006 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30007 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30008 change from READY to NULL and fixed some stupid bugs in colorbalance
30009 get/set values. Also added the following feature : when nobody tries to
30010 set some values to the colorbalance levels before the xcontext is
30011 grabbed, then when creating channels list from Xv attributes we set the
30012 internal values to the Xv defaults. This way we handle buggy Xv drivers
30013 that set default hue values far from the middle of the range (Thanks
30014 to Jon Trowbridge for pointing that issue).
30015 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30016 colorbalance levels have been set before xcontext is grabbed.
30018 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
30020 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30021 Fix the ossmixer case where we shouldn't open /dev/dsp* because
30022 it might block operations (which is bad for a mixer).
30024 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30026 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30027 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30028 (gmip_find_type_pre):
30029 * gst-libs/gst/media-info/media-info-priv.h:
30030 * gst-libs/gst/media-info/media-info.c:
30031 (gst_media_info_instance_init), (gst_media_info_read_idler):
30032 add fakesink to get caps on decoder src pad again
30033 fix callback prototype to match new have_type signal signature
30035 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30037 * gst/adder/gstadder.c: (gst_adder_link):
30038 fix non-compile and cut-n-paste code
30040 2004-01-21 David Schleef <ds@schleef.org>
30042 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30043 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30044 (gst_swfdec_init), (gst_swfdec_change_state):
30045 * ext/swfdec/gstswfdec.h:
30047 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30048 (gst_adder_request_new_pad): Fix negotiation.
30049 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30050 Add a fixate function.
30051 * gst/intfloat/gstfloat2int.c:
30052 * gst/intfloat/gstfloat2int.h:
30053 * gst/intfloat/gstint2float.c:
30054 * gst/intfloat/gstint2float.h:
30055 Completely rewrite the negotiation. Doesn't quite work yet,
30056 due to some buffer-frames problem.
30058 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
30060 * ext/gnomevfs/gstgnomevfssrc.c:
30061 * sys/v4l2/v4l2_calls.h:
30062 fix includes for distcheck
30064 2004-01-21 Christian Schaller <uraeus@gnome.org>
30067 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30068 based on earlier patch from Laurent Vivier
30070 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
30072 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30073 Fix wma caps property
30074 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30075 Fix typo (flags1 and flags2)
30077 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30079 * gst-libs/gst/media-info/media-info-priv.c:
30080 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30081 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30082 (gmip_find_stream), (gmip_find_track_metadata),
30083 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30084 (gmip_find_track_format):
30085 * gst-libs/gst/media-info/media-info-priv.h:
30086 * gst-libs/gst/media-info/media-info-test.c: (main):
30087 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30088 (gst_media_info_read_idler), (gst_media_info_read):
30089 * gst-libs/gst/media-info/media-info.h:
30090 register debugging category and use it for debugging
30092 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30094 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30095 (gst_vorbisfile_new_link):
30096 signal streaminfo through tags
30098 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30100 * ext/mplex/gstmplex.cc:
30101 * ext/mplex/gstmplexibitstream.cc:
30102 g++ doesn't like NULL in our i18n/error macros, should be
30103 either (NULL) or ("").
30105 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30107 * sys/dxr3/dxr3audiosink.c:
30108 * sys/dxr3/dxr3init.c:
30109 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30110 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30111 Fix more error error error errors (missing includes here).
30113 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30115 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30116 fix thomas' error errors.
30118 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30120 * ext/mpeg2enc/gstmpeg2enc.cc:
30123 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30125 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30126 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30127 Fix for new error system.
30129 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30131 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30132 fix for new error reporting
30134 2004-01-20 David Schleef <ds@schleef.org>
30136 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30137 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30138 (gst_ximagesink_set_xwindow_id): Change to using a framerate
30139 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30140 and neither is 100+, most likely.
30141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30142 (gst_xvimagesink_getcaps): same
30144 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
30147 Up version requirement to 2.0.3 (not yet released) to avoid symbol
30148 clashes with ffmpeg.
30150 2004-01-20 Julien MOUTTE <julien@moutte.net>
30152 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30153 (gst_switch_init): Fixed switch element : proxying link and setting
30154 caps from src to sink on request.
30156 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30158 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30159 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30160 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30163 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30165 * sys/v4l/v4l_calls.h:
30166 * sys/v4l2/v4l2_calls.h:
30167 element_error fixes
30169 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30171 * gst-libs/gst/gst-i18n-plugin.h:
30173 remove config.h inclusion
30175 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30178 adding autopoint invocation
30181 * gst-libs/gst/gettext.h:
30182 adding gettext bits
30183 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30184 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30185 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30186 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30187 (gst_gnomevfssink_close_file):
30188 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30189 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30190 * gst-libs/gst/gst-i18n-plugin.h:
30191 * gst/avi/gstavi.c: (plugin_init):
30192 * sys/dxr3/dxr3init.c: (plugin_init):
30193 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30194 * sys/oss/gstossaudio.c: (plugin_init):
30195 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30196 * sys/v4l/gstv4l.c: (plugin_init):
30197 * sys/v4l/v4l_calls.c: (gst_v4l_open):
30198 * sys/v4l2/gstv4l2.c: (plugin_init):
30199 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30200 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30201 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30202 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30203 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30204 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30205 make sure locale and translation domain are set
30206 fix translated strings
30212 put translation files into place
30213 * sys/xvideo/imagetest.c: (main):
30214 * ext/dv/demo-play.c: (main):
30215 fix unnecessary translations
30217 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30219 * ext/sndfile/gstsf.c:
30220 * gst/avi/gstavimux.c:
30221 * ext/audiofile/gstafsink.c:
30222 * ext/audiofile/gstafsrc.c:
30223 * ext/gnomevfs/gstgnomevfssink.c:
30224 * ext/gnomevfs/gstgnomevfssrc.c:
30225 * sys/oss/gstosselement.c:
30226 * sys/v4l/v4l_calls.h:
30229 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30231 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30232 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30233 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30234 (gst_v4l2_get_output), (gst_v4l2_set_output),
30235 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30236 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30237 (gst_v4l2_set_attribute):
30238 update to new error handling
30240 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30242 * ext/sidplay/gstsiddec.cc:
30243 * gst/modplug/gstmodplug.cc:
30244 parenthese NULL because C++ seems angry about it
30246 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30248 * gst-libs/gst/gst-i18n-plugin.h:
30249 add skeleton i18n stuff, but needs to be further implemented
30251 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30253 * examples/gstplay/player.c: (main):
30254 * ext/aalib/gstaasink.c: (gst_aasink_open):
30255 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30256 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30257 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30258 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30259 (gst_afsink_close_file):
30260 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30261 (gst_afsrc_close_file):
30262 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30263 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30264 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30265 * ext/esd/esdmon.c: (gst_esdmon_get):
30266 * ext/esd/esdsink.c: (gst_esdsink_chain):
30267 * ext/faac/gstfaac.c: (gst_faac_chain):
30268 * ext/faad/gstfaad.c: (gst_faad_chain):
30269 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30270 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30271 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30272 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30273 (gst_flacdec_loop):
30274 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30275 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30276 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30277 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30278 (gst_gnomevfssink_close_file):
30279 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30280 (gst_gnomevfssrc_open_file):
30281 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30282 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30283 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30284 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30285 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30286 * ext/mad/gstmad.c: (gst_mad_chain):
30287 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30288 * ext/mpeg2dec/gstmpeg2dec.c:
30289 * ext/mpeg2enc/gstmpeg2enc.cc:
30290 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30291 * ext/mplex/gstmplex.cc:
30292 * ext/mplex/gstmplexibitstream.cc:
30293 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30294 (gst_ogg_demux_push), (gst_ogg_pad_push):
30295 * ext/raw1394/gstdv1394src.c:
30296 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30297 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30298 * ext/sidplay/gstsiddec.cc:
30299 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30301 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30302 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30303 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30304 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30305 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30306 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30307 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30308 * gst-libs/gst/Makefile.am:
30309 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30310 (gst_riff_read_element_data), (gst_riff_read_seek),
30311 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30312 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30313 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30314 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30315 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30316 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30317 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30318 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30319 * gst/goom/gstgoom.c: (gst_goom_chain):
30320 * gst/id3/gstid3types.c: (gst_id3types_loop):
30321 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30322 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30323 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30324 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30325 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30326 (gst_ebml_read_float), (gst_ebml_read_header):
30327 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30328 (gst_matroska_demux_parse_blockgroup):
30329 * gst/modplug/gstmodplug.cc:
30330 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30331 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30332 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30333 * gst/silence/gstsilence.c: (gst_silence_get):
30334 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30335 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30336 * gst/speed/gstspeed.c: (speed_loop):
30337 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30338 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30339 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30340 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30341 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30342 (gst_wavparse_loop):
30343 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30344 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30345 (dxr3audiosink_close):
30346 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30347 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30348 (dxr3videosink_close), (dxr3videosink_write_data):
30349 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30350 * sys/oss/gstosselement.h:
30351 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30352 (gst_osssink_chain):
30353 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30354 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30355 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30356 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30357 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30358 (gst_v4l_enable_overlay):
30359 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30360 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30361 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30362 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30363 (gst_v4l_set_audio):
30364 * sys/v4l/v4l_calls.h:
30365 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30366 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30367 (gst_v4lmjpegsink_playback_init),
30368 (gst_v4lmjpegsink_playback_start):
30369 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30370 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30371 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30372 (gst_v4lmjpegsrc_requeue_frame):
30373 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30374 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30375 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30376 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30377 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30378 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30379 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30380 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30381 (gst_v4l2src_capture_stop):
30382 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30383 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30384 (gst_ximagesink_chain):
30385 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30386 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30387 (gst_xvideosink_xwindow_new):
30388 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30389 (gst_xvimagesink_chain):
30390 use new error signal, function and categories
30392 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30396 * ext/musicbrainz/gsttrm.c:
30397 * ext/musicbrainz/gsttrm.h:
30398 * ext/musicbrainz/Makefile.am:
30401 2004-01-18 Julien MOUTTE <julien@moutte.net>
30403 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30404 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30405 synchronous property for debugging.
30406 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30407 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30408 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30409 smaller block, fixing indent.
30411 2004-01-16 David Schleef <ds@schleef.org>
30413 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30414 property affects the video stream.
30415 * sys/xvimage/xvimagesink.c:
30416 * sys/xvimage/xvimagesink.h:
30417 Add synchronous property for debugging. Should probably be
30418 disabled in non-CVS builds. Make sure that the Xv attribute
30419 exists before we set it (crash!). Fix a silly float bug that
30420 caused colorbalance to just not work.
30422 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30424 * tools/gst-launch-ext.in - update for new plugins
30426 2004-01-16 David Schleef <ds@schleef.org>
30428 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30429 already-freed caps.
30431 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30433 * Update spec for new colorspace plugin and libcaca plugin
30434 * Fix compilation of libcaca plugin (clock -> id)
30436 2004-01-16 Julien MOUTTE <julien@moutte.net>
30438 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30439 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30440 (gst_xvimagesink_set_xwindow_id),
30441 (gst_xvimagesink_colorbalance_set_value),
30442 (gst_xvimagesink_colorbalance_get_value),
30443 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30444 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30445 correct colorbalance properties. They can now be set when the element
30446 is still in NULL state. The values will be committed to the Xv Port
30447 when xcontext is initialized.
30448 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30449 brightness int values in the GstXvImagesink structure.
30451 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30453 * gst-libs/gst/Makefile.am:
30454 restructure so having local patches works easier.
30456 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30458 * ext/mpeg2enc/Makefile.am:
30459 * ext/mpeg2enc/gstmpeg2enc.cc:
30460 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30461 Bugfix with respect to EOS handling.
30463 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30465 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30466 Link with right caps (else, it segfaults).
30467 * ext/mplex/gstmplexjob.cc:
30468 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30470 2004-01-15 David Schleef <ds@schleef.org>
30472 * gst-libs/gst/audio/Makefile.am:
30473 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30475 * gst-libs/gst/audio/gstaudiofilter.c:
30476 * gst-libs/gst/audio/gstaudiofilter.h:
30477 Add bytes_per_sample and size and n_samples calculation.
30478 * gst-libs/gst/audio/gstaudiofilterexample.c:
30479 Remove, now autogenerated.
30480 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30481 Moved from gstaudiofilterexample, object name changed, code added
30482 so that it actually works.
30483 * gst-libs/gst/audio/make_filter:
30484 Script to build an audiofilter subclass from the template.
30485 * gst/colorspace/Makefile.am:
30486 * gst/colorspace/yuv2yuv.c:
30487 Remove file, since it's GPL, and we don't use it.
30489 2004-01-15 Julien MOUTTE <julien@moutte.net>
30491 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30492 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30493 them use the buffer free function to test how the buffer was allocated.
30495 2004-01-15 David Schleef <ds@schleef.org>
30497 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30498 that handles osssink fallback.
30499 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30500 (gst_audio_convert_getcaps):
30501 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30502 Add audio/x-qdm2 for QDM2 audio.
30503 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30504 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30505 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30506 Decrease minimum size to 16x16.
30507 * gst/wavparse/gstwavparse.c:
30508 Convert disabled pad template caps to new caps.
30509 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30510 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30511 (gst_xvimagesink_chain): Throw element error when display cannot
30512 be opened. Increase minimum framerate to 1.0. Check the data
30513 free function on a buffer to make sure it is the type we expect
30514 before manipulating it.
30516 2004-01-15 Julien MOUTTE <julien@moutte.net>
30518 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30519 (gst_videobalance_colorbalance_set_value): Implement passthru if
30520 settings are in the middle.
30521 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30523 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30525 * gst/videofilter/Makefile.am:
30526 * gst/volume/Makefile.am:
30527 Since we use videofilter symbols, link to it.
30529 2004-01-15 Julien MOUTTE <julien@moutte.net>
30531 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30532 mixer interface type to HARDWARE.
30533 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30535 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30536 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30537 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30538 (gst_volume_interface_init), (gst_volume_list_tracks),
30539 (gst_volume_set_volume), (gst_volume_get_volume),
30540 (gst_volume_set_mute), (gst_volume_mixer_init),
30541 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30542 (volume_init): Implementing mixer interface.
30543 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30544 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30545 (gst_osselement_change_state): Removing some trailing commas in
30547 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30548 interface type to HARDWARE.
30549 * sys/v4l/gstv4lcolorbalance.c:
30550 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30552 * sys/v4l2/gstv4l2colorbalance.c:
30553 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30554 interface type to HARDWARE.
30555 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30556 same code than ximagesink for event handling.
30558 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30560 * ext/snapshot/Makefile.am:
30561 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30562 (gst_snapshot_chain):
30563 * ext/snapshot/gstsnapshot.h:
30564 This has to be a joke... Snapshot should be connected to a tee,
30565 colorspace element before it and EOS after that, where the other
30566 src of the tee receives normal data.
30567 The current way is *wrong*.
30569 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30571 * ext/hermes/gsthermescolorspace.c:
30572 Fix another compile error. Same as below.
30574 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30576 * gst/colorspace/gstcolorspace.c:
30577 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30578 (gst_colorspace_i420_to_yv12):
30579 Fix compiling... Didn't test if it actually works.
30581 2004-01-15 David Schleef <ds@schleef.org>
30584 * gst/colorspace/Makefile.am:
30585 * gst/colorspace/gstcolorspace.c:
30586 * gst/colorspace/gstcolorspace.h:
30587 * gst/colorspace/yuv2rgb.c:
30588 * gst/colorspace/yuv2rgb.h:
30589 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30590 code and GPL code. Fix for new caps negotiation. Rewrite
30591 much of the format handling code, and some of the conversion
30592 code. Basically, rewrote almost everything. This element
30593 handles I420, YV12 to RGB conversions.
30594 * ext/hermes/Makefile.am:
30595 * ext/hermes/gsthermescolorspace.c:
30596 Rename colorspace to hermescolorspace. Fix negotiation issues.
30597 Remove non-Hermes related code. This element handles lots of
30598 RGB to RGB conversions, but no YUV.
30599 * ext/hermes/gstcolorspace.c:
30600 * ext/hermes/gstcolorspace.h:
30601 * ext/hermes/rgb2yuv.c:
30602 * ext/hermes/yuv2rgb.c:
30603 * ext/hermes/yuv2rgb.h:
30604 * ext/hermes/yuv2rgb_mmx16.s:
30605 * ext/hermes/yuv2yuv.c:
30606 * ext/hermes/yuv2yuv.h:
30609 2004-01-14 Colin Walters <walters@verbum.org>
30611 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30612 they've already been.
30614 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30616 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30617 assume tag mode when pad is not connected
30619 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30621 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30622 Don't update the time of the clock
30623 (gst_alsa_sink_loop):
30624 sync to the clock given to alsasink, not the own clock
30625 * sys/oss/gstosssink.c: (gst_osssink_chain):
30627 (gst_osssink_change_state):
30629 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30630 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30631 remove bogus code that made DISCONT events unhandled
30632 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30633 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30635 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30636 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30637 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30638 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30639 2nd warning in bug #131502)
30641 2004-01-14 Julien MOUTTE <julien@moutte.net>
30643 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30644 (gst_videobalance_colorbalance_set_value),
30645 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30646 for colorbalance interface implementation.
30647 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30648 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30649 (gst_ximagesink_dispose), (gst_ximagesink_init),
30650 (gst_ximagesink_class_init): Adding DISPLAY property.
30651 * sys/ximage/ximagesink.h: Adding display_name to store display.
30652 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30653 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30654 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30655 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30656 properties (they still need polishing though for gst-launch use : no
30657 xcontext yet, i ll do that tomorrow).
30658 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30660 2004-01-14 Julien MOUTTE <julien@moutte.net>
30662 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30663 (gst_play_set_location), (gst_play_set_visualization): Preparing
30664 switch integration, adding videobalance in the pipeline.
30666 2004-01-14 Julien MOUTTE <julien@moutte.net>
30668 * gst-libs/gst/colorbalance/colorbalance.c:
30669 (gst_color_balance_class_init): Adding a default type.
30670 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30672 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30673 (gst_videobalance_dispose), (gst_videobalance_class_init),
30674 (gst_videobalance_init), (gst_videobalance_interface_supported),
30675 (gst_videobalance_interface_init),
30676 (gst_videobalance_colorbalance_list_channels),
30677 (gst_videobalance_colorbalance_set_value),
30678 (gst_videobalance_colorbalance_get_value),
30679 (gst_videobalance_colorbalance_init): Implementing colorbalance
30681 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30683 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30684 bug which was triggering a BadAccess X error when setting an overlay
30685 before pad was really negotiated.
30686 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30687 Using the colorbalance type macro.
30689 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30691 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30692 (gst_flacenc_chain):
30693 handle tags correctly
30694 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30695 extract ID3v1 tags correctly
30697 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30699 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30701 Improve matroska typefinding for odd-typed headers...
30703 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30705 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30706 Fix for using incremental number on padnames.
30708 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30710 * ext/divx/gstdivxdec.c:
30711 * ext/divx/gstdivxenc.c:
30712 Set category to divx4linux instead of divx (too generic).
30713 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30714 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30715 (gst_wavparse_loop), (gst_wavparse_change_state):
30716 * gst/wavparse/gstwavparse.h:
30717 fix parsing of WAV files with non-standard fmt-tag size and fix
30718 skipping of unrecognized chunks... Someone please fix this thing
30719 to use rifflib so all this is automated.
30720 * sys/v4l/Makefile.am:
30721 * sys/v4l2/Makefile.am:
30722 Add X_CFLAGS because we depend on X (for overlay).
30724 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30726 * ext/mpeg2dec/gstmpeg2dec.c:
30727 Don't issue a timestamp unless we tagged the frame
30730 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30732 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30733 Query the audio element to get the time, not the clock. We're
30734 interested in the element's time here.
30736 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30738 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30739 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30740 * ext/esd/esdsink.c: (gst_esdsink_chain):
30741 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30742 * ext/mas/massink.c: (gst_massink_chain):
30743 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30744 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30745 (gst_matroska_demux_parse_metadata):
30746 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30747 (gst_mpeg_parse_release_locks):
30748 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30749 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30750 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30751 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30752 (gst_osssink_change_state):
30753 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30754 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30755 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30756 (gst_xvideosink_release_locks):
30757 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30759 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30760 (gst_alsa_clock_stop):
30761 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30762 (gst_audio_clock_get_internal_time):
30763 simplify for use with new clocking code.
30764 * testsuite/alsa/Makefile.am:
30765 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30766 fix testsuite for new caps system
30768 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30770 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30771 * ext/flac/gstflacenc.c: (add_one_tag):
30772 length is already host endian, no need to convert. Fixes playback of
30773 tagged files on PPC. (bug #128384)
30775 2004-01-13 Julien MOUTTE <julien@moutte.net>
30777 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30778 colorbalance interface stating if it is hardware based or software
30780 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30781 Removing a trailing comma.
30782 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30783 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30784 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30785 the documentation seems to be wrong on the -1000 to 1000 interval.
30787 2004-01-12 David Schleef <ds@schleef.org>
30789 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30790 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30791 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30792 Fix negotiation. Add a bufferalloc function for the sink pad,
30793 and generally clean up some of the code.
30795 2004-01-12 Julien MOUTTE <julien@moutte.net>
30797 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30798 (gst_color_balance_channel_dispose): Adding safety check in dispose
30800 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30801 (gst_xvimagesink_xcontext_clear),
30802 (gst_xvimagesink_interface_supported),
30803 (gst_xvimagesink_colorbalance_list_channels),
30804 (gst_xvimagesink_colorbalance_set_value),
30805 (gst_xvimagesink_colorbalance_get_value),
30806 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30807 Adding colorbalance interface support to set XV parameters such as
30808 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30809 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30812 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30814 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30815 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30816 (gst_audio_convert_init), (gst_audio_convert_set_property),
30817 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30818 (gst_audio_convert_link),
30819 (gst_audio_convert_buffer_to_default_format),
30820 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30821 - implement _getcaps and use it
30823 - remove float caps since no float conversion is actually done
30824 - remove properties and arguments that were to be used for rate
30827 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30829 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30830 (gst_audio_structure_set_int):
30831 * gst-libs/gst/audio/audio.h:
30832 add helper functions for _getcaps matching the standard audio
30835 2004-01-12 David Schleef <ds@schleef.org>
30837 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30838 Test that pad is negotiated before getting its caps.
30840 2004-01-12 Julien MOUTTE <julien@moutte.net>
30842 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30843 analyzing the pads of an element the bin is mostly in READY state so
30844 no caps were negotiated. This helper function needs to work with
30845 _get_caps directly then. I was not freeing them though, added that to
30848 2004-01-12 Julien MOUTTE <julien@moutte.net>
30850 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30851 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30852 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30853 than the free_func.
30855 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30857 * sys/oss/gstossaudio.c: (plugin_init):
30858 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30859 * sys/oss/gstosselement.h:
30860 make an oss debugging category
30861 make failure more descriptive
30863 2004-01-11 David Schleef <ds@schleef.org>
30865 * ext/ffmpeg/gstffmpeg.c:
30866 * ext/ffmpeg/gstffmpegcodecmap.c:
30867 * ext/ffmpeg/gstffmpegdec.c:
30868 * ext/ffmpeg/gstffmpegenc.c:
30869 * ext/ffmpeg/gstffmpegprotocol.c:
30870 * ext/gdk_pixbuf/gstgdkanimation.c:
30871 * ext/jpeg/gstjpeg.c:
30872 * ext/libpng/gstpng.c:
30873 * ext/mpeg2dec/perftest.c:
30874 * ext/speex/gstspeex.c:
30875 * gst-libs/gst/resample/dtos.c:
30876 * gst/intfloat/gstintfloatconvert.c:
30877 * gst/oneton/gstoneton.c:
30878 * gst/rtjpeg/RTjpeg.c:
30879 * gst/rtp/gstrtp.c:
30880 * sys/dxr3/dxr3init.c:
30881 * sys/glsink/gstgl_nvimage.c:
30882 * sys/glsink/gstgl_pdrimage.c:
30883 * sys/glsink/gstglsink.c:
30884 * testsuite/gst-lint:
30885 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30887 2004-01-11 David Schleef <ds@schleef.org>
30889 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30890 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30891 * ext/gdk_pixbuf/gstgdkanimation.c:
30892 (gst_gdk_animation_iter_create_pixbuf):
30893 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30894 (gst_gdk_pixbuf_chain):
30895 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30896 * ext/jack/gstjack.c: (gst_jack_change_state):
30897 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30898 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30899 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30900 * gst/videofilter/gstvideofilter.c:
30901 (gst_videofilter_set_output_size):
30902 Remove all usage of gst_pad_get_caps(), and replace it with
30903 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30905 2004-01-11 David Schleef <ds@schleef.org>
30908 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30909 * ext/divx/gstdivxdec.c:
30910 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30911 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30912 handle images that span multiple buffers. Now work with both
30913 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30914 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30915 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30916 video/video.h changes
30917 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30918 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30919 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30920 of GstData free function.
30921 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30924 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30926 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30927 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30928 (gst_v4l2element_get_property):
30929 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30930 add norm, channel and frequency properties.
30931 * sys/v4l2/gstv4l2tuner.c:
30932 fixes for tuner interface changes
30933 * sys/v4l2/gstv4l2element.h:
30934 * sys/v4l2/gstv4l2src.c:
30935 * sys/v4l2/gstv4l2src.h:
30936 * sys/v4l2/v4l2src_calls.c:
30937 * sys/v4l2/v4l2src_calls.h:
30938 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30940 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30942 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30943 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30944 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30945 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30946 * gst-libs/gst/tuner/tuner.h:
30947 GObjects aren't const.
30948 Add find_by_name functions.
30949 Add checks to _changed functions.
30950 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30951 (gst_v4l_tuner_get_norm):
30954 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30956 * gst-libs/gst/video/video.h:
30957 Fix caps template names to be understandable.
30958 Prefix everything with GST_VIDEO.
30959 * ext/aalib/gstaasink.c:
30960 * ext/divx/gstdivxdec.c:
30961 * ext/divx/gstdivxenc.c:
30962 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30963 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30964 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30965 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30966 * ext/libcaca/gstcacasink.c:
30967 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30968 * ext/snapshot/gstsnapshot.c:
30969 * ext/swfdec/gstswfdec.c:
30970 * ext/xvid/gstxviddec.c:
30971 * ext/xvid/gstxvidenc.c:
30972 * gst/chart/gstchart.c:
30973 * gst/deinterlace/gstdeinterlace.c:
30974 * gst/effectv/gsteffectv.c:
30975 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30976 * gst/goom/gstgoom.c:
30977 * gst/median/gstmedian.c:
30978 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30979 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30980 * gst/overlay/gstoverlay.c:
30981 * gst/smooth/gstsmooth.c:
30982 * gst/smpte/gstsmpte.c:
30983 * gst/synaesthesia/gstsynaesthesia.c:
30984 * gst/videocrop/gstvideocrop.c:
30985 * gst/videodrop/gstvideodrop.c:
30986 * gst/y4m/gsty4mencode.c:
30987 * sys/qcam/gstqcamsrc.c:
30988 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30989 Make them work with new video.h file.
30990 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30991 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30992 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30993 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30994 Make it work with new buffer allocation system.
30996 2004-01-11 Julien MOUTTE <julien@moutte.net>
30998 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30999 pad_alloc_buffer implementation to use ->srcpad
31000 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31001 pad_alloc_buffer implementation to use ->srcpad
31002 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
31003 pad_alloc_buffer implementation to use ->srcpad
31004 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31005 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31006 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31007 a reference to everything we need.
31008 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31009 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31010 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31011 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31012 a reference to everything we need.
31013 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31015 2004-01-11 David Schleef <ds@schleef.org>
31017 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31018 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31019 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31021 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31022 value during a resize/renegotiation.
31023 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31024 gst_pad_alloc_buffer();
31025 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31026 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31028 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31029 Fix for rename of buffer private structure members.
31030 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31031 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31032 Fix for rename of buffer private structure members.
31033 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31034 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31035 Fix for rename of buffer private structure members.
31037 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
31039 reviewed by: David Schleef <ds@schleef.org>
31041 * gst/videofilter/Makefile.am:
31042 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
31043 from the patch by ds to fit in with recent make_filter changes.
31045 2004-01-11 Julien MOUTTE <julien@moutte.net>
31047 * configure.ac: Adding examples/switch/Makefile
31048 * examples/Makefile.am: Adding examples/switch
31049 * examples/switch/Makefile.am: Adding switcher example.
31050 * examples/switch/switcher.c: (got_eos), (idle_iterate),
31051 (switch_timer), (main): Adding an example demonstrating switch usage
31052 with 2 videotestsrc showing different patterns.
31053 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31054 (gst_switch_init): Fixing switch with the new caps system.
31056 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31058 * gst-libs/gst/video/video.h:
31059 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31060 They should probably be like
31061 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31063 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31065 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31066 (qtdemux_parse_trak):
31067 fix audio chunk size/timestamp calculation
31069 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31071 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31074 2004-01-11 Steve Baker <steve@stevebaker.org>
31076 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31077 (gst_agingtv_base_init), (gst_agingtv_class_init),
31078 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31079 (gst_agingtv_set_property), (gst_agingtv_get_property):
31080 Port agingTV to videofilter
31082 2004-01-09 Julien MOUTTE <julien@moutte.net>
31084 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31085 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31087 2004-01-09 Julien MOUTTE <julien@moutte.net>
31089 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31090 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31091 * gst-libs/gst/xoverlay/xoverlay.c:
31092 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31093 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31094 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31095 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31096 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31097 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31098 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31099 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31100 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31101 interface implementation to handle xid being 0 and fix some bugs
31102 triggered by Benjamin's testcase.
31103 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31104 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31105 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31106 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31107 interface implementation to handle xid being 0 and fix some bugs
31108 triggered by Benjamin's testcase.
31110 2004-01-09 David Schleef <ds@schleef.org>
31112 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
31113 mouse pointer events. It works.
31115 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
31117 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31118 Use explicit caps - fix capsnego.
31119 * ext/xvid/gstxviddec.c:
31120 * ext/xvid/gstxvidenc.c:
31121 Remove macro-inside-macro which caused compile errors.
31122 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31123 Error out if it's not a RIFF file. Else we error out without
31124 gst_element_error() which is not good...
31126 2004-01-08 David Schleef <ds@schleef.org>
31128 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31129 Fix pad_link function to handle formats that ffmpeg returns
31130 as multiple caps structures.
31131 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31132 Only complain if source buffer is _smaller_ than expected.
31133 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31134 (gst_videoscale_handle_src_event): Resize navigation events
31135 when passing them upstream.
31136 * gst/videotestsrc/gstvideotestsrc.c:
31137 * gst/videotestsrc/gstvideotestsrc.h:
31138 * gst/videotestsrc/videotestsrc.c:
31139 * gst/videotestsrc/videotestsrc.h:
31140 Rewrite many of the buffer painting functions to handle odd
31141 sizes (for many formats, size%4!=0 or size%8!=0). Most have
31142 been verified to work with my video card.
31143 * testsuite/gst-lint: Add check for elements calling
31144 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31146 2004-01-08 David Schleef <ds@schleef.org>
31148 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31149 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31151 2004-01-08 Julien MOUTTE <julien@moutte.net>
31153 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31154 configure event is not emiting the desired size signal. That fixes
31155 aspect ratio issues with gst-player.
31157 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
31159 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31162 2004-01-08 Julien MOUTTE <julien@moutte.net>
31164 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31165 public method to fire size signal.
31167 2004-01-07 Julien MOUTTE <julien@moutte.net>
31169 * examples/gstplay/Makefile.am: Adding the interface library.
31170 * gst-libs/gst/play/Makefile.am: Adding the interface library.
31171 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
31172 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31173 GST_IS_X_OVERLAY before signal connect.
31174 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31175 Removing the have_video_size signal.
31176 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31177 and associated public method.
31178 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31179 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31181 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31182 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31184 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31185 Using XOverlay public method to fire size signal.
31187 2004-01-07 David Schleef <ds@schleef.org>
31189 * gst/videofilter/Makefile.am:
31190 * gst/videofilter/gstvideotemplate.c:
31191 * gst/videofilter/make_filter:
31192 Create gstvideoexample.c in a srcdir!=builddir friendly way.
31193 Convert make_filter to /bin/sh script.
31195 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
31197 * gst/modplug/gstmodplug.cc: fix element description
31199 2004-01-07 Julien MOUTTE <julien@moutte.net>
31201 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31202 (got_video_size): Adding some new lines in g_print calls.
31203 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31204 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31205 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31206 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31207 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31208 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31209 Complete code review, reverting some stuff i disagree with, adding
31210 some fixes : time synchronization on invalid timestamps, renegotiation
31212 * sys/ximage/ximagesink.h:
31213 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31214 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31215 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31216 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31217 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31218 (gst_xvimagesink_buffer_new),
31219 (gst_xvimagesink_navigation_send_event),
31220 (gst_xvimagesink_set_xwindow_id),
31221 (gst_xvimagesink_get_desired_size),
31222 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31223 stuff i disagree with, adding some fixes : Renegotiation of private
31224 window, implementing get_desired_size.
31226 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
31228 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31229 (gst_afsink_handle_event):
31230 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31231 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31232 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31233 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31234 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31235 Fix for instantiate-test (see core). Also remove dead code from
31236 jpegenc (which still needs fixing, but that's lower on my TODO
31238 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31239 Never return NULL as caps.
31241 2004-01-07 David Schleef <ds@schleef.org>
31245 * ext/librfb/Makefile.am:
31246 * ext/librfb/gstrfbsrc.c:
31247 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31248 is the protocol used by VNC.
31250 2004-01-07 David Schleef <ds@schleef.org>
31252 * gst/videofilter/gstvideotemplate.c:
31253 * gst/videofilter/gstvideotemplate.h:
31254 * gst/videofilter/make_filter:
31255 Merge videotemplate header into source file.
31256 * gst/effectv/Makefile.am:
31257 * gst/effectv/gsteffectv.c: (plugin_init):
31258 * gst/effectv/gstwarp.c:
31259 Make warpTV a subclass of videofilter.
31261 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31263 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31264 Add guard against invalid utf-8 conversions in mad. Just in case.
31266 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31268 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31269 Fix for bug shown by poisoning
31271 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31273 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31274 (gst_v4lmjpegsrc_buffer_free):
31275 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31276 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31277 (gst_v4lsrc_buffer_free):
31278 Fix for removed bufferpools.
31280 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31282 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31283 Fix caps negotiation.
31285 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31286 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31287 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31289 * ext/mpeg2dec/gstmpeg2dec.c:
31290 * gst-libs/gst/navigation/navigation.c:
31291 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31292 * gst-libs/gst/navigation/navigation.h:
31293 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31294 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31295 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31296 Super-simple first version of mouse and keyboard events. Clicking
31297 on a DVD menu now works, although it may not take you where you
31300 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31301 * gst/videotestsrc/gstvideotestsrc.c:
31302 (gst_videotestsrc_src_fixate):
31303 These fixate functions were broken - they never actually
31306 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31308 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31309 (gst_icecastsend_init):
31310 fix for new caps system.
31311 * gst-libs/gst/mixer/mixertrack.h:
31312 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31313 Add 'master track' flag (for tools like ACME that only want to
31314 change the main volume).
31316 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31318 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31319 (gst_xvid_csp_to_caps):
31320 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31321 * ext/xvid/gstxvidenc.c:
31322 ifdef out ARGB type when it isn't available
31323 in xvidcore 1.0.0beta2
31325 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31327 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31328 When we have received a new SCR right in the first buffer after
31329 a seek (so in the same cycle that handles the discont), we should
31330 handle the buffer instead of unreffing it, else we lose data.
31332 2004-01-06 Iain <iain@prettypeople.org>
31334 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31335 buffer-frames caps too.
31337 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31338 caps that we need, don't destroy them all and rebuild them. And when
31339 creating src pads, use the src pad template rather than the sink...
31341 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31343 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31344 Add pad to element *after* setting functions such as event handler.
31345 Without this, the scheduler (opt) will link pads, set the event
31346 handler from the default event function (dispatcher in gstpad.c)
31347 and *after* that, we will set our own event function, which will
31348 thus never be used (and thus mpegdemux doesn't handle events).
31350 2004-01-04 David Schleef <ds@schleef.org>
31352 Fix the fixate functions to handle new prototype:
31353 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31354 * gst/videotestsrc/gstvideotestsrc.c:
31355 (gst_videotestsrc_src_fixate):
31356 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31357 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31358 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31360 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31362 * sys/ximage/ximagesink.h:
31363 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31364 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31365 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31366 (gst_ximagesink_xoverlay_init):
31367 assorted fixes to make (re)embedding work
31368 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31369 (gst_ximagesink_get_desired_size):
31370 implement desired size additions to XOverlay
31372 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31374 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31375 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31376 (gst_x_overlay_got_desired_size):
31377 * gst-libs/gst/xoverlay/xoverlay.h:
31378 Add optional "desired size" signal and querying.
31380 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31382 * gst/matroska/matroska-demux.c:
31383 (gst_matroska_demux_parse_blockgroup):
31384 Fix EBML-laced block parsing. Diffs are relative to previous
31385 lace, not the first lace. Thanks to Mosu from the Matroska
31386 team for detecting this.
31387 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31388 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31389 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31390 (gst_wavparse_change_state):
31391 * gst/wavparse/gstwavparse.h:
31392 Quickfix for capsnego.
31394 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31396 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31397 Fix indenting, fix pad creation.
31399 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31401 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31402 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31403 (gst_xviddec_sink_link):
31404 Implement src_getcaps() so proper size caps is negotiated.
31406 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31408 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31409 Finish flac decoder on EOS. See #116178.
31411 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31413 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31414 (gst_matroska_demux_add_stream):
31415 * gst/matroska/matroska-ids.h:
31416 Add getcaps() function to fix capsnego...
31418 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31420 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31421 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31422 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31423 Fix more integer overflows. Again, see #126967.
31425 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31427 * ext/mpeg2dec/gstmpeg2dec.c:
31428 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31431 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31434 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31435 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31436 * ext/xvid/gstxvid.h:
31437 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31438 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31439 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31440 (gst_xviddec_change_state):
31441 * ext/xvid/gstxviddec.h:
31442 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31443 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31444 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31445 (gst_xvidenc_link), (gst_xvidenc_set_property),
31446 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31447 * ext/xvid/gstxvidenc.h:
31448 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31450 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31452 * gst/rtp/rtp-packet.c:
31453 Add sys/types.h include, since OS X doesn't define in_addr_t
31454 in netinet/in.h, like it does on Linux (see #129600).
31456 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31458 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31460 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31461 Correct logic of dispose function (see #129306).
31463 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31465 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31466 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31467 (gst_mpeg_parse_init):
31468 * gst/mpegstream/gstmpegparse.h:
31469 Remove clock (which was never provided, i.e. dead code), and
31470 also fix integer overflows at high PTS values (see #126967).
31472 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31474 * ext/flac/gstflacdec.c:
31475 * ext/libpng/gstpngenc.h:
31476 * ext/mikmod/gstmikmod.h:
31477 OS X fixes (see #126628).
31479 2004-01-02 David Schleef <ds@schleef.org>
31481 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31482 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31483 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31484 (gst_mpeg_parse_class_init): Move pad template registration
31485 to class_init, since the derived class (mpegdemux) doesn't
31488 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31490 * sys/ximage/Makefile.am:
31491 * sys/xvideo/Makefile.am:
31492 * sys/xvimage/Makefile.am:
31493 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31494 after installation (see #127664).
31496 2004-01-02 David Schleef <ds@schleef.org>
31498 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31499 (gst_ffmpegenc_connect): Negotiation fixes.
31500 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31501 Remove inappropriate gst_caps_free().
31502 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31503 Reenable Ronald's internal resize code, since the core handles
31506 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31508 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31509 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31510 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31511 Fix pad template stuff.
31513 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31515 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31516 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31517 fix signed integer reading/writing.
31519 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31522 Remove outdated document
31524 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31526 * gst/cutter/gstcutter.c: (gst_cutter_init):
31527 src pad was being created twice - oops.
31529 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31531 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31532 Comment out internal resize. It doesn't handle the resulting
31533 XEvent internally, does another try_set_caps() which leads to
31534 a really nice loop.
31535 Real fix will come when Julien and Dave are awake. ;).
31537 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31539 * ext/mpeg2enc/gstmpeg2enc.cc:
31540 fix const/nonconst compile issue.
31542 2004-01-02 David Schleef <ds@schleef.org>
31544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31545 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31546 Add fixate function and a check for bad formats.
31548 2004-01-01 David Schleef <ds@schleef.org>
31551 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31552 (gst_audiofilter_init):
31553 * gst/debug/efence.c: (gst_efence_init):
31554 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31555 (gst_deinterlace_init):
31556 * gst/volume/gstvolume.c: (volume_connect):
31558 2004-01-01 David Schleef <ds@schleef.org>
31560 Convert elements to use gst_pad_use_explicit_caps() where
31562 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31563 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31564 (gst_afparse_open_file):
31565 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31566 (gst_afsrc_open_file):
31567 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31568 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31569 (gst_ffmpegdec_chain):
31570 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31571 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31572 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31573 (gst_gdk_pixbuf_chain):
31574 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31575 (gst_jpegdec_chain):
31576 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31577 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31578 (gst_mikmod_negotiate):
31579 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31580 (gst_mpeg2dec_negotiate_format):
31581 * ext/mpeg2enc/gstmpeg2enc.cc:
31582 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31583 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31584 (gst_speexdec_sinkconnect):
31585 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31586 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31587 (gst_vorbisfile_new_link):
31588 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31589 (gst_ac3parse_chain):
31590 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31591 (gst_asf_demux_setup_pad):
31592 * gst/auparse/gstauparse.c: (gst_auparse_init),
31593 (gst_auparse_chain):
31594 * gst/id3/gstid3types.c: (gst_id3types_loop):
31595 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31596 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31597 (mp1videoparse_parse_seq):
31598 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31600 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31601 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31602 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31603 (gst_mpeg_parse_send_data):
31604 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31605 (gst_qtdemux_add_stream):
31606 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31607 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31608 (gst_wavparse_parse_fmt):
31610 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31613 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31614 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31615 it therefore uses the wrong include paths. Too bad... Note
31616 that 1.6.1.93 is not release yet. ;).
31617 Also add a check for mplex, which is now using the lib'ified
31618 mplex from mjpegtools, too.
31619 * ext/ffmpeg/gstffmpegcodecmap.c:
31620 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31621 issues. I don't think ffmpeg handles 3ivx correctly, so this
31622 probably won't work. But it won't hurt either.
31623 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31624 (gst_ffmpegdec_chain):
31625 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31626 (gst_ffmpegenc_chain_audio):
31627 Fix memleak in audio encoding. Close codec if open fails, this
31628 calls the cleanup routines so we can re-use the context.
31629 * ext/mpeg2enc/gstmpeg2enc.cc:
31630 Fix pad template names/types, fix memory issue with getcaps().
31631 * ext/mpeg2enc/gstmpeg2encoder.cc:
31632 * ext/mpeg2enc/gstmpeg2encoder.hh:
31633 Fix compile issue with new caps system (const thingy).
31634 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31635 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31636 We read a first frame right on initing, so that we have a caps
31637 when we init the output. This caps is cached in padprivate and
31638 read as first frame.
31639 * ext/mplex/Makefile.am:
31640 * ext/mplex/gstmplex.cc:
31641 * ext/mplex/gstmplex.h:
31642 * ext/mplex/gstmplex.hh:
31643 * ext/mplex/gstmplexibitstream.cc:
31644 * ext/mplex/gstmplexibitstream.hh:
31645 * ext/mplex/gstmplexjob.cc:
31646 * ext/mplex/gstmplexjob.hh:
31647 * ext/mplex/gstmplexoutputstream.cc:
31648 * ext/mplex/gstmplexoutputstream.hh:
31649 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31650 had issues, didn't do capsnego, supported only a subset of the
31651 mplex features and required a mplex fork in our local CVS. Plus
31652 that it worked agaist a very old mplex version. Rewriting was
31653 faster than updating it.
31654 * gst-libs/ext/Makefile.am:
31655 * gst-libs/ext/mplex/INSTRUCT:
31656 * gst-libs/ext/mplex/Makefile.am:
31657 * gst-libs/ext/mplex/README:
31658 * gst-libs/ext/mplex/TODO:
31659 * gst-libs/ext/mplex/ac3strm_in.cc:
31660 * gst-libs/ext/mplex/audiostrm.hh:
31661 * gst-libs/ext/mplex/audiostrm_out.cc:
31662 * gst-libs/ext/mplex/aunit.hh:
31663 * gst-libs/ext/mplex/bits.cc:
31664 * gst-libs/ext/mplex/bits.hh:
31665 * gst-libs/ext/mplex/buffer.cc:
31666 * gst-libs/ext/mplex/buffer.hh:
31667 * gst-libs/ext/mplex/fastintfns.h:
31668 * gst-libs/ext/mplex/format_codes.h:
31669 * gst-libs/ext/mplex/inputstrm.cc:
31670 * gst-libs/ext/mplex/inputstrm.hh:
31671 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31672 * gst-libs/ext/mplex/mjpeg_logging.cc:
31673 * gst-libs/ext/mplex/mjpeg_logging.h:
31674 * gst-libs/ext/mplex/mjpeg_types.h:
31675 * gst-libs/ext/mplex/mpastrm_in.cc:
31676 * gst-libs/ext/mplex/mpegconsts.cc:
31677 * gst-libs/ext/mplex/mpegconsts.h:
31678 * gst-libs/ext/mplex/mplexconsts.hh:
31679 * gst-libs/ext/mplex/multplex.cc:
31680 * gst-libs/ext/mplex/outputstream.hh:
31681 * gst-libs/ext/mplex/padstrm.cc:
31682 * gst-libs/ext/mplex/padstrm.hh:
31683 * gst-libs/ext/mplex/stillsstream.cc:
31684 * gst-libs/ext/mplex/stillsstream.hh:
31685 * gst-libs/ext/mplex/systems.cc:
31686 * gst-libs/ext/mplex/systems.hh:
31687 * gst-libs/ext/mplex/vector.cc:
31688 * gst-libs/ext/mplex/vector.hh:
31689 * gst-libs/ext/mplex/videostrm.hh:
31690 * gst-libs/ext/mplex/videostrm_in.cc:
31691 * gst-libs/ext/mplex/videostrm_out.cc:
31692 * gst-libs/ext/mplex/yuv4mpeg.cc:
31693 * gst-libs/ext/mplex/yuv4mpeg.h:
31694 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31695 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31696 We don't fork mjpegtools' mplex in our CVS anymore.
31697 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31698 (gst_avi_demux_add_stream):
31699 * gst/avi/gstavidemux.h:
31700 Add getcaps() function for proper caps nego. This makes some
31701 parts of AVI playback/reading work.
31702 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31703 Resize window on new capsnego. This is probably wrong, but
31704 I'm still committing it because with current capsnego, the
31705 first successfull capsnego is auto-fixated, therefore rounded
31706 down to the lowest values in the caps. this results in a 16x16
31707 XWindow that is not reized when real capsnego finishes.
31708 Dave, I see more cases of this, do you know a proper solution?
31709 * tools/gst-launch-ext.in:
31710 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31712 2003-12-31 David Schleef <ds@schleef.org>
31714 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31715 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31716 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31718 2003-12-30 David Schleef <ds@schleef.org>
31720 * ext/ffmpeg/gstffmpegcolorspace.c:
31721 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31722 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31723 (gst_ffmpegcsp_chain): Negotiation fixes
31724 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31725 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31726 (gst_audio_convert_link), (gst_audio_convert_channels):
31727 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31728 (gst_audioscale_link), (gst_audioscale_get_buffer),
31729 (gst_audioscale_chain): Negotiation fixes
31730 * gst/audioscale/gstaudioscale.h:
31731 * gst/videofilter/gstvideofilter.c:
31732 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31733 (gst_videofilter_link), (gst_videofilter_init),
31734 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31735 (gst_videofilter_find_format_by_structure):
31736 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31737 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31738 (gst_videoscale_link):
31739 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31740 (videoscale_find_by_structure), (gst_videoscale_setup):
31741 * gst/videoscale/videoscale.h: Negotiation fixes
31742 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31743 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31744 function, restrict resizing to a multiple of 4 (hack until
31745 everyone supports odd sizes correctly).
31747 2003-12-29 Colin Walters <walters@verbum.org>
31749 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31752 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31754 * ext/sndfile/gstsf.c: (gst_sf_loop):
31755 Fix warning about discarding const qualifier
31757 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31759 * gst/cutter/gstcutter.c:
31760 * gst/videoscale/gstvideoscale.c:
31761 * gst/volenv/gstvolenv.c:
31762 * gst-libs/gst/audio/audio.c:
31763 * gst-libs/gst/video/video.c:
31766 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31768 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31769 Don't send ALSA debugging to stderr.
31770 * ext/alsa/gstalsa.h:
31771 Use GST_WARNING instead of g_warning when ALSA functions fail.
31773 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31776 Free XVAdapterInfo correctly.
31778 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31780 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31781 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31782 Make id3tag use correct caps nego.
31784 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31786 * ext/ivorbis/vorbis.c:
31787 * ext/ivorbis/vorbisenc.h:
31788 * ext/ivorbis/vorbisfile.c:
31789 Modify so that it uses the new caps things
31791 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31793 * testsuite/spider/spider1.c: (main):
31794 * testsuite/spider/spider2.c: (main):
31795 * testsuite/spider/spider3.c: (main):
31796 Make tests compile again. They probably don't work.
31798 2003-12-24 Colin Walters <walters@verbum.org>
31800 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31801 we can't fixate the caps anymore.
31803 2003-12-23 David Schleef <ds@schleef.org>
31805 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31806 * sys/oss/gstosssink.c: (gst_osssink_init),
31807 (gst_osssink_sink_fixate): Add fixate function.
31809 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31811 * ext/ffmpeg/gstffmpegcodecmap.c:
31812 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31813 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31814 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31815 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31816 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31817 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31818 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31819 fix typo in RGB masks, and move back to "old" colorspace
31820 capsnego code until whoever wrote this new crap has actually
31821 tested it so that it works.
31822 And yes, this works, keep it that way please.
31824 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31826 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31827 (gst_divxdec_init), (gst_divxdec_negotiate):
31828 * ext/divx/gstdivxdec.h:
31829 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31830 (gst_divxenc_init):
31831 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31832 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31833 * ext/mpeg2enc/gstmpeg2enc.cc:
31834 * ext/mpeg2enc/gstmpeg2encoder.cc:
31835 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31836 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31837 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31838 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31839 (dxr3spusink_init):
31840 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31841 (dxr3videosink_init):
31842 Fix caps breakage after Dave's caps branch merge.
31844 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31846 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31847 Fix for 24bpp display.
31849 2003-12-23 Colin Walters <walters@verbum.org>
31851 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31852 a GnomeVFSHandle directly.
31854 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31856 * gst/volume/Makefile.am:
31857 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31858 (volume_base_init), (volume_init):
31859 Reenable volume element and fix to work with new caps stuff.
31860 Rhythmbox needs this.
31862 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31864 * gst/qtdemux/qtdemux.c: (plugin_init):
31865 qtdemux requires bytestream
31867 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31869 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31870 Fix remaining caps handling errors due to CAPS merge.
31872 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31874 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31875 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31876 (gst_faad_srcconnect):
31877 Port to new caps system.
31879 2003-12-21 Julien MOUTTE <julien@moutte.net>
31881 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31882 (got_video_size), (main): using g_print instead of g_message.
31883 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31884 signal which was not emitted because of "switch" element added to the
31885 bin but not connected. (Removing from the bin temporarily)
31887 2003-12-21 Julien MOUTTE <julien@moutte.net>
31889 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31890 find X development files. I don't understand the previous tests and
31891 they fail on my debian/ppc unstable. This one works.
31892 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31894 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31895 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31896 (gst_play_set_visualization): Add some safety checks in set_ methods
31897 and state_change. This was throwing some ugly CRITICAL messages when
31898 pipeline was getting disposed and casts were failing.
31900 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31903 Improve mpeg2enc detection. This is for distributions that do
31904 ship mjpegtools, but without mpeg2enc. Also does object check
31905 for might there ever be ABI incompatibility.
31906 * ext/mpeg2enc/gstmpeg2enc.cc:
31907 Add Andrew as second maintainer (he's helping me), and also add
31908 an error if no caps was set. This happens if I pull before capsnego
31909 and that's something I should solve sometime else.
31910 * gst/matroska/matroska-demux.c:
31911 (gst_matroska_demux_parse_blockgroup):
31913 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31914 (gst_matroska_mux_track_header):
31915 Add caps to templates.
31916 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31917 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31918 * gst/mpegstream/gstmpegdemux.c:
31919 Remove layer since it causes warnings about unfixed caps.
31920 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31921 Fix obvious typo (we error out if caps were set, we should of
31922 course error out if *no* caps were set).
31923 * sys/oss/gstosselement.c: (gst_osselement_convert):
31924 Fix format conversion, we confused bits/bytes.
31925 * sys/oss/gstosselement.h:
31926 Improve documentation for 'bps'.
31928 Remove stuff about plugins that need removing - this was done
31930 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31931 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31932 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31933 (gst_v4lsrc_src_query):
31934 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31935 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31936 Add get_query_types(), get_formats() and query() functions.
31938 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31940 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31941 * moved CVS to freedesktop.org